/********** Template CSS **********/
:root {
--primary: #722f37;
--light: #ffffff;
--dark: #2c1810;
--dark-bg: #2c1810;
--light-bg: #faf7f2;
--accent: #B8860B;
--accent-hover: #9B720A;
--auxiliary: #722f37;
--light-text: #2c1810;
--dark-text: #2c1810;
--white: #ffffff;
--light-gray: #f5f0e8;
--background-color: #ffffff;
--text-color: #2c1810;
--accent-color: #722f37;

  --light-accent: rgba(114, 47, 55, 0.08);
  --header-height: 80px;
  --transition: none;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.05);

  /* Antique Theme Colors */
  --burgundy-primary: #722f37;
  --burgundy-dark: #5a252d;
  --burgundy-light: #8b3a42;
  --antique-gold-primary: #B8860B;
  --antique-gold-dark: #9B720A;
  --antique-gold-light: #D4AF37;
  --deep-brown: #8B4513;
  --warm-brown: #A0522D;

  /* Background Colors (Warm Antique Theme) */
  --bg-primary: #ffffff;
  --bg-secondary: #faf7f2;
  --bg-dark: #f5f0e8;

  /* Text Colors */
  --text-primary: #2c1810;
  --text-secondary: #5d4037;
  --text-light: #8d6e63;
  --text-white: #ffffff;
}

/* Remove all border-radius, animations, transitions */
* {
  border-radius: 0 !important;
  animation: none !important;
  transition: none !important;
}

*:hover {
  transform: none !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}

#spinner.show {
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

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

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}

/*** Footer ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
}

.footer .btn.btn-social:hover {
  color: var(--accent);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  margin: 6px;
  border: 1px solid var(--accent);
  text-align: left;
  color: var(--accent);
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

.footer .btn.btn-link:hover {
  box-shadow: none;
  color: var(--background-color);
  background-color: var(--accent-hover);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--accent-color);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* Google Fonts - Fira Sans Condensed */
@font-face {
  font-family: 'Zilla Slab', serif;
  src: url('../fonts/Asimovian.woff2') format('woff2'),
       url('../fonts/Asimovian.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Global font family */
* {
  font-family: 'Zilla Slab', serif !important;
}

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
}

@media (max-width: 600px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}

header i {
  color: var(--burgundy-primary);
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: var(--burgundy-primary);
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: var(--burgundy-primary);
  text-decoration: none;
  text-align: center !important;
}

.data p a:hover {
  text-decoration: underline;
}

.buttons {
  padding: 20px 0px;
  text-align: center;
}

.buttons .cookie-button {
  border: 2px solid var(--burgundy-primary);
  color: #fff;
  padding: 8px 0;
  background: var(--burgundy-primary);
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  max-width: 150px;
}

.buttons #acceptBtn:hover {
  background-color: transparent;
  color: var(--burgundy-primary);
}

#declineBtn {
  background-color: #fff;
  color: var(--burgundy-primary);
}

#declineBtn:hover {
  background-color: var(--antique-gold-primary);
  color: #fff;
}

/* Footer styles */
.footer {
  padding-top: 4rem;
  background-color: var(--background-color) !important;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--accent), var(--auxiliary));
}

.footer .brand-link {
  font-size: 26px;
  font-weight: 600;
  color: var(--accent-color);
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.footer .brand-link:hover {
  color: var(--accent-hover);
}

.footer .brand-link::after {
  background-color: var(--accent-color);
}

.footer .brand-link:hover::after {
  width: 100%;
}

.footer .btn-link {
  display: block;
  text-align: left;
  color: var(--accent-color);
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
  padding-left: 0;
}

.footer .btn-link:hover {
  color: var(--accent-hover);
}

.footer .btn-link:hover::before {
  width: 20px;
}

.footer .contact-email {
  color: var(--accent-color);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.footer .contact-email:hover {
  color: var(--accent-hover);
}

.footer .copyright {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .footer {
    padding-top: 3rem;
  }

  .footer .brand-link {
    margin-bottom: 1.5rem;
    display: inline-block;
  }

  .footer .contact-info {
    margin-top: 1.5rem;
  }
}

/* new styles  */
/* Styles généraux */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-color);
}

/* Modern Hero Section Styles */
.modern-hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f6f0 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
}

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

.hero-bg-layer {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}

.hero-bg-layer-1 {
  width: 800px;
  height: 800px;
  background: var(--burgundy-primary);
  top: -200px;
  right: -200px;
}

.hero-bg-layer-2 {
  width: 600px;
  height: 600px;
  background: var(--antique-gold-primary);
  bottom: -150px;
  left: -150px;
}

.hero-bg-layer-3 {
  width: 400px;
  height: 400px;
  background: var(--deep-brown);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  color: var(--burgundy-primary);
  font-size: 24px;
  opacity: 0.7;
}

.floating-element-1 {
  top: 20%;
  left: 10%;
  animation: float 6s ease-in-out infinite;
}

.floating-element-2 {
  top: 60%;
  right: 15%;
  animation: float 8s ease-in-out infinite reverse;
}

.floating-element-3 {
  bottom: 25%;
  left: 20%;
  animation: float 7s ease-in-out infinite;
}

.floating-element-4 {
  top: 30%;
  right: 25%;
  animation: float 9s ease-in-out infinite reverse;
}

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

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-left-column {
  padding-right: 40px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 20px;
  border-radius: 50px;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(114, 47, 55, 0.1);
}

.badge-icon-wrapper {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.badge-text {
  font-weight: 600;
  color: var(--burgundy-primary);
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-main-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: var(--text-primary);
}

.title-line {
  display: block;
  margin-bottom: 8px;
}

.title-highlight {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.title-accent {
  color: var(--deep-brown);
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 500px;
}

.hero-action-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.hero-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-cta-primary {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--deep-brown));
  color: white;
  box-shadow: 0 8px 32px rgba(114, 47, 55, 0.3);
}

.hero-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(114, 47, 55, 0.4);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--burgundy-primary);
  border: 2px solid var(--burgundy-primary);
  backdrop-filter: blur(10px);
}

.hero-cta-secondary:hover {
  background: var(--burgundy-primary);
  color: white;
  transform: translateY(-2px);
}

.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.hero-stats-preview {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.stat-preview-item {
  text-align: center;
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--burgundy-primary);
  margin-bottom: 4px;
}

.stat-label {
  font-size: 12px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
}

