/*

TemplateMo 584 Pod Talk

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

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #faf5ff;
    --primary-color: #7c3aed;
    --secondary-color: #6366f1;
    --section-bg-color: #0f0a1a;
    --custom-btn-bg-color: #7c3aed;
    --custom-btn-bg-hover-color: #6d28d9;
    --dark-color: #e9d5ff;
    --p-color: #c4b5fd;
    --border-color: #8b5cf6;
    --link-hover-color: #a78bfa;

    --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: #0a0514;
    color: #e9d5ff;
    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: #1e1b4b;
    --green-accent: #7c3aed;
    --gray-light: #0a0514;
    --gray: #1a0f2e;
    --white: #faf5ff;
    --text-color: #e9d5ff;
}

/*---------------------------------------
  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(#312e81, #1e1b4b);
    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: #1e1b4b;
  --clr-light-gray: #e9d5ff;
  --clr-white: #faf5ff;
  --clr-accent: #8b5cf6;
  --transition-time: 0.3s;
}

.navbar {
  background: linear-gradient(90deg, #1e1b4b 0%, #312e81 100%);
  padding: 1rem 1.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.navbar .navbar-brand h2 {
  color: #e9d5ff;
  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: #c4b5fd;
  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: #a78bfa; 
  outline: none;
}

.mobile-menu-list ul.submenu {
  display: none;
  background-color: #312e81; 
  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: #312e81;
    border-radius: 6px;
    margin-top: 1rem;
  }

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

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

  .mobile-menu-toggle {
    display: inline-block;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #c4b5fd;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .mobile-menu-toggle {
    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: #312e81;
    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: #c4b5fd;
  }

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

  .mobile-menu-list li a.btn-primary {
    background-color: #7c3aed;
    color: #faf5ff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    transition: background-color 0.3s ease;
  }

  .mobile-menu-list li a.btn-primary:hover,
  .mobile-menu-list li a.btn-primary:focus {
    background-color: #6d28d9;
    outline: none;
    color: #faf5ff;
  }
}



/*---------------------------------------
  CAROUSEL        
-----------------------------------------*/
.first-section {
    background-image: url("../images/templatemo-wave-banner.jpg"),
        linear-gradient(#312e81, #1e1b4b);
    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: #1e1b4b;
    background: linear-gradient(90deg, #1e1b4b 0%, #312e81 50%, #1e1b4b 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;
    }

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

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

    .navbar-nav .dropdown-menu {
        position: relative;
        left: 10px;
        opacity: 1;
        pointer-events: auto;
        max-width: 155px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar-expand-lg .navbar-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(30, 27, 75, 0.98) 0%, rgba(15, 10, 26, 0.98) 100%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(139, 92, 246, 0.3);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5);
    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(139, 92, 246, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5cf6;
    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: #e9d5ff;
    margin-bottom: 8px;
}

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

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

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

.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, #8b5cf6 0%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

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

.cookie-banner-btn-decline {
    background: rgba(30, 27, 75, 0.8);
    color: #c4b5fd;
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.cookie-banner-btn-decline:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.5);
    color: #e9d5ff;
}

.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 */

.deep-focus {
  background: #0f0a1a;
  color: #e8e0f5;
  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;
  }
}

.deep-focus-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(167, 139, 250, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

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

.deep-focus-particles::before,
.deep-focus-particles::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(139, 92, 246, 0.4);
  border-radius: 50%;
  animation: particleFloat 15s ease-in-out infinite;
}

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

.deep-focus-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;
  }
}

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

.deep-focus::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; }
}

.deep-focus-container {
  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);
  }
}

.deep-focus-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 */
.deep-focus-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, #8b5cf6 0%, #7c3aed 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
  animation: badgePulse 2s ease-in-out infinite;
}

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

.episode-badge.number {
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: #8b5cf6;
}

.episode-badge.number:hover {
  background: rgba(139, 92, 246, 0.25);
  border-color: rgba(139, 92, 246, 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, #e8e0f5 0%, #a78bfa 50%, #8b5cf6 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: #c4b5fd;
  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(139, 92, 246, 0);
  }
  50% {
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.1);
  }
}

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

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

@keyframes statsPulse {
  0%, 100% {
    border-color: rgba(139, 92, 246, 0.2);
  }
  50% {
    border-color: rgba(139, 92, 246, 0.4);
  }
}

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

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

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

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

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

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

.stat-item:hover .stat-icon-wrapper::before {
  width: 100px;
  height: 100px;
}

.stat-item:hover .stat-icon-wrapper {
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.4);
  transform: scale(1.1);
}

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

.stat-item:hover .stat-icon {
  color: #a78bfa;
  transform: scale(1.1);
}

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

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

.stat-item:hover .stat-value {
  color: #a78bfa;
}

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

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

.play-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;
}

.play-button.primary {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3);
}

.play-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;
}

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

.play-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.4);
}

.button-ripple {
  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;
  }
}

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

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

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

.play-button.secondary {
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: #8b5cf6;
}

.play-button.secondary:hover {
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.5);
  transform: translateY(-2px);
}

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

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

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

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

.tag-item:hover {
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.4);
  color: #a78bfa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
}

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

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

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

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

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

/* Right Side - Artwork */
.deep-focus-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);
  }
}

.episode-artwork {
  position: relative;
}

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

.circle-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(139, 92, 246, 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(139, 92, 246, 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);
  }
}

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

.deep-focus:hover .artwork-frame {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.artwork-image-wrapper {
  position: relative;
  overflow: hidden;
}

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

.deep-focus:hover .artwork-frame img {
  transform: scale(1.05);
}

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

.deep-focus:hover .artwork-overlay {
  opacity: 1;
}

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

.deep-focus:hover .artwork-glow {
  opacity: 1;
}

.artwork-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.95);
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  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;
}

.artwork-frame:hover .artwork-play-btn {
  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;
  }
}

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

.artwork-play-btn:hover .play-icon-large {
  transform: scale(1.2) translateX(3px);
}

.play-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;
  }
}

.artwork-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(139, 92, 246, 1);
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.5);
}

