/* Telegram-compatible CSS - no CSS variables, no clamp() */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    color: #3D3D3D;
    background-color: #FAF8F5;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F4EF;
    overflow: hidden;
    padding: 2rem;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: transparent;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    max-width: 900px;
}

.hero-pretitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    color: #6B6B6B;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    color: #3D3D3D;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 1rem;
    color: #6B6B6B;
    font-weight: 300;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.hero-instagram {
    display: inline-block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    color: #3D3D3D;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    border: 1px solid #C9B99A;
    margin-bottom: 2rem;
}

.hero-scroll {
    display: block;
    margin-top: 2rem;
    color: #C9B99A;
    font-size: 1.5rem;
    text-decoration: none;
}

/* Guide Intro */
.guide-intro {
    background: linear-gradient(135deg, #FFF5F5 0%, #FFE4E1 100%);
    padding: 4rem 2rem;
}

.guide-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(255, 182, 193, 0.2);
}

.guide-photo-placeholder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F5F0EB, #C9B99A);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    margin: 0 auto 2rem;
}

.photo-note {
    font-size: 0.9rem;
    color: #3D3D3D;
    font-style: italic;
}

.guide-text h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    color: #3D3D3D;
    margin-bottom: 1.5rem;
    text-align: center;
}

.guide-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #3D3D3D;
    margin-bottom: 1.5rem;
    text-align: center;
}

.guide-story {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 182, 193, 0.3);
}

.guide-story h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #3D3D3D;
    text-align: center;
}

.guide-achievements {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.guide-achievements li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #3D3D3D;
    margin-bottom: 0.5rem;
    justify-content: center;
}

.achievement-icon {
    font-size: 1.5rem;
}

.instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #E1306C, #C13584);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
}

.instagram-icon {
    font-size: 1.5rem;
}

/* Intro Section */
.intro-section {
    padding: 4rem 0;
    background-color: #FFFFFF;
    text-align: center;
}

.intro-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1rem;
}

.intro-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    color: #3D3D3D;
    margin-bottom: 2rem;
    font-weight: 400;
    font-style: italic;
}

.intro-text {
    font-size: 1rem;
    color: #6B6B6B;
    line-height: 1.9;
    font-weight: 300;
}

/* Tips */
.tips-container {
    padding: 4rem 0;
    background-color: #FAF8F5;
}

.tip-card {
    background: #FFFFFF;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(201, 185, 154, 0.15);
    border: 1px solid rgba(201, 185, 154, 0.2);
}

.tip-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.tip-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    color: #3D3D3D;
    margin-bottom: 1rem;
    font-weight: 500;
    font-style: italic;
}

.tip-intro {
    font-size: 1rem;
    font-style: italic;
    color: #3D3D3D;
    opacity: 0.85;
    margin-bottom: 1.5rem;
}

.tip-list {
    list-style: none;
    padding: 0;
}

.tip-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #6B6B6B;
}

.tip-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #C9B99A;
}

.expert-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 182, 193, 0.1));
    border-left: 4px solid #C9B99A;
    border-radius: 8px;
}

.expert-avatar {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}

.expert-note p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #3D3D3D;
    text-align: center;
}

.expert-note strong {
    color: #C9B99A;
    font-weight: 600;
}

/* Visual Anchors */
.pull-quote {
    background: linear-gradient(135deg, #F5F0EB 0%, #FFFFFF 100%);
    padding: 2rem;
    margin: 3rem 1rem;
    border-left: 5px solid #C9B99A;
    border-radius: 20px;
}

.pull-quote p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
    color: #3D3D3D;
    margin: 0 0 1rem 0;
    text-align: center;
}

.quote-source {
    display: block;
    text-align: right;
    font-size: 0.9rem;
    color: #3D3D3D;
    opacity: 0.7;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    margin: 3rem 1rem;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.15);
    border: 2px solid rgba(255, 215, 0, 0.2);
}

.stat-number {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 4rem;
    font-weight: 700;
    color: #C9B99A;
    line-height: 1;
    margin-bottom: 1rem;
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 0.5rem;
}

.stat-detail {
    font-size: 0.9rem;
    color: #3D3D3D;
    opacity: 0.7;
    font-style: italic;
}

.checklist-break {
    background: #FFFFFF;
    padding: 2rem;
    margin: 3rem 0;
    border-radius: 20px;
    text-align: center;
}

.checklist-break h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #3D3D3D;
}

.checklist-subtitle {
    font-size: 1rem;
    color: #3D3D3D;
    opacity: 0.8;
    margin-bottom: 2rem;
}

.checklist-items {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #F5F0EB;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    color: #3D3D3D;
}

.check-icon {
    font-size: 1.2rem;
    color: #C9B99A;
    font-weight: bold;
}