.hero-right-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual-showcase {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.showcase-device {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.device-screen {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
}

.screen-content {
  background: white;
  border-radius: 12px;
  padding: 20px;
  height: 400px;
  overflow: hidden;
}

.collection-preview {
  height: 100%;
}

.preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.collection-title {
  font-weight: 600;
  color: var(--text-primary);
}

.collection-count {
  background: var(--burgundy-primary);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.preview-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.preview-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.preview-item:hover {
  background: #f0f0f0;
  transform: translateX(5px);
}

.item-image {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #e9ecef, #dee2e6);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

.item-info {
  flex: 1;
}

.item-name {
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.item-status {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.item-status.verified {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.item-status.pending {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.device-reflection {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), transparent);
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(20px);
}

.showcase-features {
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-highlight {
  background: white;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.highlight-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.highlight-text strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
}

.highlight-text span {
  font-size: 10px;
  color: var(--text-secondary);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-left-column {
    padding-right: 0;
    text-align: center;
  }

  .hero-action-buttons {
    justify-content: center;
  }

  .hero-stats-preview {
    justify-content: center;
  }

  .hero-right-column {
    order: -1;
  }

  .showcase-features {
    position: static;
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .feature-highlight {
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  .modern-hero-section {
    padding: 100px 0 60px;
  }

  .hero-main-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta-button {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .hero-stats-preview {
    flex-direction: column;
    gap: 20px;
  }

  .stat-divider {
    width: 100%;
    height: 1px;
  }

  .showcase-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-highlight {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 15px;
  }

  .floating-element {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* About Modern Hero Section */
.about-modern-hero {
  position: relative;
  min-height: 90vh;
  background: linear-gradient(135deg, #ffffff 0%, #f8f6f0 50%, #f5f0e8 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

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

.about-bg-shapes {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.shape-1 {
  width: 600px;
  height: 600px;
  background: var(--burgundy-primary);
  top: -200px;
  right: -100px;
}

.shape-2 {
  width: 400px;
  height: 400px;
  background: var(--antique-gold-primary);
  bottom: -100px;
  left: -100px;
}

.shape-3 {
  width: 300px;
  height: 300px;
  background: var(--deep-brown);
  top: 40%;
  right: 20%;
}

.shape-4 {
  width: 200px;
  height: 200px;
  background: var(--warm-brown);
  bottom: 20%;
  left: 30%;
}

.about-floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-float {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  color: var(--burgundy-primary);
  font-size: 32px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-heritage {
  top: 25%;
  left: 8%;
  animation: gentle-float 8s ease-in-out infinite;
}

.icon-digital {
  top: 60%;
  right: 12%;
  animation: gentle-float 10s ease-in-out infinite reverse;
}

.icon-community {
  bottom: 30%;
  left: 15%;
  animation: gentle-float 9s ease-in-out infinite;
}

@keyframes gentle-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-15px) rotate(2deg); }
  66% { transform: translateY(-8px) rotate(-1deg); }
}

.about-hero-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-hero-left {
  padding-right: 40px;
}

.about-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px 24px;
  border-radius: 50px;
  margin-bottom: 32px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(114, 47, 55, 0.1);
  backdrop-filter: blur(10px);
}

.label-icon-box {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.label-text {
  font-weight: 600;
  color: var(--burgundy-primary);
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.about-hero-heading {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
  color: var(--text-primary);
}

.heading-line {
  display: block;
  margin-bottom: 6px;
}

.heading-emphasis {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

.word-heritage {
  display: inline-block;
  margin-right: 8px;
}

.word-cultural {
  color: var(--deep-brown);
}

.about-hero-summary {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 520px;
}

.about-hero-metrics {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

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

.metric-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--burgundy-primary);
  margin-bottom: 4px;
}

.metric-desc {
  font-size: 12px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.metric-separator {
  width: 1px;
  height: 45px;
  background: rgba(0, 0, 0, 0.08);
}

.about-hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-visual-experience {
  position: relative;
  width: 100%;
  max-width: 450px;
}

.experience-timeline {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}

.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  width: 2px;
  height: 60px;
  background: linear-gradient(to bottom, var(--burgundy-primary), rgba(114, 47, 55, 0.3));
}

.timeline-marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.timeline-marker i {
  font-size: 18px;
  color: white;
}

.timeline-past .timeline-marker {
  background: var(--burgundy-primary);
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
}

.timeline-present .timeline-marker {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

.timeline-future .timeline-marker {
  background: rgba(114, 47, 55, 0.2);
  color: var(--burgundy-primary);
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.1);
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--burgundy-primary);
  margin-bottom: 4px;
}

.timeline-content p {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
}

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

.experience-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.showcase-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  text-align: center;
  transition: all 0.3s ease;
}

.showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto 16px;
  font-size: 24px;
}

.showcase-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.showcase-card p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.4;
  margin: 0;
}

/* About Hero Responsive */
@media (max-width: 1024px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-hero-left {
    padding-right: 0;
    text-align: center;
  }

  .about-hero-metrics {
    justify-content: center;
  }

  .about-hero-right {
    order: -1;
  }

  .experience-timeline {
    margin-bottom: 30px;
  }

  .timeline-item {
    justify-content: center;
  }

  .experience-showcase {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .about-modern-hero {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .about-hero-heading {
    font-size: 2.3rem;
  }

  .about-hero-summary {
    font-size: 16px;
  }

  .about-hero-metrics {
    flex-direction: column;
    gap: 20px;
  }

  .metric-separator {
    width: 100%;
    height: 1px;
  }

  .timeline-item {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .timeline-item:not(:last-child)::after {
    left: 50%;
    top: 40px;
    width: 60px;
    height: 2px;
    transform: translateX(-50%);
  }

  .showcase-card {
    padding: 20px;
  }

  .icon-float {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .about-hero-heading {
    font-size: 2rem;
  }

  .about-hero-summary {
    font-size: 15px;
  }

  .timeline-content h4 {
    font-size: 18px;
  }

  .timeline-content p {
    font-size: 13px;
  }
}

/* Contact Elegant Hero Section */
.contact-elegant-hero {
  position: relative;
  min-height: 85vh;
  background: linear-gradient(135deg, #ffffff 0%, #faf7f2 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

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

.backdrop-pattern {
  position: relative;
  width: 100%;
  height: 100%;
}

.pattern-dot {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.pattern-dot-1 {
  width: 200px;
  height: 200px;
  background: var(--burgundy-primary);
  top: -50px;
  right: -50px;
}

.pattern-dot-2 {
  width: 150px;
  height: 150px;
  background: var(--antique-gold-primary);
  bottom: -30px;
  left: -30px;
}

.pattern-dot-3 {
  width: 100px;
  height: 100px;
  background: var(--deep-brown);
  top: 30%;
  right: 25%;
}

.pattern-dot-4 {
  width: 80px;
  height: 80px;
  background: var(--warm-brown);
  bottom: 25%;
  left: 20%;
}

.pattern-dot-5 {
  width: 120px;
  height: 120px;
  background: var(--burgundy-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floating-contact-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-float-element {
  position: absolute;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  color: var(--burgundy-primary);
  font-size: 28px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.contact-float-element:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.element-chat {
  top: 20%;
  left: 8%;
  animation: elegant-float 7s ease-in-out infinite;
}

.element-phone {
  top: 65%;
  right: 10%;
  animation: elegant-float 9s ease-in-out infinite reverse;
}

.element-mail {
  bottom: 25%;
  left: 12%;
  animation: elegant-float 8s ease-in-out infinite;
}

.element-support {
  top: 40%;
  right: 20%;
  animation: elegant-float 10s ease-in-out infinite reverse;
}

@keyframes elegant-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-12px) rotate(1deg); }
  50% { transform: translateY(-6px) rotate(-0.5deg); }
  75% { transform: translateY(-18px) rotate(0.5deg); }
}

.contact-hero-core {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.contact-hero-primary {
  padding-right: 40px;
}

.contact-hero-indicator {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 26px;
  border-radius: 50px;
  margin-bottom: 32px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(114, 47, 55, 0.1);
  backdrop-filter: blur(10px);
}

.indicator-icon-container {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.indicator-label {
  font-weight: 600;
  color: var(--burgundy-primary);
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-hero-headline {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
  color: var(--text-primary);
}

.headline-segment {
  display: block;
  margin-bottom: 6px;
}

.headline-dynamic {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

.dynamic-heritage {
  display: inline-block;
  margin-right: 10px;
}

.dynamic-unique {
  color: var(--deep-brown);
}

.contact-hero-overview {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 540px;
}

.contact-hero-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.feature-highlight-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.feature-highlight-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
}

.highlight-box-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.highlight-box-content strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.highlight-box-content span {
  font-size: 12px;
  color: var(--text-secondary);
}

.contact-hero-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-interactive-showcase {
  width: 100%;
  max-width: 480px;
}

.showcase-communication {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  margin-bottom: 24px;
}

.communication-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.communication-channel:hover {
  background: rgba(114, 47, 55, 0.05);
}

.active-channel {
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.08), rgba(178, 143, 15, 0.05));
  border: 1px solid rgba(114, 47, 55, 0.1);
}

.channel-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.channel-details {
  flex: 1;
}

.channel-details h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.channel-details p {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.channel-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--text-secondary);
}

.status-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.status-indicator.online {
  background: #198754;
  box-shadow: 0 0 8px rgba(25, 135, 84, 0.5);
}

.status-indicator.email {
  background: var(--antique-gold-primary);
}

.status-indicator.phone {
  background: var(--burgundy-primary);
}

.channel-action {
  flex-shrink: 0;
}

.channel-btn {
  width: 36px;
  height: 36px;
  background: var(--burgundy-primary);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.channel-btn:hover {
  background: var(--deep-brown);
  transform: scale(1.1);
}

.showcase-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-metric {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.metric-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--burgundy-primary);
  margin-bottom: 4px;
}

.metric-label {
  font-size: 11px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.3;
}

/* Contact Hero Responsive */
@media (max-width: 1024px) {
  .contact-hero-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .contact-hero-primary {
    padding-right: 0;
    text-align: center;
  }

  .contact-hero-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-hero-secondary {
    order: -1;
  }

  .showcase-communication {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .contact-elegant-hero {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .contact-hero-headline {
    font-size: 2.4rem;
  }

  .contact-hero-overview {
    font-size: 16px;
  }

  .contact-float-element {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .showcase-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stat-metric {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .contact-hero-headline {
    font-size: 2rem;
  }

  .contact-hero-overview {
    font-size: 15px;
  }

  .communication-channel {
    padding: 12px;
    gap: 12px;
  }

  .channel-icon {
    width: 40px;
    height: 40px;
  }

  .channel-details h4 {
    font-size: 14px;
  }

  .channel-details p {
    font-size: 12px;
  }

  .feature-highlight-box {
    padding: 16px;
    gap: 12px;
  }

  .highlight-box-icon {
    width: 40px;
    height: 40px;
  }
}

/* FAQ Intelligent Hero Section */
.faq-intelligent-hero {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(135deg, #ffffff 0%, #f9f8f6 50%, #f4f1ed 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

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

.atmosphere-geometric {
  position: relative;
  width: 100%;
  height: 100%;
}

.geometric-shape {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(114, 47, 55, 0.08);
  color: var(--burgundy-primary);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.shape-hexagon {
  width: 120px;
  height: 120px;
  clip-path: polygon(50% 0%, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
  top: 15%;
  left: 10%;
  font-size: 36px;
  animation: rotate-slow 20s linear infinite;
}

.shape-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  bottom: 20%;
  right: 15%;
  font-size: 28px;
  animation: pulse-slow 4s ease-in-out infinite;
}

.shape-triangle {
  width: 90px;
  height: 90px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 50%;
  right: 25%;
  font-size: 26px;
  animation: float-triangle 6s ease-in-out infinite;
}

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

@keyframes pulse-slow {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.1); opacity: 1; }
}

@keyframes float-triangle {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

.atmosphere-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

.particle-1 {
  width: 8px;
  height: 8px;
  background: var(--burgundy-primary);
  top: 30%;
  left: 20%;
  animation: drift-1 15s linear infinite;
}

.particle-2 {
  width: 6px;
  height: 6px;
  background: var(--antique-gold-primary);
  top: 60%;
  left: 70%;
  animation: drift-2 12s linear infinite;
}

.particle-3 {
  width: 10px;
  height: 10px;
  background: var(--deep-brown);
  bottom: 30%;
  left: 40%;
  animation: drift-3 18s linear infinite;
}

.particle-4 {
  width: 4px;
  height: 4px;
  background: var(--warm-brown);
  top: 20%;
  right: 30%;
  animation: drift-4 10s linear infinite;
}

@keyframes drift-1 {
  0% { transform: translateX(0px) translateY(0px); }
  100% { transform: translateX(100px) translateY(-50px); }
}

@keyframes drift-2 {
  0% { transform: translateX(0px) translateY(0px); }
  100% { transform: translateX(-80px) translateY(60px); }
}

@keyframes drift-3 {
  0% { transform: translateX(0px) translateY(0px); }
  100% { transform: translateX(120px) translateY(40px); }
}

@keyframes drift-4 {
  0% { transform: translateX(0px) translateY(0px); }
  100% { transform: translateX(-60px) translateY(-80px); }
}

.faq-hero-framework {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-hero-structure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.faq-hero-essence {
  padding-right: 40px;
}

.faq-hero-identifier {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 24px;
  border-radius: 50px;
  margin-bottom: 32px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(114, 47, 55, 0.1);
  backdrop-filter: blur(10px);
}

.identifier-icon-frame {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.identifier-text {
  font-weight: 600;
  color: var(--burgundy-primary);
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.faq-hero-mantra {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
  color: var(--text-primary);
}

.mantra-line {
  display: block;
  margin-bottom: 6px;
}

.mantra-empowered {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

.empowered-word {
  display: inline-block;
  margin-right: 8px;
}

.empowered-accent {
  color: var(--deep-brown);
}

.faq-hero-narrative {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 520px;
}

.faq-hero-insights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.insight-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.insight-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
}

.insight-visual {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.insight-info strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.insight-info span {
  font-size: 12px;
  color: var(--text-secondary);
}

.faq-hero-demonstration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.demonstration-interface {
  width: 100%;
  max-width: 450px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.interface-header {
  margin-bottom: 24px;
}

.interface-search {
  position: relative;
  margin-bottom: 16px;
}

.interface-search i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
}

.interface-search input {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-primary);
  font-size: 14px;
}

.interface-search input::placeholder {
  color: var(--text-secondary);
}

.interface-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.category-tag {
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-secondary);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.category-tag.active {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  color: white;
}

.interface-questions {
  margin-bottom: 24px;
}

.question-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.question-item:hover {
  border-color: rgba(114, 47, 55, 0.2);
}

.question-item.expanded {
  border-color: var(--burgundy-primary);
  background: rgba(114, 47, 55, 0.02);
}

.question-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.question-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.question-header h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

.question-content {
  padding: 0 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.question-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 16px 0 0;
}

.interface-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

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

.stat-number {
  font-size: 20px;
  font-weight: 700;
  color: var(--burgundy-primary);
  margin-bottom: 4px;
}

.stat-label {
  font-size: 11px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.3;
}

/* FAQ Hero Responsive */
@media (max-width: 1024px) {
  .faq-hero-structure {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .faq-hero-essence {
    padding-right: 0;
    text-align: center;
  }

  .faq-hero-insights {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .faq-hero-demonstration {
    order: -1;
  }
}

@media (max-width: 768px) {
  .faq-intelligent-hero {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .faq-hero-mantra {
    font-size: 2.4rem;
  }

  .faq-hero-narrative {
    font-size: 16px;
  }

  .geometric-shape {
    width: 80px !important;
    height: 80px !important;
    font-size: 24px !important;
  }

  .insight-card {
    padding: 16px;
    gap: 12px;
  }

  .insight-visual {
    width: 40px;
    height: 40px;
  }

  .demonstration-interface {
    padding: 20px;
  }

  .interface-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .faq-hero-mantra {
    font-size: 2rem;
  }

  .faq-hero-narrative {
    font-size: 15px;
  }

  .question-header {
    padding: 12px 16px;
  }

  .question-header h4 {
    font-size: 14px;
  }

  .question-content {
    padding: 0 16px 16px;
  }

  .question-content p {
    font-size: 13px;
  }
}

.btn-accent {
  background-color: var(--accent-color);
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 12px 30px;
}

.btn-accent:hover {
  background-color: var(--accent-hover);
  color: white;
}

/* Styles pour le header */
.site-header {
  background-color: var(--auxiliary);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  box-shadow: var(--shadow);
  padding-top: 10px;
}

.site-header.scrolled {
  height: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-logo {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  position: relative;
}

.site-logo span {
  color: var(--accent-color);
}

.nav-link {
  color: var(--text-color);
  font-weight: 500;
  padding: 8px 16px !important;
  position: relative;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--accent-color);
}

.nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  transform: translateX(-50%);
}

.nav-link:hover:after,
.nav-link:focus:after,
.nav-link.active:after {
  width: 30px;
}

/* Styles pour le bloc principal (hero) */
.hero-section {
  background-color: white;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: var(--light-accent);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 400;
  max-width: 600px;
}

.hero-title span,
.highlight {
  color: var(--accent-color);
  position: relative;
}

.hero-image-container {
  position: relative;
  z-index: 2;
}

.hero-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: var(--light-accent);
  top: -30px;
  left: -30px;
  z-index: -1;
}

.hero-image {
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 80px 0;
  }

  .hero-section::before {
    width: 100%;
    clip-path: polygon(0 80%, 100% 60%, 100% 100%, 0 100%);
    height: 50%;
    top: auto;
    bottom: 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-image-container {
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-section {
    padding: 180px 0;
  }
}

.lead  {
  color: var(--accent-color);
  font-weight: 500;
}

.footer_links {
  display: flex;
  flex-direction: row;
}

.growth {
  background-image: url('img/background-image.png');
  background-size: cover;
  background-position: center;
  color: var(--light-text);
  padding: 100px 0;
}

/* ============================================
   MODERN HEADER STYLES
   ============================================ */
.shapedesign-header-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--bg-primary);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-background-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
}

.header-wrapper-new {
  position: relative;
  z-index: 2;
}

.header-container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

.header-logo-new {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-primary);
}

.logo-wrapper-new {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon-new {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-icon-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}

.logo-text-new {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
}

.header-nav-new {
  display: flex;
  align-items: center;
}

.nav-list-new {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.nav-item-new {
  margin: 0;
}

.nav-link-new {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.nav-link-new:hover {
  color: var(--red-primary);
}

.nav-link-new i {
  font-size: 16px;
}

.header-actions-new {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-cta-btn-new {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--red-primary);
  color: var(--text-white);
  text-decoration: none;
  font-weight: 600;
}

.header-cta-btn-new:hover {
  background: var(--red-dark);
  color: var(--text-white);
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-line {
  width: 25px;
  height: 2px;
  background: var(--text-primary);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: var(--bg-primary);
  z-index: 9999;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.mobile-menu.active ~ .mobile-menu-overlay {
  display: block;
}

.mobile-menu-content {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light-gray);
}

.mobile-menu-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--text-primary);
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-nav {
  margin-top: 20px;
}

.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-item {
  margin-bottom: 10px;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
}

.mobile-menu-link:hover {
  background: var(--light-gray);
  color: var(--red-primary);
}

.mobile-menu-link-cta {
  background: var(--red-primary);
  color: var(--text-white);
}

.mobile-menu-link-cta:hover {
  background: var(--red-dark);
  color: var(--text-white);
}

@media (max-width: 991.98px) {
  .header-nav-new {
    display: none;
  }
  
  .mobile-menu-btn {
    display: flex;
  }
}

/* ============================================
   HERO SECTION STYLES - ANTIQUE THEME
   ============================================ */
.shapedesign-hero {
  padding: 180px 0 120px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.shapedesign-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="parchment" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2" opacity="0.3"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.5" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23parchment)"/></svg>');
  opacity: 0.1;
  pointer-events: none;
}

.hero-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-text-section {
  position: relative;
  z-index: 2;
}

.hero-text-section::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,10 Q50,5 80,10 Q85,30 80,50 Q50,55 20,50 Q15,30 20,10 Z" fill="%23B8860B" opacity="0.1"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
  position: relative;
}

.hero-label::before {
  content: '🏛️';
  font-size: 16px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: var(--text-primary);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Philosopher', serif;
}

.hero-title-red {
  color: var(--burgundy-primary);
  text-shadow: 0 0 10px rgba(114, 47, 55, 0.3);
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 40px;
  font-style: italic;
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.hero-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.hero-button:hover::before {
  left: 100%;
}

.hero-button-red {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  border: 2px solid var(--burgundy-primary);
}

.hero-button-red:hover {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.4);
}

.hero-button-green {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  border: 2px solid var(--antique-gold-primary);
}

.hero-button-green:hover {
  background: linear-gradient(135deg, var(--deep-brown), var(--antique-gold-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(184, 134, 11, 0.4);
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 20px;
  background: rgba(184, 134, 11, 0.05);
  border-left: 3px solid var(--antique-gold-primary);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.hero-feature-item:hover {
  background: rgba(184, 134, 11, 0.1);
  transform: translateX(5px);
}

.feature-icon-red {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(114, 47, 55, 0.3);
}

.feature-icon-green {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
}

.feature-text strong {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}

.feature-text {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.4;
}

.hero-visual-section {
  position: relative;
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 40px;
}

.stat-box {
  padding: 25px;
  background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));
  border: 2px solid var(--light-gray);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.stat-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--burgundy-primary), var(--antique-gold-primary));
}

.stat-box-red::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(114, 47, 55, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.stat-box-green::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(184, 134, 11, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.stat-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 26px;
  background: var(--light-gray);
  border-radius: 50%;
}

.stat-box-red .stat-icon {
  color: var(--burgundy-primary);
  background: rgba(114, 47, 55, 0.1);
}

.stat-box-green .stat-icon {
  color: var(--antique-gold-primary);
  background: rgba(184, 134, 11, 0.1);
}

.stat-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.stat-content p {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

.hero-main-visual {
  position: relative;
  height: 350px;
  background: linear-gradient(135deg, var(--burgundy-primary) 0%, var(--antique-gold-primary) 50%, var(--deep-brown) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.hero-main-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="heraldry" patternUnits="userSpaceOnUse" width="50" height="50"><circle cx="25" cy="25" r="2" fill="%23ffffff" opacity="0.3"/><circle cx="75" cy="75" r="2" fill="%23ffffff" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23heraldry)"/></svg>');
  opacity: 0.1;
}

.visual-center {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  border: 4px solid var(--antique-gold-primary);
  border-radius: 50%;
  font-size: 65px;
  color: var(--burgundy-primary);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.visual-center::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid var(--burgundy-primary);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

@media (max-width: 991.98px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-text-section::before {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .shapedesign-hero {
    padding: 140px 0 100px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-main-visual {
    height: 280px;
  }

  .visual-center {
    width: 120px;
    height: 120px;
    font-size: 55px;
  }
}

/* ============================================
   PRODUCTS SHOWCASE SECTION STYLES - ANTIQUE THEME
   ============================================ */
.products-showcase {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.products-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="antique-paper" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.3" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23antique-paper)"/></svg>');
  opacity: 0.05;
  pointer-events: none;
}

.products-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.products-intro {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.products-intro::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--antique-gold-primary), transparent);
}

.products-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
  position: relative;
}

.products-tag::before {
  content: '💎';
  font-size: 16px;
}

.products-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.products-heading-red {
  color: var(--burgundy-primary);
  text-shadow: 0 0 15px rgba(114, 47, 55, 0.2);
}

.products-heading-green {
  color: var(--antique-gold-primary);
  text-shadow: 0 0 15px rgba(184, 134, 11, 0.2);
}

.products-lead {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
}

.product-item {
  background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));
  padding: 40px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.product-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.product-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--antique-gold-primary);
}

.product-item-featured {
  border-color: var(--burgundy-primary);
  border-width: 4px;
  box-shadow: 0 20px 45px rgba(114, 47, 55, 0.2);
}

.product-item-featured::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: var(--antique-gold-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.4);
}

.product-mark {
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(114, 47, 55, 0.3);
}

.product-header {
  margin-bottom: 30px;
  text-align: center;
}

.product-symbol {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 35px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
  position: relative;
}

.product-symbol::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--burgundy-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.product-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-align: center;
}

.product-summary {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
  text-align: center;
}

.product-offer {
  padding: 30px;
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.05), rgba(114, 47, 55, 0.05));
  margin-bottom: 30px;
  border-radius: 12px;
  border: 2px solid var(--antique-gold-primary);
  position: relative;
}

.product-offer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary));
}

.offer-main {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  font-family: 'Philosopher', serif;
  text-align: center;
}

.offer-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--antique-gold-primary);
  font-weight: 500;
  margin-bottom: 8px;
  justify-content: center;
}

.offer-benefit i {
  font-size: 18px;
}

.offer-note {
  font-size: 14px;
  color: var(--text-light);
  margin-top: 12px;
  text-align: center;
  font-style: italic;
}

.product-capabilities {
  margin-bottom: 30px;
}

.capability-block {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(184, 134, 11, 0.03);
  border-radius: 10px;
  border-left: 3px solid var(--antique-gold-primary);
  transition: all 0.3s ease;
}

.capability-block:hover {
  background: rgba(184, 134, 11, 0.08);
  transform: translateX(5px);
}

.capability-symbol {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
}

.capability-symbol::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
  opacity: 0.2;
}

.capability-symbol-red {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(114, 47, 55, 0.3);
}

.capability-symbol-green {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
}

.capability-info h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.capability-info p {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

.product-cta {
  display: flex;
  gap: 15px;
}

.product-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.product-link:hover::before {
  left: 100%;
}

.product-link-red {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  border: 2px solid var(--burgundy-primary);
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
}

.product-link-red:hover {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.4);
}

.product-link-green {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  border: 2px solid var(--antique-gold-primary);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
}

.product-link-green:hover {
  background: linear-gradient(135deg, var(--deep-brown), var(--antique-gold-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(184, 134, 11, 0.4);
}

@media (max-width: 991.98px) {
  .products-list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
  }

  .product-item {
    padding: 35px;
  }
}

@media (max-width: 767.98px) {
  .products-showcase {
    padding: 100px 0 80px;
  }

  .products-heading {
    font-size: 2.5rem;
  }

  .products-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-item {
    padding: 30px;
  }

  .product-name {
    font-size: 1.6rem;
  }

  .product-cta {
    flex-direction: column;
    gap: 12px;
  }
}

/* ============================================
   CLIENTS FEEDBACK SECTION STYLES - ANTIQUE THEME
   ============================================ */
.clients-feedback {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.clients-feedback::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="testimonial-bg" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><circle cx="20" cy="20" r="1" fill="%23B8860B" opacity="0.1"/><circle cx="80" cy="80" r="1" fill="%23722f37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23testimonial-bg)"/></svg>');
  opacity: 0.05;
  pointer-events: none;
}

.feedback-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.feedback-intro {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.feedback-intro::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--burgundy-primary), var(--antique-gold-primary), transparent);
}

.feedback-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
  position: relative;
}

.feedback-tag::before {
  content: '⭐';
  font-size: 16px;
}

.feedback-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.feedback-heading-red {
  color: var(--burgundy-primary);
  text-shadow: 0 0 15px rgba(114, 47, 55, 0.2);
}

.feedback-lead {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}

.feedback-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.feedback-item {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  padding: 40px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.feedback-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.feedback-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--antique-gold-primary);
}

.feedback-item-featured {
  border-color: var(--burgundy-primary);
  border-width: 4px;
  box-shadow: 0 20px 45px rgba(114, 47, 55, 0.15);
}

.feedback-item-featured::after {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  width: 35px;
  height: 35px;
  background: var(--antique-gold-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.4);
}

.feedback-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.feedback-person {
  position: relative;
}

.person-photo {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 28px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
  position: relative;
}

.person-photo::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--burgundy-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.person-verified {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 14px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(114, 47, 55, 0.3);
}

.feedback-person-info {
  flex: 1;
}

.person-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.person-position {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 8px;
  font-style: italic;
}

.person-org {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-light);
}

.person-org i {
  color: var(--burgundy-primary);
}

.feedback-score {
  text-align: right;
}

.score-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 8px;
  color: var(--antique-gold-primary);
  font-size: 18px;
}

.score-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.feedback-body {
  position: relative;
  padding: 20px 0;
}

.feedback-quote-mark {
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 70px;
  color: var(--antique-gold-primary);
  line-height: 1;
  opacity: 0.3;
  font-family: 'Georgia', serif;
}

.feedback-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 25px;
  font-style: italic;
  padding-left: 30px;
  border-left: 3px solid var(--antique-gold-primary);
  position: relative;
}

.feedback-text::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 60px;
  color: var(--burgundy-primary);
  opacity: 0.2;
  font-family: 'Georgia', serif;
}

.feedback-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.metric-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.metric-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.metric-tag-red {
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.1), rgba(114, 47, 55, 0.05));
  color: var(--burgundy-primary);
  border: 1px solid rgba(114, 47, 55, 0.2);
}

.metric-tag-green {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.1), rgba(184, 134, 11, 0.05));
  color: var(--antique-gold-primary);
  border: 1px solid rgba(184, 134, 11, 0.2);
}


@media (max-width: 991.98px) {
  .feedback-list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
  }

  .feedback-item {
    padding: 35px;
  }
}

@media (max-width: 767.98px) {
  .clients-feedback {
    padding: 100px 0 80px;
  }

  .feedback-heading {
    font-size: 2.5rem;
  }

  .feedback-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feedback-item {
    padding: 30px;
  }

  .person-name {
    font-size: 18px;
  }

  .feedback-text {
    font-size: 16px;
    padding-left: 25px;
  }

  .feedback-quote-mark {
    font-size: 60px;
    top: -12px;
    left: -12px;
  }
}

/* ============================================
   ABOUT PAGE STYLES - ANTIQUE THEME
   ============================================ */
.about-hero-section {
  padding: 180px 0 120px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.about-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="about-antique-bg" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.5" opacity="0.1"/><circle cx="25" cy="25" r="1" fill="%23B8860B" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23722f37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23about-antique-bg)"/></svg>');
  opacity: 0.08;
  pointer-events: none;
}

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

.about-hero-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.08) 0%, rgba(184, 134, 11, 0.06) 100%);
}