.artwork-pattern {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(139, 92, 246, 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) {
  .deep-focus-content {
    gap: 80px;
  }
  
  .episode-title {
    font-size: 3.5rem;
  }
}

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

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

  .deep-focus-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .deep-focus-right {
    order: -1;
  }

  .artwork-frame {
    transform: none;
  }

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

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

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

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

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

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

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

  .artwork-play-btn {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}



.wachherz-team {
  background: #0a0514;
  padding: 100px 20px;
  color: #e9d5ff;
  font-family: 'Inter', sans-serif;
}

.wachherz-team-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.wachherz-team-header {
  text-align: center;
  margin-bottom: 60px;
}

.wachherz-team-title {
  font-size: 2.5rem;
  color: #a78bfa;
  margin-bottom: 10px;
}

.wachherz-team-subtitle {
  font-size: 1.1rem;
  color: #c4b5fd;
}

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

.wachherz-team-card {
  background: rgba(30, 27, 75, 0.6);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(139, 92, 246, 0.2);
}

.wachherz-team-card:hover {
  transform: translateY(-5px);
}

.wachherz-team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.wachherz-team-info {
  padding: 20px;
}

.wachherz-team-info h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #a78bfa;
}

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

.wachherz-team-info ul li {
  margin-bottom: 8px;
  color: #c4b5fd;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .wachherz-team-title {
    font-size: 2rem;
  }
}

.wachherz-values {
  background-color: #0f0a1a;
  color: #e9d5ff;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

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

.wachherz-values-header {
  text-align: center;
  margin-bottom: 60px;
}

.wachherz-values-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f6d254;
  margin-bottom: 8px;
}

.wachherz-values-header p {
  font-size: 1.2rem;
  color: #aeb6af;
}

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

.wachherz-value-card {
  background-color: rgba(30, 27, 75, 0.6);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(139, 92, 246, 0.2);
}

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

.wachherz-value-image {
  background-size: cover;
  background-position: center;
  height: 180px;
  border-bottom: 4px solid #8b5cf6;
}

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

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

.wachherz-value-content p {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
  color: #c4b5fd;
}

@media (max-width: 768px) {
  .wachherz-values-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

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

.wachherz-contact-info {
  background-color: #0a0514;
  color: #e9d5ff;
  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: #a78bfa;
  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(30, 27, 75, 0.4);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  border-color: rgba(139, 92, 246, 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: #a78bfa;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.contact-item a:hover {
  color: #a78bfa;
  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: #a78bfa;
  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(30, 27, 75, 0.8);
  color: #e9d5ff;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
  border: 1px solid rgba(139, 92, 246, 0.2);
}

.wachherz-form-row input:focus {
  background-color: rgba(30, 27, 75, 1);
  outline: 2px solid #8b5cf6;
  outline-offset: 0;
  border-color: #8b5cf6;
}

.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(30, 27, 75, 0.8);
  color: #e9d5ff;
  margin-bottom: 20px;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
  border: 1px solid rgba(139, 92, 246, 0.2);
}

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

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

.wachherz-contact-form textarea:focus {
  background-color: rgba(30, 27, 75, 1);
  outline: 2px solid #8b5cf6;
  outline-offset: 0;
  border-color: #8b5cf6;
}

.wachherz-contact-form button {
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #faf5ff;
  background-color: #7c3aed;
  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              
-----------------------------------------*/
.wachherz-cta-banner {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(30, 27, 75, 0.3) 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.wachherz-cta-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cta-description {
  font-size: 1.25rem;
  color: #c4b5fd;
  line-height: 1.7;
  margin: 0 0 40px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cta-btn-primary {
  display: inline-block;
  padding: 18px 40px;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  color: #faf5ff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
  white-space: nowrap;
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.5);
  color: #faf5ff;
}

.cta-btn-secondary {
  display: inline-block;
  padding: 18px 40px;
  background: rgba(139, 92, 246, 0.1);
  border: 2px solid rgba(139, 92, 246, 0.4);
  color: #8b5cf6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-btn-secondary:hover {
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.6);
  color: #a78bfa;
  transform: translateY(-2px);
}

.cta-note {
  font-size: 0.95rem;
  color: #a78bfa;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

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

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

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

  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    text-align: center;
  }
}

/*---------------------------------------
  PRICING SECTION              
-----------------------------------------*/
.wachherz-pricing {
  background: #0a0514;
  color: #e9d5ff;
  padding: 120px 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
}

.pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 50px;
  color: #8b5cf6;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.pricing-title {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 20px 0;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.pricing-subtitle {
  font-size: 1.2rem;
  color: #c4b5fd;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.pricing-table-wrapper {
  overflow-x: auto;
  margin: 40px 0;
  border-radius: 20px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  background: rgba(30, 27, 75, 0.3);
  backdrop-filter: blur(10px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 92, 246, 0.5) transparent;
}

.pricing-table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.pricing-table-wrapper::-webkit-scrollbar-track {
  background: rgba(15, 10, 26, 0.5);
  border-radius: 4px;
}

.pricing-table-wrapper::-webkit-scrollbar-thumb {
  background: rgba(139, 92, 246, 0.5);
  border-radius: 4px;
}

.pricing-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(139, 92, 246, 0.7);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}

.pricing-table thead {
  background: rgba(139, 92, 246, 0.1);
}

.pricing-table th {
  padding: 24px 20px;
  text-align: left;
  font-weight: 700;
  color: #e9d5ff;
  font-size: 1rem;
  border-bottom: 2px solid rgba(139, 92, 246, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
}

.pricing-table td {
  padding: 28px 20px;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  vertical-align: top;
  color: #c4b5fd;
  font-size: 0.95rem;
  line-height: 1.6;
}

.pricing-table tbody tr:hover {
  background: rgba(139, 92, 246, 0.05);
}

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

.course-desc {
  display: block;
  font-size: 0.85rem;
  color: #a78bfa;
  font-weight: 400;
  margin-top: 4px;
}

.detail {
  display: block;
  font-size: 0.8rem;
  color: #a78bfa;
  margin-top: 4px;
}

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

.course-features li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  color: #c4b5fd;
}

.course-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #8b5cf6;
  font-weight: bold;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  color: #e9d5ff;
  display: block;
}

