/* WP Generator v2.0 - Professional Design System */
/* All values inlined for maximum compatibility */


/* ===== BASE STYLES ===== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2d3748;
    background-color: #f7fafc;
             text-align: center;
             /* Prevent horizontal scroll caused by long navs / wide pseudo-elements */
             overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #2d3748;
    margin-bottom: 2.25rem;
}

h1 { font-size: 2rem; letter-spacing: -0.02em; }
h2 { font-size: 1.6rem; letter-spacing: -0.01em; }
h3 { font-size: 1.3rem; }

p {
    margin-bottom: 2.25rem;
    color: #718096;
}

a {
    color: hsl(189, 50%, 50%);
    text-decoration: none;
    transition: all 250ms ease;
}

a:hover {
    color: hsl(27, 70%, 60%);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3.0rem;
}


/* ===== HEADER & NAVIGATION ===== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg, hsl(27, 70%, 60%) 0%, hsl(45, 60%, 50%) 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.site-header .logo h1 {
    color: white;
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.main-nav ul,
.main-navigation .nav-list {
    list-style: none;
    display: flex;
    gap: 0.25rem;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.main-navigation {
    display: flex;
    align-items: center;
}

.main-nav a,
.main-navigation .nav-link {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-decoration: none;
}

.main-nav a.active,
.main-nav li.active > a {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(255,255,255,0.35);
}

.main-nav a::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    transition: transform 300ms ease;
}

.main-nav a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateY(-2px);
}

.main-nav a:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.main-nav a.active::before {
    transform: translateX(-50%) scaleX(1);
}

/* Navigation visual style variants */
.main-nav.nav--rounded a,
.main-nav.nav--pill a,
.main-nav.nav--supplements a {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
}
.main-nav.nav--rounded a:hover,
.main-nav.nav--pill a:hover,
.main-nav.nav--supplements a:hover {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.main-nav.nav--rounded a.active,
.main-nav.nav--rounded li.active > a,
.main-nav.nav--pill a.active,
.main-nav.nav--pill li.active > a,
.main-nav.nav--supplements a.active,
.main-nav.nav--supplements li.active > a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.main-nav.nav--underline a {
    background: transparent;
    padding-bottom: calc(0.75rem + 4px);
}
.main-nav.nav--underline a::before {
    height: 2px;
    bottom: 6px;
    background: rgba(255,255,255,0.95);
}
.main-nav.nav--underline a:hover {
    background: transparent;
    transform: translateY(0);
}
.main-nav.nav--underline a.active,
.main-nav.nav--underline li.active > a {
    background: transparent;
}

.main-nav.nav--ghost a {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
}
.main-nav.nav--ghost a:hover {
    background: rgba(255,255,255,0.12);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.main-nav.nav--ghost a.active,
.main-nav.nav--ghost li.active > a {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.35);
}

.main-nav.nav--elevated {
    background: rgba(255,255,255,0.12);
    padding: 6px 10px;
    border-radius: 0.75rem;
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.main-nav.nav--elevated a {
    background: transparent;
}
.main-nav.nav--elevated a:hover {
    background: rgba(255,255,255,0.18);
}
.main-nav.nav--elevated a.active,
.main-nav.nav--elevated li.active > a {
    background: rgba(255,255,255,0.28);
}

/* Mega menu styles */
.mega-dropdown {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0.75rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
    padding: 3.0rem;
    margin-top: 0.5rem;
             /* Avoid forcing viewport wider than screen; allow responsive max-width */
             min-width: 0;
             max-width: calc(100vw - 3.2rem);
             width: auto;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.mega-dropdown:hover .mega-menu {
    display: block;
}

.mega-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2.25rem;
}

.mega-column {
    padding: 1.5rem;
}

.mega-column h4 {
    color: hsl(27, 70%, 60%);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mega-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-column li {
    margin-bottom: 0.4rem;
}

.mega-column a {
    color: #2d3748;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.3rem 0.5rem;
    display: block;
    border-radius: 0.375rem;
    transition: all 200ms ease;
}

.mega-column a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: hsl(27, 70%, 60%);
    transform: translateX(4px);
}

/* Tab navigation styles */
.tab-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.tab-item {
    display: inline-block;
}

.tab-link {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-decoration: none;
}

.tab-item.active .tab-link {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(255,255,255,0.35);
}

.tab-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateY(-2px);
}

.main-content {
    min-height: calc(100vh - 80px);
}

.page-content {
    padding: 9.0rem 0;
}


/* ===== HERO SECTION ===== */

.hero-section {
    position: relative;
    text-align: center;
    padding: 9.0rem 3.0rem;
    /* Default gradient background; specific variants override below */
    background: linear-gradient(135deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 50%, hsl(45, 60%, 50%) 100%);
    color: white;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: moveBackground 20s linear infinite;
    opacity: 0.3;
}

@keyframes moveBackground {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.15) 0%, transparent 60%);
    pointer-events: none;
}