.about-hero-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  opacity: 0.1;
}

.about-hero-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.about-hero-content {
  max-width: 900px;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
  position: relative;
}

.about-hero-badge::before {
  content: '🏛️';
  font-size: 16px;
}

.badge-icon {
  color: var(--antique-gold-primary);
}

.badge-text {
  color: var(--text-white);
}

.about-hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.about-hero-highlight {
  position: relative;
  display: inline-block;
}

.about-hero-highlight::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 2px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--burgundy-primary) 0%, var(--antique-gold-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

.about-hero-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-top: 20px;
  font-style: italic;
  max-width: 700px;
}

.about-features-section {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.about-features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="features-antique-bg" patternUnits="userSpaceOnUse" width="80" height="80"><circle cx="20" cy="20" r="1" fill="%23B8860B" opacity="0.08"/><circle cx="60" cy="60" r="1" fill="%23722f37" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23features-antique-bg)"/></svg>');
  opacity: 0.05;
  pointer-events: none;
}

.about-features-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.about-features-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.about-features-header::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--antique-gold-primary), transparent);
}

.about-features-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
  position: relative;
}

.about-features-badge::before {
  content: '⭐';
  font-size: 16px;
}

.about-features-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.about-features-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.feature-card {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  padding: 40px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--antique-gold-primary);
}