.price-note {
  font-size: 0.85rem;
  color: #a78bfa;
  display: block;
  margin-top: 4px;
}

.pricing-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  color: #faf5ff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.pricing-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4);
  color: #faf5ff;
}

.pricing-note {
  margin-top: 40px;
  padding: 24px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  text-align: center;
}

.pricing-note p {
  margin: 8px 0;
  color: #c4b5fd;
  font-size: 0.95rem;
  line-height: 1.6;
}

.pricing-note strong {
  color: #a78bfa;
}

@media (max-width: 1200px) {
  .pricing-table {
    min-width: 900px;
  }
  
  .pricing-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 92, 246, 0.5) transparent;
  }
  
  .pricing-table-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  
  .pricing-table-wrapper::-webkit-scrollbar-track {
    background: rgba(15, 10, 26, 0.5);
    border-radius: 4px;
  }
  
  .pricing-table-wrapper::-webkit-scrollbar-thumb {
    background: rgba(139, 92, 246, 0.5);
    border-radius: 4px;
  }
  
  .pricing-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(139, 92, 246, 0.7);
  }
}

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

  .pricing-subtitle {
    font-size: 1rem;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 16px 12px;
    font-size: 0.85rem;
  }

  .price {
    font-size: 1.5rem;
  }
}

.wachherz-news {
  background: #0a0514;
  color: #e9d5ff;
  font-family: 'Inter', sans-serif;
  padding: 160px 20px;
  position: relative;
  overflow: hidden;
}

.wachherz-news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(167, 139, 250, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.wachherz-news::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}

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

/* News Intro */
.news-intro {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.news-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 50px;
  color: #8b5cf6;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.news-title {
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 20px 0;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.news-subtitle {
  font-size: 1.25rem;
  color: #c4b5fd;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

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

.news-card {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  backdrop-filter: blur(10px);
}

.news-card.featured {
  grid-column: span 6;
  grid-row: span 2;
}

.news-card:not(.featured) {
  grid-column: span 3;
}

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.news-card:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(139, 92, 246, 0.2);
}

.news-card:hover::before {
  opacity: 1;
}

.news-card-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.news-card.featured .news-card-image {
  height: 400px;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 5, 20, 0.7) 100%);
  pointer-events: none;
}

.news-category {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 14px;
  background: rgba(139, 92, 246, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  color: #faf5ff;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 2;
}

.news-card-content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-card.featured .news-card-content {
  padding: 40px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #a78bfa;
}

.news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-meta svg {
  flex-shrink: 0;
}

.news-card-title {
  font-size: 1.5rem;
  color: #e9d5ff;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.news-card.featured .news-card-title {
  font-size: 2rem;
}

.news-card-excerpt {
  font-size: 1rem;
  line-height: 1.7;
  color: #c4b5fd;
  margin: 0;
  flex: 1;
}

.news-card.featured .news-card-excerpt {
  font-size: 1.1rem;
}

.news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8b5cf6;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 8px;
  transition: all 0.3s ease;
}

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

.news-card-link:hover {
  color: #a78bfa;
  gap: 14px;
}

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

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

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

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

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

  .news-intro {
    margin-bottom: 60px;
  }

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

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

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

  .news-card.featured,
  .news-card:not(.featured) {
    grid-column: span 1;
  }

  .news-card-image,
  .news-card.featured .news-card-image {
    height: 240px;
  }

  .news-card-content,
  .news-card.featured .news-card-content {
    padding: 24px;
  }

  .news-card-title,
  .news-card.featured .news-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-container {
  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-bottom {
  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;
}

/*---------------------------------------
  NEW HEADER STYLES              
-----------------------------------------*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(15, 10, 26, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.navbar {
  padding: 1rem 0;
  background: transparent;
  position: relative;
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
  color: var(--primary-color);
}

.brand-icon {
  font-size: 2rem;
  line-height: 1;
}

.brand-text {
  font-family: var(--title-font-family);
  color: var(--dark-color);
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-menu li {
  position: relative;
}

.navbar-menu a {
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

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

.navbar-menu .has-dropdown > a {
  position: relative;
}

.navbar-menu .has-dropdown svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  margin-left: 4px;
}

.navbar-menu .has-dropdown:hover svg {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #1e1b4b;
  min-width: 200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  list-style: none;
  border: 1px solid rgba(139, 92, 246, 0.2);
}

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

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  padding: 0.75rem 1.5rem;
  display: block;
  color: var(--dark-color);
  font-size: 0.9rem;
}

.dropdown-menu a:hover {
  background: var(--section-bg-color);
  color: var(--primary-color);
}

.navbar-menu .btn-primary {
  background: var(--primary-color);
  color: #faf5ff;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.navbar-menu .btn-primary:hover {
  background: var(--custom-btn-bg-hover-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
  color: #faf5ff;
}

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

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--dark-color);
  border-radius: 3px;
  transition: all 0.3s ease;
}

main {
  margin-top: 80px;
}

/*---------------------------------------
  NEW FOOTER STYLES              
-----------------------------------------*/
.main-footer {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e1b4b 100%);
  color: #e9d5ff;
  padding: 4rem 0 0;
  margin-top: 4rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.footer-section h4.footer-title {
  color: #e9d5ff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: var(--title-font-family);
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-brand .brand-icon {
  font-size: 2rem;
}

.footer-brand .brand-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e9d5ff;
  font-family: var(--title-font-family);
}

.footer-description {
  color: rgba(233, 213, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

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

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 50%;
  color: #e9d5ff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  border: 1px solid rgba(139, 92, 246, 0.3);
}

.social-link svg {
  flex-shrink: 0;
}

.social-link:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
  color: #faf5ff;
  border-color: var(--primary-color);
}

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

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

.footer-links a {
  color: rgba(233, 213, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  display: inline-block;
}

.footer-links a:hover {
  color: #a78bfa;
  padding-left: 5px;
}

.newsletter-text {
  color: rgba(233, 213, 255, 0.8);
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.newsletter-form {
  margin-bottom: 1rem;
}

.newsletter-input-group {
  display: flex;
  gap: 0.5rem;
  background: rgba(139, 92, 246, 0.15);
  border-radius: 50px;
  padding: 0.5rem;
  border: 1px solid rgba(139, 92, 246, 0.3);
}

.newsletter-input-group input {
  flex: 1;
  background: transparent;
  border: none;
  color: #e9d5ff;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  outline: none;
}

.newsletter-input-group input::placeholder {
  color: rgba(233, 213, 255, 0.6);
}

.newsletter-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--primary-color);
  border: none;
  color: #faf5ff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.newsletter-btn svg {
  flex-shrink: 0;
}

.newsletter-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  transform: scale(1.1);
}