.hero-section > * {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 2.7rem;
    font-weight: 900;
    color: white;
    margin-bottom: 3.0rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    line-height: 1.1;
    animation: fadeInUp 0.8s ease-out;
}

.hero-section .lead {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    margin: 0 auto 4.5rem;
    line-height: 1.6;
    font-weight: 300;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero variants */
.hero-section.hero--gradient {
    background: linear-gradient(135deg, hsl(27, 70%, 60%) 0%, hsl(189, 50%, 50%) 50%, hsl(45, 60%, 50%) 100%);
}

.hero-section.hero--image_overlay {
    background: url('img/hero-wellness-lifestyle-1.jpg') center/cover no-repeat, linear-gradient(135deg, hsl(27, 70%, 60%) 0%, hsl(45, 60%, 50%) 100%);
}
.hero-section.hero--image_overlay::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.25));
}

.hero-section.hero--split {
    text-align: left;
}
.hero-section.hero--split::before {
    content: '';
    position: absolute; left: 0; top: 0; bottom: 0;
    width: 40%;
    background: linear-gradient(180deg, hsl(27, 70%, 60%), hsl(189, 50%, 50%));
    opacity: 0.85;
}
.hero-section.hero--split > * {
    max-width: 720px;
    margin-left: 45%;
}

.hero-section.hero--minimal {
    min-height: 40vh;
    background: hsl(27, 70%, 60%);
}
.hero-section.hero--minimal h1 {
    font-weight: 800;
}

.hero-section.hero--diagonal::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, hsl(189, 50%, 50%), hsl(45, 60%, 50%));
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 85%);
    opacity: 0.9;
}

.hero-section.hero--glass {
    background: linear-gradient(135deg, hsl(27, 70%, 60%) 0%, hsl(45, 60%, 50%) 100%);
}
.hero-section.hero--glass .intro-content, .hero-section.hero--glass .lead, .hero-section.hero--glass h1 {
    position: relative;
}
.hero-section.hero--glass .glass-card {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0.75rem;
    padding: 4.5rem;
}

/* Full-bleed hero variant */
.hero-section.hero--full_bleed {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}


/* ===== CONTENT SECTIONS ===== */

.content-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 4.5rem;
    margin: 9.0rem 0;
}

.content-section,
.info-section,
.feature-section {
    background: white;
    padding: 4.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 2px solid #e2e8f0;
    transition: all 350ms ease;
    position: relative;
    overflow: hidden;
}

.content-section::before,
.info-section::before,
.feature-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 100%);
    opacity: 0;
    transition: opacity 250ms ease;
}

.content-section:hover,
.info-section:hover,
.feature-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.content-section:hover::before,
.info-section:hover::before,
.feature-section:hover::before {
    opacity: 1;
}

.content-section h2,
.info-section h2,
.feature-section h2 {
    color: hsl(27, 70%, 60%);
    margin-bottom: 2.25rem;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: hsl(189, 50%, 50%);
    font-weight: 600;
    font-size: 0.7875rem;
    margin-top: 2.25rem;
    transition: all 250ms ease;
}

.read-more::after {
    content: '→';
    transition: transform 250ms ease;
}

.read-more:hover {
    color: hsl(27, 70%, 60%);
}

.read-more:hover::after {
    transform: translateX(5px);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 2px solid hsl(27, 70%, 60%);
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 8px;
    transition: all 300ms ease;
    position: relative;
    z-index: 1000;
}

.mobile-menu-toggle:hover {
    background: hsl(27, 70%, 60%);
    transform: scale(1.05);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background: hsl(27, 70%, 60%);
    border-radius: 2px;
    transition: all 300ms ease;
    transform-origin: center;
}

