.page-index{font-family:'Arial',sans-serif;color:#333;line-height:1.6;}.page-index__hero-section{position:relative;width:100%;min-height:550px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;padding-top:10px;box-sizing:border-box;}.page-index__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;max-width:100%;}.page-index__hero-content{z-index:1;max-width:900px;padding:20px;background:rgba(0,0,0,0.5);border-radius:10px;}.page-index__hero-title{font-size:3em;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,0.7);}.page-index__hero-subtitle{font-size:1.4em;margin-bottom:30px;}.page-index__cta-button{display:inline-block;background-color:#e74c3c;color:#fff;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease;margin:0 10px;}.page-index__cta-button:hover{background-color:#c0392b;}.page-index__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000;}.page-index__floating-buttons .page-index__cta-button{padding:10px 20px;font-size:0.9em;}.page-index__section{padding:60px 20px;text-align:center;max-width:1200px;margin:0 auto;box-sizing:border-box;}.page-index__section:nth-of-type(even){background-color:#f8f8f8;}.page-index__section-title{font-size:2.5em;margin-bottom:40px;color:#2c3e50;}.page-index__product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;justify-content:center;}.page-index__product-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;text-align:center;padding-bottom:20px;transition:transform 0.3s ease;}.page-index__product-card:hover{transform:translateY(-5px);}.page-index__product-image{width:100%;height:250px;object-fit:cover;max-width:100%;}.page-index__product-title{font-size:1.5em;margin:20px 0 10px;color:#2c3e50;}.page-index__product-description{font-size:0.95em;color:#555;padding:0 20px;margin-bottom:20px;}.page-index__promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}.page-index__promotion-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);overflow:hidden;text-align:left;}.page-index__promotion-image{width:100%;height:280px;object-fit:cover;max-width:100%;}.page-index__promotion-content{padding:25px;}.page-index__promotion-title{font-size:1.6em;margin-bottom:15px;color:#2c3e50;}.page-index__promotion-text{font-size:0.95em;color:#555;margin-bottom:20px;}.page-index__learn-more-button{display:inline-block;background-color:#3498db;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease;border:none;cursor:pointer;}.page-index__learn-more-button:hover{background-color:#2980b9;}.page-index__about-content{display:flex;flex-direction:column;align-items:center;gap:30px;}.page-index__about-text{font-size:1.1em;color:#555;max-width:800px;text-align:left;}.page-index__about-logo{max-width:250px;height:auto;margin-top:20px;}.page-index__faq-container{max-width:800px;margin:0 auto;text-align:left;}.page-index__faq-item{background-color:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.08);}.page-index__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#ecf0f1;border-radius:8px;transition:background-color 0.3s ease;}.page-index__faq-question:hover{background-color:#dde3e4;}.page-index__faq-question h3{margin:0;font-size:1.15em;color:#2c3e50;pointer-events:none;}.page-index__faq-toggle{font-size:1.5em;font-weight:bold;color:#34495e;transition:transform 0.3s ease;pointer-events:none;}.page-index__faq-item.active .page-index__faq-toggle{transform:rotate(45deg);}.page-index__faq-answer{max-height:0;overflow:hidden;padding:0 25px;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s ease,opacity 0.4s ease;opacity:0;font-size:0.95em;color:#555;}.page-index__faq-item.active .page-index__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}@media (max-width:768px){.page-index__hero-title{font-size:2em;}.page-index__hero-subtitle{font-size:1.1em;}.page-index__cta-button{padding:10px 20px;font-size:0.9em;margin:0 5px;}.page-index__floating-buttons{right:10px;bottom:10px;}.page-index__section{padding:40px 15px;}.page-index__section-title{font-size:2em;margin-bottom:30px;}.page-index__product-grid,.page-index__promotions-grid{grid-template-columns:1fr;}.page-index__product-image,.page-index__promotion-image{height:200px;}.page-index__product-title{font-size:1.3em;}.page-index__promotion-title{font-size:1.4em;}.page-index__about-text{font-size:1em;}.page-index__faq-question{padding:15px 20px;}.page-index__faq-question h3{font-size:1em;}.page-index__faq-answer{padding:0 20px;}.page-index__faq-item.active .page-index__faq-answer{padding:15px 20px !important;}.page-index__hero-section .page-index__cta-button{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin:10px 0 !important;}.page-index__product-grid > *{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-index__product-grid{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-index__promotions-grid > *{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-index__promotions-grid{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-index__faq-container > *{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-index__faq-container{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-index__hero-section img,.page-index__product-image,.page-index__promotion-image,.page-index__about-logo{max-width:100% !important;height:auto !important;box-sizing:border-box !important;}}