.hero-section { padding: 60px 0; background: linear-gradient(145deg, #fef7f2 0%, #fff5ed 100%); position: relative; overflow: hidden; } .hero-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 40px; position: relative; z-index: 2; } .hero-content { flex: 1 1 400px; position: relative; z-index: 2; } .hero-title { font-size: clamp(32px, 6vw, 56px); font-weight: 800; line-height: 1.2; color: #2d1f1a; margin-bottom: 20px; } .hero-title span { color: #FC5A5B; display: block; font-size: 0.9em; } .hero-subtitle { font-size: 1.2rem; color: #5e4b42; margin-bottom: 30px; } .hero-player { flex: 1 1 360px; background: #fff; border-radius: 32px; padding: 30px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); position: relative; overflow: hidden; } .player-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; position: relative; z-index: 2; } .player-cover { width: 80px; height: 80px; border-radius: 20px; background: #fce6d8; display: flex; align-items: center; justify-content: center; } .player-info { flex: 1; } .player-occasion { font-weight: 700; font-size: 1.4rem; color: #2d1f1a; } .player-controls { display: flex; gap: 10px; margin-top: 20px; position: relative; z-index: 2; } .btn-player { background: #2d1f1a; color: #fff; border: none; border-radius: 40px; padding: 12px 24px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: 0.2s; } .btn-player-outline { background: transparent; border: 2px solid #2d1f1a; color: #2d1f1a; } .btn-player:hover { opacity: 0.9; transform: scale(0.98); } .steps-section { padding: 80px 0; background: #fff; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .section-title { font-size: 2.8rem; font-weight: 700; color: #2d1f1a; text-align: center; margin-bottom: 50px; } .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .step-card { background: #fdf8f5; border-radius: 30px; padding: 40px 25px; text-align: center; transition: 0.2s; } .step-icon { width: 90px; height: 90px; background: #fff; border-radius: 30px; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03); } .step-card h3 { font-size: 1.8rem; margin-bottom: 15px; color: #FC5A5B; } .step-card p { color: #5e4b42; font-size: 1.05rem; line-height: 1.5; } .owl-carousel .owl-stage-outer { padding-top: 10px; padding-bottom: 30px; } .tariffs-section { padding: 80px 0; background: #fff; } .tariff-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; } .tariff-card { background: #fff; border-radius: 30px; padding: 30px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05); border: 1px solid #f0e3db; transition: transform 0.2s; } .tariff-card:hover { transform: translateY(-5px); } .tariff-badge { background: #FC5A5B; color: #fff; display: inline-block; padding: 6px 18px; border-radius: 30px; font-weight: 600; margin-bottom: 20px; } .tariff-title { font-size: 2rem; font-weight: 700; margin-bottom: 15px; } .tariff-old-price { text-decoration: line-through; color: #9a8a82; font-size: 1.3rem; } .tariff-new-price { font-size: 2.8rem; font-weight: 800; color: #2d1f1a; margin: 10px 0; } .tariff-desc { color: #5e4b42; margin: 20px 0; line-height: 1.6; } .btn-primary { background: #FC5A5B; color: #fff; border: none; border-radius: 50px; padding: 16px 30px; font-weight: 700; font-size: 1.1rem; display: inline-block; cursor: pointer; transition: 0.2s; text-decoration: none; } .btn-primary:hover { background: #e04a4b; } .faq-section { padding: 60px 0; background: #fdf8f5; } .faq-item { background: #fff; border-radius: 24px; padding: 20px 30px; margin-bottom: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02); border: 1px solid #ede0d9; } .faq-question { font-weight: 700; font-size: 1.25rem; color: #2d1f1a; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; color: #5e4b42; } .faq-answer-content { padding-top: 20px; } .faq-item.active .faq-answer { max-height: 500px; } @media (max-width: 768px) { .steps-grid, .tariff-cards { grid-template-columns: 1fr; } .hero-container { flex-direction: column; } .video-cta p { line-height: 140%; } } .reviews-scroll-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; } .reviews-scroll-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .fix_z { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: transparent; } .step-icon .mso, .player-cover .mso { color: #FC5A5B !important; } .volume-control { margin-top: 20px; display: flex; align-items: center; gap: 8px; position: relative; z-index: 2; } .volume-control i { color: #9F8771; font-size: 20px; } .volume-slider { -webkit-appearance: none; appearance: none; width: 100px; height: 4px; background: #ede0d9; border-radius: 10px; outline: none; } .volume-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; border-radius: 50%; background: #9F8771; cursor: pointer; border: 2px solid #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } .volume-slider::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #9F8771; cursor: pointer; border: 2px solid #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } .floating-notes, .hero-notes { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; } .note { position: absolute; color: rgba(252, 90, 91, 0.45); font-size: 26px; animation: floatNote 8s infinite ease-in-out; user-select: none; opacity: 0.8; will-change: transform; } .hero-notes .note:nth-child(1), .floating-notes .note:nth-child(1) { top: 10%; left: 5%; animation-duration: 9s; animation-delay: 0s; color: rgba(159, 135, 113, 0.5); } .hero-notes .note:nth-child(2), .floating-notes .note:nth-child(2) { top: 65%; left: 85%; animation-duration: 11s; animation-delay: 2s; font-size: 34px; color: rgba(252, 90, 91, 0.45); } .hero-notes .note:nth-child(3), .floating-notes .note:nth-child(3) { top: 35%; left: 90%; animation-duration: 7s; animation-delay: 1s; font-size: 22px; color: rgba(45, 31, 26, 0.35); } .hero-notes .note:nth-child(4), .floating-notes .note:nth-child(4) { top: 80%; left: 12%; animation-duration: 10s; animation-delay: 3s; font-size: 30px; color: rgba(252, 90, 91, 0.4); } .hero-notes .note:nth-child(5), .floating-notes .note:nth-child(5) { top: 20%; left: 75%; animation-duration: 8s; animation-delay: 1.5s; font-size: 28px; color: rgba(159, 135, 113, 0.5); } .hero-notes .note:nth-child(6), .floating-notes .note:nth-child(6) { top: 55%; left: 40%; animation-duration: 9.5s; animation-delay: 0.8s; font-size: 32px; color: rgba(45, 31, 26, 0.3); } .hero-notes .note:nth-child(7), .floating-notes .note:nth-child(7) { top: 85%; left: 55%; animation-duration: 10s; animation-delay: 2.5s; font-size: 24px; color: rgba(252, 90, 91, 0.4); } .hero-notes .note:nth-child(8), .floating-notes .note:nth-child(8) { top: 40%; left: 15%; animation-duration: 11s; animation-delay: 0.2s; font-size: 36px; color: rgba(159, 135, 113, 0.45); } @keyframes floatNote { 0% { transform: translateY(0) rotate(0deg); opacity: 0.7; } 50% { transform: translateY(-40px) rotate(12deg); opacity: 1; } 100% { transform: translateY(0) rotate(0deg); opacity: 0.7; } } .music-playing .note { animation-duration: 3s !important; animation-name: floatNoteFast !important; } @keyframes floatNoteFast { 0% { transform: translate(0, 0) rotate(0deg); opacity: 0.8; } 25% { transform: translate(10px, -25px) rotate(15deg); opacity: 1; } 50% { transform: translate(-5px, -50px) rotate(-10deg); opacity: 0.9; } 75% { transform: translate(8px, -20px) rotate(20deg); opacity: 1; } 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.8; } } .hero-notes .note { opacity: 0.8; } .video-section-modern { padding: 80px 0; background: linear-gradient(135deg, #FDF8F5 0%, #FFF5ED 100%); position: relative; overflow: hidden; } .section-header { text-align: center; margin-bottom: 50px; } .section-title-modern { font-size: 2.8rem; font-weight: 800; color: #2D1F1A; margin-bottom: 15px; } .section-title-modern span { color: #FC5A5B; display: inline-block; position: relative; } .section-title-modern span::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 10px; background: rgba(252, 90, 91, 0.2); z-index: -1; } .section-subtitle { font-size: 1.2rem; color: #5E4B42; max-width: 600px; margin: 0 auto; } .testimonials-carousel { padding: 15px 0; } .testimonial-card { background: #FFFFFF; border-radius: 28px; overflow: hidden; box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; margin: 0 15px; cursor: pointer; } .testimonial-card:hover { transform: translateY(-10px); box-shadow: 0 30px 45px -12px rgba(0, 0, 0, 0.15); } .video-preview { position: relative; padding-bottom: 56.25%; background: #2D1F1A; overflow: hidden; } .preview-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .testimonial-card:hover .preview-img { transform: scale(1.05); } .preview-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.3); z-index: 1; transition: background 0.3s; } .testimonial-card:hover .preview-overlay { background: rgba(0, 0, 0, 0.2); } .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; background: none; border: none; cursor: pointer; padding: 0; transition: transform 0.2s ease; } .play-btn svg { width: 68px; height: 68px; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)); } .play-btn:hover { transform: translate(-50%, -50%) scale(1.05); } .testimonial-content { padding: 24px 20px; position: relative; } .quote-icon { font-size: 60px; line-height: 1; color: rgba(252, 90, 91, 0.2); font-family: serif; position: absolute; top: 10px; left: 20px; pointer-events: none; } .testimonial-text { font-size: 1rem; line-height: 1.5; color: #2D1F1A; margin-bottom: 20px; font-style: italic; position: relative; z-index: 1; } .testimonial-author { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; border-top: 1px solid #F0E3DB; padding-top: 15px; } .testimonial-author strong { font-weight: 700; color: #FC5A5B; font-size: 1rem; } .testimonial-author span { font-size: 0.8rem; color: #9A8A82; } .rating { color: #F5B342; font-weight: 600; font-size: 0.85rem; letter-spacing: 1px; } .testimonials-carousel .owl-stage { display: flex; align-items: stretch; } .testimonials-carousel .owl-item { height: auto; } .testimonials-carousel .owl-item .testimonial-card { height: 100%; display: flex; flex-direction: column; } .testimonials-carousel .owl-item .testimonial-content { flex: 1; } .custom-nav { display: flex; justify-content: center; gap: 20px; margin-top: 45px; } .custom-prev, .custom-next { width: 52px; height: 52px; border-radius: 60px; background: white; border: 1px solid #EADBD2; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05); } .custom-prev svg, .custom-next svg { width: 28px; height: 28px; color: #2D1F1A; } .custom-prev:hover, .custom-next:hover { background: #FC5A5B; border-color: #FC5A5B; } .custom-prev:hover svg, .custom-next:hover svg { color: white; } .testimonials-carousel .owl-dots { margin-top: 30px; text-align: center; } .testimonials-carousel .owl-dot { width: 10px; height: 10px; background: #D9C7BC; border-radius: 20px; margin: 0 6px; display: inline-block; transition: all 0.25s; } .testimonials-carousel .owl-dot.active { width: 28px; background: #FC5A5B; } .video-cta { text-align: center; margin-top: 50px; font-size: 1.2rem; } .video-cta p { color: #2D1F1A; } .video-cta a { color: #FC5A5B; font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(252, 90, 91, 0.3); transition: border-color 0.2s; } .video-cta a:hover { border-bottom-color: #FC5A5B; } @media (max-width: 768px) { .video-section-modern { padding: 50px 0; } .section-title-modern { font-size: 2rem; } .testimonial-card { margin: 0 8px; } .play-btn svg { width: 48px; height: 48px; } .custom-prev, .custom-next { width: 44px; height: 44px; } } @media (max-width: 480px) { .testimonial-text { font-size: 0.9rem; } .quote-icon { font-size: 45px; } } .cta-section { padding: 80px 0; background: linear-gradient(145deg, #2d1f1a 0%, #3f2c24 100%); color: #fff; text-align: center; } .cta-section h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; } .cta-section p { font-size: 1.2rem; opacity: 0.9; max-width: 600px; margin: 0 auto; } html { font-size: clamp(14px, 3.5vw, 16px); } img { max-width: 100%; height: auto; } @media (max-width: 767px) { .container { width: 100%; max-width: 100%; padding: 0 5vw; box-sizing: border-box; } .hero-section { padding: 8vw 0; } .hero-container { flex-direction: column; gap: 8vw; } .hero-content, .hero-player { flex: 1 1 auto; width: 100%; max-width: 100%; } .hero-title { font-size: clamp(2rem, 8vw, 3.5rem); } .hero-subtitle { font-size: clamp(0.95rem, 4vw, 1.2rem); line-height: 1.5; } .hero-player { padding: 6vw; } .steps-section { padding: 10vw 0; } .section-title { font-size: clamp(2rem, 8vw, 2.8rem); margin-bottom: 8vw; } .steps-grid { grid-template-columns: 1fr; gap: 6vw; } .step-card { padding: 8vw 6vw; } .step-card h3 { font-size: clamp(1.4rem, 6vw, 1.8rem); } .step-card p { font-size: 0.95rem; line-height: 1.5; } .video-section-modern { padding: 10vw 0; } .section-title-modern { font-size: clamp(2rem, 8vw, 2.5rem); } .section-subtitle { font-size: 0.9rem; } .testimonial-card { margin: 0 4vw; } .testimonial-text { font-size: 0.9rem; } .quote-icon { font-size: 2.8rem; } .custom-prev, .custom-next { width: 11vw; height: 11vw; min-width: 44px; min-height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 0; } .tariffs-section { padding: 10vw 0; } .tariff-cards { grid-template-columns: 1fr; gap: 6vw; } .tariff-card { padding: 8vw 6vw; } .tariff-title { font-size: clamp(1.8rem, 7vw, 2rem); } .tariff-old-price { font-size: clamp(1rem, 4vw, 1.3rem); } .tariff-new-price { font-size: clamp(2.2rem, 9vw, 2.8rem); } .tariff-desc { font-size: 0.9rem; } .faq-section { padding: 10vw 0; } .faq-item { padding: 5vw 6vw; } .faq-question { font-size: 1.05rem; } .faq-answer-content { font-size: 0.95rem; } .cta-section { padding: 12vw 5vw; } .cta-section h2 { font-size: clamp(2rem, 8vw, 2.5rem); margin-bottom: 5vw; } .cta-section p { font-size: 1rem; line-height: 1.5; } .btn-primary, .btn-player, .btn-player-outline, .open-modal, button, a.button { min-height: 44px; min-width: 44px; padding: 0.8em 1.6em; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; box-sizing: border-box; font-size: inherit; line-height: 1.2; } .player-controls { gap: 4vw; } .tariff-card .btn-primary { margin-top: 4vw; } body { overflow-x: hidden; width: 100%; } } @media (max-width: 480px) { html { font-size: clamp(13px, 4vw, 15px); } .hero-title { font-size: clamp(1.8rem, 9vw, 2.8rem); } .section-title, .section-title-modern, .cta-section h2 { font-size: clamp(1.8rem, 8vw, 2.4rem); } .step-card h3, .tariff-title { font-size: clamp(1.3rem, 6vw, 1.6rem); } .tariff-new-price { font-size: clamp(2rem, 10vw, 2.4rem); } .player-cover { width: 60px; height: 60px; } .player-occasion { font-size: 1.2rem; } }