/*
Theme Name: Rocadeiras STIHL
Theme URI: https://rocadeiras-stihl.com.br
Author: Rocadeiras STIHL
Author URI: https://rocadeiras-stihl.com.br
Description: Tema profissional para landing page de rocadeiras STIHL com design moderno e responsivo.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rocadeiras-stihl
Tags: one-column, custom-menu, featured-images, full-width-template
*/

*,*::before,*::after{box-sizing:border-box}
*{margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#fafafa;background-color:#1a1d24;-webkit-font-smoothing:antialiased;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}

:root{
--background:#1a1d24;
--foreground:#fafafa;
--card-bg:linear-gradient(180deg,#252932 0%,#1e2128 100%);
--primary:#ff6b00;
--primary-hover:#ff8533;
--muted:#3a3f4b;
--muted-foreground:#9ca3af;
--border:#3a3f4b;
--radius:0.5rem;
--shadow-card:0 8px 32px -8px rgba(0,0,0,0.5);
--shadow-glow:0 0 40px rgba(255,107,0,0.2);
}

h1,h2,h3,h4,h5,h6{font-family:'Oswald',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:0.02em;line-height:1.2;color:var(--foreground)}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.5rem,4vw,2.5rem)}
h3{font-size:clamp(1.25rem,3vw,1.75rem)}
p{color:var(--muted-foreground);line-height:1.7}

.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}
@media(min-width:768px){.container{padding:0 2rem}}

@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}
@keyframes pulse-glow{0%,100%{box-shadow:0 0 20px rgba(255,107,0,0.4),0 0 40px rgba(255,107,0,0.2)}50%{box-shadow:0 0 30px rgba(255,107,0,0.6),0 0 60px rgba(255,107,0,0.3)}}
@keyframes shine{0%{transform:translateX(-100%) skewX(-12deg)}100%{transform:translateX(200%) skewX(-12deg)}}

