/*
Theme Name: Богиня Афродита  
Description: Элегантная тема для тренинга "Как овладеть силой любви". Создана для женщин 35+ с изысканной эстетикой океанских волн и жемчужными оттенками.
Author: Алена Брунец
Version: 1.0
Text Domain: aphrodite-goddess
*/

/* Elegant design system inspired by ocean waves and feminine elegance
Targeting women 35+ with sophisticated, calming aesthetics  
All colors in RGB format for better compatibility.
*/

:root {
    /* Base colors inspired by ocean and pearl tones */
    --background: 246, 248, 250;
    --foreground: 30, 41, 59;

    --card: 255, 255, 255;
    --card-foreground: 30, 41, 59;

    --popover: 255, 255, 255;
    --popover-foreground: 30, 41, 59;

    /* Primary: Deep ocean blue with elegance */
    --primary: 54, 93, 130;
    --primary-foreground: 255, 255, 255;
    --primary-light: 87, 150, 213;
    --primary-glow: 116, 185, 255;

    /* Secondary: Soft pearl and cream tones */
    --secondary: 242, 238, 224;
    --secondary-foreground: 48, 64, 80;

    --muted: 248, 250, 252;
    --muted-foreground: 107, 114, 128;

    /* Accent: Golden touches like sunlight on water */
    --accent: 255, 235, 153;
    --accent-foreground: 41, 37, 36;
    --accent-gold: 255, 204, 102;

    /* Rose touches for feminine elegance */
    --rose: 252, 225, 231;
    --rose-foreground: 114, 54, 78;
    --rose-deep: 190, 109, 140;

    --destructive: 239, 68, 68;
    --destructive-foreground: 255, 255, 255;

    --border: 229, 231, 235;
    --input: 241, 245, 249;
    --ring: 54, 93, 130;

    /* Elegant shadows */
    --shadow-soft: 0 4px 20px -4px rgba(54, 93, 130, 0.15);
    --shadow-elegant: 0 10px 40px -10px rgba(54, 93, 130, 0.2);
    --shadow-glow: 0 0 30px rgba(255, 204, 102, 0.3);

    /* Smooth animations */
    --transition-elegant: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-soft: all 0.3s ease-out;

    --radius: 1rem;
}

.dark {
    /* Sophisticated dark theme with ocean depths */
    --background: 20, 23, 31;
    --foreground: 226, 232, 240;

    --card: 30, 41, 59;
    --card-foreground: 226, 232, 240;

    --popover: 30, 41, 59;
    --popover-foreground: 226, 232, 240;

    --primary: 116, 185, 255;
    --primary-foreground: 20, 23, 31;
    --primary-light: 87, 150, 213;
    --primary-glow: 147, 197, 253;

    --secondary: 41, 55, 73;
    --secondary-foreground: 219, 234, 254;

    --muted: 39, 39, 39;
    --muted-foreground: 161, 161, 170;

    --accent: 255, 204, 102;
    --accent-foreground: 20, 23, 31;
    --accent-gold: 253, 186, 116;

    --rose: 114, 54, 78;
    --rose-foreground: 219, 234, 254;
    --rose-deep: 190, 109, 140;

    --destructive: 248, 113, 113;
    --destructive-foreground: 20, 23, 31;

    --border: 51, 65, 85;
    --input: 41, 55, 73;
    --ring: 116, 185, 255;
}

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: rgb(var(--foreground));
    background: linear-gradient(180deg, rgb(var(--background)), rgb(var(--secondary)));
    min-height: 100vh;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.elegant-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, rgb(var(--primary)), rgb(var(--primary-light)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.flowing-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgb(var(--muted-foreground));
}

/* Layout with max width 1440px */
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 5rem 0;
}

