/* ==========================================================================
   PROST AKTIV (DEVELOPED BY GEBERICH) - PREMIUM STYLESHEET
   Scandinavian Clean Editorial & UGC Portal - Whitehat Google Ads Compliant
   ========================================================================== */

:root {
  /* Brand Palette */
  --primary: #0f2b5c;          /* Deep Nordic Navy */
  --primary-hover: #0a1e40;
  --primary-light: #f0f5ff;
  --primary-border: #bfdbfe;
  --accent-blue: #0284c7;      /* Vivid Medical Blue */
  --accent-green: #059669;     /* Vitality Green */
  --accent-green-hover: #047857;
  --accent-green-light: #ecfdf5;
  --accent-green-border: #a7f3d0;
  --accent-gold: #f59e0b;      /* Trust / Star Ratings */
  --danger: #dc2626;           /* Alerts / Discounts */

  /* Neutrals & Surfaces */
  --text-main: #1e293b;        /* Slate 800 - Crisp contrast */
  --text-muted: #64748b;       /* Slate 500 */
  --text-light: #94a3b8;
  --bg-body: #f8fafc;          /* Clean off-white background */
  --bg-card: #ffffff;
  --bg-subtle: #f1f5f9;
  --border-color: #e2e8f0;
  --border-focus: #3b82f6;

  /* Typography */
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Inter", sans-serif;

  /* Elevations */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 6px 16px -2px rgba(15, 23, 42, 0.08), 0 2px 6px -1px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 14px 28px -4px rgba(15, 23, 42, 0.1), 0 6px 12px -2px rgba(15, 23, 42, 0.04);
  --shadow-xl: 0 24px 38px -6px rgba(15, 23, 42, 0.12), 0 8px 16px -4px rgba(15, 23, 42, 0.04);

  /* Dimensions & Curves */
  --container-max: 1100px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-full: 9999px;
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--text-main);
  background-color: var(--bg-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a:hover {
  text-decoration: underline;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ==========================================================================
   HEADER & TOP ANNOUNCEMENT BAR (FIXED ALIGNMENT)
   ========================================================================== */
.top-notice-bar {
  background: #0b1528;
  color: #cbd5e1;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-notice-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  text-align: center;
}

.notice-badge {
  background: #dc2626;
  color: #ffffff;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-sm);
  font-size: 0.725rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0.65rem 0;
  gap: 1rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--text-main);
  flex-shrink: 0;
}

.brand-logo:hover {
  text-decoration: none;
}

.brand-icon {
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(15, 43, 92, 0.2);
}

.brand-text-col {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.4px;
  color: var(--primary);
  line-height: 1.15;
}

.brand-tagline {
  font-size: 0.6875rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 0.15rem;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .header-nav .nav-desktop-only {
    display: none;
  }
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  padding: 0.4rem 0;
  position: relative;
  transition: var(--transition);
}

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

.header-cta-btn {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.65rem 1.3rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 3px 8px rgba(5, 150, 105, 0.25);
  transition: var(--transition);
  text-decoration: none !important;
}

.header-cta-btn:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(5, 150, 105, 0.35);
}

/* ==========================================================================
   MAIN EDITORIAL LAYOUT
   ========================================================================== */
.main-wrapper {
  padding: 2rem 0 4rem;
}

.content-grid {
  display: block;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.article-container {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  padding: 2.25rem 1.5rem;
  box-shadow: var(--shadow-sm);
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 640px) {
  .article-container {
    padding: 3.5rem 3rem;
  }
}

@media (min-width: 1024px) {
  .article-container {
    padding: 3.75rem 3.5rem;
  }
}

.article-category {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 800;
  font-size: 0.75rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  border: 1px solid var(--primary-border);
}

.article-headline {
  font-size: 1.85rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #0b1528;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .article-headline {
    font-size: 2.35rem;
  }
}

.article-lead {
  font-size: 1.15rem;
  color: #334155;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--primary);
  padding-left: 1.15rem;
}

