/* ══════════════════════════════════════════════════
   CustomPro Manufacturing — Static Site Styles
   Matches React demo: customsource-gd4jd9wq.manus.space
   ══════════════════════════════════════════════════ */

/* ── Reset & Base ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Source Sans 3',system-ui,-apple-system,sans-serif;color:#0A2540;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:'Outfit',sans-serif;line-height:1.2}
.container{max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.container{padding:0 1.5rem}}
@media(min-width:1024px){.container{padding:0 2rem}}
.text-orange{color:#FF6B35}
.text-white{color:#fff}
.text-white-60{color:rgba(255,255,255,.6)}
.section-label{color:#FF6B35;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}
.section-title{font-size:1.875rem;font-weight:700;color:#0A2540;margin-bottom:1rem}
.section-title.text-white{color:#fff}
.section-desc{color:rgba(10,37,64,.6);font-size:1.125rem;max-width:42rem;margin:0 auto}
.section-desc.text-white-60{color:rgba(255,255,255,.6)}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-pill{display:inline-block;background:#FFF5F0;color:#FF6B35;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.375rem 1rem;border-radius:9999px;margin-bottom:1rem}
@media(min-width:1024px){.section-title{font-size:3rem}}

/* ── Navbar ── */
.navbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 0;transition:all .3s}
.navbar.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.08);padding:.75rem 0}
.nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}
.nav-logo img{height:2.5rem;width:auto;object-fit:contain}
.logo-dark{display:none}
.navbar.scrolled .logo-white{display:none}
.navbar.scrolled .logo-dark{display:block}
.nav-links{display:none;gap:2rem;align-items:center}
@media(min-width:1024px){.nav-links{display:flex}}
.nav-link{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.8);transition:color .2s}
.nav-link:hover,.nav-link.active{color:#FF6B35}
.navbar.scrolled .nav-link{color:rgba(10,37,64,.7)}
.navbar.scrolled .nav-link:hover,.navbar.scrolled .nav-link.active{color:#FF6B35}
.nav-cta{display:none;padding:.625rem 1.5rem;background:#FF6B35;color:#fff;border-radius:9999px;font-weight:600;font-size:.875rem;transition:all .2s}
.nav-cta:hover{background:#e55a28;box-shadow:0 4px 15px rgba(255,107,53,.35)}
@media(min-width:1024px){.nav-cta{display:inline-flex}}
.mobile-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;color:white}
.navbar.scrolled .mobile-toggle{color:#0A2540}
@media(min-width:1024px){.mobile-toggle{display:none}}
.mobile-menu{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;background:white;border-top:1px solid #e5e7eb}
.mobile-menu.open{display:flex}
.mobile-nav-link{padding:.75rem 0;color:#0A2540;font-weight:500;border-bottom:1px solid #f3f4f6}
.mobile-nav-link.active{color:#FF6B35}
.mobile-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;padding:.75rem 1.5rem;background:#FF6B35;color:#fff;border-radius:9999px;font-weight:600}

/* ── Hero ── */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,37,64,.88) 0%,rgba(10,37,64,.65) 50%,rgba(10,37,64,.45) 100%)}
.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:8rem 1.5rem 4rem}
.hero-inner{max-width:48rem}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:9999px;padding:.5rem 1.25rem;color:rgba(255,255,255,.9);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:#FF6B35;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero h1{font-size:2.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}
@media(min-width:768px){.hero h1{font-size:3.5rem}}
@media(min-width:1024px){.hero h1{font-size:4rem}}
.hero-desc{color:rgba(255,255,255,.7);font-size:1.125rem;line-height:1.7;max-width:36rem;margin-bottom:2rem}
.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;transition:all .25s;border:none;cursor:pointer}
.btn-primary{background:#FF6B35;color:#fff}
.btn-primary:hover{background:#e55a28;box-shadow:0 8px 25px rgba(255,107,53,.35);transform:translateY(-1px)}
.btn-outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}
.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}
.btn-dark-pill{background:#0A2540;color:#fff;padding:.875rem 2rem;border-radius:9999px;font-weight:600}
.btn-dark-pill:hover{background:rgba(10,37,64,.9)}
.trust-badges{display:flex;flex-wrap:wrap;gap:1.25rem}
.trust-badge{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);font-size:.875rem}
.hero-fade{position:absolute;bottom:0;left:0;right:0;height:6rem;background:linear-gradient(to top,#F8F6F3,transparent)}

/* ── Stats ── */
.stats-section{background:#F8F6F3;padding:4rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(6,1fr)}}
.stat-item{padding:1.5rem}
.stat-number{font-family:'Outfit',sans-serif;font-size:2.5rem;font-weight:700;color:#FF6B35;line-height:1}
.stat-item p{color:rgba(10,37,64,.5);font-size:.875rem;margin-top:.5rem}

/* ── Products ── */
.products-section{padding:5rem 0;background:#fff}
@media(min-width:1024px){.products-section{padding:7rem 0}}
.products-showcase{margin-bottom:3rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.1)}
.products-showcase img{width:100%;height:auto;display:block}
.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}
.product-card{background:#F8F6F3;border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s;border:1px solid transparent}
.product-card:hover{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);border-color:rgba(255,107,53,.2);transform:translateY(-4px)}
.product-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(255,107,53,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#FF6B35}
.product-card h3{font-size:1rem;font-weight:600;color:#0A2540;margin-bottom:.375rem}
.product-card p{font-size:.8rem;color:rgba(10,37,64,.5);line-height:1.4}
.section-cta{text-align:center;margin-top:2.5rem}
.link-arrow{display:inline-flex;align-items:center;gap:.5rem;color:#FF6B35;font-weight:600;transition:gap .2s}
.link-arrow:hover{gap:.75rem}

/* ── Solutions ── */
.solutions-section{padding:5rem 0;background:#F8F6F3}
@media(min-width:1024px){.solutions-section{padding:7rem 0}}
.solutions-grid{display:grid;gap:1.5rem}
@media(min-width:1024px){.solutions-grid{grid-template-columns:repeat(3,1fr)}}
.solution-card{background:#fff;border-radius:1.5rem;padding:2rem;border:1px solid #e2e8f0;transition:all .3s;position:relative;overflow:hidden}
.solution-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-4px)}
.solution-accent{position:absolute;top:0;left:0;right:0;height:4px;background:#FF6B35}
.solution-icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:rgba(255,107,53,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.solution-card h3{font-size:1.25rem;font-weight:700;color:#0A2540;margin-bottom:.5rem}
.solution-subtitle{color:#FF6B35;font-size:.875rem;font-weight:600;margin-bottom:.75rem}
.solution-desc{color:rgba(10,37,64,.6);font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}
.solution-features{margin-bottom:1.5rem}
.solution-features li{display:flex;align-items:center;gap:.5rem;color:rgba(10,37,64,.7);font-size:.875rem;padding:.375rem 0}
.solution-link{display:inline-flex;align-items:center;gap:.375rem;color:#FF6B35;font-weight:600;font-size:.875rem;transition:gap .2s}
.solution-link:hover{gap:.625rem}

/* ── Services ── */
.services-section{padding:5rem 0;background:#fff}
@media(min-width:1024px){.services-section{padding:7rem 0}}
.services-grid{display:grid;gap:3rem}
@media(min-width:1024px){.services-grid{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}
.services-left .section-title{text-align:left}
.services-desc{color:rgba(10,37,64,.6);font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}
.services-video{border-radius:1rem;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.1)}
.services-video video{width:100%;display:block}
.services-right{display:flex;flex-direction:column;gap:1rem}
.service-card{display:flex;gap:1rem;padding:1.25rem;border-radius:1rem;border:1px solid #e2e8f0;transition:all .3s;cursor:default}
.service-card:hover{background:#F8F6F3;border-color:rgba(255,107,53,.2);box-shadow:0 4px 12px rgba(0,0,0,.05)}
.service-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:rgba(255,107,53,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#FF6B35}
.service-card h3{font-size:1rem;font-weight:600;color:#0A2540;margin-bottom:.25rem}
.service-card p{font-size:.8125rem;color:rgba(10,37,64,.55);line-height:1.5}

/* ── Why Choose Us ── */
.why-section{padding:5rem 0;background:#0A2540;position:relative;overflow:hidden}
@media(min-width:1024px){.why-section{padding:7rem 0}}
.why-bg-pattern{position:absolute;inset:0;opacity:.05}
.why-bg-pattern::before,.why-bg-pattern::after{content:'';position:absolute;width:24rem;height:24rem;border-radius:50%;background:#FF6B35;filter:blur(120px)}
.why-bg-pattern::before{top:0;left:0}
.why-bg-pattern::after{bottom:0;right:0}
.why-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative;z-index:1}
@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.why-grid{grid-template-columns:repeat(3,1fr)}}
.why-card{padding:1.75rem;border-radius:1rem;background:rgba(255,255,255,.05);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);transition:all .3s}
.why-card:hover{background:rgba(255,255,255,.1);border-color:rgba(255,107,53,.3)}
.why-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(255,107,53,.15);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.why-card:hover .why-icon{background:rgba(255,107,53,.25)}
.why-card h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}
.why-card p{color:rgba(255,255,255,.55);font-size:.9375rem;line-height:1.6}

/* ── Factory ── */
.factory-section{padding:5rem 0;background:#fff}
@media(min-width:1024px){.factory-section{padding:7rem 0}}
.factory-grid{display:grid;gap:3rem;margin-bottom:4rem}
@media(min-width:1024px){.factory-grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}}
.factory-image{border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}
.factory-image img{width:100%;height:350px;object-fit:cover}
@media(min-width:1024px){.factory-image img{height:450px}}
.factory-info h3{font-size:1.5rem;font-weight:700;color:#0A2540;margin-bottom:1.5rem}
@media(min-width:1024px){.factory-info h3{font-size:1.875rem}}
.factory-info>p{color:rgba(10,37,64,.6);font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}
.capabilities-grid{display:grid;grid-template-columns:1fr;gap:.75rem}
@media(min-width:640px){.capabilities-grid{grid-template-columns:1fr 1fr}}
.capability{display:flex;align-items:flex-start;gap:.75rem;color:rgba(10,37,64,.7);font-size:.9375rem}
.capability svg{flex-shrink:0;margin-top:2px}
.certifications{margin-bottom:4rem}
.cert-title{font-size:1.5rem;font-weight:700;color:#0A2540;text-align:center;margin-bottom:2.5rem}
@media(min-width:1024px){.cert-title{font-size:1.875rem}}
.cert-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.cert-grid{grid-template-columns:repeat(3,1fr)}}
.cert-card{background:linear-gradient(to bottom right,#F8FAFC,#fff);border:1px solid #E2E8F0;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s}
.cert-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);border-color:rgba(255,107,53,.3)}
.cert-icon{width:4rem;height:4rem;border-radius:1rem;background:rgba(255,107,53,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#FF6B35;transition:all .3s}
.cert-card:hover .cert-icon{background:#FF6B35;color:#fff}
.cert-badge{display:inline-block;background:#0A2540;color:#fff;font-size:.875rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem}
.cert-name{color:#64748B;font-size:.875rem;margin-bottom:.5rem}
.cert-desc{color:#64748B;font-size:.8125rem;line-height:1.5}
.packaging-banner{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}
.packaging-banner img{width:100%;height:300px;object-fit:cover}
@media(min-width:1024px){.packaging-banner img{height:400px}}
.packaging-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,37,64,.8),transparent);display:flex;align-items:center;padding:2rem}
@media(min-width:1024px){.packaging-overlay{padding:3rem}}
.packaging-overlay h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem;max-width:28rem}
@media(min-width:1024px){.packaging-overlay h3{font-size:1.875rem}}
.packaging-overlay p{color:rgba(255,255,255,.8);font-size:1.0625rem;line-height:1.6;max-width:28rem}

/* ── Case Studies ── */
.cases-section{padding:5rem 0;background:#fff}
@media(min-width:1024px){.cases-section{padding:7rem 0}}
.cases-grid{display:grid;gap:2rem;margin-bottom:3rem}
@media(min-width:768px){.cases-grid{grid-template-columns:repeat(3,1fr)}}
.case-card{background:#F8F6F3;border-radius:1rem;overflow:hidden;transition:all .3s;display:block}
.case-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-4px)}
.case-image{position:relative;height:13rem;overflow:hidden;background:#fff}
.case-image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .5s}
.case-card:hover .case-image img{transform:scale(1.05)}
.case-highlight{position:absolute;top:.75rem;left:.75rem;background:#FF6B35;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}
.case-content{padding:1.5rem}
.case-region{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.875rem;margin-bottom:.5rem}
.case-content h3{font-size:1.0625rem;font-weight:700;color:#0A2540;margin-bottom:.5rem;line-height:1.3}
.case-content p{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}
.case-metrics{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}
.metric-value{display:block;font-size:1.25rem;font-weight:700;color:#FF6B35;font-family:'Outfit',sans-serif}
.metric-label{display:block;font-size:.75rem;color:#6b7280}

/* ── Testimonials ── */
.testimonials-section{padding:5rem 0;background:#F7F5F2}
@media(min-width:1024px){.testimonials-section{padding:7rem 0}}
.testimonials-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}
.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s}
.testimonial-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.08)}
.quote-icon{color:rgba(255,107,53,.2);margin-bottom:1rem}
.stars{display:flex;gap:.25rem;margin-bottom:1rem}
.testimonial-text{color:rgba(10,37,64,.7);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.author-avatar{width:3rem;height:3rem;border-radius:50%;background:#0A2540;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem;font-family:'Outfit',sans-serif}
.author-industry{font-weight:600;color:#0A2540;font-size:.9375rem}
.author-region{display:flex;align-items:center;gap:.25rem;color:rgba(10,37,64,.5);font-size:.8125rem}

/* ── Contact Section ── */
.contact-section{padding:5rem 0;background:#0A2540;position:relative;overflow:hidden}
@media(min-width:1024px){.contact-section{padding:7rem 0}}
.contact-bg-accent{position:absolute;top:0;right:0;width:500px;height:500px;border-radius:50%;background:rgba(255,107,53,.05);filter:blur(100px)}
.contact-bg-accent-2{position:absolute;bottom:0;left:0;width:400px;height:400px;border-radius:50%;background:rgba(255,107,53,.05);filter:blur(100px)}
.contact-grid{display:grid;gap:4rem;position:relative;z-index:1}
@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}
.contact-info .section-title{text-align:left}
.contact-desc{color:rgba(255,255,255,.6);font-size:1.0625rem;line-height:1.7;margin-bottom:2.5rem}
.contact-cards{display:flex;flex-direction:column;gap:1.5rem}
.contact-card{display:flex;align-items:flex-start;gap:1rem}
.contact-icon{width:2.75rem;height:2.75rem;border-radius:.5rem;background:rgba(255,107,53,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-label{color:#fff;font-weight:500;margin-bottom:.25rem}
.contact-value{color:rgba(255,255,255,.5);font-size:.875rem}
.contact-form-wrap{position:relative}
.quote-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 25px 50px rgba(0,0,0,.25)}
.quote-form h3{font-family:'Outfit',sans-serif;font-size:1.25rem;font-weight:700;color:#0A2540;margin-bottom:1.5rem}
.form-row{display:grid;gap:1rem}
@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.875rem;font-weight:500;color:rgba(10,37,64,.7);margin-bottom:.375rem}
.label-hint{color:rgba(10,37,64,.4);font-weight:400}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #e5e7eb;font-family:inherit;font-size:.9375rem;color:#0A2540;transition:all .2s;background:#fff}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#FF6B35;box-shadow:0 0 0 3px rgba(255,107,53,.15)}
.form-group textarea{resize:none}
.file-upload-area{width:100%;padding:1rem;border:2px dashed #e5e7eb;border-radius:.5rem;background:rgba(248,246,243,.5);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s;color:#64748B;font-size:.875rem}
.file-upload-area:hover{border-color:rgba(255,107,53,.4);color:#FF6B35}
.submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#FF6B35;color:#fff;border:none;border-radius:.5rem;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}
.submit-btn:hover{background:#e55a28;box-shadow:0 8px 25px rgba(255,107,53,.25)}
.form-note{text-align:center;color:rgba(10,37,64,.4);font-size:.75rem;margin-top:.75rem}

/* ── Footer ── */
.site-footer{background:#061525;color:rgba(255,255,255,.7)}
.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.footer-grid{display:grid;gap:2.5rem;padding:4rem 0}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr}}
.footer-brand{grid-column:span 1}
.footer-logo{height:2.5rem;width:auto;margin-bottom:1rem}
.footer-brand p{font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}
.social-links{display:flex;gap:.75rem}
.social-btn{width:2.25rem;height:2.25rem;border-radius:.5rem;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:all .2s}
.social-btn:hover{background:#FF6B35;color:#fff}
.social-btn.whatsapp-btn:hover{background:#25D366}
.footer-col h4{color:#fff;font-family:'Outfit',sans-serif;font-weight:600;margin-bottom:1rem}
.footer-col ul{display:flex;flex-direction:column;gap:.625rem}
.footer-col a{font-size:.875rem;color:rgba(255,255,255,.7);transition:color .2s}
.footer-col a:hover{color:#FF6B35}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}
.footer-bottom .footer-container{display:flex;flex-direction:column;align-items:center;gap:1rem}
@media(min-width:640px){.footer-bottom .footer-container{flex-direction:row;justify-content:space-between}}
.footer-bottom p{font-size:.75rem;color:rgba(255,255,255,.4)}
.back-to-top{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:rgba(255,255,255,.4);font-size:.75rem;cursor:pointer;font-family:inherit;transition:color .2s}
.back-to-top:hover{color:#FF6B35}

/* ── Floating CTA ── */
.floating-cta{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}
.floating-dismiss{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:50%;background:#6b7280;color:#fff;border:none;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.floating-whatsapp{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#25D366;color:#fff;border-radius:9999px;font-weight:600;font-size:.875rem;box-shadow:0 4px 15px rgba(37,211,102,.3);transition:all .2s}
.floating-whatsapp:hover{background:#1da851;transform:translateY(-2px)}
.floating-quote{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#FF6B35;color:#fff;border-radius:9999px;font-weight:600;font-size:.875rem;box-shadow:0 4px 15px rgba(255,107,53,.3);transition:all .2s}
.floating-quote:hover{background:#e55a28;transform:translateY(-2px)}

/* ── Page Hero (inner pages) ── */
.page-hero{padding:8rem 0 4rem;background:#0A2540;text-align:center}
.page-hero h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}
@media(min-width:1024px){.page-hero h1{font-size:3rem}}
.page-hero p{color:rgba(255,255,255,.6);font-size:1.125rem;max-width:36rem;margin:0 auto}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}
.breadcrumb a{color:rgba(255,255,255,.5);transition:color .2s}
.breadcrumb a:hover{color:#FF6B35}
.breadcrumb span{color:rgba(255,255,255,.3)}

/* ── Products Page ── */
.product-detail-grid{display:grid;gap:2rem;padding:4rem 0}
@media(min-width:768px){.product-detail-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.product-detail-grid{grid-template-columns:repeat(3,1fr)}}
.product-detail-card{background:#fff;border-radius:1rem;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s}
.product-detail-card:hover{box-shadow:0 15px 35px rgba(0,0,0,.08);transform:translateY(-4px)}
.product-detail-card .card-img{height:14rem;overflow:hidden;background:#F8F6F3}
.product-detail-card .card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-detail-card:hover .card-img img{transform:scale(1.05)}
.product-detail-card .card-body{padding:1.5rem}
.product-detail-card .card-body h3{font-size:1.125rem;font-weight:700;color:#0A2540;margin-bottom:.5rem}
.product-detail-card .card-body p{font-size:.875rem;color:rgba(10,37,64,.6);line-height:1.5;margin-bottom:1rem}
.product-detail-card .card-body .tag{display:inline-block;background:#FFF5F0;color:#FF6B35;font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:9999px;margin-right:.375rem;margin-bottom:.375rem}

/* ── Blog Page ── */
.blog-grid{display:grid;gap:2rem;padding:4rem 0}
@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}
.blog-card{background:#fff;border-radius:1rem;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s}
.blog-card:hover{box-shadow:0 15px 35px rgba(0,0,0,.08);transform:translateY(-4px)}
.blog-card .blog-img{height:12rem;overflow:hidden;background:#F8F6F3}
.blog-card .blog-img img{width:100%;height:100%;object-fit:cover}
.blog-card .blog-body{padding:1.5rem}
.blog-card .blog-meta{font-size:.8125rem;color:#6b7280;margin-bottom:.5rem}
.blog-card .blog-body h3{font-size:1.0625rem;font-weight:700;color:#0A2540;margin-bottom:.5rem;line-height:1.3}
.blog-card .blog-body p{font-size:.875rem;color:rgba(10,37,64,.6);line-height:1.5}

/* ── About Page ── */
.about-content{padding:4rem 0}
.about-grid{display:grid;gap:3rem;margin-bottom:4rem}
@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;align-items:center}}
.about-text h2{font-size:1.875rem;font-weight:700;color:#0A2540;margin-bottom:1rem}
.about-text p{color:rgba(10,37,64,.6);font-size:1.0625rem;line-height:1.7;margin-bottom:1rem}
.timeline{position:relative;padding-left:2rem;border-left:2px solid #e2e8f0}
.timeline-item{position:relative;padding-bottom:2rem}
.timeline-item::before{content:'';position:absolute;left:-2.5rem;top:.25rem;width:1rem;height:1rem;border-radius:50%;background:#FF6B35;border:3px solid #fff;box-shadow:0 0 0 2px #FF6B35}
.timeline-item h4{font-size:1rem;font-weight:700;color:#0A2540;margin-bottom:.25rem}
.timeline-item p{font-size:.875rem;color:rgba(10,37,64,.6)}

/* ── Animations ── */
.fade-up{opacity:0;transform:translateY(30px);transition:all .6s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
.fade-left{opacity:0;transform:translateX(-30px);transition:all .6s ease}
.fade-left.visible{opacity:1;transform:translateX(0)}
.fade-right{opacity:0;transform:translateX(30px);transition:all .6s ease}
.fade-right.visible{opacity:1;transform:translateX(0)}

/* ── Responsive ── */
@media(max-width:1023px){
  .hero-content{padding:7rem 1.5rem 3rem}
  .hero h1{font-size:2rem}
}
@media(max-width:639px){
  .hero h1{font-size:1.75rem}
  .hero-desc{font-size:1rem}
  .stat-number{font-size:2rem}
  .section-title{font-size:1.5rem}
}
