/*

TemplateMo 584 Pod Talk

https://templatemo.com/tm-584-pod-talk

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #2c2c2c;
    --primary-color: #c41e3a;
    --secondary-color: #8b1538;
    --section-bg-color: #f5f5f5;
    --custom-btn-bg-color: #c41e3a;
    --custom-btn-bg-hover-color: #a01a2e;
    --dark-color: #2c2c2c;
    --p-color: #4a4a4a;
    --border-color: #d32f2f;
    --link-hover-color: #8b1538;

    --body-font-family: "Sora", sans-serif;
    --title-font-family: "Sora", sans-serif;

    --h1-font-size: 58px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 16px;
    --menu-font-size: 14px;

    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;

    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

body {
    font-family: 'Sora', sans-serif;
    background-color: #2c2c2c;
    color: #2c2c2c;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

:root {
    --green-dark: #4a4a4a;
    --green-accent: #c41e3a;
    --gray-light: #f5f5f5;
    --gray: #e0e0e0;
    --white: #2c2c2c;
    --text-color: #2c2c2c;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font-family);
    font-weight: var(--font-weight-semibold);
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-hover-color);
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-title-wrap {
    position: relative;
}

.section-title-wrap::after {
    content: "";
    background: var(--section-bg-color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.section-title {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-large);
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 25px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

main {
    position: relative;
    z-index: 1;
}

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

.section-overlay {
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.section-overlay+.container {
    position: relative;
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
    color: var(--primary-color);
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
}

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

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
    background: var(--custom-btn-bg-color);
    border-color: transparent;
    color: var(--primary-color);
}

.custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
    background-image: url("../images/templatemo-wave-header.jpg"),
        linear-gradient(#6b6b6b, #4a4a4a);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    position: relative;
}

.site-header h2 {
    color: var(--white-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
:root {
  --clr-dark-green: #4a4a4a;
  --clr-light-gray: #f5f5f5;
  --clr-white: #2c2c2c;
  --clr-accent: #c41e3a;
  --transition-time: 0.3s;
}

.navigation-bar {
  background: linear-gradient(90deg, #2c2c2c 0%, #f5f5f5 100%);
  padding: 1rem 1.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-bottom: 1px solid #e0e0e0;
}

.navigation-bar .logo-link h2 {
  color: #2c2c2c;
  font-weight: 700;
  margin: 0;
}

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

.mobile-menu-list li {
  position: relative;
}

.mobile-menu-list a,
.mobile-menu-list button.submenu-toggle {
  display: block;
  padding: 0.5rem 1rem;
  color: #757575;
  background: none;
  border: none;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.mobile-menu-list a:hover,
.mobile-menu-list button.submenu-toggle:hover,
.mobile-menu-list a:focus,
.mobile-menu-list button.submenu-toggle:focus {
  color: #d32f2f; 
  outline: none;
}

.mobile-menu-list ul.submenu {
  display: none;
  background-color: #6b6b6b; 
  border-radius: 4px;
  margin-top: 0.3rem;
}

button.submenu-toggle::after {
  content: " ▼";
  font-size: 0.7rem;
  margin-left: 0.3rem;
}

@media (max-width: 991px) {
  .mobile-menu-list {
    display: none; 
    flex-direction: column;
    background-color: #6b6b6b;
    border-radius: 6px;
    margin-top: 1rem;
  }

  .mobile-menu-list.active {
    display: flex;
  }

  button.submenu-toggle[aria-expanded="true"] + ul.submenu {
    display: block;
  }

  .hamburger-button {
    display: inline-block;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #757575;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .hamburger-button {
    display: none; 
  }

  .mobile-menu-list {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }

  .mobile-menu-list li {
  }

  .mobile-menu-list ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #6b6b6b;
    padding: 0.5rem 0;
    border-radius: 4px;
    min-width: 200px;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 10;
  }

  .mobile-menu-list li:hover > ul.submenu {
    display: block;
  }

  button.submenu-toggle::after {
    content: " ▼";
  }

  button.submenu-toggle {
    background: none;
    border: none;
    cursor: default;
    padding-right: 1rem;
    color: #757575;
  }

  .mobile-menu-list ul.submenu li a {
    padding: 0.5rem 1.5rem;
    white-space: nowrap;
    display: block;
  }

  .mobile-menu-list li a.action-button-main {
    background-color: #c41e3a;
    color: #2c2c2c;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    transition: background-color 0.3s ease;
  }

  .mobile-menu-list li a.action-button-main:hover,
  .mobile-menu-list li a.action-button-main:focus {
    background-color: #6d28d9;
    outline: none;
    color: #2c2c2c;
  }
}



/*---------------------------------------
  CAROUSEL        
-----------------------------------------*/
.first-section {
    background-image: url("../images/templatemo-wave-banner.jpg"),
        linear-gradient(#6b6b6b, #4a4a4a);
    background-repeat: no-repeat;
    background-size: 108% 76%;
    background-position: top;
    padding-top: 200px;
}

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

.owl-carousel-image {
    display: block;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
    display: inline-block;
    width: 30px;
    height: auto;
    position: relative;
    right: 5px;
}

.verified-image {
    display: inline-block;
    width: 20px;
    height: auto;
}

.owl-carousel .owl-item {
    opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
    opacity: 1;
}

.owl-carousel-info-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.owl-carousel-info {
    background-color: var(--section-bg-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.badge {
    background-color: var(--custom-btn-bg-color);
    font-family: var(--title-font-family);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    padding-bottom: 5px;
}

.owl-carousel-info-wrap .social-share,
.team-thumb .social-share {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-carousel-info-wrap .social-icon,
.team-thumb .social-icon {
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(0);
    padding-right: 20px;
    padding-left: 20px;
}

.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon,
.team-thumb:hover .social-icon {
    transform: translateY(-100%);
    opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,
.owl-carousel-info-wrap .social-icon-link,
.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
    margin-top: 5px;
    margin-bottom: 5px;
}

.owl-carousel .owl-dots {
    background-color: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: var(--border-radius-large);
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    padding: 15px 25px;
    padding-bottom: 7px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
}

.custom-block:hover {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: transparent;
    transform: translateY(-3px);
}

.custom-block-info {
    display: block;
    padding: 10px 20px;
    padding-bottom: 0;
}

.custom-block-image-wrap {
    position: relative;
    display: block;
    height: 100%;
}

.custom-block-image-wrap>a {
    display: block;
}

.custom-block-image {
    border-radius: var(--border-radius-medium);
    display: block;
    width: 112px;
    height: 112px;
    object-fit: cover;
}

.custom-block-image-detail-page .custom-block-image {
    width: 100%;
    height: 212px;
}

.custom-block .custom-block-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-block-icon-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.custom-block-icon-wrap .section-overlay {
    opacity: 0.25;
}

.custom-block-btn-group {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
}

.custom-block-btn-group .custom-block-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.custom-block-icon {
    background: var(--primary-color);
    border-radius: var(--border-radius-medium);
    font-size: var(--p-font-size);
    color: var(--white-color);
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    transition: all 0.3s;
}

.custom-block-icon:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.custom-block .custom-btn {
    font-size: var(--menu-font-size);
    padding: 7px 15px;
}

.custom-block .custom-block-info+div .badge {
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 50px !important;
    font-size: var(--menu-font-size);
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-block .custom-block-info+div .badge:hover {
    background-color: var(--secondary-color);
}

.custom-block-full {
    background-color: var(--section-bg-color);
    border-color: transparent;
}

.custom-block-full:hover {
    border-color: var(--primary-color);
}

.custom-block-full .custom-block-info {
    padding: 20px;
    padding-bottom: 0;
}

.custom-block-full .custom-block-image {
    width: 100%;
    height: 210px;
}

.custom-block-full .social-share {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
}

.custom-block-top small {
    color: var(--p-color);
    font-family: var(--title-font-family);
}

.custom-block-top .badge {
    background-color: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
    height: 26.64px;
    line-height: 20px;
}

.custom-block-bottom a:hover span {
    color: var(--primary-color);
}

.custom-block-bottom a span {
    font-family: var(--title-font-family);
    color: var(--p-color);
    text-transform: uppercase;
    margin-left: 3px;
}

.custom-block-overlay {
    border-color: transparent;
    padding: 0;
}

.custom-block-overlay .custom-block-image {
    margin: auto;
    width: 100%;
    height: 210px;
    transition: all 0.3s;
}

.custom-block-overlay:hover .custom-block-image {
    padding: 15px;
    padding-bottom: 0;
}

.custom-block-overlay-info {
    padding: 15px 20px 20px 20px;
}

/*---------------------------------------
  PROIFLE BLOCK               
-----------------------------------------*/
.profile-block {
    margin-top: 10px;
}

.profile-block-image {
    border-radius: var(--border-radius-large);
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.profile-block p strong {
    display: block;
    font-family: var(--title-font-family);
}

.profile-detail-block {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 25px 35px;
}

.profile-detail-block p {
    margin-bottom: 0;
}

/*---------------------------------------
  ABOUT & TEAM SECTION               
-----------------------------------------*/
.about-image {
    border-radius: var(--border-radius-medium);
    display: block;
}

.team-thumb {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.team-info {
    background-color: var(--white-color);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

/*---------------------------------------
  PAGINATION               
-----------------------------------------*/
.pagination {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 20px;
}

.page-link {
    border: 0;
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    margin: 0 5px;
    padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.page-item:first-child .page-link {
    margin-right: 10px;
}

.active>.page-link,
.page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-info p strong {
    font-family: var(--title-font-family);
    min-width: 90px;
}

.contact-info p a {
    color: var(--p-color);
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.contact-info p a:hover {
    color: var(--secondary-color);
}

.google-map {
    border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
    border-radius: var(--border-radius-medium);
    height: 150px;
}

/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
    border: 1px solid var(--white-color);
    border-radius: var(--border-radius-small);
    width: 80%;
    position: relative;
    top: 12px;
    padding: 35px;
}

.subscribe-form-wrap h6 {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    color: var(--primary-color);
    text-align: center;
    position: relative;
    bottom: 55px;
    margin-bottom: -25px;
    padding: 8px;
}

.subscribe-form #subscribe-email {
    border: 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.subscribe-form #submit {
    border-radius: 0 0 10px 10px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    outline: none;
}

.form-floating>label {
    padding-left: 20px;
}

.custom-form button[type="submit"] {
    background: var(--custom-btn-bg-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    transition: all 0.3s;
    margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
    background: var(--custom-btn-bg-hover-color);
    border-color: transparent;
}

/*---------------------------------------
  SEARCH FORM               
-----------------------------------------*/
.search-form .form-control {
    border: 0;
    margin-bottom: 0;
}

.search-form button[type="submit"] {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    max-width: 50px;
    height: 100%;
    padding-left: 15px;
}

.search-form button[type="submit"]:hover {
    background: var(--primary-color);
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    background: #4a4a4a;
    background: linear-gradient(90deg, #4a4a4a 0%, #6b6b6b 50%, #4a4a4a 100%);
    margin-top: -80px;
    padding-top: 100px;
    padding-bottom: 150px;
}

.site-footer>.container {
    position: relative;
    top: 50px;
    padding-top: 100px;
}

.site-footer-title,
.site-footer p {
    color: var(--white-color);
}

.site-footer p strong {
    font-family: var(--title-font-family);
}

.site-footer p a {
    color: var(--white-color);
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.site-footer p a:hover {
    color: var(--secondary-color);
}

.site-footer-thumb a img {
    display: block;
    width: 120px;
    min-width: 120px;
    height: auto;
}

.site-footer-links {
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer-link-item {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
}

.site-footer-link {
    color: var(--white-color);
    font-size: var(--p-font-size);
    line-height: inherit;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--p-font-size);
    display: block;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 2160px) {
    .first-section {
        background-size: 100% 90%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (min-width: 1600px) {
    .site-footer {
        padding-top: 250px;
    }
}

@media screen and (max-width: 1240px) {
    .first-section {
        background-size: 116%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .first-section {
        background-size: 160% 66%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navigation-bar-nav {
        background-color: var(--primary-color);
        border-radius: var(--border-radius-medium);
        padding: 30px;
    }

    .navigation-bar-nav .nav-link {
        padding: 5px 0;
    }

    .navigation-bar-nav .submenu-list {
        position: relative;
        left: 10px;
        opacity: 1;
        pointer-events: auto;
        max-width: 155px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navigation-bar-expand-lg .navigation-bar-nav {
        padding-bottom: 20px;
    }

    .nav-tabs .nav-link:first-child {
        margin-right: 5px;
    }

    .nav-tabs .nav-link {
        font-size: var(--copyright-font-size);
        padding: 10px;
    }

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

    .site-footer {
        margin-top: -200px;
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 540px) {
    .first-section {
        background-size: 180% 65%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .custom-block .custom-block-top {
        flex-direction: column;
    }

    .custom-block .custom-block-top small:last-child {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 414px) {
    .search-form {
        max-width: 200px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/*---------------------------------------
  COOKIE BANNER STYLES              
-----------------------------------------*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.98) 100%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(196, 30, 58, 0.3);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 24px 20px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-banner-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-banner-icon {
    width: 48px;
    height: 48px;
    background: rgba(196, 30, 58, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c41e3a;
    flex-shrink: 0;
    animation: badgePulse 2s ease-in-out infinite;
}

.cookie-banner-text {
    flex: 1;
    min-width: 280px;
}

.cookie-banner-text h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.cookie-banner-text p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #757575;
    margin: 0;
}

.cookie-banner-text a {
    color: #c41e3a;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cookie-banner-text a:hover {
    color: #d32f2f;
}

.cookie-banner-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-banner-btn {
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-banner-btn-accept {
    background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
    color: #2c2c2c;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.cookie-banner-btn-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

.cookie-banner-btn-decline {
    background: rgba(255, 255, 255, 0.8);
    color: #757575;
    border: 1px solid rgba(196, 30, 58, 0.3);
}

.cookie-banner-btn-decline:hover {
    background: rgba(196, 30, 58, 0.1);
    border-color: rgba(196, 30, 58, 0.5);
    color: #2c2c2c;
}

.hidden {
    display: none;
}

@media (max-width: 768px) {
    .cookie-banner {
        padding: 20px 16px;
    }

    .cookie-banner-content {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .cookie-banner-icon {
        align-self: center;
    }

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

    .cookie-banner-actions {
        flex-direction: column;
        width: 100%;
    }

    .cookie-banner-btn {
        width: 100%;
    }
}


/* new styles */

.hero-showcase {
  background: #2c2c2c;
  color: #2c2c2c;
  padding: 180px 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
  animation: sectionFadeIn 1s ease-out;
}

@keyframes sectionFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-showcase-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(196, 30, 58, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(196, 30, 58, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.hero-showcase-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-showcase-particles::before,
.hero-showcase-particles::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(196, 30, 58, 0.4);
  border-radius: 50%;
  animation: particleFloat 15s ease-in-out infinite;
}

.hero-showcase-particles::before {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.hero-showcase-particles::after {
  top: 60%;
  right: 15%;
  animation-delay: 5s;
  width: 6px;
  height: 6px;
}

@keyframes particleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  25% {
    transform: translate(30px, -40px) scale(1.2);
    opacity: 0.6;
  }
  50% {
    transform: translate(-20px, 30px) scale(0.8);
    opacity: 0.3;
  }
  75% {
    transform: translate(40px, 20px) scale(1.1);
    opacity: 0.5;
  }
}

@keyframes ringPulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes bgFloat {
  0%, 100% { 
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  33% { 
    transform: translate(30px, -30px) scale(1.1);
    opacity: 0.8;
  }
  66% { 
    transform: translate(-20px, 20px) scale(0.9);
    opacity: 0.9;
  }
}

.hero-showcase::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 8s ease-in-out infinite;
}

.hero-showcase::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 10s ease-in-out infinite reverse;
}

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

.hero-showcase-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation: containerSlideIn 1.2s ease-out;
}

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

.hero-showcase-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  animation: contentFadeIn 1s ease-out 0.3s both;
}

@keyframes contentFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Left Side - Content */
.hero-showcase-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation: leftSlideIn 1s ease-out 0.5s both;
}

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

.episode-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out, badgeShake 0.5s ease-out 1s;
}

@keyframes badgeShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.episode-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.episode-badge.new {
  background: linear-gradient(135deg, #c41e3a 0%, #c41e3a 100%);
  color: #2c2c2c;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
  animation: badgePulse 2s ease-in-out infinite;
}

.episode-badge.new:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(196, 30, 58, 0.4);
}

.episode-badge.number {
  background: rgba(196, 30, 58, 0.15);
  border: 1px solid rgba(196, 30, 58, 0.3);
  color: #c41e3a;
}

.episode-badge.number:hover {
  background: rgba(196, 30, 58, 0.25);
  border-color: rgba(196, 30, 58, 0.5);
}

.badge-icon {
  animation: iconRotate 3s linear infinite;
}

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

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

.episode-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  background: linear-gradient(135deg, #757575 0%, #d32f2f 50%, #c41e3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out 0.2s both;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title-line {
  display: block;
  animation: slideInLeft 0.8s ease-out both;
}

.title-line:nth-child(2) {
  animation-delay: 0.3s;
}

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

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

.episode-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #757575;
  margin: 0;
  font-weight: 400;
  animation: fadeInUp 0.8s ease-out 0.4s both, textGlow 3s ease-in-out infinite 1s;
  position: relative;
}

@keyframes textGlow {
  0%, 100% {
    text-shadow: 0 0 0 rgba(196, 30, 58, 0);
  }
  50% {
    text-shadow: 0 0 20px rgba(196, 30, 58, 0.1);
  }
}

.showcase-stats {
  display: flex;
  gap: 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(196, 30, 58, 0.2);
  border-bottom: 1px solid rgba(196, 30, 58, 0.2);
  animation: fadeInUp 0.8s ease-out 0.6s both, statsPulse 2s ease-in-out infinite 1.5s;
  position: relative;
}

.showcase-stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c41e3a, #d32f2f);
  animation: statsLineExpand 1s ease-out 0.8s forwards;
}

@keyframes statsPulse {
  0%, 100% {
    border-color: rgba(196, 30, 58, 0.2);
  }
  50% {
    border-color: rgba(196, 30, 58, 0.4);
  }
}

@keyframes statsLineExpand {
  to {
    width: 100%;
  }
}

.stat-block {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.3s ease;
  cursor: default;
}

.stat-block:hover {
  transform: translateY(-3px);
}

.stat-block:nth-child(1) { animation: fadeInUp 0.6s ease-out 0.8s both; }
.stat-block:nth-child(2) { animation: fadeInUp 0.6s ease-out 0.9s both; }
.stat-block:nth-child(3) { animation: fadeInUp 0.6s ease-out 1s both; }

.stat-icon-svg-container {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 30, 58, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(196, 30, 58, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-icon-svg-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.stat-block:hover .stat-icon-svg-container::before {
  width: 100px;
  height: 100px;
}

.stat-block:hover .stat-icon-svg-container {
  background: rgba(196, 30, 58, 0.2);
  border-color: rgba(196, 30, 58, 0.4);
  transform: scale(1.1);
}

.stat-icon-svg {
  width: 24px;
  height: 24px;
  color: #c41e3a;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.stat-block:hover .stat-icon-svg {
  color: #d32f2f;
  transform: scale(1.1);
}

.stat-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e8e0f5;
  transition: color 0.3s ease;
}

.stat-block:hover .stat-number {
  color: #d32f2f;
}

.stat-text {
  font-size: 0.85rem;
  color: #d32f2f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.showcase-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 1.2s both;
}

.showcase-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border: none;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.showcase-button.primary {
  background: linear-gradient(135deg, #c41e3a 0%, #c41e3a 100%);
  color: #2c2c2c;
  box-shadow: 0 8px 24px rgba(196, 30, 58, 0.3);
}

.showcase-button.primary::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 ease;
}

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

.showcase-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(196, 30, 58, 0.4);
}

.button-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple 2s infinite;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.showcase-icon,
.download-icon {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.showcase-button:hover .showcase-icon {
  transform: scale(1.2) translateX(2px);
}

.showcase-button:hover .download-icon {
  transform: scale(1.1) translateY(-2px);
}

.showcase-button.secondary {
  background: rgba(196, 30, 58, 0.1);
  border: 1px solid rgba(196, 30, 58, 0.3);
  color: #c41e3a;
}

.showcase-button.secondary:hover {
  background: rgba(196, 30, 58, 0.2);
  border-color: rgba(196, 30, 58, 0.5);
  transform: translateY(-2px);
}

/* Episode Tags */
.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  animation: fadeInUp 0.8s ease-out 1.4s both;
}

.tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(196, 30, 58, 0.1);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 20px;
  color: #c41e3a;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.tag-badge::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.tag-badge:hover::before {
  width: 200px;
  height: 200px;
}

.tag-badge:hover {
  background: rgba(196, 30, 58, 0.2);
  border-color: rgba(196, 30, 58, 0.4);
  color: #d32f2f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.2);
}

.tag-icon-svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.tag-badge:hover .tag-icon-svg {
  transform: rotate(15deg) scale(1.1);
}

.tag-badge:nth-child(1) {
  animation: fadeInUp 0.6s ease-out 1.5s both;
}

.tag-badge:nth-child(2) {
  animation: fadeInUp 0.6s ease-out 1.6s both;
}

.tag-badge:nth-child(3) {
  animation: fadeInUp 0.6s ease-out 1.7s both;
}

/* Right Side - Artwork */
.hero-showcase-right {
  position: relative;
  animation: fadeInRight 1s ease-out 0.5s both, rightFloat 6s ease-in-out infinite 2s;
}

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

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.showcase-visual {
  position: relative;
}

.visual-decorative-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.1) 0%, transparent 70%);
  top: -50px;
  right: -50px;
  animation: circleFloat 6s ease-in-out infinite;
}

.circle-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.08) 0%, transparent 70%);
  bottom: -30px;
  left: -30px;
  animation: circleFloat 8s ease-in-out infinite reverse;
}

.circle-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.06) 0%, transparent 70%);
  top: 50%;
  left: -20px;
  animation: circleFloat 10s ease-in-out infinite;
}

@keyframes circleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(20px, -20px) scale(1.1);
  }
  66% {
    transform: translate(-15px, 15px) scale(0.9);
  }
}

.visual-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(196, 30, 58, 0.2);
  transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

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

.visual-image-container {
  position: relative;
  overflow: hidden;
}

.visual-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-showcase:hover .visual-frame img {
  transform: scale(1.05);
}

.visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.hero-showcase:hover .visual-overlay {
  opacity: 1;
}

.visual-glow {
  position: absolute;
  top: -20%;
  left: -20%;
  right: -20%;
  bottom: -20%;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.3) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}

.hero-showcase:hover .visual-glow {
  opacity: 1;
}

.visual-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.95);
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 255, 255, 0.2);
  color: #2c2c2c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 2;
}

