:root{--primary: #705E4D;--primary-hover: #5E4F41;--accent: #9A8360;--bg-light: #F8F8F8;--bg-dark: #25282D;--neutral-light: #F0F0F0;--neutral-dark: #25282D;--ink: #333333;--muted: #6F7F8C;--border-light: #E0E0E0}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg-light);color:var(--ink)}.root{min-height:100vh}.nav{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:blur(8px);border-bottom:1px solid rgba(112,94,77,.15)}.nav-inner{max-width:1280px;margin:0 auto;padding:0 1rem;height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;font-weight:700;font-size:1.25rem}.logo-img{height:4rem;width:auto;object-fit:contain}.footer-brand .logo-img{height:6rem}.logo-icon{width:2.5rem;height:2.5rem;background:var(--primary);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.logo-icon .material-icons{color:#fff;font-size:1.25rem}.logo-text{color:var(--primary)}.logo-text span{color:var(--ink)}.nav-links{display:none}@media(min-width:768px){.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500}.nav-links a:hover{color:var(--primary)}}.nav-actions{display:flex;align-items:center;gap:.75rem}.btn-nav{text-decoration:none;font-size:.875rem;font-weight:600;color:var(--ink);padding:.5rem 1rem}.btn-nav:hover{color:var(--primary)}.btn-nav.primary{background:var(--primary);color:#fff;border-radius:.5rem;box-shadow:0 4px 14px #705e4d40}.btn-nav.primary:hover{background:var(--primary-hover)}.hero-wrap{max-width:1280px;margin:0 auto;padding:2rem 1rem}.hero{position:relative;border-radius:.75rem;min-height:520px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(37,40,45,.92) 0%,rgba(37,40,45,.5) 50%,transparent 100%),linear-gradient(180deg,#25282db3,#25282d66),url(https://lh3.googleusercontent.com/aida-public/AB6AXuAm4oe4wIW4XE-A52cZIgL8hj92ZZd9_52D6C_LYzwbkCFGVtv-KLD8aPeATrbwvdlAOFLS445CiCuJOQO3v7twQwwa6JQZQpRnHzqXEvykkEu8e8rhU0aVs4cULbwoi9B00_v2B1clMet8FxZ5_RkW_rrioIWiNihv1seroneyO9Tzdzbcs13VUt9FxST9XRcIiz7fYyPzUSYGQPgD8G7o2DRFwmtDEcaZNMdAFsZMP85uxzXUkthXyXL86KxxroIEF5KqX6DRdUw) center / cover no-repeat}.hero-content{position:relative;z-index:1;padding:2rem 1.5rem;max-width:36rem}.hero-badge{display:inline-block;padding:.25rem .75rem;background:#705e4d40;border:1px solid rgba(112,94,77,.4);color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:9999px;margin-bottom:1.5rem}.hero-content h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.15;margin:0 0 1rem}.hero-lead{font-size:1.125rem;color:#cbd5e1;line-height:1.6;margin:0 0 2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.btn-hero{display:inline-block;padding:1rem 1.75rem;font-size:1.125rem;font-weight:700;border-radius:.75rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-hero.accent{background:var(--accent);color:#fff;box-shadow:0 10px 25px #9a83604d}.btn-hero.accent:hover{transform:scale(1.02);box-shadow:0 12px 28px #9a836059}.btn-hero.outline{border:2px solid rgba(255,255,255,.35);color:#fff;background:#ffffff14}.btn-hero.outline:hover{background:#ffffff26}.section-inner{max-width:1280px;margin:0 auto;padding:0 1rem}.section-head{text-align:center;margin-bottom:3rem}.section-head h2{font-size:1.875rem;font-weight:700;color:var(--ink);margin:0 0 .5rem}.section-head p{color:var(--muted);max-width:42rem;margin:0 auto}.section-fuel{padding:5rem 0;background:var(--neutral-light)}.fuel-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.fuel-grid{grid-template-columns:repeat(3,1fr)}}.fuel-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000000f;border-left:4px solid var(--primary)}.fuel-card:hover{box-shadow:0 10px 25px #00000014}.fuel-card-icon{width:3.5rem;height:3.5rem;background:#705e4d1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.fuel-card-icon .material-icons{color:var(--primary);font-size:1.5rem}.fuel-card h3{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:var(--ink)}.fuel-list{display:flex;flex-direction:column;gap:.75rem}.fuel-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem}.fuel-item .material-icons{color:var(--primary);font-size:1.25rem;flex-shrink:0}.fuel-item p{margin:0;color:var(--ink)}.section-process{padding:5rem 0;background:#fff}.process-flow{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;position:relative}@media(min-width:1024px){.process-flow{grid-template-columns:repeat(4,1fr)}}.process-line{display:none;position:absolute;top:2rem;left:0;right:0;height:2px;background:#705e4d33;z-index:0}@media(min-width:1024px){.process-line{display:block}}.process-step{position:relative;z-index:1;text-align:center}.process-circle{width:4rem;height:4rem;border-radius:50%;border:4px solid var(--primary);background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;color:var(--primary)}.process-step h4{font-size:1rem;margin:0 0 .25rem}.process-step p{font-size:.75rem;color:var(--muted);margin:0}.section-advantages{padding:5rem 0;background:var(--bg-dark);color:#fff}.advantages-grid{display:grid;gap:2rem}@media(min-width:768px){.advantages-grid{grid-template-columns:repeat(3,1fr)}}.advantage-block{max-width:22rem}.advantage-icon{width:3rem;height:3rem;background:var(--primary);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.advantage-icon .material-icons{color:#fff;font-size:1.5rem}.advantage-block h3{font-size:1.25rem;margin:0 0 .5rem}.advantage-block p{color:#94a3b8;font-size:.875rem;line-height:1.6;margin:0}.section-cta{max-width:1280px;margin:0 auto;padding:4rem 1rem}.cta-banner{background:linear-gradient(90deg,var(--primary) 0%,var(--primary-hover) 100%);border-radius:1.5rem;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-banner h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#fff;margin:0 0 .75rem}.cta-banner p{color:#ffffffe6;font-size:1.125rem;margin:0 0 2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-cta{display:inline-block;padding:1rem 1.75rem;font-weight:700;border-radius:.75rem;text-decoration:none}.btn-cta.white{background:#fff;color:var(--primary);box-shadow:0 4px 14px #00000026}.btn-cta.white:hover{background:#f1f5f9}.btn-cta.outline{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent}.btn-cta.outline:hover{background:#ffffff1a}.footer{background:#fff;border-top:1px solid rgba(112,94,77,.15);padding:3rem 1rem 1rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-inner{grid-template-columns:2fr 1fr 1fr}}.footer-brand .logo{display:inline-flex;margin-bottom:1rem}.footer-brand p{font-size:.875rem;color:var(--muted);max-width:20rem;margin:0}.footer-links h5,.footer-contact h5{font-size:1rem;margin:0 0 1rem}.footer-links ul,.footer-contact ul{list-style:none;padding:0;margin:0;font-size:.875rem;color:var(--muted)}.footer-links a{color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--primary)}.footer-contact li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-contact .material-icons{font-size:1rem}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-light);text-align:center;font-size:.875rem;color:var(--muted)}