.mobile-menu-toggle:hover span {
    background: #ffffff;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* Images */
.content-images {
    display: grid;
    gap: 3.0rem;
    margin: 4.5rem 0;
}

.images-count-2 { grid-template-columns: repeat(2, 1fr); }
.images-count-3 { grid-template-columns: repeat(3, 1fr); }
.images-count-4 { grid-template-columns: repeat(2, 1fr); }

.images-count-3 .featured-image,
.images-count-4 .featured-image {
    grid-column: 1 / -1;
}

.content-image-wrapper {
    margin: 6.0rem 0;
    text-align: center;
}

.featured-image,
.inline-image {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 350ms ease;
    object-fit: cover;
    display: block;
}

.featured-image {
    aspect-ratio: 16 / 9;
    max-width: 100%;
}

.inline-image {
    aspect-ratio: 4 / 3;
    max-width: 800px;
    margin: 0 auto;
}

.featured-image:hover,
.inline-image:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Buttons */
.btn-primary,
.cta-button,
.submit-button {
    display: inline-block;
    padding: 2.25rem 4.5rem;
    font-size: 1.0125rem;
    font-weight: 700;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 100%);
    border: none;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 250ms ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-primary::before,
.cta-button::before,
.submit-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before,
.cta-button:hover::before,
.submit-button:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover,
.cta-button:hover,
.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.cta-section {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.05) 0%, rgba(44, 62, 80, 0.05) 100%);
    padding: 9.0rem 3.0rem;
    border-radius: 1.5rem;
    text-align: center;
    margin: 9.0rem 0;
    border: 2px solid #e2e8f0;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 50%, hsl(189, 50%, 50%) 100%);
}

/* Intro Content Section */
.intro-content {
    max-width: 900px;
    margin: 9.0rem auto;
    padding: 6.0rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(249,250,251,0.95) 100%);
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    line-height: 1.8;
    font-size: 1.0125rem;
}

.intro-content h2 {
    color: hsl(27, 70%, 60%);
    font-size: 1.35rem;
    margin-bottom: 3.0rem;
    padding-bottom: 2.25rem;
    border-bottom: 3px solid hsl(189, 50%, 50%);
    display: inline-block;
}

.intro-content h3 {
    color: hsl(189, 50%, 50%);
    font-size: 1.125rem;
    margin-top: 4.5rem;
    margin-bottom: 2.25rem;
}

.intro-content p {
    margin-bottom: 3.0rem;
    color: #2c3e50;
    text-align: justify;
}

.intro-content ul,
.intro-content ol {
    margin-left: 4.5rem;
    margin-bottom: 3.0rem;
}

.intro-content li {
    margin-bottom: 1.5rem;
    color: #34495e;
}


/* ===== HOMEPAGE BLOCKS ===== */

/* Generic block title */
.block-title {
    font-size: 1.35rem;
    margin-bottom: 3.0rem;
    color: hsl(27, 70%, 60%);
}

/* Process (How it Works) */
.process-block {
    background: white;
    padding: 6.0rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin: 9.0rem 0;
}
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 4.5rem;
}
.process-step {
    background: #f7fafc;
    border-radius: 0.75rem;
    padding: 3.0rem;
}
.process-step .step-number {
    width: 40px; height: 40px;
    border-radius: 9999px;
    background: linear-gradient(135deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 100%);
    color: white; display: flex; align-items: center; justify-content: center;
    font-weight: 800; margin-bottom: 1.5rem;
}

/* Benefits */
.benefits-block {
    background: white;
    padding: 6.0rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin: 9.0rem 0;
}
.benefits-list {
    display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 3.0rem;
}
.benefit-item { display:flex; align-items:center; gap: 1.5rem; background:#f7fafc; padding:2.25rem; border-radius:0.5rem; }
.benefit-icon { color:hsl(189, 50%, 50%); font-weight:700; }

/* Services */
.services-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.services-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap:4.5rem; }
.service-item { background:#f7fafc; padding:3.0rem; border-radius:0.75rem; transition:transform 200ms ease, box-shadow 200ms ease; }
.service-item:hover { transform: translateY(-3px); box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.service-link { color:hsl(189, 50%, 50%); font-weight:600; }

/* Clients */
.clients-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.clients-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(140px,1fr)); gap:3.0rem; align-items:center; }
.client-item img { filter: grayscale(100%); opacity:0.8; transition: all 200ms ease; max-height:60px; margin:0 auto; }
.client-item img:hover { filter:none; opacity:1; }

