:root {
    --blue: #2563eb;
    --blue-dark: #1d4ed8;
    --navy: #0f172a;
    --light-blue: #eff6ff;
    --muted: #64748b;
    --border: #dbeafe;
    --white: #fff;
    --green: #15803d;
    --orange: #c2410c;
    --red: #b91c1c;
    --shadow: 0 18px 48px rgba(30, 64, 175, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: #fff; font: 15px/1.72 "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(219, 234, 254, .55); background: rgba(255, 255, 255, .88); backdrop-filter: blur(18px); transition: box-shadow .3s ease, background .3s ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 12px 30px rgba(15, 23, 42, .07); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { display: block; width: 46px; height: 46px; border-radius: 14px; object-fit: cover; }
.brand span { color: var(--navy); font-size: 23px; font-weight: 900; letter-spacing: -.06em; }
.site-nav { display: flex; align-items: center; gap: 27px; color: #334155; font-size: 14px; font-weight: 700; }
.site-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 10px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff !important; background: var(--blue); box-shadow: 0 12px 20px rgba(37, 99, 235, .18); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-white { color: var(--blue); background: #fff; }
.btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .46); background: rgba(255, 255, 255, .11); }
.btn-ghost:hover { background: rgba(255, 255, 255, .2); }
.btn-whatsapp { color: #fff; background: #16a34a; box-shadow: 0 10px 18px rgba(22, 163, 74, .18); }
.btn-whatsapp:hover { background: #15803d; }
.btn-outline { color: var(--blue); border-color: #bfdbfe; background: #fff; }
.btn-small { min-height: 40px; padding: 8px 15px; font-size: 14px; }
.hero { position: relative; overflow: hidden; padding: 112px 0 36px; background: radial-gradient(circle at 75% 18%, #bfdbfe 0, transparent 27%), linear-gradient(140deg, #eff6ff, #fff 55%, #eff6ff); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 50px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { top: -170px; right: -110px; width: 430px; height: 430px; border: 1px solid rgba(37, 99, 235, .14); }
.hero-glow-two { right: 16%; bottom: -160px; width: 310px; height: 310px; background: rgba(191, 219, 254, .28); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .37; background-image: linear-gradient(rgba(37, 99, 235, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom right, #000, transparent 77%); pointer-events: none; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-weight: 800; letter-spacing: -.052em; line-height: 1.12; }
h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(42px, 6vw, 72px); }
h1 span { color: var(--blue); }
h2 { margin-bottom: 12px; font-size: clamp(30px, 4vw, 44px); }
h3 { font-size: 20px; }
.lead { max-width: 720px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.search-box { display: flex; gap: 10px; margin-top: 38px; padding: 9px; border: 1px solid #dbeafe; border-radius: 17px; background: rgba(255, 255, 255, .92); box-shadow: var(--shadow); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.search-box:focus-within { border-color: #93c5fd; box-shadow: 0 22px 52px rgba(37, 99, 235, .16); transform: translateY(-2px); }
.search-box input { flex: 1; min-width: 0; padding: 0 12px; border: 0; outline: 0; color: var(--navy); background: transparent; font: inherit; }
.hero-search { padding: 11px; border-radius: 20px; }
.search-icon { align-self: center; padding-left: 8px; color: var(--blue); font-size: 28px; line-height: 1; }
.hero-showcase { position: relative; padding: 34px; border: 1px solid rgba(147, 197, 253, .65); border-radius: 28px; background: rgba(255, 255, 255, .72); box-shadow: 0 26px 60px rgba(37, 99, 235, .13); backdrop-filter: blur(14px); }
.hero-showcase img { width: 76px; height: 76px; margin-bottom: 24px; border-radius: 22px; object-fit: cover; box-shadow: 0 16px 28px rgba(37, 99, 235, .19); }
.hero-showcase h2 { font-size: 30px; }
.hero-showcase p { margin-bottom: 0; color: var(--muted); }
.showcase-orbit { position: absolute; top: -24px; right: -20px; width: 88px; height: 88px; border: 1px solid #bfdbfe; border-radius: 50%; }
.showcase-dot { position: absolute; border-radius: 50%; background: #60a5fa; box-shadow: 0 0 0 7px rgba(96, 165, 250, .13); }
.dot-one { top: 29px; right: 58px; width: 8px; height: 8px; }
.dot-two { right: 30px; bottom: 38px; width: 6px; height: 6px; }
.showcase-footer { display: flex; gap: 22px; margin-top: 23px; padding-top: 17px; border-top: 1px solid #dbeafe; color: var(--muted); font-size: 12px; font-weight: 700; }
.showcase-footer b { display: block; color: var(--navy); font-size: 17px; }
.hero-enter { animation: hero-enter .72s cubic-bezier(.2, .8, .2, 1) both; }
.hero-showcase.hero-enter { animation-delay: .14s; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(22px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.stat-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 66px; }
.stat-card { padding: 18px 20px; border: 1px solid rgba(191, 219, 254, .8); border-radius: 16px 16px 0 0; background: rgba(255, 255, 255, .8); transition: transform .25s ease, box-shadow .25s ease; }
.stat-card:hover { box-shadow: 0 14px 28px rgba(37, 99, 235, .09); transform: translateY(-5px); }
.stat-card strong, .stat-card span { display: block; }
.stat-card strong { color: var(--blue); font-size: 22px; }
.stat-card span { color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-panel { padding: 30px; border: 1px solid rgba(191, 219, 254, .9); border-radius: 24px; background: rgba(255, 255, 255, .76); box-shadow: var(--shadow); }
.hero-panel p { color: var(--muted); }
.hero-stat { display: flex; align-items: baseline; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--border); }
.hero-stat:last-child { border: 0; }
.hero-stat strong { color: var(--blue); font-size: 30px; }
.section { padding: 88px 0; }
.section-soft { background: #f8fbff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-head p, .page-head p { margin: 0; color: var(--muted); }
.domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.domain-card { position: relative; display: flex; min-height: 292px; flex-direction: column; padding: 24px; border: 1px solid #e5edf9; border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(15, 23, 42, .045); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.domain-card::before { position: absolute; inset: 0 auto 0 0; width: 3px; border-radius: 20px 0 0 20px; background: linear-gradient(#60a5fa, #2563eb); content: ""; opacity: 0; transition: opacity .25s ease; }
.domain-card:hover { border-color: #bfdbfe; box-shadow: 0 20px 44px rgba(30, 64, 175, .12); transform: translateY(-7px); }
.domain-card:hover::before { opacity: 1; }
.domain-card-top { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.tag { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 99px; color: #1d4ed8; background: #dbeafe; font-size: 12px; font-weight: 800; }
.tag-soft { color: #475569; background: #f1f5f9; }
.tag-green { color: var(--green); background: #dcfce7; }
.tag-orange { color: var(--orange); background: #ffedd5; }
.tag-red { color: var(--red); background: #fee2e2; }
.domain-card h3 { overflow-wrap: anywhere; margin-bottom: 10px; font-size: 23px; }
.domain-card p { flex: 1; margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.domain-card-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.price-label { display: block; margin-bottom: 2px; color: #94a3b8; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price { display: block; color: var(--blue); font-size: 18px; line-height: 1.3; }
.chip-grid, .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.chip, .value-card { padding: 20px; border: 1px solid var(--border); border-radius: 15px; background: #fff; font-weight: 800; }
.chip { display: flex; align-items: center; justify-content: space-between; color: var(--blue); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.chip:hover { border-color: #93c5fd; box-shadow: 0 12px 26px rgba(37, 99, 235, .08); transform: translateY(-3px); }
.chip span { font-size: 20px; }
.value-card { transition: transform .22s ease, box-shadow .22s ease; }
.value-card:hover { box-shadow: 0 15px 34px rgba(15, 23, 42, .07); transform: translateY(-5px); }
.value-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; font-weight: 500; }
.value-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 16px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #2563eb, #60a5fa); font-size: 22px; font-weight: 900; }
.cta { padding: 44px; border-radius: 24px; color: #fff; background: linear-gradient(125deg, #1d4ed8, #2563eb 65%, #60a5fa); box-shadow: var(--shadow); }
.cta p { color: #dbeafe; }
.cta-actions, .quick-contact { display: flex; flex-wrap: wrap; gap: 10px; }
.quick-contact { margin: 0 0 17px; padding-bottom: 16px; border-bottom: 1px solid #e2e8f0; }
.page-head { padding: 66px 0 38px; background: linear-gradient(135deg, #eff6ff, #fff); }
.catalog-head { position: relative; overflow: hidden; padding: 74px 0 48px; }
.catalog-head h1 { margin-bottom: 11px; font-size: clamp(42px, 5vw, 62px); }
.page-head-glow { position: absolute; top: -140px; right: 10%; width: 310px; height: 310px; border-radius: 50%; background: rgba(191, 219, 254, .4); filter: blur(5px); }
.filter-card, .form-card, .detail-card { padding: 22px; border: 1px solid #e5edf9; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(15, 23, 42, .045); }
.filter-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr) auto; align-items: end; gap: 12px; }
label { display: block; margin-bottom: 5px; color: #334155; font-size: 13px; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cbd5e1; border-radius: 10px; color: var(--navy); background: #fff; font: inherit; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); outline: 3px solid #dbeafe; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-full { grid-column: 1 / -1; }
.alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-size: 14px; }
.alert-success { color: #166534; background: #dcfce7; }
.alert-error { color: #991b1b; background: #fee2e2; }
.empty { padding: 30px; border: 1px dashed #bfdbfe; border-radius: 15px; color: var(--muted); text-align: center; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.detail-name { overflow-wrap: anywhere; font-size: clamp(40px, 6vw, 66px); }
.detail-price { display: block; margin: 20px 0; color: var(--blue); font-size: 26px; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.detail-description { color: #475569; white-space: pre-line; }
.value-reasons { margin-top: 26px; padding: 19px; border: 1px solid #bfdbfe; border-radius: 15px; background: #f8fbff; }
.value-reasons h3 { margin-bottom: 13px; }
.value-reasons p { display: flex; gap: 9px; margin: 8px 0; color: #475569; font-size: 14px; }
.value-reasons span { color: var(--blue); font-weight: 900; }
.tag-premium { color: #92400e; background: #fef3c7; }
.tag-medium { color: #1d4ed8; background: #dbeafe; }
.tag-standard { color: #475569; background: #f1f5f9; }
.domain-detail-hero { position: relative; overflow: hidden; padding: 76px 0 70px; color: #fff; background: radial-gradient(circle at 82% 10%, rgba(96, 165, 250, .33), transparent 28%), linear-gradient(128deg, #0f172a, #172554 55%, #1d4ed8); }
.detail-hero-glow { position: absolute; right: -110px; bottom: -190px; width: 430px; height: 430px; border: 1px solid rgba(191, 219, 254, .24); border-radius: 50%; box-shadow: 0 0 0 44px rgba(191, 219, 254, .04), 0 0 0 88px rgba(191, 219, 254, .025); }
.detail-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 54px; }
.detail-hero-copy .eyebrow { color: #bfdbfe; }
.detail-hero-copy .detail-meta { margin: 8px 0 18px; }
.detail-hero-copy .detail-name { max-width: 820px; margin-bottom: 16px; color: #fff; font-size: clamp(48px, 7vw, 82px); }
.detail-lead { max-width: 720px; margin-bottom: 0; color: #cbd5e1; font-size: 18px; }
.detail-offer-card { padding: 28px; border: 1px solid rgba(191, 219, 254, .34); border-radius: 22px; background: rgba(255, 255, 255, .11); box-shadow: 0 24px 54px rgba(15, 23, 42, .2); backdrop-filter: blur(14px); }
.detail-offer-card .price-label { color: #bfdbfe; }
.detail-offer-card .detail-price { margin: 6px 0 12px; color: #fff; font-size: clamp(27px, 3vw, 38px); line-height: 1.2; }
.detail-offer-card p { margin: 0 0 20px; color: #dbeafe; font-size: 14px; }
.detail-offer-actions { display: grid; gap: 10px; }
.detail-intro-section { padding-bottom: 34px; }
.detail-content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 22px; }
.sales-panel, .sales-highlight { padding: 27px; border: 1px solid #e5edf9; border-radius: 20px; background: #fff; box-shadow: 0 14px 36px rgba(15, 23, 42, .055); }
.sales-panel h2 { font-size: clamp(28px, 3vw, 38px); }
.sales-panel > p { color: var(--muted); }
.sales-summary { margin: 20px 0 0; padding: 16px 17px; border-left: 3px solid var(--blue); border-radius: 0 12px 12px 0; color: #334155 !important; background: #eff6ff; font-weight: 700; }
.sales-highlight { display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(138deg, #1e3a8a, #2563eb); }
.sales-highlight strong { overflow-wrap: anywhere; font-size: 24px; letter-spacing: -.04em; }
.sales-highlight span { margin-top: 6px; color: #bfdbfe; }
.sales-highlight a { margin-top: 22px; color: #fff; font-weight: 800; }
.sales-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.use-case-card, .purchase-step { padding: 21px; border: 1px solid #dbeafe; border-radius: 17px; background: #fff; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.use-case-card:hover, .purchase-step:hover { border-color: #93c5fd; box-shadow: 0 17px 34px rgba(37, 99, 235, .1); transform: translateY(-5px); }
.use-case-card > span, .purchase-step > span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 15px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #2563eb, #60a5fa); font-size: 13px; font-weight: 900; }
.use-case-card h3, .purchase-step h3 { margin-bottom: 8px; font-size: 18px; }
.use-case-card p, .purchase-step p { margin: 0; color: var(--muted); font-size: 13px; }
.sales-split-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.audience-tags span { padding: 8px 11px; border: 1px solid #bfdbfe; border-radius: 99px; color: #1d4ed8; background: #eff6ff; font-size: 13px; font-weight: 800; }
.detail-value-reasons { margin-top: 19px; padding: 0; border: 0; background: transparent; }
.detail-value-reasons p { margin: 11px 0; }
.purchase-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.detail-form-section { background: linear-gradient(135deg, #eff6ff, #fff); }
.detail-form-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 42px; }
.detail-form-copy { padding: 18px 0; }
.detail-form-copy p { color: var(--muted); font-size: 16px; }
.detail-phone-link { display: inline-block; margin-top: 12px; color: var(--blue); font-weight: 800; }
.page-transition { position: fixed; inset: 0; z-index: 100; background: linear-gradient(135deg, #eff6ff, #fff); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .26s ease, visibility .26s ease; }
.page-transition::after { position: absolute; top: 50%; left: 50%; width: 42px; height: 42px; border: 3px solid #dbeafe; border-top-color: var(--blue); border-radius: 50%; content: ""; transform: translate(-50%, -50%); animation: page-spin .72s linear infinite; }
body.is-leaving .page-transition { opacity: 1; visibility: visible; }
@keyframes page-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.js-enabled .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; }
.contact-copy { padding: 20px 0; }
.contact-copy p { color: var(--muted); }
.contact-actions { display: grid; gap: 10px; margin-top: 24px; }
.contact-action { display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid #dbeafe; border-radius: 13px; background: #f8fbff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.contact-action:hover { border-color: #93c5fd; box-shadow: 0 12px 25px rgba(37, 99, 235, .08); transform: translateY(-2px); }
.contact-action span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: #fff; background: var(--blue); font-size: 18px; }
.contact-action svg, .floating-icon svg { width: 19px; height: 19px; fill: currentColor; }
.contact-action small, .contact-action strong { display: block; }
.contact-action small { color: var(--muted); font-size: 11px; font-weight: 700; }
.contact-action strong { font-size: 14px; }
.floating-contact { position: fixed; bottom: 22px; left: 18px; z-index: 35; display: grid; gap: 9px; }
.floating-contact-item { display: flex; width: max-content; align-items: center; gap: 9px; padding: 8px 13px 8px 8px; border-radius: 15px; color: #fff; box-shadow: 0 14px 28px rgba(15, 23, 42, .16); transition: transform .22s ease, box-shadow .22s ease; }
.floating-contact-item:hover { color: #fff; box-shadow: 0 18px 34px rgba(15, 23, 42, .22); transform: translateY(-3px); }
.floating-phone { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.floating-whatsapp { background: linear-gradient(135deg, #22c55e, #15803d); }
.floating-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: rgba(255, 255, 255, .18); font-size: 18px; }
.floating-label { font-size: 12px; font-weight: 800; line-height: 1.25; }
.floating-label small { display: block; margin-bottom: 2px; color: rgba(255, 255, 255, .78); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-section { padding-top: 42px; }
.catalog-layout { display: grid; grid-template-columns: 275px minmax(0, 1fr); align-items: start; gap: 26px; }
.filter-sidebar { position: sticky; top: 96px; padding: 20px; border: 1px solid #e2e8f0; border-radius: 20px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 34px rgba(15, 23, 42, .055); }
.filter-heading, .results-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.filter-heading { margin-bottom: 19px; padding-bottom: 15px; border-bottom: 1px solid #e2e8f0; }
.filter-heading .eyebrow, .results-toolbar .eyebrow { margin-bottom: 5px; font-size: 10px; }
.filter-heading h2, .results-toolbar h2 { margin-bottom: 0; font-size: 24px; }
.filter-heading a, .active-filter-clear { color: var(--blue); font-size: 12px; font-weight: 800; }
.sidebar-field { margin-bottom: 15px; }
.sidebar-field input, .sidebar-field select { min-height: 44px; border-color: #e2e8f0; border-radius: 10px; font-size: 13px; }
.sidebar-search { position: relative; }
.sidebar-search span { position: absolute; top: 50%; left: 11px; color: var(--blue); font-size: 21px; line-height: 1; transform: translateY(-52%); }
.sidebar-search input { padding-left: 34px; }
.sidebar-submit { width: 100%; min-height: 45px; margin-top: 3px; font-size: 13px; }
.filter-note { margin-top: 20px; padding: 14px; border: 1px solid #dbeafe; border-radius: 13px; background: #eff6ff; }
.filter-note strong { font-size: 13px; }
.filter-note p { margin: 5px 0 7px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.filter-note a { color: var(--blue); font-size: 12px; font-weight: 800; }
.results-toolbar { min-height: 63px; margin-bottom: 20px; }
.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.catalog-grid .domain-card { min-height: 278px; }
.mobile-filter-toggle { display: none; margin-bottom: 15px; }
.site-footer { padding-top: 54px; color: #cbd5e1; background: #0f172a; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding-bottom: 35px; }
.footer-brand { display: inline-flex !important; align-items: center; gap: 10px; margin: 0 !important; color: #fff !important; }
.footer-logo { width: 48px; height: 48px; border-radius: 14px; object-fit: cover; }
.footer-brand span { font-size: 23px; font-weight: 900; letter-spacing: -.06em; }
.site-footer p { max-width: 430px; color: #94a3b8; }
.site-footer h3 { color: #fff; font-size: 16px; }
.site-footer a { display: block; margin: 7px 0; color: #cbd5e1; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { padding: 18px 0; border-top: 1px solid #1e293b; color: #94a3b8; font-size: 13px; }
@media (max-width: 860px) {
    .menu-toggle { display: block; }
    .site-nav { position: absolute; top: 76px; right: 16px; left: 16px; display: none; align-items: stretch; padding: 15px; border: 1px solid var(--border); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
    .site-nav.is-open { display: grid; gap: 8px; }
    .site-nav a { padding: 9px 6px; }
    .nav-cta { margin-top: 4px; }
    .hero { padding: 70px 0 62px; }
    .hero-grid, .detail-grid, .contact-layout, .detail-hero-grid, .detail-content-grid, .detail-form-grid { grid-template-columns: 1fr; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
    .domain-grid { grid-template-columns: repeat(2, 1fr); }
    .chip-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
    .filter-grid { grid-template-columns: repeat(2, 1fr); }
    .filter-search { grid-column: 1 / -1; }
    .catalog-layout { display: block; }
    .mobile-filter-toggle { display: inline-flex; gap: 7px; }
    .filter-sidebar { position: static; display: none; margin-bottom: 20px; }
    .filter-sidebar.is-open { display: block; }
    .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sales-card-grid { grid-template-columns: repeat(2, 1fr); }
    .purchase-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .container { width: min(100% - 22px, 1160px); }
    .domain-grid, .footer-grid, .form-grid, .filter-grid { grid-template-columns: 1fr; }
    .section { padding: 62px 0; }
    .section-head { align-items: start; flex-direction: column; }
    .search-box { display: grid; }
    .search-box .btn { width: 100%; }
    .search-icon { display: none; }
    .stat-grid { gap: 8px; }
    .stat-card { padding: 14px; border-radius: 13px; }
    .cta { padding: 28px; }
    .filter-search { grid-column: auto; }
    .catalog-grid { grid-template-columns: 1fr; }
    .results-toolbar { align-items: start; flex-direction: column; }
    .floating-contact { bottom: 12px; left: 10px; display: flex; gap: 7px; }
    .floating-contact-item { padding: 7px; border-radius: 13px; }
    .floating-icon { width: 34px; height: 34px; }
    .floating-label { display: none; }
    .domain-detail-hero { padding: 54px 0 46px; }
    .detail-hero-copy .detail-name { font-size: clamp(39px, 13vw, 58px); }
    .detail-offer-card, .sales-panel, .sales-highlight { padding: 21px; }
    .sales-card-grid, .sales-split-grid, .purchase-steps { grid-template-columns: 1fr; }
}
