:root{
  --bro-bg:#f4f8ff;
  --bro-card:#ffffff;
  --bro-border:rgba(15,23,42,.10);
  --bro-shadow:0 14px 34px rgba(15,23,42,.08);
  --bro-blue:#1f6fd1;
  --bro-blue-2:#0f4f9b;
  --bro-soft:#dbeafe;
  --bro-pill:#eef5ff;
  --bro-text:#0f172a;
  --bro-muted:#64748b;
}
.ub-brochure-page{padding:18px 0 42px;background:linear-gradient(180deg,#f8fbff 0%,#f6f9ff 36%,#fff 100%)}
.ub-brochure-breadcrumbs{font-size:13px;color:var(--bro-muted);margin:10px 0 12px}
.ub-brochure-breadcrumbs a{color:var(--bro-blue)}
.ub-brochure-hero{position:relative;overflow:hidden;border:1px solid rgba(30,119,211,.14);background:linear-gradient(135deg,#eaf3ff 0%,#cfe4ff 45%,#b7d6ff 100%);border-radius:28px;padding:22px;box-shadow:var(--bro-shadow)}
.ub-brochure-hero::after{content:"";position:absolute;right:-90px;bottom:-110px;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.34);filter:blur(6px)}
.ub-brochure-hero__grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:center}
.ub-brochure-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.64);font-size:12px;font-weight:900;color:var(--bro-blue-2);letter-spacing:.02em;text-transform:uppercase}
.ub-brochure-hero h1{margin:12px 0 8px;font-size:clamp(28px,4vw,42px);line-height:1.08;color:#0f2a4d}
.ub-brochure-hero p{margin:0;color:#294867;font-size:15px;max-width:700px}
.ub-brochure-search{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.ub-brochure-search__box{flex:1 1 360px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:0 14px;min-height:56px;box-shadow:0 12px 28px rgba(15,23,42,.05)}
.ub-brochure-search__box input{border:0;outline:none;background:transparent;min-width:0;flex:1;font-size:16px;color:#0f172a}
.ub-brochure-search__btn,.ub-brochure-action{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 18px;border-radius:18px;border:0;background:linear-gradient(135deg,var(--bro-blue),var(--bro-blue-2));color:#fff;font-weight:900;box-shadow:0 16px 32px rgba(31,111,209,.22)}
.ub-brochure-action{background:#fff;color:var(--bro-blue-2);border:1px solid rgba(31,111,209,.16);box-shadow:none}
.ub-brochure-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ub-brochure-stat{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.65);padding:16px;border-radius:22px;backdrop-filter:blur(6px)}
.ub-brochure-stat .k{font-size:12px;color:#42617f;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.ub-brochure-stat .v{margin-top:6px;font-size:28px;color:#0f2a4d;font-weight:1000;line-height:1}
.ub-brochure-stat .s{margin-top:6px;color:#4b6a88;font-size:13px}
.ub-brochure-strip{margin-top:18px;display:flex;flex-direction:column;gap:14px}
.ub-brochure-strip__label{font-size:13px;font-weight:900;color:#33557b;text-transform:uppercase;letter-spacing:.04em}
.ub-brochure-chips{display:flex;flex-wrap:wrap;gap:10px}
.ub-brochure-chip{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);color:#17365b;font-weight:800;box-shadow:0 10px 18px rgba(15,23,42,.05)}
.ub-brochure-chip.is-active{background:linear-gradient(135deg,var(--bro-blue),var(--bro-blue-2));color:#fff;border-color:transparent}
.ub-brochure-chip img{width:28px;height:28px;border-radius:999px;object-fit:contain;background:#fff;padding:4px;border:1px solid rgba(15,23,42,.08)}
.ub-brochure-panel{margin-top:18px;padding:18px;border:1px solid var(--bro-border);border-radius:24px;background:var(--bro-card);box-shadow:var(--bro-shadow)}
.ub-brochure-section{margin-top:22px}
.ub-brochure-section:first-of-type{margin-top:18px}
.ub-brochure-section__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.ub-brochure-section__title{margin:0;font-size:34px;font-weight:1000;color:#0f172a;letter-spacing:-.02em}
.ub-brochure-section__sub{margin:4px 0 0;color:var(--bro-muted);font-size:14px}
.ub-brochure-link{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:var(--bro-blue)}
.ub-brochure-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.ub-brochure-card{position:relative;display:flex;flex-direction:column;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);overflow:hidden;box-shadow:0 14px 24px rgba(15,23,42,.06);text-decoration:none;color:inherit;min-width:0;transition:transform .18s ease, box-shadow .18s ease,border-color .18s ease}
.ub-brochure-card:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(15,23,42,.10);border-color:rgba(31,111,209,.22)}
.ub-brochure-card__media{position:relative;aspect-ratio:0.74/1;overflow:hidden;background:#e8eef8}
.ub-brochure-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.ub-brochure-card__badge{position:absolute;left:10px;top:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;background:rgba(255,255,255,.92);color:#123863;box-shadow:0 10px 22px rgba(15,23,42,.16)}
.ub-brochure-card__overlay{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:10px;box-shadow:0 10px 22px rgba(15,23,42,.10)}
.ub-brochure-store{display:flex;align-items:center;gap:10px;min-width:0}
.ub-brochure-store img{width:30px;height:30px;border-radius:999px;object-fit:contain;background:#fff;padding:4px;border:1px solid rgba(15,23,42,.08)}
.ub-brochure-store__name{font-size:12px;font-weight:900;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ub-brochure-follow{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#0f172a;font-weight:900;font-size:12px;cursor:pointer}
.ub-brochure-follow.is-active{background:var(--bro-blue);color:#fff;border-color:transparent}
.ub-brochure-card__body{padding:14px 14px 16px}
.ub-brochure-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:18px;line-height:1.18;font-weight:1000;min-height:42px;color:#0f172a}
.ub-brochure-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px;color:var(--bro-muted);font-size:13px}
.ub-brochure-metaPill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:var(--bro-pill);font-size:12px;font-weight:800;color:#27496d}
.ub-brochure-metaPill.is-urgent{background:#fee2e2;color:#b91c1c}
.ub-brochure-metaPill.is-soon{background:#fff7ed;color:#c2410c}
.ub-brochure-metaPill.is-new{background:#dcfce7;color:#166534}
.ub-brochure-metaPill.is-expired{background:#e2e8f0;color:#334155}
.ub-brochure-metaPill.is-category{background:#eef2ff;color:#3730a3}
.ub-brochure-empty{padding:28px;border-radius:22px;background:#f8fbff;border:1px dashed rgba(31,111,209,.24);text-align:center;color:#41617f}
.ub-brochure-empty h3{margin:0 0 8px;font-size:24px;color:#102a43}
.ub-brochure-results{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:10px 0 18px}
.ub-brochure-results__count{font-size:15px;color:#27496d;font-weight:800}
.ub-brochure-results__filters{display:flex;gap:10px;flex-wrap:wrap}
.ub-brochure-detail{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;margin-top:18px}
.ub-brochure-detail__hero{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;padding:18px;border:1px solid var(--bro-border);border-radius:28px;background:#fff;box-shadow:var(--bro-shadow)}
.ub-brochure-detail__cover{border-radius:24px;overflow:hidden;background:#eef4ff;border:1px solid rgba(15,23,42,.08)}
.ub-brochure-detail__cover img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:0.74/1}
.ub-brochure-detail__title{margin:8px 0 10px;font-size:40px;line-height:1.06;color:#0f172a;letter-spacing:-.03em}
.ub-brochure-detail__desc{font-size:15px;color:#4b5563;max-width:720px}
.ub-brochure-detail__topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ub-brochure-detail__topline img{width:38px;height:38px;border-radius:999px;object-fit:contain;background:#fff;padding:4px;border:1px solid rgba(15,23,42,.08)}
.ub-brochure-detail__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.ub-brochure-outline{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:14px;border:1px solid rgba(15,23,42,.10);background:#fff;color:#17365b;font-weight:900}
.ub-brochure-primary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:14px;border:0;background:linear-gradient(135deg,var(--bro-blue),var(--bro-blue-2));color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(31,111,209,.20)}
.ub-brochure-sidebar{display:flex;flex-direction:column;gap:18px}
.ub-brochure-box{padding:18px;border:1px solid var(--bro-border);border-radius:24px;background:#fff;box-shadow:var(--bro-shadow)}
.ub-brochure-box h2{margin:0 0 12px;font-size:22px;color:#0f172a}
.ub-brochure-kv{display:grid;gap:12px}
.ub-brochure-kv__row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;padding-bottom:12px;border-bottom:1px dashed rgba(15,23,42,.08)}
.ub-brochure-kv__row:last-child{border-bottom:0;padding-bottom:0}
.ub-brochure-kv__k{color:#64748b;font-size:13px;font-weight:800}
.ub-brochure-kv__v{color:#0f172a;font-weight:900;text-align:right}
.ub-brochure-pages{margin-top:22px;padding:20px;border:1px solid var(--bro-border);border-radius:28px;background:#fff;box-shadow:var(--bro-shadow)}
.ub-brochure-pages__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}

.ub-brochure-viewer__nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ub-brochure-viewer__counter{min-width:74px;text-align:center;font-weight:1000;color:#17365b}
.ub-brochure-viewer{position:relative}
.ub-brochure-viewer__page{display:none}
.ub-brochure-viewer__page.is-active{display:block}
.ub-brochure-viewer__canvas{position:relative;border-radius:24px;overflow:hidden;background:#eef4ff;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 28px rgba(15,23,42,.08)}
.ub-brochure-viewer__canvas img{width:100%;display:block;aspect-ratio:.72/1;object-fit:cover}
.ub-brochure-hotspot{position:absolute;display:flex;align-items:flex-end;justify-content:flex-start;border:2px solid rgba(37,99,235,.55);border-radius:18px;background:rgba(59,130,246,.10);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);overflow:hidden;text-decoration:none}
.ub-brochure-hotspot span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-top-right-radius:12px;background:rgba(11,23,66,.88);color:#fff;font-size:11px;font-weight:900;max-width:100%}
.ub-brochure-hotspot:hover{background:rgba(59,130,246,.18);border-color:rgba(37,99,235,.9)}
.ub-brochure-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;margin-top:14px}
.ub-brochure-thumb{display:flex;flex-direction:column;gap:8px;border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:18px;padding:8px;cursor:pointer;font-weight:900;color:#17365b}
.ub-brochure-thumb img{width:100%;aspect-ratio:.72/1;object-fit:cover;border-radius:12px;background:#eef4ff}
.ub-brochure-thumb.is-active{border-color:rgba(31,111,209,.35);box-shadow:0 12px 24px rgba(31,111,209,.12)}
.ub-brochure-pages__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ub-brochure-pageItem{display:block;border-radius:22px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#f8fafc;box-shadow:0 10px 22px rgba(15,23,42,.05)}
.ub-brochure-pageItem img{width:100%;display:block;aspect-ratio:.72/1;object-fit:cover}
.ub-brochure-pageItem__caption{padding:12px 14px;color:#27496d;font-weight:900;font-size:14px;background:#fff}
.ub-brochure-miniList{display:grid;gap:12px}
.ub-brochure-mini{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;padding:10px;border-radius:18px;background:#f8fbff;border:1px solid rgba(15,23,42,.07);text-decoration:none;color:inherit}
.ub-brochure-mini img{width:100%;height:104px;border-radius:14px;object-fit:cover}
.ub-brochure-mini__title{font-size:14px;font-weight:1000;color:#0f172a;line-height:1.18}
.ub-brochure-mini__meta{margin-top:8px;color:#64748b;font-size:12px}

.ub-brochure-box--deal{background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)}
.ub-brochure-deal__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#e0edff;color:#1d4f91;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}
.ub-brochure-deal{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px;align-items:start;text-decoration:none;color:inherit}
.ub-brochure-deal img{width:110px;height:110px;border-radius:20px;object-fit:cover;background:#eef4ff;border:1px solid rgba(15,23,42,.08)}
.ub-brochure-deal__title{font-size:18px;line-height:1.15;font-weight:1000;color:#0f172a}
.ub-brochure-deal__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.ub-brochure-deal__meta span,.ub-brochure-product__meta span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#eef5ff;color:#244567;font-size:11px;font-weight:800}
.ub-brochure-deal__price{margin-top:12px;font-size:28px;font-weight:1000;color:#0f172a}
.ub-brochure-deal__actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}
.ub-brochure-productList{display:grid;gap:12px}
.ub-brochure-product{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;padding:10px;border-radius:18px;background:#f8fbff;border:1px solid rgba(15,23,42,.07);text-decoration:none;color:inherit}
.ub-brochure-product img{width:72px;height:72px;border-radius:14px;object-fit:cover;background:#eef4ff}
.ub-brochure-product__title{font-size:14px;line-height:1.2;font-weight:1000;color:#0f172a}
.ub-brochure-product__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.ub-brochure-product__price{margin-top:8px;font-size:18px;font-weight:1000;color:#0f172a}
@media (max-width: 1180px){
  .ub-brochure-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ub-brochure-pages__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 980px){
  .ub-brochure-hero__grid,.ub-brochure-detail{grid-template-columns:1fr}
  .ub-brochure-detail__hero{grid-template-columns:1fr}
  .ub-brochure-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 720px){
  .ub-brochure-viewer__nav{width:100%;justify-content:space-between}
  .ub-brochure-deal{grid-template-columns:86px minmax(0,1fr)}
  .ub-brochure-deal img{width:86px;height:86px;border-radius:16px}
  .ub-brochure-page{padding-top:10px}
  .ub-brochure-hero{padding:16px;border-radius:22px}
  .ub-brochure-panel,.ub-brochure-pages,.ub-brochure-box,.ub-brochure-detail__hero{padding:14px;border-radius:22px}
  .ub-brochure-hero h1,.ub-brochure-section__title,.ub-brochure-detail__title{font-size:28px}
  .ub-brochure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ub-brochure-card__body{padding:12px}
  .ub-brochure-card__title{font-size:16px;min-height:38px}
  .ub-brochure-search__btn,.ub-brochure-action{width:100%}
  .ub-brochure-hero__stats{grid-template-columns:1fr 1fr}
}
@media (max-width: 520px){
  .ub-brochure-hotspot span{font-size:10px;padding:0 8px}
  .ub-brochure-deal{grid-template-columns:1fr}
  .ub-brochure-deal img{width:100%;height:auto;aspect-ratio:1/1}
  .ub-brochure-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ub-brochure-grid,.ub-brochure-pages__grid{grid-template-columns:1fr}
  .ub-brochure-hero__stats{grid-template-columns:1fr}
  .ub-brochure-detail__hero{padding:12px}
  .ub-brochure-chip{min-height:40px;padding:0 12px;font-size:13px}
  .ub-brochure-search__box{min-height:50px}
}
