/* ==========================================================================
   Femmorastep Premium Stylesheet
   Theme: Modern Fashion - Warm Taupe, Cream & Rose Gold Accents
   ========================================================================== */

/* Font Definitions */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

/* Main Body and Base Classes */
.femmo-html {
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: #faf9f7;
}

.femmo-body {
    margin: 0;
    padding: 0;
    background-color: #faf9f7;
    color: #2d2926;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Typography Classes */
.femmo-font-heading {
    font-family: 'Playfair Display', Georgia, serif;
}

.femmo-font-body {
    font-family: 'Inter', sans-serif;
}

.femmo-title-xlarge {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: #2d2926;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.01em;
}

.femmo-title-large {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
    color: #2d2926;
    margin: 0 0 1.25rem 0;
}

.femmo-title-medium {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
    color: #2d2926;
    margin: 0 0 1.25rem 0;
}

.femmo-title-small {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #2d2926;
    margin: 0 0 0.75rem 0;
}

.femmo-subtitle-taupe {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #8b7355;
    margin: 0 0 1rem 0;
    display: inline-block;
}

.femmo-paragraph {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #5a5652;
    margin: 0 0 1.5rem 0;
    line-height: 1.8;
}

.femmo-paragraph-lead {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #4a4642;
    margin: 0 0 1.75rem 0;
    line-height: 1.65;
}

.femmo-paragraph-small {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #7a7672;
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.femmo-span-bold {
    font-weight: 700;
    color: #2d2926;
}

.femmo-span-accent {
    color: #8b7355;
    font-weight: 600;
}

/* Layout Utilities */
.femmo-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.femmo-container-narrow {
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.femmo-section-padding {
    box-sizing: border-box;
    padding: 5rem 0;
}

.femmo-section-padding-small {
    box-sizing: border-box;
    padding: 2.5rem 0;
}

.femmo-bg-white {
    background-color: #ffffff;
}

.femmo-bg-cream {
    background-color: #faf9f7;
}

.femmo-bg-warm {
    background-color: #f5f0e8;
}

.femmo-bg-taupe {
    background-color: #3d3530;
}

.femmo-border-bottom {
    border-bottom: 1px solid #e8e4de;
}

.femmo-border-top {
    border-top: 1px solid #e8e4de;
}

/* Disclosure Banner */
.femmo-disclosure-banner {
    box-sizing: border-box;
    background-color: #3d3530;
    padding: 0.75rem 2rem;
    text-align: center;
}

.femmo-disclosure-banner-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #f5f0e8;
    margin: 0;
    line-height: 1.5;
}

/* Header & Navigation */
.femmo-header {
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e8e4de;
    transition: all 0.3s ease;
}

.femmo-nav-flex {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.femmo-logo-container {
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.femmo-logo-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2d2926;
    text-decoration: none;
}

.femmo-logo-text-accent {
    color: #8b7355;
    font-weight: 500;
}

.femmo-nav-menu {
    box-sizing: border-box;
    display: flex;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.femmo-nav-menu-item {
    box-sizing: border-box;
}

.femmo-nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #5a5652;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.3s ease;
    padding: 0.5rem 0;
}

.femmo-nav-link:hover {
    color: #8b7355;
}

.femmo-nav-link-active {
    color: #8b7355;
    border-bottom: 2px solid #8b7355;
}

/* Hamburger Menu */
.femmo-nav-mobile-toggle {
    box-sizing: border-box;
    display: none;
    background: none;
    border: none;
    color: #2d2926;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0.5rem;
}

.femmo-hamburger {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #2d2926;
    position: relative;
    transition: all 0.3s ease;
}

.femmo-hamburger::before,
.femmo-hamburger::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #2d2926;
    transition: all 0.3s ease;
}

.femmo-hamburger::before {
    top: -7px;
}

.femmo-hamburger::after {
    top: 7px;
}

/* Button & Link Classes */
.femmo-btn-primary {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 6px;
    border: 2px solid #8b7355;
    cursor: pointer;
    transition: all 0.3s ease;
}

.femmo-btn-primary:hover {
    background-color: #3d3530;
    border-color: #3d3530;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 115, 85, 0.25);
}

.femmo-btn-primary-large {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1.25rem 3rem;
    border-radius: 8px;
    border: 2px solid #8b7355;
    cursor: pointer;
    transition: all 0.3s ease;
}

.femmo-btn-primary-large:hover {
    background-color: #3d3530;
    border-color: #3d3530;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(139, 115, 85, 0.3);
}

.femmo-btn-outline {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: transparent;
    color: #8b7355;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 6px;
    border: 2px solid #8b7355;
    cursor: pointer;
    transition: all 0.3s ease;
}

.femmo-btn-outline:hover {
    background-color: #8b7355;
    color: #ffffff;
    transform: translateY(-2px);
}

.femmo-link-text {
    font-family: 'Inter', sans-serif;
    color: #8b7355;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    border-bottom: 1px solid transparent;
}

.femmo-link-text:hover {
    border-bottom: 1px solid #8b7355;
    color: #3d3530;
}

/* Hero Section Layout */
.femmo-hero-layout {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.femmo-hero-content {
    box-sizing: border-box;
}

.femmo-hero-image-wrapper {
    box-sizing: border-box;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(45, 41, 38, 0.12);
}

.femmo-hero-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(139, 115, 85, 0.15);
    pointer-events: none;
    z-index: 1;
    border-radius: 16px;
}

.femmo-hero-img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.femmo-hero-cta-group {
    box-sizing: border-box;
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Price Display */
.femmo-price-display {
    box-sizing: border-box;
    background-color: #f5f0e8;
    color: #2d2926;
    padding: 2rem 2.5rem;
    border-radius: 12px;
    margin: 2rem 0;
    border: 1px solid #e8e4de;
}

.femmo-price-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #8b7355;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.femmo-price-value {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: #2d2926;
    margin: 0.5rem 0;
}

.femmo-price-note {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #7a7672;
    margin-top: 0.75rem;
    font-weight: 500;
}

/* Product Gallery */
.femmo-gallery-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.femmo-gallery-item {
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e8e4de;
}

.femmo-gallery-item:hover {
    border-color: rgba(139, 115, 85, 0.4);
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(45, 41, 38, 0.08);
}

.femmo-gallery-img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Feature Cards Grid */
.femmo-grid-three {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.femmo-grid-four {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.femmo-grid-two {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.femmo-feature-card {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    padding: 2.5rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.femmo-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background-color: #8b7355;
    transition: height 0.4s ease;
}

.femmo-feature-card:hover::before {
    height: 100%;
}

.femmo-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(45, 41, 38, 0.06);
    border-color: rgba(139, 115, 85, 0.3);
}

.femmo-icon-taupe {
    box-sizing: border-box;
    font-size: 2.25rem;
    color: #8b7355;
    margin-bottom: 1.25rem;
    display: block;
}

/* Stats Section */
.femmo-stat-item {
    box-sizing: border-box;
    text-align: center;
}

.femmo-stat-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: #8b7355;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.femmo-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #7a7672;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* Specifications Table */
.femmo-specs-table {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8e4de;
}

.femmo-specs-row {
    box-sizing: border-box;
    border-bottom: 1px solid #e8e4de;
}

.femmo-specs-row:last-child {
    border-bottom: none;
}

.femmo-specs-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #7a7672;
    padding: 1.25rem 1.75rem;
    width: 40%;
}

.femmo-specs-value {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #2d2926;
    font-weight: 500;
    padding: 1.25rem 1.75rem;
}

/* Pros and Cons */
.femmo-pro-con-layout {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin: 2.5rem 0;
}

.femmo-pro-panel {
    box-sizing: border-box;
    background-color: rgba(139, 115, 85, 0.04);
    border: 1px solid rgba(139, 115, 85, 0.15);
    padding: 2rem;
    border-radius: 12px;
}

.femmo-con-panel {
    box-sizing: border-box;
    background-color: rgba(180, 160, 140, 0.05);
    border: 1px solid rgba(180, 160, 140, 0.2);
    padding: 2rem;
    border-radius: 12px;
}

.femmo-bullet-list {
    box-sizing: border-box;
    margin: 1rem 0 0 0;
    padding: 0;
    list-style: none;
}

.femmo-bullet-item {
    box-sizing: border-box;
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: #5a5652;
}

.femmo-bullet-item-pro::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b7355;
    font-weight: bold;
    font-size: 1.1rem;
}

.femmo-bullet-item-con::before {
    content: "−";
    position: absolute;
    left: 0;
    color: #b4a08c;
    font-weight: bold;
    font-size: 1.2rem;
}

/* FAQ Accordion */
.femmo-faq-accordion {
    box-sizing: border-box;
    margin-top: 3rem;
}

.femmo-faq-item {
    box-sizing: border-box;
    border-bottom: 1px solid #e8e4de;
    padding: 1.5rem 0;
}

.femmo-faq-trigger {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d2926;
    cursor: pointer;
    transition: color 0.3s ease;
}

.femmo-faq-trigger:hover {
    color: #8b7355;
}

.femmo-faq-icon-arrow {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #8b7355;
    transition: transform 0.3s ease;
}

.femmo-faq-content {
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding-top: 0;
}

.femmo-faq-content-active {
    max-height: 500px;
    padding-top: 1.25rem;
}

.femmo-faq-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #5a5652;
    line-height: 1.75;
    margin: 0;
}

/* Testimonial Cards */
.femmo-testimonial-card {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.femmo-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(45, 41, 38, 0.06);
    border-color: rgba(139, 115, 85, 0.3);
}

.femmo-testimonial-stars {
    font-size: 1.25rem;
    color: #d4a853;
    margin-bottom: 1.25rem;
    letter-spacing: 0.15em;
}

.femmo-testimonial-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #5a5652;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
}