/* Team */
.team-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.team-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:4.5rem; }
.team-member { background:#f7fafc; border-radius:0.75rem; overflow:hidden; box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.member-photo img { width:100%; height:200px; object-fit:cover; }
.member-info { padding:2.25rem; }
.member-role { color:#718096; font-size:0.7875rem; }

/* Articles Grid */
.articles-grid-block { margin:9.0rem 0; }
.articles-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap:4.5rem; }
.article-card { background:white; border-radius:0.75rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); overflow:hidden; transition:transform 200ms ease, box-shadow 200ms ease; }
.article-card:hover { transform: translateY(-4px); box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.article-image img { width:100%; height:160px; object-fit:cover; }
.article-content { padding:3.0rem; }
.article-meta { display:flex; justify-content:space-between; align-items:center; margin-top:2.25rem; color:#a0aec0; font-size:0.7875rem; }

/* Articles List */
.articles-list-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.articles-list { display:flex; flex-direction:column; gap:2.25rem; }
.article-item { display:flex; justify-content:space-between; align-items:center; padding:2.25rem; background:#f7fafc; border-radius:0.5rem; }
.read-link { color:hsl(189, 50%, 50%); font-weight:600; }

/* Statistics Block */
.statistics-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.stats-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap:3.0rem; }
.stat-item { background:#f7fafc; border-radius:0.5rem; padding:3.0rem; text-align:center; }
.stat-number { font-size:1.6875rem; font-weight:800; color:hsl(27, 70%, 60%); }
.stat-label { color:#718096; }

/* Features */
.features-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.features-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:3.0rem; }
.feature-item { background:#f7fafc; border-radius:0.5rem; padding:3.0rem; }
.feature-icon { font-size:1.35rem; }

/* About/Contact Preview */
.about-preview-block, .contact-preview-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.contact-methods { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:2.25rem; margin-top:2.25rem; }

/* Newsletter */
.newsletter-block { background:linear-gradient(135deg, hsl(27, 70%, 60%)10, hsl(189, 50%, 50%)10); padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; text-align:center; }
.newsletter-form { display:flex; gap:2.25rem; justify-content:center; margin-top:2.25rem; }
.newsletter-form input { padding:2.25rem; border-radius:0.5rem; border:1px solid #e2e8f0; min-width:260px; }
.newsletter-form button { padding:2.25rem 4.5rem; border-radius:0.5rem; background:hsl(189, 50%, 50%); color:white; border:none; font-weight:700; }
.newsletter-disclaimer { color:#718096; font-size:0.7875rem; margin-top:1.5rem; }

/* Social Proof, Certifications, Awards, Partners */
.social-proof-block, .certifications-block, .awards-block, .partners-block, .resources-block, .blog-preview-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.certifications-grid, .awards-grid, .partners-grid, .resources-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap:3.0rem; }
.cert-item, .award-item, .partner-item, .resource-item { background:#f7fafc; padding:3.0rem; border-radius:0.5rem; text-align:center; }
.partner-item img { max-height:50px; margin:0 auto; filter:grayscale(100%); opacity:.9; }
.partner-item img:hover { filter:none; opacity:1; }

/* Carousel (static styling, JS optional) */
.articles-carousel-block { background:white; padding:6.0rem; border-radius:1rem; box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); margin:9.0rem 0; }
.carousel-container { position:relative; overflow:hidden; }
.carousel-track { display:flex; gap:3.0rem; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:2.25rem; }
.carousel-slide { min-width:280px; background:#f7fafc; border-radius:0.75rem; box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05); scroll-snap-align:center; overflow:hidden; }
.slide-image img { width:100%; height:160px; object-fit:cover; }
.slide-content { padding:2.25rem; }
.prev-btn, .next-btn { position:absolute; top:50%; transform:translateY(-50%); background:hsl(27, 70%, 60%); color:white; border:none; border-radius:9999px; width:36px; height:36px; cursor:pointer; }
.prev-btn { left:8px; }
.next-btn { right:8px; }


/* ===== FORMS ===== */

.form-container {
    max-width: 650px;
    margin: 9.0rem auto;
    padding: 9.0rem;
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 50%, hsl(189, 50%, 50%) 100%);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.form-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.contact-form,
.order-form {
    /* Inherits from form-container */
}

.form-group {
    margin-bottom: 3.0rem;
}

.form-group label {
    display: block;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: hsl(27, 70%, 60%);
    font-size: 0.7875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 2.25rem;
    font-size: 0.9rem;
    font-family: inherit;
    color: #2d3748;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 0.75rem;
    transition: all 250ms ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #718096;
    opacity: 0.6;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: hsl(189, 50%, 50%);
    background: white;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1);
    transform: translateY(-2px);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.form-group .submit-button {
    width: 100%;
    margin-top: 2.25rem;
}


/* ===== FOOTER ===== */

.site-footer {
    background: linear-gradient(135deg, hsl(27, 70%, 60%) 0%, hsl(45, 60%, 50%) 100%);
    color: white;
    padding: 9.0rem 0 3.0rem;
    margin-top: 9.0rem;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 50%, hsl(189, 50%, 50%) 100%);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4.5rem;
    margin-bottom: 4.5rem;
}

.footer-section h3,
.footer-section h4 {
    color: white;
    margin-bottom: 2.25rem;
    font-size: 1.0125rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7875rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7875rem;
    transition: all 250ms ease;
    display: inline-block;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 3.0rem;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7875rem;
    margin: 0;
}

/* Footer visual variants */
.site-footer.footer--solid {
    /* default solid gradient already applied */
}

.site-footer.footer--dark_glass {
    background: rgba(10, 10, 20, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.15);
}
.site-footer.footer--dark_glass::before {
    background: linear-gradient(90deg, hsl(27, 70%, 60%) 0%, hsl(189, 50%, 50%) 100%);
    opacity: 0.5;
}

.site-footer.footer--wave::before {
    height: 60px;
    background: linear-gradient(135deg, hsl(189, 50%, 50%) 0%, hsl(27, 70%, 60%) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}

.site-footer.footer--minimal {
    padding: 4.5rem 0 2.25rem;
    box-shadow: none;
}
.site-footer.footer--minimal::before {
    height: 2px;
    background: linear-gradient(90deg, hsl(27, 70%, 60%) 0%, hsl(45, 60%, 50%) 100%);
    opacity: 0.6;
}

.site-footer.footer--boxed .footer-section {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 0.5rem;
    padding: 2.25rem;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    /* Показываем мобильную кнопку */
    .mobile-menu-toggle {
        display: flex;
    }
    
    .site-header .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 2.25rem;
    }
    
    /* Скрываем навигацию по умолчанию */
    .main-nav {
        display: none;
        width: 100%;
        order: 3;
    }
    
    .main-nav.active {
        display: block;
    }
    
    .main-nav ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 0.75rem;
    }
    
    .main-nav li {
        width: 100%;
    }
    
    .main-nav a {
        display: block;
        width: 100%;
        padding: 2.25rem;
        background: linear-gradient(135deg, hsl(27, 70%, 60%)05 0%, hsl(189, 50%, 50%)05 100%);
        border-radius: 0.5rem;
        transition: all 250ms ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .main-nav a:hover {
        background: linear-gradient(135deg, hsl(27, 70%, 60%)15 0%, hsl(189, 50%, 50%)15 100%);
        transform: translateX(8px);
    }

    .main-nav a.active,
    .main-nav li.active > a {
        background: linear-gradient(135deg, hsl(27, 70%, 60%)25 0%, hsl(189, 50%, 50%)25 100%);
        color: #fff;
        transform: none;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
    }
    
    .hero-section {
        min-height: 50vh;
        padding: 6.0rem 2.25rem;
    }
    
    .hero-section h1 {
        font-size: 2.025rem;
    }
    
    .hero-section .lead {
        font-size: 1.0125rem;
    }
    
    .content-sections {
        grid-template-columns: 1fr;
        gap: 3.0rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 3.0rem;
    }
    
    .images-count-2,
    .images-count-3,
    .images-count-4 {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        padding: 4.5rem;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
    
    .hero-section h1 {
        font-size: 1.6875rem;
    }
    
    .btn-primary,
    .cta-button,
    .submit-button {
        padding: 1.5rem 3.0rem;
        font-size: 0.9rem;
    }
    
    .container {
        padding: 2.25rem;
    }
    
    .content-section {
        padding: 3.0rem;
    }
}

/* Breadcrumbs Navigation */
.breadcrumbs {
    margin: 3.0rem 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumbs ol {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    font-size: 0.7875rem;
}

.breadcrumbs li:not(:last-child)::after {
    content: '›';
    margin-left: 1.5rem;
    color: #a0aec0;
    font-weight: bold;
}

.breadcrumbs a {
    color: hsl(27, 70%, 60%);
    text-decoration: none;
    transition: color 200ms ease;
}

.breadcrumbs a:hover {
    color: hsl(189, 50%, 50%);
    text-decoration: underline;
}

.breadcrumbs li[aria-current="page"] {
    color: #a0aec0;
    font-weight: 500;
}

/* Related Articles Section */
.related-articles {
    margin: 9.0rem 0 6.0rem;
    padding: 6.0rem 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.related-articles h2 {
    color: hsl(27, 70%, 60%);
    font-size: 1.35rem;
    margin-bottom: 4.5rem;
    text-align: center;
}

.related-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 4.5rem;
    margin-top: 3.0rem;
}

.related-article-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
    padding: 4.5rem;
    transition: all 300ms ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.related-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: hsl(27, 70%, 60%);
}

.related-article-card h3 {
    font-size: 1.0125rem;
    margin: 0 0 2.25rem;
}

.related-article-card h3 a {
    color: hsl(27, 70%, 60%);
    text-decoration: none;
    transition: color 200ms ease;
}

.related-article-card h3 a:hover {
    color: hsl(189, 50%, 50%);
}

.related-article-card p {
    color: #a0aec0;
    font-size: 0.9rem;
    margin: 0 0 3.0rem;
    line-height: 1.6;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    color: hsl(189, 50%, 50%);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.7875rem;
    transition: all 200ms ease;
}

.read-more-link:hover {
    color: hsl(27, 70%, 60%);
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .related-articles-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================================
   SECTION VARIATIONS (v3.1) - Diverse Page Sections
   ============================================================================ */

/* Testimonials Section */
.testimonials-section {
    margin: 4.5rem 0;
    padding: 4.5rem 0;
    background: #f7fafc;
    border-radius: 0.75rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3.0rem;
    margin-top: 3.0rem;
}

.testimonial-card {
    background: white;
    padding: 3.0rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.testimonial-content {
    margin-bottom: 2.25rem;
    font-style: italic;
    color: #718096;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.testimonial-author strong {
    color: hsl(27, 70%, 60%);
    font-weight: 600;
}

.testimonial-author span {
    font-size: 0.7875rem;
    color: #a0aec0;
}

/* Comments Section */
.comments-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: white;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 3.0rem;
    margin-top: 3.0rem;
}

.comment-item {
    padding: 2.25rem;
    background: #f7fafc;
    border-radius: 0.5rem;
    border-left: 3px solid hsl(189, 50%, 50%);
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.comment-author {
    color: hsl(27, 70%, 60%);
    font-weight: 600;
}

.comment-date {
    font-size: 0.7875rem;
    color: #a0aec0;
}

.comment-body p {
    margin: 0;
    color: #718096;
}

/* Author Bio Section */
.author-bio-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: linear-gradient(135deg, hsl(27, 70%, 60%)15, hsl(189, 50%, 50%)10);
    border-radius: 0.75rem;
}

.author-bio-card {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
}

.author-info h3 {
    color: hsl(27, 70%, 60%);
    margin: 0 0 0.75rem 0;
}

.author-title {
    color: #a0aec0;
    font-size: 0.7875rem;
    font-weight: 500;
}

.author-description p {
    color: #718096;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: white;
    border-radius: 0.75rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    margin-top: 3.0rem;
}

.faq-item {
    padding: 2.25rem;
    background: #f7fafc;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    transition: box-shadow 200ms ease;
}

.faq-item:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.faq-question {
    color: hsl(27, 70%, 60%);
    font-size: 0.95625rem;
    margin: 0 0 1.5rem 0;
    font-weight: 600;
}

.faq-answer p {
    margin: 0;
    color: #718096;
    line-height: 1.6;
}

/* Statistics Section */
.statistics-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: hsl(27, 70%, 60%);
    color: white;
    border-radius: 0.75rem;
    text-align: center;
}

.statistics-section .section-title {
    color: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3.0rem;
    margin-top: 3.0rem;
}

.stat-card {
    padding: 3.0rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
}

.stat-number {
    font-size: 1.35rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
}

.stat-label {
    font-size: 0.7875rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Timeline Section */
.timeline-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 3.0rem;
    margin-top: 3.0rem;
    position: relative;
    padding-left: 4.5rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: hsl(189, 50%, 50%);
}

.timeline-item {
    position: relative;
    display: flex;
    gap: 2.25rem;
}

.timeline-marker {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: hsl(189, 50%, 50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    left: -4.5rem;
    z-index: 1;
}

.timeline-content {
    flex: 1;
    padding: 2.25rem;
    background: #f7fafc;
    border-radius: 0.5rem;
}

.timeline-content h3 {
    color: hsl(27, 70%, 60%);
    margin: 0 0 0.75rem 0;
}

.timeline-content p {
    margin: 0;
    color: #718096;
}

/* Comparison Table Section */
.comparison-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: white;
    border-radius: 0.75rem;
}

.comparison-table {
    margin-top: 3.0rem;
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 2.25rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table th {
    background: #f7fafc;
    color: hsl(27, 70%, 60%);
    font-weight: 600;
}

.comparison-table td {
    color: #718096;
}

.comparison-table tr:hover {
    background: #f7fafc;
}

/* Community Section */
.community-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: linear-gradient(135deg, hsl(189, 50%, 50%)15, hsl(27, 70%, 60%)10);
    border-radius: 0.75rem;
    text-align: center;
}

.section-description {
    color: #718096;
    margin-bottom: 3.0rem;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 2.25rem;
    margin-top: 3.0rem;
}

.community-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.member-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: hsl(27, 70%, 60%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
}

.member-name {
    font-size: 0.7875rem;
    color: #718096;
}

/* Expert Quotes Section */
.expert-quotes-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
}

.quotes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3.0rem;
    margin-top: 3.0rem;
}

.quote-card {
    padding: 3.0rem;
    background: white;
    border-radius: 0.75rem;
    border-left: 4px solid hsl(189, 50%, 50%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.quote-card blockquote {
    margin: 0 0 2.25rem 0;
    font-style: italic;
    color: #718096;
    font-size: 0.95625rem;
}

.quote-author {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.quote-author strong {
    color: hsl(27, 70%, 60%);
    font-weight: 600;
}

.quote-author span {
    font-size: 0.7875rem;
    color: #a0aec0;
}

/* Checklist Section */
.checklist-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: white;
    border-radius: 0.75rem;
}

.checklist {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    margin-top: 3.0rem;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    padding: 2.25rem;
    background: #f7fafc;
    border-radius: 0.5rem;
}

.checklist-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: hsl(189, 50%, 50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.checklist-text {
    color: #718096;
    flex: 1;
}

/* Tips Section */
.tips-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3.0rem;
    margin-top: 3.0rem;
}

.tip-card {
    padding: 3.0rem;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.tip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tip-card h3 {
    color: hsl(27, 70%, 60%);
    margin: 0 0 1.5rem 0;
    font-size: 0.95625rem;
}

.tip-card p {
    margin: 0;
    color: #718096;
    line-height: 1.6;
}

/* Myths Section */
.myths-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: white;
    border-radius: 0.75rem;
}

.myths-list {
    display: flex;
    flex-direction: column;
    gap: 3.0rem;
    margin-top: 3.0rem;
}

.myth-item {
    padding: 3.0rem;
    background: #f7fafc;
    border-radius: 0.5rem;
}

.myth-label,
.fact-label {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.7875rem;
    margin-bottom: 0.75rem;
}

.myth-label {
    background: #fee;
    color: #c33;
}

.fact-label {
    background: #efe;
    color: #3c3;
}

.myth-text,
.fact-text {
    margin: 0.75rem 0;
    color: #718096;
}

/* Resources Section */
.resources-section {
    margin: 4.5rem 0;
    padding: 4.5rem;
    background: linear-gradient(135deg, hsl(27, 70%, 60%)10, hsl(189, 50%, 50%)05);
    border-radius: 0.75rem;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3.0rem;
    margin-top: 3.0rem;
}

.resource-card {
    padding: 3.0rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.resource-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.resource-card h3 {
    color: hsl(27, 70%, 60%);
    margin: 0 0 1.5rem 0;
    font-size: 1.0125rem;
}

.resource-card p {
    margin: 0;
    color: #718096;
    font-size: 0.7875rem;
}

/* Responsive adjustments for sections */
@media (max-width: 768px) {
    .testimonials-grid,
    .stats-grid,
    .quotes-grid,
    .tips-grid,
    .resources-grid {
        grid-template-columns: 1fr;
    }
    
    .community-grid {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    }
    
    .timeline {
        padding-left: 3.0rem;
    }
    
    .timeline-marker {
        left: -3.0rem;
    }
}

/* ============================================================================
   END SECTION VARIATIONS
   ============================================================================ */