.author-byline {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 2rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  background: #e2e8f0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #334155;
  font-size: 1.1rem;
}

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

.author-name {
  font-weight: 800;
  color: var(--text-main);
  font-size: 0.95rem;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--accent-green);
  font-weight: 700;
  font-size: 0.775rem;
  margin-top: 0.15rem;
}

/* Editorial Body Typography */
.editorial-body p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 1.35rem;
}

.editorial-body h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0b1528;
  margin: 2.25rem 0 1rem;
  letter-spacing: -0.3px;
}

.editorial-body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  margin: 1.75rem 0 0.75rem;
}

/* ==========================================================================
   AUTHENTIC UGC STORY CARD (FIXED RESPONSIVENESS)
   ========================================================================== */
.ugc-story-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin: 2.25rem 0;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
}

.ugc-story-inner {
  display: flex;
  gap: 1.75rem;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 680px) {
  .ugc-story-inner {
    flex-direction: row;
  }
}

.ugc-photo-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 250px;
}

.ugc-story-photo-real {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 4px solid #ffffff;
  object-fit: cover;
  display: block;
}

.ugc-photo-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(15, 23, 42, 0.88);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(4px);
}

.ugc-story-quote {
  font-style: italic;
  color: #334155;
  font-size: 1.025rem;
  line-height: 1.65;
}

.ugc-story-author {
  margin-top: 0.85rem;
  font-style: normal;
  font-weight: 800;
  font-size: 0.9rem;
  color: #0b1528;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ugc-verified-icon {
  color: var(--accent-green);
  font-size: 1rem;
}

/* Callouts & Lists */
.info-callout {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius-md);
  padding: 1.35rem;
  margin: 1.75rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.callout-icon {
  flex-shrink: 0;
  color: var(--accent-green);
  margin-top: 2px;
}

.callout-title {
  font-weight: 800;
  color: #166534;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.callout-text {
  font-size: 0.95rem;
  color: #14532d;
  line-height: 1.55;
  margin-bottom: 0 !important;
}

.custom-list {
  list-style: none;
  margin: 1.25rem 0 1.75rem;
}

.custom-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.85rem;
  font-size: 1.025rem;
  color: #334155;
}

.custom-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-green);
  font-weight: 900;
  font-size: 1.15rem;
}

/* ==========================================================================
   BEFORE / AFTER COMPARISON SECTION (CLEAN DUAL-COLUMN - NO OVERLAPPING TEXT)
   ========================================================================== */
.comparison-cards-wrapper {
  margin: 2.75rem 0;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.25rem;
  box-shadow: var(--shadow-sm);
}

@media (min-width: 640px) {
  .comparison-cards-wrapper {
    padding: 2.25rem;
  }
}

.comparison-cards-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.comparison-cards-title {
  font-size: 1.45rem;
  font-weight: 900;
  color: #0b1528;
}

.comparison-cards-sub {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

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

@media (min-width: 768px) {
  .comparison-dual-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.comparison-card-before {
  background: #f8fafc;
  border: 2px solid #cbd5e1;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  position: relative;
}

.comparison-card-after {
  background: #f0fdf4;
  border: 2px solid #86efac;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  position: relative;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}

.comp-badge-before {
  display: inline-block;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.85rem;
}

.comp-badge-after {
  display: inline-block;
  background: var(--accent-green);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.85rem;
}

.comp-card-headline {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0b1528;
  margin-bottom: 1rem;
}

.comp-points-list {
  list-style: none;
}

.comp-points-list li {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  line-height: 1.45;
}

.comp-icon-fail {
  color: #dc2626;
  font-size: 1rem;
  flex-shrink: 0;
  font-weight: 900;
}

.comp-icon-success {
  color: var(--accent-green);
  font-size: 1.1rem;
  flex-shrink: 0;
  font-weight: 900;
}

/* ==========================================================================
   CIRCULAR PROGRESS WIDGET (FIXED TEXT OVERFLOW)
   ========================================================================== */
.absorption-widget {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin: 2.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-sm);
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .absorption-widget {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
}

.circle-progress-box {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.circle-progress-box svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.circle-bg {
  fill: none;
  stroke: #e2e8f0;
  stroke-width: 9;
}

.circle-fill {
  fill: none;
  stroke: var(--accent-green);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-dasharray: 339;
  stroke-dashoffset: 68;
  transition: stroke-dashoffset 1.5s ease-out;
}

.circle-text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 95px;
}

.circle-percentage {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0b1528;
  line-height: 1;
}

.circle-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: 0.25rem;
}

.absorption-info h4 {
  font-size: 1.2rem;
  font-weight: 900;
  color: #0b1528;
  margin-bottom: 0.4rem;
}

.absorption-info p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 0 !important;
}

/* ==========================================================================
   COMPARISON MATRIX TABLE
   ========================================================================== */
.comparison-section {
  margin: 2.75rem 0;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin-top: 1.25rem;
}

.comparison-matrix-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 580px;
  font-size: 0.925rem;
}