.femmo-testimonial-author {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #8b7355;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Tip Cards */
.femmo-tip-card {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.femmo-tip-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(45, 41, 38, 0.04);
    border-color: rgba(139, 115, 85, 0.3);
}

/* Legal Page Styling */
.femmo-legal-box {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    padding: 3rem;
    border-radius: 16px;
}

/* Prepage Loader */
.femmo-preloader {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #faf9f7;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s;
    opacity: 1;
    visibility: visible;
}

.femmo-preloader-spinner {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(139, 115, 85, 0.15);
    border-top: 3px solid #8b7355;
    border-radius: 50%;
    animation: femmo-spin 1.2s linear infinite;
    margin-bottom: 1.5rem;
}

.femmo-preloader-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    color: #2d2926;
    text-transform: uppercase;
    animation: femmo-pulse 1.5s ease-in-out infinite;
}

.femmo-preloader-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes femmo-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes femmo-pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

/* Footer Section */
.femmo-footer {
    box-sizing: border-box;
    background-color: #3d3530;
    color: #f5f0e8;
    padding: 5rem 0 2rem 0;
}

.femmo-footer-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.femmo-footer-brand {
    box-sizing: border-box;
}

.femmo-footer-logo {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f5f0e8;
    letter-spacing: 0.05em;
}

