.catalog-hero{padding:62px 0;background:radial-gradient(circle at 82% 25%,#efe8ff 0,transparent 32%),linear-gradient(135deg,#fbf9ff,#fff7f1)}
.catalog-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.catalog-hero h1{font-size:clamp(44px,5.5vw,68px);margin:12px 0}.catalog-hero p{max-width:650px}.hero-products{position:relative;min-height:410px}.hero-products img{position:absolute;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(38,22,66,.18))}.hero-products img:first-child{width:58%;height:88%;left:0;bottom:0}.hero-products img:last-child{width:58%;height:92%;right:0;bottom:0}.hero-note{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px;color:#51465d;font-size:14px;font-weight:700}.hero-note span:before{content:'✓';color:#6f4cf6;margin-right:7px}
.catalog-wrap{padding:68px 0 85px}.catalog-intro{text-align:center;max-width:760px;margin:0 auto 30px}.catalog-intro h2{font-size:42px}.catalog-intro p{color:var(--m)}.catalog-filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:28px 0 35px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.catalog-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:.25s;box-shadow:0 6px 24px rgba(43,23,78,.06)}.catalog-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(43,23,78,.13)}.catalog-image{height:275px;padding:20px;background:linear-gradient(145deg,#fcfbff,#f7f3ff);display:grid;place-items:center}.catalog-image img{width:100%;height:100%;object-fit:contain}.catalog-body{padding:20px;display:flex;flex-direction:column;gap:9px;flex:1}.catalog-body h3{font-size:18px;line-height:1.3;margin:0}.catalog-body p{color:var(--m);font-size:14px;line-height:1.5;margin:0;flex:1}.catalog-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.format-tag{font-size:11px;font-weight:800;color:var(--p);background:#f0ebff;padding:6px 10px;border-radius:99px}.view-link{font-size:14px;font-weight:800;color:var(--p)}
.catalog-cta{margin-top:56px;border-radius:28px;background:linear-gradient(110deg,#5521d2,#a42bb2 55%,#ff6b35);color:#fff;padding:38px 44px;display:flex;justify-content:space-between;align-items:center;gap:25px}.catalog-cta h2{font-size:30px;margin:0 0 7px}.catalog-cta p{margin:0;color:#f2eaff}.social-links{display:flex;gap:10px;flex-wrap:wrap}.social-links a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#ffffff18;border:1px solid #ffffff35;font-weight:900}
.detail-v2{padding:64px 0}.detail-v2-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:start}.detail-visual{background:linear-gradient(145deg,#fff,#f5f0ff);border:1px solid var(--line);border-radius:30px;padding:34px;position:sticky;top:110px}.detail-visual img{width:100%;height:520px;object-fit:contain}.detail-copy h1{font-size:clamp(38px,5vw,58px);margin:12px 0}.detail-copy .lead{font-size:18px}.detail-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.detail-point{border:1px solid var(--line);border-radius:15px;padding:14px;background:#fff}.detail-point b{display:block;font-size:14px}.detail-point span{font-size:13px;color:var(--m)}.detail-list{padding:0;margin:22px 0;display:grid;gap:10px}.detail-list li{list-style:none;color:#554d5f}.detail-list li:before{content:'✓';color:var(--p);font-weight:900;margin-right:9px}.disclaimer{font-size:12px;color:#857c8e;border-top:1px solid var(--line);padding-top:16px;margin-top:24px}.back-link{display:inline-flex;color:var(--p);font-weight:800;margin-bottom:15px}
@media(max-width:1050px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.catalog-hero-grid,.detail-v2-grid{grid-template-columns:1fr}.hero-products{min-height:350px}.catalog-grid{grid-template-columns:repeat(2,1fr)}.detail-visual{position:static}.catalog-cta{align-items:flex-start;flex-direction:column}}@media(max-width:540px){.catalog-grid{grid-template-columns:1fr}.catalog-image{height:300px}.hero-products{min-height:290px}.catalog-cta{padding:30px 24px}.detail-points{grid-template-columns:1fr}.detail-visual img{height:390px}}

/* Products V2.1 visual corrections */
.hero-products.approved-hero{min-height:0;aspect-ratio:53/30;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 22px 55px rgba(43,23,78,.13)}
.hero-products.approved-hero img:first-child{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;filter:none}
.catalog-image{overflow:hidden}
.catalog-image img{min-height:0}
.catalog-body{position:relative;z-index:2;background:#fff;align-items:flex-start;gap:10px}
.catalog-body h3{width:100%;min-height:49px;font-size:18px;line-height:1.35;overflow-wrap:anywhere}
.format-tag{display:inline-flex;width:max-content;max-width:100%;line-height:1.2}
.catalog-body p,.catalog-actions{width:100%}
.social-links a{width:46px;height:46px;border:1.5px solid rgba(255,255,255,.55);background:rgba(255,255,255,.12);color:#fff;transition:.2s}
.social-links a:hover{background:#fff;color:#5c2bdd;transform:translateY(-2px)}
.social-links svg{width:24px;height:24px;fill:currentColor;display:block}
@media(min-width:1051px){.catalog-grid .catalog-card:nth-last-child(2){grid-column:1 / span 2}.catalog-grid .catalog-card:last-child{grid-column:3 / span 2}.catalog-grid .catalog-card:nth-last-child(-n+2){display:grid;grid-template-columns:minmax(260px,42%) 1fr}.catalog-grid .catalog-card:nth-last-child(-n+2) .catalog-image{height:100%;min-height:330px}.catalog-grid .catalog-card:nth-last-child(-n+2) .catalog-body{padding:28px;justify-content:center}.catalog-grid .catalog-card:nth-last-child(-n+2) .catalog-body h3{min-height:0;font-size:21px}}
@media(min-width:801px) and (max-width:1050px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.hero-products.approved-hero{min-height:0}}
@media(max-width:540px){.hero-products.approved-hero{min-height:0}.catalog-body h3{min-height:0}}

/* Products V2.3: approved hero and complete final row */
.catalog-hero-grid{grid-template-columns:.98fr 1.02fr;gap:22px;align-items:start}
.hero-products.approved-hero{position:relative;min-height:0;aspect-ratio:53/28;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 28px rgba(43,23,78,.12)}
.hero-products.approved-hero img:first-child{position:absolute;inset:0;width:100%;max-width:none;height:100%;margin:0;object-fit:cover;object-position:center bottom;filter:none;border-radius:0;display:block}
@media(min-width:1051px){.catalog-grid .catalog-card:nth-last-child(2),.catalog-grid .catalog-card:last-child{grid-column:auto}.catalog-grid .catalog-card:nth-last-child(-n+2){display:flex}.catalog-grid .catalog-card:nth-last-child(-n+2) .catalog-body{padding:20px}.catalog-grid .catalog-card:nth-last-child(-n+2) .catalog-body h3{font-size:18px}}
.solution-card{min-height:100%;padding:28px 24px;text-align:center;align-items:center;justify-content:center;background:linear-gradient(160deg,#f5f0ff,#fff);border-color:#ded2ff}
.solution-card.catalog-card-special{background:linear-gradient(160deg,#fff5ec,#fff);border-color:#ffd7bd}
.solution-card:hover{transform:translateY(-6px)}
.solution-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:30px;color:#6f43f5;background:#eee7ff;margin-bottom:6px}
.catalog-card-special .solution-icon{color:#ff682f;background:#ffeadc}
.solution-card h3{font-size:20px;margin:4px 0}
.solution-card p{font-size:14px;line-height:1.55;color:var(--m);margin:0 0 14px}
.solution-card .view-link{display:inline-flex;border-radius:8px;background:#6840ef;color:#fff;padding:10px 15px}
.catalog-card-special .view-link{background:#ff642e}
.catalog-benefits{margin-top:28px;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 10px 32px rgba(43,23,78,.06)}
.catalog-benefits>div{display:flex;align-items:center;gap:16px;padding:22px 28px}
.catalog-benefits>div+div{border-left:1px solid var(--line)}
.benefit-icon{width:48px;height:48px;flex:0 0 48px;border-radius:50%;display:grid;place-items:center;color:#6f43f5;background:#f0ebff;font-size:24px;font-weight:800}
.catalog-benefits p{margin:0}.catalog-benefits b,.catalog-benefits small{display:block}.catalog-benefits b{font-size:15px;margin-bottom:4px}.catalog-benefits small{color:var(--m);line-height:1.4}
@media(max-width:800px){.catalog-hero-grid{grid-template-columns:1fr;gap:32px}.hero-products.approved-hero img:first-child{width:100%;margin:0}.catalog-benefits{grid-template-columns:1fr}.catalog-benefits>div+div{border-left:0;border-top:1px solid var(--line)}}
