.navigation{display:flex;justify-content:space-evenly;align-items:center;width:100%;max-width:1200px}.navigation a{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:1.1rem 1.5rem;border-bottom:3px solid transparent;white-space:nowrap}.navigation a:hover{background:#ffffff0d;border-bottom-color:#ffc107}.navigation a.active{color:#fff;border-bottom-color:#dc3545;background:#ffffff0d}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#2a2a2a;box-shadow:0 2px 4px #0000004d;transition:transform .5s ease-in-out;transform:translateY(0)}.header-hidden{transform:translateY(-100%)}.header-top-row{padding:1.5rem 0;background:#2a2a2a}.header-top-row .container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-nav-row{background:#252525;padding:0;border-top:1px solid rgba(255,255,255,.1)}.header-nav-row .container{display:flex;justify-content:center;width:100%}.logo{text-decoration:none;display:flex;align-items:center;gap:.7rem;flex-shrink:0}.logo-icon{display:flex;align-items:center}.logo-icon svg{width:36px;height:36px}.logo-text{display:flex;flex-direction:column}.logo h1{font-size:1.15rem;font-weight:700;margin:0;color:#fff;letter-spacing:1px}.logo-tagline{font-size:.65rem;color:#aaa;letter-spacing:.5px;font-weight:500}.search-bar{flex:1;max-width:550px;position:relative;display:flex;align-items:center}.search-bar input{width:100%;padding:.95rem 1.25rem .95rem 3rem;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:30px;color:#fff;font-size:.95rem;transition:all .3s ease}.search-bar input::placeholder{color:#ddd}.search-bar input:focus{outline:none;background:#151515;border-color:#ffffff26}.search-icon{position:absolute;left:1rem;color:#ddd;pointer-events:none}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.b2b-button{background:transparent;border:2px solid #ffc107;color:#ffc107;padding:.7rem 1.8rem;border-radius:25px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.b2b-button:hover{background:#ffc107;color:#000}.language-selector{background:transparent;border:none;color:#fff;padding:.5rem;cursor:pointer;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.3rem;transition:color .3s ease}.language-selector:hover{color:#ddd}.language-selector svg{color:#888}.container{max-width:1600px;margin:0 auto;padding:0 2rem}.footer{background:#111;color:#aaa;padding:6rem 0 2rem;margin-top:0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-column h3{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.footer-column p{line-height:1.6;color:#999}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#00b4d8}.contact-info li{color:#999}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#666;font-size:.95rem}.btn{padding:.875rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#00b4d8;color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00b4d866;background:#0096b8}.btn-secondary{background:transparent;color:#00b4d8;border:2px solid #00b4d8}.btn-secondary:hover{background:#00b4d8;color:#fff}.btn-yellow{background:#ffc107;color:#1a1a1a;font-weight:700}.btn-yellow:hover{background:#ffb300;transform:translateY(-2px);box-shadow:0 8px 20px #ffc10766}.btn-outline{background:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background:#fff;color:#1a1a1a}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:flex-start;background-color:#1a1a1a;background-image:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1920&q=80);background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0003}.hero-content{position:relative;z-index:2;text-align:left;max-width:1200px;padding-left:2rem}.hero-main-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.1;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 8px rgba(0,0,0,.6)}.hero-subtitle{font-size:1.1rem;font-weight:400;color:#fff;margin-bottom:2rem;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.6)}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.arrow-icon{font-size:1.5rem;font-weight:300;margin-left:.3rem}.hero-pagination{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1.5rem;z-index:3}.pagination-dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.pagination-dot:hover{background:#fffc}.pagination-dot.active{background:#fff;width:12px;height:12px}.shoe-outline{width:100%;height:100%}@media (max-width: 768px){.hero{height:400px}.hero-main-title{font-size:2.5rem}.hero-content{padding-left:1rem}.hero-graphic{display:none}}.novo-section{padding:4rem 0;background:#f5f5f5}.novo-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.novo-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.novo-subtitle{font-size:1rem;color:#666;font-weight:400}.novo-navigation{display:flex;gap:1rem}.nav-arrow{width:50px;height:50px;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#fff}.nav-arrow:hover:not(:disabled){transform:scale(1.1)}.nav-arrow:disabled{background:#ddd;cursor:not-allowed}.products-track-wrapper{overflow:hidden;width:100%;margin-bottom:2rem}.products-track{display:flex;gap:1.5rem;transition:transform .4s ease;will-change:transform}.product-card-link{text-decoration:none;display:block}.product-card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;height:100%;border:1px solid #000;position:relative;display:flex;flex-direction:column}.new-badge{position:absolute;top:15px;left:15px;z-index:10;width:50px;height:50px;background:#dc3545;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center}.new-badge span{color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.5px}.product-image{height:320px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fafafa}.product-info{padding:1rem;flex:1}.add-to-cart-btn{width:100%;border-radius:0;padding:.9rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-brand{color:#ffc107;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.3rem}.product-name{font-size:1rem;font-weight:600;margin-bottom:.4rem;color:#1a1a1a;line-height:1.3;min-height:40px}.product-code{color:#999;font-size:.8rem;margin-bottom:.25rem;text-transform:uppercase;font-weight:400}.product-price-label{color:#999;font-size:.7rem;font-style:italic;margin-bottom:.5rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.15rem;font-weight:700;color:#dc3545}.product-colors{display:flex;gap:.4rem;align-items:center}.progress-indicator{width:300px;height:4px;background:#ddd;border-radius:2px;overflow:hidden;margin:2rem auto 0}.progress-bar{height:100%;background:#1a1a1a;transition:width .3s ease}@media (max-width: 768px){.novo-header{flex-direction:column;gap:1rem}.product-image{height:220px}.novo-title{font-size:2rem}}@media (max-width: 480px){.product-image{height:180px}}.brand-logos-section{padding:3rem 0;background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;overflow:hidden}.brand-scroll-container{overflow-x:hidden;overflow-y:hidden;width:100%;scroll-behavior:auto}.brand-grid{display:flex;gap:0;width:max-content}.brand-item{text-align:center;padding:2rem 3rem;transition:all .3s ease;border-right:1px solid #e0e0e0;text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:120px;background:#fff;flex-shrink:0;width:200px}.brand-item:hover{background:#f9f9f9;transform:translateY(-5px)}.brand-logo-container{display:flex;align-items:center;justify-content:center;min-height:60px}.brand-logo{max-width:100px;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.brand-item:hover .brand-logo{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.brand-logo-text{font-size:1.2rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:2px;font-family:Arial Black,sans-serif}.brand-item:hover .brand-logo-text{color:#000}@media (max-width: 992px){.brand-grid{grid-template-columns:repeat(3,1fr)}.brand-item:nth-child(3n){border-right:none}.brand-item:nth-child(-n+3){border-bottom:1px solid #e0e0e0}}@media (max-width: 576px){.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-item:nth-child(3n){border-right:1px solid #e0e0e0}.brand-item:nth-child(2n){border-right:none}}.promo-cards-section{padding:4rem 0;background:#1a1a1a}.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.promo-card{background:#2a2a2a;text-decoration:none;display:flex;flex-direction:column;overflow:hidden;border-radius:4px;transition:all .3s ease}.promo-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0006}.promo-image{height:250px;background-size:cover;background-position:center;position:relative}.promo-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#00b4d8f2;color:#fff;padding:1rem 1.5rem;font-size:.75rem;font-weight:600;border-radius:4px;max-width:200px;text-align:center;line-height:1.4}.promo-content{padding:2rem 1.5rem;flex:1;display:flex;flex-direction:column;background:#1a1a1a}.promo-title{font-size:1.1rem;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.promo-subtitle{font-size:.85rem;color:#ccc;text-align:center;line-height:1.6;margin-bottom:1.5rem;flex:1}.promo-btn{width:100%;padding:.9rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}.promo-dots{display:none}.dot{width:8px;height:8px;border-radius:50%;background:#666;transition:all .3s ease}.dot.active{background:#ffc107;width:10px;height:10px}@media (max-width: 992px){.promo-grid{grid-template-columns:1fr}}.why-us{padding:3rem 0;background:#f5f5f5}.why-us-header{max-width:800px;margin-bottom:2rem}.why-us-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.why-us-subtitle{color:#666;line-height:1.8;font-size:1rem}.why-us-content{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.features-left{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 2rem;position:relative}.features-left .feature-item:nth-child(1),.features-left .feature-item:nth-child(2),.features-left .feature-item:nth-child(3),.features-left .feature-item:nth-child(4){grid-column:1}.features-left .feature-item:nth-child(1){grid-row:1}.features-left .feature-item:nth-child(2){grid-row:2}.features-left .feature-item:nth-child(3){grid-row:3}.features-left .feature-item:nth-child(4){grid-row:4}.features-left .feature-item:nth-child(5),.features-left .feature-item:nth-child(6),.features-left .feature-item:nth-child(7){grid-column:2}.features-left .feature-item:nth-child(5){grid-row:1}.features-left .feature-item:nth-child(6){grid-row:2}.features-left .feature-item:nth-child(7){grid-row:3}.features-left .equipment-image{grid-column:2;grid-row:4;margin-top:-13rem;width:150%;margin-left:-40%}.feature-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:0}.feature-check{flex-shrink:0;margin-top:.2rem}.feature-check svg{pointer-events:none;display:block}.feature-content{flex:1}.feature-title{font-size:1.1rem;font-weight:700;margin-bottom:.3rem;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px}.feature-description{color:#666;line-height:1.6;font-size:.9rem}.equipment-image{margin-top:1rem;position:relative;z-index:10}.equipment-image img{width:100%;max-width:900px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}.programs-sidebar{background:#2a2a2a;padding:2.5rem 2rem;border-radius:8px;top:100px}.programs-title{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.programs-list{display:flex;flex-direction:column;gap:0}.program-item{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 0;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;font-size:1rem}.program-item:last-child{border-bottom:none}.program-item:hover{padding-left:.5rem;color:#ffc107}.program-item:hover svg path{stroke:#fff}@media (max-width: 992px){.why-us-content{grid-template-columns:1fr}.programs-sidebar{position:relative;top:0}.features-left{grid-template-columns:1fr}.features-left .feature-item{grid-column:1!important}.equipment-image img{max-width:100%}}@media (max-width: 576px){.why-us-title{font-size:1.8rem}.feature-item{gap:1rem}.programs-sidebar{padding:2rem 1.5rem}}.akcijska-ponuda-section{position:relative;padding:6rem 0;background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1553413077-190dd305871c?w=1600) center/cover;text-align:center;color:#fff}.akcijska-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d}.akcijska-content{position:relative;z-index:2}.akcijska-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 8px rgba(0,0,0,.6)}.akcijska-subtitle{font-size:1rem;color:#fff;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.6)}.akcijska-btn{padding:1rem 3rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-bottom:2rem}.akcijska-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;transition:all .3s ease}.dot.active{background:#fff;width:10px;height:10px}.product-sidebar{background:#2a2a2a;padding:1.5rem;border-radius:8px;height:fit-content}.sidebar-title{font-size:1rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.all-products-btn{background:transparent;border:2px solid #ffc107;border-radius:4px;padding:.75rem 1rem;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease;text-align:center}.all-products-btn.active{background:#ffc107}.all-products-text{color:#ffc107;font-weight:600;font-size:.95rem}.all-products-btn.active .all-products-text{color:#1a1a1a}.category-list{list-style:none;padding:0;margin:0}.category-item{padding:.75rem 1rem;margin-bottom:.5rem;cursor:pointer;border-radius:4px;transition:all .3s ease;color:#fffc;font-size:.95rem;border-left:3px solid transparent}.category-item:hover{background:#ffc1071a;color:#ffc107}.category-item.active{background:#ffc107;color:#1a1a1a;font-weight:600;border-left-color:#ff9800}@media (max-width: 992px){.product-sidebar{position:static;margin-bottom:2rem}}.filter-bar{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}.filter-controls{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.filter-group{flex:0 0 auto;min-width:150px}.filter-select{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff;color:#1a1a1a;cursor:pointer;transition:all .3s ease}.filter-select:hover{border-color:#999}.filter-select:focus{outline:none;border-color:#666;box-shadow:0 0 0 3px #6666661a}.filter-select option{background:#fff;color:#1a1a1a}.clear-all-btn{padding:.75rem 1.5rem;background:transparent;color:#666;border:1px solid #ddd;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.clear-all-btn:hover{border-color:#999;color:#1a1a1a}.filter-results{color:#666;font-size:.95rem;margin-left:auto}.result-count{font-weight:600;color:#1a1a1a}.apply-filters-btn{padding:.75rem 2rem;background:#ffc107;color:#1a1a1a;border:none;border-radius:4px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;letter-spacing:.5px}.apply-filters-btn:hover{background:#ffb300}@media (max-width: 768px){.filter-bar{padding:1rem}.filter-controls{width:100%}.filter-group{flex:1 1 calc(50% - .5rem);min-width:0}.filter-results{order:-1;width:100%;text-align:center;margin-left:0;margin-bottom:1rem}.apply-filters-btn{width:100%}}.card{background:#222;border-radius:8px;overflow:hidden;transition:all .3s ease}.card-hover:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000080}.card-image{width:100%;height:200px;object-fit:cover}.card-content{padding:1.5rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.card-description{color:#aaa;line-height:1.6;margin-bottom:1rem}.program-page{min-height:100vh;background:#f5f5f5}.program-hero{position:relative;min-height:100vh;height:auto;background-image:url(https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1200);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;margin-bottom:3rem;padding:6rem 0}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.hero-content{position:relative;z-index:2;color:#fff}.hero-title{font-size:5rem;font-weight:800;margin-bottom:2rem;letter-spacing:4px;text-transform:uppercase;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:fadeInUp 1s ease}.hero-description{font-size:1.5rem;line-height:1.9;margin-bottom:3rem;max-width:750px;text-shadow:1px 1px 4px rgba(0,0,0,.3);animation:fadeInUp 1.2s ease}.hero-btn{padding:1.5rem 3.5rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;animation:fadeInUp 1.4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.program-content{display:grid;grid-template-columns:260px 1fr;gap:2rem;padding:2rem 0}.program-sidebar-wrapper{display:flex;flex-direction:column;gap:1.5rem}.help-section{background:#2a2a2a;padding:1.5rem;border-radius:8px;color:#fff}.help-section h4{font-size:1rem;font-weight:600;margin-bottom:.75rem}.help-section p{font-size:.85rem;line-height:1.5;color:#fffc;margin-bottom:1rem}.help-btn{width:100%;padding:.75rem;font-size:.9rem}.products-section{flex:1}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.products-grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.product-card{background:#fff;border:1px solid #000;border-radius:12px;position:relative;overflow:hidden;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a;border-color:#000}.product-badge{position:absolute;top:15px;left:15px;background:#dc3545;color:#fff;padding:.4rem .8rem;font-size:.75rem;font-weight:700;border-radius:4px;z-index:10;text-transform:uppercase;letter-spacing:.5px}.product-discount{position:absolute;top:15px;right:15px;background:#dc3545;color:#fff;padding:.5rem 1rem;font-size:.9rem;font-weight:700;border-radius:4px;z-index:10}.product-image{height:250px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fafafa}.product-info{padding:1rem;text-align:center;background:#fff;flex:1;display:flex;flex-direction:column}.product-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;min-height:48px;display:flex;align-items:center;justify-content:center;line-height:1.3}.product-price{font-size:1.3rem;font-weight:700;color:#dc3545;margin-bottom:1rem}.product-colors{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.color-dot{width:18px;height:18px;border-radius:50%;border:2px solid #ddd;cursor:pointer;transition:all .2s ease}.color-dot:hover{transform:scale(1.2);border-color:#00b4d8}.product-btn{width:100%;padding:.9rem;font-size:.85rem;border-radius:0;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.no-products{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}.loading-message{text-align:center;padding:3rem 2rem;color:#666;font-size:1.1rem}.error-message{text-align:center;padding:2rem;color:#c0392b;font-size:1rem;background:#fdf0ef;border-radius:6px;margin-bottom:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0}.page-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;color:#1a1a1a;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;min-width:40px}.page-btn:hover:not(:disabled){border-color:#ffc107;background:#fff8e1}.page-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.page-btn:disabled{opacity:.5;cursor:not-allowed}.features-bottom-section{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin:4rem 0 2rem;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.features-bottom-section .feature-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1rem;transition:all .3s ease}.features-bottom-section .feature-item:hover{transform:translateY(-5px)}.feature-icon{flex-shrink:0;width:70px;height:70px;background:linear-gradient(135deg,#fff8e1,#ffe082);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #ffc10733}.feature-icon svg{width:35px;height:35px;color:#1a1a1a}.feature-content{flex:1;text-align:left}.feature-item h4{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a;letter-spacing:.3px}.feature-item p{font-size:.9rem;line-height:1.7;color:#666;margin:0}@media (max-width: 992px){.program-content{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.products-grid-3col,.features-bottom-section{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.program-hero{min-height:70vh;background-attachment:scroll}}@media (max-width: 576px){.hero-title{font-size:2rem;letter-spacing:1px}.hero-description{font-size:1rem}.hero-btn{padding:1rem 2rem;font-size:.95rem}.program-hero{min-height:60vh;padding:2rem 0}.products-grid,.products-grid-3col,.features-bottom-section{grid-template-columns:1fr}.feature-item{flex-direction:column;align-items:center;text-align:center}.feature-content{text-align:center}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#00b4d8;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0096b8}
