@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&family=DM+Sans:wght@400;500;600&display=swap);
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}a{background-color:rgba(0,0,0,0)}img{border-style:none}button{font-family:inherit;font-size:100%;line-height:1.15;margin:0;overflow:visible;text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}[hidden]{display:none}html{min-height:100%;height:auto;scroll-behavior:smooth}*{box-sizing:border-box}main{padding-top:90px}img{width:100%}.row{display:flex;flex-wrap:wrap;margin-right:-1.5rem;margin-left:-1.5rem}.col{flex:1 0 0%;padding-right:1.5rem;padding-left:1.5rem}.col-1{flex:0 0 auto;width:8.3333333333%;padding-right:1.5rem;padding-left:1.5rem}.col-2{flex:0 0 auto;width:16.6666666667%;padding-right:1.5rem;padding-left:1.5rem}.col-3{flex:0 0 auto;width:25%;padding-right:1.5rem;padding-left:1.5rem}.col-4{flex:0 0 auto;width:33.3333333333%;padding-right:1.5rem;padding-left:1.5rem}.col-5{flex:0 0 auto;width:41.6666666667%;padding-right:1.5rem;padding-left:1.5rem}.col-6{flex:0 0 auto;width:50%;padding-right:1.5rem;padding-left:1.5rem}.col-7{flex:0 0 auto;width:58.3333333333%;padding-right:1.5rem;padding-left:1.5rem}.col-8{flex:0 0 auto;width:66.6666666667%;padding-right:1.5rem;padding-left:1.5rem}.col-9{flex:0 0 auto;width:75%;padding-right:1.5rem;padding-left:1.5rem}.col-10{flex:0 0 auto;width:83.3333333333%;padding-right:1.5rem;padding-left:1.5rem}.col-11{flex:0 0 auto;width:91.6666666667%;padding-right:1.5rem;padding-left:1.5rem}.col-12{flex:0 0 auto;width:100%;padding-right:1.5rem;padding-left:1.5rem}.mt-0{margin-top:0rem}.mb-0{margin-bottom:0rem}.my-0{margin-top:0rem;margin-bottom:0rem}.pt-0{padding-top:0rem}.pb-0{padding-bottom:0rem}.py-0{padding-top:0rem;padding-bottom:0rem}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.my-1{margin-top:1rem;margin-bottom:1rem}.pt-1{padding-top:1rem}.pb-1{padding-bottom:1rem}.py-1{padding-top:1rem;padding-bottom:1rem}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.my-2{margin-top:2rem;margin-bottom:2rem}.pt-2{padding-top:2rem}.pb-2{padding-bottom:2rem}.py-2{padding-top:2rem;padding-bottom:2rem}.mt-3{margin-top:3rem}.mb-3{margin-bottom:3rem}.my-3{margin-top:3rem;margin-bottom:3rem}.pt-3{padding-top:3rem}.pb-3{padding-bottom:3rem}.py-3{padding-top:3rem;padding-bottom:3rem}.mt-4{margin-top:4rem}.mb-4{margin-bottom:4rem}.my-4{margin-top:4rem;margin-bottom:4rem}.pt-4{padding-top:4rem}.pb-4{padding-bottom:4rem}.py-4{padding-top:4rem;padding-bottom:4rem}.mt-5{margin-top:5rem}.mb-5{margin-bottom:5rem}.my-5{margin-top:5rem;margin-bottom:5rem}.pt-5{padding-top:5rem}.pb-5{padding-bottom:5rem}.py-5{padding-top:5rem;padding-bottom:5rem}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.text-right{text-align:right}.text-primary{color:#6c63ff}.text-secondary{color:#6e6e6e}.d-none{display:none}.d-block{display:block}@media(max-width: 992px){.d-lg-none{display:none}.d-lg-block{display:block}}@media(max-width: 768px){.d-md-none{display:none}.d-md-block{display:block}}@media(max-width: 576px){.d-sm-none{display:none}.d-sm-block{display:block}}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}body{font-family:"DM Sans",sans-serif;line-height:1.6;color:#fff;background:#1a2a44;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:"Space Grotesk",sans-serif;font-weight:700;margin-bottom:1rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#fff;position:relative}.section-title::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg, #FF6200, #D32F2F);border-radius:2px}.fishing-nav{position:fixed;top:0;width:100%;background:rgba(26,42,68,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-brand h1{color:#ff6200;font-size:1.8rem;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem}@media(max-width: 768px){.nav-menu{position:fixed;top:76px;left:-100%;width:100%;height:calc(100vh - 80px);background:#1a2a44;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease}.nav-menu.active{left:0}}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#ff6200}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.nav-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px, 6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px, -6px)}@media(max-width: 768px){.nav-toggle{display:flex}}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 20px 60px;background:linear-gradient(135deg, #1A2A44 0%, #2A3A54 100%);position:relative;overflow:hidden;gap:20px}.hero-content{max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}}.hero-title{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(45deg, #FFFFFF, #FF6200);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width: 768px){.hero-title{font-size:2.5rem}}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9)}.hero-image img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.fishing-btn{background:#ff6200;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:"DM Sans",sans-serif;font-size:1.1rem;padding:15px 30px}.fishing-btn:hover{background:#e55a00;transform:scale(1.05)}.fishing-btn-secondary{display:block;margin:0 auto;max-width:320px;text-align:center;background:#d32f2f;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:"DM Sans",sans-serif}.fishing-btn-secondary:hover{background:#b71c1c;transform:scale(1.05)}.fishing-card{background:#f5f5f5;color:#1a2a44;border-radius:15px;padding:1.5rem;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.1)}.fishing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}section{padding:80px 0}.products-section{background:linear-gradient(180deg, #1A2A44 0%, #2A3A54 100%)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.product-card{text-align:center}.product-card img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.product-card h3{color:#1a2a44;margin-bottom:.5rem}.product-card p{color:#4a4a4a;margin-bottom:1rem}.product-card .price{font-size:1.5rem;font-weight:700;color:#ff6200;margin-bottom:1rem}.categories-section{background:#2a3a54}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.category-item{text-align:center;cursor:pointer}.category-item .category-icon{font-size:3rem;margin-bottom:1rem}.category-item h3{color:#1a2a44;margin-bottom:.5rem}.category-item p{color:#4a4a4a}.testimonials-section{background:#1a2a44;position:relative}.testimonials-slider{max-width:600px;margin:0 auto;position:relative}.testimonial-item{display:none}.testimonial-item:first-child{display:block}.testimonial-content{text-align:center}.testimonial-content p{font-size:1.2rem;font-style:italic;margin-bottom:2rem;color:#1a2a44}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonial-author h4{color:#1a2a44;margin:0}.testimonial-author span{color:#4a4a4a;font-size:.9rem}.slider-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.slider-btn{background:#ff6200;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:"DM Sans",sans-serif;width:50px;height:50px;border-radius:50%;font-size:1.5rem;padding:0}.slider-btn:hover{background:#e55a00;transform:scale(1.05)}.blog-section{background:#2a3a54}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem}.blog-card{overflow:hidden}.blog-card img{width:100%;height:200px;object-fit:cover;margin-bottom:1rem}.blog-card h3{color:#1a2a44;margin-bottom:.5rem}.blog-card p{color:#4a4a4a;margin-bottom:1rem}.blog-card .blog-link{color:#ff6200;text-decoration:none;font-weight:600}.blog-card .blog-link:hover{color:#d32f2f}.promotions-section{background:#1a2a44}.promotion-banner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem}@media(max-width: 768px){.promotion-banner{grid-template-columns:1fr;text-align:center}}.promotion-content h2{color:#ff6200;font-size:2.5rem;margin-bottom:1rem}.promotion-content p{color:#1a2a44;font-size:1.2rem;margin-bottom:2rem}.promotion-timer{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}@media(max-width: 768px){.promotion-timer{justify-content:center}}.timer-item{text-align:center;background:#ff6200;color:#fff;padding:1rem;border-radius:10px;min-width:80px}.timer-item span{display:block;font-size:2rem;font-weight:700}.timer-item label{font-size:.9rem}.promotion-image img{width:100%;height:300px;object-fit:cover;border-radius:15px}.newsletter-section{background:#2a3a54;text-align:center}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2.5rem;margin-bottom:1rem}.newsletter-content p{font-size:1.2rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9)}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}@media(max-width: 768px){.newsletter-form{flex-direction:column}}.newsletter-input{flex:1;padding:15px;border:none;border-radius:8px;font-size:1rem;background:#fff;color:#1a2a44}.newsletter-input::placeholder{color:#4a4a4a}.success-message{display:none;align-items:center;justify-content:center;gap:1rem;background:rgba(76,175,80,.1);border:2px solid #4caf50;border-radius:10px;padding:1rem;margin-top:1rem}.success-message .success-icon{background:#4caf50;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold}.success-message p{color:#4caf50;margin:0}.about-section{background:#1a2a44}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:hsla(0,0%,100%,.9)}.about-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2rem}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;color:#ff6200;margin-bottom:.5rem}.stat-item p{color:hsla(0,0%,100%,.8);margin:0}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.footer{background:#0f1419;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#ff6200;margin-bottom:1rem}.footer-section p,.footer-section li{color:hsla(0,0%,100%,.8);margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ff6200}.contact-info p{display:flex;align-items:center;gap:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.6)}.modal{display:flex;align-items:center;justify-content:center;display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.8)}.modal-content{background:#fff;color:#1a2a44;padding:2rem;border-radius:15px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1.5rem;font-size:2rem;cursor:pointer;color:#4a4a4a}.modal-close:hover{color:#d32f2f}.modal-section h3{color:#ff6200;margin-top:1.5rem;margin-bottom:1rem;font-size:1.3rem}.modal-section h4{color:#1a2a44;margin-top:1rem;margin-bottom:.5rem;font-size:1.1rem}.modal-section p{margin-bottom:1rem;line-height:1.6}.modal-section ul,.modal-section ol{margin-bottom:1rem;padding-left:1.5rem}.modal-section ul li,.modal-section ol li{margin-bottom:.5rem;line-height:1.5}.modal-section strong{color:#ff6200;font-weight:600}.delivery-option,.warranty-item{background:rgba(26,42,68,.05);padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #ff6200}.delivery-option h4,.warranty-item h4{margin-top:0;color:#1a2a44;font-size:1.1rem}.delivery-option p,.warranty-item p{margin-bottom:.5rem}.delivery-option p:last-child,.warranty-item p:last-child{margin-bottom:0}@keyframes fishingFloat{0%,100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}@keyframes fishingPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes fishingFadeIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fishing-animate{animation:fishingFloat 3s ease-in-out infinite}.fishing-pulse{animation:fishingPulse 2s infinite}.fishing-fade-in{animation:fishingFadeIn 1s ease-out}@media(max-width: 768px){.hero-section{flex-direction:column}.hero-section .fishing-btn{max-width:500px;width:100%;margin:0 auto}.hero-content{gap:1rem}.section-title{font-size:2rem}.hero-title{font-size:2rem}.products-grid,.categories-grid,.blog-grid{grid-template-columns:1fr}.about-stats{grid-template-columns:1fr;gap:1rem}.promotion-banner{padding:2rem}.timer-item{min-width:60px;padding:.5rem}.timer-item span{font-size:1.5rem}}@media(max-width: 480px){.container{padding:0 15px}section{padding:60px 0}.hero-section{flex-direction:column;padding:100px 15px 40px}.fishing-btn{padding:12px 20px;font-size:1rem}}.policy{padding:110px 20px;text-align:center}.policy h2{margin-bottom:28px}.policy p{margin:8px 0 28px}.policy a{max-width:300px}.policy ul,.policy ol{list-style:none}.policy .default-button{margin-bottom:10px}.policy .default-button:last-child{margin-bottom:0}
