
:root{
  --ink:#171717;
  --charcoal:#202020;
  --wine:#8d1f2d;
  --wine2:#ab2d3f;
  --rose:#f8e8eb;
  --cream:#fbf8f5;
  --line:#eadfe1;
  --muted:#6f6567;
  --green:#25D366;
  --orange:#d9782b;
  --warn:#fff2e6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,92%);margin:auto}

/* Header */
.header{
  position:sticky;top:0;z-index:9000;
  background:#1e1e1e;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.disclaimer-bar{background:#ffce31;color:#1e1e1e;text-align:center;font-size:12.5px;font-weight:800;padding:8px 16px}
.privacy-link{color:#0758a8;text-decoration:underline}
.nav{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{height:48px;max-width:315px;background:#fff;border-radius:12px;padding:4px 10px}
.links{display:flex;gap:16px;align-items:center;color:#fff;font-size:13px;font-weight:850}
.links a{white-space:nowrap}
.links a:hover{color:#f2a8b2}
.navcall{padding:11px 16px;border-radius:999px;background:#fff;color:#1e1e1e!important;white-space:nowrap}
.menu-btn{display:none;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;border-radius:11px;padding:10px 14px;font-weight:900;font:inherit;cursor:pointer}

/* Hero */
.hero{
  position:relative;overflow:hidden;padding:82px 0 88px;
  background:
    radial-gradient(circle at 84% 20%,rgba(141,31,45,.16),transparent 25%),
    linear-gradient(135deg,#fff 0 55%,#f8ecee 55% 100%);
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    repeating-linear-gradient(120deg,rgba(141,31,45,.045) 0 1px,transparent 1px 20px);
  mask-image:linear-gradient(to right,black 0 70%,transparent 100%);
}
.hero::after{
  content:"VITAMIX · BATIDORAS · MOTOR · MADRID";
  position:absolute;left:-28px;bottom:9px;
  font-size:69px;font-weight:950;letter-spacing:8px;
  color:transparent;-webkit-text-stroke:1px rgba(141,31,45,.07);
  white-space:nowrap;pointer-events:none
}
.hero-arch{
  position:absolute;right:-110px;top:-120px;width:420px;height:420px;
  border:64px solid rgba(141,31,45,.08);
  border-radius:52% 48% 57% 43% / 44% 58% 42% 56%;
  transform:rotate(18deg)
}
.hero-label{
  position:absolute;right:7%;bottom:18%;
  padding:10px 17px;border-radius:999px;
  background:#1f1f1f;color:#fff;font-weight:900;
  transform:rotate(-5deg)
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.18fr .82fr;gap:54px;align-items:start}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--wine);font-size:12px;font-weight:950;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px}
.eyebrow::before{content:"";width:34px;height:4px;background:var(--wine);border-radius:999px}
h1{font-size:clamp(46px,5.6vw,74px);line-height:1.03;letter-spacing:-2.4px;margin:0 0 24px;max-width:820px}
.accent{color:var(--wine)}
.diagnosis{
  display:inline-flex;align-items:center;gap:12px;margin:8px 0 28px;
  padding:13px 17px;border-radius:16px;background:var(--warn);
  border:1px solid #efc49f
}
.diagnosis span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--orange);color:#fff;font-weight:950}
.diagnosis strong{color:var(--orange);font-size:18px}
.ctas{display:grid;grid-template-columns:1.18fr .82fr;gap:11px;max-width:790px}
.cta{min-height:62px;display:flex;align-items:center;justify-content:center;text-align:center;padding:13px 17px;border-radius:999px;font-weight:900;transition:filter .15s ease,background .15s ease,color .15s ease}
.wa:hover,.pickup:hover{filter:brightness(.88)}
.phone:hover{background:#1f1f1f;color:#fff}
.cta svg{width:22px;height:22px;margin-right:8px;flex:0 0 22px}
.wa{background:var(--green);color:#fff}
.pickup{background:var(--wine);color:#fff}
.phone{grid-column:1/-1;border:2px solid #1f1f1f;background:#fff;color:#1f1f1f}

/* Info */
.info{
  background:rgba(255,255,255,.97);
  border:1px solid var(--line);
  border-radius:30px;padding:28px;
  box-shadow:0 28px 70px rgba(50,20,24,.14);
  position:relative;overflow:hidden
}
.info::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--wine),#1f1f1f)}
.info .label{font-size:12px;color:var(--wine);font-weight:950;letter-spacing:2px;text-transform:uppercase}
.info h2{font-size:28px;line-height:1.05;margin:10px 0 20px}
.info-row{padding:13px 0;border-top:1px solid var(--line)}
.info-row small{display:block;color:#7a6d70;margin-bottom:3px}
.reference{margin-top:14px;padding:16px;border-radius:17px;background:#f8f2f3}
.reference p{margin:5px 0}
.maplink{display:inline-block;margin-top:16px;color:var(--wine);font-weight:900}

/* Sections */
section{padding:82px 0}
.kicker{color:var(--wine);font-size:12px;letter-spacing:2px;font-weight:950;text-transform:uppercase}
.title{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-1.8px;margin:10px 0 15px}
.lead{font-size:18px;color:var(--muted);max-width:820px}

/* Problems */
.problems{background:#1f1f1f;color:#fff;position:relative;overflow:hidden}
.problems::after{content:"VITAMIX";position:absolute;right:-38px;bottom:-80px;font-size:170px;font-weight:950;color:#292929}
.problem-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}
.problem{background:#292929;border:1px solid #3d3d3d;border-radius:23px;padding:24px;min-height:185px}
.problem .num{color:#e27b8b;font-weight:950}
.problem h3{font-size:22px;margin:24px 0 8px}
.problem p{color:#d7d7d7;margin:0}

/* Vitamix-specific section */
.blender{background:#fff}
.blender-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.blender-art{
  min-height:390px;border-radius:36px;
  background:linear-gradient(145deg,#8d1f2d,#1f1f1f);
  position:relative;overflow:hidden
}
.blender-art::before{
  content:"POTENCIA";position:absolute;left:24px;top:26px;
  font-size:92px;font-weight:950;color:transparent;
  -webkit-text-stroke:2px rgba(255,255,255,.27);transform:rotate(-5deg)
}
.blender-art::after{
  content:"MOTOR · CUCHILLAS · VASO · CONTROLES · RUIDO";
  position:absolute;left:35px;right:35px;bottom:35px;
  background:#fff;color:#1f1f1f;padding:19px;border-radius:15px;
  font-weight:950;letter-spacing:.5px
}
.ticks{display:grid;gap:14px;margin-top:24px}
.tick{display:flex;gap:12px}
.tick i{width:27px;height:27px;border-radius:50%;background:#f8e8eb;color:var(--wine);display:grid;place-items:center;font-style:normal;font-weight:950;flex:0 0 auto}

/* Steps */
.steps{background:var(--cream)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:30px}
.step{background:#fff;border:1px solid var(--line);border-bottom:5px solid var(--wine);border-radius:20px;padding:24px;min-height:205px}
.step strong{display:block;font-size:44px;color:#e3d8da}
.cost-note{margin-top:26px;padding:18px 20px;border-radius:16px;background:var(--warn);border:1px solid #efc39f}
.cost-note strong{color:var(--orange)}

/* Pickup */
.pickup-panel{display:grid;grid-template-columns:1.05fr .95fr;border-radius:34px;overflow:hidden;background:#1f1f1f;color:#fff}
.pickup-copy,.pickup-side{padding:48px}
.pickup-side{background:var(--wine)}
.pickup-side .big{font-size:58px;font-weight:950;line-height:.94}
.pickup-side a{display:block;margin-top:20px;background:#fff;color:#1f1f1f;padding:15px 20px;border-radius:13px;font-weight:950;text-align:center}

/* Trust */
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.trust{border-radius:28px;padding:30px;color:#fff;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end}
.google{background:#4b4b4b}
.youtube{background:#c9161d}
.trust h3{font-size:28px;margin:8px 0}

/* Cal / FAQ / Form */
.cal-frame{width:100%;height:720px;border:0;background:#fff}
.faq{background:#faf6f7}
.seo-content{background:var(--cream)}
.seo-text{max-width:880px}
.seo-text p{color:var(--muted);font-size:16px;line-height:1.7;margin:0 0 18px}
details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px;margin:10px 0}
summary{font-weight:900}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}
form{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.full{grid-column:1/-1}
input,textarea{width:100%;padding:15px;border:1px solid #decfd2;border-radius:11px;font:inherit;background:#fff}
textarea{min-height:145px;resize:vertical}
.submit{border:0;background:var(--wine);color:#fff;padding:16px;border-radius:12px;font-weight:950;font-size:16px;cursor:pointer}
.map{width:100%;height:390px;border:0;border-radius:22px}

/* Footer */
footer{background:#1f1f1f;color:#fff;padding:34px 0}
.footer{display:flex;justify-content:space-between;gap:30px;align-items:center}
.footer img{height:42px;max-width:260px;background:#fff;border-radius:8px;padding:4px 8px}

/* Floating */
.float-wa{position:fixed;right:22px;bottom:22px;z-index:10020;width:62px;height:62px;border-radius:50%;background:var(--green);display:grid;place-items:center;box-shadow:0 12px 28px rgba(0,0,0,.23)}
.float-wa svg{width:33px;height:33px;color:#fff}

/* n8n */
#n8n-chat{--chat--color-primary:#1f1f1f;--chat--color-secondary:#8d1f2d;--chat--toggle--background:#1f1f1f;--chat--toggle--hover--background:#8d1f2d;--chat--toggle--active--background:#8d1f2d}
#n8n-chat .chat-window-toggle,#n8n-chat [class*="chat-window-toggle"]{position:fixed!important;right:22px!important;bottom:96px!important;z-index:10060!important;border:1px solid #fff!important}
#n8n-chat .chat-window:not([class*="toggle"]),#n8n-chat [class*="chat-window"]:not([class*="toggle"]){position:fixed!important;right:22px!important;bottom:166px!important;z-index:10100!important;max-height:calc(100vh - 190px)!important}
#n8n-chat .chat-input,#n8n-chat [class*="chat-input"],#n8n-chat .chat-footer,#n8n-chat [class*="chat-footer"]{position:sticky!important;bottom:0!important;z-index:10110!important;background:#fff!important}

@media(max-width:920px){
  .menu-btn{display:block}
  .links{display:none;position:absolute;left:0;right:0;top:80px;background:#1e1e1e;padding:18px 20px 22px;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.1)}
  .links.open{display:flex}
  .hero-grid,.blender-grid,.contact-grid,.pickup-panel{grid-template-columns:1fr}
  .problem-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:1fr}
  .problems::after{font-size:100px}
  .blender-art::before{font-size:56px}
}
@media(max-width:600px){
  .wrap{width:min(100% - 28px,1180px)}
  .hero{padding-top:46px}
  h1{font-size:48px;letter-spacing:-1.5px}
  .problem-grid,.steps-grid,.ctas,form{grid-template-columns:1fr}
  .phone,.full{grid-column:auto}
  .hero::after,.hero-label{display:none}
  .problems::after{font-size:60px}
  .blender-art::before{font-size:40px;left:16px;top:18px}
  .cal-frame{height:760px}
  .footer{flex-direction:column;align-items:flex-start}
  .float-wa{right:16px!important;bottom:18px!important}
  #n8n-chat .chat-window-toggle,#n8n-chat [class*="chat-window-toggle"]{right:16px!important;bottom:96px!important}
  #n8n-chat .chat-window:not([class*="toggle"]),#n8n-chat [class*="chat-window"]:not([class*="toggle"]){left:12px!important;right:12px!important;width:auto!important;bottom:166px!important}
}