.visual-frame:hover .visual-play-button {
  opacity: 1;
  animation: playButtonAppear 0.3s ease-out;
}

@keyframes playButtonAppear {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.showcase-icon-large {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.visual-play-button:hover .showcase-icon-large {
  transform: scale(1.2) translateX(3px);
}

.showcase-button-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: ringExpand 2s ease-in-out infinite;
}

@keyframes ringExpand {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.visual-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(196, 30, 58, 1);
  box-shadow: 0 12px 32px rgba(196, 30, 58, 0.5);
}

.visual-pattern {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  animation: patternRotate 20s linear infinite;
}

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

@media (max-width: 1400px) {
  .hero-showcase-content {
    gap: 80px;
  }
  
  .episode-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1200px) {
  .hero-showcase-content {
    gap: 60px;
  }
  
  .episode-title {
    font-size: 3rem;
  }
  
  .showcase-stats {
    gap: 24px;
  }
}

@media (max-width: 968px) {
  .hero-showcase {
    padding: 140px 20px;
  }

  .hero-showcase-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

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

  .visual-frame {
    transform: none;
  }

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

  .episode-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .hero-showcase {
    padding: 120px 20px;
  }

  .episode-title {
    font-size: 2rem;
  }

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

  .showcase-actions {
    flex-direction: column;
  }

  .showcase-button {
    width: 100%;
    justify-content: center;
  }

  .visual-play-button {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}



.experts-section {
  background: #f5f5f5;
  padding: 160px 20px;
  color: #2c2c2c;
  font-family: 'Sora', sans-serif;
  position: relative;
  overflow: hidden;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, transparent, #c41e3a, #8b1538, transparent) 1;
}

.experts-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(196, 30, 58, 0.02) 2px,
      rgba(196, 30, 58, 0.02) 4px
    ),
    radial-gradient(circle at 50% 50%, rgba(196, 30, 58, 0.1) 0%, transparent 60%);
  pointer-events: none;
  opacity: 0.5;
}

.experts-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #c41e3a 20%,
    #8b1538 50%,
    #c41e3a 80%,
    transparent 100%);
  box-shadow: 0 0 20px rgba(196, 30, 58, 0.5);
}

.experts-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.experts-intro {
  text-align: center;
  margin-bottom: 90px;
}

.experts-heading {
  font-size: 4rem;
  font-weight: 900;
  color: #2c2c2c;
  margin-bottom: 28px;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.experts-heading::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c41e3a, #8b1538, #c41e3a, transparent);
  box-shadow: 0 0 15px rgba(196, 30, 58, 0.6);
}

.experts-description {
  font-size: 1.125rem;
  color: #757575;
  font-weight: 300;
  max-width: 900px;
  margin: 40px auto 0;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

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

.expert-card {
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 
    0 0 0 1px rgba(196, 30, 58, 0.3),
    inset 0 0 30px rgba(196, 30, 58, 0.05),
    0 0 50px rgba(196, 30, 58, 0.1);
  border: 1px solid #c41e3a;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  position: relative;
}

.expert-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #c41e3a, #8b1538);
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.expert-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #c41e3a;
  transition: height 0.4s ease;
  box-shadow: 0 0 10px rgba(196, 30, 58, 0.8);
}

.expert-card:hover {
  transform: translateY(-8px);
  border-color: #8b1538;
  box-shadow: 
    0 0 0 2px rgba(139, 21, 56, 0.5),
    inset 0 0 50px rgba(139, 21, 56, 0.2),
    0 0 80px rgba(139, 21, 56, 0.4);
}

.expert-card:hover::before {
  opacity: 0.3;
}

.expert-card:hover::after {
  height: 100%;
}