/* Section title with gradient */
.section-title-gradient {
    font-size: 3.75rem;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, rgb(var(--primary)), rgb(var(--primary-light)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Section backgrounds */
.section-ocean-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section-ocean-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('images/ocean-waves.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-ocean-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(var(--background), 0.6);
}

.section-columns-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section-columns-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('images/pink-waves.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-columns-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgba(var(--rose), 0.2), rgba(var(--background), 0.9));
}

.section-columns-dark-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section-columns-dark-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('images/italian-columns.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-columns-dark-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgba(var(--primary), 0.9), rgba(var(--rose-deep), 0.8));
}

.section-pink-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section-pink-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('images/pink-waves-D36Fs7we.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-pink-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #ecc6d233;
}

.section-testimonials-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section-testimonials-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('images/pink-waves.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-testimonials-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgba(var(--rose-deep), 0.9), rgba(var(--primary), 0.8));
}

.section-cta-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section-cta-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('images/ocean-waves.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(var(--primary), 0.8);
}

/* Content styling */
.content-white {
    color: white;
}

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

.content-max-width {
    max-width: 1440px;
    margin: 0 auto;
}

.section-title {
    font-size: 3.75rem;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #4A90E2 0%, #7BB3F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title-white {
    font-size: 3.75rem;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
    color: white;
}

.section-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.quote-large {
    font-size: 2rem;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 auto;
    line-height: 1.4;
}

.section-description {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* History list */
.history-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.history-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.history-bullet {
    width: 8px;
    height: 8px;
    background: rgb(var(--accent-gold));
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Benefits list */
.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.benefit-check {
    color: rgb(var(--accent-gold));
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.benefit-text {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
	text-align: left;
}

/* Cards */
.card {
    background: rgb(var(--card));
    border: 1px solid rgb(var(--border));
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    padding: 2rem;
    transition: var(--transition-soft);
}

.card:hover {
    box-shadow: var(--shadow-elegant);
    transform: translateY(-2px);
}

.card-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-elevated {
    box-shadow: 0 8px 32px -8px rgba(var(--primary), 0.2);
}

.card-elevated:hover {
    box-shadow: 0 16px 48px -12px rgba(var(--primary), 0.3);
}

.card-transparent {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.card-hero {
   background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(var(--accent-gold), 0.5);
  color: #5f5f5f;
  padding: 2rem;
  margin-bottom: 2rem;
}

.card-quote {
    background: linear-gradient(135deg, rgba(87, 150, 213, 0.15), rgba(255, 235, 153, 0.15));
    padding: 2rem;
    border-radius: 1rem;
	font-size: 1.8rem;
}

.card-special {
    background: linear-gradient(135deg, rgba(255, 204, 102, 0.2), rgba(54, 93, 130, 0.1));
    border: 2px solid rgba(255, 204, 102, 0.5);
    padding: 2rem;
    border-radius: 1rem;
    color: rgb(54, 93, 130);
}

.card-testimonial {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-align: left;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    border-radius: calc(var(--radius) - 2px);
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition-soft);
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, rgb(var(--primary)), rgb(var(--primary-light)));
    color: rgb(var(--primary-foreground));
    box-shadow: var(--shadow-elegant);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

.btn-outline {
    background: transparent;
    border: 1px solid rgba(var(--primary), 0.3);
    color: rgb(var(--primary));
}

.btn-outline:hover {
    background: rgba(var(--primary), 0.1);
}

.btn-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.btn-white {
    background: white;
    color: rgb(var(--primary));
    font-size: 1.125rem;
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-large {
    font-size: 1.125rem;
    padding: 1rem 2rem;
}

/* Animations */
.fade-in {
    animation: fadeIn 0.8s ease-out;
}

.float-gentle {
    animation: floatGentle 6s ease-in-out infinite;
}

.slide-up {
    animation: slideUp 0.6s ease-out;
}

.scale-hover {
    transition: transform 0.2s ease;
}

.scale-hover:hover {
    transform: scale(1.02);
}

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

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

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





/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(var(--background), 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(var(--border));
    padding: 1rem 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgb(var(--primary));
    text-decoration: none;
}

/* Navigation styles */
.desktop-nav {
    display: flex;
}

.main-navigation {
    display: flex;
}

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

.nav-menu li {
    list-style: none;
}

.nav-menu a {
    color: rgb(var(--foreground));
    text-decoration: none;
    font-weight: 400;
    transition: var(--transition-soft);
    padding: 0.5rem 1rem;
    border-radius: calc(var(--radius) / 2);
}

.nav-menu a:hover {
    color: rgb(var(--primary));
    background: rgba(var(--accent), 0.1);
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgb(var(--foreground));
    font-size: 1.5rem;
    padding: 0.5rem;
	z-index: 99999;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--background), 0.98);
    backdrop-filter: blur(20px);
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    padding-top: 5rem;
    overflow-y: auto;
	height: 100vh;
}

.mobile-menu.open {
    transform: translateY(0);
}

.mobile-menu .nav-menu {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 2rem;
}

.mobile-menu .nav-menu a {
    font-size: 1.125rem;
    font-weight: 500;
    color: rgb(var(--foreground));
    text-decoration: none;
    padding: 1rem;
    border-radius: var(--radius);
    transition: var(--transition-soft);
    display: block;
}

.mobile-menu .nav-menu a:hover,
.mobile-menu .nav-menu a:focus {
    background: rgba(var(--accent), 0.1);
    color: rgb(var(--primary));
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 6rem;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(var(--background), 0.6);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-text {
    space-y: 2rem;
}

.hero-titles h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: rgb(var(--foreground));
    margin-bottom: 2rem;
}

.hero-description p {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 0;
}

.hero-image {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
}

.hero-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(var(--accent-gold), 0.2);
    border-radius: 50%;
    filter: blur(3rem);
    z-index: -1;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-elegant);
}

@media (min-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-titles h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: rgb(var(--foreground));
    margin-bottom: 2rem;
}

.hero-description p {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 0;
}

/* Date and Location Badges */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-weight: 500;
    font-size: 1.4rem;
}

.badge-accent {
    background: rgba(var(--accent), 0.2);
    color: rgb(var(--accent-foreground));
}

.badge-rose {
    background: rgba(var(--rose), 0.2);
    color: rgb(var(--rose-foreground));
}

/* Grid Layouts */
.grid {
    display: grid;
    gap: 2rem;
}

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

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

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

/* Flex utilities */
.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

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

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 0.75rem;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

/* Icon styles */
.feature-icon-small {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Text utilities */
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

/* Feature Icons */
.feature-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    background: rgba(var(--accent), 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--primary));
    transition: var(--transition-soft);
}