.feature-visual {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 35px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(114, 47, 55, 0.3);
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.feature-icon::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.feature-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(114, 47, 55, 0.08) 0%, transparent 70%);
  z-index: 1;
}

.feature-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-align: center;
}

.feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  text-align: center;
  font-size: 15px;
}

.about-mission-section {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.about-mission-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="mission-antique-bg" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><circle cx="30" cy="30" r="1.5" fill="%23B8860B" opacity="0.06"/><circle cx="70" cy="70" r="1.5" fill="%23722f37" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23mission-antique-bg)"/></svg>');
  opacity: 0.06;
  pointer-events: none;
}

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

.about-mission-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.04) 0%, rgba(184, 134, 11, 0.04) 100%);
}

.about-mission-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.about-mission-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-mission-content {
  position: relative;
  z-index: 2;
}

.mission-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--deep-brown), var(--antique-gold-primary));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
  position: relative;
}

.mission-badge::before {
  content: '🎯';
  font-size: 16px;
}

.mission-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.mission-lead {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: 'Philosopher', serif;
  font-style: italic;
}

.mission-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.mission-stats {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 3px solid var(--antique-gold-primary);
  position: relative;
}

.mission-stats::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.mission-stat-item {
  text-align: center;
  padding: 20px;
  background: rgba(184, 134, 11, 0.05);
  border-radius: 12px;
  border: 2px solid var(--light-gray);
  transition: all 0.3s ease;
}