.comparison-matrix-table th {
  padding: 1rem 0.85rem;
  text-align: left;
  border-bottom: 2px solid #cbd5e1;
}

.comparison-matrix-table th.highlight-col {
  background: #eff6ff;
  color: var(--primary);
  border-top: 3px solid var(--primary);
  border-left: 2px solid #bfdbfe;
  border-right: 2px solid #bfdbfe;
  font-weight: 900;
}

.comparison-matrix-table td {
  padding: 0.85rem;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}

.comparison-matrix-table td.highlight-col {
  background: #f8fafc;
  font-weight: 700;
  color: #0b1528;
  border-left: 2px solid #bfdbfe;
  border-right: 2px solid #bfdbfe;
}

.comparison-matrix-table tr:last-child td {
  border-bottom: none;
}

.table-check {
  color: var(--accent-green);
  font-weight: 900;
  font-size: 1.1rem;
}

.table-cross {
  color: #dc2626;
  font-weight: 900;
  font-size: 1.1rem;
}

/* ==========================================================================
   INTERACTIVE WIDGET 1: SYMPTOM SELF-ASSESSMENT QUIZ
   ========================================================================== */
.quiz-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #e0f2fe 100%);
  border: 2px solid #93c5fd;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin: 2.5rem 0;
  box-shadow: var(--shadow-md);
}

.quiz-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.quiz-badge {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.quiz-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #0b1528;
}

.quiz-progress-bar {
  height: 6px;
  background: #e2e8f0;
  border-radius: var(--radius-full);
  margin: 1rem 0 1.5rem;
  overflow: hidden;
}

.quiz-progress-fill {
  height: 100%;
  width: 25%;
  background: var(--accent-green);
  transition: width 0.3s ease;
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.quiz-question-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1rem;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.quiz-option-btn {
  background: #ffffff;
  border: 1.5px solid var(--border-color);
  padding: 0.85rem 1.15rem;
  border-radius: var(--radius-md);
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  box-shadow: var(--shadow-xs);
}

.quiz-option-btn:hover {
  border-color: var(--primary);
  background: #f8fafc;
  transform: translateX(3px);
}

.quiz-option-btn.selected {
  border-color: var(--accent-green);
  background: var(--accent-green-light);
  color: var(--accent-green-hover);
}

.quiz-result-container {
  display: none;
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.quiz-score-badge {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--accent-green);
  margin-bottom: 0.5rem;
}

.quiz-result-cta {
  margin-top: 1.25rem;
}

/* ==========================================================================
   INGREDIENTS ACCORDION
   ========================================================================== */
.accordion-wrapper {
  margin: 2.75rem 0;
}

.accordion-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #0b1528;
  margin-bottom: 1rem;
}

.accordion-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: var(--transition);
}

.accordion-item:hover {
  border-color: #cbd5e1;
}

.accordion-item.active {
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.accordion-header {
  width: 100%;
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1e293b;
  text-align: left;
}

.accordion-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.accordion-icon-tag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  flex-shrink: 0;
}