.expert-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.8s ease;
  filter: brightness(0.7) contrast(1.2);
}

.expert-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.9) contrast(1.3);
}

.expert-info {
  padding: 32px;
  background: rgba(245, 245, 245, 0.8);
}

.expert-info h3 {
  font-size: 1.5rem;
  margin-bottom: 18px;
  color: #2c2c2c;
  font-weight: 900;
  letter-spacing: -0.01em;
  transition: color 0.4s ease;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}

.expert-card:hover .expert-info h3 {
  color: #c41e3a;
  text-shadow: 0 0 10px rgba(196, 30, 58, 0.5);
}

.expert-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expert-info ul li {
  margin-bottom: 10px;
  color: #c41e3a;
  font-size: 0.8125rem;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  transition: all 0.4s ease;
  letter-spacing: 0.3px;
}

.expert-info ul li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #c41e3a;
  font-weight: 900;
  font-size: 0.625rem;
  transition: transform 0.4s ease;
}

.expert-card:hover .expert-info ul li {
  color: rgba(233, 213, 255, 0.8);
  padding-left: 24px;
}

.expert-card:hover .expert-info ul li::before {
  transform: translateX(4px);
  color: #8b1538;
}

@media (max-width: 1200px) {
  .insights-grid {
    gap: 28px;
  }

  .insight-card:not(.highlighted) {
    grid-column: span 4;
  }
}

@media (max-width: 992px) {
  .insights-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }

  .insight-card.highlighted {
    grid-column: span 6;
    grid-row: span 1;
  }

  .insight-card:not(.highlighted) {
    grid-column: span 3;
  }

  .experts-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .insights-section {
    padding: 120px 20px;
  }

  .insights-heading {
    font-size: 2.75rem;
  }

  .insights-description {
    font-size: 1.125rem;
  }

  .insights-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .insight-card.highlighted,
  .insight-card:not(.highlighted) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .insight-card.highlighted .insight-card-image {
    height: 260px;
  }

  .insight-card-content {
    padding: 28px;
  }

  .insight-card.highlighted .insight-card-content {
    padding: 28px;
  }

  .experts-section {
    padding: 100px 20px;
  }

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

  .experts-description {
    font-size: 1.125rem;
  }

  .experts-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .action-banner-section {
    padding: 80px 20px;
  }

  .action-banner-wrapper {
    padding: 32px 24px;
  }

  .action-heading {
    font-size: 2.25rem;
  }

  .action-description {
    font-size: 1.125rem;
  }

  .action-buttons-group {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .action-button-main,
  .action-button-alt {
    width: 100%;
    padding: 18px 32px;
  }
}

.capabilities-section {
  background-color: #2c2c2c;
  color: #2c2c2c;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.capabilities-container {
  max-width: 1100px;
  margin: 0 auto;
}

.capabilities-intro {
  text-align: center;
  margin-bottom: 60px;
}

.capabilities-intro h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #c41e3a;
  margin-bottom: 8px;
}

.capabilities-intro p {
  font-size: 1.2rem;
  color: #757575;
}

.capabilities-slider-wrapper {
  position: relative;
  padding: 0 80px;
  margin: 0 auto;
}

.capabilities-section-list {
  display: block;
}

.capabilities-section-list.owl-carousel {
  margin: 0;
}

.capabilities-section-list .owl-stage-outer {
  overflow: hidden;
  padding: 0;
}

.capabilities-section-list .owl-stage {
  display: flex;
  align-items: stretch;
}

.capabilities-section-list .owl-item {
  display: flex;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}

.capabilities-section-list .owl-item.active {
  opacity: 1;
}

.capability-card {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(196, 30, 58, 0.2);
  width: 100%;
  margin: 0 20px;
}

.capability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.7);
}

.capability-image {
  background-size: cover;
  background-position: center;
  height: 180px;
  border-bottom: 4px solid #c41e3a;
}

.capability-content {
  padding: 24px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.capability-content h3 {
  color: #d32f2f;
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.capability-content p {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
  color: #757575;
}

.capabilities-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.capabilities-slider-prev,
.capabilities-slider-next {
  width: 50px;
  height: 50px;
  background: rgba(196, 30, 58, 0.8);
  border: 2px solid #c41e3a;
  border-radius: 50%;
  color: #2c2c2c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  pointer-events: all;
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.4);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.capabilities-slider-prev {
  left: -150px;
}

.capabilities-slider-next {
  right: 0;
}

.capabilities-slider-prev:hover,
.capabilities-slider-next:hover {
  background: #c41e3a;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(196, 30, 58, 0.6);
}

.capabilities-slider-prev:active,
.capabilities-slider-next:active {
  transform: scale(0.95);
}

.capabilities-slider-prev svg,
.capabilities-slider-next svg {
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.capabilities-slider-prev:disabled,
.capabilities-slider-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 768px) {
  .capabilities-slider-wrapper {
    padding: 0 60px;
  }

  .capabilities-slider-prev {
    left: 0;
  }

  .capabilities-slider-next {
    right: 0;
  }

  .capabilities-slider-prev,
  .capabilities-slider-next {
    width: 40px;
    height: 40px;
  }

  .capabilities-slider-prev svg,
  .capabilities-slider-next svg {
    width: 16px;
    height: 16px;
  }

  .capability-card {
    margin: 0 10px;
  }
}

.wachherz-connect-about {
  background-color: #2c2c2c;
  color: #2c2c2c;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.wachherz-contact-info {
  background-color: #2c2c2c;
  color: #2c2c2c;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.wachherz-contact-info-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.wachherz-contact-info h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 40px;
  text-align: center;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.contact-item {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  border-color: rgba(196, 30, 58, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.contact-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #d32f2f;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item h3 svg {
  flex-shrink: 0;
  color: #c41e3a;
}

.contact-item p {
  color: #757575;
  line-height: 1.7;
  margin: 8px 0;
}

.contact-item a {
  color: #c41e3a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #d32f2f;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .wachherz-contact-info h2 {
    font-size: 2rem;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }
}

.wachherz-container {
  max-width: 1100px;
  margin: 0 auto;
}

.wachherz-connect-about-inner {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.wachherz-about {
  flex: 1 1 450px;
  max-width: 500px;
}

.wachherz-about-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f6d254;
  margin-bottom: 24px;
  line-height: 1.2;
}

.wachherz-about p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #bcc5bd;
  margin-bottom: 16px;
}

.wachherz-contact-form {
  flex: 1 1 450px;
  max-width: 500px;
  background-color: #36483e;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.wachherz-contact-title {
  font-size: 2rem;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 30px;
  text-align: center;
}

.wachherz-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.wachherz-form-row input {
  flex: 1 1 220px;
  padding: 14px 18px;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2c2c2c;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
  border: 1px solid rgba(196, 30, 58, 0.2);
}

.wachherz-form-row input:focus {
  background-color: rgba(255, 255, 255, 1);
  outline: 2px solid #c41e3a;
  outline-offset: 0;
  border-color: #c41e3a;
}

.wachherz-contact-form > input[type="text"]:not(.wachherz-form-row input) {
  padding: 14px 18px;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2c2c2c;
  margin-bottom: 20px;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
  border: 1px solid rgba(196, 30, 58, 0.2);
}

.wachherz-contact-form > input[type="text"]:not(.wachherz-form-row input):focus {
  background-color: rgba(255, 255, 255, 1);
  outline: 2px solid #c41e3a;
  outline-offset: 0;
  border-color: #c41e3a;
}

.wachherz-contact-form textarea {
  resize: vertical;
  min-height: 130px;
  padding: 16px 18px;
  font-size: 1rem;
  border-radius: 12px;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2c2c2c;
  margin-bottom: 30px;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
  border: 1px solid rgba(196, 30, 58, 0.2);
}

.wachherz-contact-form textarea:focus {
  background-color: rgba(255, 255, 255, 1);
  outline: 2px solid #c41e3a;
  outline-offset: 0;
  border-color: #c41e3a;
}

.wachherz-contact-form button {
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c2c2c;
  background-color: #c41e3a;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wachherz-contact-form button:hover {
  background-color: #6d28d9;
}

@media (max-width: 900px) {
  .wachherz-connect-about-inner {
    flex-direction: column;
    gap: 40px;
  }

  .wachherz-about, .wachherz-contact-form {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .wachherz-form-row {
    flex-direction: column;
  }

  .wachherz-form-row input {
    flex: 1 1 100%;
  }
}

/*---------------------------------------
  CTA BANNER SECTION              
-----------------------------------------*/
.action-banner-section {
  background: #f5f5f5;
  padding: 140px 20px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, transparent, #8b1538, #c41e3a, transparent) 1;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, transparent, #c41e3a, #8b1538, transparent) 1;
}

.action-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      135deg,
      transparent,
      transparent 3px,
      rgba(196, 30, 58, 0.02) 3px,
      rgba(196, 30, 58, 0.02) 6px
    ),
    radial-gradient(circle at 50% 50%, rgba(196, 30, 58, 0.12) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.6;
}

.action-banner-section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #8b1538 20%,
    #c41e3a 50%,
    #8b1538 80%,
    transparent 100%);
  box-shadow: 0 0 30px rgba(196, 30, 58, 0.6);
  transform: translateY(-50%);
}

.action-banner-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 60px 50px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #c41e3a;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  box-shadow: 
    0 0 0 2px rgba(196, 30, 58, 0.3),
    inset 0 0 50px rgba(196, 30, 58, 0.05),
    0 0 100px rgba(196, 30, 58, 0.1);
}

.action-heading {
  font-size: 4rem;
  font-weight: 900;
  color: #2c2c2c;
  margin: 0 0 32px 0;
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.action-heading::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c41e3a, #8b1538, #c41e3a, transparent);
  box-shadow: 0 0 20px rgba(196, 30, 58, 0.7);
}

.action-description {
  font-size: 1.125rem;
  color: #757575;
  line-height: 1.8;
  margin: 40px auto 0;
  max-width: 800px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.action-buttons-group {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0 40px;
}

.action-button-main {
  display: inline-block;
  padding: 18px 40px;
  background: #c41e3a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  white-space: nowrap;
  border: 2px solid #c41e3a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  box-shadow: 0 0 25px rgba(196, 30, 58, 0.7);
  position: relative;
}

.action-button-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #8b1538;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.action-button-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 40px rgba(196, 30, 58, 0.9);
  color: #ffffff;
}

.action-button-main:hover::before {
  opacity: 1;
}

.action-button-alt {
  display: inline-block;
  padding: 18px 40px;
  background: transparent;
  border: 2px solid #8b1538;
  color: #8b1538;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  box-shadow: 0 0 20px rgba(139, 21, 56, 0.4);
}

.action-button-alt:hover {
  background: #8b1538;
  border-color: #8b1538;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 0 35px rgba(139, 21, 56, 0.7);
}

.action-note {
  font-size: 0.75rem;
  color: rgba(139, 21, 56, 0.8);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.action-note::before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(139, 21, 56, 0.4) 50%, 
    transparent 100%);
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .action-heading {
    font-size: 2rem;
  }

  .action-description {
    font-size: 1.1rem;
  }

  .action-buttons-group {
    flex-direction: column;
    align-items: stretch;
  }

  .action-button-main,
  .action-button-alt {
    width: 100%;
    text-align: center;
  }
}

/*---------------------------------------
  PRICING SECTION              
-----------------------------------------*/
.offerings-section {
  background: #f5f5f5;
  color: #2c2c2c;
  padding: 160px 20px;
  font-family: 'Sora', sans-serif;
  position: relative;
  overflow: hidden;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, transparent, #c41e3a, transparent) 1;
}

.offerings-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(196, 30, 58, 0.03) 2px,
      rgba(196, 30, 58, 0.03) 4px
    ),
    radial-gradient(circle at 0% 0%, rgba(196, 30, 58, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(139, 21, 56, 0.12) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0.6;
}

.offerings-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #c41e3a 20%,
    #8b1538 50%,
    #c41e3a 80%,
    transparent 100%);
  box-shadow: 0 0 20px rgba(196, 30, 58, 0.5);
}

.offerings-intro {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.offerings-label {
  display: inline-block;
  padding: 6px 16px;
  background: #c41e3a;
  color: #2c2c2c;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  box-shadow: 0 0 20px rgba(196, 30, 58, 0.6);
  transition: all 0.4s ease;
  position: relative;
}

.offerings-label::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8b1538, #c41e3a);
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.offerings-label:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(196, 30, 58, 0.8);
}

.offerings-label:hover::before {
  opacity: 1;
}

.offerings-heading {
  font-size: 4rem;
  font-weight: 900;
  color: #2c2c2c;
  margin: 0 0 28px 0;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.offerings-heading::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c41e3a, #8b1538, #c41e3a, transparent);
  box-shadow: 0 0 15px rgba(196, 30, 58, 0.6);
}

.offerings-description {
  font-size: 1.125rem;
  color: #757575;
  font-weight: 300;
  max-width: 900px;
  margin: 40px auto 0;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.offerings-table-container {
  overflow-x: auto;
  margin: 60px 0;
  border: 1px solid #c41e3a;
  background: rgba(245, 245, 245, 0.9);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c41e3a rgba(245, 245, 245, 0.5);
  box-shadow: 
    0 0 0 1px rgba(196, 30, 58, 0.3),
    inset 0 0 50px rgba(196, 30, 58, 0.1),
    0 0 100px rgba(196, 30, 58, 0.2);
  position: relative;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.offerings-table-container::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #c41e3a, #8b1538, #c41e3a);
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  opacity: 0.5;
  animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.8; }
}