.femmo-footer-links {
    box-sizing: border-box;
}

.femmo-footer-menu {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
}

.femmo-footer-menu-item {
    box-sizing: border-box;
    margin-bottom: 0.85rem;
}

.femmo-footer-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #b4a08c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.femmo-footer-link:hover {
    color: #f5f0e8;
}

.femmo-footer-heading {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #f5f0e8;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1.25rem;
}

.femmo-footer-bottom {
    box-sizing: border-box;
    border-top: 1px solid rgba(245, 240, 232, 0.15);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.femmo-footer-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #b4a08c;
    margin: 0;
}

/* Mobile Menu */
.femmo-menu-open {
    display: flex !important;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .femmo-hero-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .femmo-grid-three {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .femmo-grid-four {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .femmo-grid-two {
        grid-template-columns: 1fr;
    }

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

    .femmo-pro-con-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .femmo-title-xlarge {
        font-size: 2.25rem;
    }

    .femmo-title-large {
        font-size: 2rem;
    }

    .femmo-grid-three,
    .femmo-grid-four {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .femmo-stat-number {
        font-size: 2.25rem;
    }

    .femmo-title-medium {
        font-size: 1.5rem;
    }

    .femmo-nav-mobile-toggle {
        display: block;
    }

    .femmo-nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        border-bottom: 1px solid #e8e4de;
        padding: 1.5rem 2rem;
        box-shadow: 0 15px 25px rgba(45, 41, 38, 0.06);
        gap: 1.25rem;
    }

    .femmo-legal-box {
        padding: 1.75rem;
    }

    .femmo-hero-cta-group {
        flex-direction: column;
    }

    .femmo-btn-primary-large,
    .femmo-btn-primary,
    .femmo-btn-outline {
        width: 100%;
        text-align: center;
    }

    .femmo-price-value {
        font-size: 2.5rem;
    }

    .femmo-gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .femmo-section-padding {
        padding: 3.5rem 0;
    }
}

/* Additional styling */
.femmo-divider {
    box-sizing: border-box;
    width: 60px;
    height: 3px;
    background-color: #8b7355;
    margin: 2rem auto;
    border-radius: 2px;
}

.femmo-divider-full {
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8b7355, transparent);
    margin: 3rem 0;
}

/* Badge */
.femmo-badge {
    box-sizing: border-box;
    display: inline-block;
    background-color: #8b7355;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

/* Trust badges */
.femmo-trust-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.femmo-trust-item {
    box-sizing: border-box;
    text-align: center;
    padding: 1.5rem;
    background-color: #f5f0e8;
    border-radius: 12px;
}

.femmo-trust-icon {
    font-size: 2rem;
    color: #8b7355;
    margin-bottom: 0.75rem;
}

.femmo-trust-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #2d2926;
}

@media (max-width: 768px) {
    .femmo-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* SVG Icons */
.femmo-svg-icon {
    width: 2.5rem;
    height: 2.5rem;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

/* ==========================================================================
   NEW STRUCTURE STYLES
   ========================================================================== */

/* Full Width Hero */
.femmo-hero-fullwidth {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.femmo-hero-image-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.femmo-hero-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.femmo-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(45, 41, 38, 0.7) 0%, rgba(61, 53, 48, 0.5) 100%);
    z-index: 1;
}

.femmo-hero-content-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 8rem 0;
}

/* Split Layout */
.femmo-split-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.femmo-split-content {
    box-sizing: border-box;
}

.femmo-split-gallery {
    box-sizing: border-box;
}

.femmo-gallery-large {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(45, 41, 38, 0.15);
}

/* Alternating Features */
.femmo-features-alternating {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.femmo-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.femmo-feature-row-reverse {
    direction: rtl;
}

.femmo-feature-row-reverse > * {
    direction: ltr;
}

.femmo-feature-row-content {
    box-sizing: border-box;
    padding: 2rem;
}

.femmo-feature-row-image {
    box-sizing: border-box;
}

.femmo-feature-row-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(45, 41, 38, 0.1);
}

/* Specs Grid */
.femmo-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.femmo-specs-card {
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.femmo-specs-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(45, 41, 38, 0.08);
    border-color: rgba(139, 115, 85, 0.3);
}

/* Masonry Gallery */
.femmo-gallery-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    grid-template-rows: repeat(2, 250px);
}

