:root { --color-brand: #AA7C64; --color-brand-light: #C7A997; --color-brand-dark: #8F6550; --color-text-primary: #1F2937; --color-text-secondary: #4B5563; --color-text-muted: #6B7280; --color-bg-light: #F9FAFB; --color-bg-white: #FFFFFF; --color-bg-dark: #111827; --color-accent-bg: #FFFBF8; --color-green-check: #10B981; --color-red-urgent: #EF4444; --font-main: 'Inter', sans-serif; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-main); color: var(--color-text-primary); background-color: var(--color-bg-white); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.75em; font-weight: 800; }
p { margin-top: 0; margin-bottom: 1em; }
a { color: var(--color-brand); text-decoration: none; transition: all 0.3s ease; }
ul, ol { margin: 0; padding-left: 1.5em; }
img { max-width: 100%; height: auto; display: block; }
* { box-sizing: border-box; }
.container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 640px) { .container { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .container { padding-left: 2rem; padding-right: 2rem; } }
.section-padding { padding-top: 4rem; padding-bottom: 4rem; }
.section-title { text-align: center; margin-bottom: 3.5rem; max-width: 800px; margin-left: auto; margin-right: auto; }
.section-title h2 { font-size: 2.25rem; font-weight: 800; margin-bottom: 1rem; color: var(--color-text-primary); }
.section-title p { font-size: 1.15rem; color: var(--color-text-secondary); }
@media (min-width: 768px) {
.section-padding { padding-top: 6rem; padding-bottom: 6rem; }
.section-title h2 { font-size: 2.75rem; }
}
.main-header { position: sticky; top: 0; z-index: 50; width: 100%; background-color: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07); }
.header-container { display: flex; height: 4.5rem; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 0.75rem; font-weight: 800; color: var(--color-text-primary); }
.logo-icon { width: 2.5rem; height: 2.5rem; }
.logo-icon img { width: 100%; height: 100%; object-fit: contain; }
.logo-text { display: none; }
@media (min-width: 640px) { .logo-text { display: inline-block; font-size: 1.2rem; line-height: 1; } }
.main-nav { display: none; }
@media (min-width: 900px) {
.main-nav { display: flex; align-items: center; gap: 2rem; }
.nav-link { font-size: 0.95rem; font-weight: 600; color: var(--color-text-secondary); }
.nav-link:hover { color: var(--color-brand); }
}
.main-nav.active { display: flex; flex-direction: column; position: absolute; top: 4.5rem; left: 0; width: 100%; background-color: #ffffff; padding: 1rem 1rem 2rem 1rem; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); border-top: 1px solid #f3f4f6; gap: 1.5rem; animation: slideDown 0.3s ease-out forwards; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.main-nav.active .nav-link { font-size: 1.125rem; font-weight: 600; text-align: center; display: block; width: 100%; padding: 0.5rem 0; }
.main-nav.active .btn-nav { width: 100%; margin: 0 !important; }
.mobile-menu-btn { display: block; cursor: pointer; background: none; border: none; padding: 0.5rem; color: var(--color-text-primary); }
@media (min-width: 900px) { .mobile-menu-btn { display: none; } }
.mobile-menu-btn svg { width: 2rem; height: 2rem; }
.btn { display: inline-block; padding: 0.85rem 1.75rem; font-size: 1rem; font-weight: 600; border-radius: 0.5rem; text-align: center; transition: all 0.3s ease; border: none; cursor: pointer; }
.btn-nav { color: #ffffff !important; }
.btn-primary { background-color: var(--color-brand); color: #ffffff !important; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.btn-primary:hover { background-color: var(--color-brand-dark); transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15); }
.btn-secondary { background-color: var(--color-bg-dark); color: #ffffff !important; }
.btn-secondary:hover { background-color: #374151; }
.btn-block { display: block; width: 100%; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(170, 124, 100, 0.7); } 70% { box-shadow: 0 0 0 12px rgba(170, 124, 100, 0); } 100% { box-shadow: 0 0 0 0 rgba(170, 124, 100, 0); } }
.btn-pulse { animation: pulse 2s infinite; }
.hero-section { position: relative; width: 100%; overflow: hidden; background-image: linear-gradient(to right, #ffffff 70%, var(--color-accent-bg) 100%); }
.hero-section .container { padding-top: 2rem; padding-bottom: 0; }
@media (min-width: 768px) { .hero-section .container { padding-top: 5rem; } }
@media (min-width: 1024px) { .hero-section .container { display: flex; align-items: center; justify-content: space-between; } }
.hero-content { text-align: center; display: flex; flex-direction: column; align-items: center; }
@media (min-width: 1024px) { .hero-content { width: 60%; padding-right: 2rem; text-align: left; align-items: flex-start; } }
.hero-date-location { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 2.5rem; }
@media (min-width: 1024px) { .hero-date-location { justify-content: flex-start; } }
.date-num { font-size: 3.5rem; font-weight: 900; color: var(--color-brand-dark); line-height: 1; }
.date-text-wrapper { display: flex; flex-direction: column; justify-content: center; text-align: left; }
.date-month { font-size: 1.1rem; font-weight: 800; text-transform: uppercase; color: var(--color-text-primary); line-height: 1.1; }
.date-year { font-size: 1.1rem; font-weight: 800; color: var(--color-brand); line-height: 1.1; }
.location-divider { width: 2px; height: 2.5rem; background-color: #D1D5DB; margin: 0 0.75rem; }
.location-text { text-align: left; font-size: 0.9rem; font-weight: 600; color: var(--color-text-primary); line-height: 1.3; }
.location-text p { margin: 0; }
.hero-brand-block { display: flex; flex-direction: column; align-items: center; margin-bottom: 1.5rem; width: 100%; }
@media (min-width: 1024px) { .hero-brand-block { align-items: flex-start; } }
.hero-brand-row { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 0.25rem; width: 100%; }
@media (min-width: 1024px) { .hero-brand-row { justify-content: flex-start; } }
.hero-main-icon { width: 3rem; height: 3rem; object-fit: contain; }
@media (min-width: 640px) { .hero-main-icon { width: 4rem; height: 4rem; } }
@media (min-width: 1024px) { .hero-main-icon { width: 5rem; height: 5rem; } }
.hero-title-text { font-size: 2.2rem; font-weight: 900; color: var(--color-text-primary); line-height: 1; text-transform: uppercase; margin: 0; letter-spacing: -0.02em; }
.bottom-text { text-align: center; width: 100%; letter-spacing: 0.05em; }
@media (min-width: 1024px) { .bottom-text { text-align: left; letter-spacing: 0.08em; margin-left: 0.2rem; } }
@media (min-width: 640px) { .hero-title-text { font-size: 3.5rem; } }
@media (min-width: 1024px) { .hero-title-text { font-size: 4.5rem; } }
.hero-subtitle { font-size: 1.15rem; font-weight: 700; color: var(--color-brand); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-description { font-size: 1.125rem; color: var(--color-text-muted); max-width: 36rem; }
.hero-image { margin-top: 2rem; display: flex; justify-content: center; width: 100%; }
@media (min-width: 1024px) { .hero-image { width: 40%; margin-top: 0; justify-content: flex-end; align-self: flex-end; } }
.hero-image img { width: auto; max-width: 100%; max-height: 500px; object-fit: contain; }
@media (max-width: 1023px) { .hero-image img { max-height: 50vh; } }
.about-section { background-color: var(--color-bg-light); }
.about-content { text-align: center; max-width: 800px; margin: 0 auto; }
.about-content p { font-size: 1.25rem; line-height: 1.8; color: var(--color-text-secondary); }
.learn-section { background: var(--color-bg-white); }
.learn-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .learn-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; } }
@media (min-width: 1024px) { .learn-grid { grid-template-columns: repeat(3, 1fr); } }
.learn-item { display: flex; gap: 1rem; padding: 1rem; border-radius: 12px; transition: all 0.3s ease; }
.learn-item:hover { background: var(--color-accent-bg); transform: scale(1.03); }
.learn-item-icon { flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 50%; background-color: var(--color-accent-bg); color: var(--color-brand); display: flex; align-items: center; justify-content: center; }
.learn-item-icon svg { width: 1.5rem; height: 1.5rem; }
.learn-item h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.learn-item p { font-size: 0.95rem; color: var(--color-text-secondary); margin: 0; }
.author-section { background-color: var(--color-bg-light); }
.author-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .author-grid { grid-template-columns: repeat(2, 1fr); } }
.info-card { padding: 2.5rem; border-radius: 1rem; height: 100%; }
.info-card.white { background-color: #ffffff; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.info-card.dark { background-color: var(--color-brand-dark); color: #ffffff; box-shadow: 0 10px 15px -3px rgba(143, 101, 80, 0.3); }
.info-card h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.info-card.dark p { color: rgba(255, 255, 255, 0.9); }
.author-signature { margin-top: 2rem; font-style: italic; font-size: 1.2rem; color: var(--color-brand); }
.premium-offer { position: relative; background: linear-gradient(135deg, #ffffff 0%, var(--color-accent-bg) 100%); border: 2px solid var(--color-brand); border-radius: 1.5rem; padding: 0; box-shadow: 0 20px 25px -5px rgba(170, 124, 100, 0.15), 0 10px 10px -5px rgba(170, 124, 100, 0.1); max-width: 900px; margin: 0 auto; overflow: hidden; }
.offer-badge { position: absolute; top: 0; right: 0; background-color: var(--color-brand); color: #ffffff; padding: 0.5rem 1.5rem; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; border-bottom-left-radius: 1rem; z-index: 10; }
.details-content-wrapper { display: flex; flex-direction: column; }
@media (min-width: 768px) { .details-content-wrapper { flex-direction: row; } }
.details-info { padding: 2.5rem; flex: 1; border-bottom: 1px solid #eee; }
@media (min-width: 768px) { .details-info { border-bottom: none; border-right: 1px solid #eee; } }
.details-info h2 { font-size: 1.75rem; margin-bottom: 2rem; color: var(--color-text-primary); }
.detail-row { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.icon-wrapper { width: 2.5rem; height: 2.5rem; background: var(--color-accent-bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--color-brand); flex-shrink: 0; }
.detail-row svg { width: 1.5rem; height: 1.5rem; }
.detail-row .label { font-size: 0.85rem; text-transform: uppercase; color: var(--color-text-muted); font-weight: 600; margin-bottom: 0.25rem; }
.detail-row .value { font-size: 1.1rem; font-weight: 700; margin: 0; color: var(--color-text-primary); }
.time-span, .address-span { font-weight: 400; display: block; font-size: 1rem; color: var(--color-text-secondary); }
.details-pricing { padding: 2.5rem; flex: 1; background-color: rgba(170, 124, 100, 0.03); display: flex; flex-direction: column; justify-content: center; }
.price-label { font-size: 0.9rem; text-transform: uppercase; color: var(--color-text-muted); font-weight: 600; margin-bottom: 0.5rem; }
.price-value { font-size: 3rem; font-weight: 900; color: var(--color-brand-dark); line-height: 1; margin-bottom: 0.5rem; white-space: nowrap; text-align: center; }
.benefits-list { list-style: none; padding: 0; margin-bottom: 2rem; }
.benefits-list li { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 1rem; color: var(--color-text-secondary); font-weight: 500; }
.check-icon { width: 1.25rem; height: 1.25rem; color: var(--color-green-check); flex-shrink: 0; }
.limited-text { text-align: center; font-size: 0.9rem; color: var(--color-red-urgent); margin-top: 1rem; font-weight: 600; }
.program-section { background-color: var(--color-bg-white); }
.program-list { max-width: 800px; margin: 0 auto; list-style: none; padding: 0; }
.program-item { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #f3f4f6; }
.program-item:last-child { border-bottom: none; }
.program-item-number { flex-shrink: 0; width: 2.5rem; height: 2.5rem; background-color: var(--color-brand); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.program-item-content { font-size: 1.1rem; font-weight: 500; }
.program-item-content .item-title { font-weight: 700; display: block; margin-bottom: 0.5rem; color: var(--color-brand-dark); }
.program-item-content ul { margin-top: 0.5rem; font-size: 0.95rem; color: var(--color-text-secondary); }
.partners-section { background-color: var(--color-bg-light); }
.partners-grid { margin-top: 3rem; display: grid; gap: 2rem; max-width: 900px; margin-left: auto; margin-right: auto; }
@media (min-width: 768px) { .partners-grid { grid-template-columns: 1fr 1fr; } }
.partner-card { background: #fff; border-radius: 1rem; padding: 2rem; border: 1px solid #e5e7eb; display: flex; flex-direction: column; transition: all 0.3s ease; position: relative; }
.partner-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }
.partner-card.featured { border: 2px solid var(--color-brand); }
.offer-badge-small { position: absolute; top: -1px; right: -1px; background: var(--color-brand); color: #fff; padding: 0.3rem 1rem; font-size: 0.8rem; font-weight: 700; border-top-right-radius: 1rem; border-bottom-left-radius: 1rem; }
.partner-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.partner-card .price { font-size: 2rem; font-weight: 800; color: var(--color-text-primary); margin-bottom: 1.5rem; }
.partner-card ul { list-style: none; padding: 0; margin-bottom: 2rem; flex-grow: 1; }
.partner-card ul li { display: flex; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.95rem; color: var(--color-text-secondary); }
.partner-card ul li svg { width: 1.25rem; height: 1.25rem; color: var(--color-brand); flex-shrink: 0; }
.partner-card .btn { margin-top: auto; width: 100%; }
.final-cta-section { background-color: var(--color-brand-dark); color: #ffffff; text-align: center; }
.cta-title { font-size: 2.5rem; font-weight: 900; margin-bottom: 1rem; }
.cta-subtitle { font-size: 1.15rem; color: var(--color-brand-light); max-width: 600px; margin: 0 auto 2.5rem auto; }
.spots-counter { margin-bottom: 2.5rem; }
.spots-text { font-size: 1.2rem; font-weight: 500; }
.spots-number { font-size: 3.5rem; font-weight: 900; color: #ffffff; margin: 0 1rem; border-bottom: 4px solid var(--color-brand-light); line-height: 1; }
.cta-button { font-size: 1.15rem; padding: 1rem 3rem; background-color: #ffffff; color: var(--color-brand-dark) !important; }
.cta-button:hover { background-color: #f0f0f0; color: var(--color-brand-dark) !important; }
.main-footer { background-color: var(--color-bg-dark); color: #9CA3AF; padding: 4rem 0; text-align: center; }
.footer-title { color: #fff; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.copyright { font-size: 0.85rem; margin-top: 2rem; opacity: 0.6; }
.price-old { font-size: 1.75rem; font-weight: 700; color: var(--color-text-muted); text-decoration: line-through; white-space: nowrap; text-align: center; margin-bottom: 0.25rem; line-height: 1; }
.details-pricing .price-label { font-size: 1rem; color: var(--color-brand-dark); font-weight: 700; text-align: center; margin-bottom: 2rem; }
.modal-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(17, 24, 39, 0.6); z-index: 100; display: flex; align-items: flex-start; justify-content: center; padding: 5vh 0.5rem; backdrop-filter: blur(5px); opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.modal-backdrop.active { opacity: 1; visibility: visible; }
.modal-content { background: var(--color-bg-white); border-radius: 1rem; padding: 1.5rem; max-width: 500px; width: 100%; position: relative; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); max-height: 90vh; overflow-y: auto; }
@media (min-width: 640px) { .modal-content { padding: 2.5rem; } }
.modal-close-btn { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 2rem; color: var(--color-text-muted); cursor: pointer; line-height: 1; padding: 0.5rem; }
.modal-close-btn:hover { color: var(--color-text-primary); }
.modal-content h2 { font-size: 1.5rem; text-align: center; margin-bottom: 0.5rem; }
.modal-content p { text-align: center; color: var(--color-text-secondary); margin-bottom: 1.5rem; font-size: 0.95rem; }
.form-group { position: relative; margin-bottom: 1.25rem; }
.form-group label { position: absolute; top: 0.85rem; left: 0.85rem; font-size: 1rem; color: var(--color-text-muted); background: var(--color-bg-white); transition: all 0.2s ease; padding: 0 0.25rem; pointer-events: none; }
.form-group input { width: 100%; padding: 0.85rem; font-size: 1rem; border: 1px solid #D1D5DB; border-radius: 0.5rem; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.form-group input:focus { border-color: var(--color-brand); box-shadow: 0 0 0 3px rgba(170, 124, 100, 0.2); outline: none; }
.form-group input:focus + label, .form-group input:not(:placeholder-shown) + label { transform: translateY(-1.75rem) scale(0.85); left: 0.6rem; color: var(--color-brand); }
.form-group input:not(:placeholder-shown) { border-color: #D1D5DB; }
.form-group input:focus:not(:placeholder-shown) { border-color: var(--color-brand); }
.form-status-msg { margin-top: 1rem; text-align: center; font-weight: 600; font-size: 0.95rem; }
.form-status-msg.success { color: var(--color-green-check); }
.form-status-msg.error { color: var(--color-red-urgent); }
.footer-contacts { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; margin-bottom: 3rem; margin-top: 2rem; }
@media (min-width: 768px) { .footer-contacts { flex-direction: row; justify-content: center; gap: 3rem; } }
.contact-item { display: flex; align-items: center; gap: 0.75rem; color: #D1D5DB; transition: color 0.3s ease; text-decoration: none; font-size: 1.1rem; font-weight: 500; }
.contact-item:hover { color: var(--color-brand-light); }
.contact-item svg { width: 1.5rem; height: 1.5rem; color: var(--color-brand); }
.footer-divider { height: 1px; background-color: rgba(255,255,255,0.1); width: 100%; max-width: 600px; margin: 0 auto 2rem auto; }
.footer-author { color: #fff; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.footer-info-block { margin: 2rem 0; }
.fop-info { font-size: 0.9rem; line-height: 1.5; color: rgba(255, 255, 255, 0.7); margin-bottom: 1.5rem; }
.fop-info p { margin-bottom: 0.25rem; }
.legal-nav { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
@media (min-width: 640px) { .legal-nav { flex-direction: row; justify-content: center; gap: 2rem; } }
.legal-nav a { font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); text-decoration: underline; text-underline-offset: 3px; }
.legal-nav a:hover { color: #fff; text-decoration-color: var(--color-brand); }
.policy-page { background-color: var(--color-bg-light); display: flex; flex-direction: column; min-height: 100vh; }
.policy-page .main-header { box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.policy-page .footer-contacts, .policy-page .footer-divider, .policy-page .footer-title, .policy-page .fop-info { display: none; } /* Simplified footer for policy pages */
.policy-page .main-footer { padding: 2rem 0; }
.policy-content-section { padding: 3rem 0; flex-grow: 1; }
.policy-card { background-color: #fff; border-radius: 1rem; padding: 2rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); max-width: 900px; margin: 0 auto; }
@media (min-width: 768px) { .policy-card { padding: 4rem; } }
.policy-card h1 { font-size: 2rem; color: var(--color-text-primary); margin-bottom: 2rem; text-align: center; }
.policy-card h2 { font-size: 1.4rem; color: var(--color-text-primary); margin-top: 2rem; margin-bottom: 1rem; border-bottom: 1px solid #eee; padding-bottom: 0.5rem; }
.policy-card p { color: var(--color-text-secondary); margin-bottom: 1rem; font-size: 1rem; line-height: 1.7; text-align: justify; }
.policy-card ul { margin-bottom: 1.5rem; color: var(--color-text-secondary); }
.policy-card li { margin-bottom: 0.5rem; }
.policy-card strong { font-weight: 600; color: var(--color-text-primary); }
.status-page { display: flex; flex-direction: column; min-height: 100vh; background-color: var(--color-bg-light); }
.status-content { flex-grow: 1; display: flex; align-items: center; justify-content: center; padding: 2rem 1rem; }
.status-card { background: #fff; padding: 3rem 2rem; border-radius: 1.5rem; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05); text-align: center; max-width: 500px; width: 100%; border: 1px solid #e5e7eb; animation: fadeUp 0.5s ease-out forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.status-icon-wrapper { width: 5rem; height: 5rem; margin: 0 auto 1.5rem auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.status-icon-wrapper.success { background-color: #ECFDF5; color: var(--color-green-check); }
.status-icon-wrapper.error { background-color: #FEF2F2; color: var(--color-red-urgent); }
.status-icon-wrapper svg { width: 2.5rem; height: 2.5rem; }
.status-card h1 { font-size: 1.75rem; margin-bottom: 1rem; color: var(--color-text-primary); }
.status-card p { color: var(--color-text-secondary); margin-bottom: 2rem; font-size: 1.1rem; }
.status-details { background: var(--color-bg-light); padding: 1rem; border-radius: 0.5rem; margin-bottom: 2rem; text-align: left; font-size: 0.9rem; }
.status-details p { margin-bottom: 0.5rem; }
.status-details p:last-child { margin-bottom: 0; }