.accordion-arrow {
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background: #f8fafc;
  padding: 0 1.25rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}

.accordion-item.active .accordion-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

/* ==========================================================================
   QUALITY CERTIFICATES
   ========================================================================== */
.certificates-block {
  margin: 2.75rem 0;
  padding: 1.75rem;
  background: #f8fafc;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  text-align: center;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 640px) {
  .cert-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cert-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-xs);
}

.cert-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-green);
  box-shadow: var(--shadow-md);
}

.cert-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--accent-green-light);
  color: var(--accent-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

.cert-name {
  font-weight: 800;
  font-size: 0.95rem;
  color: #0b1528;
}

.cert-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

.cert-click-hint {
  font-size: 0.7rem;
  color: var(--primary);
  margin-top: 0.5rem;
  font-weight: 700;
  text-decoration: underline;
}

/* ==========================================================================
   UGC SOCIAL REVIEWS FEED (FIXED WRAPPING BUG)
   ========================================================================== */
.ugc-feed-section {
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 2px solid var(--border-color);
}

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

.ugc-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ugc-header-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0b1528;
}

/* FIXED BADGE WRAPPING */
.ugc-count-tag {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 800;
  background: #e2e8f0;
  color: #1e293b;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
}

.write-review-btn {
  background: #ffffff;
  border: 1.5px solid var(--primary-border);
  padding: 0.55rem 1.15rem;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  box-shadow: var(--shadow-xs);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.write-review-btn:hover {
  background: var(--primary-light);
  border-color: var(--primary);
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.comment-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  box-shadow: var(--shadow-xs);
}

.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.comment-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.comment-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #334155;
  font-size: 0.95rem;
  border: 2px solid #cbd5e1;
}

.comment-user-info {
  display: flex;
  flex-direction: column;
}

.comment-author-name {
  font-weight: 800;
  font-size: 0.95rem;
  color: #0b1528;
}

.verified-buyer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.725rem;
  color: var(--accent-green);
  font-weight: 700;
}

.comment-meta {
  text-align: right;
}

.comment-stars {
  color: var(--accent-gold);
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.comment-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.comment-body {
  font-size: 0.975rem;
  line-height: 1.65;
  color: #334155;
  margin-bottom: 0.85rem;
}

.comment-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  border-top: 1px solid #f1f5f9;
  padding-top: 0.65rem;
}

.like-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-muted);
  font-weight: 600;
  transition: var(--transition);
}

.like-btn:hover, .like-btn.liked {
  color: var(--primary);
}

/* ==========================================================================
   OFFER SECTION
   ========================================================================== */
/* ==========================================================================
   OFFER SECTION (CENTERED & FULL-SIZED)
   ========================================================================== */
.offer-section {
  background: #ffffff;
  border: 2px solid #2563eb;
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  margin: 3.5rem auto 2rem;
  max-width: 920px;
  box-shadow: var(--shadow-xl);
  position: relative;
}

@media (min-width: 768px) {
  .offer-section {
    padding: 3rem 2.5rem;
  }
}

.offer-header-banner {
  background: linear-gradient(135deg, #0f2b5c 0%, #1d4ed8 100%);
  color: #ffffff;
  text-align: center;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
}

.offer-banner-title {
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.offer-banner-sub {
  font-size: 0.875rem;
  color: #bfdbfe;
  margin-top: 0.25rem;
}

.offer-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .offer-content-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 3rem;
  }
}

.product-visual {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.discount-badge-circle {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #dc2626;
  color: #ffffff;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
  transform: rotate(12deg);
  line-height: 1.1;
  z-index: 5;
}

.discount-num {
  font-size: 1.4rem;
}

.discount-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  width: 100%;
}

.product-photo-img {
  max-width: 230px;
  max-height: 380px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.18));
  transition: transform 0.3s ease;
}

.product-photo-img:hover {
  transform: scale(1.03);
}