.card:hover .feature-icon {
    color: rgb(var(--accent-gold));
}

/* Star ratings */
.star-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.star {
    color: rgb(var(--accent-gold));
}

/* Text utilities */
.text-center {
    text-align: center;
}

.text-white {
    color: white;
}

.text-balance {
    text-wrap: balance;
}

.mb-15 {
    margin-bottom: 1.5rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.space-y-2 > * + * {
    margin-top: 2rem;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.items-center {
    align-items: center;
}

/* Footer */
.footer {
    background: rgb(var(--primary));
    color: rgb(var(--primary-foreground));
    padding: 3rem 0 1rem;
}

.footer-content {
    text-align: center;
}

.footer h3 {
    color: rgb(var(--primary-foreground));
    margin-bottom: 1rem;
}

.footer p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-contact a {
    color: rgb(var(--primary-foreground));
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.9;
    transition: var(--transition-soft);
}

.footer-contact a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.footer-bottom {
    border-top: 1px solid rgba(var(--primary-foreground), 0.2);
    padding-top: 1rem;
    margin-top: 2rem;
    opacity: 0.7;
    font-size: 0.875rem;
}
.bonusitem {
	color: #4A90E2;display: inline-block;padding: 2rem;background-color: #ffffffb2;border-radius: 25px;margin-left: 2rem;margin-right: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
	
	.bonusitem {
	color: #4A90E2;
    display: inline-block;
    padding: 1.5rem;
    background-color: #ffffffb2;
    border-radius: 25px;
    margin-left: 0rem;
    margin-bottom: 1rem;
    width: 100%;
}
	
	.logo-section {
		z-index:9999;
	}
	
	.btn-outline {
  width: 100%;
}
    .container {
        padding: 0 1rem;
    }
    
    .section {
        padding: 3rem 0;
    }
    
    .hero {
        padding-top: 5rem;
        min-height: auto;
        padding-bottom: 3rem;
    }
    
    .desktop-nav .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .elegant-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    
    .grid-2, .grid-3, .grid-4 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .benefits-list {
        grid-template-columns: 1fr;
    }
    
    .card {
        padding: 1.5rem;
    }

    @media (min-width: 1024px) {
        .hero-content {
            grid-template-columns: 1fr 1fr;
        }
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .grid-3, .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* WordPress specific styles */
.wp-block-group {
    margin: 0;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

/* Screen reader text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

/* Focus styles for accessibility */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgb(var(--primary));
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .header,
    .footer,
    .btn {
        display: none !important;
    }
    
    .section {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* Helper classes for better semantic use */
.text-primary {
    
	font-size: 1.4rem;
  color: #242423;
}

.text-muted {
    color: rgb(107, 114, 128);
}

.text-large {
    font-size: 1.25rem;
    line-height: 1.6;
}

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

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

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

/* Final responsive improvements */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr !important;
    }
    
    .benefits-list {
        grid-template-columns: 1fr !important;
    }
	
	.thocolumn {
		grid-template-columns: 50% 50% !important;
	}
    
    .grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    @media (max-width: 480px) {
        .grid-4 {
            grid-template-columns: 1fr !important;
        }
		.thocolumn {
		grid-template-columns: 50% 50% !important;
	}
    }
}