.adv-rz { background: #0a0a0d; color: var(--fg); margin-inline: calc(50% - 50vw); } .adv-rz-hero {
position: relative; overflow: hidden; box-sizing: border-box;
min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: clamp(4.5rem, 8vh, 6.5rem) clamp(1.25rem, 5vw, 3rem) clamp(1rem, 2vh, 1.6rem);
background: radial-gradient(135% 105% at 72% 26%, #150e22 0%, #0c0913 48%, #0a0a0d 100%);
margin-inline: calc(50% - 50vw); } .adv-rz-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.adv-rz-hero__glow { position: absolute; border-radius: 50%; filter: blur(60px); }
.adv-rz-hero__glow--p { width: 48vw; height: 48vw; right: -8vw; top: -6vw; background: radial-gradient(circle, rgba(123, 67, 196, .5), transparent 64%); opacity: .55; }
.adv-rz-hero__glow--g { width: 32vw; height: 32vw; left: 26%; bottom: -10vw; background: radial-gradient(circle, rgba(200, 162, 75, .16), transparent 66%); opacity: .8; }
.adv-rz-hero__stars {
position: absolute; inset: 0; opacity: .45;
background-image:
radial-gradient(1px 1px at 12% 22%, rgba(244, 243, 247, .7), transparent),
radial-gradient(1px 1px at 28% 64%, rgba(244, 243, 247, .5), transparent),
radial-gradient(1px 1px at 45% 38%, rgba(200, 162, 75, .5), transparent),
radial-gradient(1px 1px at 62% 78%, rgba(244, 243, 247, .5), transparent),
radial-gradient(1px 1px at 76% 30%, rgba(244, 243, 247, .6), transparent),
radial-gradient(1px 1px at 88% 58%, rgba(123, 67, 196, .6), transparent),
radial-gradient(1.5px 1.5px at 35% 88%, rgba(244, 243, 247, .4), transparent),
radial-gradient(1px 1px at 8% 80%, rgba(244, 243, 247, .5), transparent);
background-size: 600px 600px;
}
.adv-rz-hero__grid {
position: relative; z-index: 2; align-self: center; width: 100%; max-width: 1500px; margin-inline: auto;
display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(1.5rem, 3vw, 3rem);
} .adv-rz-hero__col { max-width: 34rem; align-self: center; }
.adv-rz-hero__h1 {
margin: 1rem 0 0; font-family: var(--font-head); font-weight: 800;
font-size: clamp(2.1rem, 4.6vw, 3.8rem); line-height: 1.05; letter-spacing: -.015em; color: var(--fg);
}
@media (max-width: 860px) { .adv-rz-hero__h1 { line-height: 1.15; } }
.adv-rz-hl {
background: linear-gradient(180deg, #e9cf94 0%, #c8a24b 55%, #b0883a 100%); -webkit-background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent; color: var(--gold); }
.adv-rz-hero__lead {
margin: 1.1rem 0 0; max-width: 30rem;
font-family: var(--font-body); font-size: clamp(.98rem, 1.3vw, 1.12rem); line-height: 1.7; color: rgba(244, 243, 247, .74);
}
.adv-rz-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: clamp(1.6rem, 3vw, 2.2rem); } .adv-btn-solid {
display: inline-flex; align-items: center; gap: .5rem;
padding: .9rem 1.6rem; border-radius: 10px; border: 1px solid transparent;
background: linear-gradient(180deg, #7b43c4, #602e9e); color: #fff; text-decoration: none;
font-family: var(--font-head); font-weight: 700; font-size: .95rem; cursor: pointer;
box-shadow: 0 14px 30px -16px rgba(96, 46, 158, .9);
transition: filter .25s, box-shadow .3s, transform .15s var(--ease);
}
.adv-btn-solid svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.adv-btn-solid:active { transform: scale(.97); }
@media (hover: hover) { .adv-btn-solid:hover { filter: brightness(1.08); box-shadow: 0 18px 40px -16px rgba(96, 46, 158, 1); } .adv-btn-solid:hover svg { transform: translateX(3px); } } .adv-btn-ghost {
display: inline-flex; align-items: center; gap: .5rem;
padding: .9rem 1.5rem; border-radius: 10px;
border: 1px solid rgba(244, 243, 247, .28); background: transparent;
color: var(--fg); text-decoration: none;
font-family: var(--font-head); font-weight: 600; font-size: .95rem; cursor: pointer;
transition: border-color .25s, color .25s, background-color .25s, transform .15s var(--ease);
}
.adv-btn-ghost svg { width: 17px; height: 17px; }
.adv-btn-ghost:active { transform: scale(.97); }
@media (hover: hover) { .adv-btn-ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(200, 162, 75, .06); } } .adv-rz-hero__stage {
--u: clamp(.62px, .066vw, 1px); position: relative; z-index: 1;
width: calc(820 * var(--u)); height: calc(560 * var(--u));
} .adv-rz-phones { position: absolute; inset: 0; }
.adv-rz-phone { position: absolute; margin: 0; will-change: transform, opacity; }
.adv-rz-phone img { display: block; width: 100%; height: auto; } .adv-rz-phglow {
position: absolute; left: 48%; top: 46%; translate: -50% -50%; z-index: 0; pointer-events: none;
width: calc(540 * var(--u)); height: calc(540 * var(--u));
background: radial-gradient(46% 46% at 50% 50%, rgba(123, 67, 196, .42), transparent 70%);
filter: blur(22px);
} .adv-rz-phone--center { width: calc(252 * var(--u)); left: calc(280 * var(--u)); top: calc(60 * var(--u));  z-index: 3; rotate: -3deg;
filter: drop-shadow(0 calc(34 * var(--u)) calc(48 * var(--u)) rgba(0, 0, 0, .6)) drop-shadow(calc(-10 * var(--u)) calc(4 * var(--u)) calc(34 * var(--u)) rgba(123, 67, 196, .5)); }
.adv-rz-phone--left   { width: calc(210 * var(--u)); left: calc(96 * var(--u));  top: calc(22 * var(--u));  z-index: 1; rotate: -9deg;
filter: drop-shadow(0 calc(26 * var(--u)) calc(40 * var(--u)) rgba(0, 0, 0, .5)); }
.adv-rz-phone--right  { width: calc(224 * var(--u)); left: calc(500 * var(--u)); top: calc(118 * var(--u)); z-index: 2; rotate: 7deg;
filter: drop-shadow(0 calc(28 * var(--u)) calc(42 * var(--u)) rgba(0, 0, 0, .55)); } .adv-js .adv-rz-phone { opacity: 0; }
.adv-js .adv-rz-phone img { filter: blur(14px); } .adv-rz-hero__stage.is-in .adv-rz-phone--center { animation: adv-ph-c 1.05s cubic-bezier(.18, .7, .16, 1.02) .14s both; }
.adv-rz-hero__stage.is-in .adv-rz-phone--left   { animation: adv-ph-l 1.15s cubic-bezier(.18, .7, .16, 1.02) .5s both; }
.adv-rz-hero__stage.is-in .adv-rz-phone--right  { animation: adv-ph-r 1.2s  cubic-bezier(.18, .7, .16, 1.02) .78s both; }
.adv-rz-hero__stage.is-in .adv-rz-phone--center img { animation: adv-ph-unblur .9s ease .2s both; }
.adv-rz-hero__stage.is-in .adv-rz-phone--left img   { animation: adv-ph-unblur .9s ease .56s both; }
.adv-rz-hero__stage.is-in .adv-rz-phone--right img  { animation: adv-ph-unblur .95s ease .84s both; }
@keyframes adv-ph-c { 0% { opacity: 0; transform: translateY(calc(84 * var(--u))) scale(.9); } 55% { opacity: 1; } 100% { opacity: 1; transform: none; } }
@keyframes adv-ph-l { 0% { opacity: 0; transform: translate(calc(-64 * var(--u)), calc(52 * var(--u))) scale(.92); } 55% { opacity: 1; } 100% { opacity: 1; transform: none; } }
@keyframes adv-ph-r { 0% { opacity: 0; transform: translate(calc(66 * var(--u)), calc(28 * var(--u))) scale(.92); } 50% { opacity: 1; } 100% { opacity: 1; transform: none; } }
@keyframes adv-ph-unblur { 0% { filter: blur(14px); } 60%, 100% { filter: blur(0); } } .adv-js .adv-rz-hero__col > * { opacity: 0; transform: translateY(20px); animation: adv-rz-in .8s var(--ease) forwards; }
.adv-js .adv-rz-hero__col > :nth-child(1) { animation-delay: .05s; }
.adv-js .adv-rz-hero__col > :nth-child(2) { animation-delay: .16s; }
.adv-js .adv-rz-hero__col > :nth-child(3) { animation-delay: .27s; }
.adv-js .adv-rz-hero__col > :nth-child(4) { animation-delay: .38s; }
@keyframes adv-rz-in { to { opacity: 1; transform: none; } } .adv-rz-hero__stats {
position: relative; z-index: 2; width: 100%; max-width: 1500px; margin: clamp(1.8rem, 3.5vh, 2.8rem) auto 0;
padding-top: clamp(1.5rem, 2.8vh, 2.2rem); border-top: 1px solid rgba(244, 243, 247, .1);
display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
}
.adv-rzstat { display: flex; align-items: center; gap: .9rem; }
.adv-rzstat__ico {
flex: 0 0 auto; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
border-radius: 12px; color: var(--gold); background: rgba(200, 162, 75, .08); border: 1px solid rgba(200, 162, 75, .22);
}
.adv-rzstat__ico svg { width: 24px; height: 24px; }
.adv-rzstat__txt { display: flex; flex-direction: column; line-height: 1.1; }
.adv-rzstat__num { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.5rem, 2.4vw, 2.1rem); color: var(--fg); }
.adv-rzstat__label { margin-top: .2rem; font-family: var(--font-body); font-size: .82rem; color: rgba(244, 243, 247, .6); } html { scroll-behavior: smooth; } .adv-rz-wrap { max-width: calc(1280px + 4rem); margin: 0 auto; padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 5vw, 2rem) clamp(4rem, 9vw, 7rem); scroll-margin-top: 90px; box-sizing: border-box; } .adv-rz-feat {
position: relative; margin-bottom: clamp(2.5rem, 5vw, 4rem);
border: 1px solid rgba(244, 243, 247, .08); border-radius: 20px; overflow: hidden;
background: linear-gradient(180deg, #100b1b 0%, #0c0913 100%);
}
.adv-rz-feat__pin {
position: absolute; top: 1.1rem; left: 1.1rem; z-index: 2;
display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .8rem; border-radius: 999px;
font-family: var(--font-mono); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
background: rgba(10, 11, 14, .65); border: 1px solid rgba(200, 162, 75, .3);
-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.adv-rz-feat__pin svg { width: 14px; height: 14px; }
.adv-rz-feat__inner { display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch; }
.adv-rz-feat__media { margin: 0; position: relative; overflow: hidden; background: #0a0a0d; min-height: 280px; }
.adv-rz-feat__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.adv-rz-feat__icons { position: absolute; top: .7rem; right: .7rem; z-index: 2; display: flex; gap: .4rem; }
.adv-rz-feat__icon {
width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
border-radius: 9px; color: var(--gold);
background: rgba(10, 11, 14, .6); border: 1px solid rgba(200, 162, 75, .3);
-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.adv-rz-feat__icon svg { width: 18px; height: 18px; }
.adv-rz-feat__body { display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.6rem); }
.adv-rz-feat__type { margin: 0 0 .4rem; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(244, 243, 247, .4); }
.adv-rz-feat__title { margin: 0 0 .7rem; font-family: var(--font-head); font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--fg); }
.adv-rz-feat__desc { margin: 0 0 1.2rem; font-family: var(--font-body); font-size: .95rem; line-height: 1.65; color: var(--muted); }
.adv-rz-feat__tags { margin-bottom: 1.4rem; }
.adv-rz-feat__actions { margin-top: auto; display: flex; gap: .7rem; flex-wrap: wrap; }
.adv-rz-feat__actions .adv-rz-btn { flex: 0 1 auto; padding: .75rem 1.3rem; } @media (max-width: 860px) {
.adv-rz-feat__inner { grid-template-columns: 1fr; }
.adv-rz-feat__media { min-height: 200px; aspect-ratio: 3 / 2; }
} .adv-rz-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.adv-rz-modal[hidden] { display: none; }
.adv-rz-modal__backdrop { position: absolute; inset: 0; background: rgba(6, 5, 10, .78); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.adv-rz-modal__panel {
position: relative; z-index: 1; width: min(720px, 100%); max-height: min(86vh, 820px); overflow-y: auto;
background: linear-gradient(180deg, #14101f 0%, #0c0913 100%);
border: 1px solid rgba(244, 243, 247, .1); border-radius: 20px;
box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .8);
padding: clamp(1.5rem, 3vw, 2.4rem);
animation: adv-rz-modal-in .3s var(--ease) both;
}
@keyframes adv-rz-modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.adv-rz-modal__close {
position: absolute; top: 1rem; right: 1rem; z-index: 2; width: 38px; height: 38px;
display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; cursor: pointer;
color: var(--fg); background: rgba(255, 255, 255, .05); border: 1px solid rgba(244, 243, 247, .16);
}
.adv-rz-modal__close svg { width: 18px; height: 18px; }
@media (hover: hover) { .adv-rz-modal__close:hover { background: rgba(255, 255, 255, .1); border-color: rgba(244, 243, 247, .3); } }
.adv-rz-modal__type { margin: 0 0 .4rem; padding-right: 2.5rem; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.adv-rz-modal__title { margin: 0 0 1.1rem; font-family: var(--font-head); font-weight: 800; font-size: clamp(1.4rem, 2.6vw, 1.8rem); color: var(--fg); padding-right: 2.5rem; }
.adv-rz-modal__media { margin: 0 0 .6rem; border-radius: 14px; overflow: hidden; background: #0a0a0d; }
.adv-rz-modal__media img { width: 100%; height: auto; display: block; }
.adv-rz-modal__gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .6rem; margin: 0 0 1.4rem; }
.adv-rz-modal__gallery img { width: 100%; height: auto; display: block; border-radius: 10px; background: #0a0a0d; }
@media (max-width: 520px) { .adv-rz-modal__gallery { grid-template-columns: 1fr; } }
.adv-rz-modal__case { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.4rem; }
.adv-rz-modal__label { display: block; margin-bottom: .3rem; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--brand-2); }
.adv-rz-modal__block p { margin: 0; font-family: var(--font-body); font-size: .92rem; line-height: 1.65; color: var(--muted); }
.adv-rz-modal__quote {
margin: 0 0 1.4rem; padding: 1rem 1.2rem; border-left: 2px solid var(--gold);
font-family: var(--font-body); font-style: italic; font-size: .95rem; line-height: 1.6; color: var(--fg);
background: rgba(200, 162, 75, .06); border-radius: 0 10px 10px 0;
}
.adv-rz-modal__actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.adv-rz-modal__actions .adv-rz-btn { flex: 0 1 auto; padding: .75rem 1.3rem; } .adv-rz-modal__media img,
.adv-rz-modal__gallery img { cursor: zoom-in; }
.adv-rz-lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); }
.adv-rz-lightbox[hidden] { display: none; }
.adv-rz-lightbox__backdrop { position: absolute; inset: 0; background: rgba(4, 3, 7, .92); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); } .adv-rz-lightbox__frame { position: relative; z-index: 1; display: inline-flex; max-width: 100%; max-height: 100%; }
.adv-rz-lightbox__img {
display: block; max-width: min(90vw, 1200px); max-height: 82vh;
border-radius: 12px; box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .85);
animation: adv-rz-modal-in .25s var(--ease) both;
}
.adv-rz-lightbox__close,
.adv-rz-lightbox__nav {
position: absolute; z-index: 2; display: inline-flex; align-items: center; justify-content: center;
border-radius: 999px; cursor: pointer;
} .adv-rz-lightbox__close {
top: -.6rem; right: -.6rem; width: 42px; height: 42px;
background: linear-gradient(180deg, #7b43c4, #602e9e); border: 1px solid rgba(255, 255, 255, .3);
color: #fff; box-shadow: 0 8px 22px -6px rgba(0, 0, 0, .75), 0 0 0 4px rgba(10, 11, 14, .55);
}
.adv-rz-lightbox__close svg { width: 18px; height: 18px; }
.adv-rz-lightbox__nav {
top: 50%; translate: 0 -50%; width: 48px; height: 48px;
color: var(--fg); background: rgba(10, 11, 14, .55); border: 1px solid rgba(244, 243, 247, .22);
-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.adv-rz-lightbox__nav svg { width: 22px; height: 22px; }
.adv-rz-lightbox__nav--prev { left: .7rem; }
.adv-rz-lightbox__nav--next { right: .7rem; }
.adv-rz-lightbox__nav[hidden] { display: none; }
@media (hover: hover) {
.adv-rz-lightbox__close:hover { filter: brightness(1.1); }
.adv-rz-lightbox__nav:hover { background: rgba(255, 255, 255, .16); border-color: rgba(244, 243, 247, .38); }
}
@media (max-width: 640px) {
.adv-rz-lightbox__nav { width: 40px; height: 40px; }
.adv-rz-lightbox__nav svg { width: 18px; height: 18px; }
} .adv-rz-filter-label {
margin: 0 0 .9rem; display: inline-flex; align-items: center; gap: .6rem;
font-family: var(--font-mono); font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold);
}
.adv-rz-filter-label::before { content: ""; width: 22px; height: 1px; background: var(--gold); }
.adv-rz-filter {
display: flex; flex-wrap: wrap; gap: .4rem;
width: fit-content; max-width: 100%;
padding: .45rem; border-radius: 16px;
background: rgba(255, 255, 255, .045);
border: 1px solid rgba(244, 243, 247, .16);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 16px 44px -30px rgba(0, 0, 0, .85);
}
.adv-rz-filter__btn {
padding: .58rem 1.05rem; border-radius: 11px; cursor: pointer;
font-family: var(--font-head); font-weight: 600; font-size: .92rem;
color: rgba(244, 243, 247, .82); background: transparent; border: 0;
transition: color .25s, background-color .25s, box-shadow .25s;
}
.adv-rz-filter__btn.is-active {
color: #fff; background: linear-gradient(180deg, #7b43c4, #602e9e);
box-shadow: 0 8px 20px -10px rgba(96, 46, 158, .85);
}
@media (hover: hover) { .adv-rz-filter__btn:not(.is-active):hover { color: var(--fg); background: rgba(255, 255, 255, .07); } } .adv-rz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.4vw, 1.8rem); margin-top: clamp(2rem, 4.5vw, 3.2rem); } .adv-rz-card {
display: flex; flex-direction: column;
background: linear-gradient(180deg, #100b1b 0%, #0c0913 100%);
border: 1px solid rgba(244, 243, 247, .08); border-radius: 16px; overflow: hidden;
transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.adv-rz-card[hidden] { display: none; }
.adv-rz-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #0a0a0d; }
.adv-rz-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s var(--ease), filter .6s; }
.adv-rz-card__cat {
position: absolute; top: .7rem; left: .7rem; z-index: 2;
width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
border-radius: 9px; color: var(--gold);
background: rgba(10, 11, 14, .6); border: 1px solid rgba(200, 162, 75, .3);
-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.adv-rz-card__cat svg { width: 18px; height: 18px; } .adv-rz-card__sweep {
position: absolute; top: 0; bottom: 0; left: 0; width: 60%; z-index: 1;
pointer-events: none; opacity: 0; transform: translateX(-160%) skewX(-14deg);
background: linear-gradient(90deg, transparent 0%, rgba(123, 67, 196, 0) 30%, rgba(123, 67, 196, .55) 50%, rgba(123, 67, 196, 0) 70%, transparent 100%);
}
@media (hover: hover) {
.adv-rz-card:hover { transform: translateY(-4px); border-color: var(--brand-soft); box-shadow: 0 24px 60px -30px rgba(96, 46, 158, .6); }
.adv-rz-card:hover .adv-rz-card__media img { transform: scale(1.06); filter: saturate(1.05); }
.adv-rz-card:hover .adv-rz-card__sweep { opacity: 1; transform: translateX(220%) skewX(-14deg); transition: transform .85s var(--ease), opacity .2s ease; }
} .adv-rz-card__body { display: flex; flex-direction: column; flex: 1; padding: 1.1rem 1.15rem 1.2rem; }
.adv-rz-card__type { margin: 0 0 .35rem; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(244, 243, 247, .4); }
.adv-rz-card__title { margin: 0 0 .5rem; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; color: var(--fg); }
.adv-rz-card__desc { margin: 0 0 1rem; font-family: var(--font-body); font-size: .9rem; line-height: 1.6; color: var(--muted); } .adv-rz-card__tags { margin-bottom: 1.1rem; }
.adv-rz-tag { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.adv-rz-tag::before { content: ""; width: 6px; height: 6px; rotate: 45deg; background: var(--gold); opacity: .85; flex: 0 0 auto; } .adv-rz-card__actions { margin-top: auto; display: flex; gap: .6rem; flex-wrap: wrap; }
.adv-rz-btn { flex: 1 1 auto; text-align: center; padding: .7rem .9rem; border-radius: 10px; font-family: var(--font-head); font-weight: 700; font-size: .9rem; cursor: pointer; text-decoration: none; transition: transform .15s var(--ease), background-color .25s, border-color .25s, color .25s; }
.adv-rz-btn--primary { color: #fff; background: linear-gradient(180deg, #7b43c4, #602e9e); border: 1px solid transparent; }
.adv-rz-btn--ghost { color: var(--fg); background: rgba(255, 255, 255, .04); border: 1px solid rgba(244, 243, 247, .16); }
.adv-rz-btn:active { transform: scale(.97); }
@media (hover: hover) {
.adv-rz-btn--primary:hover { border-color: var(--gold-soft); }
.adv-rz-btn--ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(244, 243, 247, .3); }
} .adv-rz-empty { text-align: center; padding: 3rem 1rem; color: var(--muted); font-family: var(--font-body); } @media (max-width: 980px) { .adv-rz-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 860px) {
.adv-rz-hero { min-height: auto; display: block; padding-top: calc(clamp(4.5rem, 8vh, 6.5rem) + 54px); } .adv-rz-hero__grid { grid-template-columns: 1fr; gap: 1.4rem; }
.adv-rz-hero__col { max-width: 40rem; }
.adv-rz-hero__stage { --u: calc((100vw - 2.5rem) / 860); margin-inline: auto; } .adv-rz-phone--left { top: calc(118 * var(--u)); }
.adv-rz-hero__stats { gap: .8rem; }
.adv-rzstat__ico { width: 44px; height: 44px; }
.adv-rz-wrap { padding-top: calc(clamp(2.5rem, 6vw, 4.5rem) + 20px); }  .adv-rz-feat__type { display: flex; flex-direction: column; gap: .2rem; }
.adv-rz-feat__type-sep { display: none; }
}
@media (max-width: 640px) {
.adv-rz-grid { grid-template-columns: 1fr; }
.adv-rz-hero__stats { grid-template-columns: 1fr; gap: 1rem; } .adv-rz-filter { width: 100%; }
.adv-rz-filter__btn { flex: 1 1 auto; text-align: center; }
}