.mission-stat-item:hover {
  background: rgba(184, 134, 11, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(184, 134, 11, 0.2);
}

.mission-stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--burgundy-primary);
  margin-bottom: 8px;
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.mission-stat-label {
  font-size: 15px;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 1.4;
}

.mission-stat-divider {
  width: 2px;
  height: 80px;
  background: linear-gradient(to bottom, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 1px;
}

.about-mission-visual {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-visual-container {
  position: relative;
  width: 350px;
  height: 350px;
}

.mission-icon-large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.1));
  border: 5px solid var(--antique-gold-primary);
  border-radius: 50%;
  font-size: 70px;
  color: var(--burgundy-primary);
  z-index: 3;
  box-shadow: 0 15px 40px rgba(184, 134, 11, 0.3);
}

.mission-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mission-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid;
  border-radius: 50%;
  animation: ring-pulse 3s infinite ease-in-out;
}

.mission-ring.ring-1 {
  width: 200px;
  height: 200px;
  border-color: rgba(114, 47, 55, 0.2);
  animation-delay: 0s;
}

.mission-ring.ring-2 {
  width: 250px;
  height: 250px;
  border-color: rgba(184, 134, 11, 0.15);
  animation-delay: 1s;
}

.mission-ring.ring-3 {
  width: 300px;
  height: 300px;
  border-color: rgba(139, 69, 19, 0.1);
  animation-delay: 2s;
}

@keyframes ring-pulse {
  0%, 100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.ring-1 {
  width: 200px;
  height: 200px;
  border-color: var(--red-primary);
  opacity: 0.3;
}

.ring-2 {
  width: 250px;
  height: 250px;
  border-color: var(--green-primary);
  opacity: 0.3;
}

.ring-3 {
  width: 300px;
  height: 300px;
  border-color: var(--red-primary);
  opacity: 0.2;
}

.about-values-section {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.about-values-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="values-antique-bg" patternUnits="userSpaceOnUse" width="60" height="60"><rect width="100" height="100" fill="%23faf7f2"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.2" opacity="0.15"/></pattern></defs><rect width="100" height="100" fill="url(%23values-antique-bg)"/></svg>');
  opacity: 0.04;
  pointer-events: none;
}

.about-values-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.values-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.values-header::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--deep-brown), var(--antique-gold-primary), transparent);
}

.values-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
  position: relative;
}

.values-badge::before {
  content: '💝';
  font-size: 16px;
}

.values-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.values-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.value-card-new {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  padding: 50px 40px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.value-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.value-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--antique-gold-primary);
}

.value-icon-new {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 45px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(114, 47, 55, 0.3);
  position: relative;
}

.value-icon-new::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.value-card-new:nth-child(2) .value-icon-new {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
}

.value-card-new:nth-child(2) .value-icon-new::before {
  border-color: var(--burgundy-primary);
}

.value-card-new:nth-child(3) .value-icon-new {
  background: linear-gradient(135deg, var(--deep-brown), var(--burgundy-primary));
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3);
}

.value-card-new:nth-child(3) .value-icon-new::before {
  border-color: var(--antique-gold-primary);
}

.value-title-new {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.value-description-new {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .about-mission-wrapper {
    grid-template-columns: 1fr;
  }
  
  .mission-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .mission-stat-divider {
    display: none;
  }
}

/* ============================================
   CONTACT PAGE STYLES - ANTIQUE THEME
   ============================================ */
.contact-hero-section {
  padding: 180px 0 120px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.contact-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-antique-bg" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.5" opacity="0.1"/><circle cx="25" cy="25" r="1" fill="%23B8860B" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23722f37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-antique-bg)"/></svg>');
  opacity: 0.08;
  pointer-events: none;
}

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

.contact-hero-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.08) 0%, rgba(184, 134, 11, 0.06) 100%);
}

.contact-hero-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  opacity: 0.1;
}

.contact-hero-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.contact-hero-content {
  max-width: 900px;
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
  position: relative;
}

.contact-hero-badge::before {
  content: '📞';
  font-size: 16px;
}

.contact-hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-hero-highlight {
  position: relative;
  display: inline-block;
}

.contact-hero-highlight::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 2px;
}

.contact-hero-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-top: 20px;
  font-style: italic;
}

.modern-contact-section-new {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.modern-contact-section-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-methods-antique-bg" patternUnits="userSpaceOnUse" width="80" height="80"><circle cx="20" cy="20" r="1" fill="%23B8860B" opacity="0.08"/><circle cx="60" cy="60" r="1" fill="%23722f37" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-methods-antique-bg)"/></svg>');
  opacity: 0.05;
  pointer-events: none;
}

.contact-section-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.contact-header-new {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.contact-header-new::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--antique-gold-primary), transparent);
}

.contact-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
  position: relative;
}

.contact-header-badge::before {
  content: '📬';
  font-size: 16px;
}

.contact-header-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-header-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 70px;
}

.method-card {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  padding: 40px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.method-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--antique-gold-primary);
}

.method-card.primary {
  border-color: var(--burgundy-primary);
  border-width: 4px;
  box-shadow: 0 20px 45px rgba(114, 47, 55, 0.2);
}

.method-card.primary::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: var(--antique-gold-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.4);
}

.method-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 35px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(114, 47, 55, 0.3);
  position: relative;
  margin: 0 auto 25px;
}

.method-icon::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.method-card.primary .method-icon {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
}

.method-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-align: center;
}

.method-content > p {
  color: var(--text-secondary);
  margin-bottom: 25px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.method-features {
  margin-bottom: 30px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text-secondary);
  justify-content: center;
}

.feature i {
  color: var(--antique-gold-primary);
  font-size: 18px;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text-secondary);
  justify-content: center;
}

.contact-item i {
  color: var(--burgundy-primary);
  font-size: 18px;
}

.method-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  border: 2px solid var(--burgundy-primary);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
}

.method-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.method-btn:hover::before {
  left: 100%;
}

.method-btn:hover {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.4);
}

.method-btn.primary {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  border-color: var(--antique-gold-primary);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
}

.method-btn.primary:hover {
  background: linear-gradient(135deg, var(--deep-brown), var(--antique-gold-primary));
  border-color: var(--antique-gold-primary);
  box-shadow: 0 10px 30px rgba(184, 134, 11, 0.4);
}

.contact-form-section {
  margin-top: 60px;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  background: var(--bg-primary);
  padding: 40px;
  border: 2px solid var(--light-gray);
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-header h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.form-header p {
  color: var(--text-secondary);
}

.contact-form-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-field-group {
  display: flex;
  flex-direction: column;
}

.form-label-new {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.required-star {
  color: var(--red-primary);
}

.form-input-new,
.form-textarea-new {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--light-gray);
  font-size: 16px;
  font-family: inherit;
}

.form-input-new:focus,
.form-textarea-new:focus {
  outline: none;
  border-color: var(--red-primary);
}

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

.invalid-feedback {
  display: none;
  color: var(--red-primary);
  font-size: 14px;
  margin-top: 5px;
}

.form-input-new.is-invalid ~ .invalid-feedback,
.form-textarea-new.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--red-primary);
  color: var(--text-white);
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.form-submit-button:hover {
  background: var(--red-dark);
  color: var(--text-white);
}

.form-status {
  margin-top: 20px;
}

.loading {
  color: var(--red-primary);
  font-weight: 600;
}