.offerings-table-container::-webkit-scrollbar {
  height: 8px;
}

.offerings-table-container::-webkit-scrollbar-track {
  background: rgba(245, 245, 245, 0.8);
  border: 1px solid rgba(196, 30, 58, 0.3);
}

.offerings-table-container::-webkit-scrollbar-thumb {
  background: #c41e3a;
  border: 1px solid rgba(196, 30, 58, 0.5);
  box-shadow: 0 0 10px rgba(196, 30, 58, 0.6);
}

.offerings-table-container::-webkit-scrollbar-thumb:hover {
  background: #8b1538;
  box-shadow: 0 0 15px rgba(196, 30, 58, 0.8);
}

.offerings-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1100px;
  background: transparent;
}

.offerings-table thead {
  background: #c41e3a;
  position: sticky;
  top: 0;
  z-index: 10;
}

.offerings-table th {
  padding: 24px 20px;
  text-align: left;
  font-weight: 900;
  color: #2c2c2c;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #c41e3a;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.offerings-table th:first-child {
  border-left: none;
}

.offerings-table th:last-child {
  border-right: none;
}

.offerings-table th::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #2c2c2c, transparent);
  opacity: 0.3;
}

.offerings-table td {
  padding: 28px 20px;
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-top: none;
  vertical-align: top;
  color: rgba(233, 213, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.8;
  transition: all 0.4s ease;
  background: rgba(245, 245, 245, 0.5);
}

.offerings-table td:first-child {
  border-left: none;
}

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

.offerings-table tbody tr {
  transition: all 0.4s ease;
  position: relative;
}

.offerings-table tbody tr::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #c41e3a;
  transform: scaleY(0);
  transition: transform 0.4s ease;
  box-shadow: 0 0 10px rgba(196, 30, 58, 0.8);
}

.offerings-table tbody tr:hover {
  background: rgba(196, 30, 58, 0.15);
}

.offerings-table tbody tr:hover::after {
  transform: scaleY(1);
}

.offerings-table tbody tr:hover td {
  color: #2c2c2c;
  background: rgba(196, 30, 58, 0.1);
}

.offerings-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(196, 30, 58, 0.2);
}

.plan-description {
  display: block;
  font-size: 0.6875rem;
  color: #8b1538;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.plan-detail {
  display: block;
  font-size: 0.6875rem;
  color: rgba(139, 21, 56, 0.7);
  margin-top: 6px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.plan-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-features-list li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  color: rgba(233, 213, 255, 0.7);
  transition: all 0.4s ease;
  font-size: 0.8125rem;
  letter-spacing: 0.3px;
}

.plan-features-list li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #c41e3a;
  font-weight: 900;
  font-size: 0.625rem;
  transition: transform 0.4s ease;
}

.plan-features-list li:hover {
  color: #2c2c2c;
  padding-left: 24px;
}

.plan-features-list li:hover::before {
  transform: translateX(4px);
  color: #8b1538;
}

.plan-note {
  font-size: 0.6875rem;
  color: rgba(139, 21, 56, 0.8);
  display: block;
  margin-top: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.plan-action-button {
  display: inline-block;
  padding: 12px 24px;
  background: #c41e3a;
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.75rem;
  transition: all 0.4s ease;
  white-space: nowrap;
  border: 2px solid #c41e3a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  box-shadow: 0 0 20px rgba(196, 30, 58, 0.6);
  position: relative;
}

.plan-action-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #8b1538;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.plan-action-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(196, 30, 58, 0.9);
  color: #2c2c2c;
}

.plan-action-button:hover::before {
  opacity: 1;
}

.offerings-footer {
  margin-top: 60px;
  padding: 40px;
  background: rgba(196, 30, 58, 0.1);
  border: 1px solid #c41e3a;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  box-shadow: 
    inset 0 0 30px rgba(196, 30, 58, 0.2),
    0 0 40px rgba(196, 30, 58, 0.3);
}

.offerings-footer p {
  margin: 12px 0;
  color: rgba(233, 213, 255, 0.8);
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.offerings-footer strong {
  color: #8b1538;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1200px) {
  .offerings-table {
    min-width: 950px;
  }
  
  .offerings-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(196, 30, 58, 0.6) rgba(255, 255, 255, 0.3);
  }
  
  .offerings-table-container::-webkit-scrollbar {
    height: 10px;
  }
  
  .offerings-table-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    margin: 8px;
  }
  
  .offerings-table-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #c41e3a, #8b1538);
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  
  .offerings-table-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #6d28d9, #5b21b6);
  }
}

@media (max-width: 768px) {
  .offerings-section {
    padding: 100px 20px;
  }

  .offerings-heading {
    font-size: 2.25rem;
  }

  .offerings-description {
    font-size: 1.0625rem;
  }

  .offerings-table th,
  .offerings-table td {
    padding: 20px 16px;
    font-size: 0.8125rem;
  }

  .price {
    font-size: 1.625rem;
  }

  .offerings-label {
    font-size: 0.75rem;
    padding: 8px 18px;
  }
}

.insights-section {
  background: #f5f5f5;
  color: #2c2c2c;
  font-family: 'Sora', sans-serif;
  padding: 200px 20px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, transparent, #8b1538, transparent) 1;
}

.insights-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      rgba(139, 21, 56, 0.03) 2px,
      rgba(139, 21, 56, 0.03) 4px
    ),
    radial-gradient(circle at 100% 0%, rgba(139, 21, 56, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(196, 30, 58, 0.12) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0.6;
}

.insights-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #8b1538 20%,
    #c41e3a 50%,
    #8b1538 80%,
    transparent 100%);
  box-shadow: 0 0 20px rgba(139, 21, 56, 0.5);
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}

.insights-header {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.insights-label {
  display: inline-block;
  padding: 6px 16px;
  background: #8b1538;
  color: #2c2c2c;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  box-shadow: 0 0 20px rgba(139, 21, 56, 0.6);
  transition: all 0.4s ease;
  position: relative;
}

.insights-label::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #c41e3a, #8b1538);
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.insights-label:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(139, 21, 56, 0.8);
}

.insights-label:hover::before {
  opacity: 1;
}

.insights-heading {
  font-size: 4.5rem;
  font-weight: 900;
  color: #2c2c2c;
  margin: 0 0 28px 0;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.insights-heading::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #8b1538, #c41e3a, #8b1538, transparent);
  box-shadow: 0 0 15px rgba(139, 21, 56, 0.6);
}

.insights-description {
  font-size: 1.125rem;
  color: #757575;
  font-weight: 300;
  max-width: 900px;
  margin: 40px auto 0;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}

.insight-card {
  background: rgba(245, 245, 245, 0.9);
  border: 1px solid #8b1538;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 
    0 0 0 1px rgba(139, 21, 56, 0.3),
    inset 0 0 30px rgba(139, 21, 56, 0.1),
    0 0 50px rgba(139, 21, 56, 0.2);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
}

.insight-card.highlighted {
  grid-column: span 6;
  grid-row: span 2;
  border-width: 2px;
  border-color: #c41e3a;
}

.insight-card:not(.highlighted) {
  grid-column: span 3;
}

.insight-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #8b1538, #c41e3a);
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.insight-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #8b1538;
  transition: height 0.4s ease;
  box-shadow: 0 0 10px rgba(139, 21, 56, 0.8);
}

.insight-card:hover {
  transform: translateY(-8px);
  border-color: #c41e3a;
  box-shadow: 
    0 0 0 2px rgba(196, 30, 58, 0.5),
    inset 0 0 50px rgba(196, 30, 58, 0.2),
    0 0 80px rgba(196, 30, 58, 0.4);
}

.insight-card:hover::before {
  opacity: 0.3;
}

.insight-card:hover::after {
  height: 100%;
}

.insight-card-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: rgba(139, 21, 56, 0.1);
}

.insight-card.highlighted .insight-card-image {
  height: 400px;
}

.insight-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  filter: brightness(0.7) contrast(1.2);
}

.insight-card:hover .insight-card-image img {
  transform: scale(1.1);
  filter: brightness(0.9) contrast(1.3);
}

.insight-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(245, 245, 245, 0.5) 70%,
    rgba(245, 245, 245, 0.9) 100%);
  pointer-events: none;
}

.insight-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 14px;
  background: #8b1538;
  color: #2c2c2c;
  font-size: 0.6875rem;
  font-weight: 800;
  z-index: 2;
  clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
  box-shadow: 0 0 15px rgba(139, 21, 56, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.insight-card:hover .insight-tag {
  background: #c41e3a;
  box-shadow: 0 0 25px rgba(196, 30, 58, 0.9);
  transform: translateY(-2px);
}

.insight-card-content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: rgba(245, 245, 245, 0.8);
}

.insight-card.highlighted .insight-card-content {
  padding: 40px;
}

.insight-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.6875rem;
  color: rgba(139, 21, 56, 0.8);
}

.insight-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(139, 21, 56, 0.15);
  border: 1px solid rgba(139, 21, 56, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
}

.insight-card:hover .insight-meta span {
  background: rgba(139, 21, 56, 0.25);
  border-color: rgba(139, 21, 56, 0.5);
  transform: translateX(4px);
}

.insight-meta svg {
  flex-shrink: 0;
  filter: drop-shadow(0 0 5px rgba(139, 21, 56, 0.5));
}

.insight-card-title {
  font-size: 1.5rem;
  color: #2c2c2c;
  margin: 0;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.01em;
  transition: color 0.4s ease;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}

.insight-card:hover .insight-card-title {
  color: #8b1538;
  text-shadow: 0 0 10px rgba(139, 21, 56, 0.5);
}

.insight-card.highlighted .insight-card-title {
  font-size: 1.5rem;
}

.insight-card-excerpt {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #c41e3a;
  margin: 0;
  flex: 1;
  letter-spacing: 0.3px;
}

.insight-card.highlighted .insight-card-excerpt {
  font-size: 0.9375rem;
}

.insight-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8b1538;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.75rem;
  margin-top: 12px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #8b1538;
  transition: all 0.4s ease;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
}

.insight-card-link svg {
  transition: transform 0.4s ease;
  flex-shrink: 0;
}

.insight-card-link:hover {
  color: #2c2c2c;
  background: #8b1538;
  border-color: #8b1538;
  gap: 14px;
  transform: translateX(4px);
  box-shadow: 0 0 20px rgba(139, 21, 56, 0.6);
}

.insight-card-link:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1400px) {
  .insight-card.highlighted {
    grid-column: span 6;
  }
  
  .insight-card:not(.highlighted) {
    grid-column: span 3;
  }
}

@media (max-width: 1200px) {
  .insights-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .insight-card.highlighted {
    grid-column: span 6;
    grid-row: span 1;
  }
  
  .insight-card:not(.highlighted) {
    grid-column: span 3;
  }
  
  .insight-card.highlighted .insight-card-image {
    height: 300px;
  }
}

@media (max-width: 968px) {
  .insights-heading {
    font-size: 3rem;
  }
  
  .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .insight-card.highlighted,
  .insight-card:not(.highlighted) {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .insights-section {
    padding: 120px 20px;
  }

  .insights-header {
    margin-bottom: 60px;
  }

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

  .insights-description {
    font-size: 1.1rem;
  }

  .insights-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .insight-card.highlighted,
  .insight-card:not(.highlighted) {
    grid-column: span 1;
  }

  .insight-card-image,
  .insight-card.highlighted .insight-card-image {
    height: 240px;
  }

  .insight-card-content,
  .insight-card.highlighted .insight-card-content {
    padding: 24px;
  }

  .insight-card-title,
  .insight-card.highlighted .insight-card-title {
    font-size: 1.5rem;
  }
}

.wachherz-footer {
  background-color: #1c322b;
  color: #b3c1b0;
  padding: 60px 20px 40px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  user-select: none;
}

.footer-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.footer-subscribe {
  flex: 1 1 320px;
  max-width: 480px;
}

.footer-subscribe h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #a0b297;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-subscribe p {
  margin-bottom: 20px;
  color: #91a483;
}

.subscribe-form {
  display: flex;
  gap: 12px;
}

.subscribe-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border-radius: 6px;
  border: 2px solid #36533f;
  background-color: #2a4333;
  color: #d7e0cd;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.subscribe-form input[type="email"]:focus {
  outline: none;
  border-color: #8daf84;
  background-color: #2f4b3b;
}

.subscribe-form button {
  padding: 12px 24px;
  background-color: #8daf84;
  border: none;
  border-radius: 6px;
  color: #1c322b;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover,
.subscribe-form button:focus {
  background-color: #a5bf9e;
}

.footer-contact {
  flex: 1 1 280px;
  max-width: 400px;
}

.footer-contact h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #a0b297;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-contact p {
  color: #91a483;
  margin-bottom: 15px;
}

