/*
Theme Name: HIEMT Endocam Landing
Theme URI: https://endocam.hu
Author: Nextly Digital
Author URI: https://nextly.hu
Description: Egyedi landing page téma a HIEMT kezeléshez - Endocam Egészségügyi Központ, Székesfehérvár
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hiemt-endocam
Tags: one-page, custom-colors, custom-logo, featured-images
*/

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

:root {
    --rose-primary: #D4789C;
    --rose-dark: #B85A7E;
    --rose-light: #E8A4BC;
    --lavender: #9B8AA8;
    --lavender-dark: #7D6B8A;
    --lavender-light: #C4B8D0;
    --cream: #FDF8F5;
    --blush: #FBF0F2;
    --pearl: #F9F5F8;
    --soft-white: #FEFCFD;
    --teal: #5BA8A0;
    --teal-light: #7EC4BC;
    --gradient-main: linear-gradient(135deg, #D4789C 0%, #9B8AA8 100%);
    --gradient-soft: linear-gradient(135deg, rgba(212,120,156,0.08) 0%, rgba(155,138,168,0.08) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 100%);
    --gradient-hero: linear-gradient(135deg, #C9698B 0%, #8A7A96 50%, #5BA8A0 100%);
    --gradient-subtle: linear-gradient(180deg, var(--blush) 0%, var(--soft-white) 100%);
    --text-dark: #3D3D3D;
    --text-body: #5A5A5A;
    --text-light: #8A8A8A;
    --white: #FFFFFF;
    --shadow-soft: 0 4px 20px rgba(212, 120, 156, 0.08);
    --shadow-medium: 0 8px 40px rgba(212, 120, 156, 0.12);
    --shadow-strong: 0 15px 50px rgba(212, 120, 156, 0.18);
    --shadow-glow: 0 0 60px rgba(212, 120, 156, 0.2);
    --shadow-card: 0 10px 40px rgba(0, 0, 0, 0.06);
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --section-padding: clamp(80px, 12vw, 140px);
    --container-width: 1200px;
    --border-radius: 20px;
    --border-radius-lg: 32px;
    --border-radius-xl: 48px;
    --transition-fast: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.75; color: var(--text-body); background: var(--soft-white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition-fast); }
ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 600; line-height: 1.25; color: var(--text-dark); }
h1 { font-size: clamp(2.5rem, 5.5vw, 4rem); font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4.5vw, 3rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.5rem); font-family: var(--font-body); font-weight: 600; }
p { font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.85; }
.gradient-text { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.container { width: 100%; max-width: var(--container-width); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 850px; }
section { padding: var(--section-padding) 0; position: relative; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 38px; font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; letter-spacing: 0.03em; border-radius: 100px; border: none; cursor: pointer; transition: var(--transition-smooth); position: relative; overflow: hidden; }
.btn--primary { background: var(--gradient-main); color: var(--white); box-shadow: var(--shadow-medium); }
.btn--primary:hover { transform: translateY(-4px) scale(1.02); box-shadow: var(--shadow-strong), var(--shadow-glow); }
.btn--white { background: var(--white); color: var(--rose-primary); box-shadow: var(--shadow-card); border: 1px solid rgba(212, 120, 156, 0.15); }
.btn--white:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); border-color: var(--rose-primary); }
.btn--outline { background: rgba(255, 255, 255, 0.1); color: var(--white); border: 2px solid rgba(255,255,255,0.4); backdrop-filter: blur(10px); }
.btn--outline:hover { background: var(--white); color: var(--rose-primary); border-color: var(--white); }
.btn--large { padding: 20px 48px; font-size: 1rem; }
.btn i { font-size: 1.1em; transition: var(--transition-fast); }
.btn:hover i { transform: scale(1.1); }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; background: var(--gradient-hero); position: relative; padding: 120px 0 100px; overflow: hidden; }
.hero__bg-shapes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__bg-shapes .shape { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.4; animation: float-shape 20s ease-in-out infinite; }
.hero__bg-shapes .shape-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%); top: -20%; right: -10%; }
.hero__bg-shapes .shape-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(91,168,160,0.3) 0%, transparent 70%); bottom: -10%; left: -5%; animation-delay: -5s; }
.hero__bg-shapes .shape-3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%); top: 40%; left: 20%; animation-delay: -10s; }
.hero__particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__particles span { position: absolute; width: 4px; height: 4px; background: rgba(255,255,255,0.6); border-radius: 50%; animation: particle-float 15s linear infinite; }
.hero__particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.hero__particles span:nth-child(2) { left: 20%; animation-delay: -2s; }
.hero__particles span:nth-child(3) { left: 35%; animation-delay: -4s; }
.hero__particles span:nth-child(4) { left: 50%; animation-delay: -6s; }
.hero__particles span:nth-child(5) { left: 65%; animation-delay: -8s; }
.hero__particles span:nth-child(6) { left: 80%; animation-delay: -10s; }
.hero__particles span:nth-child(7) { left: 90%; animation-delay: -12s; }
.hero__content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.hero__text { color: var(--white); }
.hero__badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.15); backdrop-filter: blur(20px); padding: 12px 24px; border-radius: 100px; font-size: 0.875rem; font-weight: 500; margin-bottom: 28px; border: 1px solid rgba(255,255,255,0.25); box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.hero__badge i { color: #FFD700; font-size: 1.1em; }
.hero__title { color: var(--white); margin-bottom: 24px; text-shadow: 0 4px 40px rgba(0,0,0,0.15); }
.hero__subtitle { font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.8; color: rgba(255,255,255,0.9); margin-bottom: 40px; max-width: 520px; }
.hero__subtitle strong { color: var(--white); font-weight: 600; }
.hero__buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__image { position: relative; display: flex; justify-content: center; align-items: center; }
.hero__image img { max-width: 480px; width: 100%; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.3)); animation: hero-float 6s ease-in-out infinite; position: relative; z-index: 2; }
.hero__image-glow { position: absolute; width: 350px; height: 350px; background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 70%); border-radius: 50%; z-index: 1; animation: glow-pulse 4s ease-in-out infinite; }
.hero__image-ring { position: absolute; width: 420px; height: 420px; border: 2px dashed rgba(255,255,255,0.2); border-radius: 50%; z-index: 0; animation: spin-slow 30s linear infinite; }
.hero__scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); color: var(--white); font-size: 1.5rem; animation: scroll-bounce 2.5s ease-in-out infinite; cursor: pointer; z-index: 10; opacity: 0.7; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); }
.hero__scroll:hover { opacity: 1; background: rgba(255,255,255,0.2); }