.error-message {
  color: var(--red-primary);
  font-weight: 600;
}

.sent-message {
  color: var(--green-primary);
  font-weight: 600;
}

.contact-info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.info-card {
  background: var(--bg-primary);
  padding: 30px;
  border: 2px solid var(--light-gray);
  text-align: center;
}

.card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: var(--light-gray);
  color: var(--red-primary);
  font-size: 30px;
}

.info-card:nth-child(2) .card-icon {
  color: var(--green-primary);
}

.info-card:nth-child(3) .card-icon {
  color: var(--red-primary);
}

.info-card:nth-child(4) .card-icon {
  color: var(--green-primary);
}

.card-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.card-content p {
  color: var(--text-secondary);
  margin-bottom: 5px;
}

.card-content span {
  font-size: 14px;
  color: var(--text-light);
}

.contact-additional-section {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.contact-box {
  background: var(--bg-primary);
  padding: 30px;
  border: 2px solid var(--light-gray);
  height: 100%;
}

.contact-box-icon {
  color: var(--red-primary);
}

@media (max-width: 767.98px) {
  .contact-methods {
    grid-template-columns: 1fr;
  }
  
  .contact-info-cards {
    grid-template-columns: 1fr;
  }
  
  .form-container {
    padding: 30px 20px;
  }
}

/* ============================================
   FAQ PAGE STYLES - ANTIQUE THEME
   ============================================ */
.faq-hero-section {
  padding: 180px 0 120px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.faq-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="faq-antique-bg" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.5" opacity="0.1"/><circle cx="25" cy="25" r="1" fill="%23B8860B" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23722f37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23faq-antique-bg)"/></svg>');
  opacity: 0.08;
  pointer-events: none;
}

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

.faq-hero-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.08) 0%, rgba(184, 134, 11, 0.06) 100%);
}

.faq-hero-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  opacity: 0.1;
}

.faq-hero-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.faq-hero-content {
  max-width: 900px;
}

.faq-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
  position: relative;
}

.faq-hero-badge::before {
  content: '❓';
  font-size: 16px;
}

.faq-hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-hero-highlight {
  position: relative;
  display: inline-block;
}

.faq-hero-highlight::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 2px;
}

.faq-hero-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-top: 20px;
  font-style: italic;
}

.faq-section-new {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.faq-section-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="faq-section-antique-bg" patternUnits="userSpaceOnUse" width="80" height="80"><circle cx="20" cy="20" r="1.2" fill="%23B8860B" opacity="0.06"/><circle cx="60" cy="60" r="1.2" fill="%23722f37" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23faq-section-antique-bg)"/></svg>');
  opacity: 0.05;
  pointer-events: none;
}

.faq-section-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.faq-header-new {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.faq-header-new::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--antique-gold-primary), transparent);
}

.faq-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
  position: relative;
}

.faq-header-badge::before {
  content: '📚';
  font-size: 16px;
}

.faq-header-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.faq-header-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}

.accordion-item {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}

.accordion-item:hover {
  border-color: var(--antique-gold-primary);
  box-shadow: 0 15px 40px rgba(184, 134, 11, 0.15);
}

.accordion-button {
  width: 100%;
  padding: 25px 30px;
  background: transparent;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 19px;
  color: var(--text-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Philosopher', serif;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.1), rgba(114, 47, 55, 0.05));
  color: var(--burgundy-primary);
}

.accordion-button:hover {
  background: rgba(184, 134, 11, 0.05);
}

.accordion-button i {
  color: var(--burgundy-primary);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}

.accordion-collapse {
  border-top: 2px solid var(--antique-gold-primary);
}

.accordion-body {
  padding: 30px;
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 16px;
  background: rgba(184, 134, 11, 0.02);
}

.faq-additional-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.faq-additional-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="faq-additional-antique-bg" patternUnits="userSpaceOnUse" width="60" height="60"><rect width="100" height="100" fill="%23faf7f2"/><circle cx="30" cy="30" r="1" fill="%23B8860B" opacity="0.08"/><circle cx="70" cy="70" r="1" fill="%23722f37" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23faq-additional-antique-bg)"/></svg>');
  opacity: 0.04;
  pointer-events: none;
}

.faq-box {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  padding: 40px 30px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  height: 100%;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.faq-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--antique-gold-primary);
}

.faq-box-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 35px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(114, 47, 55, 0.3);
  position: relative;
}

.faq-box-icon::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.faq-box h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.faq-box p {
  color: var(--text-secondary);
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 15px;
}

.faq-box .btn {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  border: 2px solid var(--burgundy-primary);
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
  position: relative;
  overflow: hidden;
}

.faq-box .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.faq-box .btn:hover::before {
  left: 100%;
}

.faq-box .btn:hover {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.4);
}

.faq-box .btn:hover {
  background: var(--red-dark);
  color: var(--text-white);
}

@media (max-width: 767.98px) {
  .faq-hero-title {
    font-size: 2.5rem;
  }
  
  .accordion-button {
    font-size: 16px;
    padding: 15px;
  }
}

/* ============================================
   FOOTER STYLES
   ============================================ */
.shapedesign-footer {
  background: var(--bg-primary);
  border-top: 3px solid var(--red-primary);
  padding-top: 60px;
}

.footer-main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

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

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-logo-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.footer-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}

.footer-logo-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
}

.footer-description {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-company-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 14px;
}

.company-info-item i {
  color: var(--red-primary);
}

.company-info-item a {
  color: var(--text-secondary);
  text-decoration: none;
}

.company-info-item a:hover {
  color: var(--red-primary);
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-list li a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
}

.footer-links-list li a:hover {
  color: var(--red-primary);
}

.newsletter-description {
  color: var(--text-secondary);
  margin-bottom: 20px;
  font-size: 14px;
}

.newsletter-form {
  margin-bottom: 30px;
}

.newsletter-input-wrapper {
  display: flex;
  gap: 10px;
}

.newsletter-input-wrapper input {
  flex: 1;
  padding: 12px 15px;
  border: 2px solid var(--light-gray);
  font-size: 14px;
}

.newsletter-input-wrapper input:focus {
  outline: none;
  border-color: var(--red-primary);
}

.newsletter-submit {
  padding: 12px 20px;
  background: var(--red-primary);
  color: var(--text-white);
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.newsletter-submit:hover {
  background: var(--red-dark);
}

.social-media {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-gray);
  color: var(--red-primary);
  text-decoration: none;
  font-size: 18px;
}

.social-link:hover {
  background: var(--red-primary);
  color: var(--text-white);
}

.footer-bottom-bar {
  border-top: 1px solid var(--light-gray);
  padding: 20px 0;
}

.footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  color: var(--text-secondary);
  font-size: 14px;
  margin: 0;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-legal-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
}

.footer-legal-links a:hover {
  color: var(--red-primary);
}

.separator {
  color: var(--text-light);
}

@media (max-width: 767.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

/* ============================================
   COOKIE BANNER STYLES
   ============================================ */
.shapedesign-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));
  border-top: 4px solid var(--antique-gold-primary);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  backdrop-filter: blur(10px);
}

.shapedesign-cookie-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cookie-antique-bg" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.5" opacity="0.1"/><circle cx="25" cy="25" r="1" fill="%23B8860B" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23722f37" opacity="0.1"/><path d="M15,15 Q50,10 85,15 Q88,35 85,55 Q50,60 15,55 Q12,35 15,15 Z" fill="%23B8860B" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23cookie-antique-bg)"/></svg>');
  opacity: 0.08;
  pointer-events: none;
}

.shapedesign-cookie-banner::after {
  content: '❦';
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: var(--antique-gold-primary);
  opacity: 0.3;
}

.shapedesign-cookie-banner.show {
  display: block;
}

.cookie-banner-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 25px 30px;
}

.cookie-banner-content {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

.cookie-banner-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.3);
  position: relative;
}

.cookie-banner-icon::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.cookie-banner-text {
  flex: 1;
}

.cookie-banner-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.cookie-banner-description {
  color: var(--text-secondary);
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

.cookie-banner-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cookie-banner-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cookie-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 20px;
}

.cookie-link:hover {
  color: var(--burgundy-primary);
  background: rgba(114, 47, 55, 0.1);
}

.cookie-link-separator {
  color: var(--text-light);
  font-weight: bold;
}

.cookie-banner-buttons {
  display: flex;
  gap: 12px;
}

.cookie-btn {
  padding: 12px 24px;
  border: 2px solid;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cookie-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.cookie-btn:hover::before {
  left: 100%;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  border-color: var(--antique-gold-primary);
}

.cookie-btn-accept:hover {
  background: linear-gradient(135deg, var(--deep-brown), var(--antique-gold-primary));
  color: var(--text-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.4);
}

.cookie-btn-decline {
  background: transparent;
  color: var(--burgundy-primary);
  border-color: var(--burgundy-primary);
}

.cookie-btn-decline:hover {
  background: var(--burgundy-primary);
  color: var(--text-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.4);
}
  background: var(--text-secondary);
  color: var(--text-white);
}

.cookie-btn-settings {
  background: var(--red-primary);
  color: var(--text-white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cookie-btn-settings:hover {
  background: var(--red-dark);
}

.cookie-btn-secondary {
  background: var(--text-secondary);
  color: var(--text-white);
}

.cookie-btn-secondary:hover {
  background: var(--text-primary);
}

.cookie-settings-panel {
  display: none;
  margin-top: 25px;
  padding: 30px;
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.cookie-settings-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.cookie-settings-panel.active {
  display: block;
}

.cookie-settings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--antique-gold-primary);
  position: relative;
  z-index: 2;
}

.cookie-settings-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  font-family: 'Philosopher', serif;
}