.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 1rem 6rem;overflow:hidden;background-color:#1a1d24;background-size:cover;background-position:center;background-repeat:no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(26,29,36,0.85) 0%,rgba(26,29,36,0.70) 50%,rgba(26,29,36,0.50) 100%);z-index:1}
.hero-content{position:relative;z-index:10;max-width:800px;text-align:center;margin:0 auto}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,107,0,0.1);border:1px solid rgba(255,107,0,0.3);padding:0.5rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:500;color:var(--primary);margin-bottom:2rem;text-transform:uppercase;letter-spacing:0.05em}
.hero-badge::before{content:'';width:8px;height:8px;background:var(--primary);border-radius:50%;animation:pulse 2s infinite}
.hero h1{color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4rem)}
.hero h1 span{background:linear-gradient(135deg,#ff6b00 0%,#ff8533 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-description{font-size:1.125rem;color:rgba(250,250,250,0.9);margin-bottom:2.5rem;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}
.hero-description strong{color:#ffffff}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:500px;margin:4rem auto 0}
.hero-stat{text-align:center;padding:0 1rem}
.hero-stat:nth-child(2){border-left:1px solid rgba(58,63,75,0.5);border-right:1px solid rgba(58,63,75,0.5)}
.hero-stat-value{font-family:'Oswald',sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:var(--primary)}
.hero-stat-label{font-size:0.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:0.05em;margin-top:0.25rem}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.875rem 2rem;font-size:1rem;font-weight:600;font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:0.05em;border-radius:var(--radius);border:none;cursor:pointer;transition:all 0.3s ease;text-decoration:none}
.btn-hero{background:#ff8533;color:#ffffff;box-shadow:0 4px 20px rgba(255,107,0,0.5);border:2px solid #ff9955;position:relative;overflow:hidden;animation:pulse-glow 2s ease-in-out infinite}
.btn-hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);transform:translateX(-100%) skewX(-12deg);transition:transform 0.5s ease}
.btn-hero:hover{background:#ff9955;transform:scale(1.05);box-shadow:0 6px 30px rgba(255,107,0,0.6)}
.btn-hero:hover::before{animation:shine 0.8s ease}
.btn-xl{padding:1rem 2.5rem;font-size:1.125rem}

.intro-section{padding:3rem 1rem 4rem;background:rgba(58,63,75,0.2)}
@media(min-width:768px){.intro-section{padding:4rem 2rem 5rem}}
.intro-content{max-width:800px;margin:0 auto;text-align:center}
.intro-content p{font-size:1.125rem;line-height:1.8;color:rgba(250,250,250,0.9)}
@media(min-width:768px){.intro-content p{font-size:1.25rem}}
.intro-content strong{color:#ffffff}

.section-header{text-align:center;margin-bottom:3rem}
.section-header h2{margin-bottom:1rem;color:var(--foreground)}
.section-header p{max-width:600px;margin:0 auto;color:var(--muted-foreground)}

.products-section{padding:4rem 1rem 5rem;background:var(--background)}
@media(min-width:768px){.products-section{padding:5rem 2rem 6rem}}
.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}
@media(min-width:768px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}

.product-card-link,.extra-model-card-link,.category-card-link{display:block;text-decoration:none;color:inherit;cursor:pointer}

.product-card{display:flex;flex-direction:column;background:var(--card-bg);border-radius:var(--radius);border:1px solid rgba(58,63,75,0.5);padding:1.5rem 2rem;transition:all 0.3s ease;box-shadow:var(--shadow-card);height:100%}
.product-card-link:hover .product-card{transform:translateY(-4px);border-color:rgba(255,107,0,0.5);box-shadow:var(--shadow-glow)}
.product-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}
.product-card h3{font-size:1.25rem;color:var(--foreground);transition:color 0.3s ease}
@media(min-width:768px){.product-card h3{font-size:1.5rem}}
.product-card-link:hover .product-card h3{color:var(--primary)}
.product-badge{display:inline-block;padding:0.25rem 0.75rem;background:rgba(255,107,0,0.2);color:var(--primary);font-size:0.75rem;font-weight:600;border-radius:50px;text-transform:uppercase;letter-spacing:0.05em;white-space:nowrap}
.product-badge.highlight{background:var(--primary);color:#ffffff}
.product-description{color:var(--muted-foreground);font-size:0.9375rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:0}

.product-highlights{margin-bottom:1.5rem;flex-grow:1}
.highlights-title{font-family:'Oswald',sans-serif;font-size:0.875rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.75rem}
.highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.highlights-list li{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.875rem;color:rgba(250,250,250,0.85);line-height:1.5}
.highlights-list li svg{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:#22c55e}
.product-footer{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(58,63,75,0.5)}
.product-cta{display:inline-flex;align-items:center;gap:0.5rem;background:var(--primary);color:#ffffff;font-family:'Oswald',sans-serif;font-size:0.875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;padding:0.75rem 1.5rem;border-radius:var(--radius);transition:all 0.3s ease;width:100%;justify-content:center}
.product-card-link:hover .product-cta{background:var(--primary-hover)}
.product-cta svg{width:16px;height:16px;transition:transform 0.3s ease}
.product-card-link:hover .product-cta svg{transform:translateX(4px)}

.extra-models-section{padding:4rem 1rem 5rem;background:rgba(58,63,75,0.2)}
@media(min-width:768px){.extra-models-section{padding:5rem 2rem 6rem}}
.extra-models-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:900px;margin:0 auto}
@media(min-width:640px){.extra-models-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.extra-models-grid{grid-template-columns:repeat(3,1fr)}}
.extra-model-card{display:flex;flex-direction:column;align-items:center;gap:0.75rem;background:var(--card-bg);border:1px solid rgba(58,63,75,0.5);border-radius:var(--radius);padding:1.5rem;transition:all 0.3s ease;height:100%}
.extra-model-card-link:hover .extra-model-card{border-color:rgba(255,107,0,0.5);transform:translateY(-2px);box-shadow:var(--shadow-glow)}
.extra-model-card h4{font-family:'Oswald',sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;color:var(--foreground);text-align:center}
.extra-model-cta{display:inline-flex;align-items:center;gap:0.5rem;background:transparent;border:1px solid var(--primary);color:var(--primary);font-family:'Oswald',sans-serif;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;padding:0.5rem 1rem;border-radius:var(--radius);transition:all 0.3s ease}
.extra-model-card-link:hover .extra-model-cta{background:var(--primary);color:#ffffff}

.category-section{padding:4rem 1rem 5rem;background:var(--background)}
@media(min-width:768px){.category-section{padding:5rem 2rem 6rem}}
.category-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:0 auto}
@media(min-width:768px){.category-grid{grid-template-columns:repeat(2,1fr)}}
.category-card{background:var(--card-bg);border-radius:var(--radius);border:1px solid rgba(58,63,75,0.5);padding:2rem;transition:all 0.3s ease;height:100%}
.category-card-link:hover .category-card{border-color:rgba(255,107,0,0.5);transform:translateY(-4px);box-shadow:var(--shadow-glow)}
.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.category-icon{width:48px;height:48px;border-radius:50%;background:rgba(255,107,0,0.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.category-icon svg{width:24px;height:24px;color:var(--primary)}
.category-card h3{font-size:1.25rem;color:var(--foreground)}
.category-card p{color:var(--muted-foreground);font-size:0.9375rem;line-height:1.7;margin-bottom:1.5rem}
.category-tags{display:flex;flex-wrap:wrap;gap:0.5rem}
.category-tag{display:inline-block;padding:0.25rem 0.75rem;background:rgba(58,63,75,0.5);color:var(--muted-foreground);font-size:0.75rem;border-radius:50px}

.site-footer{padding:3rem 1rem;background:rgba(26,29,36,0.95);border-top:1px solid rgba(58,63,75,0.5)}
.footer-content{max-width:800px;margin:0 auto;text-align:center}

.independence-notice{background:rgba(58,63,75,0.3);border:1px solid rgba(255,107,0,0.3);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem}
.independence-notice .notice-title{font-family:'Oswald',sans-serif;font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:0.75rem}
.independence-notice p{color:rgba(250,250,250,0.9);font-size:0.875rem;line-height:1.8;margin:0}

.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;margin-bottom:2rem}
.footer-links a{color:var(--muted-foreground);font-size:0.875rem;transition:color 0.3s ease}
.footer-links a:hover{color:var(--primary)}

.footer-copyright{padding-top:1.5rem;border-top:1px solid rgba(58,63,75,0.5)}
.footer-copyright .site-name{font-family:'Oswald',sans-serif;font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:0.5rem}
.footer-copyright p{color:var(--muted-foreground);font-size:0.875rem;margin:0}

/* Page Template Styles */
.page-content{padding:4rem 1rem 5rem;background:var(--background);min-height:60vh}
@media(min-width:768px){.page-content{padding:5rem 2rem 6rem}}
.page-article{max-width:800px;margin:0 auto}
.page-title{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--foreground);margin-bottom:2rem;text-align:center}
.page-body{color:rgba(250,250,250,0.9);font-size:1rem;line-height:1.8}
.page-body h2{font-size:1.5rem;color:var(--foreground);margin:2rem 0 1rem}
.page-body h3{font-size:1.25rem;color:var(--foreground);margin:1.5rem 0 0.75rem}
.page-body p{margin-bottom:1rem;color:var(--muted-foreground)}
.page-body ul,.page-body ol{margin:1rem 0;padding-left:1.5rem}
.page-body li{margin-bottom:0.5rem;color:var(--muted-foreground)}
.page-body a{color:var(--primary);text-decoration:underline}
.page-body a:hover{color:var(--primary-hover)}
.back-link{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(58,63,75,0.5)}
.back-link a{display:inline-flex;align-items:center;gap:0.5rem;color:var(--primary);font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:0.05em;font-size:0.875rem;transition:color 0.3s ease}
.back-link a:hover{color:var(--primary-hover)}