.newsletter-note {
  color: rgba(233, 213, 255, 0.6);
  font-size: 0.8rem;
  margin: 0;
}

.footer-bottom {
  padding: 2rem 0;
}

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

.footer-copyright {
  color: rgba(233, 213, 255, 0.7);
  margin: 0;
  font-size: 0.9rem;
}

.footer-legal-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-company-info {
  color: rgba(233, 213, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}

.footer-company-info strong {
  color: rgba(233, 213, 255, 0.9);
}

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

.footer-contact-item {
  color: rgba(233, 213, 255, 0.8);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

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

.footer-contact-item svg {
  flex-shrink: 0;
}

.footer-email {
  color: rgba(233, 213, 255, 0.8);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

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

.footer-email svg {
  flex-shrink: 0;
}

/*---------------------------------------
  RESPONSIVE HEADER & FOOTER              
-----------------------------------------*/
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: flex;
  }

  .navbar-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #1e1b4b;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    gap: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
  }

  .navbar-menu.active {
    transform: translateX(0);
  }

  .navbar-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  }

  .navbar-menu a {
    padding: 1rem 0;
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--section-bg-color);
    margin: 0;
    border-radius: 0;
    padding-left: 1rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-contact-info {
    align-items: center;
  }

  .footer-legal-info {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
  }

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

/*---------------------------------------
  ABOUT PAGE STYLES              
-----------------------------------------*/
.about-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(15, 10, 26, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.about-hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

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

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

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

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

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


.about-story {
  padding: 100px 20px;
  background: #0f0a1a;
}

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

.about-story-image {
  position: relative;
}

.about-story-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(99, 102, 241, 0.2) 100%);
  padding: 20px;
  animation: fadeInLeft 1s ease-out;
}

.about-story-image-glow {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(99, 102, 241, 0.3) 100%);
  border-radius: 16px;
  position: relative;
}

.about-story-image-glow::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  -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;
}

.about-story-text {
  animation: fadeInRight 1s ease-out;
}

.about-section-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 50px;
  color: #a78bfa;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.about-section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.about-story-text-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #c4b5fd;
  margin-bottom: 20px;
}

.about-story-quote {
  margin-top: 40px;
  padding: 30px;
  background: rgba(30, 27, 75, 0.6);
  border-left: 4px solid #8b5cf6;
  border-radius: 12px;
  position: relative;
}

.about-story-quote svg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  color: rgba(139, 92, 246, 0.3);
}

.about-story-quote p {
  font-size: 1.2rem;
  font-style: italic;
  color: #e9d5ff;
  margin-bottom: 12px;
}

.about-story-quote span {
  font-size: 0.95rem;
  color: #a78bfa;
  font-weight: 600;
}

.about-mission {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(15, 10, 26, 0.95) 0%, rgba(30, 27, 75, 0.5) 100%);
}

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

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

.about-mission-card {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out both;
}

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

.about-mission-card:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2);
}

.about-mission-icon {
  width: 64px;
  height: 64px;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #8b5cf6;
}

.about-mission-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 16px;
}

.about-mission-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #c4b5fd;
}

.about-team {
  padding: 100px 20px;
  background: #0f0a1a;
}

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

.about-team-subtitle {
  font-size: 1.2rem;
  color: #c4b5fd;
  margin-top: 12px;
}

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

.about-team-card {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out both;
}

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

.about-team-card:hover {
  transform: translateY(-10px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.3);
}

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

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

.about-team-card:hover .about-team-card-image img {
  transform: scale(1.1);
}

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

.about-team-card:hover .about-team-card-overlay {
  opacity: 1;
}

.about-team-card-social a {
  width: 40px;
  height: 40px;
  background: rgba(139, 92, 246, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.about-team-card-social a:hover {
  background: #8b5cf6;
  transform: scale(1.1);
}

.about-team-card-content {
  padding: 30px;
}

.about-team-card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 8px;
}

.about-team-card-role {
  font-size: 1rem;
  color: #8b5cf6;
  font-weight: 600;
  margin-bottom: 16px;
}

.about-team-card-bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #c4b5fd;
  margin-bottom: 20px;
}

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

.about-team-card-skills li {
  padding: 6px 12px;
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  font-size: 0.85rem;
  color: #a78bfa;
}

.about-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(30, 27, 75, 0.3) 100%);
  text-align: center;
}

.about-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.about-cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 20px;
}

.about-cta-content p {
  font-size: 1.2rem;
  color: #c4b5fd;
  margin-bottom: 40px;
  line-height: 1.6;
}

.about-cta-button {
  display: inline-block;
  padding: 18px 40px;
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.about-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
  color: #fff;
}

/*---------------------------------------
  CONTACT PAGE STYLES              
-----------------------------------------*/
.contact-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(15, 10, 26, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.contact-hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

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

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

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

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

.contact-main {
  padding: 100px 20px;
  background: #0f0a1a;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.contact-main-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-wrapper {
  animation: fadeInLeft 1s ease-out;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

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

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

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

.contact-form {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

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

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

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
  width: 100%;
  max-width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  background: rgba(15, 10, 26, 0.8);
  color: #e9d5ff;
  transition: all 0.3s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
  outline: none;
  border-color: #8b5cf6;
  background: rgba(15, 10, 26, 1);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

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

.contact-form-row {
  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: #8b5cf6;
  text-decoration: underline;
}

.contact-form-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #fff;
  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(139, 92, 246, 0.3);
}

.contact-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
}

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

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

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

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

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

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

.contact-form-group input.is-valid:focus,
.contact-form-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-group input:invalid ~ .invalid-feedback,
.contact-form.was-validated .contact-form-group textarea:invalid ~ .invalid-feedback {
  display: block;
}

.contact-form.was-validated .contact-form-group input:invalid,
.contact-form.was-validated .contact-form-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: #e9d5ff;
  margin-bottom: 12px;
}

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

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

