.page-thimbles-1win { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-thimbles-1win__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-thimbles-1win__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-thimbles-1win__section--dark { background-color: #2c3e50; color: #fff; } .page-thimbles-1win__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-thimbles-1win__section-title--light { color: #fff; } .page-thimbles-1win__text-center { text-align: center; } .page-thimbles-1win__hero-section { padding-top: 10px; position: relative; overflow: hidden; background: linear-gradient(135deg, #2a004f, #0f001f); color: #fff; text-align: center; padding-bottom: 80px; } .page-thimbles-1win__hero-image { width: 100%; height: 500px; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.3; } .page-thimbles-1win__hero-content { position: relative; z-index: 2; padding: 80px 20px; max-width: 900px; margin: 0 auto; } .page-thimbles-1win__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); } .page-thimbles-1win__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-thimbles-1win__cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-thimbles-1win__button { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #2c3e50; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-thimbles-1win__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-thimbles-1win__button--primary { background-color: #007bff; color: #fff; } .page-thimbles-1win__button--primary:hover { background-color: #0056b3; } .page-thimbles-1win__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-thimbles-1win__card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-thimbles-1win__card:hover { transform: translateY(-5px); } .page-thimbles-1win__card-image { width: 100%; height: 250px; object-fit: cover; } .page-thimbles-1win__card-content { padding: 25px; } .page-thimbles-1win__card-title { font-size: 1.5em; margin-bottom: 15px; color: #2c3e50; } .page-thimbles-1win__card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-thimbles-1win__list-item { margin-bottom: 15px; display: flex; align-items: flex-start; } .page-thimbles-1win__list-icon { margin-right: 15px; font-size: 1.5em; color: #ffcc00; } .page-thimbles-1win__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; } .page-thimbles-1win__promo-card { display: flex; align-items: center; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease; } .page-thimbles-1win__promo-card:hover { transform: translateY(-5px); } .page-thimbles-1win__promo-image { width: 150px; height: 150px; object-fit: cover; } .page-thimbles-1win__promo-content { padding: 20px; flex-grow: 1; } .page-thimbles-1win__promo-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; } .page-thimbles-1win__promo-description { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-thimbles-1win__promo-button { padding: 10px 20px; font-size: 0.9em; } .page-thimbles-1win__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; } .page-thimbles-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-thimbles-1win__faq-question:hover { background-color: #eee; } .page-thimbles-1win__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-thimbles-1win__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-thimbles-1win__faq-item.active .page-thimbles-1win__faq-toggle { transform: rotate(45deg); } .page-thimbles-1win__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-thimbles-1win__faq-item.active .page-thimbles-1win__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-thimbles-1win__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-thimbles-1win__blog-card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease; } .page-thimbles-1win__blog-card:hover { transform: translateY(-5px); } .page-thimbles-1win__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-thimbles-1win__blog-content { padding: 20px; } .page-thimbles-1win__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-thimbles-1win__blog-title { font-size: 1.2em; font-weight: bold; margin-bottom: 15px; color: #2c3e50; } .page-thimbles-1win__blog-summary { font-size: 0.9em; color: #555; margin-bottom: 20px; } .page-thimbles-1win__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; font-size: 0.9em; } .page-thimbles-1win__blog-link:hover { text-decoration: underline; } @media (max-width: 992px) { .page-thimbles-1win__hero-title { font-size: 2.8em; } .page-thimbles-1win__hero-subtitle { font-size: 1.3em; } .page-thimbles-1win__section-title { font-size: 2em; } .page-thimbles-1win__promo-card { flex-direction: column; text-align: center; } .page-thimbles-1win__promo-image { width: 100%; height: 180px; } } @media (max-width: 768px) { .page-thimbles-1win__hero-content { padding: 60px 15px; } .page-thimbles-1win__hero-title { font-size: 2.2em; } .page-thimbles-1win__hero-subtitle { font-size: 1.1em; } .page-thimbles-1win__cta-group { flex-direction: column; } .page-thimbles-1win__button { width: 100%; } .page-thimbles-1win__container { padding: 10px; } .page-thimbles-1win__section { padding: 30px 15px; } .page-thimbles-1win__grid, .page-thimbles-1win__quick-access-grid, .page-thimbles-1win__blog-grid { grid-template-columns: 1fr; } .page-thimbles-1win__card-image { height: 200px; } .page-thimbles-1win__promo-card { flex-direction: column; } .page-thimbles-1win__promo-image { width: 100%; height: 150px; } .page-thimbles-1win__faq-question { padding: 15px 20px; } .page-thimbles-1win__faq-question h3 { font-size: 1em; } .page-thimbles-1win__faq-answer { padding: 0 20px; } .page-thimbles-1win__faq-item.active .page-thimbles-1win__faq-answer { padding: 15px 20px !important; } .page-thimbles-1win__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-thimbles-1win__list-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-thimbles-1win__text-block { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-thimbles-1win__text-block p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-thimbles-1win__content-area { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-thimbles-1win__content-area p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } img { max-width: 100% !important; height: auto !important; } .page-thimbles-1win__card-image, .page-thimbles-1win__promo-image, .page-thimbles-1win__blog-image { max-width: 100% !important; height: auto !important; } }