

/* Start:/local/assets/aparaty/style.css?178421915248437*/
/* BeautyProf apparatus hub — isolated page styles */
.bp-apparaty {
    --bp-ink: #11161b;
    --bp-ink-soft: #202830;
    --bp-paper: #f5f7f8;
    --bp-white: #fff;
    --bp-line: rgba(17, 22, 27, .11);
    --bp-muted: #6d7780;
    --bp-cyan: #12b4f7;
    --bp-cyan-light: #92e3ff;
    --bp-green: #25cf88;
    --bp-radius: 28px;
    color: var(--bp-ink);
    background: var(--bp-white);
    font-family: Inter, Helvetica, Arial, sans-serif;
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}

.bp-apparaty,
.bp-apparaty *,
.bp-apparaty *::before,
.bp-apparaty *::after {
    box-sizing: border-box;
}

.bp-apparaty a {
    color: inherit;
    text-decoration: none;
}

.bp-apparaty img {
    max-width: 100%;
}

.bp-apparaty button,
.bp-apparaty a {
    -webkit-tap-highlight-color: transparent;
}

.bp-apparaty :focus-visible {
    outline: 3px solid var(--bp-cyan);
    outline-offset: 4px;
}

/* The global coupon covers most of the landing on mobile; keep it off on this route only. */
html.bp-apparaty-route [id^="subscibe-coupon-"] {
    display: none !important;
}

.bp-shell {
    width: min(1296px, calc(100% - 64px));
    margin-inline: auto;
}

.bp-hero {
    position: relative;
    isolation: isolate;
    color: #fff;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 78% 35%, rgba(18,180,247,.14), transparent 30%),
        #0c1116;
    background-size: 72px 72px, 72px 72px, auto, auto;
    padding: 0 0 44px;
}

.bp-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 260px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.26));
    pointer-events: none;
}

.bp-hero-glow {
    position: absolute;
    z-index: -1;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .13;
    pointer-events: none;
}

.bp-hero-glow--one {
    top: -260px;
    left: -140px;
    background: #8a5cff;
}

.bp-hero-glow--two {
    right: -220px;
    bottom: 80px;
    background: var(--bp-cyan);
}

.bp-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    color: rgba(255,255,255,.48);
    font-size: 12px;
    letter-spacing: .04em;
}

.bp-breadcrumbs a {
    color: rgba(255,255,255,.74);
    transition: color .2s ease;
}

.bp-breadcrumbs a:hover {
    color: #fff;
}

.bp-projects-top {
    position: relative;
    z-index: 3;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 24px 80px rgba(0,0,0,.18);
    backdrop-filter: blur(18px);
}

.bp-projects-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 0 4px 12px;
}

.bp-projects-heading > span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bp-projects-heading small {
    color: rgba(255,255,255,.42);
    font-size: 11px;
}

.bp-project-menu {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.bp-project-card {
    --project-accent: #9de4ff;
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    align-items: center;
    min-width: 0;
    min-height: 76px;
    padding: 8px 9px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
    overflow: hidden;
    transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.bp-project-card::before {
    content: "";
    position: absolute;
    inset: auto 20% -70% -10%;
    height: 100%;
    border-radius: 50%;
    background: var(--project-accent);
    filter: blur(42px);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.bp-project-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,.22);
    background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
}

.bp-project-card:hover::before {
    opacity: .22;
}

.bp-project-card--violet { --project-accent: #a887ff; }
.bp-project-card--cyan { --project-accent: #34ccff; }
.bp-project-card--blue { --project-accent: #689cff; }
.bp-project-card--lilac { --project-accent: #cb9cff; }
.bp-project-card--rose { --project-accent: #ff70a5; }

.bp-project-media {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f2f4f5;
    overflow: hidden;
}

.bp-project-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: scale(1.08);
    transition: transform .35s ease;
}

.bp-project-card:hover .bp-project-media img {
    transform: scale(1.15);
}

.bp-project-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-left: 10px;
}

.bp-project-copy small {
    color: rgba(255,255,255,.44);
    font-size: 9px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bp-project-copy strong {
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.15;
}

.bp-project-arrow {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.08);
}

.bp-project-arrow svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
    align-items: center;
    gap: clamp(36px, 6vw, 86px);
    min-height: 650px;
    padding: 58px 0 44px;
}

.bp-hero-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.bp-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 21px;
    color: #67727c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bp-eyebrow > span:not(.bp-eyebrow-dot) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 31px;
    height: 21px;
    padding: 0 7px;
    border: 1px solid rgba(17,22,27,.14);
    border-radius: 999px;
    color: var(--bp-ink);
    letter-spacing: .06em;
}

.bp-eyebrow--light {
    color: rgba(255,255,255,.56);
}

.bp-eyebrow--light > span:not(.bp-eyebrow-dot) {
    color: #fff;
    border-color: rgba(255,255,255,.18);
}

.bp-eyebrow-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bp-cyan);
    box-shadow: 0 0 0 6px rgba(18,180,247,.1), 0 0 24px var(--bp-cyan);
}

