/* © 2026 Koizumi Electronics — Uso no autorizado prohibido, todos los derechos reservados. */

:root{
      --bg:#0b1020;--card:#ffffff;--muted:#667085;--text:#101828;--brand:#2563eb;--brand2:#06b6d4;--soft:#eef4ff;--line:#e6eaf2;--dark:#0f172a;--ok:#12b76a;--warning:#f59e0b;--shadow:0 18px 45px rgba(15,23,42,.16);--header-height:84px;
    }
    *{box-sizing:border-box}
    html{width:100%;overflow-x:hidden;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
    body{width:100%;min-width:0;min-height:100svh;margin:0;padding-top:var(--header-height);overflow-x:hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top,#eaf2ff 0,#f6f8fc 34%,#f8fafc 100%);color:var(--text)}
    body.modal-open{overflow:hidden}
    img,svg,video,canvas{max-width:100%;height:auto}
    button,input,select{font:inherit}
    header{background:radial-gradient(circle at top left,#1d4ed8 0,#0b1020 48%,#020617 100%);color:#fff;padding:clamp(10px,2.2vw,22px) clamp(12px,3vw,22px);position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;box-shadow:0 10px 30px rgba(2,6,23,.25);backdrop-filter:blur(14px)}
    .toolbar{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(135px,.64fr) minmax(170px,.72fr) minmax(155px,.64fr) minmax(155px,.64fr);gap:12px;align-items:center}
    input,select{width:100%;min-width:0;height:48px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(255,255,255,.11);color:#fff;padding:0 14px;font-size:.95rem;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}
    input:focus,select:focus{border-color:#93c5fd;background:rgba(255,255,255,.17);box-shadow:0 0 0 4px rgba(147,197,253,.16)}
    input::placeholder{color:#cbd5e1}
    select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#dbeafe 50%),linear-gradient(135deg,#dbeafe 50%,transparent 50%);background-position:calc(100% - 18px) 21px,calc(100% - 12px) 21px;background-size:6px 6px;background-repeat:no-repeat;padding-right:34px}
    select option{color:#111827;background:#fff}
    main,.suggestions,footer{width:min(1240px,calc(100% - 44px));margin-left:auto;margin-right:auto}
    main{margin-top:clamp(18px,3vw,28px);padding:0 0 clamp(28px,4vw,42px)}

    .featured-hero{position:relative;overflow:hidden;margin:0 0 30px;border-radius:34px;padding:clamp(18px,3vw,28px);background:linear-gradient(135deg,#08111f 0%,#142f66 54%,#0e7490 100%);box-shadow:0 24px 65px rgba(15,23,42,.22);color:#fff}
    .featured-hero::before{content:"";position:absolute;inset:-120px auto auto -110px;width:330px;height:330px;border-radius:999px;background:rgba(255,255,255,.12);filter:blur(2px)}
    .featured-hero::after{content:"";position:absolute;right:-120px;bottom:-150px;width:390px;height:390px;border-radius:999px;background:rgba(255,255,255,.1);filter:blur(3px)}
    .featured-head{position:relative;z-index:1;display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:20px;flex-wrap:wrap}
    .featured-head h1{margin:0;font-size:clamp(1.55rem,3.8vw,3rem);letter-spacing:-.055em;line-height:1.02;overflow-wrap:anywhere}
    .featured-grid,.grid{display:grid;gap:18px}
    .featured-grid{position:relative;z-index:1;grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr));gap:14px}
    .grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,285px),1fr))}
    .featured-card,.card,.suggestion-card{position:relative;min-width:0;background:rgba(255,255,255,.98);border:1px solid rgba(226,232,240,.95);box-shadow:0 10px 28px rgba(15,23,42,.08);display:flex;flex-direction:column;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}
    .featured-card{border-radius:24px;padding:14px;color:#101828;min-height:364px;box-shadow:0 14px 35px rgba(2,6,23,.18)}
    .featured-card:hover,.card:hover,.suggestion-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bfdbfe}
    .featured-top,.card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;min-width:0}
    .featured-top{margin-bottom:10px}
    .card-head{padding:16px 18px 10px}
    .featured-brand,.brand{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--brand);font-weight:900}
    .featured-card h2,.name{line-height:1.25;margin:6px 0 0;font-weight:900;letter-spacing:-.025em;overflow-wrap:anywhere}
    .featured-card h2{font-size:.98rem}
    .name{font-size:1.05rem}
    .featured-icons,.status-icons{display:flex;gap:7px;align-items:center;flex-shrink:0;margin-top:18px}
    .info-icon{width:34px;height:34px;border-radius:999px;border:1px solid #d0d5dd;background:#f8fafc;color:#344054;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;outline:none;touch-action:manipulation}
    .featured-icons .info-icon{width:30px;height:30px}
    .info-icon:hover,.info-icon:focus{background:#eef4ff;border-color:#b2ccff;color:#1d4ed8;transform:translateY(-1px)}
    .info-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
    .info-icon::after,.info-icon::before{display:none}
    .featured-img,.visual,.suggestion-img,.modal-imagebox{background:linear-gradient(135deg,#eef4ff,#f8fafc);display:flex;align-items:center;justify-content:center;border:1px solid #e4e7ec;overflow:hidden}
    .featured-img{height:160px;border-radius:19px;margin-bottom:11px}
    .featured-img img,.visual img,.suggestion-img img,.modal-imagebox img{object-fit:contain;display:block;background:#fff;border-radius:18px;max-width:100%;max-height:100%}
    .featured-img img,.visual img{width:150px;height:150px}
    .featured-spec,.spec,.suggestion-card p{color:#475467;line-height:1.45;overflow-wrap:anywhere}
    .featured-spec{margin:0;font-size:.81rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
    .spec{margin:0;padding:0 18px 10px;font-size:.92rem;min-height:82px}
    .visual{height:160px;margin:0 18px 12px;border-radius:20px}
    .featured-price,.suggestion-price,.price{font-weight:950;color:#0f172a;letter-spacing:-.035em;overflow-wrap:anywhere}
    .featured-price{margin-top:auto;padding-top:12px;font-size:1.08rem}
    .price{font-size:1.22rem}
    .pricebox{margin-top:auto;padding:14px 18px 18px;border-top:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap;background:linear-gradient(180deg,#fff,#fbfdff)}
    .actions{display:flex;gap:8px;min-width:0;flex-wrap:wrap}
    .btn,.details-btn,.modal-close{border:0;border-radius:13px;cursor:pointer;text-decoration:none;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;border:1px solid transparent;touch-action:manipulation}
    .btn{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;padding:10px 13px;font-size:.85rem;white-space:nowrap;text-align:center;box-shadow:0 10px 22px rgba(37,99,235,.2)}
    .details-row{padding:0 18px 12px;display:flex;align-items:center;gap:8px}
    .featured-card .details-row,.suggestion-card .details-row{padding:10px 0 0;margin-top:auto}
    .details-btn{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe;padding:10px 12px;font-size:.84rem;box-shadow:0 8px 18px rgba(37,99,235,.08);width:auto;min-height:42px}
    .details-btn:hover,.details-btn:focus,.btn:hover,.btn:focus{transform:translateY(-1px);box-shadow:0 14px 28px rgba(37,99,235,.18)}
    .details-btn:focus,.btn:focus,.modal-close:focus{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}

    .state-sections{display:block;min-width:0}
    .state-section{display:none;margin-bottom:22px}
    .state-section.is-active{display:grid}
    .summary{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:20px}
    .summary strong{font-size:1.02rem;color:#0f172a}
    .empty{display:none;text-align:center;padding:48px 18px;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;color:#667085}

    .suggestions{margin-bottom:34px}
    .suggestion-shell{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--line);border-radius:34px;padding:clamp(18px,2.8vw,26px);box-shadow:0 14px 38px rgba(15,23,42,.09);overflow:hidden}
    .suggestion-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px;flex-wrap:wrap}
    .suggestion-head h2{margin:0;font-size:clamp(1.35rem,3vw,2.15rem);letter-spacing:-.04em;color:#0f172a}
    .suggestion-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
    .suggestion-card{border-radius:24px;padding:14px;min-height:322px}
    .suggestion-img{height:126px;border-radius:18px;margin-bottom:12px}
    .suggestion-img img{width:112px;height:112px}
    .suggestion-card h3{font-size:.97rem;line-height:1.25;margin:0 0 8px;letter-spacing:-.02em;color:#101828;overflow-wrap:anywhere}
    .suggestion-card p{margin:0;font-size:.82rem}
    .suggestion-price{padding-top:12px}
    .suggestion-empty{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:112px;border:1px dashed #cbd5e1;border-radius:22px;background:#fff;color:#667085;text-align:center;font-weight:750;padding:18px;line-height:1.35}

    .catalog-tooltip{position:fixed;left:0;top:0;z-index:9999;max-width:min(280px,calc(100vw - 24px));background:#101828;color:#fff;padding:9px 11px;border-radius:11px;font-size:.78rem;font-weight:750;line-height:1.25;opacity:0;visibility:hidden;transform:translate3d(0,-4px,0);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;box-shadow:0 14px 28px rgba(15,23,42,.26);white-space:normal;text-align:center;pointer-events:none;overflow-wrap:break-word}
    .catalog-tooltip.is-visible{opacity:1;visibility:visible;transform:translate3d(0,0,0)}
    .catalog-tooltip::after{content:"";position:absolute;left:var(--tooltip-arrow-left,50%);transform:translateX(-50%);border:6px solid transparent}
    .catalog-tooltip.is-below::after{top:-12px;border-bottom-color:#101828}
    .catalog-tooltip.is-above::after{bottom:-12px;border-top-color:#101828}

    .modal-layer{position:fixed;inset:0;z-index:4000;display:flex;align-items:center;justify-content:center;padding:clamp(12px,3vw,28px);background:rgba(2,6,23,.68);backdrop-filter:blur(10px);overflow:hidden}
    .modal-layer[hidden]{display:none!important}
    .modal-card[hidden]{display:none!important}
    .modal-card{width:min(980px,100%);max-height:min(88svh,860px);display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid rgba(255,255,255,.85);border-radius:30px;box-shadow:0 35px 95px rgba(2,6,23,.4);position:relative}
    .modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 20px 14px;border-bottom:1px solid #e6eaf2;background:rgba(255,255,255,.92);position:sticky;top:0;z-index:3}
    .modal-title{margin:0;color:#0f172a;font-size:clamp(1.25rem,3vw,2rem);line-height:1.05;letter-spacing:-.045em;overflow-wrap:anywhere}
    .modal-subtitle{margin:8px 0 0;color:#667085;font-size:.92rem}
    .modal-close{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f2f4f7;color:#0f172a;border-color:#e4e7ec;font-size:1.3rem;line-height:1;flex:0 0 auto}
    .modal-close:hover{background:#e0ecff;color:#1d4ed8;transform:translateY(-1px)}
    .modal-scroll{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:20px;min-height:0}
    .modal-product{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:20px;align-items:start}
    .modal-imagebox{height:clamp(260px,36vw,390px);border-radius:26px;background:linear-gradient(135deg,#eef4ff 0,#ffffff 50%,#e0f2fe 100%);position:sticky;top:86px}
    .modal-imagebox img{width:min(330px,84%);height:min(330px,84%);object-fit:contain}
    .modal-price{margin-top:14px;padding:14px 16px;border-radius:20px;background:#0f172a;color:#fff;box-shadow:0 18px 40px rgba(15,23,42,.18)}
    .modal-price span{display:block;color:#bfdbfe;font-size:.78rem;text-transform:uppercase;font-weight:900;letter-spacing:.12em}
    .modal-price strong{display:block;margin-top:4px;font-size:clamp(1.45rem,4vw,2.15rem);letter-spacing:-.045em}
    .modal-specgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .modal-spec{min-width:0;border:1px solid #e6eaf2;background:#fff;border-radius:18px;padding:12px 13px;box-shadow:0 8px 18px rgba(15,23,42,.04)}
    .modal-spec dt{margin:0 0 5px;color:#2563eb;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;font-weight:950}
    .modal-spec dd{margin:0;color:#111827;font-size:.92rem;line-height:1.35;overflow-wrap:anywhere}
    .modal-spec-label{display:block;margin:0 0 5px;color:#2563eb;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;font-weight:950}
    .modal-spec-value{display:block;margin:0;color:#111827;font-size:.92rem;line-height:1.35;overflow-wrap:anywhere}
    .modal-note{margin-top:14px;border-radius:20px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;padding:13px 14px;font-size:.9rem;line-height:1.45}
    .featured-card,.card,.suggestion-card{position:relative}
    .state-tab{position:absolute;top:0;right:14px;z-index:5;display:inline-flex;align-items:center;justify-content:center;min-height:20px;max-width:calc(100% - 28px);padding:4px 9px 5px;border-radius:0 0 10px 10px;background:linear-gradient(180deg,#ecfdf3,#dcfae6);color:#067647;border:1px solid #abefc6;border-top:0;font-size:.6rem;font-weight:950;line-height:1;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap;box-shadow:0 8px 18px rgba(18,183,106,.12)}
    .phone-title-line{display:block;min-width:0;line-height:1.25}
    .phone-title-line h2,.phone-title-line h3,.phone-title-line .name{display:block;margin:6px 0 0;min-width:0;line-height:1.25;overflow-wrap:anywhere}
    .featured-spec{display:block;-webkit-line-clamp:initial;-webkit-box-orient:initial;overflow:visible}
    .spec,.featured-spec,.suggestion-text{line-height:1.48}
    .spec .inline-details,.featured-spec .inline-details,.suggestion-text .inline-details{display:inline-flex!important;width:auto!important;min-width:auto!important;min-height:31px;margin:0 0 0 7px;padding:7px 10px;border-radius:11px;vertical-align:baseline;line-height:1;white-space:nowrap}
    .featured-card,.card,.suggestion-card{isolation:isolate}
    .featured-top>div,.card-head>div{min-width:0;flex:1 1 auto}
    .suggestion-card .phone-title-line{padding-right:74px}
    .visual{order:2}
    .spec{order:3}
    .pricebox{order:4}
    .card-head{order:1}
    .featured-card,.card,.suggestion-card{border-radius:24px}
    .card .visual{margin-top:2px}
    .card .spec{display:block}

    @media(max-width:640px){
      .state-tab{right:12px;font-size:.58rem;min-height:19px;padding:4px 8px 5px;border-radius:0 0 9px 9px}
      .spec .inline-details,.featured-spec .inline-details,.suggestion-text .inline-details{width:auto!important;min-width:auto!important;margin-left:6px;padding:7px 9px;font-size:.78rem}
    }

    footer{margin-bottom:32px;color:#667085;font-size:.86rem;line-height:1.5}

    @media(max-width:1120px){
      .toolbar{grid-template-columns:1fr 1fr 1fr}
      .suggestion-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    }
    @media(max-width:800px){
      .suggestion-card:nth-child(n+4){display:none}
      .modal-product{grid-template-columns:1fr}
      .modal-imagebox{position:relative;top:auto;height:clamp(220px,58vw,330px)}
      .modal-specgrid{grid-template-columns:1fr}
    }
    @media(max-width:640px){
      main,.suggestions,footer{width:calc(100% - 24px)}
      header{padding:10px 12px}
      .toolbar{grid-template-columns:1fr;gap:8px}
      input,select{height:42px;border-radius:12px;font-size:.9rem;background-position:calc(100% - 18px) 18px,calc(100% - 12px) 18px}
      .featured-hero{border-radius:28px}
      .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
      .featured-card{min-height:auto;border-radius:22px;padding:12px}
      .featured-head{align-items:flex-start}
      .featured-img{height:132px}
      .featured-img img{width:124px;height:124px}
      .card{min-height:auto;border-radius:22px}
      .pricebox{align-items:flex-start;flex-direction:column}
      .actions{width:100%}
      .btn{width:100%}
      .details-btn{width:auto}
      .spec .inline-details,.featured-spec .inline-details,.suggestion-text .inline-details{width:auto!important;min-width:auto!important;max-width:100%;white-space:normal;text-align:center}
      .details-row{padding-left:18px;padding-right:18px}
      .suggestion-grid{grid-template-columns:1fr}
      .suggestion-shell{border-radius:28px}
      .modal-layer{padding:10px;align-items:flex-end}
      .modal-card{border-radius:24px;max-height:92svh}
      .modal-header{padding:16px 16px 12px}
      .modal-scroll{padding:16px}
      .modal-close{width:38px;height:38px}
    }
    @media(max-width:420px){
      .featured-grid{grid-template-columns:1fr}
      .featured-top,.card-head{gap:8px}
      .modal-spec dd,.modal-spec-value{font-size:.88rem}
    }
    @media print{
      header,.actions,.featured-hero,.suggestions,.modal-layer{display:none!important}
      body{background:#fff;padding-top:0}
      main{width:100%;max-width:100%;margin:0;padding:0}
      .grid{grid-template-columns:repeat(2,1fr);gap:10px}
      .card{break-inside:avoid;box-shadow:none}
      footer{display:none}
    }
  


.dynamic-content{display:block;min-width:0;margin-bottom:22px}
.external-page{padding:clamp(18px,3vw,28px) 0 42px}
.external-section-shell{display:block;min-width:0;width:100%}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:0 0 18px}
.section-heading h2{margin:0;color:#0f172a;font-size:clamp(1.25rem,3vw,2rem);letter-spacing:-.04em;line-height:1.05}
.section-heading p{margin:8px 0 0;color:#667085;font-size:.92rem;line-height:1.45;max-width:760px}
.section-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:.8rem;font-weight:900;padding:8px 12px;white-space:nowrap}
.dynamic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,285px),1fr));gap:18px;min-width:0}
.external-section-shell .dynamic-grid:empty{display:none}
.page-shell{width:min(1240px,calc(100% - 44px));margin:0 auto}
.home-link{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:#1d4ed8;text-decoration:none;font-weight:850}
.home-link:hover{text-decoration:underline}
@media(max-width:640px){.page-shell{width:calc(100% - 24px)}.section-heading{align-items:flex-start}.section-chip{width:100%;white-space:normal;text-align:center}.dynamic-grid{gap:14px}}

body.external-body{padding-top:0}