.contact-info-card {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 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(139, 92, 246, 0.5);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
}

.contact-info-card-highlight {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(99, 102, 241, 0.2) 100%);
  border-color: rgba(139, 92, 246, 0.4);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #8b5cf6;
}

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

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

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

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

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

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

.contact-info-cta:hover {
  background: #7c3aed;
  transform: translateY(-2px);
  color: #fff;
}

.contact-faq-preview {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(15, 10, 26, 0.95) 0%, rgba(30, 27, 75, 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: #e9d5ff;
  margin-bottom: 12px;
}

.contact-faq-preview-content > p {
  font-size: 1.2rem;
  color: #c4b5fd;
  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(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  padding: 28px;
}

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

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

.contact-faq-preview-link {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid #8b5cf6;
  color: #8b5cf6;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-faq-preview-link:hover {
  background: #8b5cf6;
  color: #fff;
  transform: translateY(-2px);
}

/*---------------------------------------
  FAQ PAGE STYLES              
-----------------------------------------*/
.faq-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(15, 10, 26, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.faq-hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

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

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

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

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

.faq-categories {
  padding: 40px 20px;
  background: #0f0a1a;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.faq-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-category-btn {
  padding: 12px 24px;
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 50px;
  color: #c4b5fd;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-category-btn:hover,
.faq-category-btn.active {
  background: rgba(139, 92, 246, 0.2);
  border-color: #8b5cf6;
  color: #e9d5ff;
}

.faq-main {
  padding: 80px 20px;
  background: #0f0a1a;
}

.faq-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out both;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-item:nth-child(6) { animation-delay: 0.6s; }
.faq-item:nth-child(7) { animation-delay: 0.7s; }
.faq-item:nth-child(8) { animation-delay: 0.8s; }
.faq-item:nth-child(9) { animation-delay: 0.9s; }

.faq-item:hover {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.1);
}

.faq-item.active {
  border-color: rgba(139, 92, 246, 0.5);
}

.faq-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  cursor: pointer;
}

.faq-item-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e9d5ff;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.faq-item-toggle {
  width: 40px;
  height: 40px;
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b5cf6;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item-toggle:hover {
  background: rgba(139, 92, 246, 0.3);
  border-color: #8b5cf6;
}

.faq-item.active .faq-item-toggle {
  background: rgba(139, 92, 246, 0.3);
  transform: rotate(180deg);
}

.faq-item-toggle svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 28px;
}

.faq-item.active .faq-item-content {
  max-height: 500px;
  padding: 0 28px 24px;
}

.faq-item-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #c4b5fd;
  margin: 0;
}

.faq-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(30, 27, 75, 0.3) 100%);
  text-align: center;
}

.faq-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.faq-cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 20px;
}

.faq-cta-content p {
  font-size: 1.2rem;
  color: #c4b5fd;
  margin-bottom: 40px;
  line-height: 1.6;
}

.faq-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-cta-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-cta-button-primary {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.faq-cta-button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
  color: #fff;
}

.faq-cta-button-secondary {
  background: transparent;
  border: 2px solid #8b5cf6;
  color: #8b5cf6;
}

.faq-cta-button-secondary:hover {
  background: #8b5cf6;
  color: #fff;
  transform: translateY(-3px);
}

/*---------------------------------------
  RESPONSIVE STYLES FOR NEW PAGES              
-----------------------------------------*/
@media (max-width: 991px) {
  .about-story-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-main {
    padding: 80px 15px;
    width: 100%;
    overflow-x: hidden;
  }

  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .contact-form-wrapper,
  .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) {
  .about-hero-title,
  .contact-hero-title,
  .faq-hero-title {
    font-size: 2.5rem;
  }

  .about-hero-subtitle,
  .contact-hero-subtitle,
  .faq-hero-subtitle {
    font-size: 1.1rem;
  }

  .about-section-title {
    font-size: 2.2rem;
  }

  .about-mission-grid,
  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .contact-faq-preview-list {
    grid-template-columns: 1fr;
  }

  .faq-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-cta-button {
    width: 100%;
    text-align: center;
  }
  
  /* About page specific */
  .about-story {
    padding: 80px 15px;
  }
  
  .about-story-image-glow {
    height: 300px;
  }
  
  .about-story-quote {
    padding: 24px;
    margin-top: 30px;
  }
  
  .about-story-quote p {
    font-size: 1.1rem;
  }
  
  .about-cta {
    padding: 80px 15px;
  }
  
  .about-cta-content h2 {
    font-size: 2rem;
  }
  
  .about-cta-content p {
    font-size: 1.1rem;
  }
  
  .about-cta-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-categories {
    padding: 30px 15px;
  }
  
  .faq-categories-list {
    gap: 10px;
  }
  
  .faq-category-btn {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
  
  .faq-main {
    padding: 60px 15px;
  }
  
  .faq-item {
    padding: 20px;
  }
  
  .faq-item-header h3 {
    font-size: 1.1rem;
    padding-right: 40px;
  }
  
  .faq-cta {
    padding: 80px 15px;
  }
  
  .faq-cta-content h2 {
    font-size: 2rem;
  }
  
  .faq-cta-content p {
    font-size: 1.1rem;
  }
  
  /* Legal pages specific */
  .legal-hero {
    padding: 100px 15px 60px;
  }
  
  .legal-hero-title {
    font-size: 2.5rem;
  }
  
  .legal-hero-subtitle {
    font-size: 1.1rem;
  }
  
  .legal-content {
    padding: 60px 15px;
  }
  
  .legal-intro {
    padding: 30px 20px;
  }
  
  .legal-intro p {
    font-size: 1.05rem;
  }
  
  .legal-section {
    margin-bottom: 50px;
  }
  
  .legal-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .legal-section-content {
    padding-left: 0;
    padding-top: 20px;
  }
  
  .legal-section-header h2 {
    font-size: 1.8rem;
  }
  
  .legal-section h3 {
    font-size: 1.4rem;
  }
  
  .legal-list {
    padding-left: 20px;
  }
  
  .legal-info-box {
    padding: 24px;
  }
  
  .legal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Thanks page specific */
  .thanks-section {
    min-height: 70vh;
    padding: 80px 15px;
  }
  
  .thanks-icon-circle {
    width: 100px;
    height: 100px;
  }
  
  .thanks-icon-circle svg {
    width: 50px;
    height: 50px;
  }
  
  .thanks-title {
    font-size: 2.5rem;
  }
  
  .thanks-subtitle {
    font-size: 1.1rem;
  }
  
  .thanks-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .thanks-info-item {
    padding: 24px;
  }
  
  .thanks-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  
  .thanks-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-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(15, 10, 26, 0.98) 100%);
  padding: 120px 20px 80px;
  overflow: hidden;
}