.contact-link {
  color: #8daf84;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.contact-link:hover,
.contact-link:focus {
  border-color: #a5bf9e;
  color: #a5bf9e;
}

.footer-base {
  border-top: 1px solid #36533f;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #91a483;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover,
.footer-nav a:focus {
  color: #a5bf9e;
}

.footer-copy {
  color: #728469;
  font-size: 0.85rem;
  font-weight: 400;
  user-select: none;
}

/*---------------------------------------
  HEADER STYLES - REDESIGNED              
-----------------------------------------*/
.site-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(196, 30, 58, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6), 
              0 0 0 1px rgba(196, 30, 58, 0.1) inset;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-topbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(196, 30, 58, 0.5) 50%, 
    transparent 100%);
  opacity: 0.6;
}

.navigation-bar {
  padding: 1.25rem 0;
  background: transparent;
  position: relative;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  text-decoration: none;
  font-size: 1.625rem;
  font-weight: 800;
  color: #2c2c2c;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 0.5rem 0;
  z-index: 1;
}

.logo-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c41e3a, #d32f2f);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-link:hover {
  transform: translateY(-2px);
  color: #d32f2f;
}

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

.logo-symbol {
  font-size: 2.25rem;
  line-height: 1;
  filter: drop-shadow(0 2px 8px rgba(196, 30, 58, 0.4));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-link:hover .logo-symbol {
  transform: rotate(15deg) scale(1.1);
}

.logo-name {
  font-family: var(--title-font-family);
  color: #2c2c2c;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #2c2c2c 0%, #2c2c2c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  position: relative;
}

.nav-links > li > a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
}

.nav-links > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c41e3a, #d32f2f);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links > li > a:hover {
  color: #d32f2f;
  transform: translateY(-2px);
}

.nav-links > li > a:hover::before {
  width: 100%;
}

.nav-links .submenu-parent > a {
  position: relative;
}

.nav-links .submenu-parent svg {
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 6px;
  width: 14px;
  height: 14px;
}

.nav-links .submenu-parent:hover svg {
  transform: rotate(180deg);
}

.submenu-list {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  min-width: 220px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7),
              0 0 0 1px rgba(196, 30, 58, 0.2);
  border-radius: 12px;
  padding: 0.75rem 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  list-style: none;
  border: 1px solid rgba(196, 30, 58, 0.25);
}

.nav-links .submenu-parent:hover .submenu-list {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.submenu-list li {
  margin: 0;
}

.submenu-list a {
  padding: 0.875rem 1.75rem;
  display: block;
  color: #4a4a4a;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  position: relative;
}

.submenu-list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #c41e3a, #d32f2f);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.submenu-list a:hover {
  background: rgba(196, 30, 58, 0.1);
  color: #d32f2f;
  padding-left: 2rem;
}

.submenu-list a:hover::before {
  transform: scaleY(1);
}

.nav-links .action-button-main {
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  color: #2c2c2c;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
  border: 1px solid rgba(196, 30, 58, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8125rem;
  position: relative;
  overflow: hidden;
}

.nav-links .action-button-main::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 ease;
}

.nav-links .action-button-main:hover {
  background: linear-gradient(135deg, #a01a2e 0%, #8b1538 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(196, 30, 58, 0.5);
  color: #ffffff;
}

.nav-links .action-button-main:hover::before {
  left: 100%;
}

.hamburger-button {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: rgba(196, 30, 58, 0.1);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 8px;
  cursor: pointer;
  padding: 0.75rem;
  transition: all 0.3s ease;
}

.hamburger-button:hover {
  background: rgba(196, 30, 58, 0.2);
  border-color: rgba(196, 30, 58, 0.5);
}

.hamburger-button span {
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, #c41e3a, #d32f2f);
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(196, 30, 58, 0.3);
}

.hamburger-button.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-button.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-button.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

main {
  margin-top: 90px;
}

/*---------------------------------------
  FOOTER STYLES - REDESIGNED              
-----------------------------------------*/
.site-footer {
  background: linear-gradient(180deg, 
    rgba(255, 255, 255, 0.98) 0%, 
    rgba(255, 255, 255, 0.95) 50%,
    rgba(245, 245, 245, 0.98) 100%);
  color: #2c2c2c;
  padding: 5rem 0 0;
  margin-top: 5rem;
  position: relative;
  border-top: 1px solid rgba(196, 30, 58, 0.2);
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(196, 30, 58, 0.6) 50%, 
    transparent 100%);
}

.site-footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(196, 30, 58, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.footer-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.footer-body {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.8fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(196, 30, 58, 0.15);
  position: relative;
}

.footer-body::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(196, 30, 58, 0.4) 50%, 
    transparent 100%);
}

.footer-block h4.footer-block-title {
  color: #2c2c2c;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: var(--title-font-family);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 1rem;
}

.footer-block h4.footer-block-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #c41e3a, #d32f2f);
  border-radius: 2px;
}

.footer-logo-wrapper-block .footer-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.footer-logo-wrapper-block .footer-logo-wrapper:hover {
  transform: translateX(5px);
}

.footer-logo-wrapper-block .logo-symbol {
  font-size: 2.5rem;
  filter: drop-shadow(0 4px 12px rgba(196, 30, 58, 0.4));
}

.footer-logo-wrapper-block .logo-name {
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #2c2c2c 0%, #2c2c2c 50%, #757575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--title-font-family);
  letter-spacing: -0.5px;
}

.footer-text {
  color: #757575;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  max-width: 90%;
}

.footer-social-links {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.social-icon-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 30, 58, 0.15);
  border-radius: 12px;
  color: #2c2c2c;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.25rem;
  border: 1px solid rgba(196, 30, 58, 0.25);
  position: relative;
  overflow: hidden;
}

.social-icon-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.social-icon-link:hover::before {
  width: 100%;
  height: 100%;
}

.social-icon-link svg {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.social-icon-link:hover {
  background: rgba(196, 30, 58, 0.25);
  transform: translateY(-5px) rotate(5deg);
  color: #2c2c2c;
  border-color: rgba(196, 30, 58, 0.5);
  box-shadow: 0 8px 20px rgba(196, 30, 58, 0.3);
}

.social-icon-link:hover svg {
  transform: scale(1.2);
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links-list a {
  color: #c41e3a;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding-left: 0;
}

.footer-links-list a::before {
  content: '→';
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  color: #c41e3a;
}

.footer-links-list a:hover {
  color: #d32f2f;
  padding-left: 1rem;
  transform: translateX(5px);
}

.footer-links-list a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.subscribe-text {
  color: rgba(233, 213, 255, 0.75);
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
}

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

.subscribe-input-wrapper {
  display: flex;
  gap: 0.75rem;
  background: rgba(196, 30, 58, 0.1);
  border-radius: 12px;
  padding: 0.625rem;
  border: 1px solid rgba(196, 30, 58, 0.25);
  transition: all 0.3s ease;
  position: relative;
}

.subscribe-input-wrapper:focus-within {
  background: rgba(196, 30, 58, 0.15);
  border-color: rgba(196, 30, 58, 0.5);
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}

.subscribe-input-wrapper input {
  flex: 1;
  background: transparent;
  border: none;
  color: #2c2c2c;
  padding: 0.875rem 1.25rem;
  font-size: 0.9375rem;
  outline: none;
}

.subscribe-input-wrapper input::placeholder {
  color: rgba(233, 213, 255, 0.5);
}

.subscribe-button {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  border: none;
  color: #2c2c2c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.25rem;
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
  position: relative;
  overflow: hidden;
}

.subscribe-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}

.subscribe-button:hover::before {
  width: 200%;
  height: 200%;
}

.subscribe-button svg {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.subscribe-button:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(196, 30, 58, 0.5);
}

.subscribe-button:hover svg {
  transform: translateX(3px);
}

.subscribe-note {
  color: rgba(233, 213, 255, 0.55);
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.6;
}

.footer-base {
  padding: 3rem 0 2rem;
  position: relative;
}

.footer-base::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(196, 30, 58, 0.3) 50%, 
    transparent 100%);
}

.footer-base-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-copyright-text {
  color: rgba(233, 213, 255, 0.6);
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}

.footer-legal-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 400px;
}

.footer-company-details {
  color: rgba(233, 213, 255, 0.65);
  font-size: 0.8125rem;
  line-height: 1.7;
  margin: 0;
}

.footer-company-details strong {
  color: rgba(233, 213, 255, 0.85);
  font-weight: 700;
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.footer-contact-link,
.footer-email-link {
  color: #c41e3a;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(196, 30, 58, 0.05);
  border: 1px solid transparent;
}

.footer-contact-link:hover,
.footer-email-link:hover {
  color: #d32f2f;
  background: rgba(196, 30, 58, 0.15);
  border-color: rgba(196, 30, 58, 0.3);
  transform: translateX(-5px);
}

.footer-contact-link svg,
.footer-email-link svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.footer-contact-link:hover svg,
.footer-email-link:hover svg {
  transform: scale(1.15);
}

/*---------------------------------------
  RESPONSIVE HEADER & FOOTER              
-----------------------------------------*/
@media (max-width: 991px) {
  .site-topbar {
    padding: 0;
  }

  .navigation-bar {
    padding: 1rem 0;
  }

  .hamburger-button {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 0;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    border-top: 1px solid rgba(196, 30, 58, 0.2);
    border-bottom: 1px solid rgba(196, 30, 58, 0.2);
  }

  .nav-links.active {
    transform: translateX(0);
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(196, 30, 58, 0.1);
  }

  .nav-links li:last-child {
    border-bottom: none;
  }

  .nav-links > li > a {
    padding: 1.25rem 0;
    width: 100%;
    font-size: 0.9375rem;
  }

  .nav-links > li > a::before {
    display: none;
  }

  .submenu-list {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(196, 30, 58, 0.05);
    margin: 0.5rem 0 0 1rem;
    border-radius: 8px;
    padding: 0.5rem 0;
    border: 1px solid rgba(196, 30, 58, 0.15);
    width: calc(100% - 2rem);
  }

  .submenu-list a::before {
    display: none;
  }

  .submenu-list a:hover {
    padding-left: 1.75rem;
  }

  .nav-links .action-button-main {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }

  .footer-body {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .footer-base-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .footer-contact-block {
    align-items: center;
    width: 100%;
  }

  .footer-contact-link,
  .footer-email-link {
    width: 100%;
    justify-content: center;
  }

  .footer-legal-block {
    text-align: center;
    max-width: 100%;
  }

  .footer-social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .footer-wrapper {
    padding: 0 1.5rem;
  }

  .footer-body {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-text {
    max-width: 100%;
  }
}

/*---------------------------------------
  ABOUT PAGE STYLES              
-----------------------------------------*/
.company-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.company-hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(196, 30, 58, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(139, 21, 56, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.company-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.company-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(196, 30, 58, 0.2);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 50px;
  color: #d32f2f;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease-out;
}

.company-hero-badge svg {
  flex-shrink: 0;
}

.company-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.company-hero-subtitle {
  font-size: 1.3rem;
  color: #757575;
  margin-bottom: 50px;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.4s both;
}


.company-history {
  padding: 100px 20px;
  background: #2c2c2c;
}

.company-history-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.company-history-image {
  position: relative;
}

.company-history-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.2) 0%, rgba(139, 21, 56, 0.2) 100%);
  padding: 20px;
  animation: fadeInLeft 1s ease-out;
}

.company-history-image-glow {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.3) 0%, rgba(139, 21, 56, 0.3) 100%);
  border-radius: 16px;
  position: relative;
}

.company-history-image-glow::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #c41e3a, #8b1538);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: ringPulse 3s ease-in-out infinite;
}

.company-history-text {
  animation: fadeInRight 1s ease-out;
}

.company-section-label {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(196, 30, 58, 0.2);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 50px;
  color: #d32f2f;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.company-section-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 24px;
  line-height: 1.2;
}

.company-history-text-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #757575;
  margin-bottom: 20px;
}

.company-history-quote {
  margin-top: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-left: 4px solid #c41e3a;
  border-radius: 12px;
  position: relative;
}

.company-history-quote svg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  color: rgba(196, 30, 58, 0.3);
}

.company-history-quote p {
  font-size: 1.2rem;
  font-style: italic;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.company-history-quote span {
  font-size: 0.95rem;
  color: #d32f2f;
  font-weight: 600;
}

.company-values {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.company-values-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.company-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.company-values-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out both;
}

.company-values-card:nth-child(1) { animation-delay: 0.1s; }
.company-values-card:nth-child(2) { animation-delay: 0.2s; }
.company-values-card:nth-child(3) { animation-delay: 0.3s; }
.company-values-card:nth-child(4) { animation-delay: 0.4s; }
.company-values-card:nth-child(5) { animation-delay: 0.5s; }

.company-values-card:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 30, 58, 0.5);
  box-shadow: 0 20px 40px rgba(196, 30, 58, 0.2);
}

.company-values-icon {
  width: 64px;
  height: 64px;
  background: rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #c41e3a;
}

.company-values-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 16px;
}

.company-values-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #757575;
}

.company-staff {
  padding: 100px 20px;
  background: #2c2c2c;
}

.company-staff-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.company-staff-subtitle {
  font-size: 1.2rem;
  color: #757575;
  margin-top: 12px;
}

.company-staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.company-staff-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out both;
}

.company-staff-card:nth-child(1) { animation-delay: 0.1s; }
.company-staff-card:nth-child(2) { animation-delay: 0.2s; }
.company-staff-card:nth-child(3) { animation-delay: 0.3s; }
.company-staff-card:nth-child(4) { animation-delay: 0.4s; }