/* Services */
.services-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #FFF5F5 0%, #FFE4E1 100%);
}

.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #3D3D3D;
}

.section-subtitle {
    text-align: center;
    font-size: 1rem;
    color: #3D3D3D;
    opacity: 0.8;
    margin-bottom: 3rem;
}

.services-grid {
    max-width: 1200px;
    margin: 0 auto 2rem;
}

.services-category {
    margin: 2rem 0 1rem 0;
}

.category-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    color: #3D3D3D;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 182, 193, 0.1));
    border-radius: 50px;
    max-width: 400px;
    margin: 0 auto;
}

.category-icon {
    font-size: 1.5rem;
}

.service-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(255, 182, 193, 0.15);
    position: relative;
}

.service-card-popular {
    border: 2px solid #C9B99A;
}

.service-card-premium {
    border: 2px solid #FFD700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(255, 255, 255, 1));
}

.service-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #C9B99A;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
}

.service-card-premium .service-badge {
    background: linear-gradient(135deg, #FFD700, #FFA500);
}

.service-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #F5F0EB;
}

.service-header h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #3D3D3D;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #C9B99A;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.service-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 182, 193, 0.2);
    display: flex;
    align-items: flex-start;
}

.service-features li:before {
    content: "✓";
    color: #C9B99A;
    font-weight: bold;
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.service-button {
    display: block;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #C9B99A, #FFA500);
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
}

.services-footer {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(255, 182, 193, 0.3);
}

.services-note {
    text-align: center;
    font-size: 1rem;
    color: #3D3D3D;
    opacity: 0.8;
    max-width: 600px;
    margin: 2rem auto 0;
}

.full-price-link {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #F5F0EB, #C9B99A);
    color: #3D3D3D;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
}

/* Testimonials */
.testimonials-section {
    padding: 4rem 2rem;
    background: #FFFFFF;
}

.testimonials-grid {
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.testimonial-card {
    background: linear-gradient(135deg, #FFF5F5, #FFE4E1);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.testimonial-stars {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #3D3D3D;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author strong {
    font-size: 1rem;
    color: #3D3D3D;
    display: block;
}

.testimonial-author span {
    font-size: 0.9rem;
    color: #3D3D3D;
    opacity: 0.7;
}

.testimonials-cta {
    text-align: center;
    padding: 2rem;
    background: #F5F0EB;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials-cta p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #3D3D3D;
}

.scroll-link {
    color: #C9B99A;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

/* FAQ */
.faq-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #FFF5F5, #FFFFFF);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(255, 182, 193, 0.1);
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #3D3D3D;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question:after {
    content: "+";
    font-size: 2rem;
    color: #C9B99A;
}

.faq-item[open] .faq-question:after {
    content: "−";
}

.faq-answer {
    padding: 0 2rem 2rem 2rem;
    color: #3D3D3D;
    line-height: 1.7;
}

.faq-answer p {
    margin: 0;
    font-size: 1rem;
}

/* CTA */
.cta-section {
    background: #E8E2D9;
    padding: 4rem 0;
    text-align: center;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.8rem;
    color: #3D3D3D;
    margin-bottom: 1rem;
    font-weight: 400;
    font-style: italic;
}

.cta-text {
    font-size: 1rem;
    color: #6B6B6B;
    margin-bottom: 3rem;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    line-height: 1.8;
    padding: 0 1rem;
}

.cta-button {
    display: inline-block;
    background: #C9B99A;
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
}

.cta-microcopy {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #3D3D3D;
    opacity: 0.8;
}

.microcopy-item {
    display: inline;
}

.microcopy-divider {
    opacity: 0.5;
    margin: 0 0.5rem;
}

/* Footer */
.footer {
    background-color: #F7F4EF;
    color: #3D3D3D;
    text-align: center;
    padding: 3rem 2rem;
    font-size: 0.9rem;
    border-top: 1px solid #E8E2D9;
}

.footer p {
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.footer a {
    color: #3D3D3D;
    text-decoration: none;
    font-style: italic;
}

.footer-copyright {
    margin-top: 1rem;
    color: #6B6B6B;
    font-size: 0.8rem;
}

/* Fade-in - all visible by default */
.fade-in {
    opacity: 1;
}

.fade-in.visible {
    opacity: 1;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-title { font-size: 1.8rem; }
    .hero-pretitle { font-size: 0.9rem; }
    .hero-subtitle { font-size: 0.9rem; }
    .section-title { font-size: 1.6rem; }
    .tip-title { font-size: 1.3rem; }
    .cta-title { font-size: 1.5rem; }
    .stat-number { font-size: 3rem; }
    .container { padding: 0 1rem; }
    .checklist-items { flex-direction: column; }
}
