*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-900: #0d0d0d;--blue-800: #1a1a1a;--blue-700: #2a2a2a;--blue-600: #404040;--blue-100: #efefef;--blue-50: #f5f5f5;--orange: #d4700a;--orange-d: #b85d00;--green: #16a34a;--text-1: #ffffff;--text-2: rgba(255,255,255,.7);--text-3: rgba(255,255,255,.45);--bg: #0d0d0d;--bg-2: #111111;--bg-3: #1a1a1a;--border: rgba(255,255,255,.1);--radius: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.18);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-w: 1200px;--transition: .2s ease}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--text-1);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--orange);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--orange-d)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.25rem}.section{padding:4.5rem 0}.section--alt{background:var(--bg-2)}.section--dark{background:var(--blue-900);color:#fff}.section--blue{background:var(--blue-50)}.section-header{text-align:center;margin-bottom:3rem}.section-tag{display:inline-block;background:#d4700a1f;color:var(--orange);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .9rem;border-radius:100px;margin-bottom:.875rem;border:1px solid rgba(212,112,10,.3)}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;color:var(--text-1)}.section-title--white{color:#fff}.section-desc{font-size:1.1rem;color:var(--text-2);margin-top:.75rem;max-width:640px;margin-inline:auto}.section-desc--white{color:#fffc}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.95rem;border-radius:var(--radius);padding:.8rem 1.75rem;transition:all var(--transition);text-align:center;white-space:nowrap}.btn--primary{background:var(--orange);color:#fff}.btn--primary:hover{background:var(--orange-d);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow)}.btn--blue{background:#2a2a2a;color:#fff}.btn--blue:hover{background:#111;color:#fff;transform:translateY(-1px)}.btn--outline{border:2px solid var(--orange);color:var(--orange);background:transparent}.btn--outline:hover{background:var(--orange);color:#fff}.btn--white{background:#fff;color:#111}.btn--white:hover{background:var(--bg-2);color:#111}.btn--lg{font-size:1.05rem;padding:1rem 2.25rem}.btn--sm{font-size:.85rem;padding:.55rem 1.25rem}.btn-group{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center}.header{position:sticky;top:0;z-index:100;background:var(--blue-900);box-shadow:0 2px 12px #0003}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1.5rem}.header-logo{display:flex;align-items:center;flex-shrink:0}.header-logo-img{height:48px;width:auto;display:block;transition:opacity var(--transition)}.header-logo:hover .header-logo-img{opacity:.85}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav a{font-size:.88rem;font-weight:600;color:#ffffffd9;padding:.45rem .7rem;border-radius:var(--radius);transition:all var(--transition);white-space:nowrap}.header-nav a:hover,.header-nav a[aria-current=page]{color:#fff;background:#ffffff1f}.nav-item{position:relative}.nav-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);min-width:240px;background:var(--blue-900);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:.5rem;opacity:0;pointer-events:none;transition:opacity var(--transition);box-shadow:var(--shadow-lg)}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;pointer-events:auto}.nav-dropdown a{display:block;font-size:.83rem;padding:.5rem .875rem}.nav-dropdown a:hover{background:#ffffff1a}.header-cta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-tel{font-size:.85rem;font-weight:700;color:var(--orange)}.header-tel:hover{color:#fff}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all var(--transition)}@media(max-width:900px){.menu-toggle{display:flex}.header-nav,.header-cta .btn,.header-cta .header-tel{display:none}}.hero{background:linear-gradient(135deg,#0d0d0d,#1a1a1a 60%,#222);color:#fff;padding:5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.hero-inner{position:relative;z-index:1}.hero-badge{display:inline-block;background:#f9731633;border:1px solid var(--orange);color:#fda04a;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:100px;margin-bottom:1.25rem}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.1;margin-bottom:1.25rem}.hero-title span{color:var(--orange)}.hero-subtitle{font-size:1.15rem;color:#fffc;max-width:540px;margin-bottom:2rem;line-height:1.7}.hero-stats{display:flex;gap:2.5rem;margin-top:2.5rem;flex-wrap:wrap}.hero-stat strong{display:block;font-size:2rem;font-weight:900;color:var(--orange)}.hero-stat span{font-size:.85rem;color:#ffffffb3}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.card{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:1.75rem;transition:all var(--transition)}.card:hover{box-shadow:0 8px 32px #00000080;transform:translateY(-2px)}.card-icon{width:52px;height:52px;background:#d4700a26;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.1rem}.card-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-1)}.card-desc{font-size:.9rem;color:var(--text-2);line-height:1.6}.service-card{border-left:4px solid var(--orange);background:var(--bg);border-radius:0 var(--radius) var(--radius) 0;padding:1.5rem;box-shadow:var(--shadow-sm)}.service-card:hover{border-left-color:var(--orange);box-shadow:var(--shadow)}.brand-grid{display:flex;flex-wrap:wrap;gap:1rem}.brand-card{padding:.6rem 1.2rem;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);font-weight:600;font-size:.9rem;color:#fffc;transition:all var(--transition);text-decoration:none}.brand-card:hover{background:var(--orange);border-color:var(--orange);color:#fff}.cta-banner{background:linear-gradient(135deg,#1a1a1a,#0d0d0d);color:#fff;padding:4rem 0;text-align:center}.cta-banner h2{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;margin-bottom:.75rem}.cta-banner p{color:#fffc;margin-bottom:2rem;font-size:1.05rem}.form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:.85rem;font-weight:600;color:var(--text-2)}.form-input,.form-select,.form-textarea{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--text-1);background:var(--bg);transition:border-color var(--transition);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px #d4700a26}.form-textarea{resize:vertical;min-height:110px}.form-select{appearance:none;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 fill='%23ffffff' fill-opacity='0.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.faq{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{width:100%;text-align:left;padding:1.1rem 1.25rem;font-size:.95rem;font-weight:700;color:#fff;background:#1a1a1a;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;transition:background var(--transition)}.faq-question:hover{background:#222}.faq-question:after{content:"+";font-size:1.25rem;flex-shrink:0;color:var(--orange)}details[open] .faq-question:after{content:"−"}.faq-answer{padding:1rem 1.25rem 1.25rem;font-size:.93rem;color:#ffffffb3;line-height:1.7;border-top:1px solid rgba(255,255,255,.08);background:#141414}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition)}.post-card:hover{box-shadow:0 8px 32px #00000080;transform:translateY(-2px)}.post-card-img{display:block;aspect-ratio:16 / 10;overflow:hidden}.post-card-img img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition)}.post-card:hover .post-card-img img{transform:scale(1.05)}.post-card-body{padding:1.25rem}.post-date{font-size:.78rem;color:#ffffff73;margin-bottom:.5rem}.post-title{font-size:1rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.post-title a{color:#fff}.post-title a:hover{color:var(--orange)}.post-excerpt{font-size:.88rem;color:#ffffffa6;line-height:1.6}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:3rem}.pagination__pages{display:flex;gap:.4rem;flex-wrap:wrap}.pagination__page,.pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);color:#ffffffbf;font-size:.88rem;font-weight:600;text-decoration:none;transition:all var(--transition)}.pagination__page:hover,.pagination__btn:hover{border-color:var(--orange);color:var(--orange)}.pagination__page--active{background:var(--orange);border-color:var(--orange);color:#fff}.pagination__page--active:hover{color:#fff}.pagination__btn--disabled{opacity:.35;pointer-events:none}.page-hero{background:linear-gradient(135deg,#0d0d0d,#1a1a1a);color:#fff;padding:3.5rem 0}.page-hero .breadcrumb{font-size:.83rem;color:#fff9;margin-bottom:.875rem}.page-hero .breadcrumb a{color:#ffffffb3}.page-hero .breadcrumb a:hover{color:#fff}.page-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:900;margin-bottom:.875rem}.page-hero p{font-size:1.05rem;color:#fffc;max-width:600px}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}table{width:100%;border-collapse:collapse}th{background:var(--blue-900);color:#fff;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}th,td{padding:.875rem 1.1rem;text-align:left;border-bottom:1px solid var(--border)}td{font-size:.9rem;color:#ffffffb3}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff0a}.check-list{display:flex;flex-direction:column;gap:.6rem}.check-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--text-2)}.check-icon{flex-shrink:0;font-size:1.1rem;margin-top:.1rem}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.info-block{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:flex-start;gap:.875rem}.info-icon{width:42px;height:42px;background:#d4700a1f;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.info-label{font-size:.8rem;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:.95rem;font-weight:600;color:var(--text-1)}.info-value a{color:var(--orange)}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;background:#25d366;color:#fff;border-radius:100px;padding:.875rem 1.25rem;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 24px #25d36666;transition:all var(--transition);text-decoration:none}.whatsapp-float:hover{background:#22c55e;color:#fff;transform:translateY(-2px) scale(1.02)}.footer{background:var(--blue-900);color:#fffc}.footer-main{padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-brand-desc{font-size:.87rem;line-height:1.7;margin-bottom:1.25rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:36px;height:36px;background:#ffffff1a;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;transition:background var(--transition)}.footer-social a:hover{background:var(--orange)}.footer-col-title{font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.87rem;color:#ffffffb3;transition:color var(--transition)}.footer-links a:hover{color:#fff}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.87rem;margin-bottom:.6rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:#ffffff80}.footer-bottom a{color:#ffffff80}.footer-bottom a:hover{color:#fffc}.prose{max-width:720px;margin-inline:auto}.prose h2{font-size:1.5rem;font-weight:800;color:#fff;margin:2rem 0 .875rem}.prose h3{font-size:1.2rem;font-weight:700;color:#fff;margin:1.5rem 0 .75rem}.prose p{margin-bottom:1.25rem;color:#ffffffbf;line-height:1.8}.prose ul,.prose ol{margin:1rem 0 1.25rem 1.5rem;color:#ffffffbf;line-height:1.8}.prose li{margin-bottom:.4rem}.prose strong{color:#fff;font-weight:700}.prose a{color:var(--orange)}.prose table{margin:1.5rem 0}.prose img{width:100%;height:auto;border-radius:var(--radius-lg);margin:1.75rem 0;border:1px solid rgba(255,255,255,.08)}.prose figure{margin:1.75rem 0}.prose figure img{margin:0 0 .625rem}.prose figcaption{font-size:.8rem;color:#fff6;text-align:center}.notice{background:#d4700a14;border:1px solid rgba(212,112,10,.25);border-left:4px solid var(--orange);border-radius:var(--radius);padding:1rem 1.25rem;font-size:.93rem;color:#fffc}:root{--gp: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linejoin='round'%3E%3Cg stroke-width='1.5' stroke-opacity='0.025'%3E%3Cpath d='M26,0 L17.12,5.56 L21.03,15.29 L10.58,14.57 L8.03,24.72 L0,18 L-8.03,24.72 L-10.58,14.57 L-21.03,15.29 L-17.12,5.56 L-26,0 L-17.12,-5.56 L-21.03,-15.29 L-10.58,-14.57 L-8.03,-24.72 L0,-18 L8.03,-24.72 L10.58,-14.57 L21.03,-15.29 L17.12,-5.56 Z'/%3E%3Ccircle r='8'/%3E%3Cg transform='translate(100,0)'%3E%3Cpath d='M26,0 L17.12,5.56 L21.03,15.29 L10.58,14.57 L8.03,24.72 L0,18 L-8.03,24.72 L-10.58,14.57 L-21.03,15.29 L-17.12,5.56 L-26,0 L-17.12,-5.56 L-21.03,-15.29 L-10.58,-14.57 L-8.03,-24.72 L0,-18 L8.03,-24.72 L10.58,-14.57 L21.03,-15.29 L17.12,-5.56 Z'/%3E%3Ccircle r='8'/%3E%3C/g%3E%3Cg transform='translate(0,100)'%3E%3Cpath d='M26,0 L17.12,5.56 L21.03,15.29 L10.58,14.57 L8.03,24.72 L0,18 L-8.03,24.72 L-10.58,14.57 L-21.03,15.29 L-17.12,5.56 L-26,0 L-17.12,-5.56 L-21.03,-15.29 L-10.58,-14.57 L-8.03,-24.72 L0,-18 L8.03,-24.72 L10.58,-14.57 L21.03,-15.29 L17.12,-5.56 Z'/%3E%3Ccircle r='8'/%3E%3C/g%3E%3Cg transform='translate(100,100)'%3E%3Cpath d='M26,0 L17.12,5.56 L21.03,15.29 L10.58,14.57 L8.03,24.72 L0,18 L-8.03,24.72 L-10.58,14.57 L-21.03,15.29 L-17.12,5.56 L-26,0 L-17.12,-5.56 L-21.03,-15.29 L-10.58,-14.57 L-8.03,-24.72 L0,-18 L8.03,-24.72 L10.58,-14.57 L21.03,-15.29 L17.12,-5.56 Z'/%3E%3Ccircle r='8'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(50,50)' stroke-width='1.2' stroke-opacity='0.015'%3E%3Cpath d='M12,0 L7.85,3.25 L8.49,8.49 L3.25,7.85 L0,12 L-3.25,7.85 L-8.49,8.49 L-7.85,3.25 L-12,0 L-7.85,-3.25 L-8.49,-8.49 L-3.25,-7.85 L0,-12 L3.25,-7.85 L8.49,-8.49 L7.85,-3.25 Z'/%3E%3Ccircle r='3.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.v-hero{background:var(--gp) repeat,linear-gradient(160deg,#080808f0,#0d0d0de6 60%,#111317e0),var(--v-hero-bg, url(/oficina-range-rover.jpg)) center 35% / cover no-repeat;padding:3rem 0 3.5rem;position:relative}.v-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#d4700a 30%,#f59e0b 60%,transparent)}.v-installment{display:inline-flex;align-items:center;gap:.5rem;background:#d4700a1a;border:1px solid rgba(212,112,10,.3);color:#ffffffb3;font-size:.82rem;font-weight:500;padding:.45rem 1.1rem;border-radius:999px;margin-bottom:1.75rem}.v-installment strong{color:#f59e0b;font-weight:700}.v-tag{display:inline-block;background:#d4700a1f;color:#d4700a;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .9rem;border-radius:999px;margin-bottom:1rem;border:1px solid rgba(212,112,10,.2)}.v-h1{font-size:clamp(1.75rem,5vw,2.8rem);font-weight:900;line-height:1.15;color:#fff;margin-bottom:1rem}.v-sub{font-size:1rem;color:#fff9;margin-bottom:2rem;line-height:1.65}.v-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;align-items:center}.v-btn-tel{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;min-height:48px;border:1.5px solid rgba(255,255,255,.18);color:#fff;font-weight:700;font-size:.95rem;text-decoration:none;transition:background .2s,border-color .2s;white-space:nowrap}.v-btn-tel:hover{background:#ffffff0f;border-color:#ffffff4d}.v-stats{display:flex;margin:0 calc(var(--container-px, 1.25rem) * -1);border-top:1px solid rgba(255,255,255,.07);background:#00000040}.v-stat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem .75rem;border-right:1px solid rgba(255,255,255,.07);text-align:center}.v-stat:last-child{border-right:none}.v-stat strong{font-size:1.4rem;font-weight:900;color:#d4700a;line-height:1.1}.v-stat span{font-size:.72rem;color:#ffffff73;margin-top:.25rem}.v-stat--hl{background:#d4700a14}.v-stat--hl strong{color:#f59e0b}.v-section{background:var(--gp) repeat,#0d0d0d;padding:4.5rem 0}.v-section--alt{background:var(--gp) repeat,#111}.v-sec-hd{text-align:center;margin-bottom:2.5rem}.v-sec-tag{display:inline-block;background:#d4700a1f;color:#d4700a;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .9rem;border-radius:999px;margin-bottom:.75rem;border:1px solid rgba(212,112,10,.2)}.v-sec-title{font-size:clamp(1.35rem,3vw,1.9rem);font-weight:800;color:#fff;margin-bottom:.5rem}.v-sec-sub{font-size:.875rem;color:#ffffff73}.v-acc{background:#141414;border-radius:12px;border:1px solid rgba(255,255,255,.08);overflow:hidden;margin-bottom:1rem}.v-acc__sum{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;padding:1.25rem 1.5rem;font-weight:700;color:#fff;font-size:.95rem;list-style:none;user-select:none}.v-acc__sum::-webkit-details-marker{display:none}.v-acc__ico{flex-shrink:0;color:#fff6;transition:transform .25s}.v-acc[open] .v-acc__ico{transform:rotate(180deg)}.v-acc__body{padding:1.5rem;border-top:1px solid rgba(255,255,255,.07)}.v-acc__body .prose{max-width:none;margin-inline:0}.v-models{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.75rem}.v-model-card{display:flex;justify-content:space-between;align-items:center;gap:.5rem;background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.75rem 1rem;color:#fffc;text-decoration:none;font-weight:600;font-size:.875rem;transition:background .18s,border-color .18s,color .18s;min-height:48px}.v-model-card svg{opacity:.4;flex-shrink:0;transition:opacity .18s}.v-model-card:hover{background:var(--orange);border-color:var(--orange);color:#fff}.v-model-card:hover svg{opacity:1}.v-benefits{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.25rem}.v-bene-card{background:#141414;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:1.75rem;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.v-bene-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(212,112,10,.4),transparent);opacity:0;transition:opacity .2s}.v-bene-card:hover{border-color:#d4700a59;transform:translateY(-2px)}.v-bene-card:hover:before{opacity:1}.v-bene-card--hl{border-color:#d4700a4d;background:linear-gradient(135deg,#1a1200,#141414 60%)}.v-bene-card--hl:before{opacity:1;background:linear-gradient(90deg,transparent,#d4700a,transparent)}.v-bene-icon{font-size:1.75rem;margin-bottom:.875rem}.v-bene-title{font-weight:700;color:#fff;margin-bottom:.4rem;font-size:.975rem}.v-bene-desc{font-size:.85rem;color:#ffffff80;line-height:1.65}.v-cta-final{background:var(--gp) repeat,#0a0a0a;padding:5rem 0;border-top:1px solid rgba(255,255,255,.06)}.v-cta-title{font-size:clamp(1.4rem,3.5vw,2.1rem);font-weight:900;color:#fff;margin-bottom:1rem}.v-cta-sub{font-size:1rem;color:#ffffff8c;margin-bottom:2rem}.v-cta-address{font-size:.78rem;color:#ffffff4d;margin-top:1.5rem}.v-cta-installment{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;color:#ffffff80;margin-top:1.25rem}.v-cta-installment strong{color:#f59e0b;font-weight:700}@media(max-width:640px){.v-h1{font-size:1.65rem}.v-btns{flex-direction:column;align-items:stretch}.v-btn-tel{justify-content:center}.v-stats{flex-wrap:wrap}.v-stat{flex:1 1 50%;border-bottom:1px solid rgba(255,255,255,.07)}.v-benefits{grid-template-columns:1fr}.v-models{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.v-cta-address{font-size:.72rem}}@media(max-width:768px){.grid-2-1{grid-template-columns:1fr!important}}.vehicle-lead-form__status{font-size:.88rem;margin-top:.875rem;min-height:1.2em}.vehicle-lead-form__status--ok{color:var(--green)}.vehicle-lead-form__status--err{color:#ef4444}.photo-frame{border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.08)}.photo-frame img{width:100%;height:100%;object-fit:cover;display:block}.photo-caption{font-size:.8rem;color:#fff6;text-align:center;margin-top:.75rem}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:640px){.photo-grid{grid-template-columns:1fr}}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section{padding:3rem 0}.grid--3,.grid--2,.post-grid,.form-row,.contact-grid{grid-template-columns:1fr}.hero-stats{gap:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.header-nav{display:none}}@media(max-width:480px){.btn-group{flex-direction:column;align-items:stretch}.btn-group .btn{text-align:center;justify-content:center}.whatsapp-float span{display:none}.whatsapp-float{padding:.875rem}.grid--4{grid-template-columns:1fr}}