/* FIXED PRICE CONTAINER - NEVER WRAPS */
.price-container {
  margin: 1.35rem 0 0.5rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.old-price {
  font-size: 1.35rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 700;
  white-space: nowrap;
}

.current-price {
  font-size: 2.75rem;
  font-weight: 900;
  color: var(--accent-green);
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.price-note {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Call Center Live Banner */
.call-center-live-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #166534;
  background: #dcfce7;
  border: 1px solid #86efac;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-xs);
}

/* Order Form */
.order-form-wrapper {
  background: #f8fafc;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.form-headline {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0b1528;
  margin-bottom: 0.4rem;
}

.form-subtext {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

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

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.35rem;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 0.85rem;
  color: var(--text-light);
  pointer-events: none;
  font-size: 1rem;
}

.form-input {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.5rem;
  font-size: 1rem;
  border: 1.5px solid #cbd5e1;
  border-radius: var(--radius-md);
  background: #ffffff;
  color: #0b1528;
  transition: var(--transition);
}

.form-input:focus {
  outline: none;
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.phone-field-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.country-prefix-badge {
  position: absolute;
  left: 0.85rem;
  display: inline-flex;
  align-items: center;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}

.swedish-flag-icon {
  width: 22px;
  height: 14px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.phone-input {
  padding-left: 2.85rem !important;
  letter-spacing: 0.5px;
  font-family: monospace, var(--font-sans);
  font-size: 1.05rem !important;
  font-weight: 700;
  color: #0b1528;
}

.phone-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

.submit-cta-btn {
  width: 100%;
  background: linear-gradient(180deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 900;
  padding: 1.1rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.35);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1rem;
}

.submit-cta-btn:hover {
  background: linear-gradient(180deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.45);
}

.cta-subtext {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.95;
  text-transform: none;
  margin-top: 0.2rem;
}

.trust-badges-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
  text-align: center;
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  color: #475569;
  font-weight: 600;
}

.trust-badge-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 0.35rem;
  color: var(--accent-green);
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-widget {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  box-shadow: var(--shadow-xs);
}

.sidebar-title {
  font-size: 1rem;
  font-weight: 900;
  color: #0b1528;
  border-bottom: 2px solid var(--primary-light);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sidebar-offer-card {
  text-align: center;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  border: 1px solid #bfdbfe;
}

.sidebar-offer-btn {
  width: 100%;
  background: var(--accent-green);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  display: inline-block;
  margin-top: 1rem;
  box-shadow: var(--shadow-sm);
  text-decoration: none !important;
  transition: var(--transition);
}

.sidebar-offer-btn:hover {
  background: var(--accent-green-hover);
}

.call-center-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #166534;
  background: #dcfce7;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

/* ==========================================================================
   PORTAL EXPLORATION SECTION (FULL-WIDTH CENTERED HUB)
   ========================================================================== */
.portal-explore-section {
  margin-top: 3.5rem;
  padding-top: 2.75rem;
  border-top: 2px solid var(--border-color);
}

.portal-explore-header {
  text-align: center;
  margin-bottom: 2rem;
}

.portal-explore-header h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0b1528;
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
}

.portal-explore-header p {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.portal-explore-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .portal-explore-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .portal-explore-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.portal-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #f8fafc;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  text-decoration: none !important;
  transition: var(--transition);
}

.portal-card:hover {
  background: #ffffff;
  border-color: var(--primary-border);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.portal-card-icon {
  font-size: 1.65rem;
  line-height: 1;
  flex-shrink: 0;
}

.portal-card-content h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.portal-card-content p {
  font-size: 0.8125rem;
  color: #475569;
  line-height: 1.45;
  margin: 0;
}

/* ==========================================================================
   SUBPAGE STYLES (about.html, ingredients.html, faq.html)
   ========================================================================== */
.subpage-hero {
  background: linear-gradient(135deg, #0f2b5c 0%, #0b1528 100%);
  color: #ffffff;
  padding: 2.75rem 1rem;
  text-align: center;
}

.subpage-hero h1 {
  font-size: 2.25rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.subpage-hero p {
  color: #93c5fd;
  font-size: 1.05rem;
  max-width: 650px;
  margin: 0 auto;
}

.breadcrumbs {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.breadcrumbs a {
  color: #cbd5e1;
}

.editorial-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2rem 0;
}

@media (min-width: 640px) {
  .editorial-team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.expert-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-xs);
}

.expert-avatar-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  border: 2px solid #bfdbfe;
}

.expert-name {
  font-size: 1.1rem;
  font-weight: 900;
  color: #0b1528;
}

.expert-role {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.expert-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.55;
}

.science-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin-bottom: 1.75rem;
  box-shadow: var(--shadow-xs);
}

.science-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.science-ingredient-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: #0b1528;
}

.science-dosage-badge {
  background: var(--accent-green-light);
  color: var(--accent-green-hover);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
}

.study-citation-box {
  background: #f8fafc;
  border-left: 3px solid var(--primary);
  padding: 0.85rem 1rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #475569;
}

/* ==========================================================================
   FOOTER & LEGAL
   ========================================================================== */
.site-footer {
  background: #0b1528;
  color: #94a3b8;
  padding: 3.5rem 0 2.5rem;
  font-size: 0.8125rem;
  line-height: 1.65;
}

.footer-disclaimer-box {
  background: #152238;
  border-left: 4px solid #f59e0b;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-sm);
  margin-bottom: 2.25rem;
  color: #cbd5e1;
}

.footer-disclaimer-box p {
  margin-bottom: 0.5rem;
}

.footer-disclaimer-box p:last-child {
  margin-bottom: 0;
}

.footer-links-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #1e293b;
}

.footer-link {
  color: #cbd5e1;
  font-weight: 600;
  font-size: 0.85rem;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-company-info {
  text-align: center;
  color: #64748b;
}

.footer-company-name {
  font-weight: 800;
  color: #cbd5e1;
  margin-bottom: 0.25rem;
}

/* ==========================================================================
   MODALS & COOKIE BANNER
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 21, 40, 0.75);
  backdrop-filter: blur(5px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-backdrop.active {
  display: flex;
  animation: fadeIn 0.25s ease;
}

.modal-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  max-width: 540px;
  width: 100%;
  padding: 2.25rem 2rem;
  position: relative;
  box-shadow: var(--shadow-xl);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #475569;
  transition: var(--transition);
}

.modal-close-btn:hover {
  background: #e2e8f0;
  color: #0b1528;
}

.modal-icon-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.modal-cert-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-green-light);
  color: var(--accent-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.modal-title {
  font-size: 1.35rem;
  font-weight: 900;
  color: #0b1528;
}

.modal-cert-code {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.modal-body-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
}

.cert-meta-table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.cert-meta-table td {
  padding: 0.55rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.cert-meta-table td:first-child {
  font-weight: 800;
  color: #475569;
  width: 40%;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b1528;
  color: #e2e8f0;
  padding: 1.25rem;
  z-index: 999;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25);
  display: none;
}

.cookie-banner.active {
  display: block;
  animation: slideUp 0.3s ease;
}

.cookie-content {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .cookie-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cookie-text {
  font-size: 0.875rem;
  line-height: 1.55;
}

.cookie-text a {
  color: #60a5fa;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn-accept {
  background: var(--accent-green);
  color: #ffffff;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 0.875rem;
  transition: var(--transition);
}

.cookie-btn-accept:hover {
  background: var(--accent-green-hover);
}

.cookie-btn-essential {
  background: #1e293b;
  color: #e2e8f0;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.875rem;
  transition: var(--transition);
}

.cookie-btn-essential:hover {
  background: #334155;
}

/* Sticky Mobile Bar */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid var(--border-color);
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 90;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .mobile-sticky-bar {
    display: none;
  }
}

.sticky-bar-thumb {
  width: 38px;
  height: 48px;
  object-fit: contain;
  margin-right: 0.5rem;
}

.sticky-bar-price {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--accent-green);
  line-height: 1.1;
}

.sticky-bar-old {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.sticky-bar-btn {
  background: var(--accent-green);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-full);
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.3);
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