.legal-hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

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

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

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

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

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

.legal-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #a78bfa;
  animation: fadeInUp 1.2s ease-out 0.6s both;
}

.legal-content {
  padding: 100px 20px;
  background: #0f0a1a;
}

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

.legal-intro {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-left: 4px solid #8b5cf6;
  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: #c4b5fd;
  margin: 0;
}

.legal-section {
  margin-bottom: 60px;
  animation: fadeInUp 0.8s ease-out both;
}

.legal-section:nth-child(2) { animation-delay: 0.1s; }
.legal-section:nth-child(3) { animation-delay: 0.2s; }
.legal-section:nth-child(4) { animation-delay: 0.3s; }
.legal-section:nth-child(5) { animation-delay: 0.4s; }
.legal-section:nth-child(6) { animation-delay: 0.5s; }
.legal-section:nth-child(7) { animation-delay: 0.6s; }
.legal-section:nth-child(8) { animation-delay: 0.7s; }
.legal-section:nth-child(9) { animation-delay: 0.8s; }
.legal-section:nth-child(10) { animation-delay: 0.9s; }
.legal-section:nth-child(11) { animation-delay: 1s; }
.legal-section:nth-child(12) { animation-delay: 1.1s; }
.legal-section:nth-child(13) { animation-delay: 1.2s; }

.legal-section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(139, 92, 246, 0.2);
}

.legal-section-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.legal-section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #e9d5ff;
  margin: 0;
}

.legal-section-content {
  padding-left: 68px;
}

.legal-section-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #c4b5fd;
  margin-bottom: 20px;
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.legal-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #c4b5fd;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.legal-list li:last-child {
  border-bottom: none;
}

.legal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #8b5cf6;
  border-radius: 50%;
}

.legal-list-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  padding: 28px;
  background: rgba(30, 27, 75, 0.4);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.legal-list-item:hover {
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateX(8px);
}

.legal-list-icon {
  width: 48px;
  height: 48px;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b5cf6;
  flex-shrink: 0;
}

.legal-list-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 12px;
}

.legal-list-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: #c4b5fd;
  margin: 0;
}

.legal-info-box {
  background: rgba(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 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: #c4b5fd;
}

.legal-info-box p:last-child {
  margin-bottom: 0;
}

.legal-info-box a {
  color: #8b5cf6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-info-box a:hover {
  color: #a78bfa;
  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(30, 27, 75, 0.4);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}

.legal-grid-item:hover {
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
}

.legal-grid-icon {
  width: 56px;
  height: 56px;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b5cf6;
  margin-bottom: 20px;
}

.legal-grid-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 12px;
}

.legal-grid-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #c4b5fd;
  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(30, 27, 75, 0.4);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
}

.legal-right-item:hover {
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
}

.legal-right-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-right-item h3 svg {
  flex-shrink: 0;
  color: #8b5cf6;
}

.legal-right-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #c4b5fd;
  margin: 0;
}

.legal-note {
  background: rgba(139, 92, 246, 0.1);
  border-left: 4px solid #8b5cf6;
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
}

.legal-note p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #c4b5fd;
  margin: 0;
}

.legal-note a {
  color: #8b5cf6;
  text-decoration: underline;
}

/*---------------------------------------
  THANKS PAGE STYLES              
-----------------------------------------*/
.thanks-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(15, 10, 26, 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(139, 92, 246, 0.15) 0%, transparent 70%);
  animation: bgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.thanks-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, #8b5cf6 0%, #6366f1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  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(139, 92, 246, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  animation: ringPulse 2s ease-in-out infinite;
  z-index: 1;
}

.thanks-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #e9d5ff;
  margin-bottom: 24px;
  line-height: 1.2;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.thanks-subtitle {
  font-size: 1.3rem;
  color: #c4b5fd;
  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(30, 27, 75, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
}

.thanks-info-item:hover {
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
}

.thanks-info-icon {
  width: 48px;
  height: 48px;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b5cf6;
  flex-shrink: 0;
}

.thanks-info-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 8px;
}

.thanks-info-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #c4b5fd;
  margin: 0;
}

.thanks-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 1.1s both;
}

.thanks-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;
}

.thanks-button svg {
  flex-shrink: 0;
}

.thanks-button-primary {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.thanks-button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
  color: #fff;
}

.thanks-button-secondary {
  background: transparent;
  border: 2px solid #8b5cf6;
  color: #8b5cf6;
}

.thanks-button-secondary:hover {
  background: #8b5cf6;
  color: #fff;
  transform: translateY(-3px);
}

.thanks-additional {
  padding: 100px 20px;
  background: #0f0a1a;
}

.thanks-additional-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.thanks-additional-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e9d5ff;
  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, #8b5cf6 0%, #6366f1 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.thanks-step h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 12px;
}

.thanks-step p {
  font-size: 1rem;
  line-height: 1.7;
  color: #c4b5fd;
  margin: 0;
}