/* Intro */
.intro { background: var(--gradient-subtle); position: relative; }
.intro::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 80px; background: linear-gradient(to bottom, var(--rose-primary), transparent); }
.intro__content { max-width: 880px; margin: 0 auto; text-align: center; position: relative; padding-top: 40px; }
.intro__content p { font-size: clamp(1.05rem, 1.8vw, 1.2rem); line-height: 2; margin-bottom: 24px; color: var(--text-body); }
.intro__content strong { color: var(--rose-dark); font-weight: 600; }
.intro__highlight { display: inline; background: linear-gradient(120deg, rgba(212,120,156,0.2) 0%, rgba(212,120,156,0.2) 100%); background-repeat: no-repeat; background-size: 100% 40%; background-position: 0 85%; font-weight: 600; color: var(--rose-dark); }

/* Section Headers */
.section-header { text-align: center; margin-bottom: 70px; }
.section-header__label { display: inline-flex; align-items: center; gap: 12px; color: var(--rose-primary); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 16px; }
.section-header__label::before, .section-header__label::after { content: ''; width: 40px; height: 1px; background: var(--rose-light); }

/* Features */
.features { background: var(--soft-white); }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.feature-card { background: var(--white); border-radius: var(--border-radius-lg); padding: 44px 30px 40px; text-align: center; box-shadow: var(--shadow-card); border: 1px solid rgba(212, 120, 156, 0.06); transition: var(--transition-smooth); position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-main); transform: scaleX(0); transform-origin: left; transition: var(--transition-smooth); }
.feature-card:hover { transform: translateY(-12px); box-shadow: var(--shadow-strong); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card__icon { width: 85px; height: 85px; margin: 0 auto 24px; background: var(--gradient-main); border-radius: 24px; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(212, 120, 156, 0.25); transition: var(--transition-smooth); }
.feature-card:hover .feature-card__icon { transform: scale(1.1) rotate(5deg); }
.feature-card__icon i { font-size: 1.8rem; color: var(--white); }
.feature-card__title { font-size: 1.15rem; margin-bottom: 14px; color: var(--text-dark); }
.feature-card__text { font-size: 0.92rem; color: var(--text-light); line-height: 1.75; }
.feature-card__list { text-align: left; margin-top: 18px; }
.feature-card__list li { padding: 10px 0; font-size: 0.92rem; display: flex; align-items: center; gap: 12px; color: var(--text-body); }
.feature-card__list li i { color: var(--teal); font-size: 0.9rem; }

/* Body Areas */
.body-areas { background: var(--gradient-hero); position: relative; overflow: hidden; }
.body-areas .section-header__label { color: rgba(255,255,255,0.7); }
.body-areas .section-header__label::before, .body-areas .section-header__label::after { background: rgba(255,255,255,0.4); }
.body-areas h2 { color: var(--white); }
.areas__grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 50px 0 40px; position: relative; z-index: 2; }
.area-item { text-align: center; padding: 32px 40px; background: rgba(255,255,255,0.12); backdrop-filter: blur(20px); border-radius: var(--border-radius); border: 1px solid rgba(255,255,255,0.2); min-width: 140px; transition: var(--transition-smooth); }
.area-item:hover { transform: translateY(-8px) scale(1.03); background: rgba(255,255,255,0.2); box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.area-item__icon { width: 56px; height: 56px; margin: 0 auto 14px; background: rgba(255,255,255,0.2); border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.area-item__icon i { font-size: 1.5rem; color: var(--white); }
.area-item__name { color: var(--white); font-weight: 600; font-size: 1.05rem; }
.body-areas__note { text-align: center; color: rgba(255,255,255,0.85); font-size: 1.05rem; position: relative; z-index: 2; font-style: italic; }

/* Process */
.process { background: var(--blush); }
.process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 70px; position: relative; }
.process__grid::before { content: ''; position: absolute; top: 50px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, transparent, var(--rose-light), var(--lavender-light), transparent); }
.process-step { text-align: center; position: relative; z-index: 1; }
.process-step__number { width: 100px; height: 100px; margin: 0 auto 28px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-medium); transition: var(--transition-smooth); }
.process-step__number span { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.process-step:hover .process-step__number { transform: scale(1.1); background: var(--gradient-main); }
.process-step:hover .process-step__number span { background: var(--white); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.process-step__title { font-size: 1.15rem; margin-bottom: 12px; color: var(--text-dark); }
.process-step__text { font-size: 0.92rem; color: var(--text-light); max-width: 220px; margin: 0 auto; }

/* Results */
.results { background: var(--soft-white); }
.results__subtitle { text-align: center; color: var(--text-light); font-size: 1.05rem; margin-top: -50px; margin-bottom: 70px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stat-item { text-align: center; padding: 50px 25px; background: var(--white); border-radius: var(--border-radius-lg); box-shadow: var(--shadow-card); transition: var(--transition-smooth); position: relative; overflow: hidden; }
.stat-item::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: var(--gradient-main); transform: scaleX(0); transition: var(--transition-smooth); }
.stat-item:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.stat-item:hover::before { transform: scaleX(1); }
.stat-item__icon { width: 50px; height: 50px; margin: 0 auto 20px; background: var(--gradient-soft); border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.stat-item__icon i { font-size: 1.3rem; color: var(--rose-primary); }
.stat-item__number { font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 4rem); font-weight: 700; background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; margin-bottom: 10px; }
.stat-item__label { font-size: 0.95rem; color: var(--text-light); font-weight: 500; }

/* Results Timeline */
.results-timeline { background: var(--pearl); }
.timeline__content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.timeline__text h3 { font-family: var(--font-display); font-size: 1.8rem; margin-bottom: 24px; color: var(--text-dark); }
.timeline__text p { margin-bottom: 20px; color: var(--text-body); }
.timeline__list { margin-top: 30px; }
.timeline__list li { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(212, 120, 156, 0.1); }
.timeline__list li:last-child { border-bottom: none; }
.timeline__list li i { width: 36px; height: 36px; background: var(--gradient-soft); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--rose-primary); font-size: 0.9rem; }
.timeline__image { position: relative; }
.timeline__image img { border-radius: var(--border-radius-lg); box-shadow: var(--shadow-strong); }

/* Target Audience */
.target-audience { background: var(--cream); }
.audience__content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.audience__image { position: relative; }
.audience__image img { border-radius: var(--border-radius-xl); box-shadow: var(--shadow-strong); }
.audience__image::before { content: ''; position: absolute; top: -20px; left: -20px; right: 20px; bottom: 20px; border: 2px solid var(--rose-light); border-radius: var(--border-radius-xl); opacity: 0.4; z-index: -1; }
.audience__list { margin-top: 35px; }
.audience__list li { padding: 18px 0; font-size: 1.05rem; display: flex; align-items: flex-start; gap: 18px; border-bottom: 1px solid rgba(212, 120, 156, 0.08); transition: var(--transition-fast); }
.audience__list li:hover { padding-left: 12px; }
.audience__list li i { width: 28px; height: 28px; background: var(--gradient-main); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 0.75rem; flex-shrink: 0; margin-top: 2px; }

/* Contraindications */
.contraindications { background: var(--soft-white); padding: 90px 0; }
.warning-box { max-width: 900px; margin: 0 auto; background: linear-gradient(135deg, #FFF8F9 0%, var(--blush) 100%); border-left: 4px solid var(--rose-primary); border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0; padding: 50px 60px; box-shadow: var(--shadow-card); }
.warning-box__title { display: flex; align-items: center; gap: 14px; color: var(--rose-dark); margin-bottom: 12px; }
.warning-box__title i { font-size: 1.4rem; color: var(--rose-primary); }
.warning-box__intro { margin-bottom: 28px; color: var(--text-body); }
.warning-box__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.warning-box__list li { display: flex; align-items: center; gap: 14px; font-size: 0.98rem; color: var(--text-body); padding: 12px 16px; background: var(--white); border-radius: 12px; }
.warning-box__list li i { color: var(--rose-primary); font-size: 0.85rem; }

/* Preparation */
.preparation { background: var(--blush); padding: 90px 0; }
.prep__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 60px; }
.prep-item { background: var(--white); border-radius: var(--border-radius); padding: 40px 20px; text-align: center; box-shadow: var(--shadow-card); transition: var(--transition-smooth); }
.prep-item:hover { transform: translateY(-8px); box-shadow: var(--shadow-medium); }
.prep-item__icon { width: 64px; height: 64px; margin: 0 auto 18px; background: var(--gradient-soft); border-radius: 18px; display: flex; align-items: center; justify-content: center; transition: var(--transition-smooth); }
.prep-item:hover .prep-item__icon { background: var(--gradient-main); }
.prep-item__icon i { font-size: 1.5rem; color: var(--rose-primary); transition: var(--transition-fast); }
.prep-item:hover .prep-item__icon i { color: var(--white); }
.prep-item__text { font-size: 0.92rem; color: var(--text-dark); }

/* FAQ */
.faq { background: var(--soft-white); }
.faq__container { max-width: 800px; margin: 70px auto 0; }
.faq-item { background: var(--white); border-radius: var(--border-radius); margin-bottom: 16px; overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid rgba(212, 120, 156, 0.05); transition: var(--transition-smooth); }
.faq-item:hover { box-shadow: var(--shadow-medium); }
.faq-item__question { width: 100%; padding: 26px 32px; background: none; border: none; text-align: left; font-family: var(--font-body); font-size: 1.05rem; font-weight: 600; color: var(--text-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-item__question:hover { color: var(--rose-primary); }
.faq-item__question i { width: 36px; height: 36px; background: var(--gradient-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--rose-primary); font-size: 0.85rem; transition: var(--transition-smooth); }
.faq-item.active .faq-item__question i { transform: rotate(180deg); background: var(--gradient-main); color: var(--white); }
.faq-item__answer { max-height: 0; overflow: hidden; transition: max-height var(--transition-smooth); }
.faq-item.active .faq-item__answer { max-height: 250px; }
.faq-item__answer p { padding: 0 32px 26px; color: var(--text-body); line-height: 1.8; }

/* CTA */
.cta { background: var(--gradient-hero); position: relative; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; overflow: hidden; }
.cta__bg .shape { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.08); }
.cta__bg .shape-1 { width: 500px; height: 500px; top: -200px; right: -100px; }
.cta__bg .shape-2 { width: 300px; height: 300px; bottom: -100px; left: -50px; }
.cta__content { position: relative; z-index: 2; text-align: center; }
.cta h2 { color: var(--white); margin-bottom: 20px; }
.cta__tagline { color: rgba(255,255,255,0.9); font-size: 1.2rem; margin-bottom: 45px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.cta__tagline i { color: var(--teal-light); font-size: 1.3rem; }
.cta__buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 55px; }
.cta__contact { display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; }
.contact-item { display: flex; align-items: center; gap: 14px; color: var(--white); font-size: 1.05rem; padding: 14px 24px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border-radius: 100px; border: 1px solid rgba(255,255,255,0.15); }
.contact-item i { font-size: 1.2rem; opacity: 0.9; }
.contact-item a { color: var(--white); }
.contact-item a:hover { text-decoration: underline; }

/* Footer */
.site-footer { background: #2A2A2A; color: var(--white); padding: 80px 0 35px; }
.footer__content { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer__brand img { max-width: 180px; margin-bottom: 24px; filter: brightness(0) invert(1); }
.footer__brand p { color: rgba(255,255,255,0.6); font-size: 0.95rem; line-height: 1.8; }
.footer__links h4 { color: var(--rose-light); font-family: var(--font-body); font-size: 1rem; font-weight: 600; margin-bottom: 28px; }
.footer__links ul li { margin-bottom: 16px; }
.footer__links ul li a { color: rgba(255,255,255,0.6); font-size: 0.95rem; transition: var(--transition-fast); }
.footer__links ul li a:hover { color: var(--rose-light); padding-left: 8px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 35px; text-align: center; }
.footer__bottom p { color: rgba(255,255,255,0.4); font-size: 0.875rem; }
.footer__bottom a { color: var(--rose-light); }

/* Animations */
@keyframes hero-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-25px) rotate(2deg); } }
@keyframes float-shape { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(30px, -30px) scale(1.05); } 66% { transform: translate(-20px, 20px) scale(0.95); } }
@keyframes particle-float { 0% { transform: translateY(100vh) scale(0); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-100vh) scale(1); opacity: 0; } }
@keyframes glow-pulse { 0%, 100% { transform: scale(1); opacity: 0.3; } 50% { transform: scale(1.15); opacity: 0.5; } }
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes scroll-bounce { 0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); } 40% { transform: translateX(-50%) translateY(-12px); } 60% { transform: translateX(-50%) translateY(-6px); } }
.fade-in { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-left { opacity: 0; transform: translateX(-60px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right { opacity: 0; transform: translateX(60px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

/* Responsive */
@media (max-width: 1200px) {
    .features__grid { grid-template-columns: repeat(2, 1fr); }
    .process__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .process__grid::before { display: none; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); }
    .prep__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 992px) {
    .hero__content { grid-template-columns: 1fr; text-align: center; }
    .hero__image { order: -1; }
    .hero__image img { max-width: 380px; }
    .hero__subtitle { margin: 0 auto 40px; }
    .hero__buttons { justify-content: center; }
    .audience__content, .timeline__content { grid-template-columns: 1fr; gap: 50px; }
    .audience__image, .timeline__image { order: -1; max-width: 500px; margin: 0 auto; }
    .footer__content { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    :root { --section-padding: 70px; }
    .hero { min-height: auto; padding: 120px 0 90px; }
    .hero__image img { max-width: 320px; }
    .features__grid { grid-template-columns: 1fr; }
    .process__grid { grid-template-columns: 1fr; gap: 50px; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .warning-box { padding: 35px 30px; }
    .warning-box__list { grid-template-columns: 1fr; }
    .prep__grid { grid-template-columns: repeat(2, 1fr); }
    .cta__contact { flex-direction: column; gap: 16px; align-items: center; }
    .contact-item { width: 100%; max-width: 320px; justify-content: center; }
    .footer__content { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .footer__brand { display: flex; flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
    .hero__buttons { flex-direction: column; width: 100%; }
    .hero__buttons .btn { width: 100%; }
    .areas__grid { gap: 12px; }
    .area-item { min-width: 110px; padding: 24px 20px; }
    .stat-item { padding: 35px 20px; }
    .prep__grid { grid-template-columns: 1fr; }
    .cta__buttons { flex-direction: column; }
    .cta__buttons .btn { width: 100%; }
    .section-header__label::before, .section-header__label::after { width: 20px; }
}

.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
