/* ========== Privacy Page Specific Styles ========== */

.swc-privacy-main {
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    padding: 4rem 0;
}

.swc-privacy-content {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 900px;
    padding: 3rem;
}

.swc-privacy-header {
    border-bottom: 2px solid #b676c8;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

.swc-privacy-title {
    color: #b676c8;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.swc-privacy-intro {
    color: #666666;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.swc-privacy-date {
    color: #999999;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.swc-privacy-section {
    margin-bottom: 3rem;
}

.swc-privacy-section h2 {
    border-left: 4px solid #b676c8;
    color: #333333;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.swc-privacy-section h3 {
    color: #b676c8;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.swc-privacy-section h4 {
    color: #333333;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.swc-privacy-content-block {
    margin-bottom: 2rem;
}

.swc-privacy-content-block p {
    color: #666666;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.swc-privacy-list {
    color: #666666;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.swc-privacy-list li {
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.swc-privacy-link {
    color: #b676c8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.swc-privacy-link:hover {
    color: #a164b6;
    text-decoration: underline;
}

.swc-contact-info {
    background: #f8f9fa;
    border-left: 4px solid #b676c8;
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 1.5rem;
}

.swc-contact-info p {
    margin-bottom: 0.5rem;
}

.swc-contact-info p:last-child {
    margin-bottom: 0;
}

.swc-rights-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 2rem 0;
}

.swc-right-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.swc-right-item:hover {
    background: #f1f3f4;
    transform: translateY(-2px);
}

.swc-right-item h4 {
    color: #b676c8;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.swc-right-item p {
    color: #666666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.swc-contact-rights {
    background: #e8f4fd;
    border-radius: 8px;
    margin-top: 2rem;
    padding: 1.5rem;
}

.swc-authority-info {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 1.5rem;
}

.swc-authority-info p {
    margin-bottom: 0;
}

.swc-contact-final {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 1.5rem;
}

.swc-contact-final p {
    margin-bottom: 0.5rem;
}

.swc-contact-final p:last-child {
    margin-bottom: 0;
}

/* ========== Cookie Page Specific Styles ========== */

.swc-cookie-main {
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    padding: 4rem 0;
}

.swc-cookie-content {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 900px;
    padding: 3rem;
}

.swc-cookie-header {
    border-bottom: 2px solid #b676c8;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

.swc-cookie-title {
    color: #b676c8;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.swc-cookie-intro {
    color: #666666;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.swc-cookie-section {
    margin-bottom: 3rem;
}

.swc-cookie-section h2 {
    border-left: 4px solid #b676c8;
    color: #333333;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.swc-cookie-section h3 {
    color: #b676c8;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.swc-cookie-types {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 2rem 0;
}

.swc-cookie-type {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.swc-cookie-type:hover {
    background: #f1f3f4;
    transform: translateY(-2px);
}

.swc-cookie-type h4 {
    color: #b676c8;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.swc-cookie-type p {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.swc-cookie-type ul {
    color: #666666;
    font-size: 0.9rem;
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.swc-cookie-type li {
    margin-bottom: 0.25rem;
}

.swc-cookie-management {
    background: #e8f4fd;
    border-radius: 8px;
    margin: 2rem 0;
    padding: 2rem;
}

.swc-cookie-management h4 {
    color: #b676c8;
    margin-bottom: 1rem;
    margin-top: 0;
}

.swc-browser-instructions {
    margin: 1.5rem 0;
}

.swc-browser-instructions h5 {
    color: #333333;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.swc-browser-instructions p {
    color: #666666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* Responsive for Privacy and Cookie Pages */
@media (max-width: 768px) {
    .swc-privacy-content,
    .swc-cookie-content {
        padding: 2rem 1.5rem;
    }

    .swc-privacy-title,
    .swc-cookie-title {
        font-size: 2rem;
    }

    .swc-rights-grid,
    .swc-cookie-types {
        grid-template-columns: 1fr;
    }

    .swc-privacy-section h2,
    .swc-cookie-section h2 {
        font-size: 1.25rem;
    }
}

/* ========== Thank You Page Specific Styles ========== */

.swc-thankyou-main {
    align-items: center;
    display: flex;
    margin-top: 80px;
    min-height: calc(100vh - 80px - 200px);
    padding: 4rem 0;
}

.swc-thankyou-content {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.swc-thankyou-icon {
    margin-bottom: 2rem;
}

.swc-checkmark {
    background: linear-gradient(135deg, #b676c8, #a164b6);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    height: 100px;
    width: 100px;
    animation: swc-checkmark-bounce 0.6s ease-out;
}

.swc-thankyou-title {
    color: #b676c8;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.swc-thankyou-message {
    color: #666666;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.swc-thankyou-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

@keyframes swc-checkmark-bounce {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive for Thank You Page */
@media (max-width: 768px) {
    .swc-thankyou-main {
        padding: 3rem 0;
    }

    .swc-thankyou-title {
        font-size: 2rem;
    }

    .swc-thankyou-message {
        font-size: 1rem;
    }

    .swc-thankyou-actions {
        flex-direction: column;
        gap: 1rem;
    }

    .swc-thankyou-actions .swc-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .swc-checkmark {
        font-size: 2.5rem;
        height: 80px;
        width: 80px;
    }

    .swc-thankyou-title {
        font-size: 1.75rem;
    }

    .swc-thankyou-content {
        padding: 0 1rem;
    }
}

/* Cookie Table Styles */
.swc-cookie-table {
    border-collapse: collapse;
    border-radius: 8px;
    margin: 1.5rem 0;
    overflow: hidden;
    width: 100%;
}

.swc-cookie-table th,
.swc-cookie-table td {
    border: 1px solid #e9ecef;
    padding: 0.75rem;
    text-align: left;
}

.swc-cookie-table th {
    background: #b676c8;
    color: #ffffff;
    font-weight: 600;
}

.swc-cookie-table td {
    color: #666666;
    font-size: 0.9rem;
}

.swc-cookie-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.swc-cookie-table tbody tr:hover {
    background: #e9ecef;
}

.swc-cookie-controls {
    margin: 1.5rem 0;
    text-align: center;
}

/* Responsive Table */
@media (max-width: 768px) {
    .swc-cookie-table {
        font-size: 0.8rem;
    }

    .swc-cookie-table th,
    .swc-cookie-table td {
        padding: 0.5rem;
    }
}

@media (max-width: 480px) {
    .swc-cookie-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Responsive for Privacy and Cookie Pages */
@media (max-width: 768px) {
    .swc-privacy-content,
    .swc-cookie-content {
        padding: 2rem 1.5rem;
    }

    .swc-privacy-title,
    .swc-cookie-title {
        font-size: 2rem;
    }

    .swc-rights-grid,
    .swc-cookie-types {
        grid-template-columns: 1fr;
    }

    .swc-privacy-section h2,
    .swc-cookie-section h2 {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .swc-privacy-main,
    .swc-cookie-main {
        padding: 2rem 0;
    }

    .swc-privacy-content,
    .swc-cookie-content {
        margin: 0 0.5rem;
        padding: 1.5rem 1rem;
    }

    .swc-privacy-title,
    .swc-cookie-title {
        font-size: 1.75rem;
    }

    .swc-privacy-intro,
    .swc-cookie-intro {
        font-size: 1rem;
    }

    .swc-contact-info,
    .swc-authority-info,
    .swc-contact-final,
    .swc-cookie-management {
        padding: 1rem;
    }

    .swc-right-item,
    .swc-cookie-type {
        padding: 1rem;
    }
}/* =============================================
   Strategisches Wachstum Coaching - CSS
   Unique Prefix: swc- (Strategisches Wachstum Coaching)
   ============================================= */

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #b676c8;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a164b6;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1rem;
}

.swc-text-large {
    font-size: 1.125rem;
    font-weight: 400;
}

.swc-text-small {
    font-size: 0.875rem;
}

/* Container & Layout */
.swc-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.swc-section {
    padding: 4rem 0;
}

.swc-section-title {
    color: #b676c8;
    margin-bottom: 2rem;
}

.swc-section-title.swc-center {
    text-align: center;
}

.swc-section-content {
    align-items: center;
    display: flex;
    gap: 3rem;
}

.swc-section-content > * {
    flex: 1;
}

.swc-section-cta {
    margin-top: 2rem;
    text-align: center;
}

/* Header */
.swc-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(182, 118, 200, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.swc-header.swc-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.swc-header-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.swc-logo h1 {
    color: #b676c8;
    font-size: 1.5rem;
    margin-bottom: 0;
}

/* Navigation */
.swc-nav {
    position: relative;
}

.swc-nav-list {
    align-items: center;
    display: flex;
    gap: 2rem;
    list-style: none;
}

.swc-nav-link {
    color: #333333;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.swc-nav-link:hover,
.swc-nav-link.swc-active {
    color: #b676c8;
}

.swc-nav-link:focus {
    outline: 2px solid #b676c8;
    outline-offset: 2px;
    border-radius: 4px;
}

.swc-nav-link::after {
    background: #b676c8;
    bottom: -5px;
    content: '';
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease;
    width: 100%;
}

.swc-nav-link:hover::after,
.swc-nav-link.swc-active::after {
    opacity: 1;
    transform: scaleX(1);
}

/* Mobile Menu */
.swc-menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 4px;
    height: 24px;
    padding: 0;
    width: 30px;
}

.swc-menu-toggle span {
    background: #333333;
    border-radius: 2px;
    height: 3px;
    transition: all 0.3s ease;
    width: 100%;
}

.swc-menu-toggle:focus {
    outline: 2px solid #b676c8;
    outline-offset: 2px;
}

/* Hero Section */
.swc-hero {
    background: linear-gradient(135deg, #d4a5e8 0%, #b676c8 50%, #9c5ab3 100%);
    min-height: 60vh;
    padding: 8rem 0 4rem;
    position: relative;
}

.swc-hero-content {
    align-items: center;
    display: flex;
    gap: 3rem;
    min-height: 50vh;
}

.swc-hero-text {
    flex: 1.2;
}

.swc-hero-title {
    animation: swc-fade-in-up 1s ease-out;
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.swc-hero-subtitle {
    animation: swc-fade-in-up 1s ease-out 0.2s both;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.swc-hero-btn {
    animation: swc-fade-in-up 1s ease-out 0.4s both;
}

.swc-hero-image {
    flex: 1;
}

.swc-hero-image img {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: auto;
    width: 100%;
}

/* About Section */
.swc-about {
    background: #f8f9fa;
}

.swc-about-image img {
    border-radius: 12px;
    height: auto;
    width: 100%;
}

/* Services Grid */
.swc-services-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-bottom: 3rem;
}

.swc-service-card {
    text-align: center;
}

.swc-service-card h3 {
    color: #b676c8;
    margin-bottom: 1rem;
}

/* Webinars Sections */
.swc-webinars-business {
    background: #f8f9fa;
}

.swc-webinar-content {
    flex: 1.2;
}

.swc-webinar-image {
    flex: 1;
}

.swc-webinar-image img {
    border-radius: 12px;
    height: auto;
    width: 100%;
}

.swc-webinar-topics {
    margin: 2rem 0;
}

.swc-topic-item {
    border-left: 3px solid #b676c8;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.swc-topic-item h4 {
    color: #b676c8;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.swc-topic-item p {
    color: #666666;
    margin-bottom: 0;
}

/* Testimonials */
.swc-testimonials {
    background: #f8f9fa;
}

.swc-testimonials-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.swc-testimonial-card {
    text-align: center;
}

.swc-testimonial-card blockquote {
    font-style: italic;
}

.swc-testimonial-card cite {
    color: #b676c8;
    font-style: normal;
    font-weight: 600;
}

/* Contact Sections */
.swc-contact-form {
    background: #f8f9fa;
}

.swc-form-container {
    margin: 0 auto;
    max-width: 600px;
}

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

.swc-form-label {
    color: #333333;
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.swc-form-input,
.swc-form-textarea {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    padding: 0.75rem;
    transition: all 0.3s ease;
    width: 100%;
}

.swc-form-input:focus,
.swc-form-textarea:focus {
    border-color: #b676c8;
    box-shadow: 0 0 0 3px rgba(182, 118, 200, 0.1);
    outline: none;
}

.swc-form-submit {
    width: 100%;
}

.swc-contact-details {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    text-align: center;
}

.swc-contact-item h4 {
    color: #b676c8;
    margin-bottom: 1rem;
}

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

.swc-contact-item a:hover {
    color: #b676c8;
}

/* Cards */
.swc-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: all 0.3s ease;
}

.swc-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

/* Buttons */
.swc-btn {
    background: #b676c8;
    border: 2px solid #b676c8;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.swc-btn:hover {
    background: #a164b6;
    border-color: #a164b6;
    transform: translateY(-2px);
}

.swc-btn:focus {
    box-shadow: 0 0 0 3px rgba(182, 118, 200, 0.3);
    outline: none;
}

.swc-btn-secondary {
    background: transparent;
    color: #b676c8;
}

.swc-btn-secondary:hover {
    background: #b676c8;
    color: #ffffff;
}

.swc-btn-small {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

/* Footer */
.swc-footer {
    background: #333333;
    color: #ffffff;
    padding: 3rem 0 1rem;
}

.swc-footer-content {
    align-items: flex-start;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.swc-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
}

.swc-footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.swc-footer-links a:hover {
    color: #b676c8;
}

.swc-footer-contact p {
    margin-bottom: 0.5rem;
}

.swc-footer-contact a {
    color: #ffffff;
    text-decoration: none;
}

.swc-footer-contact a:hover {
    color: #b676c8;
}

.swc-footer-bottom {
    border-top: 1px solid #555555;
    padding-top: 1rem;
    text-align: center;
}

/* Cookie Notice */
.swc-cookie-notice {
    background: rgba(51, 51, 51, 0.95);
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

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

.swc-cookie-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.swc-cookie-actions {
    display: flex;
    gap: 1rem;
}

/* Animations */
@keyframes swc-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.swc-animate-text {
    animation: swc-fade-in-up 1s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Typography */
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .swc-hero-title {
        font-size: 2rem;
    }

    .swc-hero-subtitle {
        font-size: 1.125rem;
    }

    /* Container */
    .swc-container {
        padding: 0 0.75rem;
    }

    /* Section */
    .swc-section {
        padding: 3rem 0;
    }

    .swc-section-content {
        flex-direction: column;
        gap: 2rem;
    }

    /* Navigation */
    .swc-menu-toggle {
        display: flex;
    }

    .swc-nav-list {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        gap: 0;
        left: 0;
        opacity: 0;
        padding: 1rem;
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        transform: translateY(-10px);
        transition: all 0.3s ease;
        visibility: hidden;
    }

    .swc-nav-list.swc-active {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .swc-nav-list li {
        padding: 0.5rem 0;
        width: 100%;
    }

    .swc-nav-link {
        display: block;
        padding: 0.5rem;
        width: 100%;
    }

    /* Hero */
    .swc-hero {
        padding: 6rem 0 3rem;
    }

    .swc-hero-content {
        flex-direction: column;
        gap: 2rem;
        min-height: auto;
    }

    /* Services Grid */
    .swc-services-grid {
        grid-template-columns: 1fr;
    }

    /* Webinars */
    .swc-webinars-business .swc-section-content,
    .swc-webinars-investment .swc-section-content {
        flex-direction: column;
    }

    .swc-webinars-investment .swc-section-content {
        flex-direction: column-reverse;
    }

    /* Testimonials */
    .swc-testimonials-grid {
        grid-template-columns: 1fr;
    }

    /* Contact */
    .swc-contact-details {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Footer */
    .swc-footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .swc-footer-links {
        flex-direction: column;
        gap: 1rem;
    }

    /* Cookie Notice */
    .swc-cookie-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .swc-cookie-actions {
        justify-content: center;
    }

    /* Menu Toggle Animation */
    .swc-menu-toggle.swc-active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .swc-menu-toggle.swc-active span:nth-child(2) {
        opacity: 0;
    }

    .swc-menu-toggle.swc-active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* ========== Webinars Page Specific Styles ========== */

/* Webinar Hero */
.swc-webinars-hero {
    background: linear-gradient(135deg, #a164b6 0%, #b676c8 50%, #d4a5e8 100%);
}

/* Category Cards */
.swc-categories-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    margin: 3rem 0;
}

.swc-category-card {
    text-align: center;
}

.swc-category-icon {
    margin-bottom: 1.5rem;
}

.swc-category-icon img {
    border-radius: 12px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.swc-category-btn {
    margin-top: 1rem;
}

/* Webinar Modules */
.swc-webinar-modules {
    margin: 2rem 0;
}

.swc-module-item {
    border-left: 4px solid #b676c8;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.swc-module-item h4 {
    color: #b676c8;
    margin-bottom: 0.5rem;
}

.swc-module-topics {
    color: #666666;
    list-style: none;
    margin-top: 1rem;
    padding-left: 0;
}

.swc-module-topics li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.swc-module-topics li::before {
    background: #b676c8;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 0.7rem;
    width: 6px;
}

/* Schedule Grid */
.swc-schedule-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 3rem 0;
}

.swc-schedule-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
}

.swc-schedule-date {
    background: linear-gradient(135deg, #b676c8, #a164b6);
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-width: 80px;
    padding: 1rem;
    text-align: center;
}