@media (max-width: 768px) {
  .legal-hero-title,
  .thanks-title {
    font-size: 2.5rem;
  }

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

  .legal-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .legal-section-content {
    padding-left: 0;
  }

  .legal-list-item {
    flex-direction: column;
  }

  .legal-rights-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .thanks-info {
    grid-template-columns: 1fr;
  }

  .thanks-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thanks-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;
  }
  
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .news-card.featured {
    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;
  }
  
  .pricing-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pricing-table {
    min-width: 900px;
  }
  
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .news-card.featured {
    grid-column: span 2;
  }
  
  .deep-focus-content {
    gap: 60px;
  }
  
  .episode-title {
    font-size: 2.8rem;
  }
  
  .about-mission-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .about-team-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 */
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  .navbar-menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(15, 10, 26, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    flex-direction: column;
    padding: 20px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
  }
  
  .navbar-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .navbar-menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  }
  
  .navbar-menu li:last-child {
    border-bottom: none;
  }
  
  .navbar-menu a {
    display: block;
    padding: 16px 0;
    width: 100%;
  }
  
  /* Sections */
  .wachherz-news,
  .deep-focus,
  .wachherz-values,
  .wachherz-pricing,
  .wachherz-cta-banner,
  .wachherz-team {
    padding: 100px 20px;
  }
  
  .about-hero,
  .contact-hero,
  .faq-hero,
  .legal-hero {
    padding: 100px 20px 60px;
  }
  
  .news-title,
  .pricing-title,
  .cta-title {
    font-size: 2.5rem;
  }
  
  .episode-title {
    font-size: 2.2rem;
  }
  
  .deep-focus-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .deep-focus-right {
    order: -1;
  }
  
  .news-grid {
    grid-template-columns: 1fr;
  }
  
  .news-card.featured {
    grid-column: span 1;
  }
  
  .wachherz-values-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .about-mission-grid,
  .about-team-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-main {
    padding: 80px 15px;
    width: 100%;
    overflow-x: hidden;
  }
  
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .contact-form {
    padding: 30px 20px;
    width: 100%;
    max-width: 100%;
  }
  
  .contact-form-header {
    margin-bottom: 30px;
  }
  
  .contact-form-header h2 {
    font-size: 1.8rem;
  }
  
  .contact-form-group {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .contact-form-group input,
  .contact-form-group textarea {
    padding: 12px 16px;
    font-size: 0.95rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .contact-form-submit {
    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;
  }
  
  .pricing-table-wrapper {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
  
  .pricing-table {
    font-size: 0.9rem;
  }
  
  .pricing-table th,
  .pricing-table td {
    padding: 14px 10px;
  }
  
  .course-features {
    font-size: 0.85rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 16px;
  }
  
  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .episode-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .episode-actions {
    flex-direction: column;
    gap: 16px;
  }
  
  .play-button {
    width: 100%;
    justify-content: center;
  }
  
  .faq-categories-list {
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .faq-category-btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-section {
    text-align: center;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .legal-content {
    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 */
  .main-header {
    padding: 12px 0;
  }
  
  .navbar {
    padding: 0 1rem;
  }
  
  .navbar-brand {
    font-size: 1.2rem;
  }
  
  .brand-icon {
    font-size: 1.5rem;
  }
  
  /* Sections */
  .wachherz-news,
  .deep-focus,
  .wachherz-values,
  .wachherz-pricing,
  .wachherz-cta-banner,
  .wachherz-team {
    padding: 80px 15px;
  }
  
  .about-hero,
  .contact-hero,
  .faq-hero,
  .legal-hero {
    padding: 80px 15px 50px;
  }
  
  .news-intro,
  .pricing-header {
    margin-bottom: 40px;
  }
  
  .news-title,
  .pricing-title,
  .cta-title,
  .episode-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .news-subtitle,
  .pricing-subtitle,
  .cta-description {
    font-size: 1rem;
  }
  
  .news-card-image,
  .news-card.featured .news-card-image {
    height: 200px;
  }
  
  .news-card-content {
    padding: 20px;
  }
  
  .news-card-title {
    font-size: 1.3rem;
  }
  
  .news-card-excerpt {
    font-size: 0.95rem;
  }
  
  .episode-stats {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stat-item {
    width: 100%;
  }
  
  .episode-tags {
    flex-wrap: wrap;
  }
  
  .contact-form {
    padding: 24px 16px;
  }
  
  .contact-form-header h2 {
    font-size: 1.8rem;
  }
  
  .contact-form-group {
    margin-bottom: 20px;
  }
  
  .contact-form-group input,
  .contact-form-group textarea {
    padding: 12px 16px;
    font-size: 0.95rem;
  }
  
  .contact-form-submit {
    padding: 14px;
    font-size: 1rem;
  }
  
  .pricing-table {
    min-width: 800px;
    font-size: 0.8rem;
  }
  
  .pricing-table th,
  .pricing-table td {
    padding: 12px 8px;
  }
  
  .price {
    font-size: 1.3rem;
  }
  
  .course-features {
    font-size: 0.8rem;
  }
  
  .course-features li {
    margin-bottom: 6px;
  }
  
  .pricing-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  
  .cta-banner-content {
    padding: 40px 20px;
  }
  
  .cta-note {
    font-size: 0.9rem;
  }
  
  .about-section-title {
    font-size: 1.8rem;
  }
  
  .about-mission-card,
  .about-team-card {
    padding: 24px;
  }
  
  .contact-info-card {
    padding: 24px;
  }
  
  .faq-item-header h3 {
    font-size: 1.1rem;
    padding-right: 40px;
  }
  
  .faq-item-content {
    font-size: 0.95rem;
  }
  
  .legal-hero-title {
    font-size: 2.5rem;
  }
  
  .legal-section h2 {
    font-size: 1.8rem;
  }
  
  .legal-section h3 {
    font-size: 1.4rem;
  }
  
  .thanks-title {
    font-size: 2.5rem;
  }
  
  .footer-bottom-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 */
  .navbar {
    padding: 0 0.75rem;
  }
  
  .navbar-brand {
    font-size: 1.1rem;
  }
  
  .brand-icon {
    font-size: 1.3rem;
  }
  
  /* Sections */
  .wachherz-news,
  .deep-focus,
  .wachherz-values,
  .wachherz-pricing,
  .wachherz-cta-banner,
  .wachherz-team {
    padding: 60px 10px;
  }
  
  .about-hero,
  .contact-hero,
  .faq-hero,
  .legal-hero {
    padding: 60px 10px 40px;
  }
  
  .news-title,
  .pricing-title,
  .cta-title,
  .episode-title {
    font-size: 1.75rem;
  }
  
  .news-subtitle,
  .pricing-subtitle {
    font-size: 0.95rem;
  }
  
  .news-card-image {
    height: 180px;
  }
  
  .news-card-content {
    padding: 16px;
  }
  
  .news-card-title {
    font-size: 1.2rem;
  }
  
  .news-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-header h2 {
    font-size: 1.6rem;
  }
  
  .contact-form-header p {
    font-size: 0.95rem;
  }
  
  .contact-form-group input,
  .contact-form-group textarea {
    padding: 10px 14px;
    font-size: 0.9rem;
  }
  
  .contact-form-submit {
    padding: 12px;
    font-size: 0.95rem;
  }
  
  .pricing-table {
    min-width: 700px;
    font-size: 0.75rem;
  }
  
  .pricing-table th,
  .pricing-table td {
    padding: 10px 6px;
  }
  
  .price {
    font-size: 1.2rem;
  }
  
  .course-desc {
    font-size: 0.75rem;
  }
  
  .course-features {
    font-size: 0.75rem;
  }
  
  .pricing-btn {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
  
  .cta-banner-content {
    padding: 30px 16px;
  }
  
  .cta-title {
    font-size: 1.75rem;
  }
  
  .cta-description {
    font-size: 0.95rem;
  }
  
  .cta-note {
    font-size: 0.85rem;
  }
  
  .about-section-title {
    font-size: 1.6rem;
  }
  
  .about-mission-card,
  .about-team-card {
    padding: 20px;
  }
  
  .contact-info-card {
    padding: 20px;
  }
  
  .faq-item-header h3 {
    font-size: 1rem;
    padding-right: 35px;
  }
  
  .faq-item-toggle {
    width: 32px;
    height: 32px;
  }
  
  .legal-hero-title {
    font-size: 2rem;
  }
  
  .legal-section h2 {
    font-size: 1.6rem;
  }
  
  .legal-section h3 {
    font-size: 1.3rem;
  }
  
  .legal-content {
    padding: 30px 15px;
  }
  
  .thanks-title {
    font-size: 2rem;
  }
  
  .thanks-content {
    padding: 30px 20px;
  }
  
  .footer-container {
    padding: 40px 15px 20px;
  }
  
  .footer-section {
    margin-bottom: 30px;
  }
  
  .footer-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;
  }
  
  .news-title,
  .pricing-title,
  .cta-title,
  .episode-title {
    font-size: 1.5rem;
  }
  
  .contact-form {
    padding: 16px 10px;
  }
  
  .pricing-table {
    min-width: 650px;
    font-size: 0.7rem;
  }
  
  .pricing-table th,
  .pricing-table td {
    padding: 8px 4px;
  }
  
  .cta-banner-content {
    padding: 24px 12px;
  }
  
  /* About page - extra small */
  .about-hero-title,
  .about-section-title {
    font-size: 1.5rem;
  }
  
  .about-cta-content h2 {
    font-size: 1.5rem;
  }
  
  .about-story-quote {
    padding: 16px;
  }
  
  /* Contact page - extra small */
  .contact-hero-title {
    font-size: 1.5rem;
  }
  
  .contact-faq-preview-content h2 {
    font-size: 1.5rem;
  }
  
  /* FAQ page - extra small */
  .faq-hero-title {
    font-size: 1.5rem;
  }
  
  .faq-cta-content h2 {
    font-size: 1.5rem;
  }
  
  /* Legal pages - extra small */
  .legal-hero-title {
    font-size: 1.75rem;
  }
  
  .legal-section-header h2 {
    font-size: 1.3rem;
  }
  
  /* Thanks page - extra small */
  .thanks-title {
    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 */
  .about-hero,
  .contact-hero,
  .faq-hero,
  .legal-hero {
    padding-top: 100px;
  }
  
  /* Improve grid layouts */
  .about-mission-grid,
  .about-team-grid {
    gap: 30px;
  }
  
  .contact-info-cards {
    gap: 24px;
  }
  
  /* Better spacing for FAQ */
  .faq-item {
    margin-bottom: 20px;
  }
  
  /* Legal pages improvements */
  .legal-section {
    margin-bottom: 40px;
  }
  
  .legal-section-content {
    padding-left: 20px;
  }
}

/* Landscape Orientation Adjustments */
@media (max-height: 500px) and (orientation: landscape) {
  .about-hero,
  .contact-hero,
  .faq-hero,
  .legal-hero {
    padding: 60px 20px 40px;
  }
  
  .navbar-menu {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}

/* Print Styles */
@media print {
  .main-header,
  .main-footer,
  .cookie-banner,
  .mobile-menu-toggle {
    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.btn-primary,
  .contact-form-submit,
  .pricing-btn,
  .cta-btn-primary,
  .cta-btn-secondary {
    min-height: 44px;
  }
  
  /* Better spacing for mobile */
  .news-card,
  .about-mission-card,
  .about-team-card,
  .contact-info-card {
    margin-bottom: 24px;
  }
  
  /* Improve form usability on mobile */
  .contact-form-group input,
  .contact-form-group textarea,
  .contact-form-group select {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* Better button spacing */
  .episode-actions,
  .cta-buttons,
  .faq-cta-buttons {
    gap: 12px;
  }
  
  /* Improve table scrolling on mobile */
  .pricing-table-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Better text readability */
  p, li {
    line-height: 1.7;
  }
  
  /* Improve card readability */
  .news-card-content,
  .about-mission-card,
  .about-team-card-content {
    padding: 20px;
  }
  
  /* Better navigation on mobile */
  .navbar-menu {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  
  /* Improve dropdown on mobile */
  .has-dropdown .dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(139, 92, 246, 0.1);
    margin-top: 0;
    padding-left: 20px;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  /* Larger touch targets */
  .navbar-menu a,
  .footer-links a,
  .faq-category-btn {
    padding: 16px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  
  /* Remove hover effects on touch devices */
  .news-card:hover,
  .about-mission-card:hover,
  .about-team-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(139, 92, 246, 0.3);
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .news-card-image img,
  .about-team-card-image img,
  .episode-artwork 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;
  }
}

