:root{--yellow: #ffc400;--yellow-strong: #f0a400;--yellow-soft: #ffe58a;--ink: #121212;--ink-deep: #080808;--ink-soft: #45413a;--ink-muted: #756d5f;--paper: #fff9e8;--paper-deep: #fff0bf;--line: #e7bd32;--line-strong: #c98700;--card: rgba(255, 255, 255, .94);--card-strong: rgba(255, 255, 255, .98);--shadow: 0 18px 40px rgba(8, 8, 8, .1);--shadow-soft: 0 10px 24px rgba(8, 8, 8, .08);--shadow-lift: 0 22px 48px rgba(8, 8, 8, .16);--focus-ring: 0 0 0 4px rgba(255, 196, 0, .34)}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:radial-gradient(circle at 50% -160px,#ffc40057,#ffc40000 420px),linear-gradient(180deg,#fff9e8,#fffdf6 44%,#fff);background-attachment:fixed;background-size:100vw 100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:inherit}button,input{font:inherit}button,a,input{outline:none}button:focus-visible,a:focus-visible,input:focus-visible{box-shadow:var(--focus-ring)}::selection{background:#ffcc136b}.hero{max-width:960px;margin:14px auto 0;padding:28px 22px 18px;text-align:center;color:var(--ink);background:linear-gradient(135deg,#080808e6,#080808b8 42%,#ffc4002e),linear-gradient(180deg,#fffffff5,#fffae5f0);border:1px solid rgba(201,135,0,.22);border-radius:30px;box-shadow:0 24px 62px #08080829;overflow:hidden}.hero--compact{max-width:1120px;padding:22px 20px 10px}.hero__topline{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.hero__topline--centered{justify-content:center}.hero__brand{display:inline-flex;align-items:center;gap:12px;padding:10px 14px;border-radius:22px;background:linear-gradient(135deg,#ffc400fa,#ffe266f5),var(--yellow);border:1px solid rgba(255,236,155,.9);box-shadow:0 16px 34px #0808082e}.hero__brand img{width:50px;height:50px;object-fit:cover;border:1px solid rgba(18,18,18,.16);border-radius:16px}.hero__brand-copy{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left}.hero__brand-kicker{font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:#121212b8}.hero__brand strong{font-size:1.02rem;letter-spacing:.01em;color:#111}.hero__brand-instagram{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:4px;color:#fff;background:#080808e0;border:1px solid rgba(8,8,8,.72);border-radius:999px;text-decoration:none;box-shadow:var(--shadow-soft);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.hero__brand-instagram:hover{background:#2a2a2a;border-color:#111;transform:translateY(-1px)}.hero__brand--centered{margin-right:6px}.hero__link{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#0808088f;border:1px solid rgba(255,196,0,.32);color:#fff;backdrop-filter:blur(12px);text-decoration:none;font-size:.9rem;box-shadow:var(--shadow-soft);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.hero__link:hover{background:#080808ad;border-color:var(--yellow);transform:translateY(-1px);box-shadow:0 14px 28px #14141414}.hero__link--icon{justify-content:center;width:42px;height:42px;padding:0}.instagram-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.hero__actions--centered{justify-content:center}.hero__link--solid{background:linear-gradient(135deg,var(--yellow) 0%,var(--yellow-strong) 100%);border-color:#ffc400f0;color:#111}.hero__link--solid:hover{background:var(--yellow);border-color:var(--yellow);color:#111}.hero h1{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.03;letter-spacing:0;text-wrap:balance;color:#fff}.hero--compact h1{font-size:clamp(1.7rem,2.9vw,2.45rem)}.hero p{max-width:650px;margin:12px auto 0;font-size:1.05rem;color:#fffc;line-height:1.45;text-wrap:pretty}.hero--compact p{max-width:760px;font-size:.98rem;margin-top:10px}.announcement-banner{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;max-width:880px;margin:20px auto 0;padding:18px 20px 18px 22px;text-align:left;color:#121212;background:linear-gradient(115deg,#ffc400f2,#ffdb54e0 30%,#fff9e2f0 72%,#ffffffeb),#ffffffb8;border:1px solid rgba(255,226,102,.9);border-radius:18px;box-shadow:0 22px 48px #0808082e;backdrop-filter:blur(14px)}.announcement-banner:before{content:"";position:absolute;inset:-1px auto -1px -1px;width:8px;border-radius:20px 0 0 20px;background:linear-gradient(180deg,#111 0%,var(--yellow) 42%,var(--yellow-strong) 100%)}.announcement-banner span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 12px;border-radius:999px;background:#080808f0;color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 10px 22px #14141429}.announcement-banner strong{display:block;margin:0 0 4px;font-size:clamp(1.02rem,1.8vw,1.22rem);line-height:1.2}.announcement-banner p{max-width:680px;margin:0;color:var(--ink-soft);font-size:.95rem;font-weight:600;line-height:1.42}.announcement-banner__cta{display:flex;align-items:center;justify-content:center;width:max-content;min-height:40px;margin:0;padding:10px 15px;border-radius:999px;background:linear-gradient(135deg,#080808f5,#2a2a2af5);color:#fff;font-size:.9rem;font-weight:800;text-decoration:none;box-shadow:0 12px 26px #1414142e}.search-box{display:block;margin:28px auto 0;max-width:760px;text-align:left}.search-panel{max-width:760px;margin:28px auto 0;padding:14px;text-align:left;background:linear-gradient(180deg,#fffffffa,#fffae5f5),#ffffffd1;border:1px solid rgba(255,196,0,.72);border-radius:24px;box-shadow:0 20px 46px #08080824;backdrop-filter:blur(12px)}.search-box span{display:block;font-size:.9rem;margin-bottom:8px}.search-box input{width:100%;border:1px solid rgba(201,135,0,.82);border-radius:16px;padding:18px 20px;font-size:1.05rem;color:var(--ink);background:#fffffffa;box-shadow:inset 0 1px #ffffffe6;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.search-box input::placeholder{color:#77716a}.search-box input:focus{background:#fff;border-color:var(--yellow-strong);box-shadow:var(--focus-ring),inset 0 1px #ffffffe6}.search-box--compact{margin-top:0;max-width:none}.search-box--compact input{padding:14px 18px;font-size:.98rem}.search-panel--compact{max-width:980px;margin-top:14px;padding:12px}.catalog{max-width:1120px;margin:0 auto;padding:0 20px 48px}.catalog--compact{max-width:1180px;padding-top:0}.featured-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:14px 0 28px}.featured-strip--compact{margin-top:8px;margin-bottom:16px}.featured-card,.entry-card{min-width:0;background:var(--card);border:1px solid rgba(231,189,50,.76);border-radius:20px;box-shadow:var(--shadow);backdrop-filter:blur(10px)}.featured-card{padding:18px;background:linear-gradient(135deg,var(--yellow) 0%,var(--yellow-strong) 100%);color:#151515;transition:transform .16s ease,box-shadow .16s ease}.featured-card--button{display:flex;flex-direction:column;width:100%;min-height:100%;text-align:left;border:1px solid rgba(231,189,50,.76);cursor:pointer}.featured-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}.featured-card__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#141414b8}.featured-card h2{margin:12px 0 0;font-size:1.5rem;letter-spacing:-.03em}.featured-card p{margin-top:10px;color:#141414d1}.featured-card .entry-card__hint{margin-top:auto;color:#111}.category-section{margin-top:30px}.category-section--summary{margin-top:10px}.category-section--compact{margin-top:18px}.category-section__header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px}.category-section__header h2{margin:0;letter-spacing:0;font-size:clamp(1.25rem,2vw,1.55rem)}.category-section__header span{color:var(--ink-muted);font-size:.92rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.filter-panel{max-width:760px;margin:0 auto 14px}.filter-panel--compact{max-width:980px}.filter-panel__box{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:#fffcf4b8;border:1px solid rgba(239,210,115,.7);border-radius:20px;box-shadow:none}.filter-panel--inside-search{max-width:none;margin:10px 0 0}.filter-panel--inside-search .filter-panel__box{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.filter-panel__label{margin:0;font-size:.85rem;font-weight:700;color:#7a6000;text-transform:uppercase;letter-spacing:.05em}.hero .filter-panel__label{color:#6f5200}.filter-panel__tabs{display:flex;flex-wrap:wrap;gap:8px}.category-tab{width:auto;padding:10px 14px;border:1px solid rgba(201,135,0,.44);border-radius:999px;background:#ffffffeb;color:var(--ink);text-align:center;font:inherit;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.category-tab--link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.category-tab--letter{min-width:42px}.category-tab:hover{background:#fff8dc;border-color:var(--line-strong);box-shadow:0 8px 16px #ffa7171f;transform:translateY(-1px)}.category-tab.is-active{background:linear-gradient(135deg,var(--yellow) 0%,var(--yellow-strong) 100%);border-color:var(--line-strong);font-weight:700;color:#111}.cards--compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.category-directory{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.category-directory__card{display:flex;flex-direction:column;justify-content:space-between;gap:12px;min-width:0;padding:20px;background:linear-gradient(180deg,var(--card-strong) 0%,rgba(255,250,229,.96) 100%),#fff;border:1px solid rgba(231,189,50,.76);border-radius:20px;box-shadow:var(--shadow)}.category-directory__top{display:flex;align-items:stretch;justify-content:space-between;gap:12px;flex-direction:column}.category-directory__top>div{min-width:0}.category-directory__card span{display:inline-flex;width:max-content;min-height:28px;align-items:center;padding:5px 9px;border-radius:999px;background:#ffc40038;border:1px solid rgba(201,135,0,.48);color:#7a5600;font-size:.76rem;font-weight:800;text-transform:uppercase}.category-directory__card h2{margin:12px 0 0;font-size:clamp(1.22rem,2vw,1.55rem)}.category-directory__card p{margin:8px 0 0;color:var(--ink-soft);line-height:1.45}.category-directory__link{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;width:100%;padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,#080808f5,#2a2a2af5);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 12px 26px #14141429}.entry-card{padding:18px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.entry-card:hover{border-color:#c98700eb;box-shadow:var(--shadow-lift);transform:translateY(-2px)}.entry-card--compact{display:flex;flex-direction:column;width:100%;text-align:left;padding:11px 12px;cursor:pointer;background:linear-gradient(180deg,var(--card-strong) 0%,rgba(255,250,229,.96) 100%),#fff}.entry-card--compact:active{transform:translateY(0)}.entry-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.entry-card__top h3{margin:0;line-height:1.16;letter-spacing:0;overflow-wrap:anywhere}.entry-card__top--compact h3{font-size:.95rem;line-height:1.18}.entry-card__summary,.entry-card__description,.details-grid p{margin:6px 0 0;line-height:1.35;font-size:.88rem;color:var(--ink-soft);overflow-wrap:anywhere}.entry-card__categories,.entry-card__services{margin:6px 0 0;line-height:1.3;font-size:.8rem}.entry-card__categories{color:#855c00;font-weight:700}.entry-card__services{color:#5d5643}.entry-card__hint{display:inline-flex;align-items:center;align-self:flex-start;margin-top:auto;padding-top:10px;color:#8a6200;font-size:.72rem;font-weight:700}.entry-card__hint:after{content:">";margin-left:6px}.entry-photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:center;gap:8px;margin-top:12px}.entry-photos__thumb{display:block;min-width:0;aspect-ratio:4 / 3;overflow:hidden;border:1px solid rgba(231,189,50,.72);border-radius:12px;background:#fffae5e6}.entry-photos__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s ease}.entry-photos__thumb:hover img{transform:scale(1.04)}.entry-photos>span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:34px;padding:6px;border-radius:999px;background:#111;color:#fff;font-size:.78rem;font-weight:800}.entry-card--compact:hover .entry-card__hint,.entry-card--compact:focus-visible .entry-card__hint{color:#111}.meta-row,.link-row,.pill-row,.details-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.meta-row span,.details-grid div{background:linear-gradient(180deg,#fffaebeb,#fff5d8e6);border:1px solid rgba(239,210,115,.42);border-radius:14px;padding:8px 10px}.link-row a{text-decoration:none;padding:8px 10px;border-radius:12px;background:#fffffff0;border:1px solid rgba(239,210,115,.88);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.link-row a:hover,.modal__links a:hover{background:#fffdf7;border-color:var(--line-strong);transform:translateY(-1px)}.pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(239,210,115,.9);font-size:.72rem;line-height:1.15}.tag-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.tag-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#ffffffeb;border:1px solid rgba(239,210,115,.88);color:#4b4028;font-size:.8rem;line-height:1.15}.characteristics-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin-top:10px}.characteristics-list--compact{grid-template-columns:1fr;gap:6px;margin-top:8px}.characteristic{display:grid;gap:2px;padding:8px 10px;border-radius:12px;background:#fffaebd1;border:1px solid rgba(239,210,115,.72)}.characteristic strong{font-size:.7rem;line-height:1.1;color:#7a6000;text-transform:uppercase}.characteristic span{font-size:.84rem;line-height:1.25;color:var(--ink)}.pill--premium{background:linear-gradient(135deg,var(--yellow) 0%,var(--yellow-strong) 100%);border-color:#d68a00;color:#111}.modal{position:fixed;inset:0;z-index:1000}.modal__backdrop{position:absolute;inset:0;background:#11111175;backdrop-filter:blur(2px)}.modal__panel{position:relative;width:min(860px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow:auto;margin:14px auto;padding:24px;border-radius:22px;background:linear-gradient(180deg,#fffffffc,#fffaebfa);border:1px solid rgba(239,210,115,.88);box-shadow:0 28px 80px #1414143d}.modal__close{position:sticky;top:0;margin-left:auto;display:block;border:1px solid rgba(239,210,115,.88);background:#fffffff5;border-radius:999px;padding:8px 12px;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}.modal__close:hover{background:#fffdf7;border-color:var(--line-strong);transform:translateY(-1px)}.modal__badge{display:inline-block;margin-top:8px;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#ffcc132e,#ff98003d);border:1px solid rgba(239,210,115,.92);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.modal__panel h2{margin:14px 0 0;font-size:clamp(1.7rem,3vw,2.4rem)}.modal__summary,.modal__description{line-height:1.55}.modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.photo-gallery{margin-top:18px;padding:14px;background:#ffffffb8;border:1px solid rgba(231,189,50,.78);border-radius:18px}.photo-gallery__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.photo-gallery__header strong{font-size:1rem}.photo-gallery__header span{color:var(--ink-muted);font-size:.84rem}.photo-carousel{display:flex;gap:12px;margin-top:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-color:rgba(18,18,18,.35) transparent}.photo-carousel__slide{display:grid;flex:0 0 100%;min-width:0;overflow:hidden;color:inherit;text-decoration:none;background:#fffae5eb;border:1px solid rgba(231,189,50,.72);border-radius:16px;scroll-snap-align:start}.photo-carousel__slide img{width:100%;height:clamp(220px,45vw,430px);object-fit:cover;display:block}.photo-carousel__caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px}.photo-carousel__caption strong{flex:0 0 auto;color:#7a5600;font-size:.78rem}.photo-carousel__caption span{color:var(--ink-soft);font-size:.78rem;line-height:1.25;text-align:right}.modal__grid div{padding:14px;background:#ffffffc2;border:1px solid rgba(239,210,115,.75);border-radius:16px}.modal__grid p{margin:8px 0 0;line-height:1.5}.modal__links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.modal__links a{text-decoration:none;padding:10px 12px;background:#fffffff2;border:1px solid rgba(239,210,115,.88);border-radius:12px;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.scroll-top-button{position:fixed;right:22px;bottom:22px;z-index:900;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #d68a00;border-radius:999px;background:linear-gradient(135deg,var(--yellow) 0%,var(--yellow-strong) 100%);color:#111;box-shadow:0 14px 30px #1414142e;cursor:pointer;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.scroll-top-button span{transform:translateY(-1px);font-size:1.25rem;font-weight:800;line-height:1}.scroll-top-button:hover,.scroll-top-button:focus-visible{filter:brightness(1.04);box-shadow:0 16px 34px #1414143d;transform:translateY(-2px)}.info-hero{padding-bottom:8px}.info-page{width:min(980px,calc(100vw - 40px));margin:0 auto;padding:0 0 54px}.info-grid,.terms-list{display:grid;gap:14px}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.terms-list{grid-template-columns:1fr}.info-card{min-width:0;padding:22px;background:linear-gradient(180deg,var(--card-strong) 0%,rgba(255,250,229,.96) 100%);border:1px solid rgba(231,189,50,.82);border-radius:20px;box-shadow:var(--shadow)}.info-card--accent{background:linear-gradient(135deg,#ffc40038,#fffffff5 48%,#fff4c8fa),#fff}.info-card--entrepreneurs{position:relative;overflow:hidden;padding:28px;background:linear-gradient(135deg,#ffc40061,#fffffffa 46%,#ffeb9ff5),#fff;border-color:#c98700f2;box-shadow:0 22px 48px #5b420033}.info-card--entrepreneurs:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--yellow),var(--yellow-strong),#111)}.info-card__kicker{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#ffc40047;border:1px solid rgba(201,135,0,.66);color:#7a5600;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.info-card h2{margin:14px 0 0;font-size:clamp(1.18rem,2vw,1.55rem);letter-spacing:0}.info-card p{margin:10px 0 0;color:var(--ink-soft);line-height:1.55}.info-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;padding:11px 16px;border-radius:999px;background:linear-gradient(135deg,var(--ink) 0%,#2b2b2b 100%);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 14px 28px #1414142e}.contact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.contact-list a,.contact-list div{display:grid;gap:6px;min-width:0;padding:14px;text-decoration:none;background:#ffffffdb;border:1px solid rgba(239,210,115,.82);border-radius:16px}.contact-list strong{color:#7a5600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.contact-list span{color:var(--ink);overflow-wrap:anywhere}@media (max-width: 720px){.hero{margin:8px 8px 0;padding:14px 12px 10px;border-radius:22px;background:linear-gradient(145deg,#080808f0,#121212e6 48%,#543c00b8),radial-gradient(circle at 16% 0%,#ffc40075,#ffc40000 118px),radial-gradient(circle at 92% 26%,#ffc40052,#ffc40000 112px);border-color:#ffd33a42;box-shadow:0 18px 40px #08080838}.hero--compact{padding:12px 10px 8px}.hero__topline{flex-direction:column;align-items:center;gap:8px;margin-bottom:9px}.hero__topline--centered{align-items:center}.hero__brand,.hero__brand--centered{width:auto;max-width:100%;justify-content:center;margin-right:0;padding:7px 9px;border-radius:16px;background:linear-gradient(135deg,#ffd22afa,#ffbc00f2 58%,#ffeb8eeb),var(--yellow);box-shadow:0 12px 26px #0000003d}.hero__brand img{width:36px;height:36px;border-radius:12px}.hero__brand-kicker{font-size:.66rem;letter-spacing:.05em}.hero__brand strong{font-size:.96rem}.hero__brand-instagram{width:32px;height:32px;margin-left:2px;flex:0 0 auto}.hero__link{justify-content:center;width:auto;min-height:32px;padding:7px 4px;font-size:clamp(.64rem,2.6vw,.72rem);text-align:center;white-space:nowrap}.hero__link--icon{width:34px;height:34px;min-height:34px;padding:0}.instagram-icon{width:16px;height:16px}.hero__actions{flex-wrap:nowrap;width:min(100%,350px);justify-content:center;gap:6px}.hero__actions .hero__link:not(.hero__link--icon){flex:1 1 0;min-width:0}.hero h1,.hero--compact h1{font-size:clamp(1.42rem,7.4vw,1.9rem);line-height:1.06}.hero p,.hero--compact p{max-width:none;font-size:.86rem;line-height:1.32;margin-top:7px}.announcement-banner{grid-template-columns:auto minmax(0,1fr);gap:8px;margin-top:10px;padding:10px 11px 10px 13px;text-align:left;border-radius:15px;background:linear-gradient(135deg,#ffc400f2,#ffe576e0 42%,#ffffffd1),#ffffffbd;border-color:#ffe576c2;box-shadow:0 14px 28px #08080833}.announcement-banner span{justify-self:start;min-height:30px;padding:6px 8px;font-size:.62rem}.announcement-banner strong{font-size:.92rem}.announcement-banner p{font-size:.76rem;line-height:1.24}.announcement-banner__cta{width:max-content;min-height:32px;grid-column:2;margin:8px 0 0;padding:7px 11px;font-size:.78rem}.entry-card__top,.category-section__header{flex-direction:column;align-items:flex-start;gap:8px}.modal__grid{grid-template-columns:1fr}.search-panel{padding:9px;border-radius:16px;margin-top:11px;width:100%;background:linear-gradient(180deg,#fffffffa,#fff6d5f0),#ffffffd1;border-color:#ffc400b8;box-shadow:0 16px 32px #0808082e}.search-panel--compact{margin-top:10px}.search-box{margin-top:18px}.search-box--compact{margin-top:0}.search-box input,.search-box--compact input{min-height:44px;padding:11px 13px;border-radius:14px;font-size:.9rem;background:linear-gradient(180deg,#fff,#fffaf0);border-color:#c98700c2;box-shadow:inset 0 1px #fffffff5,0 8px 18px #0808080f}.filter-panel__label{text-align:left;font-size:.72rem}.filter-panel__tabs{justify-content:flex-start;gap:6px;overflow-x:auto;padding-bottom:2px}.category-tab{flex:0 0 auto;min-height:34px;padding:7px 10px;font-size:.8rem}.category-tab--letter{min-width:36px}.category-directory{grid-template-columns:1fr;gap:10px}.category-directory__card{padding:14px;border-radius:16px;gap:14px}.category-directory__top{align-items:stretch;flex-direction:column}.category-directory__link{width:100%}.cards{grid-template-columns:1fr;gap:14px}.featured-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px;margin-bottom:18px}.featured-card{padding:9px;border-radius:15px}.featured-card__label{font-size:.54rem;line-height:1.15}.featured-card h2{margin-top:6px;font-size:.78rem;line-height:1.12}.featured-card p{margin-top:6px;font-size:.68rem;line-height:1.18}.cards--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.entry-card{padding:14px;border-radius:18px}.catalog>.category-section:not(.category-section--compact) .entry-card{padding:12px}.catalog>.category-section:not(.category-section--compact) .entry-card__top h3{font-size:1rem;line-height:1.15}.catalog>.category-section:not(.category-section--compact) .entry-card__summary{font-size:.82rem;line-height:1.25}.catalog>.category-section:not(.category-section--compact) .entry-card__description{font-size:.82rem;line-height:1.32;margin-top:8px}.catalog>.category-section:not(.category-section--compact) .pill-row{gap:6px;margin-top:10px}.catalog>.category-section:not(.category-section--compact) .pill{padding:4px 7px;font-size:.66rem}.catalog>.category-section:not(.category-section--compact) .meta-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.catalog>.category-section:not(.category-section--compact) .meta-row span{width:auto;min-width:0;padding:7px 8px;font-size:.78rem;overflow-wrap:anywhere}.catalog>.category-section:not(.category-section--compact) .link-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.catalog>.category-section:not(.category-section--compact) .link-row a{padding:8px 7px;font-size:.78rem}.catalog>.category-section:not(.category-section--compact) .details-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px}.catalog>.category-section:not(.category-section--compact) .details-grid div{padding:10px}.catalog>.category-section:not(.category-section--compact) .details-grid strong{font-size:.82rem}.catalog>.category-section:not(.category-section--compact) .tag-chip{min-height:25px;padding:4px 7px;font-size:.72rem}.entry-card--compact{padding:8px}.entry-card__top--compact h3{font-size:.72rem;line-height:1.12}.entry-card__summary,.entry-card__description,.details-grid p{font-size:.9rem}.entry-card--compact .entry-card__summary{font-size:.66rem;line-height:1.18}.entry-card--compact .entry-card__categories,.entry-card--compact .entry-card__services{font-size:.6rem;line-height:1.15}.entry-card--compact .characteristic{padding:5px 6px;border-radius:9px}.entry-card--compact .characteristic strong{font-size:.5rem}.entry-card--compact .characteristic span{font-size:.62rem}.meta-row,.link-row,.pill-row,.details-grid{gap:8px;margin-top:12px}.meta-row span,.details-grid div{width:100%}.link-row a{flex:1 1 auto;text-align:center}.characteristics-list{grid-template-columns:1fr}.modal__panel{width:calc(100vw - 18px);max-height:calc(100vh - 18px);margin:9px auto;padding:16px;border-radius:18px}.modal__panel h2{font-size:clamp(1.45rem,8vw,2rem);line-height:1.12}.modal__links a{flex:1 1 auto;text-align:center}.scroll-top-button{right:14px;bottom:14px;width:44px;height:44px}.info-page{width:calc(100vw - 24px);padding-bottom:38px}.info-grid,.contact-list{grid-template-columns:1fr}.info-card{padding:16px;border-radius:18px}.info-card--entrepreneurs{padding:20px 16px 18px}.info-card__cta{width:100%;text-align:center}}@media (max-width: 900px){.filter-panel{max-width:none}}@media (max-width: 420px){.hero,.catalog{padding-left:10px;padding-right:10px}.hero h1,.hero--compact h1{font-size:clamp(1.48rem,8.2vw,1.9rem)}.hero__brand{gap:9px}.category-tab{flex-basis:calc(50% - 4px);padding-left:8px;padding-right:8px}.category-tab:first-child{flex-basis:100%}.featured-strip{gap:6px}.featured-card{padding:8px;border-radius:14px}.featured-card h2{font-size:.72rem}.entry-card__hint{font-size:.7rem}.entry-card--compact .entry-card__hint{font-size:.54rem;line-height:1.15;padding-top:6px}.scroll-top-button{right:10px;bottom:10px}}