.cookie-settings-close {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  border: 2px solid var(--burgundy-primary);
  font-size: 20px;
  color: var(--text-white);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cookie-settings-close:hover {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy-primary));
  transform: rotate(90deg);
  box-shadow: 0 4px 15px rgba(114, 47, 55, 0.3);
}

.cookie-settings-content {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.cookie-setting-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid var(--antique-gold-primary);
  transition: all 0.3s ease;
}

.cookie-setting-item:hover {
  background: rgba(184, 134, 11, 0.03);
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.cookie-setting-item:last-child {
  border-bottom: none;
}

.cookie-setting-info h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  color: var(--text-primary);
}

.cookie-setting-info p {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--light-gray);
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: var(--text-white);
}

input:checked + .cookie-slider {
  background-color: var(--green-primary);
}

input:checked + .cookie-slider:before {
  transform: translateX(26px);
}

input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-settings-footer {
  text-align: right;
  padding-top: 20px;
  border-top: 2px solid var(--antique-gold-primary);
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .cookie-banner-content {
    flex-direction: column;
  }
  
  .cookie-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .cookie-banner-buttons {
    width: 100%;
  }
  
  .cookie-btn {
    flex: 1;
  }
}

/* ============================================
   PRELOADER STYLES
   ============================================ */
.modern-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.logo-container {
  margin-bottom: 40px;
}

.logo-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-primary);
  color: var(--text-white);
  font-size: 50px;
}

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

.logo-main {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
}

.logo-sub {
  font-size: 14px;
  color: var(--text-secondary);
}

.loading-animation {
  margin-bottom: 30px;
}

.loading-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.dot {
  width: 12px;
  height: 12px;
  background: var(--red-primary);
}

.progress-container {
  width: 300px;
  margin: 0 auto;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background: var(--light-gray);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--red-primary);
  width: 0%;
}

.loading-text {
  color: var(--text-secondary);
  font-size: 14px;
  margin-top: 10px;
}

/* ============================================
   POLICY PAGES STYLES (Cookie, Privacy, Terms) - ANTIQUE THEME
   ============================================ */

/* Modern Policy Hero Sections */
.policy-modern-hero {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.policy-hero-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.backdrop-elements {
  position: relative;
  width: 100%;
  height: 100%;
}

.backdrop-element {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  opacity: 0.1;
  animation: float-element 8s ease-in-out infinite;
}

.terms-hero .backdrop-element {
  background: rgba(114, 47, 55, 0.1);
  color: var(--burgundy-primary);
}

.privacy-hero .backdrop-element {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.cookies-hero .backdrop-element {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.element-1 {
  top: 15%;
  left: 8%;
  animation-delay: 0s;
}

.element-2 {
  top: 65%;
  right: 12%;
  animation-delay: 2s;
}

.element-3 {
  bottom: 20%;
  left: 15%;
  animation-delay: 4s;
}

.element-4 {
  top: 35%;
  right: 20%;
  animation-delay: 6s;
}

@keyframes float-element {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

.backdrop-ornaments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ornament {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.ornament-top-left {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  background: var(--burgundy-primary);
}

.ornament-bottom-right {
  width: 250px;
  height: 250px;
  bottom: -80px;
  right: -80px;
  background: var(--antique-gold-primary);
}

.ornament-center {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--deep-brown);
}

.policy-hero-framework {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.policy-hero-structure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.policy-hero-core {
  padding-right: 40px;
}

.policy-hero-identifier {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.identifier-visual {
  position: relative;
}

.identifier-icon-wrapper {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.identifier-ring {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 20px;
  opacity: 0.3;
  animation: ring-pulse 3s ease-in-out infinite;
}

@keyframes ring-pulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.05); opacity: 0.6; }
}

.identifier-label {
  font-weight: 600;
  color: var(--burgundy-primary);
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.policy-hero-mantra {
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
  color: var(--text-primary);
}

.mantra-line {
  display: block;
  margin-bottom: 6px;
}

.mantra-emphasis {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

.emphasis-word {
  display: inline-block;
  margin-right: 8px;
}

.emphasis-accent {
  color: var(--deep-brown);
}

.policy-hero-narrative {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 520px;
}

.policy-hero-commitments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.commitment-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.commitment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
}

.commitment-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.commitment-content strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.commitment-content span {
  font-size: 12px;
  color: var(--text-secondary);
}

.policy-hero-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Terms Hero Showcase */
.showcase-document {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.document-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.document-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-primary);
}

.document-title i {
  color: var(--burgundy-primary);
}

.document-title span {
  font-weight: 600;
}

.version-badge {
  background: var(--burgundy-primary);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.document-preview {
  margin-bottom: 24px;
}

.preview-section {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.preview-section:hover {
  background: rgba(114, 47, 55, 0.05);
}

.section-number {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}

.section-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.section-content p {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.4;
  margin: 0;
}

.document-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--text-secondary);
}

.info-item i {
  color: var(--burgundy-primary);
}

/* Privacy Hero Showcase */
.showcase-privacy {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.privacy-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-indicator.protected {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #198754, #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.privacy-status span {
  font-weight: 600;
  color: #198754;
}

.privacy-score {
  text-align: right;
}

.score-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #198754;
}

.score-label {
  font-size: 12px;
  color: var(--text-secondary);
}

.privacy-data-flow {
  margin-bottom: 24px;
}

.data-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.data-item:hover {
  background: rgba(25, 135, 84, 0.05);
}

.data-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #198754, #20c997);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.data-info h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.data-info p {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.data-status {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
}

.data-status.encrypted {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.data-status.secure {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.data-status.anonymous {
  background: rgba(114, 47, 55, 0.1);
  color: var(--burgundy-primary);
}

.privacy-certifications {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-primary);
}

.cert-badge i {
  color: #198754;
}

/* Cookies Hero Showcase */
.showcase-cookies {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.cookies-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cookies-control {
  display: flex;
  align-items: center;
  gap: 12px;
}

.control-toggle {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.control-toggle.active {
  background: linear-gradient(135deg, #198754, #20c997);
  box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.cookies-control span {
  font-weight: 600;
  color: var(--text-primary);
}

.cookies-count {
  text-align: right;
}

.count-number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--burgundy-primary);
}

.count-label {
  font-size: 12px;
  color: var(--text-secondary);
}

.cookies-categories {
  margin-bottom: 24px;
}

.cookie-category {
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.cookie-category:hover {
  transform: translateX(4px);
}

.cookie-category.essential {
  background: rgba(25, 135, 84, 0.05);
  border: 1px solid rgba(25, 135, 84, 0.1);
}

.cookie-category.analytics {
  background: rgba(255, 193, 7, 0.05);
  border: 1px solid rgba(255, 193, 7, 0.1);
}

.cookie-category.marketing {
  background: rgba(114, 47, 55, 0.05);
  border: 1px solid rgba(114, 47, 55, 0.1);
}

.category-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.category-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.cookie-category.essential .category-icon {
  background: linear-gradient(135deg, #198754, #20c997);
  color: white;
}

.cookie-category.analytics .category-icon {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  color: white;
}

.cookie-category.marketing .category-icon {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  color: white;
}

.category-info h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.category-status {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 500;
}

.category-status.active {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.category-status.configurable {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.category-status.optional {
  background: rgba(114, 47, 55, 0.1);
  color: var(--burgundy-primary);
}

.cookie-category p {
  font-size: 12px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.4;
}

.cookies-actions {
  display: flex;
  gap: 12px;
}

.cookie-action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-action-btn.primary {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--antique-gold-primary));
  color: white;
  box-shadow: 0 4px 16px rgba(114, 47, 55, 0.3);
}

.cookie-action-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(114, 47, 55, 0.4);
}

.cookie-action-btn.secondary {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-primary);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.cookie-action-btn.secondary:hover {
  background: rgba(0, 0, 0, 0.08);
}

@keyframes badgeGlow {
  0% { box-shadow: 0 15px 35px rgba(114, 47, 55, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2); }
  100% { box-shadow: 0 20px 40px rgba(114, 47, 55, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4); }
}

.policy-hero-badge::before {
  content: '🏛️';
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.policy-hero-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 30px;
  color: #2c1810;
  font-family: 'Philosopher', serif;
  text-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.15),
    0 0 20px rgba(184, 134, 11, 0.2);
  position: relative;
  letter-spacing: -0.02em;
}

.policy-hero-title::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #B8860B 50%, transparent 100%);
  border-radius: 2px;
}

.policy-hero-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #722f37 0%, #B8860B 100%);
  border-radius: 2px;
}

.policy-hero-description {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #5d4037;
  margin-bottom: 50px;
  font-style: italic;
  font-family: 'Philosopher', serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}

.policy-hero-description::before {
  content: '"';
  font-size: 4rem;
  color: rgba(184, 134, 11, 0.3);
  position: absolute;
  top: -20px;
  left: -20px;
  font-family: 'Philosopher', serif;
  line-height: 1;
}

.policy-hero-description::after {
  content: '"';
  font-size: 4rem;
  color: rgba(184, 134, 11, 0.3);
  position: absolute;
  bottom: -40px;
  right: -20px;
  font-family: 'Philosopher', serif;
  line-height: 1;
}

.policy-hero-meta {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #5d4037;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Philosopher', serif;
  background:
    linear-gradient(135deg, rgba(184, 134, 11, 0.15) 0%, rgba(114, 47, 55, 0.1) 100%),
    rgba(255, 255, 255, 0.8);
  padding: 16px 24px;
  border-radius: 25px;
  border: 2px solid rgba(184, 134, 11, 0.2);
  backdrop-filter: blur(10px);
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.meta-item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.15),
    0 0 20px rgba(184, 134, 11, 0.2);
  background:
    linear-gradient(135deg, rgba(184, 134, 11, 0.25) 0%, rgba(114, 47, 55, 0.15) 100%),
    rgba(255, 255, 255, 0.9);
}

.meta-item i {
  color: #722f37;
  font-size: 22px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.meta-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  border-radius: 23px;
  pointer-events: none;
}

.policy-content-section {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.policy-content-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="policy-content-antique-bg" patternUnits="userSpaceOnUse" width="80" height="80"><circle cx="20" cy="20" r="1.2" fill="%23B8860B" opacity="0.06"/><circle cx="60" cy="60" r="1.2" fill="%23722f37" opacity="0.06"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.3" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23policy-content-antique-bg)"/></svg>');
  opacity: 0.05;
  pointer-events: none;
}

.policy-content-section::after {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--antique-gold-primary), transparent);
  opacity: 0.3;
}

.policy-content-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.policy-content-wrapper {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  padding: 60px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.policy-content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.policy-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.policy-section-new {
  border-bottom: 3px solid var(--antique-gold-primary);
  padding-bottom: 40px;
  position: relative;
}

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

.policy-section-new::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown), transparent);
  border-radius: 2px;
}

