.page-content{padding-top:4.5rem}.page-hero{justify-content:center;align-items:center;min-height:50vh;padding:4rem 0;display:flex;position:relative}.page-hero-bg{z-index:0;position:absolute;inset:0}.page-hero-bg img{object-fit:cover}.page-hero-overlay{background:linear-gradient(#000000b3 0%,#00000080 100%);position:absolute;inset:0}.page-hero-content{z-index:1;text-align:center;color:#fff;position:relative}.page-breadcrumb{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.page-breadcrumb a{color:#fffc;text-decoration:none;transition:color .2s}.page-breadcrumb a:hover{color:#fff}.page-breadcrumb span{color:#fff9}.page-hero-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}@media (min-width:768px){.page-hero-title{font-size:3.5rem}}.page-hero-description{color:#ffffffe6;max-width:600px;margin:0 auto;font-size:1.125rem}.intro-section{background:var(--bg-primary);padding:5rem 0}.intro-grid{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.intro-grid{grid-template-columns:1fr 1fr;gap:4rem}}.intro-image{aspect-ratio:4/3;box-shadow:var(--shadow-xl);border-radius:1rem;position:relative;overflow:hidden}.intro-content .section-title{text-align:left}.intro-text{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.intro-text strong{color:var(--text-primary)}.intro-features{grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0;display:grid}.intro-feature{color:var(--text-primary);align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.intro-feature svg{color:var(--brand-primary);flex-shrink:0}.scope-section{background:var(--bg-secondary);padding:5rem 0}.scope-grid{gap:1.5rem;display:grid}@media (min-width:640px){.scope-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.scope-grid{grid-template-columns:repeat(5,1fr)}}.scope-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:1rem;padding:2rem 1.5rem;transition:all .3s;position:relative}.scope-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-primary);transform:translateY(-5px)}.scope-number{color:var(--brand-primary);opacity:.5;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.scope-icon{background:var(--bg-secondary);width:4rem;height:4rem;color:var(--brand-primary);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s;display:inline-flex}.scope-card:hover .scope-icon{background:var(--brand-gradient);color:#fff}.scope-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1rem;font-weight:600}.scope-description{color:var(--text-muted);font-size:.875rem;line-height:1.6}.products-page-section{background:var(--bg-primary);padding:5rem 0}.products-page-grid{gap:2rem;display:grid}@media (min-width:640px){.products-page-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-page-grid{grid-template-columns:repeat(4,1fr)}}.product-page-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;transition:all .3s;overflow:hidden}.product-page-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-primary);transform:translateY(-5px)}.product-page-image{aspect-ratio:4/3;position:relative;overflow:hidden}.product-badge{background:var(--brand-primary);color:#fff;text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.product-page-content{padding:1.5rem}.product-page-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.product-pitch{color:var(--brand-primary);margin-bottom:.75rem;font-size:.875rem;font-weight:600}.product-page-description{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.product-page-link{color:var(--brand-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.product-page-link:hover{gap:.75rem}.applications-section{background:var(--bg-secondary);padding:5rem 0}.applications-grid{gap:1.5rem;display:grid}@media (min-width:640px){.applications-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.applications-grid{grid-template-columns:repeat(4,1fr)}}.application-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:1rem;padding:2rem;transition:all .3s}.application-card:hover{box-shadow:var(--shadow-md);border-color:var(--brand-primary);transform:translateY(-3px)}.application-icon{margin-bottom:1rem;font-size:3rem}.application-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.application-description{color:var(--text-muted);font-size:.875rem;line-height:1.5}.benefits-section{background:var(--bg-primary);padding:5rem 0}.benefits-grid{gap:2rem;display:grid}@media (min-width:640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}.benefit-card{text-align:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;transition:all .3s}.benefit-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.benefit-icon{background:var(--bg-secondary);width:5rem;height:5rem;color:var(--brand-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:inline-flex}.benefit-card:hover .benefit-icon{background:var(--brand-gradient);color:#fff;transform:scale(1.1)}.benefit-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.benefit-description{color:var(--text-muted);font-size:.875rem;line-height:1.6}.cta-section{background:var(--brand-gradient);padding:5rem 0}.cta-content{text-align:center;color:#fff}.cta-title{margin-bottom:1rem;font-size:2rem;font-weight:700}@media (min-width:768px){.cta-title{font-size:2.5rem}}.cta-description{opacity:.9;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.cta-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.cta-buttons{flex-direction:row}}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-whatsapp{color:#fff;background:#25d366;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.cta-section .btn-primary{color:var(--brand-primary);background:#fff}.cta-section .btn-primary:hover{background:#ffffffe6}