.bp-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 5.25vw, 78px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .98;
}

.bp-hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(100deg, #fff 4%, #a5e8ff 55%, #5bd2ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.bp-hero-lead {
    max-width: 650px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 17px;
    line-height: 1.62;
}

.bp-hero-actions,
.bp-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 34px;
}

.bp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease;
}

.bp-button svg,
.bp-text-link svg,
.bp-categories-more svg,
.bp-products-action svg,
.bp-launch-intro > a svg,
.bp-faq-intro > a svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bp-button:hover {
    transform: translateY(-2px);
}

.bp-button--primary {
    color: #071016 !important;
    background: linear-gradient(135deg, #60d8ff, var(--bp-cyan));
    box-shadow: 0 12px 42px rgba(18,180,247,.24);
}

.bp-button--primary:hover {
    color: #071016 !important;
    box-shadow: 0 18px 50px rgba(18,180,247,.34);
}

.bp-button--ghost {
    color: #fff !important;
    border-color: rgba(255,255,255,.17);
    background: rgba(255,255,255,.055);
}

.bp-button--ghost:hover {
    color: #fff !important;
    border-color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.1);
}

.bp-button-count {
    display: inline-grid;
    place-items: center;
    min-width: 38px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: var(--bp-cyan-light);
    background: rgba(18,180,247,.13);
    font-size: 10px;
}

.bp-button--dark {
    color: #fff !important;
    background: var(--bp-ink);
    box-shadow: 0 12px 36px rgba(17,22,27,.18);
}

.bp-button--dark:hover {
    color: #fff !important;
    background: #252d35;
}

.bp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    color: rgba(255,255,255,.52);
    font-size: 11px;
}

.bp-hero-trust > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bp-hero-trust svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--bp-cyan-light);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bp-hero-visual {
    position: relative;
    min-height: 580px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 38px;
    background:
        radial-gradient(circle at 50% 38%, rgba(255,255,255,1), rgba(240,245,247,.96) 40%, rgba(213,231,239,.88) 72%, rgba(165,211,231,.76)),
        #edf6f9;
    box-shadow: 0 40px 100px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.7);
    overflow: hidden;
    transform-style: preserve-3d;
}

.bp-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(10,23,32,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10,23,32,.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at 50% 45%, #000, transparent 77%);
    pointer-events: none;
}

.bp-hero-visual::after {
    content: "";
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 4%;
    height: 42px;
    border-radius: 50%;
    background: rgba(31,69,84,.25);
    filter: blur(18px);
}

.bp-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(18,78,101,.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bp-orbit::before {
    content: "";
    position: absolute;
    top: 18%;
    left: 2%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bp-cyan);
    box-shadow: 0 0 18px var(--bp-cyan);
}

.bp-orbit--outer { width: 510px; height: 510px; }
.bp-orbit--inner { width: 380px; height: 380px; opacity: .65; }

.bp-visual-kicker {
    position: absolute;
    z-index: 4;
    top: 28px;
    left: 31px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #46606b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bp-visual-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bp-green);
    box-shadow: 0 0 0 5px rgba(37,207,136,.12);
}

.bp-hero-device {
    position: absolute;
    z-index: 2;
    left: 7%;
    bottom: -1%;
    width: 88%;
    height: 88%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(.82) contrast(1.02);
    transform: translate3d(var(--bp-device-x, 0), var(--bp-device-y, 0), 0) scale(1.03);
    transition: transform .22s ease-out;
}

.bp-tech-pill,
.bp-final-chip {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    min-width: 45px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(8,70,95,.13);
    border-radius: 999px;
    color: #17485c;
    background: rgba(255,255,255,.64);
    box-shadow: 0 10px 25px rgba(28,70,88,.08);
    backdrop-filter: blur(9px);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
}

.bp-tech-pill--one { top: 24%; right: 8%; }
.bp-tech-pill--two { top: 43%; left: 5%; }
.bp-tech-pill--three { right: 9%; bottom: 21%; }

.bp-visual-card {
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(255,255,255,.72);
    color: #15313e;
    background: rgba(255,255,255,.66);
    box-shadow: 0 16px 44px rgba(25,64,80,.13);
    backdrop-filter: blur(14px);
}

.bp-visual-card--top {
    top: 67px;
    right: 20px;
    display: flex;
    flex-direction: column;
    width: 128px;
    padding: 13px 15px;
    border-radius: 15px;
}

.bp-visual-card-label {
    color: #72909d;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.bp-visual-card--top strong {
    margin-top: 3px;
    font-size: 13px;
}

.bp-visual-card--bottom {
    left: 22px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border-radius: 16px;
}

.bp-visual-card-icon {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #087ea9;
    background: rgba(18,180,247,.13);
}

.bp-visual-card-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
}

.bp-visual-card--bottom > span:last-child {
    display: flex;
    flex-direction: column;
}