.company-staff-card:hover {
  transform: translateY(-10px);
  border-color: rgba(196, 30, 58, 0.5);
  box-shadow: 0 20px 40px rgba(196, 30, 58, 0.3);
}

.company-staff-card-image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.company-staff-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.company-staff-card:hover .company-staff-card-image img {
  transform: scale(1.1);
}

.company-staff-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}

.company-staff-card:hover .company-staff-card-overlay {
  opacity: 1;
}

.company-staff-card-social a {
  width: 40px;
  height: 40px;
  background: rgba(196, 30, 58, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  transition: all 0.3s ease;
}

.company-staff-card-social a:hover {
  background: #c41e3a;
  transform: scale(1.1);
}

.company-staff-card-content {
  padding: 30px;
}

.company-staff-card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.company-staff-card-role {
  font-size: 1rem;
  color: #c41e3a;
  font-weight: 600;
  margin-bottom: 16px;
}

.company-staff-card-bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #757575;
  margin-bottom: 20px;
}

.company-staff-card-skills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.company-staff-card-skills li {
  padding: 6px 12px;
  background: rgba(196, 30, 58, 0.2);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 20px;
  font-size: 0.85rem;
  color: #d32f2f;
}

.company-action {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.15) 0%, rgba(255, 255, 255, 0.3) 100%);
  text-align: center;
}

.company-action-content {
  max-width: 700px;
  margin: 0 auto;
}

.company-action-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.company-action-content p {
  font-size: 1.2rem;
  color: #757575;
  margin-bottom: 40px;
  line-height: 1.6;
}

.company-action-button {
  display: inline-block;
  padding: 18px 40px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  color: #2c2c2c;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.3);
}

.company-action-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(196, 30, 58, 0.4);
  color: #2c2c2c;
}

/*---------------------------------------
  CONTACT PAGE STYLES              
-----------------------------------------*/
.contact-intro {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.contact-intro-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(196, 30, 58, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(139, 21, 56, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.contact-intro-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact-intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(196, 30, 58, 0.2);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 50px;
  color: #d32f2f;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease-out;
}

.contact-intro-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.contact-intro-subtitle {
  font-size: 1.3rem;
  color: #757575;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.contact-body {
  padding: 100px 20px;
  background: #2c2c2c;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.contact-body-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-container {
  animation: fadeInLeft 1s ease-out;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form-intro {
  margin-bottom: 40px;
}

.contact-form-intro h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.contact-form-intro p {
  font-size: 1.1rem;
  color: #757575;
  line-height: 1.6;
}

.contact-form {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form-field-group {
  margin-bottom: 24px;
}

.contact-form-field-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #d32f2f;
  margin-bottom: 8px;
}

.contact-form-field-group input,
.contact-form-field-group select,
.contact-form-field-group textarea {
  width: 100%;
  max-width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #2c2c2c;
  transition: all 0.3s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.contact-form-field-group input:focus,
.contact-form-field-group select:focus,
.contact-form-field-group textarea:focus {
  outline: none;
  border-color: #c41e3a;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}

.contact-form-field-group textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form-row-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-form-checkbox input[type="checkbox"] {
  width: auto;
  margin-top: 4px;
  flex-shrink: 0;
}

.contact-form-checkbox label {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
}

.contact-form-checkbox label a {
  color: #c41e3a;
  text-decoration: underline;
}

.contact-form-submit-button {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  color: #2c2c2c;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.3);
}

.contact-form-submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(196, 30, 58, 0.4);
}

.contact-form-submit-button svg {
  flex-shrink: 0;
}

.contact-form-field-group .invalid-feedback {
  display: none;
  color: #f87171;
  font-size: 0.875rem;
  margin-top: 6px;
}

.contact-form-field-group input.is-invalid,
.contact-form-field-group textarea.is-invalid {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.1);
}

.contact-form-field-group input.is-invalid:focus,
.contact-form-field-group textarea.is-invalid:focus {
  border-color: #f87171;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.2);
}

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

.contact-form-field-group input.is-valid,
.contact-form-field-group textarea.is-valid {
  border-color: #10b981;
}

.contact-form-field-group input.is-valid:focus,
.contact-form-field-group textarea.is-valid:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.contact-form.was-validated .contact-form-field-group input:invalid ~ .invalid-feedback,
.contact-form.was-validated .contact-form-field-group textarea:invalid ~ .invalid-feedback {
  display: block;
}

.contact-form.was-validated .contact-form-field-group input:invalid,
.contact-form.was-validated .contact-form-field-group textarea:invalid {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.1);
}

.contact-info-wrapper {
  animation: fadeInRight 1s ease-out;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-info-header {
  margin-bottom: 40px;
}

.contact-info-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.contact-info-header p {
  font-size: 1.1rem;
  color: #757575;
}

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateX(8px);
  border-color: rgba(196, 30, 58, 0.5);
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
}

.contact-info-card-highlight {
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.2) 0%, rgba(139, 21, 56, 0.2) 100%);
  border-color: rgba(196, 30, 58, 0.4);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  background: rgba(196, 30, 58, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #c41e3a;
}

.contact-info-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.contact-info-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #757575;
  margin-bottom: 8px;
}

.contact-info-card a {
  color: #c41e3a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: #d32f2f;
  text-decoration: underline;
}

.contact-info-note {
  font-size: 0.9rem;
  color: #d32f2f;
}

.contact-info-cta {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  background: #c41e3a;
  color: #2c2c2c;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info-cta:hover {
  background: #c41e3a;
  transform: translateY(-2px);
  color: #2c2c2c;
}

.contact-faq-preview {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.contact-faq-preview-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contact-faq-preview-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.contact-faq-preview-content > p {
  font-size: 1.2rem;
  color: #757575;
  margin-bottom: 50px;
}

.contact-faq-preview-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  text-align: left;
}

.contact-faq-preview-item {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  padding: 28px;
}

.contact-faq-preview-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.contact-faq-preview-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #757575;
}

.contact-faq-preview-link {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid #c41e3a;
  color: #c41e3a;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-faq-preview-link:hover {
  background: #c41e3a;
  color: #2c2c2c;
  transform: translateY(-2px);
}

/* Contact Form Element Styles */
.contact-form-element-container {
  animation: fadeInLeft 1s ease-out;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form-element-intro {
  margin-bottom: 40px;
}

.contact-form-element-intro h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.contact-form-element-intro p {
  font-size: 1.1rem;
  color: #757575;
  line-height: 1.6;
}

.contact-form-element {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form-element-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form-element-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-form-element-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #d32f2f;
  margin-bottom: 8px;
}

.contact-form-element-group input,
.contact-form-element-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(196, 30, 58, 0.2);
  border-radius: 12px;
  color: #2c2c2c;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.contact-form-element-group input:focus,
.contact-form-element-group textarea:focus {
  outline: none;
  border-color: #c41e3a;
  box-shadow: 0 0 0 4px rgba(196, 30, 58, 0.2);
  background: rgba(255, 255, 255, 0.8);
}

.contact-form-element-group textarea {
  resize: vertical;
  min-height: 140px;
  font-family: inherit;
}

.contact-form-element-group .invalid-feedback {
  display: none;
  margin-top: 6px;
  font-size: 0.875rem;
  color: #f87171;
}

.contact-form-element-group input.is-invalid,
.contact-form-element-group textarea.is-invalid {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.1);
}

.contact-form-element-group input.is-invalid:focus,
.contact-form-element-group textarea.is-invalid:focus {
  border-color: #f87171;
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.2);
}

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

.contact-form-element-group input.is-valid,
.contact-form-element-group textarea.is-valid {
  border-color: #10b981;
}

.contact-form-element-group input.is-valid:focus,
.contact-form-element-group textarea.is-valid:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}

.contact-form-element.was-validated .contact-form-element-group input:invalid ~ .invalid-feedback,
.contact-form-element.was-validated .contact-form-element-group textarea:invalid ~ .invalid-feedback {
  display: block;
}

.contact-form-element.was-validated .contact-form-element-group input:invalid,
.contact-form-element.was-validated .contact-form-element-group textarea:invalid {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.1);
}

.contact-form-element-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #c41e3a 0%, #c41e3a 100%);
  color: #2c2c2c;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.contact-form-element-submit:hover {
  background: linear-gradient(135deg, #c41e3a 0%, #6d28d9 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(196, 30, 58, 0.4);
}

.contact-form-element-submit:active {
  transform: translateY(0);
}

.contact-form-element-submit svg {
  transition: transform 0.3s ease;
}

.contact-form-element-submit:hover svg {
  transform: translateX(4px);
}

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

.form-status .loading {
  color: #c41e3a;
  font-weight: 600;
}

.form-status .error-message {
  color: #f87171;
  padding: 12px;
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid #f87171;
  border-radius: 8px;
  margin-top: 10px;
}

.form-status .sent-message {
  color: #10b981;
  padding: 12px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid #10b981;
  border-radius: 8px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .contact-form-element-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form-element {
    padding: 30px 20px;
  }

  .contact-form-element-intro h2 {
    font-size: 1.8rem;
  }

  .contact-form-element-group input,
  .contact-form-element-group textarea {
    padding: 12px 16px;
    font-size: 0.95rem;
  }

  .contact-form-element-submit {
    width: 100%;
    justify-content: center;
    padding: 14px;
  }
}

/*---------------------------------------
  FAQ PAGE STYLES              
-----------------------------------------*/
.faq-intro {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.faq-intro-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(196, 30, 58, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(139, 21, 56, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.faq-intro-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.faq-intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(196, 30, 58, 0.2);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 50px;
  color: #d32f2f;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease-out;
}

.faq-intro-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.faq-intro-subtitle {
  font-size: 1.3rem;
  color: #757575;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.faq-filters {
  padding: 40px 20px;
  background: #2c2c2c;
  border-bottom: 1px solid rgba(196, 30, 58, 0.1);
}

.faq-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-filter-button {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 50px;
  color: #757575;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-filter-button:hover,
.faq-filter-button.active {
  background: rgba(196, 30, 58, 0.2);
  border-color: #c41e3a;
  color: #2c2c2c;
}

.faq-body {
  padding: 80px 20px;
  background: #2c2c2c;
}

.faq-entrys-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-entry {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out both;
}

.faq-entry:nth-child(1) { animation-delay: 0.1s; }
.faq-entry:nth-child(2) { animation-delay: 0.2s; }
.faq-entry:nth-child(3) { animation-delay: 0.3s; }
.faq-entry:nth-child(4) { animation-delay: 0.4s; }
.faq-entry:nth-child(5) { animation-delay: 0.5s; }
.faq-entry:nth-child(6) { animation-delay: 0.6s; }
.faq-entry:nth-child(7) { animation-delay: 0.7s; }
.faq-entry:nth-child(8) { animation-delay: 0.8s; }
.faq-entry:nth-child(9) { animation-delay: 0.9s; }

.faq-entry:hover {
  border-color: rgba(196, 30, 58, 0.4);
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.1);
}

.faq-entry.active {
  border-color: rgba(196, 30, 58, 0.5);
}

.faq-entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  cursor: pointer;
}

.faq-entry-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.faq-entry-toggle {
  width: 40px;
  height: 40px;
  background: rgba(196, 30, 58, 0.2);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c41e3a;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-entry-toggle:hover {
  background: rgba(196, 30, 58, 0.3);
  border-color: #c41e3a;
}

.faq-entry.active .faq-entry-toggle {
  background: rgba(196, 30, 58, 0.3);
  transform: rotate(180deg);
}

.faq-entry-toggle svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-entry-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 28px;
}

.faq-entry.active .faq-entry-content {
  max-height: 500px;
  padding: 0 28px 24px;
}

.faq-entry-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #757575;
  margin: 0;
}

.faq-action {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.15) 0%, rgba(255, 255, 255, 0.3) 100%);
  text-align: center;
}

.faq-action-content {
  max-width: 700px;
  margin: 0 auto;
}

.faq-action-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.faq-action-content p {
  font-size: 1.2rem;
  color: #757575;
  margin-bottom: 40px;
  line-height: 1.6;
}

.faq-action-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-action-button {
  display: inline-block;
  padding: 16px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-action-button-primary {
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  color: #2c2c2c;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.3);
}

.faq-action-button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(196, 30, 58, 0.4);
  color: #2c2c2c;
}

.faq-action-button-secondary {
  background: transparent;
  border: 2px solid #c41e3a;
  color: #c41e3a;
}

.faq-action-button-secondary:hover {
  background: #c41e3a;
  color: #2c2c2c;
  transform: translateY(-3px);
}

