@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Dancing+Script:wght@700&display=swap";*{box-sizing:border-box;margin:0;padding:0}.mare-landing{font-family:Poppins,sans-serif;color:#1a3869;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 40px}.section{padding:90px 0}.section-title{font-size:36px;font-weight:800;text-align:center;margin-bottom:10px;color:#1a3869}.section-title.left{text-align:left}.section-subtitle{font-size:16px;color:#5a6f8a;text-align:center;margin-bottom:48px}.center-content{text-align:center}.btn-primary{display:inline-block;background:#1a3869;color:#fff;border:none;border-radius:6px;padding:14px 32px;font-size:15px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #1a386966}.btn-primary:hover{background:#132c52;transform:translateY(-2px);box-shadow:0 8px 22px #1a386980}.btn-primary.large{padding:16px 40px;font-size:16px}.btn-primary.sm{padding:8px 18px;font-size:13px}.btn-outline{display:inline-block;background:transparent;color:#1a3869;border:2px solid #1a3869;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#1a3869;color:#fff;transform:translateY(-2px)}.btn-outline.sm{padding:8px 18px;font-size:13px}.btn-outline-white{display:inline-block;background:transparent;color:#fff;border:2px solid white;border-radius:6px;padding:14px 32px;font-size:15px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s}.btn-outline-white:hover{background:#fff;color:#1a3869;transform:translateY(-2px)}.btn-outline-white.large{padding:16px 40px;font-size:16px}.two-col{display:flex;align-items:center;gap:60px}.two-col.reverse{flex-direction:row-reverse}.hero-viewport{position:relative;height:100vh;min-height:650px;max-height:800px;width:100%;overflow:hidden;display:flex;flex-direction:column}.hero-bg{position:absolute;inset:0;background-image:url(/images/mare-products-bg.png);background-size:cover;background-position:center;z-index:0}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(10,40,100,.38) 0%,rgba(10,40,100,.18) 45%,transparent 70%)}.sparkle-layer{position:absolute;inset:0;z-index:2;pointer-events:none}.sparkle{position:absolute;animation:sparklePulse 3s ease-in-out infinite}@keyframes sparklePulse{0%,to{opacity:.12;transform:scale(.7) rotate(0)}50%{opacity:.95;transform:scale(1.2) rotate(22deg)}}.mare-header{position:relative;z-index:20;padding:0 44px}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0 12px}.logo-wrapper{display:flex;align-items:center}.mare-logo-img{height:100px;width:auto;object-fit:contain}.mare-nav{display:flex;gap:36px;align-items:center}.nav-link{font-size:15px;font-weight:500;color:#1a3869;text-decoration:none;position:relative;padding-bottom:4px;transition:color .2s}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#1a3869;transition:width .25s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{font-weight:600}.cta-btn-header{background:#fff;color:#1a3869;border:2px solid white;border-radius:6px;padding:10px 22px;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s;box-shadow:0 2px 10px #0000001f}.cta-btn-header:hover{background:#1a3869;color:#fff;transform:translateY(-1px)}.hero-text-section{position:relative;z-index:10;flex:1;display:flex;align-items:center;padding:0 56px}.hero-content-left{flex:0 0 420px;display:flex;flex-direction:column;gap:16px}.hero-heading{font-size:52px;font-weight:800;line-height:1.08;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.25);letter-spacing:-.5px}.hero-subtext{font-size:15px;font-weight:400;line-height:1.7;color:#fffffff2;text-shadow:0 1px 6px rgba(0,0,0,.2)}.browse-btn{display:inline-block;background:#1a3869;color:#fff;border:none;border-radius:6px;padding:14px 30px;font-size:15px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;width:fit-content;margin-top:8px;transition:all .2s;box-shadow:0 4px 16px #1a386980}.browse-btn:hover{background:#132c52;transform:translateY(-2px);box-shadow:0 8px 24px #1a386999}.trust-bar{position:relative;z-index:20;display:flex;align-items:center;justify-content:center;gap:56px;padding:16px 60px;background:#1a386975;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.trust-item{display:flex;align-items:center;gap:14px}.trust-icon{width:42px;height:42px;flex-shrink:0}.trust-label{font-size:15px;font-weight:700;color:#fff;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.25)}.wave-divider{position:relative;z-index:15;height:36px;margin-top:-1px}.wave-divider svg{width:100%;height:100%;display:block}.section-categories{background:#fff}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.cat-card{background:#fff;border-radius:16px;padding:24px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:1px solid #eef3f9}.cat-card:hover{transform:translateY(-8px);box-shadow:0 12px 36px #1a38691f}.cat-img-wrap{width:100%;height:180px;overflow:hidden;border-radius:12px;margin-bottom:16px;background:#f0f6fc}.cat-img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.cat-card:hover .cat-img{transform:scale(1.05)}.cat-name{font-size:18px;font-weight:700;margin-bottom:8px;color:#1a3869}.cat-desc{font-size:13.5px;color:#5a6f8a;line-height:1.6;margin-bottom:16px}.section-featured{background:linear-gradient(180deg,#f0f7ff,#e4effa)}.slider-wrap{position:relative;display:flex;align-items:center;gap:12px}.slider-track-wrap{flex:1;overflow:hidden;border-radius:12px}.slider-track{display:flex;transition:transform .5s ease}.product-slide{flex:0 0 25%;padding:0 10px}.product-card{background:#fff;border-radius:14px;padding:20px;text-align:center;box-shadow:0 4px 16px #0000000f;transition:all .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1a38691a}.product-img-wrap{width:100%;height:140px;overflow:hidden;border-radius:10px;margin-bottom:14px;background:#f5f9ff}.product-img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-img{transform:scale(1.06) rotate(2deg)}.product-name{font-size:15px;font-weight:700;margin-bottom:4px}.product-meta{font-size:13px;color:#5a6f8a;margin-bottom:12px}.slider-arrow{width:44px;height:44px;border-radius:50%;background:#fff;border:2px solid #d0dbe8;font-size:24px;color:#1a3869;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;font-family:Poppins,sans-serif}.slider-arrow:hover{background:#1a3869;color:#fff;border-color:#1a3869}.section-about{background:#fff}.about-img-col{flex:1;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #1a38691f}.about-img{width:100%;height:380px;object-fit:cover;display:block}.about-text-col{flex:1}.about-text{font-size:15px;line-height:1.8;color:#3a506b;margin-bottom:24px}.about-list{list-style:none;margin-bottom:28px}.about-list li{font-size:15px;font-weight:500;color:#1a3869;padding:6px 0;display:flex;align-items:center;gap:10px}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#e0f0e0;color:#2e8b2e;font-size:14px;font-weight:700;flex-shrink:0}.section-process{background:#f5f7fa}.process-steps{display:flex;justify-content:center;gap:0;position:relative}.step-item{flex:1;text-align:center;position:relative;max-width:260px;padding:0 20px}.step-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1a3869,#2a5a9e);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 6px 20px #1a38694d}.step-icon{font-size:32px}.step-title{font-size:16px;font-weight:700;margin-bottom:8px;color:#1a3869}.step-desc{font-size:13px;color:#5a6f8a;line-height:1.6}.step-connector{position:absolute;top:40px;right:-20px;width:40px;height:2px;background:linear-gradient(to right,#1a3869,#a8c8e8);z-index:1}.section-b2b{background:#fff}.b2b-text-col{flex:1}.b2b-text{font-size:15px;line-height:1.8;color:#3a506b;margin-bottom:24px}.b2b-segments{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.segment-tag{background:#f0f6ff;border:1px solid #d0dbe8;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;color:#1a3869}.b2b-img-col{flex:1;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #1a38691f}.b2b-img{width:100%;height:360px;object-fit:cover;display:block}.section-napkins{background:linear-gradient(180deg,#e4effa,#d8e8f8)}.napkin-sizes{display:flex;justify-content:center;gap:32px;margin-bottom:36px}.napkin-size-card{text-align:center}.napkin-preview{width:180px;height:180px;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #1a38691a;margin-bottom:12px;background:#fff}.napkin-img{width:100%;height:100%;object-fit:cover}.size-label{font-size:15px;font-weight:600;color:#1a3869}.section-map{background:#fff}.map-visual{flex:1;display:flex;justify-content:center}.kosovo-map{width:100%;max-width:380px}.map-text-col{flex:1}.map-text{font-size:15px;line-height:1.8;color:#3a506b;margin-bottom:28px}.section-testimonials{background:#fff}.testimonial-cards{display:flex;justify-content:center;gap:24px;margin-bottom:28px}.testimonial-card{background:#fff;border-radius:16px;padding:28px 24px;max-width:340px;box-shadow:0 4px 16px #0000000d;border:2px solid transparent;transition:all .3s;opacity:.7;transform:scale(.96)}.testimonial-card.active{border-color:#1a3869;opacity:1;transform:scale(1);box-shadow:0 8px 28px #1a38691f}.testimonial-quote{font-size:14.5px;line-height:1.7;color:#3a506b;font-style:italic;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1a3869,#4a82c4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.author-name{font-size:14px;font-weight:700;color:#1a3869}.author-role{font-size:12px;color:#5a6f8a}.testimonial-dots{display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;border:2px solid #1a3869;background:transparent;cursor:pointer;transition:all .2s;padding:0}.dot.active{background:#1a3869}.section-cta{background:linear-gradient(135deg,#1a3869,#2a5a9e,#4a82c4);text-align:center}.cta-heading{font-size:40px;font-weight:800;color:#fff;margin-bottom:14px}.cta-text{font-size:17px;color:#ffffffe6;margin-bottom:32px}.cta-buttons{display:flex;justify-content:center;gap:16px}.mare-footer{background:#0e1f3a;color:#fff;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-logo{height:60px;width:auto;object-fit:contain;margin-bottom:8px;filter:brightness(0) invert(1)}.footer-brand-text{font-size:13.5px;color:#ffffffa6;line-height:1.7}.footer-heading{font-size:15px;font-weight:700;margin-bottom:6px;color:#fff}.footer-link{font-size:14px;color:#fff9;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-info{font-size:13.5px;color:#fff9;line-height:1.6}.social-icons{display:flex;gap:10px;margin-top:8px}.social-icon{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;font-size:13px;font-weight:600;transition:all .2s}.social-icon:hover{background:#fff;color:#1a3869}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ffffff73}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#ffffff73;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.page-transition{animation:pageFadeIn .35s ease}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mare-header-inner-page{background:#fff;border-bottom:1px solid #eef3f9;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000a}.page-hero{background:linear-gradient(135deg,#1a3869,#2a5a9e,#4a82c4);padding:60px 40px 50px;text-align:center}.page-hero-title{font-size:36px;font-weight:800;color:#fff;margin-bottom:12px;max-width:800px;margin-left:auto;margin-right:auto}.page-hero-subtitle{font-size:17px;color:#ffffffd9;max-width:600px;margin:0 auto;line-height:1.6}.section-products-page{background:#fff}.product-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:48px;flex-wrap:wrap}.product-tab{padding:12px 28px;border:2px solid #d0dbe8;border-radius:8px;background:#fff;color:#1a3869;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s}.product-tab:hover{border-color:#1a3869;background:#f0f6ff}.product-tab.active{background:#1a3869;color:#fff;border-color:#1a3869}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.product-grid-card{display:flex;background:#fff;border-radius:16px;border:1px solid #eef3f9;overflow:hidden;box-shadow:0 4px 16px #0000000d;transition:all .3s}.product-grid-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #1a38691a}.product-grid-img-wrap{width:220px;min-height:200px;flex-shrink:0;background:#f5f9ff;display:flex;align-items:center;justify-content:center;padding:20px}.product-grid-img{width:100%;height:100%;max-height:160px;object-fit:contain}.product-grid-info{padding:24px;display:flex;flex-direction:column;justify-content:center;gap:6px}.product-grid-name{font-size:18px;font-weight:700;color:#1a3869}.product-grid-meta{font-size:13px;color:#5a6f8a;font-weight:500}.product-grid-desc{font-size:14px;color:#3a506b;line-height:1.6;margin-bottom:8px}.product-grid-actions{display:flex;gap:10px;align-items:center}.product-grid-card.product-highlight{animation:highlightPulse 2s ease}@keyframes highlightPulse{0%{box-shadow:0 0 #1a386966}30%{box-shadow:0 0 0 8px #1a386926;border-color:#1a3869}to{box-shadow:0 4px 16px #0000000d;border-color:#eef3f9}}.about-page-section{padding:80px 0}.about-page-section.bg-light{background:#f5f7fa}.about-page-intro{align-items:flex-start}.product-range-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.range-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0000000f;text-align:center;transition:all .3s}.range-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #1a38691f}.range-card-img{width:100%;height:160px;object-fit:cover}.range-card-label{display:block;padding:14px;font-size:15px;font-weight:700;color:#1a3869}.brand-callouts{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.brand-card{border-radius:14px;padding:32px;border-left:5px solid}.brand-card.tiss{background:#f0f9f0;border-left-color:#2e8b2e}.brand-card.mare{background:#eef4ff;border-left-color:#1a3869}.brand-card-title{font-size:20px;font-weight:700;color:#1a3869;margin-bottom:8px}.brand-card-text{font-size:14.5px;line-height:1.7;color:#3a506b}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.value-block{text-align:center;padding:32px 20px}.value-icon-circle{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#e4effa,#d0e2f4);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:30px}.value-title{font-size:18px;font-weight:700;color:#1a3869;margin-bottom:12px}.value-text{font-size:14px;line-height:1.7;color:#3a506b}.about-page-quote-section{background:linear-gradient(135deg,#e4effa,#d8e8f8);padding:80px 40px}.about-closing-quote{font-size:22px;font-weight:600;font-style:italic;line-height:1.6;color:#1a3869;max-width:700px;margin:0 auto;position:relative;padding:0 32px}.about-closing-quote:before{content:"“";position:absolute;left:-8px;top:-20px;font-size:80px;color:#1a386926;font-style:normal;line-height:1}.section-contact{background:#fff}.contact-layout{align-items:flex-start}.contact-info-col{flex:1}.contact-intro{font-size:15px;line-height:1.8;color:#3a506b;margin-bottom:32px}.contact-detail-card{background:#f5f7fa;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:20px}.contact-detail-item{display:flex;align-items:center;gap:16px}.contact-detail-icon{font-size:24px;width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.contact-detail-label{font-size:12px;color:#5a6f8a;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.contact-detail-value{font-size:15px;font-weight:600;color:#1a3869}.contact-form-col{flex:1}.contact-form{background:#f5f7fa;border-radius:16px;padding:36px}.form-heading{font-size:22px;font-weight:700;color:#1a3869;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-row .form-group{margin-bottom:0}.form-label{font-size:13px;font-weight:600;color:#1a3869}.form-input{padding:12px 16px;border:2px solid #d0dbe8;border-radius:8px;font-size:14px;font-family:Poppins,sans-serif;color:#1a3869;background:#fff;transition:border-color .2s;outline:none}.form-input:focus{border-color:#1a3869}.form-input::placeholder{color:#a0b0c4}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a3869' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.form-textarea{resize:vertical;min-height:120px}.form-success{background:#f0f9f0;border-radius:16px;padding:48px 36px;text-align:center}.form-success-icon{width:64px;height:64px;border-radius:50%;background:#2e8b2e;color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.form-success h3{font-size:24px;font-weight:700;color:#1a3869;margin-bottom:12px}.form-success p{font-size:15px;color:#3a506b;margin-bottom:24px;line-height:1.6}
