:root{--bento-bg:#eef1f4;--bento-surface:#fff;--bento-primary:#ff5a1f;--bento-header:#fff;--bento-header-text:#111417;--bento-topbar:#080d10;--bento-ink:#111417;--bento-text:#5d646b;--bento-link:#111417;--bento-button:#ff5a1f;--bento-button-text:#fff;--bento-footer:#0f1113;--bento-footer-text:#fff;--bento-page:1500px;--bento-radius:14px;--bento-fast:180ms cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bento-bg);color:var(--bento-ink);font:15px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bento-skip{position:fixed;left:16px;top:-60px;z-index:60;background:#fff;padding:10px 14px;border-radius:6px}.bento-skip:focus{top:12px}.bento-topbar{height:42px;background:var(--bento-topbar);color:#fff;font-size:12px}.bento-topbar>div{width:min(var(--bento-page),calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.bento-topbar span,.bento-topbar nav{display:flex;gap:18px}.bento-topbar i{color:var(--bento-primary);margin-right:7px}.bento-topbar a:hover{text-decoration:underline}.bento-header{position:sticky;top:0;z-index:30;height:86px;background:var(--bento-header);color:var(--bento-header-text);box-shadow:0 1px 0 rgba(17,20,23,.1)}.bento-header-inner{width:min(var(--bento-page),calc(100% - 48px));height:100%;margin:auto;display:grid;grid-template-columns:minmax(180px,260px) minmax(280px,1fr) auto;align-items:center;gap:28px}.bento-brand{display:flex;align-items:center;gap:10px;min-width:0}.bento-brand img{display:block;max-width:190px;max-height:58px;object-fit:contain}.bento-brand>span{width:44px;height:44px;display:grid;place-items:center;background:var(--bento-primary);color:#fff;border-radius:8px;font-weight:950;font-size:22px}.bento-brand strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bento-search{height:52px;display:flex;border:1px solid #c9cdd1;border-radius:6px;background:#fff;transition:border-color var(--bento-fast),box-shadow var(--bento-fast)}.bento-search:focus-within{border-color:var(--bento-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--bento-primary) 18%,transparent)}.bento-search input{min-width:0;flex:1;border:0;outline:0;padding:0 16px;background:transparent;color:#111417}.bento-search input::placeholder{color:#666d73}.bento-search button{width:52px;border:0;background:transparent;color:#111417;cursor:pointer}.bento-actions{display:flex;align-items:center;gap:8px}.bento-actions>a{height:52px;min-width:58px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-weight:750;transition:background var(--bento-fast),color var(--bento-fast)}.bento-actions>a:hover{background:#f0f2f4}.bento-actions .bento-quote{background:var(--bento-button);color:var(--bento-button-text)}.bento-actions .bento-quote:hover{background:color-mix(in srgb,var(--bento-button) 86%,#000)}.bento-cart{position:relative}.bento-cart b{position:absolute;right:2px;top:2px;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:#111417;color:#fff;font-size:10px;display:grid;place-items:center}.bento-main{width:min(var(--bento-page),calc(100% - 48px));margin:24px auto 70px}.bento-grid{display:grid;grid-template-columns:1.55fr .76fr .76fr;grid-template-rows:220px 150px 112px;gap:14px}.bento-grid>*{border-radius:var(--bento-radius);overflow:hidden}.bento-hero{grid-row:span 2;position:relative;padding:clamp(32px,4vw,70px);background:#111417;color:#fff;background-size:cover;background-position:center;display:flex;align-items:center}.bento-hero>div{max-width:610px}.bento-hero span{display:block;margin-bottom:10px;color:#ffc6b2;font-weight:800}.bento-hero h1{max-width:14ch;margin:0;font-size:clamp(36px,4.2vw,66px);line-height:1.02;letter-spacing:-.035em;text-wrap:balance}.bento-hero p{max-width:55ch;margin:18px 0 24px;color:#e6e8e9;font-size:16px}.bento-hero a{display:inline-flex;align-items:center;gap:10px;background:var(--bento-button);color:var(--bento-button-text);padding:13px 18px;border-radius:6px;font-weight:850}.bento-dots{position:absolute;left:70px;bottom:24px;display:flex;gap:7px}.bento-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.bento-dots button.is-active{width:24px;border-radius:8px;background:#fff}.bento-tile{position:relative;padding:24px;background:var(--bento-surface);display:flex;align-items:center;gap:16px;transition:transform var(--bento-fast),background var(--bento-fast)}.bento-tile:hover{transform:translateY(-2px)}.bento-tile>i:first-child{width:46px;height:46px;border-radius:10px;display:grid;place-items:center;background:#f1f3f5;color:var(--bento-primary);font-size:20px}.bento-tile span{display:flex;flex-direction:column}.bento-tile strong{font-size:17px}.bento-tile small{color:var(--bento-text)}.bento-tile>i:last-child{margin-left:auto}.bento-tile.is-catalog{background:var(--bento-primary);color:#fff}.bento-tile.is-catalog small{color:rgba(255,255,255,.82)}.bento-tile.is-catalog>i:first-child{background:rgba(255,255,255,.18);color:#fff}.bento-tile.is-promo{background:#fff4ed}.bento-tile.is-promo span{gap:3px}.bento-tile.is-promo b{margin-top:12px;color:var(--bento-primary)}.bento-tile.is-promo>i{margin-left:auto;font-size:42px;color:var(--bento-primary)}.bento-brands{grid-column:span 2;padding:20px 24px;background:var(--bento-surface);display:flex;align-items:center;gap:26px}.bento-brands>div{min-width:150px;display:flex;flex-direction:column}.bento-brands small{color:var(--bento-text)}.bento-brands nav{display:flex;gap:8px;overflow:auto}.bento-brands a{flex:0 0 auto;padding:9px 13px;border:1px solid #d9d9d6;border-radius:6px;font-weight:750}.bento-brands a:hover{border-color:var(--bento-primary);color:var(--bento-primary)}.bento-shortcuts{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.bento-shortcuts a{min-height:108px;padding:22px;background:#fff;border-radius:14px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:14px;align-content:center}.bento-shortcuts i{grid-row:span 2;width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#f1f3f5;color:var(--bento-primary)}.bento-shortcuts span{color:var(--bento-text);font-size:13px}.bento-products{padding-top:62px}.bento-products>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.bento-products h2{margin:0;font-size:30px;letter-spacing:-.025em}.bento-products p{margin:4px 0 0;color:var(--bento-text)}.bento-products header>a{font-weight:800;color:var(--bento-primary)}.bento-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.bento-product{position:relative;min-width:0;background:#fff;border-radius:14px;overflow:hidden}.bento-product>a{display:block;padding:12px 12px 18px}.bento-product-image{height:190px;display:grid;place-items:center;background:#f7f8f9;border-radius:8px;overflow:hidden}.bento-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s cubic-bezier(.22,1,.36,1)}.bento-product:hover img{transform:scale(1.035)}.bento-product-image span{font-size:48px;font-weight:950;color:#c5cbd0}.bento-product small{display:block;margin-top:13px;color:#15803d;font-weight:750}.bento-product h3{height:63px;margin:5px 0 11px;overflow:hidden;font-size:14px;line-height:1.5}.bento-product strong{font-size:18px}.bento-product>button{position:absolute;right:12px;bottom:13px;width:36px;height:36px;border:0;border-radius:6px;background:var(--bento-button);color:var(--bento-button-text);cursor:pointer}.bento-empty{padding:60px;text-align:center;background:#fff;border-radius:14px}.bento-empty i{font-size:28px;color:var(--bento-primary)}.bento-footer{background:var(--bento-footer);color:var(--bento-footer-text)}.bento-footer>div{width:min(var(--bento-page),calc(100% - 48px));margin:auto;padding:52px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.bento-footer section strong{font-size:20px}.bento-footer section p{max-width:48ch;color:rgba(255,255,255,.72)}.bento-footer nav{display:flex;flex-direction:column;gap:8px}.bento-footer nav strong{margin-bottom:5px}.bento-footer nav a{color:rgba(255,255,255,.72)}.bento-footer nav a:hover{color:#fff}.bento-template-main{width:min(var(--bento-page),calc(100% - 48px));min-height:55vh;margin:34px auto 70px}.bento-crumb{margin:0 0 8px;color:var(--bento-text);font-size:13px}.bento-template-main>h1{margin:0 0 24px;font-size:34px;letter-spacing:-.025em}.bento-toolbar{display:flex;justify-content:space-between;padding:13px 16px;margin-bottom:16px;background:#fff;border-radius:8px}.bento-content{max-width:900px;padding:30px;background:#fff;border-radius:14px}.bento-state{padding:70px 20px;text-align:center;background:#fff;border-radius:14px}.bento-state i{font-size:30px;color:var(--bento-primary)}
@media(max-width:1180px){.bento-header-inner{grid-template-columns:190px 1fr auto;gap:14px}.bento-actions span{display:none}.bento-grid{grid-template-columns:1.35fr .7fr}.bento-brands{grid-column:auto}.bento-product-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.bento-topbar nav,.bento-quote{display:none!important}.bento-header{height:auto}.bento-header-inner{padding:12px 0;grid-template-columns:1fr auto}.bento-search{grid-column:1/-1;grid-row:2}.bento-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px auto auto}.bento-hero{grid-column:1/-1;grid-row:auto}.bento-brands{grid-column:1/-1}.bento-shortcuts{grid-template-columns:1fr 1fr}.bento-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.bento-topbar>div,.bento-header-inner,.bento-main,.bento-template-main,.bento-footer>div{width:min(100% - 28px,var(--bento-page))}.bento-topbar span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bento-brand strong{font-size:15px}.bento-actions>a{padding:0 8px;min-width:44px}.bento-grid{display:flex;flex-direction:column}.bento-hero{min-height:390px;padding:34px 24px}.bento-hero h1{font-size:38px}.bento-dots{left:24px}.bento-tile{min-height:110px}.bento-brands{align-items:flex-start;flex-direction:column}.bento-shortcuts{grid-template-columns:1fr}.bento-products{padding-top:44px}.bento-products>header{align-items:flex-start}.bento-products p{display:none}.bento-product-grid{grid-template-columns:1fr 1fr;gap:10px}.bento-product-image{height:150px}.bento-product h3{height:62px}.bento-footer>div{grid-template-columns:1fr 1fr}.bento-footer section{grid-column:1/-1}}
@media(max-width:420px){.bento-brand>span{width:38px;height:38px}.bento-product-grid{grid-template-columns:1fr}.bento-product-image{height:240px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Portada Bento: composición canónica reutilizable */
.bento-home-grid{display:grid;gap:12px}.bento-top-row{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1.55fr) minmax(230px,.76fr);gap:12px;height:365px}.bento-hero{position:relative;min-width:0;height:365px;padding:0;background:#fff;color:var(--bento-ink);box-shadow:0 18px 50px rgba(15,17,19,.08)}.bento-hero-slide{position:absolute;inset:0;padding:28px;display:flex;align-items:center;background-color:#eef1f4;background-position:center;background-size:cover;opacity:0;pointer-events:none;transition:opacity .35s ease}.bento-hero-slide.is-active{opacity:1;pointer-events:auto}.bento-hero-content{position:relative;z-index:2;display:block;max-width:560px}.bento-eyebrow{display:block;margin:0 0 14px;color:var(--bento-primary);font-weight:900;text-transform:uppercase}.bento-hero-content>strong{display:block;max-width:600px;margin:0;color:#111417;font-size:52px;line-height:1.03;letter-spacing:-.035em;text-wrap:balance}.bento-hero-content>small{display:block;max-width:560px;margin:14px 0 0;color:#5f666d;font-size:17px;line-height:1.42}.bento-hero-content>em{display:inline-flex;align-items:center;gap:9px;margin-top:26px;padding:13px 17px;border-radius:99px;background:#111417;color:#fff;font-style:normal;font-weight:900}.bento-dots{left:28px;bottom:22px;z-index:4}.bento-stack{display:grid;grid-template-rows:1fr 1fr;gap:12px;min-width:0}.bento-split{position:relative;overflow:hidden;border-radius:14px;background-color:#161a1d;background-position:center right;background-size:cover;color:#fff;box-shadow:0 18px 50px rgba(15,17,19,.08)}.bento-split>span{position:absolute;inset:0;padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(90deg,rgba(15,17,19,.92) 0%,rgba(15,17,19,.58) 48%,rgba(15,17,19,0) 82%)}.bento-split.is-categories>span{background:linear-gradient(90deg,rgba(255,90,31,.98) 0%,rgba(255,90,31,.72) 48%,rgba(255,90,31,.05) 85%)}.bento-split b,.bento-promo>b,.bento-feature-tile>b{width:48px;height:48px;display:grid;place-items:center;margin-bottom:10px;border-radius:10px;background:rgba(255,255,255,.16);font-size:20px}.bento-split strong,.bento-promo>strong{font-size:27px;line-height:1.08}.bento-split small,.bento-promo>small{margin-top:5px;font-size:15px}.bento-promo{position:relative;padding:24px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-radius:14px;background-color:var(--bento-primary);background-position:58% center;background-size:cover;color:#fff;box-shadow:0 18px 50px rgba(15,17,19,.08)}.bento-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,90,31,.86),rgba(255,90,31,.48))}.bento-promo>*{position:relative;z-index:1}.bento-feature-row{display:grid;grid-template-columns:.82fr .78fr .78fr 1.55fr;gap:12px;height:184px}.bento-brand-slider,.bento-feature-tile{position:relative;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(15,17,19,.08)}.bento-brand-slide{position:absolute;inset:0;display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .35s ease}.bento-brand-slide.is-active{opacity:1;pointer-events:auto}.bento-brand-slide img{width:100%;height:100%;object-fit:cover}.bento-brand-slide>strong{font-size:27px}.bento-brand-dots{position:absolute;left:28px;top:28px;z-index:3;display:flex;gap:7px}.bento-brand-dots button{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.55)}.bento-brand-dots button.is-active{width:28px;background:#fff}.bento-feature-tile{padding:24px;display:flex;flex-direction:column;justify-content:center}.bento-feature-tile>b{background:#fff0eb;color:var(--bento-primary)}.bento-feature-tile>strong{font-size:25px;line-height:1.1}.bento-feature-tile>small{margin-top:12px;color:#5f666d;font-size:15px}.bento-feature-tile.is-ferre{background-color:#ffbd00;background-position:center right;background-size:cover}.bento-feature-tile.is-ferre>small{color:#111417}.bento-quick-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;padding:14px;border-radius:14px;background:#111315}.bento-quick-grid a{min-width:0;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#1d1f21;color:#fff}.bento-quick-grid i{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:rgba(255,90,31,.14);color:var(--bento-primary)}.bento-quick-grid span{min-width:0;display:flex;flex-direction:column}.bento-quick-grid strong{font-size:13px;white-space:nowrap}.bento-quick-grid small{color:#b8babd;font-size:11px}.bento-products{padding-top:34px}
@media(max-width:1180px){.bento-top-row{grid-template-columns:1.25fr 1fr;height:620px}.bento-hero{height:auto}.bento-promo{grid-column:2}.bento-feature-row{grid-template-columns:1fr 1fr;height:auto}.bento-brand-slider,.bento-feature-tile{min-height:185px}.bento-quick-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.bento-top-row{display:flex;height:auto;flex-direction:column}.bento-hero{height:460px}.bento-stack{height:360px}.bento-promo{min-height:260px}.bento-feature-row{grid-template-columns:1fr 1fr}.bento-feature-tile.is-ferre{grid-column:1/-1;min-height:190px}.bento-quick-grid{grid-template-columns:1fr 1fr}.bento-hero-content{max-width:68%}.bento-hero-content>strong{font-size:38px}.bento-hero-content>small{font-size:15px}}
@media(max-width:560px){.bento-main{margin-top:14px}.bento-hero{height:500px}.bento-hero-slide{padding:22px;background-position:60% center}.bento-hero-slide:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.2)}.bento-hero-content{max-width:90%}.bento-hero-content>strong{font-size:34px}.bento-feature-row{grid-template-columns:1fr}.bento-feature-tile.is-ferre{grid-column:auto}.bento-brand-slider{aspect-ratio:16/9}.bento-quick-grid{grid-template-columns:1fr}}
.bento-brand img{max-width:150px;max-height:72px}.bento-topbar-benefits{gap:22px!important}.bento-topbar-benefits b{font-weight:800;white-space:nowrap}.bento-stack,.bento-promo{height:365px;align-self:stretch}.bento-quick-grid{min-height:130px}.bento-legal{min-height:96px;margin:0;padding:16px 8%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid #e3e5e7;border-radius:14px;background:#fff;color:#656b73;text-align:center;font-size:12px}.bento-legal p{max-width:1120px;margin:0}.bento-legal nav{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap}.bento-legal nav a{font-weight:800;color:#6b7075}.bento-legal nav a:hover{color:var(--bento-primary)}.bento-products{padding-top:22px}
.bento-header-inner{grid-template-columns:200px minmax(280px,1fr) auto}.bento-actions>a:not(.bento-quote){width:52px;min-width:52px;padding:0;border:1px solid #e1e4e7}.bento-actions>a:not(.bento-quote)>span{display:none}.bento-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center}.bento-hero-content>strong{font-size:49px}
.bento-hero-content{width:100%}.bento-actions .bento-quote{min-width:118px}
@media(max-width:1180px){.bento-stack{height:auto}.bento-promo{height:auto;min-height:260px}.bento-topbar-benefits b:nth-child(n+3){display:none}}
@media(max-width:760px){.bento-stack{height:360px}.bento-topbar-benefits b:nth-child(n+2){display:none}}
@media(max-width:620px){.bento-legal{padding:18px}.bento-legal nav{gap:10px 16px}}

/* Hero principal: recorte Bento y transición perceptible entre banners. */
.bento-home-grid .bento-hero{overflow:hidden;border-radius:var(--bento-radius);isolation:isolate}
.bento-home-grid .bento-hero-slide{transform:scale(1.015);transition:opacity .5s ease,transform 1.1s cubic-bezier(.22,1,.36,1)}
.bento-home-grid .bento-hero-slide.is-active{transform:scale(1)}

/* Catálogo Bento: réplica funcional de la colección de referencia */
.bento-category-nav{position:relative;z-index:20;height:50px;background:#080d10;color:#fff;font-weight:850}.bento-category-nav>div{width:min(var(--bento-page),100%);height:100%;margin:auto;display:flex;align-items:stretch;overflow-x:auto}.bento-category-nav a{flex:0 0 auto;padding:0 18px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.bento-category-nav a:hover{background:#1d2225}.bento-category-nav .is-categories{min-width:180px;background:var(--bento-primary);gap:12px}.bento-template-main.is-catalog{width:min(1575px,calc(100% - 40px));margin:0 auto;padding:26px 0 54px}.bento-catalog-heading>span{display:block;color:var(--bento-primary);font-size:13px;font-weight:950}.bento-catalog-heading>div{display:flex;align-items:center;gap:14px}.bento-catalog-heading h1{margin:2px 0;font-size:44px;line-height:1.1;letter-spacing:-.035em}.bento-catalog-heading b{padding:11px 16px;border-radius:999px;background:#fff;font-size:18px}.bento-catalog-heading b small{color:#85817e;font-size:11px}.bento-catalog-heading p{margin:4px 0 14px;color:#77736f;font-weight:700}.bento-catalog-controls{display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:end;gap:14px;margin-bottom:28px}.bento-brand-filters{display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:8px;overflow-x:auto}.bento-brand-filters a{height:98px;min-width:120px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#fff}.bento-brand-filters a.is-active{background:#17130f;color:#fff}.bento-brand-filters img{width:100%;height:100%;object-fit:cover}.bento-brand-filters strong{font-size:17px}.bento-sort{display:flex;flex-direction:column;gap:7px;color:#77736f;font-weight:800}.bento-sort span i{color:var(--bento-primary);margin-right:7px}.bento-sort select{width:100%;height:45px;padding:0 13px;border:1px solid #d7d6d4;border-radius:8px;background:#fff;color:#17130f}.bento-catalog-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.bento-catalog-product{min-width:0;padding:12px;border-radius:14px;background:#fff}.bento-catalog-image{position:relative;height:250px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#fff}.bento-catalog-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.bento-catalog-product:hover img{transform:scale(1.035)}.bento-catalog-image>span{font-size:58px;font-weight:950;color:#c9cdd1}.bento-catalog-image>i{position:absolute;right:4px;top:4px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #e2e2df;border-radius:50%;background:#fff}.bento-catalog-info{display:flex;min-height:184px;flex-direction:column}.bento-catalog-info>small{margin-top:9px;color:var(--bento-primary);font-size:11px;font-weight:950}.bento-catalog-info h2{height:48px;margin:8px 0 10px;overflow:hidden;font-size:15px;line-height:1.25}.bento-catalog-info>strong{margin-top:auto;font-size:23px}.bento-catalog-info button{height:46px;margin-top:10px;border:0;border-radius:9px;background:#111;color:#fff;font-weight:900;cursor:pointer}.bento-catalog-info button:hover{background:var(--bento-primary)}.bento-internal-legal{width:min(var(--bento-page),calc(100% - 48px));margin:0 auto 18px}
@media(max-width:1300px){.bento-catalog-grid{grid-template-columns:repeat(4,1fr)}.bento-brand-filters{grid-template-columns:repeat(8,145px)}}
@media(max-width:900px){.bento-category-nav{display:none}.bento-catalog-controls{grid-template-columns:1fr}.bento-sort{max-width:300px}.bento-catalog-grid{grid-template-columns:repeat(3,1fr)}.bento-catalog-image{height:210px}}
@media(max-width:620px){.bento-template-main.is-catalog{width:calc(100% - 28px);padding-top:20px}.bento-catalog-heading h1{font-size:36px}.bento-catalog-heading p{font-size:13px}.bento-catalog-grid{grid-template-columns:1fr 1fr;gap:9px}.bento-catalog-product{padding:9px}.bento-catalog-image{height:160px}.bento-catalog-info h2{height:55px;font-size:13px}.bento-catalog-info>strong{font-size:19px}.bento-catalog-info button{font-size:0}.bento-catalog-info button i{font-size:16px}.bento-internal-legal{width:calc(100% - 28px)}}
.bento-discount{position:absolute;left:4px;top:4px;z-index:2;padding:6px 10px;border-radius:99px;background:var(--bento-primary);color:#fff;font-size:12px}.bento-catalog-info{min-height:205px}.bento-catalog-info>small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bento-price-line{display:flex;align-items:baseline;gap:7px;margin-top:auto}.bento-price-line strong{font-size:23px}.bento-price-line del{color:#888;font-size:13px;font-weight:800}.bento-catalog-info>em{min-height:18px;color:#16924b;font-size:12px;font-style:normal;font-weight:900}.bento-catalog-info .bento-price-line+em+button{margin-top:8px}

/* Detalle de producto */
.bento-template-product .bento-template-main{width:min(var(--bento-page),calc(100% - 48px));max-width:none;margin:0 auto;padding:20px 0 55px}.bento-template-product .bento-template-main>.bento-crumb,.bento-template-product .bento-template-main>h1{display:none}.bento-product-breadcrumb{margin:0 0 20px;color:#6e7276;font-size:13px;font-weight:700}.bento-product-layout{display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(360px,1.1fr) 320px;gap:22px;align-items:start}.bento-gallery-main{position:relative;height:530px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:#fff}.bento-gallery-main img{width:92%;height:92%;object-fit:contain}.bento-gallery-main>span{font-size:90px;color:#c8cdd1;font-weight:950}.bento-thumbs{display:flex;gap:10px;margin-top:14px}.bento-thumbs button{width:68px;height:68px;padding:4px;border:2px solid transparent;border-radius:9px;background:#fff}.bento-thumbs button.is-active{border-color:var(--bento-primary)}.bento-thumbs img{width:100%;height:100%;object-fit:contain}.bento-tech-sheet{height:56px;margin-top:14px;padding:0 14px;display:flex;align-items:center;gap:12px;border-radius:9px;background:#fff}.bento-tech-sheet>i:first-child{color:var(--bento-primary);font-size:22px}.bento-tech-sheet span{display:flex;flex:1;flex-direction:column}.bento-tech-sheet small{color:#73777b}.bento-product-copy>small{color:var(--bento-primary);font-size:12px;font-weight:950}.bento-product-copy>h2{margin:10px 0;font-size:32px;line-height:1.08;letter-spacing:-.025em}.bento-reviews{color:#74777a;font-size:13px}.bento-product-copy>h3{margin:22px 0 6px}.bento-product-copy>p{color:#5f6468;line-height:1.62}.bento-product-specs{overflow:hidden;margin-top:18px;border-radius:10px;background:#fff}.bento-product-specs h3{margin:0;padding:10px 12px;border-bottom:1px solid #e7e7e5}.bento-product-specs p{min-height:30px;margin:0;padding:5px 12px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #ececea;font-size:12px}.bento-product-specs span{color:#777}.bento-product-specs b{text-align:right}.bento-buybox{position:sticky;top:108px;padding:16px;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(17,20,23,.08)}.bento-buybox>span{display:block;padding:8px;border-radius:8px;background:#fff0e9;color:#a44520;text-align:center;font-weight:900}.bento-member-price{margin:12px 0 24px;padding:14px;border-radius:9px;background:#ffc51b;font-weight:900}.bento-member-price i{margin-right:8px}.bento-buy-price>strong{font-size:38px}.bento-buy-price p{margin:8px 0 0;color:#7b7e80}.bento-buy-price em{color:#179249;font-style:normal;font-weight:900}.bento-buybox>label{display:block;margin:22px 0 7px;font-size:12px;font-weight:900}.bento-quantity{height:44px;display:grid;grid-template-columns:44px 1fr 44px;border:1px solid #ddd;border-radius:8px;overflow:hidden}.bento-quantity button{border:0;background:#fff}.bento-quantity b{display:grid;place-items:center;border-inline:1px solid #eee}.bento-subtotal{padding-top:14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eee}.bento-subtotal span{color:#777;font-size:12px;font-weight:800}.bento-subtotal strong{font-size:22px}.bento-add-detail{width:100%;height:50px;border:0;border-radius:9px;background:var(--bento-primary);color:#fff;font-weight:950}.bento-ferre-amigo{margin-top:14px;padding:12px;display:grid;grid-template-columns:1fr auto;border-radius:9px;background:#fff8ef}.bento-ferre-amigo>strong{color:var(--bento-primary);font-size:12px}.bento-ferre-amigo>span{grid-column:1/-1;height:6px;margin:8px 0;border-radius:9px;background:#eadfd3}.bento-ferre-amigo small{grid-column:1/-1}.bento-buy-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:12px}.bento-buy-benefits span{padding:10px 4px;border-radius:7px;background:#f7f5f2;text-align:center;font-size:10px;font-weight:850}.bento-buy-benefits i{display:block;margin-bottom:5px;color:var(--bento-primary);font-size:16px}.bento-disclaimer,.bento-related,.bento-review-panel{margin-top:42px;padding:18px;border-radius:14px;background:#fff}.bento-disclaimer h3{margin:0 0 8px}.bento-disclaimer p{margin:7px 0;color:#656a6e;font-size:12px}.bento-related>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.bento-related header small,.bento-review-panel>small{color:var(--bento-primary);font-weight:950}.bento-related header h2,.bento-review-panel>h2{margin:4px 0 0;font-size:42px;line-height:1}.bento-related header p{max-width:360px;color:#6d7174;font-weight:750}.bento-related .bento-catalog-image{height:220px}.bento-review-panel{min-height:320px}.bento-review-panel>div{padding:55px;text-align:center}.bento-review-panel button{padding:10px 20px;border:0;border-radius:6px;background:#15977e;color:#fff;font-weight:800}
@media(max-width:1120px){.bento-product-layout{grid-template-columns:1fr 1fr}.bento-buybox{position:static;grid-column:1/-1}.bento-related .bento-catalog-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.bento-product-layout{grid-template-columns:1fr}.bento-gallery-main{height:390px}.bento-product-copy>h2{font-size:27px}.bento-buybox{grid-column:auto}.bento-related>header{align-items:start;flex-direction:column}.bento-related header h2,.bento-review-panel>h2{font-size:32px}.bento-related .bento-catalog-grid{grid-template-columns:1fr 1fr}.bento-review-panel>div{padding:35px 5px}}
.bento-disclaimer a{color:var(--bento-primary);font-weight:950;text-decoration:underline}
.bento-footer{display:none!important}
.bento-categories-page{padding-bottom:45px}.bento-categories-page>h1{margin:0 0 12px;padding:14px 18px;border-radius:9px;background:var(--bento-primary);color:#fff;font-size:32px}.bento-category-heroes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bento-category-heroes a{min-height:145px;padding:18px;display:flex;flex-direction:column;justify-content:end;border-radius:10px;background-color:#ddd;background-position:center;background-size:cover;box-shadow:inset 0 -90px 70px -60px rgba(0,0,0,.8);color:#fff}.bento-category-heroes a:nth-child(n+4){grid-column:span 1}.bento-category-heroes strong{font-size:25px}.bento-category-brand-row{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin:12px 0;padding:10px;border-radius:10px;background:#111}.bento-category-brand-row a{height:64px;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#fff}.bento-category-brand-row img{width:100%;height:100%;object-fit:cover}.bento-letter-index{display:flex;gap:8px;padding:16px 0;overflow-x:auto}.bento-letter-index a{flex:0 0 30px;height:30px;display:grid;place-items:center;border-radius:5px;background:#fff;font-weight:900}.bento-family-groups>section{display:grid;grid-template-columns:42px 1fr;gap:10px;margin:14px 0}.bento-family-groups h2{width:34px;height:34px;margin:0;display:grid;place-items:center;border-radius:6px;background:#111;color:#fff;font-size:16px}.bento-family-groups section>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.bento-family-groups section>div>a{min-height:66px;padding:10px;display:flex;align-items:center;gap:9px;border:1px solid #e6e8ea;border-radius:8px;background:#fff}.bento-family-groups a>i:first-child{color:var(--bento-primary)}.bento-family-groups a>i:last-child{margin-left:auto;color:#b3b7ba;font-size:10px}.bento-family-groups span{min-width:0;display:flex;flex-direction:column}.bento-family-groups strong{font-size:12px;line-height:1.2}.bento-family-groups small{color:#85898d;font-size:10px}
@media(max-width:1050px){.bento-family-groups section>div{grid-template-columns:repeat(3,1fr)}.bento-category-brand-row{grid-template-columns:repeat(4,1fr)}}
@media(max-width:650px){.bento-categories-page>h1{font-size:25px}.bento-category-heroes{grid-template-columns:1fr}.bento-category-heroes a{min-height:120px}.bento-category-brand-row{grid-template-columns:repeat(2,1fr)}.bento-family-groups>section{grid-template-columns:1fr}.bento-family-groups section>div{grid-template-columns:1fr 1fr}.bento-family-groups h2{position:sticky;top:10px;z-index:2}}
.bento-template-collection .bento-template-main:not(.is-catalog){width:min(var(--bento-page),calc(100% - 24px));margin:16px auto 24px}.bento-categories-page>h1{min-height:58px;margin-bottom:8px;padding:10px 14px;display:flex;align-items:center;gap:10px;font-size:30px}.bento-categories-page>h1 i{width:34px;height:34px;display:grid;place-items:center;border-radius:7px;background:rgba(255,255,255,.18);font-size:17px}.bento-category-heroes{grid-template-columns:repeat(6,1fr);gap:7px}.bento-category-heroes a{grid-column:span 2;min-height:128px;padding:13px;border-radius:7px}.bento-category-heroes a:nth-child(n+4){grid-column:span 3}.bento-category-heroes strong{font-size:23px;line-height:1}.bento-category-heroes small{margin-top:4px;font-size:11px}.bento-category-brand-row{gap:5px;margin:8px 0;padding:7px}.bento-category-brand-row a{height:55px}.bento-letter-index{gap:5px;padding:10px 0}.bento-letter-index a{flex-basis:26px;height:26px;font-size:11px}.bento-family-groups>section{grid-template-columns:30px 1fr;gap:7px;margin:10px 0}.bento-family-groups h2{width:26px;height:26px;border-radius:5px;font-size:12px}.bento-family-groups section>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.bento-family-groups section>div>a{min-height:52px;padding:7px 8px;gap:7px;border:0;background:#f7f8f9}.bento-family-groups strong{font-size:11px}.bento-family-groups small{font-size:9px}.bento-family-groups a>i:first-child{width:22px;height:22px;display:grid;place-items:center;border-radius:5px;background:#fff0eb;font-size:10px}
@media(max-width:1050px){.bento-family-groups section>div{grid-template-columns:repeat(4,1fr)}}
@media(max-width:650px){.bento-category-heroes{grid-template-columns:1fr}.bento-category-heroes a,.bento-category-heroes a:nth-child(n+4){grid-column:auto}.bento-family-groups section>div{grid-template-columns:1fr 1fr}}
.bento-categories-page>h1{min-height:102px;padding:18px 28px;border-radius:14px;font-size:54px;letter-spacing:-.035em}.bento-categories-page>h1 i{width:58px;height:58px;border-radius:12px;font-size:27px}.bento-category-heroes{gap:12px}.bento-category-heroes .bento-category-hero{position:relative;min-height:225px;padding:22px;justify-content:flex-end;overflow:hidden;border-radius:14px;box-shadow:none;color:#111;background-position:center;background-size:cover}.bento-category-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.76) 38%,rgba(255,255,255,.08) 78%)}.bento-category-hero.is-plomeria:before{background:linear-gradient(90deg,rgba(255,116,72,.96),rgba(255,116,72,.58),rgba(255,116,72,.08))}.bento-category-hero.is-jardineria:before{background:linear-gradient(90deg,rgba(255,200,25,.96),rgba(255,200,25,.55),rgba(255,200,25,.06))}.bento-category-hero>i,.bento-category-hero>span{position:relative;z-index:1}.bento-category-hero>i{width:54px;height:54px;display:grid;place-items:center;margin-bottom:auto;border-radius:11px;background:#fff0eb;color:var(--bento-primary);font-size:22px}.bento-category-hero>span{display:flex;flex-direction:column}.bento-category-heroes .bento-category-hero strong{font-size:43px;line-height:.98;letter-spacing:-.035em}.bento-category-heroes .bento-category-hero small{margin-top:8px;color:#5d6267;font-size:14px;font-weight:850}.bento-brand-heading{margin:20px 0 10px;color:var(--bento-primary);font-size:14px}.bento-brand-heading i{margin-right:7px}.bento-category-brand-row{gap:9px;padding:14px;border-radius:14px}.bento-category-brand-row a{height:105px;border-radius:11px}
@media(max-width:1000px){.bento-categories-page>h1{min-height:80px;font-size:42px}.bento-category-heroes .bento-category-hero{min-height:190px}.bento-category-heroes .bento-category-hero strong{font-size:34px}.bento-category-brand-row a{height:80px}}
@media(max-width:650px){.bento-categories-page>h1{min-height:68px;padding:13px 16px;font-size:31px}.bento-categories-page>h1 i{width:40px;height:40px;font-size:19px}.bento-category-heroes .bento-category-hero{min-height:180px}.bento-category-heroes .bento-category-hero strong{font-size:34px}.bento-category-brand-row{grid-template-columns:1fr 1fr}.bento-category-brand-row a{height:78px}}
.bento-family-groups>section{grid-template-columns:42px 1fr;margin:20px 0;padding:12px 0;border-top:1px solid #e4e6e8}.bento-family-groups h2{width:42px;height:42px;border-radius:9px;font-size:17px}.bento-family-groups section>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.bento-family-groups section>div>a{min-height:126px;padding:16px;border:1px solid #dfe2e5;border-radius:13px;background:#f8f9fa}.bento-family-groups a>i:first-child{flex:0 0 44px;width:44px;height:44px;border-radius:9px;font-size:17px}.bento-family-groups strong{font-size:16px;line-height:1.08}.bento-family-groups small{margin-top:5px;color:#6e7378;font-size:12px;font-weight:750}.bento-family-groups a>i:last-child{font-size:15px}.bento-family-groups section>div>a:hover{border-color:var(--bento-primary);background:#fff3ed;transform:translateY(-1px)}.bento-family-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin:30px 0}.bento-family-pagination a{min-width:40px;height:40px;padding:0 11px;display:grid;place-items:center;border:1px solid #d5d8db;border-radius:7px;background:#fff;font-weight:900}.bento-family-pagination a.is-active{border-color:var(--bento-primary);background:var(--bento-primary);color:#fff}
@media(max-width:1100px){.bento-family-groups section>div{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.bento-family-groups section>div{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.bento-family-groups>section{grid-template-columns:1fr}.bento-family-groups section>div{grid-template-columns:1fr 1fr}.bento-family-groups section>div>a{min-height:105px;padding:12px}.bento-family-groups strong{font-size:13px}}
.bento-template-page .bento-template-main>.bento-crumb,.bento-template-page .bento-template-main>h1{display:none}.bento-legal-page{display:grid;grid-template-columns:360px minmax(0,1fr);gap:28px;align-items:start}.bento-legal-page>aside,.bento-legal-page>article{padding:28px;border:1px solid #d7dadd;border-radius:8px;background:#fff}.bento-legal-page>aside{position:sticky;top:105px}.bento-legal-page>aside>small{color:var(--bento-primary);font-weight:950}.bento-legal-page>aside>h1{margin:10px 0 22px;font-size:46px;line-height:1.03;letter-spacing:-.035em}.bento-legal-page aside nav{display:flex;flex-direction:column;gap:8px}.bento-legal-page aside nav a{padding:11px 12px;border:1px solid #d8d8d5;border-radius:6px;font-weight:850}.bento-legal-page aside nav a:hover,.bento-legal-page aside nav a.is-active{border-color:var(--bento-primary);background:#fff3ed;color:var(--bento-primary)}.bento-legal-page>article{padding:34px;color:#63686d;font-size:16px;line-height:1.48}.bento-legal-intro{margin:0 0 24px;font-size:17px}.bento-legal-page article h2{margin:24px 0 12px;color:#15181a;font-size:20px}.bento-legal-page article p{max-width:1000px}
@media(max-width:850px){.bento-legal-page{grid-template-columns:1fr}.bento-legal-page>aside{position:static}.bento-legal-page>aside>h1{font-size:38px}.bento-legal-page aside nav{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:520px){.bento-legal-page>aside,.bento-legal-page>article{padding:20px}.bento-legal-page aside nav{grid-template-columns:1fr}.bento-legal-page>aside>h1{font-size:33px}}
.bento-legal-custom{white-space:normal;line-height:1.65}
.bento-template-page .bento-quote-page~*{display:none}.bento-quote-page>header{max-width:850px;margin-bottom:24px}.bento-quote-page>header small{color:var(--bento-primary);font-weight:950}.bento-quote-page>header h1{margin:5px 0;font-size:48px;letter-spacing:-.04em}.bento-quote-page>header p{color:#666d72;font-size:17px}.bento-quote-alert{margin:0 0 18px;padding:14px 18px;border-radius:9px;font-weight:850}.bento-quote-alert.is-success{background:#e6f8ed;color:#13763c}.bento-quote-alert.is-error{background:#fff0eb;color:#b43b16}.bento-quote-page form{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.bento-quote-products,.bento-quote-customer,.bento-quote-summary{padding:20px;border-radius:14px;background:#fff}.bento-quote-products{grid-column:1}.bento-quote-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.bento-quote-heading>div{display:flex;align-items:center;gap:10px}.bento-quote-heading>div>span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:var(--bento-primary);color:#fff;font-weight:950}.bento-quote-heading strong{font-size:20px}.bento-quote-heading>a{color:var(--bento-primary);font-weight:850}.bento-quote-products>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:9px}.bento-quote-product{position:relative;min-width:0;padding:10px;display:grid;grid-template-columns:74px 1fr 75px;gap:10px;align-items:center;border:1px solid #e0e3e5;border-radius:10px;cursor:pointer}.bento-quote-product>input{position:absolute;opacity:0}.bento-quote-check{position:absolute;left:6px;top:6px;z-index:2;width:24px;height:24px;display:grid;place-items:center;border:2px solid #d7dadd;border-radius:6px;background:#fff;color:transparent}.bento-quote-product:has(input:checked){border-color:var(--bento-primary);background:#fff6f2}.bento-quote-product input:checked+.bento-quote-check{border-color:var(--bento-primary);background:var(--bento-primary);color:#fff}.bento-quote-image{height:72px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#f6f7f8}.bento-quote-image img{width:100%;height:100%;object-fit:contain}.bento-quote-product-copy{min-width:0;display:flex;flex-direction:column}.bento-quote-product-copy small{color:var(--bento-primary);font-size:10px;font-weight:900}.bento-quote-product-copy>strong{height:38px;overflow:hidden;font-size:13px}.bento-quote-product-copy>b{font-size:17px}.bento-quote-qty small{display:block;font-size:10px}.bento-quote-qty input{width:100%;height:36px;padding:0 8px;border:1px solid #d7dade;border-radius:6px}.bento-quote-customer{grid-column:1}.bento-quote-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.bento-quote-fields label{display:flex;flex-direction:column;gap:5px}.bento-quote-fields label>span{font-size:12px;font-weight:850}.bento-quote-fields input,.bento-quote-fields textarea{width:100%;padding:11px;border:1px solid #d5d9dc;border-radius:7px}.bento-quote-fields .is-wide{grid-column:1/-1}.bento-quote-summary{position:sticky;top:105px;grid-column:2;grid-row:1/span 2}.bento-quote-summary>div{display:flex;gap:12px;padding:14px;border-radius:9px;background:#f5f7f8}.bento-quote-summary>div>i{color:var(--bento-primary);font-size:23px}.bento-quote-summary span{display:flex;flex-direction:column}.bento-quote-summary small{color:#686e73}.bento-quote-summary button{width:100%;min-height:52px;margin-top:16px;border:0;border-radius:9px;background:var(--bento-primary);color:#fff;font-weight:950}.bento-quote-summary button:hover{background:#e94912}
@media(max-width:950px){.bento-quote-page form{grid-template-columns:1fr}.bento-quote-summary{position:static;grid-column:1;grid-row:auto}.bento-quote-products>div:last-child{grid-template-columns:1fr}}
@media(max-width:600px){.bento-quote-page>header h1{font-size:36px}.bento-quote-fields{grid-template-columns:1fr}.bento-quote-fields .is-wide{grid-column:auto}.bento-quote-product{grid-template-columns:62px 1fr 62px}}
.bento-ferre-page{display:flex;flex-direction:column;gap:14px}.bento-ferre-top{display:grid;grid-template-columns:2fr 1fr;gap:14px}.bento-ferre-hero{min-height:500px;padding:52px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:15px;background:#ffc10a center right/cover no-repeat}.bento-ferre-hero>small{font-weight:950}.bento-ferre-hero h1{margin:8px 0;font-size:78px;line-height:.88;letter-spacing:-.05em}.bento-ferre-hero p{max-width:390px;margin:8px 0 24px;font-size:20px;font-weight:850;line-height:1.28}.bento-ferre-hero>div{display:flex;gap:12px}.bento-ferre-hero a{min-width:138px;padding:14px 18px;border-radius:9px;background:#fff;text-align:center;font-weight:950}.bento-ferre-hero a.is-dark{background:#111;color:#fff}.bento-ferre-goal{min-height:500px;padding:38px 30px;display:flex;flex-direction:column;border-radius:15px;background:#222426;color:#fff}.bento-ferre-goal>small{font-weight:950}.bento-ferre-goal>strong{margin:70px 0 55px;font-size:64px}.bento-ferre-goal>p{color:#c4c6c8}.bento-ferre-goal>span{height:9px;margin:45px 0 70px;border-radius:9px;background:#3c3e40}.bento-ferre-goal>span i{display:block;width:62%;height:100%;border-radius:9px;background:var(--bento-primary)}.bento-ferre-goal>b{margin-top:auto;color:#d4d5d6}.bento-ferre-info{display:grid;grid-template-columns:.75fr .75fr 1.55fr;gap:14px}.bento-ferre-info article,.bento-ferre-steps article,.bento-ferre-benefits article{min-height:230px;padding:26px;border-radius:14px;background:#fff}.bento-ferre-info article>i,.bento-ferre-steps article>i,.bento-ferre-benefits article>i{width:46px;height:46px;display:grid;place-items:center;border-radius:10px;background:#fff0eb;color:var(--bento-primary);font-size:20px}.bento-ferre-info .is-date{display:flex;flex-direction:column;background:#fff2eb}.bento-ferre-info .is-date small,.bento-ferre-info .is-wide small,.bento-ferre-cta small{margin-top:24px;color:var(--bento-primary);font-weight:950}.bento-ferre-info .is-date strong{margin-top:auto;font-size:30px}.bento-ferre-info h2{margin:7px 0;font-size:38px;line-height:1}.bento-ferre-info p,.bento-ferre-steps p,.bento-ferre-benefits p{color:#656a6e;font-weight:700}.bento-ferre-info .is-wide h2{font-size:42px}.bento-ferre-steps,.bento-ferre-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bento-ferre-steps article{position:relative;min-height:180px}.bento-ferre-steps article>b{position:absolute;right:25px;top:12px;color:#ededeb;font-size:70px}.bento-ferre-steps h3,.bento-ferre-benefits h3{margin:12px 0 5px;font-size:25px}.bento-ferre-control{padding:30px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border-radius:14px;background:#111315;color:#fff}.bento-ferre-control h2{margin:5px 0;font-size:40px}.bento-ferre-control p{max-width:760px;color:#c3c6c8}.bento-ferre-control aside{display:flex;gap:10px}.bento-ferre-control aside>span{min-width:140px;padding:25px 18px;display:flex;flex-direction:column;border-radius:10px;background:#252729}.bento-ferre-control strong{font-size:29px}.bento-ferre-control small{font-weight:900}.bento-ferre-cta{padding:28px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:14px;background:linear-gradient(90deg,#fff,#ffe4d9)}.bento-ferre-cta h2{margin:3px 0;font-size:39px}.bento-ferre-cta p{margin:0;color:#666b70}.bento-ferre-cta>a{padding:15px 20px;border-radius:9px;background:var(--bento-primary);color:#fff;font-weight:950}
@media(max-width:950px){.bento-ferre-top{grid-template-columns:1fr}.bento-ferre-goal{min-height:360px}.bento-ferre-info{grid-template-columns:1fr 1fr}.bento-ferre-info .is-wide{grid-column:1/-1}.bento-ferre-control{grid-template-columns:1fr}.bento-ferre-control aside{flex-wrap:wrap}}
@media(max-width:650px){.bento-ferre-hero{min-height:520px;padding:30px 24px;background-position:65% center}.bento-ferre-hero h1{font-size:60px}.bento-ferre-hero p{font-size:16px}.bento-ferre-info,.bento-ferre-steps,.bento-ferre-benefits{grid-template-columns:1fr}.bento-ferre-info .is-wide{grid-column:auto}.bento-ferre-control aside>span{min-width:0;flex:1}.bento-ferre-cta{align-items:flex-start;flex-direction:column}.bento-ferre-cta h2{font-size:31px}}
.bento-ferre-info .is-date strong{font-size:clamp(22px,2vw,30px);line-height:1.15;letter-spacing:-.02em;text-wrap:balance;overflow-wrap:normal;word-break:normal}
.bento-contact-page>header{max-width:850px;margin-bottom:24px}.bento-contact-page>header small{color:var(--bento-primary);font-weight:950}.bento-contact-page>header h1{margin:5px 0;font-size:48px}.bento-contact-page>header p{color:#676d72;font-size:17px}.bento-contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:24px;align-items:start}.bento-contact-layout>form,.bento-contact-layout>aside{padding:28px;border:1px solid #d7dade;border-radius:8px;background:#fff}.bento-contact-layout form>div{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bento-contact-layout label{display:flex;flex-direction:column;gap:8px}.bento-contact-layout label>span{font-weight:900}.bento-contact-layout label.is-wide{grid-column:1/-1}.bento-contact-layout input,.bento-contact-layout select,.bento-contact-layout textarea{width:100%;padding:13px;border:1px solid #d4d8db;border-radius:7px;background:#fff}.bento-contact-layout form>button{width:100%;min-height:48px;margin-top:16px;border:0;border-radius:7px;background:var(--bento-primary);color:#fff;font-weight:950}.bento-contact-layout>aside{display:flex;flex-direction:column;gap:13px}.bento-contact-layout aside article{padding:15px;display:flex;gap:13px;border:1px solid #d8d8d5;border-radius:7px}.bento-contact-layout article>i{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff0eb;color:var(--bento-primary);font-size:19px}.bento-contact-layout article strong{font-size:17px}.bento-contact-layout article p{margin:6px 0 0;color:#62686d}.bento-contact-layout aside>a{padding:13px;border:1px solid var(--bento-primary);border-radius:7px;color:var(--bento-primary);text-align:center;font-weight:950}.bento-contact-layout aside>a.is-primary{background:var(--bento-primary);color:#fff}
@media(max-width:900px){.bento-contact-layout{grid-template-columns:1fr}}
@media(max-width:600px){.bento-contact-page>header h1{font-size:38px}.bento-contact-layout form>div{grid-template-columns:1fr}.bento-contact-layout label.is-wide{grid-column:auto}.bento-contact-layout>form,.bento-contact-layout>aside{padding:20px}}
.bento-quote-finder{position:relative;height:56px;margin-bottom:16px;display:flex;align-items:center;border:2px solid #d7dade;border-radius:10px;background:#fff}.bento-quote-finder:focus-within{border-color:var(--bento-primary)}.bento-quote-finder>i{margin-left:16px;color:var(--bento-primary)}.bento-quote-finder>input{flex:1;height:100%;min-width:0;padding:0 13px;border:0;outline:0}.bento-quote-finder>kbd{margin-right:10px;padding:5px 8px;border-radius:5px;background:#f1f3f4;color:#777;font:11px inherit}.bento-quote-results{position:absolute;left:0;right:0;top:62px;z-index:20;max-height:390px;padding:7px;overflow:auto;border:1px solid #d6dade;border-radius:10px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.16)}.bento-quote-results>button{width:100%;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-bottom:1px solid #eee;background:#fff;text-align:left}.bento-quote-results>button:hover{background:#fff4ef}.bento-quote-results button>span{min-width:0;display:flex;flex-direction:column}.bento-quote-results strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bento-quote-results small{color:var(--bento-primary)}.bento-quote-lines{overflow:hidden;border:1px solid #e0e3e5;border-radius:10px}.bento-quote-lines>header,.bento-quote-line{display:grid;grid-template-columns:minmax(260px,1fr) 85px 100px 110px 38px;gap:10px;align-items:center}.bento-quote-lines>header{padding:10px 12px;background:#f5f6f7;color:#6d7276;font-size:11px;font-weight:900}.bento-quote-line{padding:9px 12px;border-top:1px solid #eceeef}.bento-quote-line-product{min-width:0;display:flex;align-items:center;gap:9px}.bento-quote-line-product>img{flex:0 0 50px;width:50px;height:50px;object-fit:contain;border-radius:6px;background:#f7f8f9}.bento-quote-line-product>span{min-width:0;display:flex;flex-direction:column}.bento-quote-line-product small{color:var(--bento-primary);font-size:10px;font-weight:900}.bento-quote-line-product strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.bento-quote-line>input[type=number]{width:72px;height:36px;padding:0 7px;border:1px solid #d7dade;border-radius:6px}.bento-quote-line>button{width:34px;height:34px;border:0;border-radius:6px;background:#fff0eb;color:var(--bento-primary)}.bento-quote-lines>footer{padding:12px;display:flex;justify-content:space-between;background:#fafafa}.bento-quote-empty{padding:45px 15px;text-align:center}.bento-quote-empty>i{display:block;margin-bottom:8px;color:var(--bento-primary);font-size:26px}.bento-quote-empty p{margin:4px;color:#747a7f}
.bento-quote-results>button.is-active{background:#fff0e9;outline:2px solid transparent}.bento-quote-results>button.is-active strong{color:#151719}.bento-quote-results>button:focus-visible{outline:2px solid var(--bento-primary);outline-offset:-2px}
@media(max-width:700px){.bento-quote-lines{overflow-x:auto}.bento-quote-lines>header,.bento-quote-line{min-width:720px}.bento-quote-lines>footer{min-width:720px}}
.bento-quantity button{cursor:pointer;font-size:18px}.bento-quantity button:hover:not(:disabled){background:#fff1eb;color:var(--bento-primary)}.bento-quantity button:focus-visible{position:relative;z-index:1;outline:2px solid var(--bento-primary);outline-offset:-2px}.bento-quantity button:disabled{color:#bcc1c4;cursor:not-allowed}
.bento-feature-row.has-no-promotion{grid-template-columns:1.35fr 1fr 1fr}

/* Artículos editoriales: conserva la estructura del contenido migrado y la adapta al tema. */
.bento-article{max-width:1260px;margin:auto;padding:0;background:transparent}
.bento-article-hero{min-height:430px;padding:clamp(32px,5vw,68px);display:flex;align-items:center;border-radius:14px;background:#111417;color:#fff;overflow:hidden}
.bento-article-heading{position:relative;z-index:1;max-width:720px}
.bento-article-hero.has-cover{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);padding:0}
.bento-article-hero.has-cover .bento-article-heading{padding:clamp(32px,5vw,68px)}
.bento-article .bento-article-hero small{color:#ff8a61;font-size:11px;font-weight:900}
.bento-article .bento-article-hero h1{max-width:17ch;margin:12px 0 16px;font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.04em;text-wrap:balance}
.bento-article .bento-article-hero p{max-width:62ch;margin:0;color:#d8dcdf;font-size:17px;line-height:1.55;text-wrap:pretty}
.bento-article-hero a{display:inline-flex;align-items:center;gap:9px;margin-top:24px;padding:12px 16px;border-radius:7px;background:var(--bento-primary);color:#fff;font-weight:900}
.bento-article-hero figure{align-self:stretch;min-height:430px;margin:0;overflow:hidden;background:#25292c}
.bento-article-hero figure img{width:100%;height:100%;display:block;object-fit:cover}
.bento-article>.bento-rich-text{max-width:1120px;margin:0 auto;padding:clamp(34px,5vw,64px) 0}
.bento-article>.bento-rich-text>section{margin:0 0 18px}
.bento-article>.bento-rich-text>section:not(.blog_trp__contenedor):not(.blog_trp__conclusion):not(.blog_trp__tabla){padding:clamp(24px,3vw,38px);border-radius:12px;background:#fff}
.bento-article>.bento-rich-text h2{margin:0 0 12px;font-size:clamp(28px,3vw,42px);line-height:1.02;letter-spacing:-.03em;text-wrap:balance}
.bento-article>.bento-rich-text h3{margin:22px 0 8px;font-size:17px}
.bento-article>.bento-rich-text p,.bento-article>.bento-rich-text li{font-size:16px;line-height:1.68}
.bento-article>.bento-rich-text p{max-width:72ch}
.bento-article>.bento-rich-text ul,.bento-article>.bento-rich-text ol{padding-left:20px}
.bento-article>.bento-rich-text li+li{margin-top:7px}
.bento-article .bento-rich-text a{color:var(--bento-primary);font-weight:850}
.bento-article .bento-rich-text img{display:block;width:100%;height:100%;max-height:none;margin:0;border-radius:0;object-fit:cover}
.bento-article .bento-rich-text blockquote{margin:28px 0;padding:20px 24px;border:1px solid #ffd4c5;border-radius:10px;background:#fff4ed}
.blog_trp__contenedor{padding:8px 0 22px}
.blog_trp__contenedor p{color:#545b61}
.blog_trp__card{min-height:270px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:28px;align-items:stretch;overflow:hidden}
.blog_trp__card_texto{padding:0}
.blog_trp__card_media{min-height:230px;margin:-38px -38px -38px 0;overflow:hidden}
.blog_trp__card_media img{min-height:100%}
.blog_trp__card--oscura{background:#111417!important;color:#fff}
.blog_trp__card--oscura p,.blog_trp__card--oscura li{color:#d6dade}
.blog_trp__card--oscura .blog_trp__card_media{opacity:.9}
.blog_trp__tabla{padding:clamp(24px,3vw,38px);border-radius:12px;background:#fff;overflow:hidden}
.blog_trp__tabla_grid{display:grid;grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(150px,1fr));overflow:hidden;border:1px solid #d9dde0;border-radius:9px}
.blog_trp__tabla_header{padding:14px 16px;background:#111417;color:#fff;font-size:12px;font-weight:900}
.blog_trp__tabla_celda{min-width:0;padding:16px;border-top:1px solid #e1e4e6;line-height:1.45}
.blog_trp__tabla_marca{font-weight:850}
.blog_trp__tabla_celda--gris{background:#f3f4f5}
.blog_trp__conclusion{padding:clamp(26px,4vw,46px);border-radius:12px;background:var(--bento-primary);color:#fff}
.blog_trp__conclusion p{color:#fff}
.blog_trp__conclusion a{display:inline-flex;margin-top:8px;padding:12px 16px;border-radius:7px;background:#fff;color:#111417!important}
.bento-article .bento-rich-text table{width:100%;border-collapse:separate;border-spacing:0;margin:26px 0;overflow:hidden;border:1px solid #d9dde0;border-radius:9px;background:#fff}
.bento-article .bento-rich-text th,.bento-article .bento-rich-text td{padding:14px 16px;border:0;border-bottom:1px solid #e1e4e6;text-align:left}
.bento-article .bento-rich-text th{background:#111417;color:#fff;font-size:12px}
.bento-article .bento-rich-text tr:last-child td{border-bottom:0}
.bento-article .bento-rich-text tbody tr:nth-child(even){background:#f3f4f5}
@media(max-width:900px){.bento-article-hero.has-cover{grid-template-columns:1fr}.bento-article-hero figure{min-height:300px;max-height:430px}.blog_trp__card{grid-template-columns:1fr}.blog_trp__card_media{min-height:260px;margin:0 -38px -38px}.blog_trp__tabla{overflow-x:auto}.blog_trp__tabla_grid{min-width:840px}}
@media(max-width:620px){.bento-article-hero,.bento-article-hero.has-cover .bento-article-heading{padding:28px 22px}.bento-article .bento-article-hero h1{font-size:38px}.bento-article-hero.has-cover figure{margin:0 -22px -28px;min-height:240px}.bento-article>.bento-rich-text{padding:30px 0}.bento-article>.bento-rich-text>section:not(.blog_trp__contenedor):not(.blog_trp__conclusion):not(.blog_trp__tabla),.blog_trp__tabla,.blog_trp__conclusion{padding:22px}.blog_trp__card_media{margin:0 -22px -22px}.bento-article .bento-rich-text table{display:block;overflow-x:auto;white-space:nowrap}}
.bento-editorial-head{padding:34px 0 26px;border-bottom:3px solid var(--bento-primary)}.bento-editorial-head small{color:var(--bento-primary);font-weight:900}.bento-editorial-head h1{margin:7px 0 4px;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.04em}.bento-editorial-head p{max-width:760px;margin:0;color:var(--bento-text);font-size:16px}.bento-editorial-head>span{display:inline-flex;margin-top:14px;padding:6px 10px;border-radius:999px;background:#fff;color:#3d4449;font-size:12px;font-weight:800}.bento-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:22px}.bento-editorial-grid article{min-width:0;overflow:hidden;border:1px solid #dadddf;border-radius:12px;background:#fff}.bento-editorial-grid article.is-featured{grid-column:span 2;display:grid;grid-template-columns:1.15fr 1fr}.bento-editorial-image{display:block;min-height:240px;background:#eef0f2}.bento-editorial-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s cubic-bezier(.22,1,.36,1)}.bento-editorial-grid article:hover img{transform:scale(1.025)}.bento-editorial-grid article>div{padding:22px}.bento-editorial-grid small,.bento-video-grid small,.bento-article header small{color:var(--bento-primary);font-size:11px;font-weight:900}.bento-editorial-grid h2{margin:7px 0;font-size:20px;line-height:1.12;letter-spacing:-.02em}.bento-editorial-grid p{margin:0 0 18px;color:var(--bento-text)}.bento-editorial-link{display:inline-flex;align-items:center;gap:7px;color:var(--bento-primary);font-weight:850}.bento-content-note{display:flex;align-items:flex-start;gap:10px;margin:16px 0;padding:13px 15px;border:1px solid #dfe2e4;border-radius:9px;background:#fff}.bento-content-note i{margin-top:3px;color:var(--bento-primary)}.bento-content-note p{margin:0;color:#62696e;font-size:13px}.bento-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bento-video-grid article{overflow:hidden;border:1px solid #dadddf;border-radius:12px;background:#fff}.bento-video-cover{position:relative;display:block;aspect-ratio:16/9;background:#111}.bento-video-cover img{width:100%;height:100%;display:block;object-fit:cover}.bento-video-cover>i{position:absolute;left:50%;top:50%;width:48px;height:48px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:var(--bento-primary);color:#fff}.bento-video-grid article>div{padding:18px}.bento-video-grid h2{margin:6px 0;font-size:17px;line-height:1.2}.bento-video-grid p{margin:0 0 13px;color:var(--bento-text);font-size:13px}.bento-article{max-width:980px;margin:auto;padding:clamp(28px,5vw,70px);border-radius:16px;background:#fff}.bento-article header{max-width:760px;margin:0 auto 30px;text-align:center}.bento-article h1{margin:10px 0;font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.045em}.bento-article header p{color:var(--bento-text);font-size:17px}.bento-article-cover{width:100%;max-height:560px;margin-bottom:34px;border-radius:12px;object-fit:cover}.bento-article>.bento-rich-text{max-width:760px;margin:auto}.bento-article>.bento-rich-text h2{margin-top:34px;font-size:26px}.bento-article>.bento-rich-text p,.bento-article>.bento-rich-text li{font-size:16px;line-height:1.72}
.bento-article .bento-rich-text>section,.bento-article .bento-rich-text>div{margin:28px 0}.bento-article .bento-rich-text img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;border-radius:20px;margin:22px 0}.bento-article .bento-rich-text h3{margin:26px 0 10px}.bento-article .bento-rich-text table{width:100%;border-collapse:collapse;margin:26px 0;background:#fff}.bento-article .bento-rich-text th,.bento-article .bento-rich-text td{padding:14px;border:1px solid #ddd;text-align:left}.bento-article .bento-rich-text blockquote{margin:28px 0;padding:20px 24px;border-left:5px solid var(--bento-primary);background:#fff4ed;border-radius:0 16px 16px 0}
@media(max-width:900px){.bento-editorial-grid,.bento-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-editorial-grid article.is-featured{grid-column:1/-1}}@media(max-width:620px){.bento-editorial-grid,.bento-video-grid{grid-template-columns:1fr}.bento-editorial-grid article.is-featured{display:block}.bento-editorial-head h1{font-size:38px}.bento-article{padding:22px}.bento-article .bento-rich-text table{display:block;overflow-x:auto}}
.bento-template-main .bento-article{width:100%;max-width:1260px;min-width:0;padding:0;overflow:hidden;background:transparent}
.bento-article header.bento-article-hero{max-width:none;margin:0;text-align:left}
.bento-template-main .bento-article>.bento-rich-text{width:min(1120px,100%);min-width:0;max-width:1120px;padding:clamp(34px,5vw,64px) 0}
.bento-template-main .bento-article>.bento-rich-text h2{margin:0 0 12px;font-size:clamp(28px,3vw,42px)}
.bento-template-main .bento-article>.bento-rich-text p,.bento-template-main .bento-article>.bento-rich-text li{font-size:16px;line-height:1.68}
.bento-template-main .bento-article .bento-rich-text img{width:100%;height:100%;max-height:none;margin:0;border-radius:0;object-fit:cover}
.bento-template-main .bento-article .bento-rich-text blockquote{padding:20px 24px;border:1px solid #ffd4c5;border-radius:10px;background:#fff4ed}
@media(max-width:620px){.bento-template-main .bento-article{padding:0}.bento-template-main .bento-article>.bento-rich-text{padding:30px 0}.bento-article-heading{width:100%;min-width:0}.bento-article .bento-article-hero h1{max-width:100%;overflow-wrap:anywhere}}
.bento-info-page{display:grid;gap:16px}.bento-info-hero{position:relative;min-height:450px;padding:clamp(34px,5vw,70px);display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;border:3px solid #171a1d;border-radius:14px;background:linear-gradient(100deg,var(--bento-primary),color-mix(in srgb,var(--bento-primary) 78%,#ffb900));color:#111}.bento-info-hero:after{content:"";position:absolute;inset:0 0 0 48%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08)),var(--info-image);background-size:cover;background-position:center;opacity:.68}.bento-info-hero>div,.bento-info-hero>aside{position:relative;z-index:1}.bento-info-hero>div{max-width:720px}.bento-info-hero small{font-weight:950}.bento-info-hero h1{max-width:12ch;margin:14px 0;font-size:clamp(48px,6vw,86px);line-height:.94;letter-spacing:-.055em}.bento-info-hero p{max-width:52ch;font-size:18px;font-weight:650}.bento-info-hero nav{display:flex;gap:10px;margin-top:24px}.bento-info-hero nav a{padding:13px 18px;border-radius:7px;background:#fff;font-weight:900}.bento-info-hero nav a.is-primary{background:#111417;color:#fff}.bento-info-hero>aside{min-width:240px;padding:26px;border:3px solid #111;border-radius:8px;background:#fff;box-shadow:10px 10px 0 rgba(17,20,23,.28)}.bento-info-hero>aside span,.bento-info-hero>aside small{display:block}.bento-info-hero>aside strong{display:block;color:var(--bento-primary);font-size:48px}.bento-info-cards,.bento-info-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bento-info-cards article,.bento-info-steps article{padding:26px;border:1px solid #dadddf;border-radius:12px;background:#fff}.bento-info-cards i,.bento-info-steps i{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fff0ea;color:var(--bento-primary)}.bento-info-cards h2,.bento-info-steps h3{margin:16px 0 5px}.bento-info-cards p,.bento-info-steps p{margin:0;color:var(--bento-text)}.bento-info-highlight{padding:30px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:3px solid #171a1d;border-radius:12px;background:#fff}.bento-info-highlight h2{margin:0 0 5px;font-size:28px}.bento-info-highlight p{margin:0;color:var(--bento-text)}.bento-info-highlight>strong{font-size:36px;color:var(--bento-primary)}.bento-info-notice{padding:24px;display:flex;gap:15px;border-radius:12px;background:#fff0e9}.bento-info-notice i{color:var(--bento-primary);font-size:22px}.bento-info-notice h2,.bento-info-notice p{margin:0}.bento-info-page>footer{padding:30px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:12px;background:#111417;color:#fff}.bento-info-page>footer small{color:#ff8b62;font-weight:900}.bento-info-page>footer h2{margin:4px 0;font-size:30px}.bento-info-page>footer p{margin:0;color:#c9ced1}.bento-info-page>footer a{flex:0 0 auto;padding:13px 18px;border-radius:7px;background:var(--bento-primary);font-weight:900}@media(max-width:800px){.bento-info-hero{align-items:flex-start;flex-direction:column}.bento-info-hero:after{inset:35% 0 0}.bento-info-cards,.bento-info-steps{grid-template-columns:1fr}.bento-info-highlight,.bento-info-page>footer{align-items:flex-start;flex-direction:column}}
.bento-unavailable{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);min-height:440px;overflow:hidden;background:#fff;border-radius:18px}.bento-unavailable-visual{min-height:440px;display:grid;place-items:center;padding:36px;background:linear-gradient(145deg,#f7f8f9,#eef1f3)}.bento-unavailable-visual img{width:100%;height:100%;max-height:390px;object-fit:contain}.bento-unavailable-visual>span{width:112px;height:112px;display:grid;place-items:center;border-radius:28px;background:#fff;color:var(--bento-primary);box-shadow:0 16px 40px rgba(17,20,23,.08);font-size:42px}.bento-unavailable-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,86px)}.bento-unavailable-copy>small{display:flex;align-items:center;gap:8px;color:var(--bento-primary);font-weight:900;letter-spacing:.045em}.bento-unavailable-copy h2{max-width:18ch;margin:15px 0 16px;font-size:clamp(32px,4vw,54px);line-height:1.03;letter-spacing:-.04em;text-wrap:balance}.bento-unavailable-copy>p{max-width:58ch;margin:0;color:var(--bento-text);font-size:17px}.bento-unavailable-copy .bento-unavailable-help{margin-top:14px;color:var(--bento-ink);font-size:14px;font-weight:700}.bento-unavailable-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.bento-unavailable-actions a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:1px solid #cfd3d6;border-radius:8px;font-weight:850;transition:transform var(--bento-fast),border-color var(--bento-fast)}.bento-unavailable-actions a:hover{transform:translateY(-1px);border-color:var(--bento-primary)}.bento-unavailable-actions a.is-primary{border-color:var(--bento-button);background:var(--bento-button);color:var(--bento-button-text)}.bento-unavailable-search{margin-top:16px;padding:22px 24px;display:grid;grid-template-columns:1fr minmax(340px,.8fr);align-items:center;gap:24px;background:#111417;color:#fff;border-radius:14px}.bento-unavailable-search>div{display:flex;align-items:center;gap:14px}.bento-unavailable-search>div>i{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.1);color:var(--bento-primary)}.bento-unavailable-search span{display:flex;flex-direction:column}.bento-unavailable-search small{color:#b9bec2}.bento-unavailable-search form{height:48px;display:flex;overflow:hidden;border-radius:8px;background:#fff}.bento-unavailable-search input{min-width:0;flex:1;padding:0 14px;border:0;outline:0}.bento-unavailable-search button{padding:0 20px;border:0;background:var(--bento-button);color:var(--bento-button-text);font-weight:850;cursor:pointer}@media(max-width:780px){.bento-unavailable{grid-template-columns:1fr}.bento-unavailable-visual{min-height:260px}.bento-unavailable-copy{padding:34px 24px}.bento-unavailable-search{grid-template-columns:1fr}.bento-unavailable-search form{width:100%}}@media(max-width:520px){.bento-unavailable-actions{flex-direction:column}.bento-unavailable-actions a{width:100%}.bento-unavailable-search{padding:20px}.bento-unavailable-search form{height:auto;flex-direction:column;background:transparent;gap:8px}.bento-unavailable-search input,.bento-unavailable-search button{min-height:48px;border-radius:8px}}