.femmo-gallery-masonry-item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.femmo-gallery-masonry-item:hover {
    transform: scale(1.02);
}

.femmo-gallery-masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.femmo-gallery-masonry-tall {
    grid-row: span 2;
}

/* Pros and Cons Compact */
.femmo-pros-cons-compact {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
}

.femmo-pros-panel,
.femmo-cons-panel {
    padding: 2.5rem;
    border-radius: 16px;
}

.femmo-pros-panel {
    background-color: rgba(139, 115, 85, 0.06);
    border: 1px solid rgba(139, 115, 85, 0.15);
}

.femmo-cons-panel {
    background-color: rgba(180, 160, 140, 0.08);
    border: 1px solid rgba(180, 160, 140, 0.2);
}

.femmo-pros-list,
.femmo-cons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.femmo-pros-list li,
.femmo-cons-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(139, 115, 85, 0.1);
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #5a5652;
}

.femmo-pros-list li:last-child,
.femmo-cons-list li:last-child {
    border-bottom: none;
}

.femmo-pros-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #8b7355;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 0.75rem;
    font-size: 0.9rem;
    font-weight: bold;
}

.femmo-cons-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #b4a08c;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 0.75rem;
    font-size: 0.9rem;
    font-weight: bold;
}

/* CTA Section */
.femmo-cta-section {
    background: linear-gradient(135deg, #3d3530 0%, #5a4d44 100%);
    padding: 6rem 2rem;
    text-align: center;
}

.femmo-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

/* Trust Horizontal */
.femmo-trust-horizontal {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.femmo-trust-horizontal .femmo-trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    padding: 0;
}

.femmo-trust-horizontal .femmo-trust-item span {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2d2926;
}

/* Responsive Updates */
@media (max-width: 1024px) {
    .femmo-split-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .femmo-feature-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .femmo-feature-row-reverse {
        direction: ltr;
    }

    .femmo-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .femmo-gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .femmo-gallery-masonry-tall {
        grid-row: auto;
    }

    .femmo-pros-cons-compact {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .femmo-trust-horizontal {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .femmo-hero-fullwidth {
        min-height: 70vh;
    }

    .femmo-hero-content-overlay {
        padding: 6rem 0 4rem 0;
    }

    .femmo-specs-grid {
        grid-template-columns: 1fr;
    }

    .femmo-gallery-masonry {
        grid-template-columns: 1fr;
    }

    .femmo-trust-horizontal {
        flex-direction: column;
        align-items: center;
    }

    .femmo-cta-section {
        padding: 4rem 1.5rem;
    }
}