:root {
    --ish-primary: #352f93;
    --ish-primary-2: #6d35b5;
    --ish-accent: #1bb6e8;
    --ish-dark: #10162f;
    --ish-muted: #68708a;
    --ish-soft: #f5f7ff;
    --ish-card: rgba(255, 255, 255, .92);
    --ish-border: rgba(53, 47, 147, .13);
    --ish-shadow: 0 24px 70px rgba(23, 28, 70, .12);
    --ish-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    padding-top: 86px;
    background: radial-gradient(circle at 85% 5%, rgba(27, 182, 232, .16), transparent 30%), linear-gradient(180deg, #fbfcff 0%, #f4f7ff 42%, #fff 100%);
    color: var(--ish-dark);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}
main { min-height: 64vh; }
a { color: var(--ish-primary); }
img { max-width: 100%; }
.fw-black { font-weight: 950; }
.text-white-75 { color: rgba(255, 255, 255, .76); }
.bg-white-soft { background: rgba(255,255,255,.68); }
.section-padding { padding: clamp(3.5rem, 7vw, 6rem) 0; }

.site-header { transition: .25s ease; }
.site-header.is-scrolled .ish-navbar { box-shadow: 0 14px 42px rgba(22, 28, 66, .10); background: rgba(255,255,255,.94); }
.ish-navbar { min-height: 86px; background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(53,47,147,.08); backdrop-filter: blur(18px); }
.ish-brand { display: inline-flex; align-items: center; min-width: 0; margin-right: 1.25rem; }
.ish-brand .brand-logo { display: block; width: auto; height: 58px; max-width: 205px; object-fit: contain; }
.navbar-toggler { border: 0; box-shadow: none !important; }
.ish-navbar .nav-link { color: #22294d; font-weight: 750; border-radius: 999px; padding: .62rem .88rem !important; }
.ish-navbar .nav-link:hover,
.ish-navbar .nav-link.active { color: var(--ish-primary); background: rgba(53,47,147,.08); }
.ish-navbar .dropdown-toggle::after { margin-left: .42rem; vertical-align: .12em; }
.ish-dropdown-menu { min-width: 285px; margin-top: .78rem; padding: .65rem; border: 1px solid rgba(53,47,147,.12); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 24px 70px rgba(23,28,70,.16); backdrop-filter: blur(18px); }
.ish-dropdown-item { display: flex; align-items: center; gap: .85rem; padding: .78rem .82rem; border-radius: 18px; color: var(--ish-dark); white-space: normal; }
.ish-dropdown-item i { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 14px; color: var(--ish-primary); background: linear-gradient(135deg, rgba(53,47,147,.1), rgba(27,182,232,.14)); font-size: 1rem; }
.ish-dropdown-item strong { display: block; font-weight: 950; line-height: 1.1; }
.ish-dropdown-item small { display: block; color: var(--ish-muted); font-size: .78rem; font-weight: 700; }
.ish-dropdown-item:hover,
.ish-dropdown-item.active { color: var(--ish-primary); background: rgba(53,47,147,.07); }
.nav-quote-btn { align-items: center; min-height: 44px; padding: .65rem 1.05rem; border-radius: 999px; font-weight: 900; }
.btn-icon { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; border: 1px solid var(--ish-border); color: var(--ish-primary); background: #fff; }
.cart-placeholder { position: relative; }
.cart-dot { position: absolute; top: 9px; right: 10px; width: 8px; height: 8px; background: var(--ish-accent); border-radius: 50%; }
.cart-count { position: absolute; top: -5px; right: -4px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 .35rem; border-radius: 999px; color: #fff; background: #e93557; font-size: .68rem; font-weight: 950; border: 2px solid #fff; }
.site-search { background: rgba(255,255,255,.95); border-bottom: 1px solid var(--ish-border); backdrop-filter: blur(16px); }
.search-panel, .mobile-search { display: flex; align-items: center; gap: .75rem; background: #fff; border: 1px solid var(--ish-border); border-radius: 999px; padding: .45rem .55rem .45rem 1rem; box-shadow: 0 12px 30px rgba(25,33,78,.08); }
.search-panel input, .mobile-search input { border: 0; outline: 0; flex: 1; min-width: 0; background: transparent; }
.mobile-menu .offcanvas-header { border-bottom: 1px solid var(--ish-border); }
.mobile-nav-title { margin: 1rem .25rem .35rem; color: var(--ish-muted); font-size: .72rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.mobile-nav .nav-link { color: var(--ish-dark); font-weight: 850; border-radius: 18px; padding: .9rem 1rem; }
.mobile-nav .nav-link.active, .mobile-nav .nav-link:hover { background: var(--ish-soft); color: var(--ish-primary); }

.btn-primary { --bs-btn-bg: var(--ish-primary); --bs-btn-border-color: var(--ish-primary); --bs-btn-hover-bg: #282373; --bs-btn-hover-border-color: #282373; box-shadow: 0 12px 28px rgba(53,47,147,.24); }
.btn-soft-primary { background: rgba(53,47,147,.08); color: var(--ish-primary); border: 1px solid rgba(53,47,147,.12); }
.btn-soft-primary:hover { background: rgba(53,47,147,.14); color: var(--ish-primary); }
.btn-accent { background: var(--ish-accent); color: #fff; border-color: var(--ish-accent); box-shadow: 0 12px 28px rgba(27,182,232,.22); }
.btn-accent:hover { background: #149fd0; color: #fff; }
.btn-whatsapp { display: inline-flex; align-items: center; justify-content: center; background: #25d366; color: #fff; border-color: #25d366; font-weight: 850; box-shadow: 0 12px 30px rgba(37,211,102,.25); }
.btn-whatsapp:hover { background: #1fbd59; border-color: #1fbd59; color: #fff; }
.btn-glass { color: var(--ish-primary); background: rgba(255,255,255,.72); border: 1px solid rgba(53,47,147,.13); backdrop-filter: blur(12px); }
.btn-glass:hover { color: var(--ish-primary); background: #fff; }

.eyebrow { display: inline-flex; align-items: center; gap: .5rem; width: fit-content; padding: .46rem .82rem; border-radius: 999px; background: rgba(109,53,181,.08); border: 1px solid rgba(109,53,181,.13); color: var(--ish-primary); font-size: .82rem; font-weight: 850; }
.hero-section { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.5rem) 0 clamp(3rem, 7vw, 5rem); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .62; }
.hero-orb-one { width: 430px; height: 430px; background: rgba(109,53,181,.16); top: -150px; right: -120px; }
.hero-orb-two { width: 320px; height: 320px; background: rgba(27,182,232,.18); bottom: 30px; left: -150px; }
.hero-content { position: relative; z-index: 2; }
.hero-title { font-size: clamp(2.6rem, 7vw, 5.9rem); line-height: .95; font-weight: 950; letter-spacing: -.078em; max-width: 900px; }
.hero-lead, .page-lead { color: var(--ish-muted); font-size: clamp(1rem, 2vw, 1.18rem); max-width: 720px; }
.hero-device-card { position: relative; padding: 1.15rem; border-radius: 36px; background: linear-gradient(145deg, rgba(53,47,147,.98), rgba(109,53,181,.93)); box-shadow: 0 38px 95px rgba(53,47,147,.28); overflow: hidden; }
.hero-device-card::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(27,182,232,.58), transparent 65%); right: -130px; top: -120px; }
.device-screen { position: relative; min-height: 300px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(180deg, #fff, #f2f5ff); overflow: hidden; }
.device-screen img { position: relative; z-index: 2; object-fit: contain; }
.scan-line { position: absolute; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--ish-accent), transparent); animation: scan 4s linear infinite; }
@keyframes scan { 0% { top: 12%; opacity: 0; } 25%, 75% { opacity: 1; } 100% { top: 88%; opacity: 0; } }
.tech-chip { position: relative; z-index: 2; display: flex; align-items: center; gap: .65rem; color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.13); border-radius: 18px; padding: .9rem; font-weight: 800; }
.hero-metrics > div > div { padding: 1rem; border: 1px solid var(--ish-border); border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 12px 35px rgba(25,33,78,.07); }
.hero-metrics strong { display: block; font-size: 1.65rem; color: var(--ish-primary); font-weight: 950; }
.hero-metrics span { color: var(--ish-muted); font-size: .84rem; font-weight: 700; }

.home-slider-section { position: relative; overflow: hidden; padding: clamp(1.4rem, 3vw, 2.4rem) 0 clamp(2rem, 4vw, 3rem); background: radial-gradient(circle at 18% 10%, rgba(27,182,232,.18), transparent 28%), linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%); }
.home-hero-carousel { position: relative; aspect-ratio: 16 / 9; width: min(100%, 1540px); height: clamp(420px, 56.25vw, 760px); margin: 0 auto; min-height: 0; border: 1px solid rgba(255,255,255,.82); border-radius: clamp(24px, 3vw, 42px); overflow: hidden; box-shadow: 0 34px 95px rgba(16,22,47,.22); background: #080d24; }
.home-hero-carousel .carousel-inner,
.home-hero-carousel .carousel-item,
.home-slide { position: relative; height: 100% !important; min-height: 0 !important; }
.home-slide { overflow: hidden; }
.home-slide-image { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.carousel-item.active .home-slide-image { animation: heroZoom 6.2s ease-out both; }
.home-slide-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 80% 18%, rgba(27,182,232,.22), transparent 30%), linear-gradient(90deg, rgba(7,11,32,.9) 0%, rgba(24,22,86,.7) 46%, rgba(7,11,32,.24) 100%); }
.home-slide::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.home-slide-content { position: absolute !important; inset: 0 !important; z-index: 5; display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 100% !important; padding: clamp(2rem, 5vw, 5rem); pointer-events: none; }
.home-slide-copy { position: relative; z-index: 6; max-width: 760px; padding: clamp(1.15rem, 3vw, 2.1rem); border: 1px solid rgba(255,255,255,.16); border-radius: clamp(22px, 3vw, 34px); color: #fff; background: linear-gradient(145deg, rgba(8,13,36,.72), rgba(53,47,147,.3)); box-shadow: 0 26px 78px rgba(0,0,0,.24); backdrop-filter: blur(10px); pointer-events: auto; }
.slider-eyebrow { color: #fff; background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.18); backdrop-filter: blur(14px); }
.slider-title { max-width: 760px; color: #fff; font-size: clamp(2rem, 4.5vw, 4.9rem); text-shadow: 0 18px 46px rgba(0,0,0,.34); }
.slider-lead { max-width: 650px; color: rgba(255,255,255,.86); }
.home-slide .btn-glass { color: #fff; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.22); }
.home-slide .btn-glass:hover { color: var(--ish-primary); background: #fff; }
.home-slider-indicators { right: auto; bottom: 20px; left: 50%; transform: translateX(-50%); margin: 0; gap: .45rem; }
.home-slider-indicators [data-bs-target] { width: 42px; height: 5px; border: 0; border-radius: 999px; background: rgba(255,255,255,.46); opacity: 1; }
.home-slider-indicators .active { background: #fff; }
.home-slider-control { width: clamp(3.5rem, 7vw, 5.25rem); opacity: .9; }
.home-slider-control .carousel-control-prev-icon,
.home-slider-control .carousel-control-next-icon { width: 2.8rem; height: 2.8rem; border-radius: 50%; background-size: 48%; background-color: rgba(255,255,255,.16); backdrop-filter: blur(10px); }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.section-heading h2 { max-width: 740px; margin: .7rem 0 0; font-size: clamp(1.8rem, 4.5vw, 3.35rem); line-height: 1; font-weight: 950; letter-spacing: -.055em; }
.section-heading a { font-weight: 850; text-decoration: none; white-space: nowrap; }
.section-heading.compact h2 { font-size: clamp(1.7rem, 3vw, 2.55rem); }

.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.category-card, .brand-card, .content-card, .filter-shell, .contact-panel, .form-card, .product-summary-card, .promo-panel, .about-split, .commitment-card, .empty-public { border: 1px solid var(--ish-border); border-radius: var(--ish-radius); background: var(--ish-card); box-shadow: var(--ish-shadow); }
.category-card { min-height: 100%; overflow: hidden; text-decoration: none; color: var(--ish-dark); transition: .25s ease; }
.category-card img { width: 100%; height: 190px; object-fit: contain; background: linear-gradient(145deg, #fff, #eef3ff); padding: 1.1rem; }
.category-card div { padding: 1.25rem; }
.category-card h3 { font-size: 1.16rem; font-weight: 900; }
.category-card p { color: var(--ish-muted); min-height: 3rem; }
.category-card span { color: var(--ish-primary); font-weight: 850; }
.category-card:hover, .brand-card:hover, .content-card:hover, .product-card:hover, .commitment-card:hover { transform: translateY(-5px); }

.product-card { overflow: hidden; transition: .25s ease; position: relative; }
.product-image-wrap { position: relative; display: block; height: 238px; background: linear-gradient(145deg, #fff, #eef3ff); overflow: hidden; }
.product-image { width: 100%; height: 100%; object-fit: contain; padding: 1.25rem; transition: .28s ease; }
.product-card:hover .product-image { transform: scale(1.045); }
.product-card-body { padding: 1.15rem; }
.product-meta, .product-reference { color: var(--ish-muted); font-size: .83rem; font-weight: 700; }
.product-title { min-height: 2.65rem; font-size: 1.04rem; line-height: 1.25; font-weight: 900; margin: .45rem 0; }
.product-title a { color: var(--ish-dark); text-decoration: none; }
.product-excerpt { min-height: 2.7rem; color: var(--ish-muted); font-size: .9rem; margin: .7rem 0; }
.badge-stack { position: absolute; top: .8rem; left: .8rem; display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; }
.product-badge { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; padding: .34rem .62rem; font-size: .72rem; font-weight: 900; color: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.13); }
.badge-sale { background: #e93557; }
.badge-new { background: var(--ish-accent); }
.badge-featured { background: var(--ish-primary); }
.price { color: var(--ish-primary); font-size: 1.12rem; font-weight: 950; }
.detail-price { color: var(--ish-primary); font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.old-price { color: #98a1ba; text-decoration: line-through; font-weight: 750; }
.availability-pill { display: inline-flex; align-items: center; width: fit-content; padding: .36rem .72rem; border-radius: 999px; font-size: .78rem; font-weight: 900; }
.availability-pill.is-stock { color: #10663a; background: rgba(25,135,84,.12); }
.availability-pill.is-low { color: #8a5a00; background: rgba(255,193,7,.18); }
.availability-pill.is-out { color: #a3162a; background: rgba(220,53,69,.12); }
.availability-pill.is-order { color: #0b5d7d; background: rgba(13,202,240,.14); }

.promo-panel { padding: clamp(1.5rem, 4vw, 2.2rem); color: #fff; background: radial-gradient(circle at 100% 0, rgba(27,182,232,.33), transparent 38%), linear-gradient(145deg, #211b6f, #6d35b5); }
.promo-panel h2 { margin-top: .9rem; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 950; letter-spacing: -.05em; }
.promo-panel p { color: rgba(255,255,255,.76); }
.promo-mini { display: flex; align-items: center; gap: .85rem; color: #fff; text-decoration: none; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; padding: .7rem; }
.promo-mini img { width: 64px; height: 64px; object-fit: contain; background: #fff; border-radius: 14px; padding: .3rem; }
.promo-mini span { flex: 1; min-width: 0; }
.promo-mini strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.promo-mini small { color: rgba(255,255,255,.75); }
.promo-mini em { font-style: normal; font-weight: 950; color: #fff; background: #e93557; border-radius: 999px; padding: .35rem .55rem; }

.brand-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.brand-card { display: grid; place-items: center; min-height: 150px; text-decoration: none; color: var(--ish-dark); transition: .25s ease; padding: 1.1rem; }
.brand-card img { height: 70px; object-fit: contain; margin-bottom: .7rem; }

.about-split { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 2rem; padding: clamp(1.4rem, 4vw, 2.4rem); }
.about-split h2 { font-size: clamp(1.9rem, 4.5vw, 3.4rem); font-weight: 950; letter-spacing: -.055em; line-height: 1; }
.about-split p { color: var(--ish-muted); font-size: 1.05rem; }
.about-visual { display: grid; place-items: center; min-height: 270px; border-radius: 24px; background: linear-gradient(145deg, #fff, #eef3ff); }
.about-visual img { max-width: 82%; object-fit: contain; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.commitment-card { padding: 1.35rem; transition: .25s ease; }
.commitment-card i { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1rem; border-radius: 18px; color: var(--ish-primary); background: linear-gradient(135deg, rgba(53,47,147,.12), rgba(27,182,232,.14)); font-size: 1.4rem; }
.commitment-card h3 { font-size: 1.1rem; font-weight: 900; }
.commitment-card p { color: var(--ish-muted); margin: 0; }

.page-hero { position: relative; padding: clamp(3.2rem, 7vw, 5.4rem) 0; background: radial-gradient(circle at 82% 5%, rgba(27,182,232,.18), transparent 34%), linear-gradient(135deg, rgba(53,47,147,.08), rgba(255,255,255,.72)); border-bottom: 1px solid rgba(53,47,147,.08); }
.page-title { max-width: 980px; font-size: clamp(2.25rem, 6vw, 4.7rem); line-height: .98; font-weight: 950; letter-spacing: -.065em; }
.public-breadcrumb { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.2rem; color: var(--ish-muted); font-size: .88rem; }
.public-breadcrumb a { text-decoration: none; font-weight: 850; }
.hero-count { display: inline-flex; width: fit-content; padding: .65rem 1rem; border-radius: 999px; color: var(--ish-primary); background: #fff; border: 1px solid var(--ish-border); font-weight: 900; }
.page-visual { width: 100%; max-height: 310px; object-fit: contain; padding: 1.2rem; border-radius: 28px; background: #fff; border: 1px solid var(--ish-border); box-shadow: var(--ish-shadow); }
.filter-shell { padding: 1rem; }
.form-control, .form-select { border-radius: 16px; padding: .82rem 1rem; border-color: rgba(53,47,147,.15); }
.form-control:focus, .form-select:focus { border-color: var(--ish-primary); box-shadow: 0 0 0 .24rem rgba(53,47,147,.10); }
.empty-public { padding: 2rem; color: var(--ish-muted); text-align: center; }
.pagination .page-link { color: var(--ish-primary); border-color: var(--ish-border); min-width: 42px; text-align: center; font-weight: 850; }
.pagination .active .page-link { background: var(--ish-primary); border-color: var(--ish-primary); }

.product-detail-hero { padding: clamp(2rem, 5vw, 4rem) 0; }
.product-gallery { position: sticky; top: 108px; }
.gallery-main { display: grid; place-items: center; min-height: 480px; border: 1px solid var(--ish-border); border-radius: 32px; background: #fff; box-shadow: var(--ish-shadow); overflow: hidden; }
.gallery-main img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; padding: 1.5rem; }
.gallery-thumbs { display: flex; gap: .7rem; overflow-x: auto; padding: .9rem .1rem; }
.gallery-thumbs button { flex: 0 0 auto; width: 92px; height: 92px; border: 1px solid var(--ish-border); border-radius: 18px; background: #fff; padding: .35rem; }
.gallery-thumbs button.is-active { border-color: var(--ish-primary); box-shadow: 0 0 0 .2rem rgba(53,47,147,.12); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-summary-card { padding: clamp(1.35rem, 4vw, 2rem); }
.product-detail-title { font-size: clamp(2rem, 5vw, 4rem); font-weight: 950; letter-spacing: -.058em; line-height: 1; }
.product-detail-meta { color: var(--ish-muted); font-weight: 700; }
.stock-note, .technical-free { border: 1px solid var(--ish-border); background: var(--ish-soft); border-radius: 18px; padding: 1rem; color: var(--ish-muted); }
.content-card { padding: clamp(1.35rem, 3vw, 1.9rem); transition: .25s ease; }
.content-card h2 { font-weight: 950; letter-spacing: -.03em; margin-bottom: 1rem; }
.specs-table th { width: 42%; color: var(--ish-dark); }
.specs-table td { color: var(--ish-muted); }
.service-img { width: 100%; height: 200px; object-fit: cover; border-radius: 22px; margin-bottom: 1rem; background: var(--ish-soft); }
.article-content { font-size: 1.08rem; }

.contact-panel { padding: clamp(1.4rem, 4vw, 2rem); background: radial-gradient(circle at 100% 0, rgba(27,182,232,.16), transparent 34%), #fff; }
.contact-panel h2 { font-weight: 950; margin-bottom: 1.4rem; }
.contact-line { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid rgba(53,47,147,.09); }
.contact-line i { color: var(--ish-primary); font-size: 1.2rem; }
.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(1.5rem, 5vw, 2.4rem); border-radius: 32px; color: #fff; background: radial-gradient(circle at 100% 0, rgba(27,182,232,.28), transparent 34%), linear-gradient(145deg, #211b6f, #6d35b5); box-shadow: 0 30px 80px rgba(53,47,147,.22); }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 950; letter-spacing: -.05em; }
.cta-band p { color: rgba(255,255,255,.76); margin: 0; }
.not-found-section { min-height: 62vh; display: grid; place-items: center; padding: 5rem 0; }

.footer-tech { background: radial-gradient(circle at 86% 0, rgba(27,182,232,.24), transparent 34%), linear-gradient(145deg, #151451, #282180 50%, #11172f); }
.footer-logo { width: 245px; height: auto; object-fit: contain; }
.footer-title { color: #fff; font-weight: 950; margin-bottom: 1rem; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-contact p { display: flex; gap: .65rem; margin-bottom: .7rem; color: rgba(255,255,255,.78); }
.footer-contact i { color: var(--ish-accent); }
.social-link { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); text-decoration: none; }
.payment-note { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: .9rem; color: rgba(255,255,255,.82); }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 1030; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 18px 45px rgba(37,211,102,.35); text-decoration: none; font-size: 1.75rem; }
.toast-container { z-index: 1080; margin-top: 92px; }

.cart-list { display: grid; gap: 1rem; }
.cart-item-card { display: grid; grid-template-columns: 112px 1fr; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid var(--ish-border); border-radius: 24px; background: #fff; box-shadow: 0 16px 42px rgba(25,33,78,.08); }
.cart-item-card > img { width: 112px; height: 112px; object-fit: contain; border-radius: 18px; background: linear-gradient(145deg, #fff, #eef3ff); border: 1px solid rgba(53,47,147,.08); padding: .45rem; }
.cart-item-main { min-width: 0; }
.cart-item-main h2 { font-size: 1.04rem; font-weight: 950; margin-bottom: .25rem; }
.cart-item-main h2 a { color: var(--ish-dark); text-decoration: none; }
.cart-item-actions { display: flex; align-items: center; gap: .75rem; }
.cart-quantity { width: 92px; text-align: center; }
.cart-subtotal { min-width: 118px; text-align: right; }
.checkout-card { position: sticky; top: 108px; padding: clamp(1.25rem, 3vw, 1.8rem); border: 1px solid var(--ish-border); border-radius: var(--ish-radius); background: var(--ish-card); box-shadow: var(--ish-shadow); }
.summary-line { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .45rem 0; color: var(--ish-muted); }
.summary-line strong { color: var(--ish-dark); }
.summary-line.total { color: var(--ish-dark); font-size: 1.2rem; font-weight: 950; }
.summary-line.total strong { color: var(--ish-primary); font-size: 1.35rem; }
.cash-banner { border: 1px solid rgba(25,135,84,.18); background: linear-gradient(135deg, rgba(25,135,84,.09), rgba(27,182,232,.08)); color: #125236; border-radius: 20px; padding: 1rem; }
.reception-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.reception-card { cursor: pointer; display: block; margin: 0; }
.reception-card input { position: absolute; opacity: 0; pointer-events: none; }
.reception-card span { display: flex; align-items: center; gap: .9rem; min-height: 96px; padding: 1rem; border: 1px solid var(--ish-border); border-radius: 22px; background: #fff; transition: .2s ease; }
.reception-card i { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 16px; color: var(--ish-primary); background: rgba(53,47,147,.09); font-size: 1.25rem; }
.reception-card strong { display: block; color: var(--ish-dark); font-weight: 950; }
.reception-card small { display: block; color: var(--ish-muted); }
.reception-card input:checked + span { border-color: rgba(53,47,147,.44); box-shadow: 0 0 0 .22rem rgba(53,47,147,.09); background: linear-gradient(145deg, #fff, #f4f7ff); }
.checkout-lines { max-height: 430px; overflow: auto; padding-right: .15rem; }
.checkout-line { display: grid; grid-template-columns: 58px 1fr auto; gap: .75rem; align-items: center; }
.checkout-line img { width: 58px; height: 58px; object-fit: contain; border-radius: 14px; background: #fff; border: 1px solid var(--ish-border); padding: .28rem; }
.checkout-line strong { display: block; font-size: .9rem; line-height: 1.2; }
.checkout-line small { display: block; color: var(--ish-muted); font-weight: 700; }
.checkout-line em { color: var(--ish-primary); font-style: normal; font-weight: 950; white-space: nowrap; }
.confirmation-hero { padding: clamp(3.2rem, 7vw, 5.6rem) 0; background: radial-gradient(circle at 82% 5%, rgba(25,135,84,.16), transparent 34%), linear-gradient(135deg, rgba(53,47,147,.08), rgba(255,255,255,.72)); }
.confirmation-card { max-width: 820px; padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid var(--ish-border); border-radius: 34px; background: rgba(255,255,255,.86); box-shadow: var(--ish-shadow); }
.success-icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 1.25rem; border-radius: 50%; color: #198754; background: rgba(25,135,84,.1); font-size: 2.5rem; }
.confirmation-line { grid-template-columns: 70px 1fr auto; }
.confirmation-line img { width: 70px; height: 70px; }

@media (min-width: 1200px) {
    .ish-navbar .dropdown:hover > .dropdown-menu,
    .ish-navbar .dropdown:focus-within > .dropdown-menu { display: block; }
    .ish-navbar .dropdown:hover > .dropdown-toggle,
    .ish-navbar .dropdown:focus-within > .dropdown-toggle { color: var(--ish-primary); background: rgba(53,47,147,.08); }
}

@media (max-width: 1199.98px) {
    .navbar-collapse { display: none !important; }
    .brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .ish-brand .brand-logo { height: 50px; max-width: 180px; }
}
@media (max-width: 991.98px) {
    body { padding-top: 76px; }
    .ish-navbar { min-height: 76px; }
    .ish-brand { margin-right: .5rem; }
    .ish-brand .brand-logo { height: 44px; max-width: 155px; }
    .home-slider-section { padding: 1rem 0 2rem; }
    .home-hero-carousel { width: calc(100% - 1.5rem); height: auto; }
    .home-slide-overlay { background: linear-gradient(90deg, rgba(8,13,36,.93) 0%, rgba(24,22,86,.72) 62%, rgba(8,13,36,.42) 100%); }
    .home-slide-content { padding: clamp(1.5rem, 5vw, 3rem); }
    .home-slide-copy { max-width: 650px; }
    .category-grid, .commitment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-split { grid-template-columns: 1fr; }
    .product-gallery { position: static; }
    .checkout-card { position: static; }
    .gallery-main { min-height: 360px; }
    .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767.98px) {
    .section-heading { align-items: flex-start; flex-direction: column; }
    .home-hero-carousel { aspect-ratio: auto; height: clamp(520px, 118vw, 690px); border-radius: 24px; }
    .home-slide-content { align-items: center; padding: 1.1rem; }
    .home-slide-copy { padding: 1rem; border-radius: 22px; }
    .slider-eyebrow { font-size: .72rem; }
    .slider-title { font-size: clamp(1.85rem, 9vw, 3.1rem); }
    .slider-lead { font-size: 1rem; }
    .home-slider-control { display: none; }
    .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-image-wrap { height: 215px; }
    .cart-item-card { grid-template-columns: 1fr; }
    .cart-item-actions { justify-content: space-between; }
    .cart-subtotal { min-width: auto; }
    .reception-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
    .container { padding-left: 1rem; padding-right: 1rem; }
    .ish-brand .brand-logo { height: 40px; max-width: 138px; }
    .home-slider-indicators [data-bs-target] { width: 26px; }
    .hero-title { font-size: 2.55rem; }
    .category-grid, .commitment-grid { grid-template-columns: 1fr; }
    .hero-metrics strong { font-size: 1.22rem; }
    .hero-metrics span { font-size: .73rem; }
    .device-screen { min-height: 210px; }
    .gallery-main { min-height: 310px; }
    .gallery-thumbs button { width: 78px; height: 78px; }
    .whatsapp-float { width: 52px; height: 52px; }
    .search-panel { border-radius: 22px; align-items: stretch; flex-direction: column; padding: 1rem; }
    .search-panel input { width: 100%; }
    .cart-item-card { grid-template-columns: 84px 1fr; }
    .cart-item-card > img { width: 84px; height: 84px; }
    .checkout-line { grid-template-columns: 50px 1fr; }
    .checkout-line em { grid-column: 2; }
}
