*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111827;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e5e7eb}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{text-decoration:none;display:flex;align-items:center}.logo-text{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.nav-link{text-decoration:none;color:#374151;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.search-btn,.cart-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#374151;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:center}.search-btn:hover,.cart-btn:hover{background:#f3f4f6;color:#667eea}.cart-btn{text-decoration:none}.cart-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .4rem;border-radius:10px;min-width:18px;text-align:center;line-height:1.2}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#374151;transition:all .2s ease;align-items:center;justify-content:center}.menu-toggle:hover{background:#f3f4f6;color:#667eea}.menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}.mobile-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-2px 0 8px #0000001a;z-index:1001;transition:right .3s ease;display:flex;flex-direction:column}.mobile-menu.open{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.mobile-menu-title{font-size:1.25rem;font-weight:600;color:#111827}.menu-close-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#374151;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.menu-close-btn:hover{background:#f3f4f6;color:#667eea}.mobile-nav-menu{display:flex;flex-direction:column;padding:1rem 0}.mobile-nav-link{text-decoration:none;color:#374151;font-weight:500;font-size:1rem;padding:1rem 1.5rem;transition:all .2s ease;border-left:3px solid transparent}.mobile-nav-link:hover{background:#f9fafb;color:#667eea;border-left-color:#667eea}@media(max-width:768px){.header-container{padding:1rem;gap:1rem}.nav-menu{display:none}.logo-text{font-size:1.5rem}.menu-toggle{display:flex}.menu-overlay{display:block}.mobile-menu{display:flex}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{margin:0;font-size:.875rem;line-height:1.6;color:#9ca3af;max-width:280px}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-link{width:40px;height:40px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#e5e7eb;transition:all .3s ease;text-decoration:none}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-2px)}.footer-contact{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;font-size:.875rem}.footer-contact-link{color:#9ca3af;text-decoration:none}.footer-contact-link:hover{color:#e5e7eb}.footer-heading{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-link:hover{color:#667eea}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem}.footer-bottom-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{margin:0;font-size:.875rem;color:#9ca3af}.footer-payment{display:flex;align-items:center;gap:.75rem}.payment-text{font-size:.875rem;color:#9ca3af}.payment-icons{display:flex;gap:.5rem}.payment-icon{font-size:1.25rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem 1.5rem}.footer-bottom-container{flex-direction:column;text-align:center;padding:1.5rem}.footer-description{max-width:100%}}.layout{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.main-content{flex:1;width:100%}.detail-container{background:#fff;min-height:calc(100vh - 160px)}.detail-layout{max-width:1200px;margin:0 auto;padding:0}.detail-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 1rem 0;align-items:start}.detail-image-section{display:none}.detail-image{width:100%;height:auto;border-radius:12px;object-fit:cover}.detail-sidebar{display:flex;flex-direction:column;width:100%;max-width:28rem;margin:0 auto}.detail-header-section{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem;width:100%}.detail-title{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;max-height:calc(1.4em * 3)}.detail-meta-infos{display:flex;align-items:flex-start;gap:0}.meta-sales{border-right:1px solid #e5e7eb;padding-right:.75rem;margin-right:.75rem}.meta-downloadable{display:flex;align-items:center;gap:.5rem;color:#6b7280}.meta-text{font-size:.875rem;color:#6b7280}.detail-price-section{width:100%;margin-top:1.5rem}.price-container{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;gap:.75rem}.detail-price-original{font-size:1.125rem;font-weight:500;line-height:1.5;text-decoration:line-through;color:#9ca3af}.detail-price{font-size:1.875rem;font-weight:700;color:#ef4444}.detail-buy-section{width:100%;margin:1.5rem 0}.btn-buy-now{width:100%;padding:1rem;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:#3b82f633 0 4px 12px}.btn-buy-now:hover{background:#2563eb;transform:translateY(-2px);box-shadow:#3b82f666 0 6px 16px}.btn-buy-now:active{transform:scale(1.05) translateY(0)}.detail-payment-section{display:flex;flex-direction:column;align-items:center;width:100%;gap:.5rem}.payment-title{font-size:.875rem;color:#6b7280;margin:0;font-weight:600}.payment-methods{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:100%}.payment-method{display:flex;align-items:center;justify-content:center;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;min-width:60px;min-height:60px}.payment-method img{width:40px;height:40px;object-fit:contain}.payment-methods-loading{padding:.5rem;text-align:center}.payment-methods-loading p{font-size:.75rem;color:#6b7280;margin:0}.detail-actions-section{border-top:1px solid #e5e7eb;padding-top:1.5rem;width:100%;margin-top:2rem;display:none;flex-direction:row;align-items:center;justify-content:center;gap:0}.action-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;cursor:pointer;color:#111827;font-size:.875rem;transition:all .2s ease;border-radius:12px}.action-btn:hover{background:#f3f4f6}.action-btn:not(:last-child){border-right:1px solid #e5e7eb;border-radius:0}.action-btn:first-child{border-radius:12px 0 0 12px}.action-btn:last-child{border-radius:0 12px 12px 0}.detail-tabs-section{background:#f9fafb;border-radius:12px;padding:2rem 1rem;margin:3rem 1rem}.tabs-container{max-width:100%}.tabs-list{display:flex;justify-content:center;overflow-x:auto;gap:0;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.tab-button{padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-size:.875rem;color:#6b7280;border-bottom:2px solid transparent;transition:all .2s ease;white-space:nowrap}.tab-button:hover{color:#111827}.tab-button.active{color:#111827;border-bottom-color:#667eea;font-weight:600}.tab-content{margin-top:1rem}.product-description{width:100%;max-width:100%}.product-files{width:100%}.files-preview-notice{margin-bottom:1rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:12px}.notice-content{display:flex;flex-direction:row;align-items:center;gap:.5rem}.notice-icon{color:#d97706;flex-shrink:0}.notice-content span{font-size:.875rem;color:#d97706}.files-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.file-item{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.file-icon{width:2.5rem;height:2.5rem;background:#f3f4f6;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#111827}.file-info{display:flex;flex-direction:column;width:100%;max-width:calc(100% - 60px);gap:.25rem}.file-name{font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap;margin-top:.25rem}.file-size{background:#f3f4f6;padding:.25rem .5rem;border-radius:6px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.8rem}.file-type-badge{background:#e0f2fe;color:#0369a1;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.file-original-name{display:inline-flex;align-items:center;background:#fef3c7;color:#92400e;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size-unknown{color:#9ca3af;font-style:italic;font-size:.8rem}.file-preview-badge{padding:.5rem .75rem;background:#f3f4f6;color:#6b7280;border-radius:12px;width:100%;text-align:center;font-size:.875rem}.file-actions{display:flex;gap:.5rem;margin-top:1rem;justify-content:flex-start}.file-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.preview-btn{background:#f0f9ff;color:#0369a1;border-color:#bae6fd}.preview-btn:hover{background:#e0f2fe}.download-btn{background:#10b981;color:#fff}.download-btn:hover{background:#059669;transform:translateY(-1px)}.file-action-btn:not(:disabled){cursor:pointer!important}.file-action-btn:disabled{opacity:.5;cursor:not-allowed!important;pointer-events:none}.file-action-btn:disabled:hover{background-color:inherit;transform:none}.preview-btn:disabled:hover{background:#f0f9ff}.download-btn:disabled:hover{background:#10b981}.file-action-btn.disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f5;border-color:#ddd;color:#999}.file-action-btn.disabled:hover{background-color:#f5f5f5;border-color:#ddd}@media(min-width:768px){.file-item{flex-direction:row;align-items:center;justify-content:space-between}.file-info{flex:1;max-width:calc(100% - 200px)}.file-actions{margin-top:0;justify-content:flex-end;min-width:220px}.file-preview-badge{width:auto;min-width:120px}}.product-description p{font-size:1rem;line-height:1.8;color:#374151;margin:0 0 1rem}.product-description strong{font-weight:600;color:#111827}.features-section{margin-top:1.5rem}.features-section ol{margin:.75rem 0;padding-left:1.5rem}.features-section li{margin:.5rem 0;line-height:1.6;color:#374151}.product-not-found{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;max-width:600px;margin:4rem auto}.product-not-found h2{font-size:2rem;color:#111827;margin:0 0 1rem}.product-not-found p{font-size:1.1rem;color:#6b7280;margin:0 0 2rem}.btn-back{padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.btn-back:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media(min-width:768px){.detail-grid{grid-template-columns:1fr 1fr;gap:7rem;padding:3rem 2rem 0}.detail-image-section{display:flex;flex-direction:column;align-items:start;width:100%}.detail-sidebar{margin:0}.detail-title{font-size:1.5rem;-webkit-line-clamp:3;line-clamp:3}.detail-price{font-size:2.25rem}.detail-actions-section{display:flex}.detail-tabs-section{padding:2rem;margin:3rem 2rem}}@media(max-width:767px){.detail-container{padding:0}.detail-grid{padding:2rem 1rem 0;gap:2rem}.detail-title{font-size:1.125rem;-webkit-line-clamp:3;line-clamp:3}.detail-price{font-size:1.5rem}.detail-price-original{font-size:1rem}.detail-tabs-section{margin:2rem .5rem;padding:1.5rem 1rem}}.formation-content{padding:1rem 0}.chapters-list{display:flex;flex-direction:column;gap:1rem}.chapter-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.chapter-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;cursor:pointer;transition:background .2s ease}.chapter-header:hover{background:#f9fafb}.chapter-info{flex:1}.chapter-info h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#111827}.chapter-count{font-size:.875rem;color:#6b7280}.chapter-content{padding:0 1.5rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.chapter-description{margin:1rem 0;color:#374151;line-height:1.6}.subchapters-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.subchapter-item{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.subchapter-info h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}.subchapter-info p{margin:.5rem 0;color:#6b7280;line-height:1.6}.subchapter-video,.subchapter-code{margin-top:1rem;border-radius:6px;overflow:hidden}.subchapter-video iframe{width:100%;min-height:400px;border:none}.subchapter-text{margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:6px;white-space:pre-wrap;line-height:1.6}.no-chapters,.no-subchapters{text-align:center;padding:2rem;color:#6b7280}.avis-section{padding:1rem 0}.avis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.avis-stats{display:flex;flex-direction:column;gap:.5rem}.avis-rating{display:flex;align-items:center;gap:1rem}.rating-value{font-size:2rem;font-weight:700;color:#111827}.rating-stars{display:flex;gap:.25rem}.avis-count{font-size:.875rem;color:#6b7280}.btn-add-avis{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-add-avis:hover{background:#2563eb;transform:translateY(-1px)}.avis-form-container{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.avis-form{display:flex;flex-direction:column;gap:1rem}.avis-form .form-group{display:flex;flex-direction:column;gap:.5rem}.avis-form label{font-weight:500;color:#374151}.avis-form input,.avis-form textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.avis-form input:focus,.avis-form textarea:focus{outline:none;border-color:#3b82f6}.rating-input{display:flex;gap:.5rem}.star-btn{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease}.star-btn:hover{transform:scale(1.1)}.star-btn.active svg{fill:#fbbf24}.btn-submit-avis{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}.btn-submit-avis:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.btn-submit-avis:disabled{opacity:.7;cursor:not-allowed}.avis-list{display:flex;flex-direction:column;gap:1.5rem}.avis-item{padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.avis-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.avis-user{display:flex;gap:1rem;align-items:flex-start}.avis-user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.avis-user-info h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#111827}.avis-rating-small{display:flex;gap:.125rem}.avis-date{font-size:.875rem;color:#6b7280}.avis-comment{margin:0;color:#374151;line-height:1.6}.no-avis{text-align:center;padding:3rem 1rem;color:#6b7280}.faqs-section{padding:1rem 0}.faqs-list{display:flex;flex-direction:column;gap:1rem}.faq-item{padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 2px 8px #00000014}.faq-question{margin-bottom:1rem}.faq-question h4{margin:0;font-size:1.1rem;font-weight:600;color:#111827;display:flex;align-items:center;line-height:1.5}.faq-question-header{margin-bottom:0;-webkit-user-select:none;user-select:none}.faq-question-content{display:flex;align-items:flex-start;gap:.75rem}.faq-toggle-btn{background:none;border:none;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;flex-shrink:0;margin-top:.125rem}.faq-toggle-btn:hover{color:#111827}.faq-question-text{margin:0;font-size:1.1rem;font-weight:600;color:#111827;display:flex;align-items:center;line-height:1.5;flex:1}.faq-answer{padding-left:2.5rem;padding-top:1rem;margin-top:.5rem;border-top:1px solid #e5e7eb;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{margin:0;color:#374151;line-height:1.6}.no-faqs{text-align:center;padding:3rem 1rem;color:#6b7280}.no-faqs svg{display:block;margin:0 auto 1rem}.file-preview-modal{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.file-preview-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:95vw;max-height:95vh;width:100%;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.file-preview-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.preview-header-info{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.preview-header-info h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-file-size{font-size:.875rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:6px;display:inline-block;width:fit-content}.close-preview-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-left:1rem;flex-shrink:0}.close-preview-btn:hover{background:#f3f4f6;color:#111827}.file-preview-body{flex:1;overflow:auto;position:relative;min-height:400px;max-height:calc(95vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem;background:#f9fafb}.preview-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:auto}.preview-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a}.preview-pdf-container{width:100%;height:100%;min-height:600px;display:flex;align-items:center;justify-content:center}.preview-iframe{width:100%;height:100%;min-height:600px;border:none;border-radius:8px;box-shadow:0 4px 12px #0000001a}.preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:#6b7280}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.preview-loading p{margin:0;font-size:1rem;color:#6b7280}.preview-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;text-align:center;color:#6b7280}.preview-error svg{color:#ef4444}.preview-error p{margin:0;font-size:1rem;font-weight:500;color:#111827}.error-hint{font-size:.875rem;color:#6b7280;margin-top:-.5rem}.preview-unsupported{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;text-align:center;color:#6b7280}.preview-unsupported p{margin:0;font-size:1rem;font-weight:500;color:#111827}.unsupported-hint{font-size:.875rem;color:#6b7280;margin-top:-.5rem}.file-preview-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.preview-footer-info{display:flex;align-items:center;gap:1rem}.preview-file-type{font-size:.875rem;color:#6b7280;background:#e0f2fe;color:#0369a1;padding:.5rem 1rem;border-radius:6px;font-weight:500}.btn-download-from-preview{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-download-from-preview:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}@media(max-width:768px){.file-preview-content{max-width:100vw;max-height:100vh;border-radius:0}.file-preview-header{padding:1rem}.preview-header-info h3{font-size:1rem}.file-preview-body{padding:1rem;min-height:300px;max-height:calc(100vh - 180px)}.preview-iframe{min-height:400px}.file-preview-footer{flex-direction:column;gap:1rem;align-items:stretch}.preview-footer-info{justify-content:center}.btn-download-from-preview{width:100%;justify-content:center}}.payment-container{min-height:calc(100vh - 200px);background:#f9fafb;padding:2rem 1rem}.payment-content{max-width:1200px;margin:0 auto}.payment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.payment-title{font-size:2rem;font-weight:700;margin:0;color:#111827}.btn-back{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-back:hover{background:#f3f4f6;border-color:#d1d5db}.payment-grid{display:grid;grid-template-columns:1fr;gap:2rem}.order-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;height:fit-content}.summary-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#111827}.summary-product{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.summary-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.summary-product-info{flex:1}.summary-product-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#111827}.summary-product-category{font-size:.875rem;color:#6b7280;margin:0}.summary-details{display:flex;flex-direction:column;gap:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#374151}.summary-row.discount{color:#10b981}.summary-row.total{padding-top:1rem;border-top:1px solid #e5e7eb;font-weight:600;font-size:1.1rem}.total-price{color:#3b82f6;font-size:1.25rem}.payment-form-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.form-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#111827}.payment-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#374151}.required{color:#ef4444}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input.error{border-color:#ef4444}.error-message{font-size:.875rem;color:#ef4444;margin-top:-.25rem}.payment-methods-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.payment-method-option{display:block;cursor:pointer;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s ease;background:#fff}.payment-method-option:hover{border-color:#3b82f6;background:#f0f7ff}.payment-method-option input[type=radio]{display:none}.payment-option-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.payment-option-content img{width:40px;height:40px;object-fit:contain}.payment-option-content span{font-size:.875rem;font-weight:500;color:#374151}.btn-submit-payment{width:100%;padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.btn-submit-payment:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-submit-payment:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}.payment-error{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;max-width:600px;margin:4rem auto}.payment-error h2{font-size:2rem;color:#111827;margin:0 0 1rem}.payment-error p{font-size:1.1rem;color:#6b7280;margin:0 0 2rem}.btn-back-home{padding:.875rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.btn-back-home:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}@media(min-width:968px){.payment-grid{grid-template-columns:1fr 1.5fr}.payment-methods-grid{grid-template-columns:repeat(4,1fr)}}.coupon-section{margin:1rem 0;padding:1rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.coupon-input-group{display:flex;gap:.5rem;margin-bottom:.5rem}.coupon-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;text-transform:uppercase;transition:border-color .2s ease}.coupon-input:focus{outline:none;border-color:#3b82f6}.coupon-input.error{border-color:#ef4444}.coupon-input.applied{border-color:#10b981;background:#f0fdf4}.btn-apply-coupon,.btn-remove-coupon{padding:.75rem 1.25rem;border:none;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-apply-coupon{background:#3b82f6;color:#fff;position:relative;z-index:1}.btn-apply-coupon:hover:not(:disabled){background:#2563eb}.btn-apply-coupon:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-apply-coupon:not(:disabled){pointer-events:auto;cursor:pointer}.btn-remove-coupon{background:#ef4444;color:#fff;padding:.75rem;min-width:40px}.btn-remove-coupon:hover{background:#dc2626}.coupon-error-message{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem}.coupon-applied{margin-top:.5rem}.coupon-success{display:inline-block;padding:.5rem .75rem;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.875rem;font-weight:500}.loading-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;margin:2rem}@media(max-width:768px){.payment-container{padding:1rem .5rem}.payment-header{flex-direction:column;align-items:flex-start;gap:1rem}.payment-title{font-size:1.5rem}.form-row{grid-template-columns:1fr}.payment-methods-grid{grid-template-columns:repeat(2,1fr)}}.final-screen{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;display:flex;align-items:center;justify-content:center}.final-container{background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000026;overflow:hidden;max-width:1000px;width:100%;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading{padding:60px 40px;text-align:center}.loading-spinner{margin-bottom:30px}.spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{color:#2c3e50;margin-bottom:15px;font-size:1.8rem}.loading-text{color:#7f8c8d;font-size:1rem}.status-icon{display:flex;justify-content:center;align-items:center;margin-bottom:24px}.status-icon.success{color:#10b981}.status-icon.failed{color:#ef4444}.success-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:40px;text-align:center;position:relative;overflow:hidden}.success-header:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:#ffffff1a;border-radius:50%}.success-title{font-size:2.5rem;font-weight:700;margin-bottom:12px;letter-spacing:-.5px}.success-subtitle{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 20px;line-height:1.6}.confirmation-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500}.product-section,.payment-summary-section,.content-access-section,.email-confirmation,.guarantees-section,.actions-section,.countdown-section{padding:30px 40px}.section-header{margin-bottom:24px}.section-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:8px}.section-subtitle{color:#7f8c8d;font-size:1rem}.product-card,.transaction-card,.summary-card,.email-card,.countdown-card{background:#f8f9fa;border-radius:16px;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover,.summary-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000014}.product-info{display:flex;flex-direction:column;gap:12px}.product-name{color:#2c3e50;font-size:1.3rem;font-weight:600;margin:0}.product-description{color:#6c757d;line-height:1.6;margin:0}.product-tags{display:flex;gap:10px;flex-wrap:wrap}.tag{padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.tag.premium{background:#fff3cd;color:#856404}.tag.format{background:#d1ecf1;color:#0c5460}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.summary-item{display:flex;flex-direction:column;gap:6px}.item-label{color:#7f8c8d;font-size:.9rem;font-weight:500}.item-value{color:#2c3e50;font-size:1rem;font-weight:600}.item-value.amount{color:#10b981;font-size:1.2rem}.item-value.code{font-family:Monaco,Consolas,monospace;background:#e9ecef;padding:4px 8px;border-radius:6px;font-size:.9rem}.item-value.status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.9rem;font-weight:500}.item-value.status.confirmed{background:#d1fae5;color:#065f46}.files-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.file-card{display:flex;align-items:center;gap:20px;padding:20px;background:#fff;border:1px solid #e9ecef;border-radius:12px;transition:all .3s ease}.file-card:hover{border-color:#667eea;box-shadow:0 4px 20px #667eea1a}.file-icon{color:#667eea;flex-shrink:0}.file-info{flex:1;min-width:0}.file-name{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta{display:flex;gap:12px;align-items:center}.file-type,.file-size,.file-duration{font-size:.85rem;padding:2px 8px;border-radius:12px;background:#f8f9fa;color:#6c757d}.file-actions{display:flex;gap:10px;flex-shrink:0}.btn{padding:12px 28px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:#10b981;color:#fff}.btn-secondary:hover{background:#0da271;transform:translateY(-2px)}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff}.btn-retry{background:#ef4444;color:#fff}.btn-retry:hover{background:#dc2626}.btn-icon{padding:8px 16px;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.btn-view{background:#3498db;color:#fff}.btn-view:hover{background:#2980b9}.btn-download{background:#10b981;color:#fff}.btn-download:hover{background:#0da271}.btn-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0}.btn-link:hover{color:#5a67d8}.actions-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.email-card{display:flex;gap:20px;align-items:flex-start;padding:16px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:16px;border:1px solid #90caf9}.email-icon{color:#1976d2;flex-shrink:0}.email-content h4{color:#1976d2;margin:0 0 12px;font-size:1.1rem}.email-content p{color:#0d47a1;margin:0 0 12px;line-height:1.6}.email-content ul{color:#0d47a1;margin:0;padding-left:20px;line-height:1.6}.email-content li{margin-bottom:4px}.guarantees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:20px}.guarantee-item{display:flex;gap:16px;align-items:flex-start}.guarantee-item svg{color:#667eea;flex-shrink:0}.guarantee-item h5{color:#2c3e50;margin:0 0 4px;font-size:1rem}.guarantee-item p{color:#7f8c8d;margin:0;font-size:.9rem}.countdown-card{display:flex;align-items:center;gap:12px;background:#f8f9fa;border:1px solid #e9ecef;padding:12px 16px;border-radius:12px}.countdown-number{display:inline-block;background:#667eea;color:#fff;width:28px;height:28px;line-height:28px;border-radius:50%;text-align:center;font-weight:700;margin:0 4px}.failed{padding:40px}.failed-content{text-align:center}.status-header{margin-bottom:32px}.status-title{color:#2c3e50;font-size:2rem;margin-bottom:12px}.status-message{color:#6c757d;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:#2c3e50}.card-header h3{margin:0;font-size:1.2rem}.card-body{display:flex;flex-direction:column;gap:12px}.info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e9ecef}.info-row:last-child{border-bottom:none}.error-tips{text-align:left;max-width:600px;margin:32px auto;padding:24px;background:#fef2f2;border-radius:12px;border-left:4px solid #ef4444}.error-tips h4{color:#dc2626;margin:0 0 16px}.error-tips ul{margin:0;padding-left:20px;color:#7f1d1d}.error-tips li{margin-bottom:8px;line-height:1.5}@media(max-width:768px){.final-screen{padding:10px}.final-container{border-radius:16px}.success-header,.product-section,.payment-summary-section,.content-access-section,.email-confirmation,.guarantees-section,.actions-section,.countdown-section,.failed{padding:20px}.success-title{font-size:2rem}.section-title{font-size:1.3rem}.summary-grid{grid-template-columns:1fr}.file-card{flex-direction:column;text-align:center;gap:16px}.file-actions{width:100%;flex-direction:column}.actions-group{flex-direction:column}.btn{width:100%;justify-content:center}.email-card{flex-direction:column;text-align:center;gap:16px}.guarantees-grid{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:100%;border:1px solid #e5e7eb}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-link{text-decoration:none;color:inherit;flex:1;display:flex;flex-direction:column}.card-image-container{position:relative;width:100%;padding-top:66.67%;overflow:hidden;background:#f3f4f6}.card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .card-image{transform:scale(1.05)}.card-overlay{position:absolute;top:0;left:0;right:0;padding:.75rem;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(to bottom,rgba(0,0,0,.3),transparent)}.card-discount{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.4rem .75rem;border-radius:20px;font-size:.875rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #ef44444d}.card-category{background:#ffffffe6;color:#667eea;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1;gap:.75rem}.card-title{margin:0;font-size:1.1rem;font-weight:600;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-description{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid #e5e7eb}.card-rating{display:flex;align-items:center;gap:.5rem;color:#f59e0b;font-size:.875rem;font-weight:600}.rating-count{color:#6b7280;font-weight:400;font-size:.85rem}.card-price{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}.price-original{font-size:.875rem;font-weight:500;color:#9ca3af;text-decoration:line-through}.price-amount{font-size:1.25rem;font-weight:700;color:#ef4444}.card-add-btn{margin:0 1.25rem 1.25rem;padding:.75rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.card-add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.card-add-btn:active{transform:translateY(0)}@media(max-width:768px){.card-content{padding:1rem}.card-add-btn{margin:0 1rem 1rem;padding:.625rem .875rem;font-size:.85rem}}.home-container{max-width:1200px;margin:0 auto;padding:2rem}.filters-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.page-title{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#000;text-align:center;background:#111827;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.filters-container{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.5rem;align-items:end;margin-bottom:1.5rem}.search-bar{display:flex;width:100%}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.875rem;font-weight:600;color:#374151}.filter-select{padding:.875rem 2.5rem .875rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;color:#111827;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.results-info{padding-top:1rem;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.95rem;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.no-results p{font-size:1.1rem;color:#6b7280;margin:0}@media(max-width:968px){.filters-container{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.home-container{padding:1rem}.filters-section{padding:1.5rem}.page-title{font-size:1.5rem}.filters-container{grid-template-columns:1fr;gap:1rem}.search-bar{flex-direction:column}.search-button{width:100%}.filter-group-mobile-hidden{display:none}.products-grid{grid-template-columns:1fr;gap:1.5rem}}.loading-container,.error-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.loading-container p{font-size:1.1rem;color:#6b7280;margin:0}.error-container p{font-size:1.1rem;color:#ef4444;margin:0 0 1rem}.error-container button{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.error-container button:hover{background:#5568d3}.apropos-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);padding:4rem 0}.apropos-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.apropos-loading,.apropos-error,.apropos-empty{text-align:center;padding:3rem;color:#64748b}.apropos-error{color:#dc2626}.apropos-html{line-height:1.6}.apropos-html h1,.apropos-html h2{margin-top:1.5rem;margin-bottom:.75rem}.apropos-html p{margin-bottom:1rem}.apropos-contact p{margin:.5rem 0}.apropos-hero{text-align:center;margin-bottom:5rem;padding-top:2rem}.apropos-title{font-size:3.5rem;font-weight:800;margin:0 0 1.5rem;color:#000;letter-spacing:-.02em;line-height:1.1}.title-divider{width:100px;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);margin:0 auto 2rem;border-radius:2px;animation:slideIn .6s ease-out}@keyframes slideIn{0%{width:0;opacity:0}to{width:100px;opacity:1}}.apropos-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6;max-width:700px;margin:0 auto}.apropos-section{margin-bottom:5rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mission-section{padding:0}.mission-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.mission-icon-wrapper{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;flex-shrink:0;box-shadow:0 10px 25px #3b82f64d}.mission-icon{font-size:2rem;color:#fff}.mission-content{padding:0}.mission-text{font-size:1.125rem;line-height:1.8;color:#475569;margin:0}.section-title{font-size:2rem;font-weight:700;color:#000;margin:0}.features-section{margin-bottom:5rem}.section-title-center{font-size:2.25rem;font-weight:700;color:#000;text-align:center;margin:0 0 1rem}.section-subtitle-center{font-size:1.125rem;color:#64748b;text-align:center;margin:0 0 3rem;max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.features-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.feature-item{display:flex;align-items:flex-start;gap:2rem;padding:2rem 0;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.feature-item:last-child{border-bottom:none}.feature-item:hover{padding-left:1rem}.feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;flex-shrink:0;transition:all .3s ease}.feature-item:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 10px 20px #3b82f666}.feature-icon{font-size:2rem;color:#fff}.feature-content{flex:1}.feature-title{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .75rem}.feature-text{font-size:1rem;line-height:1.7;color:#64748b;margin:0}.values-section{margin-bottom:3rem}.values-content{background:#fff;padding:4rem 3rem;border-radius:24px;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;border:1px solid rgba(226,232,240,.8)}.values-text{text-align:center;margin-bottom:3rem}.section-description{font-size:1.125rem;line-height:1.8;color:#475569;margin:0 0 1.5rem}.section-description:last-child{margin-bottom:0}.values-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#3b82f6}.stat-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:14px;color:#fff;font-size:1.75rem;flex-shrink:0}.stat-content{flex:1}.stat-number{font-size:2rem;font-weight:800;color:#000;margin-bottom:.25rem;line-height:1}.stat-label{font-size:.95rem;color:#64748b;font-weight:500}@media(max-width:1024px){.apropos-title{font-size:3rem}.feature-item{gap:1.5rem}}@media(max-width:768px){.apropos-wrapper{padding:2rem 0}.apropos-container{padding:0 1rem}.apropos-hero{margin-bottom:3rem;padding-top:1rem}.apropos-title{font-size:2.5rem}.apropos-subtitle{font-size:1.125rem}.mission-header{flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:1rem}.mission-icon-wrapper{width:60px;height:60px}.mission-icon,.section-title,.section-title-center{font-size:1.75rem}.mission-text,.section-description{font-size:1rem}.features-list{gap:1.5rem}.feature-item{padding:1.5rem 0;gap:1.25rem}.feature-icon-wrapper{width:60px;height:60px}.feature-icon{font-size:1.75rem}.feature-title{font-size:1.25rem}.feature-text{font-size:.95rem}.values-content{padding:2.5rem 1.5rem}.values-stats{grid-template-columns:1fr;gap:1.5rem}.stat-item{padding:1.25rem}.stat-icon{width:50px;height:50px;font-size:1.5rem}.stat-number{font-size:1.75rem}}@media(max-width:480px){.apropos-title{font-size:2rem}.feature-item{flex-direction:column;align-items:center;text-align:center;gap:1rem}.feature-content{text-align:center}}.contacts-wrapper{min-height:100vh;background:#fff;padding:3rem 0}.contacts-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.contacts-header{text-align:center;margin-bottom:3rem}.contacts-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#000;line-height:1.2}.contacts-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.contacts-html{line-height:1.6;margin-bottom:2rem}.contacts-html h1,.contacts-html h2{margin-top:1.5rem;margin-bottom:.75rem}.contacts-html p{margin-bottom:1rem}.contacts-loading,.contacts-empty{text-align:center;padding:2rem;color:#6b7280}.contact-info-section{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid #e5e7eb;justify-content:center}.contact-info-item{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;padding:0;flex:1;min-width:200px;max-width:300px}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#3b82f6;flex-shrink:0}.contact-info-icon svg{width:24px;height:24px}.contact-info-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.contact-info-label{font-size:.95rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.contact-info-link{font-size:1rem;color:#000;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease;word-break:break-word}.contact-info-link:hover{color:#3b82f6}.contact-info-text{font-size:1rem;color:#000;line-height:1.6;word-break:break-word}.contact-form-section{width:100%;margin-top:2rem}.form-header{margin-bottom:2rem;text-align:center}.form-title{font-size:1.75rem;font-weight:700;color:#000;margin:0 0 .5rem}.form-description{font-size:1rem;color:#6b7280;margin:0;line-height:1.6}.contact-form{background:#f9fafb;padding:2.5rem;border-radius:16px;border:1px solid #e5e7eb;max-width:100%}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-row .form-group{margin-bottom:0}.form-label{font-size:.95rem;font-weight:600;color:#374151;transition:color .3s ease}.form-label.focused{color:#3b82f6}.required{color:#ef4444;font-weight:700}.form-input,.form-textarea{width:100%;padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff;color:#1e293b}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.form-textarea{resize:vertical;min-height:140px;font-family:inherit;line-height:1.6}.form-submit{width:100%;padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;box-shadow:0 4px 14px #3b82f666}.form-submit:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f680}.form-submit:active{transform:translateY(0)}.submit-icon{font-size:1.25rem;transition:transform .3s ease}.form-submit:hover .submit-icon{transform:translate(4px)}@media(max-width:767px){.contacts-wrapper{padding:2rem 0}.contacts-container{padding:0 1rem}.contacts-title{font-size:2rem}.contacts-subtitle{font-size:1rem}.contact-info-section{flex-direction:column;gap:1.5rem}.contact-info-item{min-width:100%;max-width:100%}.contact-form{padding:1.5rem}.form-title{font-size:1.5rem}.contact-info-icon{width:36px;height:36px}.contact-info-icon svg{width:20px;height:20px}.contact-info-label{font-size:.9rem}.contact-info-link,.contact-info-text{font-size:.95rem}}.legal-screen{min-height:60vh;padding:2rem 1rem;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9)}.legal-container{max-width:800px;margin:0 auto;padding:0 1.5rem}.legal-header{margin-bottom:2rem}.legal-page-title{font-size:1.75rem;font-weight:700;color:#111827;margin:0}.legal-html{line-height:1.7;color:#374151}.legal-html h1{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.75rem;color:#111827}.legal-html h2{font-size:1.25rem;margin-top:1.25rem;margin-bottom:.5rem;color:#1f2937}.legal-html p{margin-bottom:1rem}.legal-html ul{margin-bottom:1rem;padding-left:1.5rem}.legal-html a{color:#3b82f6;text-decoration:none}.legal-html a:hover{text-decoration:underline}.legal-loading,.legal-empty{text-align:center;padding:3rem;color:#64748b}.legal-error{text-align:center;padding:2rem;color:#dc2626}.legal-back{display:block;margin:1rem auto 0;padding:.5rem 1rem;font-size:.95rem;color:#3b82f6;background:transparent;border:1px solid #3b82f6;border-radius:8px;cursor:pointer}.legal-back:hover{background:#eff6ff}