/*---------------------------------------
  RESPONSIVE STYLES FOR NEW PAGES              
-----------------------------------------*/
@media (max-width: 991px) {
  .company-history-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-body {
    padding: 80px 15px;
    width: 100%;
    overflow-x: hidden;
  }

  .contact-body-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .contact-form-row-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .contact-form-container,
  .contact-info-wrapper {
    width: 100%;
    max-width: 100%;
  }
  
  .contact-form,
  .contact-info-cards,
  .contact-info-card {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .company-hero-title,
  .contact-intro-title,
  .faq-intro-title {
    font-size: 2.5rem;
  }

  .company-hero-subtitle,
  .contact-intro-subtitle,
  .faq-intro-subtitle {
    font-size: 1.1rem;
  }

  .company-section-heading {
    font-size: 2.2rem;
  }

  .company-values-grid,
  .company-staff-grid {
    grid-template-columns: 1fr;
  }

  .contact-faq-preview-list {
    grid-template-columns: 1fr;
  }

  .faq-action-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-action-button {
    width: 100%;
    text-align: center;
  }
  
  /* About page specific */
  .company-history {
    padding: 80px 15px;
  }
  
  .company-history-image-glow {
    height: 300px;
  }
  
  .company-history-quote {
    padding: 24px;
    margin-top: 30px;
  }
  
  .company-history-quote p {
    font-size: 1.1rem;
  }
  
  .company-action {
    padding: 80px 15px;
  }
  
  .company-action-content h2 {
    font-size: 2rem;
  }
  
  .company-action-content p {
    font-size: 1.1rem;
  }
  
  .company-action-button {
    padding: 16px 32px;
    font-size: 1rem;
  }
  
  /* Contact page specific */
  .contact-faq-preview {
    padding: 80px 15px;
  }
  
  .contact-faq-preview-content h2 {
    font-size: 2rem;
  }
  
  .contact-faq-preview-content > p {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  
  .contact-faq-preview-item {
    padding: 24px;
  }
  
  .contact-faq-preview-item h3 {
    font-size: 1.1rem;
  }
  
  .contact-faq-preview-link {
    padding: 12px 28px;
    font-size: 0.95rem;
  }
  
  /* FAQ page specific */
  .faq-filters {
    padding: 30px 15px;
  }
  
  .faq-filters-list {
    gap: 10px;
  }
  
  .faq-filter-button {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
  
  .faq-body {
    padding: 60px 15px;
  }
  
  .faq-entry {
    padding: 20px;
  }
  
  .faq-entry-header h3 {
    font-size: 1.1rem;
    padding-right: 40px;
  }
  
  .faq-action {
    padding: 80px 15px;
  }
  
  .faq-action-content h2 {
    font-size: 2rem;
  }
  
  .faq-action-content p {
    font-size: 1.1rem;
  }
  
  /* Legal pages specific */
  .legal-intro {
    padding: 100px 15px 60px;
  }
  
  .legal-intro-title {
    font-size: 2.5rem;
  }
  
  .legal-intro-subtitle {
    font-size: 1.1rem;
  }
  
  .legal-body {
    padding: 60px 15px;
  }
  
  .legal-intro {
    padding: 30px 20px;
  }
  
  .legal-intro p {
    font-size: 1.05rem;
  }
  
  .legal-block {
    margin-bottom: 50px;
  }
  
  .legal-block-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .legal-block-content {
    padding-left: 0;
    padding-top: 20px;
  }
  
  .legal-block-header h2 {
    font-size: 1.8rem;
  }
  
  .legal-block h3 {
    font-size: 1.4rem;
  }
  
  .legal-items-list {
    padding-left: 20px;
  }
  
  .legal-info-box {
    padding: 24px;
  }
  
  .legal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Thanks page specific */
  .confirmation-section {
    min-height: 70vh;
    padding: 80px 15px;
  }
  
  .thanks-icon-circle {
    width: 100px;
    height: 100px;
  }
  
  .thanks-icon-circle svg {
    width: 50px;
    height: 50px;
  }
  
  .confirmation-heading {
    font-size: 2.5rem;
  }
  
  .thanks-subtitle {
    font-size: 1.1rem;
  }
  
  .thanks-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .thanks-info-item {
    padding: 24px;
  }
  
  .confirmation-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  
  .confirmation-button {
    width: 100%;
    justify-content: center;
  }
  
  .thanks-additional {
    padding: 80px 15px;
  }
  
  .thanks-additional-content h2 {
    font-size: 2rem;
  }
  
  .thanks-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .thanks-step {
    padding-left: 0;
    padding-top: 70px;
    text-align: center;
  }
  
  .thanks-step-number {
    left: 50%;
    transform: translateX(-50%);
  }
}

/*---------------------------------------
  LEGAL PAGES STYLES (Privacy, Cookie, Terms)              
-----------------------------------------*/
.legal-intro {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.legal-intro-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(196, 30, 58, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(139, 21, 56, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.legal-intro-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.legal-intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(196, 30, 58, 0.2);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 50px;
  color: #d32f2f;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease-out;
}

.legal-intro-badge svg {
  flex-shrink: 0;
}

.legal-intro-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.legal-intro-subtitle {
  font-size: 1.3rem;
  color: #757575;
  margin-bottom: 30px;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.legal-intro-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #d32f2f;
  animation: fadeInUp 1.2s ease-out 0.6s both;
}

.legal-body {
  padding: 100px 20px;
  background: #2c2c2c;
}

.legal-body-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.legal-intro {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-left: 4px solid #c41e3a;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 60px;
  animation: fadeInUp 0.8s ease-out;
}

.legal-intro p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #757575;
  margin: 0;
}

.legal-block {
  margin-bottom: 60px;
  animation: fadeInUp 0.8s ease-out both;
}

.legal-block:nth-child(2) { animation-delay: 0.1s; }
.legal-block:nth-child(3) { animation-delay: 0.2s; }
.legal-block:nth-child(4) { animation-delay: 0.3s; }
.legal-block:nth-child(5) { animation-delay: 0.4s; }
.legal-block:nth-child(6) { animation-delay: 0.5s; }
.legal-block:nth-child(7) { animation-delay: 0.6s; }
.legal-block:nth-child(8) { animation-delay: 0.7s; }
.legal-block:nth-child(9) { animation-delay: 0.8s; }
.legal-block:nth-child(10) { animation-delay: 0.9s; }
.legal-block:nth-child(11) { animation-delay: 1s; }
.legal-block:nth-child(12) { animation-delay: 1.1s; }
.legal-block:nth-child(13) { animation-delay: 1.2s; }

.legal-block-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(196, 30, 58, 0.2);
}

.legal-block-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.legal-block-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0;
}

.legal-block-content {
  padding-left: 68px;
}

.legal-block-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #757575;
  margin-bottom: 20px;
}

.legal-items-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.legal-items-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #757575;
  border-bottom: 1px solid rgba(196, 30, 58, 0.1);
}

.legal-items-list li:last-child {
  border-bottom: none;
}

.legal-items-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #c41e3a;
  border-radius: 50%;
}

.legal-items-list-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.legal-items-list-item:hover {
  border-color: rgba(196, 30, 58, 0.4);
  transform: translateX(8px);
}

.legal-items-list-icon {
  width: 48px;
  height: 48px;
  background: rgba(196, 30, 58, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c41e3a;
  flex-shrink: 0;
}

.legal-items-list-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.legal-items-list-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: #757575;
  margin: 0;
}

.legal-info-box {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.3);
  border-radius: 12px;
  padding: 28px;
  margin: 24px 0;
}

.legal-info-box p {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #757575;
}

.legal-info-box p:last-child {
  margin-bottom: 0;
}

.legal-info-box a {
  color: #c41e3a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-info-box a:hover {
  color: #d32f2f;
  text-decoration: underline;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.legal-grid-item {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}

.legal-grid-item:hover {
  border-color: rgba(196, 30, 58, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
}

.legal-grid-icon {
  width: 56px;
  height: 56px;
  background: rgba(196, 30, 58, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c41e3a;
  margin-bottom: 20px;
}

.legal-grid-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.legal-grid-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #757575;
  margin: 0;
}

.legal-rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.legal-right-item {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
}

.legal-right-item:hover {
  border-color: rgba(196, 30, 58, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
}

.legal-right-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-right-item h3 svg {
  flex-shrink: 0;
  color: #c41e3a;
}

.legal-right-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #757575;
  margin: 0;
}

.legal-note {
  background: rgba(196, 30, 58, 0.1);
  border-left: 4px solid #c41e3a;
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
}

.legal-note p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #757575;
  margin: 0;
}

.legal-note a {
  color: #c41e3a;
  text-decoration: underline;
}

/*---------------------------------------
  THANKS PAGE STYLES              
-----------------------------------------*/
.confirmation-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.thanks-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(196, 30, 58, 0.15) 0%, transparent 70%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.confirmation-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out;
}

.thanks-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.thanks-icon-circle {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  animation: playButtonAppear 0.8s ease-out 0.3s both;
}

.thanks-icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  animation: ringPulse 2s ease-in-out infinite;
  z-index: 1;
}

.confirmation-heading {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 24px;
  line-height: 1.2;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.thanks-subtitle {
  font-size: 1.3rem;
  color: #757575;
  margin-bottom: 50px;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.7s both;
}

.thanks-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 50px;
  text-align: left;
  animation: fadeInUp 1s ease-out 0.9s both;
}

.thanks-info-item {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(196, 30, 58, 0.2);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
}

.thanks-info-item:hover {
  border-color: rgba(196, 30, 58, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
}

.thanks-info-icon {
  width: 48px;
  height: 48px;
  background: rgba(196, 30, 58, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c41e3a;
  flex-shrink: 0;
}

.thanks-info-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.thanks-info-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #757575;
  margin: 0;
}

.confirmation-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 1.1s both;
}

.confirmation-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.confirmation-button svg {
  flex-shrink: 0;
}

.confirmation-button-primary {
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  color: #2c2c2c;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.3);
}

.confirmation-button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(196, 30, 58, 0.4);
  color: #2c2c2c;
}

.confirmation-button-secondary {
  background: transparent;
  border: 2px solid #c41e3a;
  color: #c41e3a;
}

.confirmation-button-secondary:hover {
  background: #c41e3a;
  color: #2c2c2c;
  transform: translateY(-3px);
}

.thanks-additional {
  padding: 100px 20px;
  background: #2c2c2c;
}

.thanks-additional-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.thanks-additional-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 60px;
}

.thanks-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  text-align: left;
}

.thanks-step {
  position: relative;
  padding-left: 80px;
}

.thanks-step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.3);
}

.thanks-step h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.thanks-step p {
  font-size: 1rem;
  line-height: 1.7;
  color: #757575;
  margin: 0;
}

@media (max-width: 768px) {
  .legal-intro-title,
  .confirmation-heading {
    font-size: 2.5rem;
  }

  .legal-intro-subtitle,
  .thanks-subtitle {
    font-size: 1.1rem;
  }

  .legal-block-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .legal-block-content {
    padding-left: 0;
  }

  .legal-items-list-item {
    flex-direction: column;
  }

  .legal-rights-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .thanks-info {
    grid-template-columns: 1fr;
  }

  .confirmation-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .confirmation-button {
    width: 100%;
    justify-content: center;
  }

  .thanks-step {
    padding-left: 0;
    padding-top: 80px;
    text-align: center;
  }

  .thanks-step-number {
    left: 50%;
    transform: translateX(-50%);
  }
}

/*---------------------------------------
  COMPREHENSIVE RESPONSIVE IMPROVEMENTS              
-----------------------------------------*/

/* Large Desktop (1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
    padding: 0 3rem;
  }
}

/* Desktop (1200px - 1399px) */
@media (max-width: 1399px) {
  .container {
    padding: 0 2rem;
  }
  
  .insights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .insight-card.highlighted {
    grid-column: span 3;
  }
}

