* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: #faf9f6; color: #1a1a1a; line-height: 1.6; font-size: 16px; overflow-x: hidden; } h1, h2, h3, h4, .logo span { font-family: 'Playfair Display', serif; font-weight: 700; color: #0f172a; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; } .container-small { width: 100%; max-width: 800px; margin: 0 auto; padding: 0 24px; } .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; } .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .text-center { text-align: center; } .badge { display: inline-block; padding: 6px 16px; background: rgba(191, 149, 63, 0.1); color: #bf953f; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; margin-bottom: 16px; } .badge.center { display: table; margin-left: auto; margin-right: auto; } .header { position: sticky; top: 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(8px); z-index: 100; border-bottom: 1px solid rgba(0,0,0,0.06); transition: all 0.3s ease; } .header-container { display: flex; align-items: center; justify-content: space-between; height: 80px; } .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; } .logo span { font-size: 24px; letter-spacing: -0.5px; } .nav-menu { display: flex; align-items: center; gap: 32px; } .nav-link { text-decoration: none; color: #475569; font-weight: 500; font-size: 15px; position: relative; transition: color 0.3s; } .nav-link:hover, .nav-link.active { color: #1e3a8a; } .btn { display: inline-block; padding: 12px 28px; border-radius: 4px; font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer; transition: all 0.3s ease; text-align: center; } .btn-primary { background-color: #1e3a8a; color: #ffffff; border: 1px solid #1e3a8a; } .btn-primary:hover { background-color: #111827; border-color: #111827; } .btn-secondary { background-color: #bf953f; color: #ffffff; border: 1px solid #bf953f; } .btn-secondary:hover { background-color: #a47b2c; border-color: #a47b2c; } .btn-outline { background-color: transparent; color: #1e3a8a; border: 2px solid #1e3a8a; } .btn-outline:hover { background-color: #1e3a8a; color: #ffffff; } .hero { position: relative; height: 100vh; display: flex; align-items: center; color: #ffffff; overflow: hidden; background: #000; } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; } .hero-content { position: relative; z-index: 2; max-width: 800px; } .hero h1 { font-size: 64px; line-height: 1.15; color: #ffffff; margin-bottom: 24px; } .hero p { font-size: 20px; font-weight: 300; opacity: 0.95; margin-bottom: 36px; max-width: 650px; } .hero-form, .newsletter-form { display: flex; gap: 12px; margin-bottom: 16px; max-width: 550px; } .hero-form input, .newsletter-form input { flex: 1; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 4px; font-size: 16px; background: rgba(255, 255, 255, 0.95); color: #000; } .hero-small-text { font-size: 13px !important; opacity: 0.75 !important; margin-bottom: 0 !important; } .subscription-banner { padding: 120px 0; background-color: #0f172a; color: #ffffff; } .subscription-banner h2 { color: #ffffff; font-size: 42px; margin-bottom: 24px; } .subscription-banner p { color: #94a3b8; font-size: 18px; margin-bottom: 32px; } .subscription-banner ul { list-style: none; margin-bottom: 30px; } .subscription-banner ul li { position: relative; padding-left: 28px; margin-bottom: 16px; color: #e2e8f0; } .subscription-banner ul li::before { content: '✓'; color: #bf953f; position: absolute; left: 0; font-weight: bold; } .banner-card { background: #1e293b; border: 1px solid rgba(255, 255, 255, 0.1); padding: 40px; border-radius: 8px; display: flex; flex-direction: column; justify-content: space-between; } .banner-card .plain-title { font-size: 13px; color: #bf953f; font-weight: 700; letter-spacing: 1px; } .banner-card .price { font-size: 48px; font-family: 'Playfair Display', serif; color: #fff; margin: 15px 0; } .banner-card .price span { font-size: 16px; } .card-img { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; margin-bottom: 24px; } .stats-section { padding: 100px 0; background-color: #faf9f6; } .section-title { font-size: 42px; text-align: center; margin-bottom: 16px; } .section-subtitle { text-align: center; max-width: 650px; margin: 0 auto 60px auto; color: #64748b; font-size: 18px; } .stats-wrapper { align-items: center; margin-top: 40px; } .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .stat-box { background: #ffffff; padding: 40px; border-radius: 8px; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 4px 20px rgba(0,0,0,0.02); } .stat-box h3 { font-size: 36px; color: #1e3a8a; margin-bottom: 8px; } .stat-box p { color: #64748b; font-size: 14px; font-weight: 500; } .stats-visual img { width: 100%; height: 420px; object-fit: cover; border-radius: 8px; } .cta-banner { padding: 100px 0; background: linear-gradient(135deg, #1e3a8a, #0b1c4d); color: #ffffff; } .cta-banner h2 { color: #ffffff; font-size: 40px; margin-bottom: 16px; } .cta-banner p { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 30px; } .cta-banner .newsletter-form { margin: 0 auto; } .about-hero, .services-hero, .blog-hero, .contacts-hero { background: #1e293b; color: #ffffff; padding: 100px 0; } .about-hero h1, .services-hero h1, .blog-hero h1, .contacts-hero h1 { color: #ffffff; font-size: 54px; margin-bottom: 16px; } .about-hero p, .services-hero p, .blog-hero p, .contacts-hero p { font-size: 18px; color: #94a3b8; max-width: 700px; margin: 0 auto; } .about-story { padding: 100px 0; background: #ffffff; } .story-text h2 { font-size: 36px; margin-bottom: 24px; } .story-text p { margin-bottom: 20px; color: #475569; } .story-text h3 { font-size: 22px; margin: 30px 0 15px 0; } .story-img img { width: 100%; height: 500px; object-fit: cover; border-radius: 8px; } .editorial-principles { padding: 100px 0; background-color: #faf9f6; } .p-card { background: #ffffff; padding: 40px; border-radius: 6px; border: 1px solid rgba(0,0,0,0.04); } .p-card h4 { font-size: 22px; margin-bottom: 16px; color: #1e3a8a; } .p-card p { color: #475569; } .pricing-section { padding: 100px 0; background: #ffffff; } .pricing-card { background: #faf9f6; padding: 50px 30px; border-radius: 8px; border: 1px solid rgba(0,0,0,0.06); display: flex; flex-direction: column; position: relative; } .pricing-card.popular { background: #0f172a; color: #ffffff; border-color: #bf953f; } .pricing-card.popular h3, .pricing-card.popular .duration-text { color: #ffffff; } .pricing-card.popular .price { color: #ffffff; } .pricing-card.popular ul li { color: #cbd5e1; } .pricing-card h3 { font-size: 28px; margin-bottom: 8px; } .duration-text { font-size: 14px; color: #64748b; margin-bottom: 24px; } .price { font-size: 52px; font-family: 'Playfair Display', serif; color: #0f172a; margin-bottom: 30px; font-weight: 700; } .price span { font-size: 16px; font-weight: 500; font-family: 'Plus Jakarta Sans', sans-serif; } .price-custom { font-size: 32px; font-family: 'Playfair Display', serif; color: #0f172a; margin-bottom: 30px; font-weight: 700; } .pricing-card.popular .price-custom { color: #ffffff; } .pricing-card ul { list-style: none; margin-bottom: 35px; flex-grow: 1; } .pricing-card ul li { padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 15px; color: #475569; } .badge-tag { position: absolute; top: -15px; right: 24px; background: #bf953f; color: #fff; padding: 4px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; } .faq-section { padding: 100px 0; background: #faf9f6; } .faq-accordion { max-width: 800px; margin: 0 auto; } .faq-item { background: #ffffff; border-radius: 4px; margin-bottom: 16px; border: 1px solid rgba(0,0,0,0.04); overflow: hidden; } .faq-trigger { padding: 24px; font-weight: 600; font-size: 18px; cursor: pointer; position: relative; transition: color 0.3s; } .faq-trigger:hover { color: #1e3a8a; } .faq-content { padding: 0 24px 24px 24px; display: none; color: #475569; } .faq-item.active .faq-content { display: block; } .blog-listing { padding: 100px 0; background-color: #ffffff; } .blog-card { background: #faf9f6; border-radius: 8px; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); } .blog-card img { width: 100%; height: 230px; object-fit: cover; } .blog-card-content { padding: 30px; } .blog-card-content span { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1px; color: #bf953f; text-transform: uppercase; margin-bottom: 12px; } .blog-card-content h4 { font-size: 22px; margin-bottom: 12px; line-height: 1.3; } .blog-card-content p { color: #64748b; font-size: 15px; margin-bottom: 20px; } .btn-link { font-weight: 600; color: #1e3a8a; text-decoration: none; font-size: 15px; } .btn-link:hover { text-decoration: underline; } .article-container { max-width: 800px; margin: 80px auto; padding: 0 24px; } .article-container h1 { font-size: 48px; line-height: 1.15; margin: 16px 0; } .meta-text { color: #64748b; font-size: 15px; margin-bottom: 40px; } .feat-image { width: 100%; height: 450px; object-fit: cover; border-radius: 8px; margin-bottom: 40px; } .article-body p { font-size: 18px; line-height: 1.8; color: #334155; margin-bottom: 28px; } .article-body blockquote { font-family: 'Playfair Display', serif; font-size: 24px; line-height: 1.4; color: #1e3a8a; padding-left: 24px; border-left: 4px solid #bf953f; margin: 40px 0; font-style: italic; } .cta-block { outline: 1px solid rgba(0,0,0,0.08); background: #faf9f6; padding: 50px; border-radius: 8px; margin-top: 60px; } .cta-block h3 { font-size: 28px; margin-bottom: 12px; } .cta-block p { color: #475569; margin-bottom: 24px; } .contacts-body { padding: 100px 0; background: #ffffff; } .detail-item { margin-bottom: 24px; } .detail-item h5 { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 6px; } .detail-item p, .detail-item a { color: #475569; font-size: 16px; text-decoration: none; } .detail-item a:hover { color: #1e3a8a; } .map-wrapper { margin-top: 40px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); } .contacts-form-card { background: #faf9f6; padding: 50px; border-radius: 8px; border: 1px solid rgba(0,0,0,0.06); } .contacts-form-card h3 { font-size: 28px; margin-bottom: 30px; } .form-group { margin-bottom: 20px; } .form-group label { display: block; font-size: 14px; font-weight: 600; color: #334155; margin-bottom: 8px; } .form-group input, .form-group textarea { width: 100%; padding: 14px; border: 1px solid rgba(0,0,0,0.12); border-radius: 4px; font-family: inherit; font-size: 15px; background: #ffffff; color: #1a1a1a; } .form-group input:focus, .form-group textarea:focus { outline: 2px solid #1e3a8a; border-color: transparent; } .form-checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #475569; margin-top: 15px; } .form-checkbox input { margin-top: 4px; } .form-checkbox a { color: #1e3a8a; text-decoration: underline; } .full-width { width: 100%; } .margin-top-sm { margin-top: 20px; } .thank-you-section { padding: 140px 0; background-color: #faf9f6; } .success-subtitle { font-size: 22px; color: #059669; font-weight: 600; margin: 15px 0 24px 0; } .thank-you-section p { font-size: 18px; color: #475569; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; } .btn-group { display: flex; justify-content: center; gap: 16px; } .legal-content-section { padding: 100px 0; background-color: #ffffff; } .last-updated { display: block; font-style: italic; color: #64748b; margin-bottom: 30px; } .legal-content-section h1 { font-size: 42px; margin-bottom: 20px; } .legal-content-section h3 { font-size: 22px; margin: 40px 0 20px 0; color: #1e3a8a; } .legal-content-section p, .legal-content-section li { font-size: 16px; line-height: 1.8; color: #334155; margin-bottom: 16px; } .legal-content-section ul { margin-left: 20px; margin-bottom: 24px; } .legal-table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; } .legal-table th, .legal-table td { border: 1px solid rgba(0,0,0,0.08); padding: 14px; text-align: left; } .legal-table th { background: #faf9f6; font-weight: 600; } .footer { background-color: #0d1527; color: #94a3b8; padding: 80px 0 40px 0; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; } .footer h4 { color: #ffffff; font-size: 18px; margin-bottom: 24px; } .footer-brand p { margin-top: 20px; line-height: 1.7; } .footer-links ul, .footer-legal ul { list-style: none; } .footer-links ul li, .footer-legal ul li { margin-bottom: 12px; } .footer-links ul li a, .footer-legal ul li a { color: #94a3b8; text-decoration: none; transition: color 0.3s; } .footer-links ul li a:hover, .footer-legal ul li a:hover { color: #ffffff; } .footer-contact p { margin-bottom: 12px; color: #cbd5e1; } .footer-contact a { color: #bf953f; text-decoration: none; font-weight: 500; } .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 30px; margin-top: 60px; } .cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: #ffffff; border-top: 1px solid rgba(0,0,0,0.08); z-index: 1000; box-shadow: 0 -10px 40px rgba(0,0,0,0.05); display: none; padding: 30px 0; } .cookie-content { max-width: 1200px; margin: 0 auto; padding: 0 24px; } .cookie-content h4 { font-size: 20px; margin-bottom: 12px; color: #0f172a; } .cookie-content p { color: #475569; font-size: 14px; margin-bottom: 20px; line-height: 1.6; } .cookie-content p a { color: #1e3a8a; text-decoration: underline; } .cookie-buttons { display: flex; gap: 12px; flex-wrap: wrap; } .cookie-custom-panel { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.08); } .custom-option { margin-bottom: 12px; } .custom-option label { font-size: 14px; color: #334155; font-weight: 500; cursor: pointer; } .pointer { cursor: pointer; } .burger-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; width: 30px; height: 24px; padding: 0; } .burger-btn span { display: block; width: 100%; height: 2px; background-color: #1e3a8a; transition: all 0.3s ease; } @media (max-width: 1024px) { .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 40px; } } @media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; gap: 30px; } .grid-4 { grid-template-columns: 1fr; gap: 30px; } .burger-btn { display: flex; } .nav-menu { display: none; position: absolute; top: 80px; left: 0; width: 100%; background: #ffffff; padding: 40px 24px; flex-direction: column; gap: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-top: 1px solid rgba(0,0,0,0.05); } .nav-menu.active { display: flex; } .hero h1 { font-size: 42px; } .hero p { font-size: 18px; } .hero-form, .newsletter-form { flex-direction: column; } .banner-card { padding: 24px; } }