 *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--dark:#262626;--gold:#F18A00;--white:#ffffff;--text:rgba(255,255,255,.85);--muted:rgba(255,255,255,.5);--border:rgba(255,255,255,.09);--surface:rgba(255,255,255,.04)}html{font-family:'Inter',sans-serif;background:var(--dark);color:var(--white);scroll-behavior:smooth}body{min-height:100vh;overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:url('https://s3.us-west-2.amazonaws.com/uploads.ranman.com.mx/cuspide/1.jpg');background-size:cover;background-position:center;z-index:0}.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.7) 60%,rgba(14,14,14,.9) 100%)}.hero-inner{position:relative;z-index:1;max-width:860px;width:100%;display:flex;flex-direction:column;align-items:center}.hero-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}.hero-title{font-size:clamp(2.6rem,7vw,5.5rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:.5rem}.hero-title em{color:var(--gold);font-style:normal}.hero-sub{font-size:clamp(.9rem,1.8vw,1.15rem);font-weight:300;color:var(--text);letter-spacing:.01em;margin-bottom:.5rem}.hero-divider{width:50px;height:2px;background:var(--gold);margin:1.8rem auto 2.2rem;border-radius:2px}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:.4rem;z-index:1}.hero-scroll::after{content:'';width:1px;height:36px;background:var(--muted);animation:scrollPulse 1.8s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.6)}}.choices{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:780px;width:100%}@media(max-width:600px){.choices{grid-template-columns:1fr;gap:1rem}}.choice-card{position:relative;border:1px solid var(--border);border-radius:20px;padding:2.8rem 2rem 2.4rem;text-align:center;text-decoration:none;color:var(--white);transition:transform .3s ease,border-color .3s,box-shadow .3s;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);overflow:hidden}.choice-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,168,76,.1) 0%,transparent 60%);opacity:0;transition:opacity .3s}.choice-card:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:0 24px 60px rgba(0,0,0,.45),0 0 0 1px rgba(201,168,76,.2)}.choice-card:hover::before{opacity:1}.card-gem{font-size:3rem;margin-bottom:1.1rem;display:block;line-height:1}.card-logo{max-width:250px;height:120px;object-fit:contain;margin:0 auto 1rem;display:block;filter:drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 0 3px rgba(255,255,255,.5))}.card-name{font-size:1.45rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem}.card-sub{font-size:.72rem;color:var(--gold);font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.2rem}.card-price{font-size:.95rem;font-weight:700;letter-spacing:.04em;color:var(--gold);margin-bottom:1.1rem}.card-price strong{color:var(--white)}.card-desc{font-size:.88rem;color:var(--text);line-height:1.65;margin-bottom:2rem}.card-cta{display:inline-block;padding:.7rem 1.8rem;border:1px solid var(--gold);border-radius:100px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);transition:background .25s,color .25s}.choice-card:hover .card-cta{background:var(--gold);color:var(--dark)}.card-models{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:1.5rem}.card-model-tag{font-size:.7rem;padding:.25rem .65rem;border:1px solid var(--border);border-radius:100px;color:var(--muted);font-weight:500;letter-spacing:.04em}.loc-strip{background:rgba(201,168,76,.06);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;justify-content:center;gap:0;padding:0}.ls-item{display:flex;align-items:center;gap:.5rem;padding:1.1rem 2rem;font-size:.78rem;font-weight:500;color:var(--text);letter-spacing:.02em;border-right:1px solid var(--border)}.ls-item:last-child{border-right:none}@media(max-width:700px){.ls-item{border-right:none;border-bottom:1px solid var(--border);width:100%;justify-content:center}}.loc-section{max-width:1100px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width:768px){.loc-section{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.5rem}}.section-tag{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}.section-title{font-size:clamp(1.6rem,3vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--white);margin-bottom:1rem}.section-title em{color:var(--gold);font-style:normal}.section-desc{font-size:.95rem;color:var(--text);line-height:1.75;margin-bottom:2rem}.loc-points{display:flex;flex-direction:column;gap:1rem}.loc-pt{display:flex;gap:1rem;align-items:flex-start}.loc-pt-ico{width:42px;height:42px;border-radius:10px;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.2);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.loc-pt-body{padding-top:.2rem}.loc-pt-title{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.loc-pt-desc{font-size:.83rem;color:var(--muted);line-height:1.5}.map-wrap{border-radius:20px;overflow:hidden;height:420px;border:1px solid var(--border);box-shadow:0 20px 60px rgba(0,0,0,.35)}.map-wrap iframe{width:100%;height:100%;border:0;display:block}.testimonial-section{max-width:1100px;margin:0 auto;padding:6rem 2rem}.testimonial-inner{display:flex;flex-direction:column;gap:2.5rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.testimonial-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.15)}.testimonial-quote{font-size:1rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.testimonial-author{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.floating-cta{position:fixed;bottom:6.75rem;right:1rem;z-index:9999;display:inline-flex;align-items:center;justify-content:center;min-width:210px;padding:.95rem 1.4rem;border-radius:999px;background:linear-gradient(135deg,rgba(241,138,0,1),rgba(255,196,94,1));color:#111;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;box-shadow:0 18px 40px rgba(0,0,0,.22);transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.floating-cta:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(0,0,0,.28)}.floating-cta-hidden{opacity:0;pointer-events:none;transform:translateY(10px)}@media(max-width:960px){.testimonial-grid{grid-template-columns:1fr 1fr}.cta-panel{flex-direction:column;align-items:flex-start}.cta-btn{width:100%}}@media(max-width:680px){.testimonial-section{padding:4rem 1.5rem}.testimonial-grid{grid-template-columns:1fr}.cta-panel{padding:1.75rem 1.5rem}.floating-cta{right:1rem;left:auto;transform:none;min-width:160px;padding:.5rem .75rem;font-size:.82rem;bottom:5.3rem}.wa-fab{right:1rem;bottom:1rem}}.contact-form{max-width:580px;margin:0 auto;margin-bottom:2rem;background:#fff;padding:22px;border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.12)}.form-title{font-size:2rem;font-weight:800;margin-bottom:.6rem;color:#262626}.form-subtitle{font-size:1rem;color:#4c4c4c;margin-bottom:1.75rem;line-height:1.6}.hs-form-frame{width:100%}.contact-form .hs-form{width:100%}.contact-form .hs-form-field{margin-bottom:1.2rem}.contact-form .hs-form-field label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:700;color:#262626}.contact-form .hs-form-field input,.contact-form .hs-form-field textarea,.contact-form .hs-form-field select{width:100%;min-height:52px;padding:1rem 1rem;border-radius:14px;border:1px solid rgba(38,38,38,.12);background:#fff;color:#111;font:inherit}.contact-form .hs-form-field textarea{min-height:140px;resize:vertical}.contact-form .hs-form-field input:focus,.contact-form .hs-form-field textarea:focus,.contact-form .hs-form-field select:focus{outline:none;border-color:rgba(241,138,0,.9);box-shadow:0 0 0 4px rgba(241,138,0,.12)}.contact-form .hs-form .actions .hs-button{width:100%;padding:1rem 1.2rem;border-radius:999px;background:#F18A00;color:#111!important;border:none;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,background .2s ease}.contact-form .hs-form .actions .hs-button:hover{background:#d97800;transform:translateY(-1px)}@media(max-width:768px){.contact-form{padding:32px 24px}}footer{border-top:1px solid var(--border);padding:2.5rem 2rem;text-align:center;font-size:.8rem;color:var(--muted)}footer strong{color:var(--gold)}.wa-fab{position:fixed;bottom:1.75rem;right:1.75rem;z-index:9999;display:flex;align-items:center;gap:.55rem;background:#25d366;color:#fff;border-radius:50px;padding:.75rem 1.1rem .75rem .9rem;box-shadow:0 4px 18px rgba(37,211,102,.45);text-decoration:none;font-family:inherit;font-size:.88rem;font-weight:600;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.wa-fab:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 28px rgba(37,211,102,.55)}.wa-fab svg{flex-shrink:0}