/* Tablet Landscape (992px - 1199px) */
@media (max-width: 1199px) {
  .container {
    padding: 0 1.5rem;
  }
  
  h1 {
    font-size: 3.5rem;
  }
  
  h2 {
    font-size: 2.8rem;
  }
  
  .offerings-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .offerings-table {
    min-width: 900px;
  }
  
  .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .insight-card.highlighted {
    grid-column: span 2;
  }
  
  .hero-showcase-content {
    gap: 60px;
  }
  
  .episode-title {
    font-size: 2.8rem;
  }
  
  .company-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .company-staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 991px) {
  .container {
    padding: 0 1.5rem;
  }
  
  main {
    margin-top: 80px;
  }
  
  article {
    padding-top: 40px;
  }
  
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;
  }
  
  h3 {
    font-size: 1.8rem;
  }
  
  /* Header */
  .logo-link {
    font-size: 1.3rem;
  }
  
  .nav-links {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(196, 30, 58, 0.2);
    flex-direction: column;
    padding: 20px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
  }
  
  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .nav-links li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(196, 30, 58, 0.1);
  }
  
  .nav-links li:last-child {
    border-bottom: none;
  }
  
  .nav-links a {
    display: block;
    padding: 16px 0;
    width: 100%;
  }
  
  /* Sections */
  .insights-section,
  .hero-showcase,
  .capabilities-section,
  .offerings-section,
  .action-banner-section,
  .experts-section {
    padding: 100px 20px;
  }
  
  .company-hero,
  .contact-intro,
  .faq-intro,
  .legal-intro {
    padding: 100px 20px 60px;
  }
  
  .insights-heading,
  .offerings-heading,
  .action-heading {
    font-size: 2.5rem;
  }
  
  .episode-title {
    font-size: 2.2rem;
  }
  
  .hero-showcase-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .hero-showcase-right {
    order: -1;
  }
  
  .insights-grid {
    grid-template-columns: 1fr;
  }
  
  .insight-card.highlighted {
    grid-column: span 1;
  }
  
  .capabilities-section-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .company-values-grid,
  .company-staff-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-body {
    padding: 80px 15px;
    width: 100%;
    overflow-x: hidden;
  }
  
  .contact-body-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .contact-form-row-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .contact-form {
    padding: 30px 20px;
    width: 100%;
    max-width: 100%;
  }
  
  .contact-form-intro {
    margin-bottom: 30px;
  }
  
  .contact-form-intro h2 {
    font-size: 1.8rem;
  }
  
  .contact-form-field-group {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .contact-form-field-group input,
  .contact-form-field-group textarea {
    padding: 12px 16px;
    font-size: 0.95rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .contact-form-submit-button {
    padding: 14px;
    font-size: 1rem;
    width: 100%;
  }
  
  .contact-info-wrapper {
    width: 100%;
    max-width: 100%;
  }
  
  .contact-info-header {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .contact-info-header h2 {
    font-size: 1.8rem;
  }
  
  .contact-info-cards {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }
  
  .contact-info-card {
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }
  
  .offerings-table-container {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
  
  .offerings-table {
    font-size: 0.9rem;
  }
  
  .offerings-table th,
  .offerings-table td {
    padding: 14px 10px;
  }
  
  .plan-features-list {
    font-size: 0.85rem;
  }
  
  .action-buttons-group {
    flex-direction: column;
    gap: 16px;
  }
  
  .action-button-main,
  .action-button-alt {
    width: 100%;
    justify-content: center;
  }
  
  .showcase-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .showcase-actions {
    flex-direction: column;
    gap: 16px;
  }
  
  .showcase-button {
    width: 100%;
    justify-content: center;
  }
  
  .faq-filters-list {
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .faq-filter-button {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
  
  .footer-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-block {
    text-align: center;
  }
  
  .footer-social-links {
    justify-content: center;
  }
  
  .legal-body {
    padding: 40px 20px;
  }
  
  .legal-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile Landscape (576px - 767px) */
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
  
  main {
    margin-top: 70px;
  }
  
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  /* Header */
  .site-topbar {
    padding: 12px 0;
  }
  
  .navigation-bar {
    padding: 0 1rem;
  }
  
  .logo-link {
    font-size: 1.2rem;
  }
  
  .logo-symbol {
    font-size: 1.5rem;
  }
  
  /* Sections */
  .insights-section,
  .hero-showcase,
  .capabilities-section,
  .offerings-section,
  .action-banner-section,
  .experts-section {
    padding: 80px 15px;
  }
  
  .company-hero,
  .contact-intro,
  .faq-intro,
  .legal-intro {
    padding: 80px 15px 50px;
  }
  
  .insights-header,
  .offerings-intro {
    margin-bottom: 40px;
  }
  
  .insights-heading,
  .offerings-heading,
  .action-heading,
  .episode-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .insights-description,
  .offerings-description,
  .action-description {
    font-size: 1rem;
  }
  
  .insight-card-image,
  .insight-card.highlighted .insight-card-image {
    height: 200px;
  }
  
  .insight-card-content {
    padding: 20px;
  }
  
  .insight-card-title {
    font-size: 1.3rem;
  }
  
  .insight-card-excerpt {
    font-size: 0.95rem;
  }
  
  .showcase-stats {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stat-block {
    width: 100%;
  }
  
  .showcase-tags {
    flex-wrap: wrap;
  }
  
  .contact-form {
    padding: 24px 16px;
  }
  
  .contact-form-intro h2 {
    font-size: 1.8rem;
  }
  
  .contact-form-field-group {
    margin-bottom: 20px;
  }
  
  .contact-form-field-group input,
  .contact-form-field-group textarea {
    padding: 12px 16px;
    font-size: 0.95rem;
  }
  
  .contact-form-submit-button {
    padding: 14px;
    font-size: 1rem;
  }
  
  .offerings-table {
    min-width: 800px;
    font-size: 0.8rem;
  }
  
  .offerings-table th,
  .offerings-table td {
    padding: 12px 8px;
  }
  
  .price {
    font-size: 1.3rem;
  }
  
  .plan-features-list {
    font-size: 0.8rem;
  }
  
  .plan-features-list li {
    margin-bottom: 6px;
  }
  
  .plan-action-button {
    padding: 10px 16px;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  
  .action-banner-wrapper {
    padding: 40px 20px;
  }
  
  .action-note {
    font-size: 0.9rem;
  }
  
  .company-section-heading {
    font-size: 1.8rem;
  }
  
  .company-values-card,
  .company-staff-card {
    padding: 24px;
  }
  
  .contact-info-card {
    padding: 24px;
  }
  
  .faq-entry-header h3 {
    font-size: 1.1rem;
    padding-right: 40px;
  }
  
  .faq-entry-content {
    font-size: 0.95rem;
  }
  
  .legal-intro-title {
    font-size: 2.5rem;
  }
  
  .legal-block h2 {
    font-size: 1.8rem;
  }
  
  .legal-block h3 {
    font-size: 1.4rem;
  }
  
  .confirmation-heading {
    font-size: 2.5rem;
  }
  
  .footer-base-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .cookie-banner-content {
    flex-direction: column;
    align-items: stretch;
  }
  
  .cookie-banner-text {
    text-align: center;
  }
  
  .cookie-banner-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .cookie-banner-btn {
    width: 100%;
  }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
  .container {
    padding: 0 0.75rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  /* Header */
  .navigation-bar {
    padding: 0 0.75rem;
  }
  
  .logo-link {
    font-size: 1.1rem;
  }
  
  .logo-symbol {
    font-size: 1.3rem;
  }
  
  /* Sections */
  .insights-section,
  .hero-showcase,
  .capabilities-section,
  .offerings-section,
  .action-banner-section,
  .experts-section {
    padding: 60px 10px;
  }
  
  .company-hero,
  .contact-intro,
  .faq-intro,
  .legal-intro {
    padding: 60px 10px 40px;
  }
  
  .insights-heading,
  .offerings-heading,
  .action-heading,
  .episode-title {
    font-size: 1.75rem;
  }
  
  .insights-description,
  .offerings-description {
    font-size: 0.95rem;
  }
  
  .insight-card-image {
    height: 180px;
  }
  
  .insight-card-content {
    padding: 16px;
  }
  
  .insight-card-title {
    font-size: 1.2rem;
  }
  
  .insight-meta {
    font-size: 0.85rem;
  }
  
  .episode-badges {
    flex-wrap: wrap;
  }
  
  .episode-badge {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
  
  .contact-form {
    padding: 20px 12px;
  }
  
  .contact-form-intro h2 {
    font-size: 1.6rem;
  }
  
  .contact-form-intro p {
    font-size: 0.95rem;
  }
  
  .contact-form-field-group input,
  .contact-form-field-group textarea {
    padding: 10px 14px;
    font-size: 0.9rem;
  }
  
  .contact-form-submit-button {
    padding: 12px;
    font-size: 0.95rem;
  }
  
  .offerings-table {
    min-width: 700px;
    font-size: 0.75rem;
  }
  
  .offerings-table th,
  .offerings-table td {
    padding: 10px 6px;
  }
  
  .price {
    font-size: 1.2rem;
  }
  
  .plan-description {
    font-size: 0.75rem;
  }
  
  .plan-features-list {
    font-size: 0.75rem;
  }
  
  .plan-action-button {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
  
  .action-banner-wrapper {
    padding: 30px 16px;
  }
  
  .action-heading {
    font-size: 1.75rem;
  }
  
  .action-description {
    font-size: 0.95rem;
  }
  
  .action-note {
    font-size: 0.85rem;
  }
  
  .company-section-heading {
    font-size: 1.6rem;
  }
  
  .company-values-card,
  .company-staff-card {
    padding: 20px;
  }
  
  .contact-info-card {
    padding: 20px;
  }
  
  .faq-entry-header h3 {
    font-size: 1rem;
    padding-right: 35px;
  }
  
  .faq-entry-toggle {
    width: 32px;
    height: 32px;
  }
  
  .legal-intro-title {
    font-size: 2rem;
  }
  
  .legal-block h2 {
    font-size: 1.6rem;
  }
  
  .legal-block h3 {
    font-size: 1.3rem;
  }
  
  .legal-body {
    padding: 30px 15px;
  }
  
  .confirmation-heading {
    font-size: 2rem;
  }
  
  .confirmation-content {
    padding: 30px 20px;
  }
  
  .footer-wrapper {
    padding: 40px 15px 20px;
  }
  
  .footer-block {
    margin-bottom: 30px;
  }
  
  .footer-block-title {
    font-size: 1.2rem;
  }
  
  .cookie-banner {
    padding: 16px 12px;
  }
  
  .cookie-banner-icon {
    width: 40px;
    height: 40px;
  }
  
  .cookie-banner-text h3 {
    font-size: 1.1rem;
  }
  
  .cookie-banner-text p {
    font-size: 0.9rem;
  }
  
  .cookie-banner-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
  .container {
    padding: 0 0.5rem;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  .insights-heading,
  .offerings-heading,
  .action-heading,
  .episode-title {
    font-size: 1.5rem;
  }
  
  .contact-form {
    padding: 16px 10px;
  }
  
  .offerings-table {
    min-width: 650px;
    font-size: 0.7rem;
  }
  
  .offerings-table th,
  .offerings-table td {
    padding: 8px 4px;
  }
  
  .action-banner-wrapper {
    padding: 24px 12px;
  }
  
  /* About page - extra small */
  .company-hero-title,
  .company-section-heading {
    font-size: 1.5rem;
  }
  
  .company-action-content h2 {
    font-size: 1.5rem;
  }
  
  .company-history-quote {
    padding: 16px;
  }
  
  /* Contact page - extra small */
  .contact-intro-title {
    font-size: 1.5rem;
  }
  
  .contact-faq-preview-content h2 {
    font-size: 1.5rem;
  }
  
  /* FAQ page - extra small */
  .faq-intro-title {
    font-size: 1.5rem;
  }
  
  .faq-action-content h2 {
    font-size: 1.5rem;
  }
  
  /* Legal pages - extra small */
  .legal-intro-title {
    font-size: 1.75rem;
  }
  
  .legal-block-header h2 {
    font-size: 1.3rem;
  }
  
  /* Thanks page - extra small */
  .confirmation-heading {
    font-size: 1.75rem;
  }
  
  .thanks-additional-content h2 {
    font-size: 1.5rem;
  }
}

/* Additional responsive improvements for all pages */
@media (max-width: 991px) {
  /* Ensure all hero sections are properly spaced */
  .company-hero,
  .contact-intro,
  .faq-intro,
  .legal-intro {
    padding-top: 100px;
  }
  
  /* Improve grid layouts */
  .company-values-grid,
  .company-staff-grid {
    gap: 30px;
  }
  
  .contact-info-cards {
    gap: 24px;
  }
  
  /* Better spacing for FAQ */
  .faq-entry {
    margin-bottom: 20px;
  }
  
  /* Legal pages improvements */
  .legal-block {
    margin-bottom: 40px;
  }
  
  .legal-block-content {
    padding-left: 20px;
  }
}

/* Landscape Orientation Adjustments */
@media (max-height: 500px) and (orientation: landscape) {
  .company-hero,
  .contact-intro,
  .faq-intro,
  .legal-intro {
    padding: 60px 20px 40px;
  }
  
  .nav-links {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}

/* Print Styles */
@media print {
  .site-topbar,
  .site-footer,
  .cookie-banner,
  .hamburger-button {
    display: none;
  }
  
  main {
    margin-top: 0;
  }
  
  .container {
    max-width: 100%;
    padding: 0;
  }
}

/* Additional Mobile Optimizations */
@media (max-width: 768px) {
  /* Prevent horizontal overflow */
  body {
    overflow-x: hidden;
  }
  
  /* Ensure images are responsive */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Improve touch targets */
  button,
  a.action-button-main,
  .contact-form-submit-button,
  .plan-action-button,
  .action-button-main,
  .action-button-alt {
    min-height: 44px;
  }
  
  /* Better spacing for mobile */
  .insight-card,
  .company-values-card,
  .company-staff-card,
  .contact-info-card {
    margin-bottom: 24px;
  }
  
  /* Improve form usability on mobile */
  .contact-form-field-group input,
  .contact-form-field-group textarea,
  .contact-form-field-group select {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* Better button spacing */
  .showcase-actions,
  .action-buttons-group,
  .faq-action-buttons {
    gap: 12px;
  }
  
  /* Improve table scrolling on mobile */
  .offerings-table-container {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Better text readability */
  p, li {
    line-height: 1.7;
  }
  
  /* Improve card readability */
  .insight-card-content,
  .company-values-card,
  .company-staff-card-content {
    padding: 20px;
  }
  
  /* Better navigation on mobile */
  .nav-links {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  
  /* Improve dropdown on mobile */
  .submenu-parent .submenu-list {
    position: static;
    box-shadow: none;
    background: rgba(196, 30, 58, 0.1);
    margin-top: 0;
    padding-left: 20px;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  /* Larger touch targets */
  .nav-links a,
  .footer-links-list a,
  .faq-filter-button {
    padding: 16px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  
  /* Remove hover effects on touch devices */
  .insight-card:hover,
  .company-values-card:hover,
  .company-staff-card:hover {
    transform: none;
  }
  
  /* Better button feedback */
  button:active,
  a:active {
    opacity: 0.8;
    transform: scale(0.98);
  }
  
  /* Improve tap highlight */
  a, button {
    -webkit-tap-highlight-color: rgba(196, 30, 58, 0.3);
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .insight-card-image img,
  .company-staff-card-image img,
  .showcase-visual img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