.bp-visual-card--bottom b { font-size: 11px; }
.bp-visual-card--bottom small { margin-top: 2px; color: #6d858f; font-size: 9px; }

.bp-device-caption {
    position: absolute;
    z-index: 4;
    right: 27px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #355866;
}

.bp-device-caption span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.bp-device-caption b {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
}

.bp-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.1);
}

.bp-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 17px 24px;
    border-right: 1px solid rgba(255,255,255,.1);
}

.bp-stat:first-child { padding-left: 0; }
.bp-stat:last-child { border-right: 0; }

.bp-stat strong {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.04em;
}

.bp-stat span {
    max-width: 145px;
    color: rgba(255,255,255,.44);
    font-size: 10px;
    line-height: 1.4;
}

.bp-brands {
    border-bottom: 1px solid var(--bp-line);
    background: #fff;
}

.bp-brands .bp-shell {
    display: grid;
    grid-template-columns: 210px 1fr;
    align-items: center;
    min-height: 104px;
}

.bp-brands p {
    margin: 0;
    color: #7a838b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.bp-brand-track {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
}

.bp-brand-track span {
    color: #778087;
    font-size: clamp(12px, 1.25vw, 17px);
    font-weight: 750;
    letter-spacing: -.025em;
    text-align: center;
    transition: color .2s ease;
}

.bp-brand-track span:hover { color: var(--bp-ink); }

.bp-section {
    padding: 118px 0;
}

.bp-categories,
.bp-products,
.bp-faq {
    background: #fff;
}

.bp-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 48px;
}

.bp-section-head h2,
.bp-needs-head h2,
.bp-launch-intro h2,
.bp-proof-copy h2,
.bp-faq-intro h2,
.bp-final-copy h2 {
    margin: 0;
    color: var(--bp-ink);
    font-size: clamp(40px, 4.8vw, 66px);
    font-weight: 520;
    letter-spacing: -.055em;
    line-height: 1.01;
}

.bp-section-head h2 em,
.bp-faq-intro h2 em {
    color: #8a939a;
    font-style: normal;
    font-weight: 420;
}

