/* Rediseño: bloques de color a sangre, tipografía grande y movimiento sutil.
   Se carga después de styles.css y lime-frost.css y solo sobrescribe. */
:root{--rp-lime:#b5ef3b;--rp-ink:#0f172a;--rp-pad:clamp(20px,5.5vw,80px);--rp-display:"Helvetica Neue",Helvetica,Arial,sans-serif;--rp-line:color-mix(in oklch,var(--lf-foreground) 20%,transparent)}
html[data-theme=light]{--lf-muted-foreground:#56657c}
body{padding-bottom:0}

/* Cabecera */
.header{max-width:none;padding:14px var(--rp-pad);gap:12px}
.header .brand img{width:128px}
.preferences{margin-left:auto}
html[data-theme] .preferences button{background:transparent;border-color:var(--rp-line)}
html[data-theme] .preferences button:hover{background:var(--lf-muted);border-color:var(--lf-foreground)}

/* Portada */
.aether-hero.intro{min-height:0;height:clamp(480px,calc(100svh - 200px),760px);display:flex;align-items:flex-end;justify-content:flex-start;text-align:left;padding:0 var(--rp-pad) clamp(32px,4vw,56px)}
.aether-hero::after{background:linear-gradient(180deg,transparent 30%,color-mix(in oklch,var(--lf-background) 88%,transparent) 78%)}
.aether-content{max-width:none;width:100%}
.aether-content h1.slogan{font-family:var(--rp-display);font-weight:700;font-size:clamp(60px,10.3vw,148px);line-height:1;letter-spacing:-.058em;text-shadow:none;text-wrap:wrap}
html[data-theme] .aether-content h1.slogan .slogan-build{margin-top:.08em;padding:0 .08em;margin-left:-.08em}
.slogan-selector{inset:-.02em -.05em;background:color-mix(in oklch,var(--rp-lime) 18%,transparent)}
.slogan-selector::before,.slogan-selector::after{border-width:4px;border-color:var(--rp-lime);clip-path:polygon(0 0,24px 0,24px 4px,4px 4px,4px 24px,0 24px,0 100%,24px 100%,24px calc(100% - 4px),4px calc(100% - 4px),4px calc(100% - 24px),0 calc(100% - 24px))}
html[data-theme=light] .slogan-selector::before,html[data-theme=light] .slogan-selector::after{border-color:#9bd62a}
.aether-content .intro-link{position:absolute;right:var(--rp-pad);top:clamp(20px,4vw,48px);margin:0;display:inline-flex;flex-direction:column;align-items:center;gap:10px;padding:8px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.intro-link span{width:44px;height:44px;border-radius:50%;border:1px solid var(--rp-line);display:inline-flex;align-items:center;justify-content:center;font-size:16px;animation:rp-cue 1.8s ease-in-out infinite}
@keyframes rp-cue{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}

html[data-theme] .aether-content .hero-lead{margin:clamp(20px,2.4vw,32px) 0 0;max-width:560px;font-size:clamp(16px,1.35vw,19px);line-height:1.5;color:var(--lf-muted-foreground);animation:none}
html[data-theme=light] .aether-content .hero-lead{color:#314158}

/* Banda en movimiento */
.marquee{background:var(--rp-lime);color:#000;overflow:hidden;height:clamp(64px,6.7vw,96px);display:flex;align-items:center}
.marquee-track{display:flex;width:max-content;animation:rp-marquee 32s linear infinite}
.marquee p{margin:0;display:flex;align-items:center;gap:clamp(22px,2.8vw,40px);padding-right:clamp(22px,2.8vw,40px);font-family:var(--rp-display);font-weight:700;font-size:clamp(28px,3.1vw,44px);letter-spacing:-.03em;white-space:nowrap}
.marquee i{width:.32em;height:.32em;border-radius:50%;background:#000;flex-shrink:0}
@keyframes rp-marquee{to{transform:translateX(-50%)}}

/* Títulos de sección */
:is(.process-head,.section-heading,.products-head,.faq-head,.contact-intro) h2{font-family:var(--rp-display);font-weight:700;letter-spacing:-.055em;line-height:.98;margin:0}
:is(.process-head,.section-heading,.products-head) h2{font-size:clamp(48px,6.7vw,96px)}
:is(.section-heading,.products-head,.faq-head) .eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;margin:0 0 16px}

/* Proceso */
.process-summary{max-width:none;margin:0;padding:clamp(72px,7.8vw,112px) var(--rp-pad) clamp(80px,8.9vw,128px);background:var(--rp-ink);color:#f8fafc;scroll-margin-top:0}
html[data-theme=dark] .process-summary{background:var(--lf-card)}
.process-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px 40px;margin-bottom:clamp(44px,5.5vw,80px);flex-wrap:wrap-reverse}
html[data-theme] .process-summary .process-head .eyebrow{color:#90a1b9;margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.16em}
.process-summary ol{grid-template-columns:repeat(5,minmax(0,1fr));gap:32px}
.process-summary li.process-card,.process-summary li.process-card:last-child{grid-column:auto;min-height:0;padding:0;border:0;border-radius:0;background:none;box-shadow:none;display:flex;flex-direction:column;gap:16px}
.process-card.reveal-pending{opacity:0;transform:translateY(36px)}
.process-card:nth-child(2){transition-delay:.1s}.process-card:nth-child(3){transition-delay:.2s}.process-card:nth-child(4){transition-delay:.3s}.process-card:nth-child(5){transition-delay:.4s}
.step-line{position:relative;height:2px;background:#314158}
.step-line::after{content:"";position:absolute;inset:0;background:var(--rp-lime);transform-origin:left;transition:transform 1s .25s cubic-bezier(.2,.75,.2,1)}
.process-card.reveal-pending .step-line::after{transform:scaleX(0)}
.step-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-top:8px}
.step-num{font-family:var(--rp-display);font-weight:700;font-size:clamp(48px,6.1vw,88px);letter-spacing:-.06em;line-height:.9;color:var(--rp-lime)}
.process-summary .step-label{font-size:11px;font-weight:600;letter-spacing:.14em;color:#90a1b9}
.process-summary .process-card h3{margin:12px 0 0;font-family:var(--rp-display);font-weight:700;font-size:24px;letter-spacing:-.03em;line-height:1.15}
.process-summary .process-card p{margin:0;max-width:none;font-size:15px;line-height:1.6;color:#a9b7ca}

/* Galería */
.gallery-section{max-width:none;margin:0;padding:clamp(80px,8.9vw,128px) 0 clamp(64px,8.3vw,120px) var(--rp-pad)}
.gallery-section .section-heading{padding-right:var(--rp-pad);margin-bottom:clamp(28px,3.4vw,48px)}
.gallery{gap:clamp(12px,1.7vw,24px)}
.gallery figure{flex:0 0 min(760px,58vw)}
.gallery img{aspect-ratio:19/13;border-radius:20px}
.gallery figcaption{font-size:14px;margin-top:16px}
.gallery-controls{gap:10px}
html[data-theme] .gallery-controls button{width:56px;height:56px;background:transparent;border-color:var(--rp-line)}
html[data-theme] #gallery-next:not(:disabled){background:var(--lf-foreground);color:var(--rp-lime);border-color:var(--lf-foreground)}
html[data-theme=dark] #gallery-next:not(:disabled){background:var(--rp-lime);color:#000;border-color:var(--rp-lime)}

/* BMW E36 */
.products-section{max-width:none;margin:0;padding:clamp(24px,2.8vw,40px) var(--rp-pad) clamp(80px,8.9vw,128px)}
.products-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px 60px;flex-wrap:wrap;margin-bottom:clamp(36px,3.9vw,56px)}
.products-head .products-intro{max-width:480px;margin:0 0 8px;font-size:16px}
.products-grid{gap:clamp(40px,3vw,24px) 24px}
.product-card{background:none;border:0;border-radius:0;overflow:visible;gap:20px}
.product-photo{border-radius:20px;overflow:hidden}
.product-photo img{transition:transform .5s cubic-bezier(.2,.75,.2,1)}
.product-card:hover .product-photo img{transform:scale(1.03)}
.product-heading{padding:0;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.product-heading h3{font-size:18px;font-weight:600;letter-spacing:-.02em;line-height:1.3;margin:0}
.product-price{text-align:right;flex-shrink:0}
.product-price strong{display:block;font-family:var(--rp-display);font-size:28px;font-weight:700;letter-spacing:-.04em;line-height:1}
.product-price>span{font-size:12px;color:var(--lf-muted-foreground)}
.product-description{margin:-8px 0 0}
.product-order{padding:0;gap:14px}
.seg{border:0;margin:0;padding:0;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.seg legend{font-size:12px;color:var(--lf-muted-foreground);margin-bottom:8px;padding:0}
.product-order .seg label{position:relative;display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:23px;background:var(--lf-muted);color:var(--lf-foreground);font-size:14px;cursor:pointer;transition:background-color .15s ease,color .15s ease}
.product-order .seg label:hover{background:color-mix(in oklch,var(--lf-muted) 80%,var(--lf-foreground))}
.seg input{position:absolute;inset:0;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}
.product-order .seg label:has(input:checked){background:var(--lf-foreground);color:var(--lf-background)}
.seg label:has(input:focus-visible){outline:2px solid var(--lf-secondary);box-shadow:0 0 0 4px var(--rp-lime)}
html[data-theme] .button{white-space:nowrap;border-radius:999px;min-height:52px;padding:0 22px}
.button span{display:inline-block;transition:transform .2s ease}
.button:hover span{transform:translate(3px,-3px)}
.products-note{margin-top:32px}

/* Varias fotos por producto */
.product-strip{position:absolute;inset:0;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none}
.product-strip::-webkit-scrollbar{display:none}
.product-photo .product-strip img{position:static;flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start}
.product-strip:focus-visible{outline:2px solid var(--lf-secondary);box-shadow:inset 0 0 0 4px var(--rp-lime)}
.product-count{position:absolute;right:12px;bottom:12px;padding:4px 10px;border-radius:20px;background:rgba(15,23,42,.78);color:#fff;font-size:12px;font-weight:600;pointer-events:none}

/* Contacto */
.contact-section{max-width:none;margin:0;padding:0}
.contact-intro{background:var(--rp-lime);color:#000;text-align:left;padding:clamp(72px,8.3vw,120px) var(--rp-pad);display:flex;justify-content:space-between;align-items:flex-end;gap:28px 60px;flex-wrap:wrap}
.contact-intro h2{font-size:clamp(56px,9.4vw,136px);letter-spacing:-.06em;line-height:.94;max-width:1000px;margin:0 0 24px}
html[data-theme] .contact-section .contact-intro p{color:#1a2e05;font-size:clamp(17px,1.4vw,20px);line-height:1.5;margin:0}
html[data-theme] .contact-intro .button{background:var(--rp-ink);color:#f8fafc;border-color:var(--rp-ink);min-height:64px;padding:0 32px;font-size:17px;gap:32px}
html[data-theme] .contact-intro .button:hover{background:#1d293d;color:#fff}
.contact-intro .button span{color:var(--rp-lime)}
.quote-panel{max-width:820px;margin:0 auto;padding:48px var(--rp-pad) 80px}
.quote-track{height:6px;border-radius:6px;overflow:hidden}
html[data-theme] .quote-track span{background:var(--lf-foreground);border-radius:6px;transition:width .35s cubic-bezier(.2,.75,.2,1)}
html[data-theme] .quote-panel .question-card{background:none;border:0;box-shadow:none;padding:8px 0}
.quote-panel h3{font-family:var(--rp-display);font-weight:700;font-size:clamp(34px,3.4vw,44px);letter-spacing:-.05em;line-height:1}
html[data-theme] :is(.option,.brand-option){background:var(--lf-muted);border-color:var(--lf-muted)}
html[data-theme] :is(.option:hover,.brand-option:hover){background:var(--lf-muted);border-color:var(--lf-foreground)}
html[data-theme] :is(.option[aria-pressed=true],.brand-option[aria-pressed=true]){background:var(--rp-lime);border-color:var(--rp-lime);color:#000}
.option{border-radius:18px}.brand-option{border-radius:999px}
body:has(#quote-panel:not([hidden])) .persistent-cta,body:has(#order-panel:not([hidden])) .persistent-cta{opacity:0;pointer-events:none}

/* Preguntas frecuentes */
.faq{padding:clamp(72px,8.3vw,120px) var(--rp-pad);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 80px}
.faq-head h2{font-size:clamp(36px,3.9vw,56px);letter-spacing:-.05em;line-height:1}
.faq details{border-top:1px solid var(--rp-line)}.faq details:last-child{border-bottom:1px solid var(--rp-line)}
.faq summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-size:clamp(17px,1.4vw,20px);font-weight:600;letter-spacing:-.01em;cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq-plus{width:36px;height:36px;border-radius:50%;background:var(--lf-muted);display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:400;flex-shrink:0;transition:transform .25s ease,background-color .25s ease}
.faq details[open] .faq-plus{transform:rotate(45deg);background:var(--rp-lime);color:#000}
html[data-theme] .faq details p{margin:0 0 24px;font-size:16px;line-height:1.65;color:var(--lf-muted-foreground);max-width:520px}

/* Pie */
footer{max-width:none;padding:28px var(--rp-pad) 104px;border-top:1px solid var(--rp-line)}
footer .brand img{width:104px}

/* Botón fijo de contacto */
html[data-theme] .persistent-cta{right:clamp(16px,2.2vw,32px);bottom:calc(clamp(16px,2vw,28px) + env(safe-area-inset-bottom));background:var(--rp-ink);color:#f8fafc;border:1px solid var(--rp-lime);border-radius:40px;min-height:56px;padding:0 26px;gap:22px;font-size:15px;font-weight:600;box-shadow:0 10px 30px rgba(2,6,24,.28);transition:opacity .2s ease}
html[data-theme] .persistent-cta:hover{background:#1d293d;color:#fff}
.persistent-cta span{display:inline-block;color:var(--rp-lime);transition:transform .2s ease}
.persistent-cta:hover span{transform:translate(3px,-3px)}
html[data-theme=dark] .persistent-cta{background:#f8fafc;color:#020618}
html[data-theme=dark] .persistent-cta:hover{background:#fff;color:#020618}
html[data-theme=dark] .persistent-cta span{width:26px;height:26px;border-radius:50%;background:var(--rp-lime);color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:13px}

/* Tablet */
@media(max-width:1100px){
 .process-summary ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 28px}
 .faq{grid-template-columns:1fr;gap:28px}
}
/* Móvil */
@media(max-width:700px){
 .header{padding:10px 20px}.header .brand img{width:100px}
 .aether-content .intro-link{position:static;flex-direction:row-reverse;margin-top:28px;padding:4px 0;font-size:12px}
 .intro-link span{width:40px;height:40px}
 .process-summary ol{grid-template-columns:1fr;gap:36px}
 .process-summary li.process-card,.process-summary li.process-card:last-child{display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px 12px}
 .process-card:nth-child(n){transition-delay:0s}
 .step-line{grid-column:1/-1;margin-bottom:10px}
 .step-top{display:contents}
 .step-num{grid-column:1;grid-row:2/span 3;font-size:48px}
 .process-summary .step-label{grid-column:2;grid-row:2}
 .process-summary .process-card h3{grid-column:2;margin:0;font-size:22px}
 .process-summary .process-card p{grid-column:2;font-size:14px}
 .gallery figure{flex-basis:80%}
 .gallery img{aspect-ratio:4/5;border-radius:18px}
 html[data-theme] .gallery-controls button{width:44px;height:44px}
 .products-head .products-intro{font-size:15px}
 .product-photo{aspect-ratio:16/10}
 .contact-intro{flex-direction:column;align-items:stretch}
 html[data-theme] .contact-intro .button{width:100%;justify-content:space-between;min-height:58px}
 .persistent-cta{font-size:14px}
}
@media(prefers-reduced-motion:reduce){
 .marquee-track,.intro-link span{animation:none}
 .process-card.reveal-pending{opacity:1;transform:none}
 .process-card.reveal-pending .step-line::after{transform:none}
}

/* Información legal y avisos */
.products-warning{margin:0 0 32px;padding:14px 18px;border-radius:14px;background:var(--lf-muted);font-size:14px;line-height:1.55;max-width:820px}
.products-warning strong{font-weight:700}
.products-note a,.privacy-basic a,.consent a,.legal a{text-decoration:underline;text-underline-offset:3px}
.product-badge{position:absolute;left:12px;top:12px;padding:4px 10px;border-radius:20px;background:rgba(15,23,42,.78);color:#fff;font-size:11px;font-weight:600;letter-spacing:.02em;pointer-events:none}
html[data-theme] .privacy-basic{margin:14px 0 0;font-size:12px;line-height:1.6;color:var(--lf-muted-foreground)}
.legal-links{margin-left:auto;display:flex;flex-wrap:wrap;gap:6px 22px}
html[data-theme] .legal-links a{font-size:13px;color:var(--lf-muted-foreground);margin:0;padding:10px 0}
html[data-theme] .legal-links a:hover{color:var(--lf-foreground)}
.legal{max-width:760px;margin:0 auto;padding:clamp(40px,6vw,72px) var(--rp-pad) 80px;line-height:1.7}
.legal h1{font-family:var(--rp-display);font-weight:700;font-size:clamp(40px,5vw,64px);letter-spacing:-.05em;line-height:1;margin:0 0 32px}
.legal h2{font-family:var(--rp-display);font-weight:700;font-size:22px;letter-spacing:-.02em;margin:36px 0 10px}
html[data-theme] .legal :is(p,li){color:var(--lf-muted-foreground);font-size:16px}
.legal ul{padding-left:20px;margin:0}
html[data-theme] .legal .legal-updated{margin-top:40px;font-size:13px}
@media(max-width:700px){footer{flex-wrap:wrap}.legal-links{margin-left:0;width:100%}}

/* Precio con IVA */
.product-price>span{display:block}
html[data-theme] .product-price .price-vat{margin-top:4px;font-size:13px;font-weight:600;color:var(--lf-foreground)}

/* Portada: imagen de estudio por tema (día / noche) con parallax */
.aether-hero.intro{height:clamp(640px,100svh,960px);align-items:flex-start;padding-top:clamp(28px,4vw,64px);background:var(--lf-background)}
.aether-hero::after{display:none}
.hero-bg{position:absolute;inset:0;z-index:-1;overflow:hidden;will-change:transform;transform-origin:center top}
.hero-bg::before{content:"";position:absolute;inset:0;background:60% center/cover no-repeat}
.hero-bg::after{content:"";position:absolute;inset:0}
html[data-theme=light] .hero-bg::after{background:radial-gradient(ellipse 70% 62% at 12% 36%,rgba(251,252,248,.94) 0%,rgba(251,252,248,.86) 55%,rgba(251,252,248,0) 100%),linear-gradient(180deg,rgba(251,252,248,.75) 0%,rgba(251,252,248,0) 18%)}
html[data-theme=dark] .hero-bg::after{background:radial-gradient(ellipse 70% 62% at 12% 36%,rgba(2,6,24,.9) 0%,rgba(2,6,24,.72) 55%,rgba(2,6,24,0) 100%),linear-gradient(180deg,rgba(2,6,24,.75) 0%,rgba(2,6,24,0) 18%)}
html[data-theme=light] .hero-bg::before{background-image:url(assets/portada/portada-deportivo-escaneo-3d-dia.webp)}
html[data-theme=dark] .hero-bg::before{background-image:url(assets/portada/portada-deportivo-escaneo-3d-noche.webp)}
.aether-content .intro-link{position:static;flex-direction:row-reverse;margin-top:clamp(20px,2.4vw,32px);padding:4px 0}
@media(max-width:700px){
 .aether-hero.intro{height:clamp(660px,100svh,860px)}
 .hero-bg::before{inset:auto;top:50%;left:50%;width:max(100svh,880px);height:100vw;background-position:center;transform:translate(-50%,-50%) rotate(90deg)}
 html[data-theme=light] .hero-bg::after{background:linear-gradient(180deg,rgba(251,252,248,.94) 0%,rgba(251,252,248,.8) 48%,rgba(251,252,248,0) 72%)}
 html[data-theme=dark] .hero-bg::after{background:linear-gradient(180deg,rgba(2,6,24,.94) 0%,rgba(2,6,24,.78) 48%,rgba(2,6,24,0) 72%)}
}

/* Formulario a pantalla completa: primer plano, el resto desenfocado detrás */
body:has(#quote-panel:not([hidden])),body:has(#order-panel:not([hidden])){overflow:hidden}
:is(.contact-section .quote-panel,.order-panel){position:fixed;inset:0;z-index:100;max-width:none;margin:0;padding:0 var(--rp-pad) 40px;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;background:color-mix(in oklch,var(--lf-background) 86%,transparent);-webkit-backdrop-filter:blur(22px) saturate(.7);backdrop-filter:blur(22px) saturate(.7);animation:rp-panel-in .45s cubic-bezier(.2,.75,.2,1) both}
.quote-panel>*{width:100%;max-width:760px;margin-left:auto;margin-right:auto}
.quote-panel .quote-header{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 0 10px;background:linear-gradient(var(--lf-background) 60%,transparent)}
.quote-panel .quote-header #previous{justify-self:start;font-size:14px;font-weight:600;min-height:44px}
html[data-theme] .quote-panel #step-number{font-family:var(--rp-display);font-weight:700;font-size:15px;letter-spacing:.04em;color:var(--lf-foreground);font-variant-numeric:tabular-nums}
.quote-panel .quote-close{justify-self:end;width:52px;height:52px;border-radius:50%;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:28px;line-height:1;background:var(--lf-foreground);color:var(--lf-background);transition:transform .25s cubic-bezier(.2,.75,.2,1),background-color .2s}
.quote-panel .quote-close:hover{transform:rotate(90deg);background:var(--rp-lime);color:#000}
html[data-theme] .quote-panel .quote-track{height:6px;margin:8px auto clamp(32px,6vh,72px);background:color-mix(in oklch,var(--lf-foreground) 12%,transparent)}
html[data-theme] .quote-panel .quote-track span{background:var(--rp-lime);box-shadow:0 0 14px var(--rp-lime)}
.quote-panel #quote-form{flex-grow:1;display:flex;flex-direction:column}
.quote-panel #step-content{flex-grow:1}
.quote-panel h3{font-size:clamp(38px,5vw,64px);letter-spacing:-.055em;line-height:.98}
html[data-theme] .quote-panel .step-help{font-size:16px;margin-bottom:32px}
.quote-panel .option{min-height:88px;font-size:18px;border-radius:20px}
.quote-panel .option:hover{transform:translateY(-3px)}
html[data-theme] .quote-panel .option[aria-pressed=true]{box-shadow:0 10px 30px color-mix(in oklch,var(--rp-lime) 45%,transparent)}
.quote-panel .form-controls{position:sticky;bottom:0;padding:16px 0 4px;background:linear-gradient(transparent,var(--lf-background) 40%)}
.quote-panel .form-controls .button{min-height:60px;padding:0 32px;font-size:16px}
.quote-panel[data-dir=fwd] .question-card{animation:rp-step-fwd .45s cubic-bezier(.2,.75,.2,1) both}
.quote-panel[data-dir=back] .question-card{animation:rp-step-back .45s cubic-bezier(.2,.75,.2,1) both}
.quote-panel .question-card>*{animation:rp-rise .5s cubic-bezier(.2,.75,.2,1) both}
.quote-panel .question-card>:nth-child(2){animation-delay:.05s}.quote-panel .question-card>:nth-child(3){animation-delay:.1s}.quote-panel .question-card>:nth-child(4){animation-delay:.15s}
@keyframes rp-panel-in{from{opacity:0;transform:scale(1.03)}to{opacity:1;transform:none}}
@keyframes rp-step-fwd{from{opacity:0;transform:translateX(48px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}
@keyframes rp-step-back{from{opacity:0;transform:translateX(-48px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}
@keyframes rp-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(max-width:700px){.quote-panel .quote-close{width:46px;height:46px;font-size:24px}.quote-panel .option{min-height:70px}.quote-panel .form-controls .button{width:100%}}
@media(prefers-reduced-motion:reduce){.contact-section .quote-panel,.quote-panel .question-card,.quote-panel .question-card>*{animation:none!important}.quote-panel .quote-close:hover{transform:none}}

/* La cabecera flota sobre el plató de la portada para que el fondo sea continuo */
body:has(.aether-hero) .header{position:absolute;top:0;left:0;right:0;z-index:5}
body:has(.aether-hero) .aether-hero.intro{padding-top:calc(clamp(28px,4vw,64px) + 110px)}
@media(max-width:700px){body:has(.aether-hero) .aether-hero.intro{padding-top:120px}}

/* Envío a la hoja: campo trampa invisible y ventana de pedido */
.hp{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}
.order-panel .review{margin:0 0 28px}
.order-panel .order-fields{margin-top:8px}
.order-panel .fields textarea{min-height:96px}
.order-panel #order-step{font-family:var(--rp-display);font-weight:700;font-size:13px;letter-spacing:.14em;color:var(--lf-foreground)}
.order-panel #order-error{font-size:14px;line-height:1.6;color:var(--lf-error);margin:15px 0 0}
.order-panel #order-error:empty{display:none}

/* Instagram junto a tema e idioma */
.preferences .social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--rp-line);color:var(--lf-foreground);transition:background-color .2s,border-color .2s,color .2s}
@media(hover:hover){.preferences .social-link:hover{background:var(--rp-lime);border-color:var(--rp-lime);color:#000}}
