:root{--blue:#1267d6;--ink:#101828;--muted:#667085;--line:#e4e7ec;--bg:#f6f8fb;--ok:#067647;--warn:#b54708;--bad:#b42318}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;background:var(--bg);color:var(--ink)}
.top{position:relative;background:#fff;border-bottom:1px solid var(--line)}
.topin{max-width:1100px;margin:auto;padding:11px 20px;display:flex;align-items:center;gap:20px}.brand{min-width:180px}.logo{max-height:52px;max-width:210px}
.nav{margin-left:auto;display:flex;gap:8px}.nav a{color:#344054;font-weight:700;text-decoration:none;padding:10px}
.hero{text-align:center;max-width:900px;margin:auto;padding:52px 20px 22px}.hero span{display:inline-block;background:#eaf2ff;color:var(--blue);border-radius:99px;padding:7px 12px;font-size:13px;font-weight:800}.hero h1{font-size:clamp(31px,5vw,49px);margin:15px 0 12px}.hero p{color:var(--muted);font-size:18px;max-width:680px;margin:auto}
.wrap{max-width:850px;margin:auto;padding:18px 20px 70px}.card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:28px;margin-bottom:20px;box-shadow:0 12px 36px rgba(16,24,40,.06)}
.step{display:grid;grid-template-columns:38px 1fr;gap:13px;margin-bottom:22px}.num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eaf2ff;color:var(--blue);font-weight:900}
label{display:block;font-weight:800;margin-bottom:8px}select,input,textarea{width:100%;border:1px solid #cfd5df;border-radius:12px;padding:14px 15px;font-size:16px;background:#fff;outline:none}
select:focus,input:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,103,214,.12)}
.hidden{display:none!important}.result{margin-top:24px;border:1px solid #d8e7ff;background:#f3f7ff;border-radius:20px;padding:26px}.result h2{margin:0}.price{font-size:47px;font-weight:900;margin:12px 0}
.availability{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe5f1;background:#fff;padding:9px 13px;border-radius:99px;font-weight:800;margin-bottom:18px}.availability i{width:9px;height:9px;border-radius:50%;background:#98a2b3}.availability.available{color:var(--ok)}.availability.available i{background:#12b76a}.availability.order{color:var(--warn)}.availability.order i{background:#f79009}.availability.unavailable{color:var(--bad)}.availability.unavailable i{background:#f04438}
.btn{border:0;border-radius:12px;padding:15px 17px;width:100%;display:block;text-align:center;font-size:16px;font-weight:850;cursor:pointer;text-decoration:none}.primary{background:var(--blue);color:#fff}.secondary{background:#fff;color:var(--blue);border:1px solid #a9c8f4}.btn:disabled{opacity:.55;cursor:not-allowed}
.notfound{margin-top:20px;border:1px dashed #b9c5d6;border-radius:18px;padding:22px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.muted,.help{color:var(--muted)}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.full{grid-column:1/-1}.field{margin-bottom:16px}.summary,.shopinfo{background:#f8fbff;border:1px solid #d8e7ff;border-radius:13px;padding:14px;margin-bottom:16px}.shopinfo{font-size:13px;color:#475467}
.appointment-picker{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dbe2e8;border-radius:14px;overflow:hidden;margin:15px 0;background:#fff}.appointment-step{padding:18px 20px;min-height:320px}.appointment-step+.appointment-step{border-left:1px solid #dbe2e8}
.step-heading{display:flex;gap:10px;margin-bottom:14px}.step-heading>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#0b4f86;color:#fff;font-weight:800}.step-heading strong,.step-heading small{display:block}.step-heading small{color:#667788;margin-top:2px}
.calendar{max-width:292px;margin:auto}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.cal-nav{border:0;background:transparent;font-size:23px;width:30px;height:30px;cursor:pointer}.week,.days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.week span{text-align:center;font-size:11px;padding:5px;color:#445565}.day{height:34px;border:0;border-radius:4px;background:#f4f5f6;color:#b3bbc3;font-weight:700}.day.available{background:#e8f3ea;color:#295f3b;border:1px solid #bfddc8;cursor:pointer}.day.selected{background:#6ea7db;color:#fff;border-color:#6ea7db}.empty{text-align:center;color:#778594;padding:45px 10px}.date-label{text-align:center;color:#0b4f86;font-size:12px;font-weight:700;margin-top:10px}
.customer{border-top:1px solid var(--line);padding-top:20px}.error{margin-top:12px;background:#fef3f2;border:1px solid #fecdca;color:var(--bad);padding:11px;border-radius:10px}.done{text-align:center;background:#ecfdf3;border:1px solid #abefc6;padding:24px;border-radius:15px}.code{font-size:25px;font-weight:900;color:var(--ok);margin-top:8px}
@media(max-width:680px){.topin{flex-wrap:wrap;justify-content:center}.brand{min-width:0}.nav{margin:0;width:100%;justify-content:center}.hero{padding-top:35px}.card{padding:20px}.grid,.actions{grid-template-columns:1fr}.full{grid-column:auto}.appointment-picker{grid-template-columns:1fr}.appointment-step+.appointment-step{border-left:0;border-top:1px solid #dbe2e8}.appointment-step{min-height:0}.price{font-size:39px}}


/* V2.2 · cabecera limpia tipo Cita V4 */
body{background:#eef2f5}.page-shell{max-width:900px;margin:26px auto;padding:0 18px 60px}.site-card{background:#fff;border:1px solid #d9e0e6;border-radius:14px;box-shadow:0 8px 28px rgba(28,45,61,.07);overflow:hidden}.site-hero{text-align:center;padding:28px 28px 24px;border-bottom:1px solid #dbe2e8}.site-logo{max-height:78px;max-width:220px}.site-wordlogo{font-size:22px;font-weight:900;color:#0b4f86}.header-copy h1{margin:14px 0 6px;font-size:28px;color:#203447}.header-copy p{margin:0;color:#647386}.lookup-open{margin-top:18px;border:1px solid #0b4f86;background:#fff;color:#0b4f86;border-radius:5px;padding:11px 15px;font-weight:800;cursor:pointer}.lookup-panel{background:#f7f9fb;border-bottom:1px solid #dbe2e8;padding:20px 28px 24px}.lookup-form{max-width:720px;margin:auto}.lookup-submit{margin-top:13px;width:auto;min-width:180px}.lookup-results{max-width:720px;margin:18px auto 0}.lookup-results h3{font-size:15px;margin:18px 0 8px;color:#34475a}.lookup-item{display:flex;justify-content:space-between;align-items:center;gap:15px;border:1px solid #dbe2e8;background:#fff;border-radius:7px;padding:13px 14px;margin-bottom:8px}.lookup-item div{display:flex;flex-direction:column;gap:3px}.lookup-item span{font-size:12px;color:#667788}.lookup-item a{white-space:nowrap;border:1px solid #0b4f86;color:#0b4f86;text-decoration:none;font-weight:800;font-size:12px;padding:8px 10px;border-radius:4px}.lookup-empty{text-align:center;color:#718092;padding:18px}.page-shell .wrap{padding-top:24px}.page-shell .card{box-shadow:none;border-radius:10px}.whatsapp-only{margin-top:12px;background:#25d366;color:#fff;border:0}.whatsapp-only:hover{background:#1ebd5a}
@media(max-width:680px){.page-shell{margin:0;padding:0}.site-card{border-radius:0;border-left:0;border-right:0;min-height:100vh}.site-hero{padding:20px 18px}.site-logo{max-height:64px}.lookup-panel{padding:18px}.lookup-submit{width:100%}.lookup-item{align-items:flex-start;flex-direction:column}.lookup-item a{width:100%;text-align:center}}

.lookup-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.lookup-head strong{font-size:20px}.lookup-close{border:0;background:transparent;color:#667085;font-size:29px;line-height:1;cursor:pointer;padding:3px 8px;border-radius:8px}
.lookup-close:hover{background:#f2f4f7;color:#101828}

/* Validación en vivo */
.field-error{margin-top:6px;color:#b42318;font-size:12px;font-weight:700;line-height:1.35}
.input-error{border-color:#f04438!important;box-shadow:0 0 0 3px rgba(240,68,56,.12)!important}
.input-ok{border-color:#12b76a!important;box-shadow:0 0 0 3px rgba(18,183,106,.10)!important}

.field-error{transition:color .15s ease}
input.input-ok + .field-error{color:#067647}

.result-layout{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:22px;align-items:center}.repair-visual{border-left:1px solid #d8e7ff;padding-left:20px;text-align:center;color:#667085}.repair-visual-label{font-size:11px;text-transform:uppercase;font-weight:800;margin-bottom:9px}.phone-map{width:78px;height:142px;border:4px solid #344054;border-radius:15px;margin:0 auto 8px;position:relative;background:#fff;overflow:hidden;box-shadow:0 5px 16px rgba(16,24,40,.08)}.phone-map span{position:absolute;transition:.25s}.phone-screen{inset:17px 7px 17px;border-radius:5px;border:2px solid #e4e7ec}.phone-battery{width:38px;height:60px;left:16px;top:42px;border:2px solid #e4e7ec;border-radius:5px}.phone-camera{width:13px;height:13px;left:9px;top:8px;border-radius:50%;border:2px solid #e4e7ec}.phone-speaker{width:25px;height:4px;left:23px;top:7px;border-radius:99px;background:#e4e7ec}.phone-port{width:22px;height:5px;left:25px;bottom:5px;border-radius:99px;background:#e4e7ec}.phone-map.zone-screen .phone-screen,.phone-map.zone-battery .phone-battery,.phone-map.zone-camera .phone-camera,.phone-map.zone-audio .phone-speaker,.phone-map.zone-port .phone-port{background:rgba(18,103,214,.2);border-color:#1267d6;box-shadow:0 0 0 4px rgba(18,103,214,.1),0 0 18px rgba(18,103,214,.34)}.phone-map.zone-whole{box-shadow:0 0 0 5px rgba(18,103,214,.12),0 0 24px rgba(18,103,214,.28)}#repairVisualText{display:block;font-size:11px}@media(max-width:680px){.result-layout{grid-template-columns:1fr}.repair-visual{border-left:0;border-top:1px solid #d8e7ff;padding:18px 0 0}}

/* V2.8.2 - zonas de reparación más precisas */
.phone-frontcamera{width:9px;height:9px;right:10px;top:8px;border-radius:50%;border:2px solid #e4e7ec}
.phone-sensors{width:16px;height:4px;right:23px;top:9px;border-radius:99px;background:#e4e7ec!important}
.phone-microphone{width:6px;height:6px;left:15px;bottom:6px;border-radius:50%;background:#e4e7ec!important}
.phone-earpiece{width:26px;height:5px;left:22px;top:7px;border-radius:99px;background:#e4e7ec!important}
.phone-loudspeaker{width:24px;height:8px;right:8px;bottom:7px;border-radius:4px;background:#e4e7ec!important}
.phone-vibration{width:22px;height:28px;right:9px;top:69px;border:2px solid #e4e7ec;border-radius:5px}
.phone-power{width:4px;height:28px;right:-4px;top:42px;border-radius:3px;background:#e4e7ec!important}
.phone-volume{width:4px;height:38px;left:-4px;top:38px;border-radius:3px;background:#e4e7ec!important}
.phone-back{inset:5px;border:2px dashed transparent;border-radius:9px}
.phone-frame{inset:0;border:3px solid transparent;border-radius:11px}
.phone-board{width:28px;height:65px;right:7px;top:38px;border:2px solid #e4e7ec;border-radius:5px}

.phone-map.zone-frontcamera .phone-frontcamera,
.phone-map.zone-camera .phone-camera,
.phone-map.zone-sensors .phone-sensors,
.phone-map.zone-microphone .phone-microphone,
.phone-map.zone-earpiece .phone-earpiece,
.phone-map.zone-speaker .phone-loudspeaker,
.phone-map.zone-vibration .phone-vibration,
.phone-map.zone-power .phone-power,
.phone-map.zone-volume .phone-volume,
.phone-map.zone-back .phone-back,
.phone-map.zone-frame .phone-frame,
.phone-map.zone-board .phone-board{
  background:rgba(18,103,214,.20)!important;
  border-color:#1267d6!important;
  box-shadow:0 0 0 4px rgba(18,103,214,.10),0 0 18px rgba(18,103,214,.34);
}
.phone-map.zone-back .phone-back{border-style:solid}
.phone-map.zone-frame{border-color:#1267d6;box-shadow:0 0 0 4px rgba(18,103,214,.10),0 0 18px rgba(18,103,214,.34)}
.phone-map.zone-whole{box-shadow:0 0 0 4px rgba(102,112,133,.10)}

/* V2.9 - fotos personalizadas por zona */
.repair-photo{display:block;width:175px;height:175px;object-fit:contain;margin:0 auto 9px;border-radius:12px;background:#fff;border:1px solid #e4e7ec;padding:5px;box-shadow:0 5px 16px rgba(16,24,40,.08)}
.repair-photo.hidden{display:none!important}
@media(max-width:680px){.repair-photo{width:160px;height:160px}}

/* Solo botón "Pedir presupuesto por WhatsApp" del bloque No encuentras */
.whatsapp-budget{
  background:#25d366!important;
  border-color:#25d366!important;
  color:#fff!important;
}
.whatsapp-budget:hover,
.whatsapp-budget:focus{
  background:#1ebe5d!important;
  border-color:#1ebe5d!important;
  color:#fff!important;
}

.dm-site-footer{text-align:center;padding:18px 14px 22px;color:#98a2b3;font-size:11px;font-weight:400;line-height:1.4}
@media(max-width:680px){.dm-site-footer{font-size:10px;padding:15px 10px 18px}}

/* V3.0.1 — cabecera homogénea con Cita V4.3 */
:root{
  --blue:#1769ff;
  --ink:#101828;
  --muted:#667085;
  --line:#e4e9f1;
  --bg:#f4f7fb;
}
body{
  min-width:320px;
  font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:radial-gradient(circle at 50% 0,#fff 0,#f4f7fb 38rem);
}
.page-shell{max-width:1000px;margin:28px auto;padding:0 18px 58px}
.site-card{
  position:relative;
  border:1px solid #e4e9f1;
  border-radius:24px;
  box-shadow:0 12px 34px rgba(15,35,70,.09);
  overflow:hidden;
}
.site-hero{
  position:relative;
  padding:34px 30px 28px;
  border-radius:24px 24px 0 0;
  border-bottom:1px solid #e4e9f1;
  background:#fff;
}
.site-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.site-logo{
  width:132px;
  height:132px;
  max-width:min(132px,45vw)!important;
  max-height:132px!important;
  object-fit:contain;
  filter:drop-shadow(0 10px 18px rgba(15,35,70,.10));
}
.dm-brand-name{
  color:#1769ff;
  font-size:clamp(21px,3vw,27px);
  line-height:1;
  font-weight:800;
  letter-spacing:-.7px;
}
.dm-brand-name sup{color:#1769ff;margin-left:2px;font-size:.4em;vertical-align:super}
.header-copy{overflow:visible}
.header-copy h1{margin:16px 0 7px;font-size:clamp(28px,4vw,38px);line-height:1.1;letter-spacing:-1px;color:#101828}
.header-copy p{color:#667085;font-size:15px}
.lookup-open{border-radius:12px;border-color:#b8cef5;color:#1769ff;background:#f8fbff;transition:.16s}
.lookup-open:hover{border-color:#1769ff;background:#eaf2ff}
.page-shell .wrap{max-width:900px;padding:28px 26px 70px}
.page-shell .card{border-color:#e4e9f1;border-radius:18px;box-shadow:0 5px 20px rgba(15,35,70,.045)}
.num,.step-heading>span{background:linear-gradient(145deg,#2c7cff,#0b4fd4);color:#fff}
select,input,textarea{border-color:#d8e0eb;border-radius:10px;font-family:inherit}
.btn{border-radius:12px;font-family:inherit}
.primary{background:linear-gradient(135deg,#287aff,#0b4fd4);box-shadow:0 10px 20px rgba(23,105,255,.20)}
.secondary{border-color:#b8cef5;color:#1769ff;background:#f8fbff}
.appointment-picker{border-color:#e4e9f1;border-radius:16px}
.day.available{border-color:#b8cef5;background:#eaf2ff;color:#0b4fd4}
.day.selected{border-color:#1769ff;background:#1769ff;color:#fff}
.dm-site-footer{font-family:inherit}
@media(max-width:680px){
  .page-shell{margin:0;padding:0}
  .site-card{border-radius:0;border-top:0;box-shadow:none}
  .site-hero{padding:24px 18px 22px;border-radius:0}
  .site-logo{width:108px;height:108px;max-width:108px!important;max-height:108px!important}
  .dm-brand-name{font-size:22px}
  .header-copy h1{font-size:27px}
  .page-shell .wrap{padding:24px 18px 54px}}

/* V3.1.0 — garantía profesional vinculada al tipo de pieza */
.warranty-card{
  margin-top:22px;
  padding:20px;
  border:1px solid #b9dfcf;
  border-radius:16px;
  background:linear-gradient(145deg,#fff 0,#f2fbf7 100%);
  box-shadow:0 8px 22px rgba(6,118,71,.07);
}
.warranty-heading{display:flex;align-items:center;gap:12px}
.warranty-shield{
  flex:0 0 42px;
  width:42px;
  height:46px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:20px;
  font-weight:900;
  background:linear-gradient(145deg,#12a36c,#067647);
  clip-path:polygon(50% 0,93% 16%,86% 72%,50% 100%,14% 72%,7% 16%);
  filter:drop-shadow(0 5px 8px rgba(6,118,71,.18));
}
.warranty-heading>div{min-width:0}.warranty-eyebrow{display:block;color:#067647;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;margin-bottom:2px}
.warranty-heading h3{margin:0;color:#123d2c;font-size:18px;line-height:1.25}
.warranty-badge{margin-left:auto;white-space:nowrap;padding:7px 10px;border-radius:999px;background:#e2f7ed;color:#067647;border:1px solid #a6e2c8;font-size:12px;font-weight:800}
.warranty-summary{margin:15px 0 0;color:#355548;font-size:13px;line-height:1.65}
.warranty-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px}
.warranty-sections details{border:1px solid #cae7da;border-radius:10px;background:rgba(255,255,255,.8);overflow:hidden}
.warranty-sections summary{position:relative;list-style:none;cursor:pointer;padding:11px 30px 11px 12px;color:#24503d;font-size:12px;font-weight:800}
.warranty-sections summary::-webkit-details-marker{display:none}.warranty-sections summary::after{content:"+";position:absolute;right:12px;top:9px;color:#067647;font-size:17px}.warranty-sections details[open] summary::after{content:"−"}
.warranty-sections details>div{border-top:1px solid #dcefe6;padding:10px 12px;color:#506b60;font-size:11px;line-height:1.55}
.warranty-sections p{margin:0}.warranty-sections ul{margin:0;padding-left:17px}.warranty-sections li+li{margin-top:5px}
.warranty-legal{margin:14px 0 0;padding-top:11px;border-top:1px solid #d6ebe2;color:#6a8178;font-size:10px;line-height:1.5}
.pdf-download{margin-top:16px;background:#fff;color:#1769ff;border:1px solid #a9c8f4;box-shadow:none}
.pdf-download:hover,.pdf-download:focus{background:#edf4ff;border-color:#1769ff;color:#0b4fd4}
@media(max-width:680px){
  .warranty-card{padding:16px}.warranty-heading{align-items:flex-start;flex-wrap:wrap}.warranty-badge{margin-left:54px;margin-top:-8px}.warranty-sections{grid-template-columns:1fr}
}


/* V3.4.0 · buscador rápido de dispositivo + selección paso a paso */
.device-mode{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:18px;
  padding:5px;
  border:1px solid #dbe5f1;
  border-radius:14px;
  background:#f6f9fd;
}
.device-mode-btn{
  min-height:44px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#667085;
  font:inherit;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:background .16s ease,color .16s ease,box-shadow .16s ease;
}
.device-mode-btn:hover{color:#1769ff;background:#edf4ff}
.device-mode-btn.active{
  color:#0b4fd4;
  background:#fff;
  box-shadow:0 3px 12px rgba(15,35,70,.10);
}
.quick-device-panel{
  margin-bottom:22px;
  padding:18px;
  border:1px solid #cfe0fa;
  border-radius:16px;
  background:linear-gradient(145deg,#f9fbff 0,#f3f7ff 100%);
}
.quick-device-panel>label{margin-bottom:9px;font-size:15px}
.quick-device-search-wrap{position:relative}
.quick-device-search{
  padding-right:48px;
  background:#fff;
  border-color:#b8cef5;
  font-weight:600;
}
.quick-device-search:focus{border-color:#1769ff;background:#fff}
.quick-device-clear{
  position:absolute;
  right:7px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:0;
  border-radius:9px;
  background:#eef3f9;
  color:#667085;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.quick-device-clear:hover{background:#e4ebf5;color:#101828}
.quick-device-results{
  max-height:340px;
  overflow:auto;
  margin-top:10px;
  border:1px solid #d8e4f4;
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,35,70,.10);
}
.quick-device-result{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  border:0;
  border-bottom:1px solid #edf1f6;
  background:#fff;
  text-align:left;
  font:inherit;
  cursor:pointer;
}
.quick-device-result:last-child{border-bottom:0}
.quick-device-result:hover,.quick-device-result:focus{background:#f3f7ff;outline:none}
.quick-device-result strong{min-width:0;color:#101828;font-size:14px}
.quick-device-result span{flex:0 0 auto;color:#667085;font-size:11px;font-weight:700;text-align:right}
.quick-device-empty{padding:16px;color:#667085;font-size:13px;text-align:center}
.quick-device-selected{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:12px;
  padding:11px 13px;
  border:1px solid #a9dfc8;
  border-radius:12px;
  background:#f0fbf6;
}
.quick-device-selected .quick-selected-check{
  flex:0 0 27px;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#12a36c;
  color:#fff;
  font-weight:900;
}
.quick-device-selected strong,.quick-device-selected small{display:block}
.quick-device-selected strong{color:#123d2c;font-size:13px}
.quick-device-selected small{margin-top:2px;color:#567166;font-size:11px}
.quick-device-notfound{
  display:block;
  margin:10px auto 0;
  padding:5px 8px;
  border:0;
  background:transparent;
  color:#667085;
  font:inherit;
  font-size:11px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:2px;
  cursor:pointer;
}
.quick-device-notfound:hover{color:#1769ff}

/* El buscador antiguo dentro de Modelo se elimina: el modo rápido ya busca en todo el catálogo. */
.device-help{display:block;margin-top:7px;color:#6b7787;font-size:12px;line-height:1.35}

@media(max-width:640px){
  .device-mode{gap:5px;margin-bottom:14px}
  .device-mode-btn{min-height:42px;padding:6px 8px;font-size:11px}
  .quick-device-panel{padding:14px;margin-bottom:18px}
  .quick-device-search{font-size:16px}
  .quick-device-results{max-height:300px}
  .quick-device-result{align-items:flex-start;flex-direction:column;gap:3px;padding:11px 12px}
  .quick-device-result span{text-align:left}
}


/* V3.4.2 · cabecera normal sin sticky ni cambios de tamaño al hacer scroll */
html,body{overscroll-behavior-y:auto}
body{touch-action:pan-y pinch-zoom}
@media(max-width:680px){.quick-device-results{max-height:none;overflow:visible}}

/* V3.4.3 — Consejo profesional formal por pieza */
.professional-advice-card{margin-top:18px;border:1px solid #c9d8ed;background:#f8fbff;border-radius:16px;padding:18px 20px;color:#263447;box-shadow:0 4px 14px rgba(16,24,40,.04)}
.professional-advice-heading{display:flex;align-items:center;gap:12px;margin-bottom:10px}.professional-advice-icon{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#173a63;color:#fff;font-family:Georgia,serif;font-weight:800;font-size:18px;flex:0 0 auto}.professional-advice-eyebrow{display:block;color:#52667e;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800;margin-bottom:2px}.professional-advice-heading h3{margin:0;color:#173a63;font-size:18px;line-height:1.25}.professional-advice-card>p{margin:0;line-height:1.62;font-size:14px}.professional-advice-note{margin-top:12px!important;padding-top:11px;border-top:1px solid #dce6f2;color:#667085;font-size:11px!important;line-height:1.45!important}
@media(max-width:680px){.professional-advice-card{padding:16px}.professional-advice-heading{align-items:flex-start}.professional-advice-heading h3{font-size:16px}}


/* V3.4.4 · resultado más visible en móvil + guardado sin cita */
.result-actions{display:grid;grid-template-columns:1fr;gap:9px}
#quoteSaveCard .done{margin-top:16px}
@media(max-width:680px){
  .result{scroll-margin-top:12px;padding:22px 20px}
  .result-main .price{margin-top:9px;margin-bottom:10px}
}