.policy-section-new::before {
  content: '❧';
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 24px;
  color: var(--antique-gold-primary);
  opacity: 0.4;
  transform: rotate(-15deg);
}

.policy-section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.policy-section-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(114, 47, 55, 0.3);
  position: relative;
}

.policy-section-icon::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.policy-section-icon::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--burgundy-primary);
  border-radius: 50%;
  opacity: 0.2;
  animation: icon-glow 3s ease-in-out infinite alternate;
}

@keyframes icon-glow {
  0% { opacity: 0.2; transform: scale(1); }
  100% { opacity: 0.4; transform: scale(1.05); }
}

.policy-section-header h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  font-family: 'Philosopher', serif;
}

.policy-section-body {
  padding-left: 90px;
}

.policy-section-body p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 18px;
  text-align: justify;
}

.policy-section-body p:last-child {
  margin-bottom: 0;
}

.policy-list-new {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.policy-list-new li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 20px;
  background: rgba(184, 134, 11, 0.03);
  border-radius: 10px;
  border-left: 3px solid var(--antique-gold-primary);
  transition: all 0.3s ease;
}

.policy-list-new li:hover {
  background: rgba(184, 134, 11, 0.08);
  transform: translateX(5px);
}

.policy-list-new li i {
  color: var(--antique-gold-primary);
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.policy-list-new li div {
  flex: 1;
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 15px;
}

.policy-list-new li strong {
  color: var(--text-primary);
  font-weight: 600;
}

.policy-contact-link {
  color: var(--burgundy-primary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.policy-contact-link:hover {
  color: var(--antique-gold-primary);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .policy-hero-section {
    min-height: 90vh;
    padding: 120px 0 80px;
  }

  .policy-hero-container {
    padding: 0 20px;
  }

  .policy-hero-title {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .policy-hero-title::before,
  .policy-hero-title::after {
    width: 60px;
    height: 2px;
  }

  .policy-hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .policy-hero-description::before,
  .policy-hero-description::after {
    font-size: 2rem;
    top: -10px;
    left: -10px;
  }

  .policy-hero-description::after {
    bottom: -20px;
    right: -10px;
  }

  .policy-hero-meta {
    gap: 20px;
    margin-top: 40px;
  }

  .meta-item {
    padding: 12px 16px;
    font-size: 14px;
    gap: 10px;
  }

  .meta-item i {
    font-size: 18px;
}

/* Policy Hero Responsive */
@media (max-width: 1024px) {
  .policy-hero-structure {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .policy-hero-core {
    padding-right: 0;
    text-align: center;
  }

  .policy-hero-showcase {
    order: -1;
  }

  .backdrop-element {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .policy-modern-hero {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .policy-hero-mantra {
    font-size: 2.4rem;
  }

  .policy-hero-narrative {
    font-size: 16px;
  }

  .policy-hero-commitments {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .showcase-document,
  .showcase-privacy,
  .showcase-cookies {
    padding: 20px;
  }

  .ornament-top-left,
  .ornament-bottom-right {
    width: 200px;
    height: 200px;
  }

  .ornament-center {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .policy-hero-mantra {
    font-size: 2rem;
  }

  .policy-hero-narrative {
    font-size: 15px;
  }

  .identifier-icon-wrapper {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .commitment-card {
    padding: 16px;
    gap: 12px;
  }

  .commitment-icon {
    width: 40px;
    height: 40px;
  }

  .data-item {
    padding: 12px;
    gap: 12px;
  }

  .data-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .cookies-actions {
    flex-direction: column;
  }

  .cookie-action-btn {
    width: 100%;
  }
}
  }

  .policy-hero-badge {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .policy-hero-badge::before {
    font-size: 18px;
  }
}
  
  .policy-content-wrapper {
    padding: 30px 20px;
  }
  
  .policy-section-body {
    padding-left: 0;
  }
  
  .policy-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================
   THANKS PAGE STYLES - ANTIQUE THEME
   ============================================ */
.thanks-hero-section {
  padding: 180px 0 120px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.thanks-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="thanks-antique-bg" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23faf7f2"/><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23e9d5a1" stroke-width="0.5" opacity="0.1"/><circle cx="25" cy="25" r="1" fill="%23B8860B" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23722f37" opacity="0.1"/><path d="M10,10 Q50,5 90,10 Q95,30 90,50 Q50,55 10,50 Q5,30 10,10 Z" fill="%23B8860B" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23thanks-antique-bg)"/></svg>');
  opacity: 0.08;
  pointer-events: none;
}

.thanks-hero-section::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--antique-gold-primary), transparent);
  opacity: 0.4;
}

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

.thanks-hero-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.08) 0%, rgba(184, 134, 11, 0.06) 100%);
}

.thanks-hero-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  opacity: 0.1;
}

.thanks-hero-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.thanks-hero-content {
  text-align: center;
}

.thanks-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.thanks-icon-circle {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  font-size: 70px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 15px 40px rgba(184, 134, 11, 0.3);
}

.thanks-icon-circle::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 3px solid var(--burgundy-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.thanks-icon-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thanks-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid;
  border-radius: 50%;
  animation: thanks-ring-pulse 4s infinite ease-in-out;
}

.thanks-ring.ring-1 {
  width: 180px;
  height: 180px;
  border-color: rgba(114, 47, 55, 0.2);
  animation-delay: 0s;
}

.thanks-ring.ring-2 {
  width: 220px;
  height: 220px;
  border-color: rgba(184, 134, 11, 0.15);
  animation-delay: 1.5s;
}

.thanks-ring.ring-3 {
  width: 260px;
  height: 260px;
  border-color: rgba(139, 69, 19, 0.1);
  animation-delay: 3s;
}

@keyframes thanks-ring-pulse {
  0%, 100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1.02);
  }
}

.thanks-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.thanks-description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.thanks-info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.thanks-info-card {
  background: linear-gradient(135deg, var(--bg-primary), rgba(184, 134, 11, 0.02));
  padding: 40px 30px;
  border: 3px solid var(--light-gray);
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.thanks-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy-primary), var(--antique-gold-primary), var(--deep-brown));
}

.thanks-info-card::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--antique-gold-primary);
  opacity: 0.6;
}

.thanks-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--antique-gold-primary);
}

.thanks-info-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  font-size: 35px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(114, 47, 55, 0.3);
  position: relative;
}

.thanks-info-icon::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--antique-gold-primary);
  border-radius: 50%;
  opacity: 0.3;
}

.thanks-info-card:nth-child(2) .thanks-info-icon {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.3);
}

.thanks-info-card:nth-child(3) .thanks-info-icon {
  background: linear-gradient(135deg, var(--deep-brown), var(--burgundy-primary));
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3);
}

.thanks-info-card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-primary);
  font-family: 'Philosopher', serif;
}

.thanks-info-card p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

.thanks-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.thanks-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.thanks-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.thanks-btn:hover::before {
  left: 100%;
}

.thanks-btn-primary {
  background: linear-gradient(135deg, var(--burgundy-primary), var(--burgundy-dark));
  color: var(--text-white);
  border: 2px solid var(--burgundy-primary);
}

.thanks-btn-primary:hover {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.4);
}

.thanks-btn-secondary {
  background: linear-gradient(135deg, var(--antique-gold-primary), var(--deep-brown));
  color: var(--text-white);
  border: 2px solid var(--antique-gold-primary);
}

.thanks-btn-secondary:hover {
  background: linear-gradient(135deg, var(--deep-brown), var(--antique-gold-primary));
  color: var(--text-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(184, 134, 11, 0.4);
}

@media (max-width: 767.98px) {
  .thanks-title {
    font-size: 2.5rem;
  }
  
  .thanks-info-cards {
    grid-template-columns: 1fr;
  }
  
  .thanks-actions {
    flex-direction: column;
  }
  
  .thanks-btn {
    width: 100%;
    justify-content: center;
  }
}