.bp-section-head > p {
    max-width: 420px;
    margin: 0 0 4px;
    color: var(--bp-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bp-category-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.bp-category-card {
    position: relative;
    min-width: 0;
    min-height: 335px;
    padding: 24px;
    border: 1px solid rgba(17,22,27,.07);
    border-radius: var(--bp-radius);
    background: #f2f5f6;
    overflow: hidden;
    isolation: isolate;
    transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease;
}

.bp-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(17,22,27,.12);
    box-shadow: 0 28px 70px rgba(25,39,48,.12);
}

.bp-category-card--laser,
.bp-category-card--rf {
    min-height: 420px;
}

.bp-category-card--laser { grid-column: span 7; background: linear-gradient(135deg, #e8f5fa, #f5f8f9); }
.bp-category-card--rf { grid-column: span 5; background: linear-gradient(145deg, #eff0f7, #f7f8fa); }
.bp-category-card--mmas,
.bp-category-card--hifu,
.bp-category-card--ipl,
.bp-category-card--diagnostics { grid-column: span 3; }
.bp-category-card--mmas { background: linear-gradient(145deg, #f4f1f7, #fafafa); }
.bp-category-card--hifu { background: linear-gradient(145deg, #eef5f5, #f8faf9); }
.bp-category-card--ipl { background: linear-gradient(145deg, #f7f2eb, #fafafa); }
.bp-category-card--diagnostics { background: linear-gradient(145deg, #eef1f6, #fafbfc); }

.bp-category-index {
    position: relative;
    z-index: 3;
    color: #77838b;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .13em;
}

.bp-category-content {
    position: relative;
    z-index: 3;
    max-width: 58%;
    margin-top: 29px;
}

.bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) .bp-category-content {
    max-width: 100%;
    margin-top: 20px;
}

.bp-category-content h3 {
    margin: 0;
    color: var(--bp-ink);
    font-size: clamp(23px, 2.25vw, 33px);
    font-weight: 560;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) h3 {
    font-size: clamp(20px, 1.75vw, 25px);
}

.bp-category-content p {
    max-width: 340px;
    margin: 14px 0 0;
    color: #69747c;
    font-size: 12px;
    line-height: 1.55;
}

.bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) p {
    max-width: 230px;
    font-size: 11px;
}

.bp-category-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #34434c;
    font-size: 11px;
    font-weight: 650;
}

.bp-category-link svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

.bp-category-card:hover .bp-category-link svg { transform: translateX(4px); }

.bp-category-card > img {
    position: absolute;
    z-index: 1;
    right: -3%;
    bottom: -9%;
    width: 58%;
    height: 90%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(.77) contrast(.98);
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.bp-category-card--rf > img { width: 64%; right: -8%; }

.bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) > img {
    right: -14%;
    bottom: -15%;
    width: 80%;
    height: 72%;
    opacity: .78;
}

.bp-category-card:hover > img { transform: scale(1.045) translateY(-3px); }

.bp-card-glow {
    position: absolute;
    z-index: 0;
    right: -10%;
    bottom: -30%;
    width: 65%;
    height: 75%;
    border-radius: 50%;
    background: rgba(18,180,247,.16);
    filter: blur(58px);
    opacity: .36;
}

.bp-category-card::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(transparent, rgba(242,245,246,.8));
    pointer-events: none;
}

.bp-category-card--laser::after,
.bp-category-card--rf::after { display: none; }

.bp-categories-more,
.bp-products-action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.bp-categories-more a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #bfc6cb;
    color: #39464e;
    font-size: 13px;
    font-weight: 650;
}

.bp-needs {
    position: relative;
    isolation: isolate;
    padding: 118px 0;
    color: #fff;
    background: #10161c;
    overflow: hidden;
}

.bp-needs::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -310px;
    left: 48%;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: rgba(18,180,247,.16);
    filter: blur(100px);
}

.bp-needs-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .27;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(90deg, transparent, #000 35%, #000 75%, transparent);
}

.bp-needs-head {
    display: grid;
    grid-template-columns: 1.1fr .65fr;
    align-items: end;
    gap: 50px;
    margin-bottom: 43px;
}

.bp-needs-head .bp-eyebrow { grid-column: 1 / -1; margin-bottom: -27px; }

.bp-needs-head h2,
.bp-launch-intro h2,
.bp-final-copy h2 { color: #fff; }

.bp-needs-head h2 span,
.bp-launch-intro h2 span {
    color: #7e8a93;
    font-weight: 420;
}

.bp-needs-head > p {
    margin: 0 0 5px;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 1.65;
}

.bp-selector {
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 30px;
    background: rgba(255,255,255,.04);
    box-shadow: 0 35px 100px rgba(0,0,0,.24);
    overflow: hidden;
}

.bp-selector-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.bp-selector-tabs button {
    position: relative;
    min-height: 66px;
    padding: 0 18px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.46);
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.bp-selector-tabs button:last-child { border-right: 0; }

.bp-selector-tabs button::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -1px;
    left: 20px;
    height: 2px;
    background: var(--bp-cyan);
    box-shadow: 0 0 14px var(--bp-cyan);
    opacity: 0;
    transform: scaleX(.25);
    transition: opacity .25s ease, transform .25s ease;
}

.bp-selector-tabs button:hover { color: rgba(255,255,255,.8); }
.bp-selector-tabs button[aria-selected="true"] { color: #fff; background: rgba(255,255,255,.04); }
.bp-selector-tabs button[aria-selected="true"]::after { opacity: 1; transform: scaleX(1); }

.bp-selector-panel {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    min-height: 520px;
    animation: bp-panel-in .42s ease both;
}

.bp-selector-panel[hidden] { display: none !important; }

@keyframes bp-panel-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

.bp-selector-copy {
    padding: clamp(40px, 6vw, 72px);
}

.bp-selector-number {
    color: var(--bp-cyan-light);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .12em;
}

.bp-selector-copy h3 {
    margin: 24px 0 0;
    color: #fff;
    font-size: clamp(34px, 3.6vw, 50px);
    font-weight: 510;
    letter-spacing: -.05em;
    line-height: 1.04;
}

.bp-selector-copy > p {
    max-width: 550px;
    margin: 21px 0 0;
    color: rgba(255,255,255,.51);
    font-size: 13px;
    line-height: 1.66;
}

.bp-selector-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 31px;
}

.bp-selector-links a {
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.035);
    font-size: 10px;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.bp-selector-links a:hover {
    color: #fff;
    border-color: rgba(18,180,247,.5);
    background: rgba(18,180,247,.11);
}

.bp-selector-product {
    position: relative;
    display: grid;
    place-items: center;
    margin: 18px;
    border-radius: 22px;
    background: radial-gradient(circle at 50% 45%, #fff, #edf3f5 72%);
    overflow: hidden;
}

.bp-selector-product::before {
    content: "";
    position: absolute;
    width: 68%;
    height: 68%;
    border: 1px solid rgba(21,91,119,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(255,255,255,.24), 0 0 0 100px rgba(255,255,255,.18);
}

.bp-selector-product img {
    position: relative;
    z-index: 1;
    width: 83%;
    height: 83%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.bp-selector-brand {
    position: absolute;
    z-index: 3;
    top: 24px;
    left: 26px;
    color: #45616d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
}

.bp-products { background: var(--bp-paper); }

.bp-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.bp-product-card {
    min-width: 0;
}

.bp-product-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1.12;
    border: 1px solid rgba(17,22,27,.075);
    border-radius: 24px;
    background: #eef1f2;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-product-card:hover .bp-product-media {
    transform: translateY(-5px);
    box-shadow: 0 28px 64px rgba(25,39,48,.13);
}

.bp-product-media::after {
    content: "";
    position: absolute;
    inset: auto -10% -38% 28%;
    height: 68%;
    border-radius: 50%;
    background: rgba(18,180,247,.13);
    filter: blur(48px);
}

.bp-product-media img {
    position: absolute;
    z-index: 1;
    inset: 8% 5% 4%;
    width: 90%;
    height: 88%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .48s cubic-bezier(.2,.7,.2,1);
}

.bp-product-card:hover .bp-product-media img { transform: scale(1.045); }

.bp-product-brand {
    position: absolute;
    z-index: 3;
    top: 17px;
    left: 18px;
    color: #4a5861;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bp-product-open {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--bp-ink);
    transform: scale(.9);
    opacity: .84;
    transition: transform .25s ease, opacity .25s ease, background .25s ease;
}

.bp-product-card:hover .bp-product-open { transform: scale(1); opacity: 1; background: var(--bp-cyan); }

.bp-product-open svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bp-product-info { padding: 20px 4px 0; }

.bp-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.bp-product-tags span {
    padding: 5px 8px;
    border-radius: 999px;
    color: #64717a;
    background: #e6eaec;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .05em;
}

.bp-product-info h3 {
    margin: 13px 0 0;
    color: var(--bp-ink);
    font-size: 21px;
    font-weight: 570;
    letter-spacing: -.035em;
}

.bp-product-info h3 a:hover { color: #078cbd; }

.bp-product-info p {
    margin: 9px 0 0;
    color: #69747c;
    font-size: 11px;
    line-height: 1.55;
}

.bp-products-action .bp-button { min-width: 230px; }

.bp-launch {
    color: #fff;
    background: #10161c;
}

.bp-launch-shell {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: clamp(60px, 9vw, 130px);
    padding-top: 118px;
    padding-bottom: 118px;
}

.bp-launch-intro {
    align-self: start;
    position: sticky;
    top: 30px;
}

.bp-launch-intro > p {
    max-width: 430px;
    margin: 25px 0 0;
    color: rgba(255,255,255,.49);
    font-size: 14px;
    line-height: 1.68;
}

.bp-launch-intro > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: 12px;
    font-weight: 650;
}

.bp-launch-steps { border-top: 1px solid rgba(255,255,255,.12); }

.bp-launch-step {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 26px;
    min-height: 190px;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.bp-launch-number {
    color: var(--bp-cyan-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.bp-launch-step h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 530;
    letter-spacing: -.035em;
}

.bp-launch-step p {
    max-width: 530px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.46);
    font-size: 12px;
    line-height: 1.68;
}

.bp-proof { background: #fff; }

.bp-proof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: clamp(50px, 8vw, 110px);
}

.bp-proof-copy h2 { max-width: 610px; }

.bp-proof-copy > p {
    max-width: 570px;
    margin: 25px 0 0;
    color: var(--bp-muted);
    font-size: 14px;
    line-height: 1.72;
}

.bp-proof-copy ul {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid var(--bp-line);
}

.bp-proof-copy li {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 56px;
    border-bottom: 1px solid var(--bp-line);
    color: #36444c;
    font-size: 12px;
}

.bp-proof-copy li span {
    color: #9aa2a8;
    font-size: 9px;
    letter-spacing: .09em;
}

.bp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 28px;
    color: #108dbc !important;
    font-size: 12px;
    font-weight: 650;
}

.bp-certificate {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 550px;
    padding: 36px;
    border-radius: 30px;
    color: #fff !important;
    background:
        radial-gradient(circle at 75% 25%, rgba(18,180,247,.24), transparent 30%),
        linear-gradient(145deg, #0f171d, #1c2730);
    box-shadow: 0 35px 90px rgba(20,35,44,.2);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-certificate:hover {
    color: #fff !important;
    transform: translateY(-6px) rotate(-.3deg);
    box-shadow: 0 44px 105px rgba(20,35,44,.28);
}

.bp-certificate::before,
.bp-certificate::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
}

.bp-certificate::before { width: 440px; height: 440px; right: -210px; top: -150px; }
.bp-certificate::after { width: 330px; height: 330px; right: -155px; top: -95px; }

.bp-certificate-kicker {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.42);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
}

.bp-certificate-mark {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin-top: 54px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    color: var(--bp-cyan-light);
    background: rgba(255,255,255,.06);
    font-size: 20px;
    font-weight: 720;
    letter-spacing: -.04em;
}

.bp-certificate-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin-top: 43px;
}

.bp-certificate-body > span {
    color: var(--bp-cyan-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.bp-certificate-body strong {
    margin-top: 11px;
    color: #fff;
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 510;
    letter-spacing: -.04em;
    line-height: 1.13;
}

.bp-certificate-body small {
    margin-top: 17px;
    color: rgba(255,255,255,.45);
    font-size: 11px;
}

.bp-certificate-foot {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: auto;
    padding-top: 23px;
    border-top: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.45);
    font-size: 9px;
}

.bp-certificate-foot span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.74);
}

.bp-certificate-foot svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bp-faq { background: var(--bp-paper); }

.bp-faq-shell {
    display: grid;
    grid-template-columns: .68fr 1.32fr;
    align-items: start;
    gap: clamp(60px, 9vw, 130px);
}

.bp-faq-intro > p {
    max-width: 360px;
    margin: 22px 0 0;
    color: var(--bp-muted);
    font-size: 13px;
    line-height: 1.66;
}

.bp-faq-intro > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: #108dbc !important;
    font-size: 12px;
    font-weight: 650;
}

.bp-faq-list { border-top: 1px solid var(--bp-line); }

.bp-faq-item {
    border-bottom: 1px solid var(--bp-line);
}

.bp-faq-item summary {
    position: relative;
    display: grid;
    grid-template-columns: 35px 1fr 34px;
    align-items: center;
    gap: 16px;
    min-height: 86px;
    padding: 16px 0;
    color: var(--bp-ink);
    font-size: 15px;
    font-weight: 570;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
}

.bp-faq-item summary::-webkit-details-marker { display: none; }
.bp-faq-item summary > span { color: #a0a8ae; font-size: 9px; letter-spacing: .09em; }

.bp-faq-item summary i {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #d6dade;
    border-radius: 50%;
}

.bp-faq-item summary i::before,
.bp-faq-item summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #58656d;
    transform: translate(-50%, -50%);
    transition: transform .25s ease;
}

.bp-faq-item summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.bp-faq-item[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }

.bp-faq-answer {
    overflow: hidden;
}

.bp-faq-answer p {
    max-width: 690px;
    margin: -4px 50px 28px;
    color: #67727a;
    font-size: 12px;
    line-height: 1.72;
}

.bp-final {
    position: relative;
    isolation: isolate;
    color: #fff;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        #0c1217;
    background-size: 64px 64px, 64px 64px, auto;
    overflow: hidden;
}

.bp-final-glow {
    position: absolute;
    z-index: -1;
    top: 5%;
    right: 6%;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(18,180,247,.22);
    filter: blur(115px);
}

.bp-final-shell {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 40px;
    min-height: 700px;
    padding-top: 86px;
    padding-bottom: 86px;
}

.bp-final-copy {
    position: relative;
    z-index: 3;
}

.bp-final-copy h2 { max-width: 760px; }

.bp-final-copy > p {
    max-width: 620px;
    margin: 25px 0 0;
    color: rgba(255,255,255,.51);
    font-size: 14px;
    line-height: 1.7;
}

.bp-phone-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 13px;
    color: #fff !important;
    background: rgba(255,255,255,.055);
    font-size: 13px;
    font-weight: 650;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.bp-phone-action:hover {
    color: #fff !important;
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.1);
}

.bp-phone-action svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bp-final-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 29px;
    color: rgba(255,255,255,.42);
    font-size: 10px;
}

.bp-final-contact a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 620;
}

.bp-final-visual {
    position: relative;
    justify-self: end;
    width: min(100%, 560px);
    min-height: 540px;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    background: radial-gradient(circle at 45% 38%, #fff, #edf6f8 62%, #c8e7f3 100%);
    box-shadow: 0 35px 100px rgba(0,0,0,.28), 0 0 80px rgba(18,180,247,.09);
    overflow: hidden;
}

.bp-final-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(128,220,255,.24);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(18,180,247,.035), 0 0 0 140px rgba(18,180,247,.02);
    transform: translate(-50%, -50%);
}

.bp-final-visual img {
    position: absolute;
    z-index: 2;
    inset: 1% 3%;
    width: 94%;
    height: 96%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(.8) contrast(1.05) drop-shadow(0 28px 35px rgba(0,0,0,.2));
}

.bp-final-chip {
    color: #d9f6ff;
    border-color: rgba(255,255,255,.16);
    background: rgba(9,22,29,.7);
}

.bp-final-chip--one { top: 18%; left: 5%; }
.bp-final-chip--two { top: 48%; right: 2%; }
.bp-final-chip--three { left: 15%; bottom: 12%; }

.bp-seo-copy {
    padding: 34px 0;
    border-top: 1px solid #e7eaec;
    color: #9aa1a7;
    background: #fff;
}

.bp-seo-copy p {
    max-width: 1080px;
    margin: 0;
    font-size: 10px;
    line-height: 1.65;
}

.bp-reveal {
    opacity: 1;
    transform: none;
}

.bp-reveal.bp-reveal-ready {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.2,.7,.2,1);
}

.bp-reveal.bp-reveal-ready.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1180px) {
    .bp-shell { width: min(100% - 48px, 1120px); }
    .bp-project-card { grid-template-columns: 50px minmax(0,1fr) 20px; }
    .bp-project-media { width: 48px; height: 48px; }
    .bp-project-copy { padding-left: 7px; }
    .bp-project-copy strong { font-size: 12px; }
    .bp-project-copy small { font-size: 8px; }
    .bp-hero-grid { grid-template-columns: 1fr 460px; gap: 40px; }
    .bp-hero-visual { min-height: 530px; }
    .bp-orbit--outer { width: 450px; height: 450px; }
    .bp-orbit--inner { width: 330px; height: 330px; }
    .bp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
    .bp-product-media { aspect-ratio: 1 / .95; }
}

@media (max-width: 991px) {
    .bp-shell { width: calc(100% - 40px); }
    .bp-projects-top { margin-inline: -4px; }
    .bp-project-menu {
        display: flex;
        gap: 8px;
        margin-right: -17px;
        padding-right: 17px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .bp-project-menu::-webkit-scrollbar { display: none; }
    .bp-project-card { flex: 0 0 220px; scroll-snap-align: start; }
    .bp-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
    .bp-hero-copy { max-width: 790px; }
    .bp-hero-visual { width: min(100%, 650px); min-height: 600px; margin-inline: auto; }
    .bp-stats { margin-top: 36px; grid-template-columns: repeat(2, minmax(0,1fr)); }
    .bp-stat { border-bottom: 1px solid rgba(255,255,255,.1); }
    .bp-stat:nth-child(2) { border-right: 0; }
    .bp-stat:nth-child(3), .bp-stat:nth-child(4) { border-bottom: 0; }
    .bp-stat:nth-child(3) { padding-left: 0; }
    .bp-brands .bp-shell { grid-template-columns: 1fr; padding-block: 25px; }
    .bp-brand-track { margin-top: 20px; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
    .bp-brand-track span { font-size: 13px; text-align: left; }
    .bp-section { padding: 90px 0; }
    .bp-section-head { grid-template-columns: 1fr; gap: 24px; }
    .bp-section-head > p { max-width: 600px; }
    .bp-category-card--laser, .bp-category-card--rf { grid-column: span 6; }
    .bp-category-card--mmas, .bp-category-card--hifu, .bp-category-card--ipl, .bp-category-card--diagnostics { grid-column: span 6; }
    .bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) { min-height: 360px; }
    .bp-needs { padding: 90px 0; }
    .bp-needs-head { grid-template-columns: 1fr; gap: 22px; }
    .bp-needs-head .bp-eyebrow { margin-bottom: 0; }
    .bp-needs-head > p { max-width: 560px; }
    .bp-selector-panel { grid-template-columns: 1fr; }
    .bp-selector-product { min-height: 440px; }
    .bp-launch-shell { grid-template-columns: 1fr; padding-block: 90px; }
    .bp-launch-intro { position: static; }
    .bp-proof-grid { grid-template-columns: 1fr; }
    .bp-certificate { min-height: 520px; }
    .bp-faq-shell { grid-template-columns: 1fr; }
    .bp-final-shell { grid-template-columns: 1fr; min-height: auto; padding-block: 90px; }
    .bp-final-copy { max-width: 760px; }
    .bp-final-visual { justify-self: center; width: min(100%, 570px); min-height: 570px; margin: 10px auto 0; }
}

@media (max-width: 767px) {
    .bp-shell { width: calc(100% - 28px); }
    .bp-hero { padding-bottom: 28px; background-size: 48px 48px, 48px 48px, auto, auto; }
    .bp-breadcrumbs { min-height: 45px; font-size: 10px; }
    .bp-projects-top { padding: 12px; border-radius: 19px; }
    .bp-projects-heading { align-items: flex-start; flex-direction: column; gap: 4px; padding: 1px 2px 10px; }
    .bp-projects-heading > span { font-size: 10px; }
    .bp-projects-heading small { font-size: 9px; }
    .bp-project-menu { margin-right: -12px; padding-right: 12px; }
    .bp-project-card { flex-basis: 202px; min-height: 68px; grid-template-columns: 48px minmax(0,1fr) 20px; border-radius: 14px; }
    .bp-project-media { width: 47px; height: 47px; border-radius: 10px; }
    .bp-hero-grid { gap: 38px; padding: 48px 0 30px; }
    .bp-eyebrow { margin-bottom: 17px; font-size: 9px; }
    .bp-hero h1 { font-size: clamp(33px, 8.8vw, 40px); letter-spacing: -.06em; }
    .bp-hero-lead { margin-top: 23px; font-size: 14px; line-height: 1.58; }
    .bp-hero-actions { margin-top: 28px; }
    .bp-button { min-height: 52px; width: 100%; }
    .bp-hero-trust { gap: 12px; margin-top: 24px; }
    .bp-hero-trust > span { width: 100%; }
    .bp-hero-visual { min-height: 430px; border-radius: 27px; }
    .bp-orbit--outer { width: 380px; height: 380px; }
    .bp-orbit--inner { width: 285px; height: 285px; }
    .bp-hero-device { left: 5%; width: 92%; height: 86%; }
    .bp-visual-kicker { top: 20px; left: 21px; }
    .bp-visual-card--top { top: 52px; right: 12px; }
    .bp-visual-card--bottom { left: 12px; bottom: 13px; }
    .bp-device-caption { right: 15px; bottom: 15px; }
    .bp-tech-pill--two { left: 2%; }
    .bp-stats { margin-top: 25px; }
    .bp-stat { grid-template-columns: 1fr; align-content: center; gap: 4px; min-height: 102px; padding: 15px 12px; }
    .bp-stat:first-child, .bp-stat:nth-child(3) { padding-left: 0; }
    .bp-stat strong { font-size: 27px; }
    .bp-stat span { max-width: 130px; font-size: 9px; }
    .bp-brands .bp-shell { padding-block: 22px; }
    .bp-brand-track { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px 24px; }
    .bp-section { padding: 72px 0; }
    .bp-section-head { margin-bottom: 32px; }
    .bp-section-head h2, .bp-needs-head h2, .bp-launch-intro h2, .bp-proof-copy h2, .bp-faq-intro h2, .bp-final-copy h2 { font-size: clamp(37px, 10.6vw, 49px); }
    .bp-section-head > p { font-size: 12px; }
    .bp-category-grid { grid-template-columns: 1fr; gap: 11px; }
    .bp-category-card, .bp-category-card--laser, .bp-category-card--rf, .bp-category-card--mmas, .bp-category-card--hifu, .bp-category-card--ipl, .bp-category-card--diagnostics { grid-column: auto; min-height: 350px; border-radius: 22px; padding: 20px; }
    .bp-category-content, .bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) .bp-category-content { max-width: 72%; }
    .bp-category-content h3, .bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) h3 { font-size: 25px; }
    .bp-category-content p, .bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) p { font-size: 11px; }
    .bp-category-card > img, .bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) > img { right: -8%; bottom: -12%; width: 65%; height: 68%; opacity: .82; }
    .bp-needs { padding: 72px 0; }
    .bp-selector { border-radius: 22px; }
    .bp-selector-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
    .bp-selector-tabs::-webkit-scrollbar { display: none; }
    .bp-selector-tabs button { flex: 0 0 auto; min-height: 57px; padding: 0 18px; }
    .bp-selector-panel { min-height: 0; }
    .bp-selector-copy { padding: 34px 22px 27px; }
    .bp-selector-copy h3 { font-size: 34px; }
    .bp-selector-product { min-height: 335px; margin: 0 10px 10px; }
    .bp-selector-product img { width: 88%; height: 88%; }
    .bp-product-grid { grid-template-columns: 1fr; gap: 35px; }
    .bp-product-media { aspect-ratio: 1 / .92; border-radius: 22px; }
    .bp-product-info h3 { font-size: 22px; }
    .bp-launch-shell { gap: 55px; padding-block: 72px; }
    .bp-launch-step { grid-template-columns: 42px 1fr; min-height: 170px; gap: 12px; padding: 28px 0; }
    .bp-launch-step h3 { font-size: 23px; }
    .bp-certificate { min-height: 490px; padding: 27px 22px; border-radius: 23px; }
    .bp-certificate-body strong { font-size: 25px; }
    .bp-faq-item summary { grid-template-columns: 25px 1fr 32px; gap: 9px; min-height: 78px; font-size: 13px; }
    .bp-faq-answer p { margin: -2px 0 24px 34px; font-size: 11px; }
    .bp-final-shell { padding-block: 72px; }
    .bp-final-actions { flex-direction: column; }
    .bp-phone-action { width: 100%; }
    .bp-final-contact { flex-direction: column; align-items: flex-start; gap: 6px; }
    .bp-final-visual { min-height: 410px; margin-top: 20px; }
    .bp-final-ring { width: 330px; height: 330px; box-shadow: 0 0 0 45px rgba(18,180,247,.035), 0 0 0 90px rgba(18,180,247,.02); }
    .bp-seo-copy { padding: 26px 0; }
}

@media (max-width: 430px) {
    .bp-hero-visual { min-height: 390px; }
    .bp-orbit--outer { width: 335px; height: 335px; }
    .bp-orbit--inner { width: 245px; height: 245px; }
    .bp-visual-card--top { width: 112px; }
    .bp-visual-card--bottom { padding: 9px 10px; }
    .bp-visual-card--bottom b { max-width: 120px; }
    .bp-device-caption { display: none; }
    .bp-category-content, .bp-category-card:not(.bp-category-card--laser):not(.bp-category-card--rf) .bp-category-content { max-width: 80%; }
    .bp-final-visual { min-height: 360px; }
    .bp-final-ring { width: 290px; height: 290px; }
}

@media (prefers-reduced-motion: reduce) {
    .bp-apparaty *,
    .bp-apparaty *::before,
    .bp-apparaty *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .bp-reveal.bp-reveal-ready {
        opacity: 1;
        transform: none;
    }
}

/* End */
/* /local/assets/aparaty/style.css?178421915248437 */
