@property --frame-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.hero {
    padding: 0;
    overflow: hidden;
}

.hero .container {
    width: 100%;
    position: relative;
}

.hero .container::before {
    display: none;
}

.hero_top {
    display: none;
}

.hero_content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero_content-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero_content-right {
    flex-shrink: 1;
    max-width: 380px;
    position: relative;
    overflow: visible;
}

.hero_content-right img {
    width: 100%;
    max-height: calc(100vh - 350px);
    object-fit: contain;
    object-position: top;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.12));
}

/* ── Hero app frame (floating screen mockup) ── */
.hero__app-frame {
    position: relative;
    max-width: 310px;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    background: #0d0d10;
    box-shadow:
        0 8px 40px rgba(74, 144, 232, 0.15),
        0 0 80px rgba(74, 144, 232, 0.08),
        0 30px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.hero__app-frame:hover {
    transform: translateY(-6px);
    box-shadow:
        0 12px 50px rgba(74, 144, 232, 0.2),
        0 0 100px rgba(74, 144, 232, 0.12),
        0 40px 80px rgba(0, 0, 0, 0.35);
}

.hero__app-glow {
    position: absolute;
    top: -40%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(
        ellipse 50% 40% at 50% 20%,
        rgba(74, 144, 232, 0.12) 0%,
        rgba(141, 207, 255, 0.04) 40%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 1;
}

.hero__app-frame img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 360px);
    object-fit: cover;
    object-position: top;
    filter: none;
}

.hero_title {
    max-width: 600px;
}

.hero_play-btn {
    display: none;
}

.hero_main {
    display: none;
}

.hero_play-btn span {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.hero_play-btn::before {
    content: "";
    position: absolute;
    background-size: cover;
    z-index: -1;
    background: url("../image/backgr/bg-play-btn.webp") center center / contain
        no-repeat;
    width: 798px;
    height: 798px;
    top: -340px;
    left: -164px;
    z-index: 0;
    pointer-events: none;
}

.play_btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    position: relative;
    transition: box-shadow 0.3s ease;
    background: radial-gradient(
        circle at 45% 38%,
        #6da8f8 0%,
        #4a8aec 35%,
        #2468d8 65%,
        #1248b8 100%
    ) !important;
    border: none;
    box-shadow:
        0 10px 30px rgba(26, 92, 212, 0.5),
        0 24px 60px rgba(13, 63, 176, 0.25),
        inset 0 0 16px rgba(255, 255, 255, 0.15);
}

.play_btn-wrap::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(140, 180, 255, 0.4) 40%,
        rgba(20, 60, 160, 0.5) 70%,
        rgba(8, 30, 100, 0.6) 100%
    );
    z-index: -1;
    pointer-events: none;
}

.play_btn-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(
        ellipse 65% 55% at 42% 28%,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.12) 50%,
        transparent 72%
    );
    pointer-events: none;
    z-index: 2;
}

.play_btn-wrap img {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 3;
}

.hero_play-btn:hover .play_btn-wrap {
    box-shadow:
        0 5px 16px rgba(26, 92, 212, 0.35),
        0 12px 32px rgba(13, 63, 176, 0.15),
        inset 0 0 16px rgba(255, 255, 255, 0.15);
}

.hero_main {
    position: relative;
}

.hero_slider {
    border-radius: 24px;
    box-shadow: 0 0 40px 0 rgba(15, 27, 52, 0.24);
    position: relative;
}

.hero_slider__slide img {
    width: 100%;
}

.hero_slider-nav {
    position: absolute;
    top: 40%;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 105%;
    z-index: 5;
}

.hero_slider-nav button {
    position: relative;
}

.hero_slider__button-prev::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 27px;
    width: 38px;
    height: 72px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}

.hero_slider__button-next:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -7px;
    width: 38px;
    height: 72px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.hero_main .hero_slider__pagination {
    position: absolute;
    bottom: -320%;
    right: 6%;
    left: unset;
    z-index: 5;
    width: unset;
}

.swiper-pagination-bullet {
    background: var(--background-cream-primary);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--typograph-brown);
}

.hero_play-btn-mb {
    display: none;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-black);
    border-radius: 20px;
    background: var(--background-cream-primary);
    border: 1px solid transparent;
    transition: var(--transition);
}

.play_btn-wrap-mb {
    display: flex;
    align-items: center;
}

.play_btn-wrap-mb svg {
    width: 32px;
    height: 32px;
    filter: brightness(0);
}

.hero_play-btn-mb:hover {
    border: 1px solid var(--stroke-secondary-interface);
    background: #fff3e3;
}

.hero_play-btn-mb:active {
    background: #fadeb8;
}

.video-popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.video-popup.video-active {
    display: flex;
}

.video-popup__content {
    position: relative;
    max-width: 800px;
    width: 90%;
}

.video-popup__close {
    position: absolute;
    top: -40px;
    right: -10px;
    font-size: 32px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.slide-mb {
    display: none;
}

.hero_main-btn {
    display: none;
}

/* Hero CTA elements */

.hero_toggle {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    padding: 4px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.hero_toggle-btn {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    padding: 8px 24px;
    border-radius: 100px;
    cursor: pointer;
    transition: var(--transition);
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    border: none;
}

.hero_toggle-btn.active {
    background: var(--typograph-black);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero_toggle-btn:not(.active):hover {
    color: var(--typograph-black);
}

.hero_badge {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    align-self: flex-start;
    margin-bottom: 24px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.hero_title {
    max-width: 680px;
}

.hero_title-accent {
    background: linear-gradient(
        135deg,
        #4d9aff 0%,
        #6db8ff 35%,
        #8dcfff 70%,
        #a8e0ff 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero_cta-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    color: rgba(0, 0, 0, 0.45);
    max-width: 580px;
    margin-top: 20px;
}

.hero_cta-price {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.hero_cta-price-new {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 52px;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero_cta-price-old-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.hero_cta-price-old {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.3);
}

.hero_cta-price-new small {
    font-weight: 600;
    font-size: 30px;
}

.hero_cta-price-save {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(
        135deg,
        rgba(52, 215, 105, 0.15) 0%,
        rgba(20, 194, 79, 0.08) 100%
    );
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid rgba(52, 215, 105, 0.3);
    box-shadow:
        0 0 20px rgba(52, 215, 105, 0.2),
        0 0 40px rgba(52, 215, 105, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 12px rgba(52, 215, 105, 0.6);
    color: #34d769;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero_cta-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hero_cta-feat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 12px;
    background: var(--background-cream-secondary);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.hero_cta-feat:hover {
    background: var(--background-cream-primary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.hero_cta-feat .material-symbols-rounded {
    font-size: 24px;
    color: var(--typograph-blue);
}

.hero_cta-feat span:last-child {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--typograph-black);
    letter-spacing: -0.01em;
}

.hero_cta-includes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.hero_cta-includes span {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 4px 14px;
    white-space: nowrap;
}

.hero_cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.hero_cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 52px;
    gap: 10px;
    border-radius: 18px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    align-self: flex-start;
    text-decoration: none;
}

.hero_cta-button .material-symbols-rounded {
    font-size: 26px;
}

.hero_cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 24px;
    border-radius: 18px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black);
    text-decoration: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.hero_cta-secondary:hover {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.15);
}

.hero_cta-secondary .material-symbols-rounded {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease;
}

.hero_cta-secondary:hover .material-symbols-rounded {
    transform: translateY(3px);
}

.hero_cta-note {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(52, 199, 89, 0.08);
    border: 1px solid rgba(52, 199, 89, 0.15);
    font-size: 13px;
    font-weight: 500;
    color: rgba(52, 199, 89, 0.9);
    line-height: 1.4;
}

.hero_cta-note .material-symbols-rounded {
    font-size: 18px;
    flex-shrink: 0;
    color: rgba(52, 199, 89, 0.7);
}

/* end Hero CTA elements */

/* ═══════════════════════════════════════════════════
   Energy Breakdown — donut chart section
   ═══════════════════════════════════════════════════ */

.eb {
    padding: 0;
    position: relative;
    background:
        radial-gradient(
            ellipse 45% 60% at 25% 40%,
            rgba(74, 144, 232, 0.07) 0%,
            transparent 100%
        ),
        radial-gradient(
            ellipse 40% 55% at 75% 60%,
            rgba(245, 166, 35, 0.06) 0%,
            transparent 100%
        ),
        radial-gradient(
            ellipse 35% 50% at 50% 80%,
            rgba(155, 109, 215, 0.05) 0%,
            transparent 100%
        );
}

.eb__header {
    text-align: center;
    margin-bottom: 64px;
}

.eb__badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.eb__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.eb__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    color: var(--typograph-black-secondary);
    max-width: 780px;
    margin: 12px auto 0;
}

.eb__content {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 48px;
    max-width: 1080px;
    margin: 0 auto;
}

.eb__card--chart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: -10px;
}

.eb__card--legend {
    flex: 1;
    min-width: 0;
    max-width: 560px;
    display: flex;
    flex-direction: column;
}

.eb__chart-wrap {
    position: relative;
    width: 360px;
    height: 360px;
}

.eb__donut {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.eb__donut-seg {
    transition: opacity 0.25s;
}

.eb__donut-seg:hover,
.eb__donut-seg.eb--active {
    opacity: 0.9;
}

.eb__donut-group {
    transform-origin: 180px 180px;
    transition: transform 0.25s;
    cursor: pointer;
}

.eb__donut-group:hover,
.eb__donut-group.eb--active {
    transform: scale(1.04);
}

.eb__donut-shine {
    pointer-events: none;
}

.eb__donut-fo {
    pointer-events: none;
}

.eb__donut-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eb__donut-icon .material-symbols-rounded {
    font-size: 26px;
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.eb__chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    pointer-events: none;
}

.eb__chart-total-label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--typograph-black-secondary);
}

.eb__chart-total-kwh {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: var(--typograph-black);
}

.eb__chart-total-kwh small {
    font-size: 20px;
    font-weight: 500;
    color: var(--typograph-black-secondary);
}

.eb__chart-total-cost {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #e8634a;
    margin-top: 2px;
}

.eb__chart-total-cost small {
    font-weight: 400;
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

.eb__legend-header {
    margin-bottom: 20px;
}

.eb__legend-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--typograph-black);
}

.eb__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eb__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transition:
        box-shadow 0.2s,
        border-color 0.2s,
        transform 0.2s;
    cursor: pointer;
}

.eb__item:hover,
.eb__item.eb--active {
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}

.eb__item-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.eb__item-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.eb__item[data-cat="climate"] .eb__item-icon-wrap {
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}
.eb__item[data-cat="electronics"] .eb__item-icon-wrap {
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}
.eb__item[data-cat="home"] .eb__item-icon-wrap {
    box-shadow: 0 4px 14px rgba(52, 199, 89, 0.4);
}
.eb__item[data-cat="kitchen"] .eb__item-icon-wrap {
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
}

.eb__item-icon-wrap .material-symbols-rounded {
    font-size: 26px;
    color: #fff;
}

.eb__item-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.eb__item-name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: var(--typograph-black);
}

.eb__item-pct {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

.eb__item-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.eb__item-kwh {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--typograph-black-secondary);
    min-width: 70px;
    text-align: right;
}

.eb__item-cost {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--typograph-black);
    min-width: 55px;
    text-align: right;
}

.eb__legend-footer {
    margin-top: 16px;
}

.eb__savings-hint {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    border-radius: 16px;
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 155%;
    color: var(--typograph-black-secondary);
}

.eb__savings-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.eb__savings-icon .material-symbols-rounded {
    font-size: 30px;
    color: #14c24f;
}

.eb__savings-hint strong {
    color: #14c24f;
    font-weight: 600;
}

/* end Energy Breakdown */

/* ── Tariff Finder ────────────────────────────────────────── */

.tf__header {
    text-align: center;
    margin-bottom: 64px;
}

.tf__badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #34d769;
    background: linear-gradient(
        135deg,
        rgba(52, 215, 105, 0.12) 0%,
        rgba(52, 215, 105, 0.05) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(52, 215, 105, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(52, 215, 105, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(52, 215, 105, 0.4);
}

.tf__title-accent {
    background: linear-gradient(135deg, #0dba4a 0%, #14c24f 40%, #34d96a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tf__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    color: var(--typograph-black-secondary);
    max-width: 600px;
    margin: 12px auto 0;
}

/* ── Tariff cards ── */

.tf__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 48px;
    align-items: start;
}

/* ── Card base — solid dark like eb__item ── */
.tf__card {
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
    background: var(--background-page);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.tf__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

.tf__card--single::before {
    background: radial-gradient(
        circle at top left,
        rgba(155, 109, 215, 0.18) 0%,
        transparent 48%
    );
}

.tf__card--dual::before {
    background: radial-gradient(
        circle at top left,
        rgba(20, 194, 79, 0.18) 0%,
        transparent 48%
    );
}

.tf__card--triple::before {
    background: radial-gradient(
        circle at top left,
        rgba(77, 154, 255, 0.18) 0%,
        transparent 48%
    );
}

.tf__card > * {
    position: relative;
    z-index: 1;
}

.tf__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

/* "Best" card — green tinted background */
.tf__card--best {
    padding-top: 40px;
}

.tf__card--best:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.tf__card-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0dba4a 0%, #34d96a 100%);
    color: #fff;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 6px 24px;
    border-radius: 0 0 12px 12px;
    white-space: nowrap;
}

/* ── Card head — icon + title row ── */
.tf__card-head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
}

.tf__card-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.tf__card-icon .material-symbols-rounded {
    font-size: 32px;
    position: relative;
    z-index: 1;
}

/* Icon diagonal glow overlay */
.tf__card-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(
            ellipse 70% 70% at 15% 15%,
            rgba(255, 255, 255, 0.35) 0%,
            rgba(255, 255, 255, 0.08) 30%,
            transparent 60%
        ),
        radial-gradient(
            ellipse 55% 55% at 85% 85%,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.02) 35%,
            transparent 55%
        );
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, 0.25),
        inset -1px -1px 0 rgba(255, 255, 255, 0.06);
    pointer-events: none;
    z-index: 2;
}

.tf__card--single .tf__card-icon {
    background: #9b6dd7;
    color: #fff;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}

.tf__card--dual .tf__card-icon {
    background: #14c24f;
    color: #fff;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.4);
}

.tf__card--triple .tf__card-icon {
    background: #4a90e8;
    color: #fff;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}

.tf__card-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.tf__card-name {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 133%;
    color: var(--typograph-black);
}

.tf__card-rate {
    font-family: var(--font-family);
    font-size: 20px;
    color: var(--typograph-black-secondary);
    opacity: 1;
}

/* ── Table rows — uniform 3-column layout ── */
.tf__card-rows {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tf__card-row {
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-family: var(--font-family);
    font-size: 20px;
    color: var(--typograph-black-secondary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tf__card-row:last-child {
    border-bottom: none;
}

.tf__card-row-label {
    flex: 1;
    text-align: left;
}

.tf__card-row-kwh {
    width: 90px;
    text-align: right;
    opacity: 0.5;
    font-size: 20px;
}

.tf__card-row-cost {
    width: 80px;
    text-align: right;
    font-weight: 700;
    font-family: var(--second-family);
    color: var(--typograph-black);
}

/* ── Total row ── */
.tf__card-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tf__card-total-label {
    font-family: var(--font-family);
    font-size: 20px;
    color: var(--typograph-black-secondary);
    opacity: 0.6;
}

.tf__card-total-num {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    color: var(--typograph-black);
}

.tf__card--best .tf__card-total-num {
    background: linear-gradient(135deg, #14c24f 0%, #34d96a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ── Saving badge ── */
.tf__card-saving {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(20, 194, 79, 0.1);
    font-family: var(--font-family);
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

.tf__card-saving .material-symbols-rounded {
    font-size: 24px;
    color: #14c24f;
}

.tf__card-saving strong {
    font-family: var(--second-family);
    font-weight: 700;
    color: #14c24f;
}

/* ── CTA wrap ── */

.tf__cta-wrap {
    display: flex;
    justify-content: center;
}

.tf__cta-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 16px;
    background:
        radial-gradient(60% 80% at 85% 20%, #34d96a 0%, transparent 100%),
        radial-gradient(
            95.6% 92.05% at 17.92% 13.75%,
            #6aecaa 0%,
            #0a9e3a 100%
        ),
        linear-gradient(135deg, #0dba4a 0%, #14c24f 100%);
    color: #fff;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    border: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    box-shadow:
        0 4px 24px 0 rgba(13, 186, 74, 0.12),
        0 4px 20px 0 rgba(13, 186, 74, 0.4);
}

.tf__cta-btn > * {
    position: relative;
    z-index: 1;
}

.tf__cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transition: opacity 0.2s;
    opacity: 0;
    z-index: -2;
    background: radial-gradient(
        95.6% 92.05% at 17.92% 13.75%,
        #4de89a 0%,
        #0a9e3a 100%
    );
}

.tf__cta-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 2px 12px 0 rgba(13, 186, 74, 0.08),
        0 8px 32px 0 rgba(13, 186, 74, 0.35);
}

.tf__cta-btn:hover::before {
    opacity: 1;
}

.tf__cta-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background:
        radial-gradient(
            circle at 0% 0%,
            rgba(180, 255, 210, 0.6) 0%,
            rgba(141, 255, 180, 0.2) 30%,
            transparent 55%
        ),
        radial-gradient(
            circle at 100% 100%,
            rgba(141, 255, 180, 0.45) 0%,
            rgba(141, 255, 180, 0.12) 30%,
            transparent 55%
        );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}

.tf__cta-btn .material-symbols-rounded {
    font-size: 24px;
}

.tf__cta-arrow {
    font-size: 20px !important;
    transition: transform 0.2s;
}

.tf__cta-btn:hover .tf__cta-arrow {
    transform: translateX(3px);
}

/* end Tariff Finder */

/* ═══════════════════════════════════════════════════
   Pain block
   ═══════════════════════════════════════════════════ */

.pain {
    position: relative;
    overflow: hidden;
}

.pain .container {
    max-width: 1320px;
}

.pain__shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    margin-top: 84px;
    margin-bottom: 72px;
}

.pain__hero {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #0e121d;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pain__hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.pain__hero-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(14, 18, 29, 0.4) 35%,
        rgba(14, 18, 29, 0.85) 70%,
        rgba(14, 18, 29, 1) 100%
    );
    pointer-events: none;
}

.pain__eyebrow {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.pain__hero-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 28px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pain__title {
    margin: 0;
    max-width: 520px;
    color: #fff;
}

.pain__lead {
    margin: 0;
    max-width: 500px;
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 155%;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.65);
}

.pain__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-content: start;
}

.pain__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    min-height: 280px;
    padding: 28px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.03) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #1e1e1e;
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pain__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.9;
    pointer-events: none;
}

.pain__card--amber::before {
    background: radial-gradient(
        circle at top left,
        rgba(245, 166, 35, 0.18) 0%,
        transparent 48%
    );
}

.pain__card--blue::before {
    background: radial-gradient(
        circle at top left,
        rgba(77, 154, 255, 0.18) 0%,
        transparent 48%
    );
}

.pain__card--red::before {
    background: radial-gradient(
        circle at top left,
        rgba(224, 90, 51, 0.18) 0%,
        transparent 48%
    );
}

.pain__card--purple::before {
    background: radial-gradient(
        circle at top left,
        rgba(155, 109, 215, 0.18) 0%,
        transparent 48%
    );
}

.pain__card-meta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pain__index {
    font-family: var(--font-family);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
}

.pain__icon {
    position: relative;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pain__icon .material-symbols-rounded {
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.pain__icon--amber {
    background: #f5a623;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}

.pain__icon--blue {
    background: #4a90e8;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.35);
}

.pain__icon--red {
    background: #e05a33;
    box-shadow: 0 4px 14px rgba(224, 90, 51, 0.35);
}

.pain__icon--purple {
    background: #9b6dd7;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.35);
}

.pain__card-text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.92);
}

/* end Pain block */

/* ═══════════════════════════════════════════════════
   Why NILM — selling block
   ═══════════════════════════════════════════════════ */

.why-nilm__header {
    text-align: center;
    margin-bottom: 60px;
}

.why-nilm__badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.why-nilm__title {
    margin: 0;
}

.why-nilm__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-nilm .container {
    max-width: 1320px;
}

.why-nilm__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 60px;
}

.why-nilm__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    border-radius: 16px;
    background: var(--background-page);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.why-nilm__card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.why-nilm__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-nilm__icon .material-symbols-rounded {
    font-size: 32px;
    color: #fff;
}

.why-nilm__icon--orange {
    background: #f5a623;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
}

.why-nilm__icon--red {
    background: #e05a33;
    box-shadow: 0 4px 14px rgba(224, 90, 51, 0.4);
}

.why-nilm__icon--green {
    background: #14c24f;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.4);
}

.why-nilm__icon--purple {
    background: #9b6dd7;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}

.why-nilm__icon--blue {
    background: #4a90e8;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}

.why-nilm__card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.why-nilm__card-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 133%;
    color: var(--typograph-black);
}

.why-nilm__card-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 162%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
}

/* end Why NILM */

/* Hero 3 steps block — redesigned */

.hero_steps {
    padding: 0;
}

.hero_steps-header {
    text-align: center;
    margin-bottom: 60px;
}

.hero_steps-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #ffcc4d;
    background: linear-gradient(
        135deg,
        rgba(245, 166, 35, 0.14) 0%,
        rgba(255, 204, 77, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(245, 166, 35, 0.2);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(245, 166, 35, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(245, 166, 35, 0.4);
}

.hero_steps-badge .material-symbols-rounded {
    font-size: 22px;
    line-height: 1;
}

.hero_steps-badge--sm {
    font-size: 16px;
    padding: 6px 16px;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 0;
}

.hero_steps-badge--sm .material-symbols-rounded {
    font-size: 18px;
}

.hero_steps-cards .hero_steps-badge--sm {
    align-self: center;
}

.hero_steps-title {
    margin: 0;
}

.hero_steps-title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Layout: photo left, cards + pdf right */
.hero_steps-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
}

.hero_steps-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero_steps-photo {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 1 / 1;
    border-radius: 32px;
    overflow: visible;
}

/* Ambient glow behind the photo */
.hero_steps-photo::before {
    content: "";
    position: absolute;
    inset: -20% -15%;
    border-radius: 50%;
    background:
        radial-gradient(
            ellipse at 30% 25%,
            rgba(77, 154, 255, 0.3) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at 75% 70%,
            rgba(52, 199, 89, 0.22) 0%,
            transparent 45%
        ),
        radial-gradient(
            ellipse at 50% 50%,
            rgba(147, 112, 255, 0.12) 0%,
            transparent 60%
        );
    filter: blur(60px);
    opacity: 1;
    pointer-events: none;
    animation: stepsGlowPulse 6s ease-in-out infinite alternate;
}

/* Subtle inner reflection on image */
.hero_steps-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 28px;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.12) 0%,
        transparent 40%
    );
    pointer-events: none;
}

/* Web3 animated gradient border frame */
.hero_steps-frame {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 4px;
    background: conic-gradient(
        from var(--frame-angle, 0deg),
        #4d9aff 0%,
        #34c759 25%,
        #9370ff 50%,
        #ff6b9d 75%,
        #4d9aff 100%
    );
    animation: frameRotate 4s linear infinite;
    overflow: hidden;
}

.hero_steps-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: conic-gradient(
        from var(--frame-angle, 0deg),
        #4d9aff 0%,
        #34c759 25%,
        #9370ff 50%,
        #ff6b9d 75%,
        #4d9aff 100%
    );
    filter: blur(16px);
    opacity: 0.6;
    animation: frameRotate 4s linear infinite;
    z-index: -1;
}

.hero_steps-photo img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 28px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45),
        0 12px 35px rgba(0, 0, 0, 0.25);
    display: block;
}

@keyframes stepsGlowPulse {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes frameRotate {
    0% {
        --frame-angle: 0deg;
    }
    100% {
        --frame-angle: 360deg;
    }
}

/* Right column: cards + pdf link */
.hero_steps-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero_steps-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Card: horizontal row — icon left, text center, number right */
.hero_step-card {
    position: relative;
    padding: 28px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    background:
        radial-gradient(
            ellipse 80% 60% at 50% 100%,
            rgba(245, 166, 35, 0.05) 0%,
            transparent 100%
        ),
        #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.14);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.hero_step-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.3),
        0 0 20px -5px rgba(255, 255, 255, 0.08);
}

/* Icon circle — left, vertically centered */
.hero_step-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero_step-card--1 .hero_step-card-icon {
    background: #b07ed8;
    box-shadow: 0 4px 14px rgba(176, 126, 216, 0.4);
}

.hero_step-card--2 .hero_step-card-icon {
    background: #34c759;
    box-shadow: 0 4px 14px rgba(52, 199, 89, 0.4);
}

.hero_step-card--3 .hero_step-card-icon {
    background: #f5a623;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
}

.hero_step-card-icon .material-symbols-rounded {
    font-size: 28px;
    color: #fff;
}

/* Text content — fills middle */
.hero_step-card-content {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.hero_step-card-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 4px;
}

.hero_step-card-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

/* PDF instruction link */
.hero_steps-pdf {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    gap: 6px;
    padding: 12px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: var(--transition);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    width: fit-content;
}

.hero_steps-pdf:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
}

.hero_steps-pdf-icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.hero_steps-pdf-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.hero_steps-pdf-arrow {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.25s ease;
}

.hero_steps-pdf:hover .hero_steps-pdf-arrow {
    transform: translateX(4px);
}

@media (max-width: 1200px) {
    .hero_steps-photo {
        max-width: 100%;
        border-radius: 24px;
    }

    .hero_steps-photo img {
        border-radius: 16px;
    }
}

/* end Hero 3 steps block */

.hero_main-btn-old {
    position: absolute;
    bottom: -18%;
    left: 33%;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 10;
}

.sensor_btn {
    display: flex;
    align-items: stretch;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 156%;
    color: var(--typograph-white-primary);
    border-radius: 24px;
    max-width: 564px;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(
        135deg,
        #4a8df8 0%,
        #1a5ee0 40%,
        #0d3fba 100%
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow:
        0 8px 32px rgba(10, 60, 180, 0.4),
        0 20px 60px rgba(10, 60, 180, 0.25),
        0 0 80px rgba(50, 120, 240, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sensor_btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 12px 40px rgba(10, 60, 180, 0.5),
        0 28px 72px rgba(10, 60, 180, 0.3),
        0 0 100px rgba(50, 120, 240, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.sensor_btn-content {
    display: flex;
    flex-direction: column;
    margin: 24px 0 24px 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.sensor_btn-headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.sensor_btn-content span {
    margin-top: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.sensor_btn-content img {
    display: none;
}

.sensor_price-wrap {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 8px;
}

.sensor_price-wrap::before {
    display: none;
}

.sensor_price-new {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: none !important;
}

.sensor_price-old {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.45);
}

.sencor_btn-img {
    display: none;
}

.apps_btn {
    display: none;
    max-width: 564px;
    padding: 8px;
    border-radius: 24px;
    background: #f7f5ef;
    overflow: hidden;
}

.apps_btn-content {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    margin: 16px 0 16px 16px;
    flex-shrink: 0;
    max-width: 480px;
}

.apps_btn-content span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 156%;
    color: var(--typograph-blue);
    margin-top: 18px;
    transition: var(--transition);
}

.apps_btn:hover .apps_btn-content span {
    color: var(--typograph-black);
}

.apps_btn:active .apps_btn-content span {
    color: var(--typograph-brown);
}

.apps_btn-img {
    display: flex;
    flex-shrink: 0;
    max-width: 180px;
}

.apps_btn-img img {
    width: 100%;
    height: 100%;
}

/* section - sensor */

.sensor {
    padding: 0;
}

.sensor_header {
    text-align: center;
    margin-bottom: 60px;
}

.sensor_badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.sensor_title {
    margin: 0 auto;
}

.sensor_title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sensor_subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 12px;
}

.sensor_categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.sensor_cat {
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.sensor_cat::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background:
        radial-gradient(
            ellipse at 30% 0%,
            rgba(255, 255, 255, 0.7) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at 80% 20%,
            rgba(255, 255, 255, 0.4) 0%,
            transparent 40%
        ),
        radial-gradient(
            ellipse at 10% 100%,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 50%
        );
    pointer-events: none;
    z-index: 1;
}

.sensor_cat-bg-icon {
    position: absolute;
    bottom: -12px;
    right: -4px;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.06);
    z-index: 0;
    pointer-events: none;
    line-height: 1;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.sensor_cat--climate {
    background: linear-gradient(165deg, #c8ddf8 0%, #aecaf4 50%, #96b8f0 100%);
    box-shadow:
        0 8px 32px rgba(150, 184, 240, 0.35),
        0 2px 8px rgba(150, 184, 240, 0.2);
}

.sensor_cat--kitchen {
    background: linear-gradient(165deg, #f8d4b4 0%, #f2c4a0 50%, #ecb48c 100%);
    box-shadow:
        0 8px 32px rgba(236, 180, 140, 0.35),
        0 2px 8px rgba(236, 180, 140, 0.2);
}

.sensor_cat--home {
    background: linear-gradient(165deg, #a8e4c0 0%, #8cdcac 50%, #70d498 100%);
    box-shadow:
        0 8px 32px rgba(112, 212, 152, 0.35),
        0 2px 8px rgba(112, 212, 152, 0.2);
}

.sensor_cat--electronics {
    background: linear-gradient(165deg, #d4c0ec 0%, #c4ace4 50%, #b498dc 100%);
    box-shadow:
        0 8px 32px rgba(180, 152, 220, 0.35),
        0 2px 8px rgba(180, 152, 220, 0.2);
}

.sensor_cat-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.sensor_cat-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.sensor_device {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition:
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.sensor_device:hover {
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.sensor_device .material-symbols-rounded {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
}

.sensor_device-name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.7);
}

.sensor_ask {
    position: relative;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-decoration: none;
    color: var(--typograph-black);
    transition: var(--transition);
    background: var(--background-cream-secondary);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    cursor: pointer;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 32px auto 0;
}

.sensor_ask::before {
    content: "→";
    font-size: 20px;
    order: 1;
}

.sensor_ask:hover {
    background: var(--background-cream-primary);
    color: var(--typograph-black);
}

.sensor_ask:active {
    color: var(--typograph-brown);
}

.sensor_popup {
    position: fixed;
    inset: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: var(--transition);
}

.sensor_popup.sensor-open {
    opacity: 1;
    visibility: visible;
}

.sensor_popup-wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
}

.sensor_popup-wrapper::after {
    content: "";
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 30%,
        rgba(255, 255, 255, 0) 100%
    );
}

.sensor-close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 30px;
    line-height: 60%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
}

.sensor_popup-top {
    position: relative;
    padding: 24px 48px;
}

.sensor_popup-top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.sensor_popup-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
}

.sensor_popup-main {
    padding: 24px 0 24px 48px;
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sensor_popup-main::-webkit-scrollbar {
    display: none;
}

.sensor_popup-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.sensor_popup-item {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
}

.sensor_popup-img {
    display: block;
    background: var(--background-cream-secondary);
    border-radius: 24px;
}

.sensor_popup-img svg,
.sensor_popup-img img {
    width: 98px;
    height: 98px;
}

.sensor_popup-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 24px 48px 24px 0px;
    max-width: 700px;
    width: 100%;
}

.sensor_popup-content h5 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
}

.sensor_popup-content p {
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
}

.at-bottom .sensor_popup-wrapper::after {
    opacity: 0;
}

/* Business contact popup */

.hero_contact-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.hero_contact-popup.hero_contact-open {
    display: flex;
}

.hero_contact-popup-wrapper {
    position: relative;
    background: var(--background-white);
    border-radius: 24px;
    padding: 32px;
    width: 100%;
    max-width: 480px;
}

.hero_contact-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    color: var(--typograph-black-secondary);
    font-size: 24px;
    line-height: 1;
}

.hero_contact-close:hover {
    color: var(--typograph-black);
}

.hero_contact-popup-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 24px;
    color: var(--typograph-black);
}

.hero_contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero_contact-form .form-group {
    position: relative;
}

.hero_contact-form textarea.from_input {
    border: 1px solid var(--stroke-secondary-interface);
    border-radius: 12px;
    padding: 14px 16px;
    font-family: var(--font-family);
    font-size: 20px;
    width: 100%;
    resize: vertical;
    min-height: 80px;
    background: transparent;
    color: var(--typograph-black);
}

.hero_contact-form textarea.from_input:hover {
    border-color: var(--typograph-black-secondary);
}

.hero_contact-form textarea.from_input:focus {
    border-color: var(--typograph-blue);
    outline: none;
}

.hero_contact-form .form-success__message-wrap {
    display: none;
}

/* section - application */

.application {
    padding: 0;
    min-height: calc(100vh - 140px);
}

.application_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    overflow: hidden;
}

.application_title {
    text-align: center;
}

.application_title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.controls_title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.application_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.application_tabs {
    overflow: visible;
    width: 540px;
    flex-shrink: 0;
}

.application_slider-nav {
    display: none;
}

.application_tabs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.application_slider-nav {
    position: absolute;
    top: 24px;
    right: 16px;
    z-index: 2;
}

.application_tabs-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    background:
        radial-gradient(
            ellipse 80% 60% at 50% 100%,
            rgba(245, 166, 35, 0.05) 0%,
            transparent 100%
        ),
        #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.14);
    max-width: none;
    position: relative;
    cursor: pointer;
    transition:
        box-shadow 0.2s,
        border-color 0.2s,
        transform 0.2s;
}

.application_tabs-item:hover {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.18),
        0 0 20px -5px rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.application_item-img {
    max-width: 72px;
}

.application_item-img img {
    width: 100%;
}

.application_item-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.application_item-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
}

.application_tabs-img {
    position: relative;
    z-index: 1;
    flex: 0 0 640px;
    width: 640px;
    min-width: 640px;
}

.application_img-item {
    max-width: 100%;
    margin-left: auto;
}

.application_img-item img {
    width: 100%;
}

.tab-progress {
    display: none;
}

.tab-progress::after {
    content: "";
    font-size: 20px;
    color: var(--typograph-black);
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s;
    background: url(../image/icon/ic-pause.svg) center center / cover no-repeat;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.application_tabs-item.paused .tab-progress::after {
    opacity: 1;
}

.tab-progress svg {
    transform: rotate(-90deg);
}

.tab-progress circle {
    fill: none;
    stroke-width: 3;
}

.tab-progress .bg {
    stroke: #fff;
}

.tab-progress .progress {
    stroke: var(--typograph-black);
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset linear;
    transition: var(--transition);
}

.application_tabs-item.paused .tab-progress .progress {
    opacity: 0;
}

.application_tabs-item.apps-active .progress {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 5s linear;
}

.application_img-item {
    display: none;
}

.application_img-item.apps-active {
    display: block;
}

.application_tabs-item.swiper-slide-active,
.application_tabs-item.apps-active {
    border-color: rgba(245, 166, 35, 0.3);
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(245, 166, 35, 0.3),
        0 0 20px -5px rgba(245, 166, 35, 0.15);
}

.application_tabs-item.apps-active .tab-progress {
    opacity: 1;
}

/* ═══════ App Show — feature spotlight ═══════ */

.app-show {
    padding: 0;
    overflow: visible;
}

.app-show__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
}

/* ── Left: text side ── */
.app-show__text {
    flex: 1;
    min-width: 0;
}

.app-show__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 100px;
    background: rgba(74, 144, 232, 0.08);
    border: 1px solid rgba(74, 144, 232, 0.15);
    font-size: 20px;
    font-weight: 600;
    color: #8dcfff;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}

.app-show__badge .material-symbols-rounded {
    font-size: 24px;
}

.app-show__heading {
    margin-bottom: 40px;
}

.app-show__heading-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Counter */
.app-show__counter {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 16px;
    font-family: var(--second-family, var(--font-family));
}

.app-show__counter-cur {
    font-size: 128px;
    font-weight: 800;
    background: linear-gradient(135deg, #4d9aff 0%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(74, 144, 232, 0.3));
    letter-spacing: -0.03em;
    line-height: 1;
    transition: all 0.3s ease;
}

.app-show__counter-sep {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.12);
    margin: 0 4px;
}

.app-show__counter-total {
    font-size: 48px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
}

/* Captions stack */
.app-show__captions {
    position: relative;
    min-height: 120px;
    margin-bottom: 32px;
}

.app-show__caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.app-show__caption--active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
}

.app-show__caption h3 {
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.app-show__caption p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin: 0;
    max-width: 440px;
}

/* Nav: progress bars + arrows */
.app-show__nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.app-show__bars {
    display: flex;
    gap: 6px;
    flex: 1;
    max-width: 200px;
}

.app-show__bar {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 2px;
    padding: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.app-show__bar-fill {
    position: absolute;
    inset: 0;
    background: #4a90e8;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
}

.app-show__bar--active .app-show__bar-fill {
    animation: asFill var(--as-duration, 6000ms) linear forwards;
}

.app-show__bar--done .app-show__bar-fill {
    transform: scaleX(1);
    animation: none;
}

@keyframes asFill {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.app-show__arrows {
    display: flex;
    gap: 8px;
}

.app-show__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.25s ease;
}

.app-show__arrow:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.app-show__arrow .material-symbols-rounded {
    font-size: 22px;
}

/* ── Right: phone side ── */
.app-show__phone {
    flex-shrink: 0;
    position: relative;
    width: 300px;
}

.app-show__phone-glow {
    position: absolute;
    top: -30%;
    left: -40%;
    width: 180%;
    height: 160%;
    background: radial-gradient(
        ellipse 50% 50% at 50% 40%,
        rgba(74, 144, 232, 0.1) 0%,
        rgba(74, 144, 232, 0.03) 40%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 0;
}

.app-show__phone-frame {
    position: relative;
    z-index: 1;
    border-radius: 32px;
    overflow: hidden;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    background: #0c0c0f;
    box-shadow:
        0 8px 40px rgba(74, 144, 232, 0.12),
        0 0 80px rgba(74, 144, 232, 0.06),
        0 30px 60px rgba(0, 0, 0, 0.35);
}

.app-show__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.app-show__img--active {
    position: relative;
    opacity: 1;
    transform: scale(1);
}

.app-show__phone-reflect {
    position: absolute;
    bottom: -40px;
    left: 10%;
    right: 10%;
    height: 80px;
    background: radial-gradient(
        ellipse 60% 100% at 50% 0%,
        rgba(74, 144, 232, 0.08) 0%,
        transparent 70%
    );
    z-index: 0;
    pointer-events: none;
    filter: blur(20px);
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    .app-show__inner {
        gap: 40px;
    }

    .app-show__phone {
        width: 260px;
    }

    .app-show__phone-frame {
        border-radius: 28px;
    }

    .app-show__caption h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .app-show__inner {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .app-show__text {
        order: 1;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .app-show__counter {
        justify-content: center;
    }

    .app-show__phone {
        order: 2;
        width: 240px;
    }

    .app-show__phone-frame {
        border-radius: 24px;
    }

    .app-show__caption p {
        max-width: 100%;
    }

    .app-show__nav {
        justify-content: center;
        width: 100%;
    }

    .app-show__bars {
        flex: 0 1 auto;
    }

    .app-show__heading {
        margin-bottom: 28px;
    }

    .app-show__captions {
        min-height: 100px;
        margin-bottom: 24px;
    }
}

@media (max-width: 450px) {
    .app-show__phone {
        width: 220px;
    }

    .app-show__caption h3 {
        font-size: 20px;
    }

    .app-show__caption p {
        font-size: 18px;
    }
}

/* ── Hero app frame responsive ── */
@media (max-width: 1200px) {
    .hero__app-frame {
        max-width: 260px;
        border-radius: 28px;
    }

    section.hero .hero_content-right .hero__app-frame img {
        width: 100%;
        max-height: none;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .hero__app-frame {
        max-width: 240px;
        margin: 16px auto 0;
        border-radius: 24px;
    }
}

/* section - controls */

.controls {
    padding: 0;
}

.controls_inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 60px;
}

.controls_title {
    max-width: 828px;
    margin: 0 auto;
    text-align: center;
}

.controls_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.controls_card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.controls_card-item {
    border-radius: 24px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    position: relative;
}

.controls_card-item:hover {
    transform: translateY(-6px);
}

.controls_card-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background:
        radial-gradient(
            ellipse at 30% 20%,
            rgba(255, 255, 255, 0.55) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at 80% 10%,
            rgba(255, 255, 255, 0.35) 0%,
            transparent 40%
        ),
        radial-gradient(
            ellipse at 10% 80%,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 45%
        );
    pointer-events: none;
    z-index: 1;
}

.controls_card-item:nth-child(1) {
    order: 2;
    background: linear-gradient(
        165deg,
        #ddfbec 0%,
        #b8f0d6 40%,
        #a4ecc8 70%,
        #c8f4de 100%
    ) !important;
    box-shadow:
        0 4px 16px rgba(164, 236, 200, 0.2),
        0 12px 40px rgba(164, 236, 200, 0.1),
        inset 0 1px 2px rgba(255, 255, 255, 0.8),
        inset 0 -4px 12px rgba(80, 200, 140, 0.08);
}
.controls_card-item:nth-child(1):hover {
    box-shadow:
        0 8px 24px rgba(164, 236, 200, 0.3),
        0 20px 56px rgba(164, 236, 200, 0.15),
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        inset 0 -4px 16px rgba(80, 200, 140, 0.1);
}

.controls_card-item:nth-child(2) {
    order: 1;
    background: linear-gradient(
        165deg,
        #deeefa 0%,
        #bcdcf8 40%,
        #a8d2f6 70%,
        #cce4fa 100%
    ) !important;
    box-shadow:
        0 4px 16px rgba(168, 210, 246, 0.2),
        0 12px 40px rgba(168, 210, 246, 0.1),
        inset 0 1px 2px rgba(255, 255, 255, 0.8),
        inset 0 -4px 12px rgba(60, 140, 220, 0.08);
}
.controls_card-item:nth-child(2):hover {
    box-shadow:
        0 8px 24px rgba(168, 210, 246, 0.3),
        0 20px 56px rgba(168, 210, 246, 0.15),
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        inset 0 -4px 16px rgba(60, 140, 220, 0.1);
}

.controls_card-item:nth-child(3) {
    order: 3;
    background: linear-gradient(
        165deg,
        #fff4d3 0%,
        #ffe5ab 38%,
        #ffd171 70%,
        #ffefc6 100%
    ) !important;
    box-shadow:
        0 4px 16px rgba(245, 166, 35, 0.18),
        0 12px 40px rgba(245, 166, 35, 0.1),
        inset 0 1px 2px rgba(255, 255, 255, 0.8),
        inset 0 -4px 12px rgba(221, 137, 14, 0.08);
}
.controls_card-item:nth-child(3):hover {
    box-shadow:
        0 8px 24px rgba(245, 166, 35, 0.26),
        0 20px 56px rgba(245, 166, 35, 0.16),
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        inset 0 -4px 16px rgba(221, 137, 14, 0.1);
}

.contols_card-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 28px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.controls_card-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
}

.controls_card-descript {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    margin: 12px 0 20px;
    color: rgba(0, 0, 0, 0.55);
}

.controls_card-img {
    max-width: 300px;
    overflow: hidden;
    margin-top: auto;
}

.controls_card-img img {
    width: calc(100% + 6px);
    margin-left: -3px;
}

.controls_card-img--home {
    max-width: 440px;
}

.controls_card-img--home img {
    width: calc(100% + 56px);
    margin-left: -28px;
}

.controls_card-img--money {
    max-width: 360px;
}

.controls_card-img--money img {
    width: calc(100% + 28px);
    margin-left: -14px;
}

.controls_card-img--child {
    max-width: 360px;
}

.controls_card-img--child img {
    width: calc(100% + 22px);
    margin-left: -11px;
}

.controls_apps {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}

.controls_apps-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    padding: 48px 0 48px 48px;
}

.controls_apps-descript {
    line-height: 156%;
    font-size: 20px;
    margin-top: 12px;
    max-width: 522px;
}

.controls_apps-link {
    display: flex;
    align-items: end;
    gap: 48px;
    margin-top: 32px;
}

.controls_qr {
    max-width: 120px;
}

.controls_qr img {
    width: 100%;
}

.controls_apps-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.controls_apps-demo {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-white-primary);
    border-radius: 20px;
    padding: 16px 24px;
    flex-shrink: 0;
}

.controls_apps-appstore {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 0;
    line-height: 150%;
    padding: 11px;
    background: #e5e5e6;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: var(--transition);
}

.controls_apps-rustore {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 0;
    line-height: 150%;
    padding: 11px;
    background: #e1e7ff;
    border-radius: 12px;
    transition: var(--transition);
    border: 1px solid transparent;
}

.controls_apps-rustore:hover,
.controls_apps-appstore:hover {
    border: 1px solid var(--stroke-secondary-interface);
}

.controls_apps-rustore:active {
    background: #d5dcff;
}

.controls_apps-appstore:active {
    background: #e0e0e0;
}

.controls_apps-img {
    max-width: 536px;
}

.controls_apps-img img {
    width: 100%;
}

/* section - answer */

.answer {
    padding: 0;
}

.answer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.answer_title {
    text-align: center;
    margin-bottom: 72px;
}

.answer_accord-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.answer_accord_item {
    max-width: 900px;
    position: relative;
}

.answer_accord-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    border: 1px solid var(--stroke-secondary-interface);
    border-radius: 24px;
    padding: 24px;
    background: transparent;
    transition: var(--transition);
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.answer_accord-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
    transition: var(--transition);
    flex: 1;
}

.answer_accord-arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    flex-shrink: 0;
}

.answer_accord-arrow img {
    width: 22px;
    height: 22px;
    opacity: 0.4;
}

.answer-active .answer_accord-arrow {
    transform: rotate(0deg);
}

.answer_accord-descript {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
    width: 100%;
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.2s ease,
        opacity 0.2s ease,
        margin-top 0.2s ease;
}

.answer_accord-descript a {
    transition: var(--transition);
    text-decoration: underline;
}

.answer_show-more {
    display: block;
    padding: 16px 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-black);
    border-radius: 20px;
    margin-top: 48px;
    background: var(--background-cream-primary);
    border: 1px solid transparent;
    transition: var(--transition);
}

.answer_accord-descript a:hover {
    color: var(--typograph-black);
}

.answer_accord-descript a:active {
    color: var(--typograph-brown);
}

.answer_show-more:hover {
    border: 1px solid var(--stroke-secondary-interface);
    background: #fff3e3;
}

.answer_show-more:active {
    background: #fadeb8;
}

.answer_accord-btn:hover {
    background: var(--background-cream-secondary);
}

.answer_accord-btn:hover .answer_accord-title {
    color: var(--typograph-brown);
}

.answer-active .answer_accord-btn {
    background: var(--background-cream-secondary);
}

.answer-active .answer_accord-descript {
    margin-top: 8px;
    opacity: 1;
}

.answer-active:hover .answer_accord-title {
    color: var(--typograph-brown);
}

/* technology */

.product {
    padding: 60px 0 100px;
    border-bottom: 1px solid var(--stroke-secondary-interface);
    background: url(../image/backgr/bg-product.webp) center center / cover
        no-repeat;
}

.product_wrapper {
    display: flex;
    align-items: start;
    margin-bottom: 60px;
    gap: 72px;
}

.product_gallery {
    display: flex;
    align-items: start;
}

.product__thumbs {
    max-width: 110px;
    width: 100%;
    margin: 0 18px 0 0;
    padding-bottom: 10px;
    padding-right: 5px;
}

.product__thumbs-item {
    width: 102px !important;
    height: 102px !important;
    flex-shrink: 0;
}

.product__thumb-img {
    margin: 4px;
    border-radius: 24px;
    overflow: hidden;
    transition: var(--transition);
    border: 3px solid transparent;
    width: 98px !important;
    height: 98px !important;
}

.product__thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__thumb-img:hover {
    border: 3px solid #fff3e3;
    box-shadow: 0 0 0 3px rgba(14, 70, 163, 0.7);
}

.swiper-slide-thumb-active .product__thumb-img {
    border: 3px solid #fff3e3;
    box-shadow: 0 0 0 3px rgba(14, 70, 163, 0.7);
}

.product__main-wrap {
    position: relative;
}

.product__main {
    border-radius: 24px;
    max-width: 432px;
    max-height: 532px;
    width: 100%;
}

.product__image img {
    max-width: 432px;
    width: 100%;
    cursor: pointer;
}

.product_slider-nav {
    position: absolute;
    top: 47%;
    left: -7%;
    width: 114%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    pointer-events: none;
}

.product_button-next,
.product_button-prev {
    position: relative;
    pointer-events: all;
}

.product_button-prev::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 29px;
    width: 36px;
    height: 72px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}

.product_button-next::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 36px;
    height: 72px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.product_content {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 664px;
}

.product_top {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.product__price span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    text-decoration: line-through;
    color: var(--typograph-black-secondary);
}

.product__badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.product__guarant,
.product__discount {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 4px 8px;
    background: var(--background-cream-primary);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-brown);
}

.product__discount span {
    font-weight: 600;
    color: var(--typograph-black);
}

.product__guarant {
    color: var(--typograph-green);
    background: #dff0d6;
}

.product__marketplaces {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
    max-width: 326px;
}

.product_marketplace-btn {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 16px;
    background: var(--typograph-black);
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 48px;
    line-height: 125%;
    color: var(--typograph-white-primary);
    transition: var(--transition);
    max-width: 179px;
    height: 56px;
}

.product_marketplace-btn:hover {
    background: #5d2700;
}

.product_marketplace-btn:active {
    background: #441c00;
}

.product_marketplace-btn svg {
    width: 100%;
}

.product_marketplace-btn:first-child {
    max-width: 135px;
}

.product_excerpt-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 16px;
}

.product_excerpt-wrap p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
    max-height: 84px;
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.product-open .product_excerpt {
    max-height: 1000px;
}

.product_excerpt-toggle {
    transition: var(--transition);
    color: var(--typograph-blue);
}

.product_links-wrap,
.product_links {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    color: var(--typograph-blue);
}

.product_links-wrap a {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.product_links-wrap a path {
    transition: var(--transition);
}

.product_excerpt-toggle:hover,
.product_links-wrap a:hover {
    color: #2b71f6;
}

.product_excerpt-toggle:active,
.product_links-wrap a:active {
    color: var(--typograph-brown);
}

.product_links-wrap a:hover path {
    fill: #2b71f6;
}

.product_links-wrap a:active path {
    fill: var(--typograph-brown);
}

.product_features-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product_features-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    padding: 24px;
    border-radius: 24px;
    max-width: 512px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: #000000ab;
}

.product_popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.product-popup-active {
    display: flex;
}

.product_popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.product_popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 44px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.product_popup-slider ul li {
    display: flex;
    justify-content: center;
}

.product_popup img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 30px;
    width: auto;
}

.parameters {
    padding: 72px 0;
    border-bottom: none;
}

.parameters_block,
.parameters_inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 60px;
}

.parameters_inner {
    scroll-margin-top: 104px;
}

.parameters_block {
    gap: 48px;
    width: 100%;
}

.parameters_block-title {
    width: 100%;
    text-align: center;
}

.parameters_block-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    column-gap: 48px;
}

.parameters_block-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    padding: 12px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
    border-bottom: 1px solid var(--stroke-secondary-interface);
}

.parameters_block-item:last-child,
.parameters_block-item:nth-last-child(2) {
    border-bottom: none;
}

.property {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.property span {
    color: var(--typograph-sand);
}

.value {
    font-weight: 400;
    color: var(--typograph-black);
    flex-shrink: 0;
}

.technology_form {
    overflow: hidden;
}

.technology_form-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.technology_form-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 60px 0;
}

.technology_form-descript {
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
    max-width: 522px;
    margin: 12px 0 48px;
}

.technology_form-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.technology_form-btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    height: 56px;
    text-align: center;
    border-radius: 20px;
}

.technology_form-img {
    max-width: 626px;
    height: 424px;
    width: 100%;
    box-shadow: 0 0 260px 130px rgba(225, 202, 138, 0.3);
    border-radius: 50%;
}

.technology_form-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ═══════════════════════════════════════════════════
   Privacy Policy — modern card layout
   ═══════════════════════════════════════════════════ */

/* Hero */
.pol-hero {
    padding: 80px 0 48px;
    text-align: center;
    border-radius: 28px;
    background:
        radial-gradient(
            ellipse 60% 50% at 20% 30%,
            rgba(74, 144, 232, 0.1) 0%,
            transparent 100%
        ),
        radial-gradient(
            ellipse 50% 50% at 80% 40%,
            rgba(52, 199, 89, 0.08) 0%,
            transparent 100%
        ),
        linear-gradient(
            135deg,
            rgba(20, 20, 24, 0.65) 0%,
            rgba(28, 28, 36, 0.5) 50%,
            rgba(20, 20, 24, 0.65) 100%
        );
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    border: 2px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pol-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 100px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: #34d769;
    background: rgba(52, 199, 89, 0.1);
    border: 1px solid rgba(52, 199, 89, 0.2);
    box-shadow: 0 0 20px rgba(52, 199, 89, 0.12);
    text-shadow: 0 0 12px rgba(52, 199, 89, 0.4);
}
.pol-hero__badge .material-symbols-rounded {
    font-size: 20px;
}

.pol-hero__title {
    max-width: 700px;
    margin: 0 auto 16px;
    line-height: 1.15;
    color: #fff;
}
.pol-hero__accent {
    background: linear-gradient(135deg, #34d769 0%, #6de89a 50%, #a8f0c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 18px rgba(52, 199, 89, 0.4));
}

.pol-hero__subtitle {
    font-family: var(--font-family);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 8px;
}
.pol-hero__date {
    font-family: var(--font-family);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.3);
}

/* Grid: nav + cards */
.pol-content {
    padding: 60px 0 120px;
}

.pol-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
}

/* Sticky nav */
.pol-nav {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.pol-nav__link {
    display: block;
    padding: 12px 18px;
    border-radius: 14px;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
}
.pol-nav__link:hover {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.06);
}
/* Active state — same as header current-menu-item */
.pol-nav__link.is-active {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    backdrop-filter: blur(8px);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.2),
        inset 1px 1px 6px rgba(255, 255, 255, 0.07),
        inset -1px -1px 6px rgba(0, 0, 0, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}
.pol-nav__link.is-active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background:
        radial-gradient(
            circle at 0% 0%,
            rgba(255, 255, 255, 0.25) 0%,
            rgba(255, 255, 255, 0.08) 30%,
            transparent 55%
        ),
        radial-gradient(
            circle at 100% 100%,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.03) 30%,
            transparent 55%
        );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Cards */
.pol-sections {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pol-card {
    position: relative;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #1e1e1e;
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    overflow: hidden;
    scroll-margin-top: 100px;
}

/* Colored glow per card — pain card style */
.pol-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.9;
    pointer-events: none;
}
.pol-card--blue::before {
    background: radial-gradient(
        140px circle at top left,
        rgba(74, 144, 232, 0.18) 0%,
        transparent 100%
    );
}
.pol-card--purple::before {
    background: radial-gradient(
        140px circle at top left,
        rgba(155, 109, 215, 0.18) 0%,
        transparent 100%
    );
}
.pol-card--amber::before {
    background: radial-gradient(
        140px circle at top left,
        rgba(245, 166, 35, 0.18) 0%,
        transparent 100%
    );
}
.pol-card--green::before {
    background: radial-gradient(
        140px circle at top left,
        rgba(52, 199, 89, 0.18) 0%,
        transparent 100%
    );
}

.pol-card__head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px 0;
}

.pol-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.pol-card__icon .material-symbols-rounded {
    font-size: 24px;
    color: #fff;
}

/* Glare overlay on icons */
.pol-card__icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        ellipse 70% 70% at 15% 15%,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0.08) 30%,
        transparent 60%
    );
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, 0.3),
        inset -1px -1px 0 rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.pol-card__icon--blue {
    background: #4a90e8;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.35);
}
.pol-card__icon--purple {
    background: #9b6dd7;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.35);
}
.pol-card__icon--amber {
    background: #f5a623;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}
.pol-card__icon--green {
    background: #14c24f;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.35);
}

.pol-card__title {
    font-family: var(--second-family);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.pol-card__body {
    padding: 20px 28px 28px;
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 170%;
    color: rgba(255, 255, 255, 0.6);
    text-align: justify;
}

.pol-card__body p {
    margin-bottom: 10px;
}
.pol-card__body p:last-child {
    margin-bottom: 0;
}

.pol-card__body ul {
    margin: 12px 0 16px 0;
    list-style: none;
    padding: 0;
}
.pol-card__body ul li {
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
}
.pol-card__body ul li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 100%);
    box-shadow: 0 0 8px rgba(77, 154, 255, 0.4);
}
.pol-card__body ol {
    margin: 12px 0 16px 0;
    list-style: none;
    padding: 0;
    counter-reset: pol-ol;
}
.pol-card__body ol li {
    margin-bottom: 8px;
    padding-left: 36px;
    position: relative;
    counter-increment: pol-ol;
}
.pol-card__body ol li::before {
    content: counter(pol-ol);
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(77, 154, 255, 0.12);
    border: 1px solid rgba(77, 154, 255, 0.2);
    color: #7dbdff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.pol-card__body strong {
    color: rgba(255, 255, 255, 0.9);
}

.pol-card__body a {
    color: #6db3f8;
    text-decoration: none;
    transition: color 0.2s;
}
.pol-card__body a:hover {
    color: #8dcfff;
}

/* Responsive */
@media (max-width: 1200px) {
    .pol-grid {
        grid-template-columns: 1fr;
    }
    .pol-nav {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }
    .pol-nav__link {
        font-size: 16px;
        padding: 8px 12px;
    }
}

@media (max-width: 1200px) {
    .pol-hero {
        padding: 48px 0;
    }
    .pol-card__head {
        padding: 20px 20px 0;
    }
    .pol-card__body {
        padding: 16px 20px 24px;
        font-size: 18px;
    }
    .pol-card__title {
        font-size: 20px;
    }
}

/* ═══════════════════════════════════════════════════
   Tech Hero — technology page hero
   ═══════════════════════════════════════════════════ */

.tech-hero {
    padding: 0;
    position: relative;
}

.tech-hero .container {
    position: relative;
    z-index: 1;
}

/* Live status indicator */
.tech-hero__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px 10px 16px;
    border-radius: 100px;
    background: rgba(20, 194, 79, 0.08);
    border: 1px solid rgba(20, 194, 79, 0.15);
    align-self: flex-start;
    margin-bottom: 24px;
}

.tech-hero__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #14c24f;
    box-shadow: 0 0 8px rgba(20, 194, 79, 0.5);
    animation: tech-hero-pulse 2s ease-in-out infinite;
}

@keyframes tech-hero-pulse {
    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 8px rgba(20, 194, 79, 0.5);
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 16px rgba(20, 194, 79, 0.8);
    }
}

.tech-hero__status-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #0ea83e;
}

/* Title with gradient accent */
.tech-hero__title {
    max-width: 640px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.tech-hero__title-accent {
    background: linear-gradient(
        135deg,
        #4d9aff 0%,
        #6db8ff 35%,
        #8dcfff 70%,
        #a8e0ff 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: tech-hero-shimmer 4s ease-in-out infinite;
}

@keyframes tech-hero-shimmer {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Description */
.tech-hero__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    color: rgba(0, 0, 0, 0.45);
    max-width: 560px;
    margin-bottom: 24px;
}

/* Feature micro-pills */
.tech-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}

.tech-hero__feat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 12px;
    background: var(--background-cream-secondary);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.tech-hero__feat:hover {
    background: var(--background-cream-primary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.tech-hero__feat .material-symbols-rounded {
    font-size: 24px;
    color: var(--typograph-blue);
}

.tech-hero__feat span:last-child {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--typograph-black);
    letter-spacing: -0.01em;
}

/* Price block */
.tech-hero__price-block {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.tech-hero__price-main {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.tech-hero__price-value {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tech-hero__price-value small {
    font-weight: 600;
    font-size: 28px;
}

.tech-hero__price-old {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.2);
}

.tech-hero__price-save {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, #14c24f 0%, #0ea83e 100%);
    padding: 6px 14px;
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(20, 194, 79, 0.3);
}

/* Action buttons */
.tech-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.tech-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 44px;
    gap: 10px;
    border-radius: 16px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tech-hero__cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 50%
    );
    pointer-events: none;
}

.tech-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 40px rgba(10, 60, 180, 0.4),
        0 0 80px rgba(50, 120, 240, 0.12);
}

.tech-hero__cta .material-symbols-rounded {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.tech-hero__cta:hover .material-symbols-rounded {
    transform: translateX(3px);
}

.tech-hero__cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    border-radius: 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black);
    text-decoration: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.tech-hero__cta-secondary:hover {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.15);
}

.tech-hero__cta-secondary .material-symbols-rounded {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease;
}

.tech-hero__cta-secondary:hover .material-symbols-rounded {
    transform: translateY(3px);
}

.tech-hero__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 48px;
    padding: 32px 0;
    border-top: 1px solid var(--stroke-secondary-interface);
}

.tech-hero__trust--inline {
    justify-content: flex-start;
    margin-top: 0;
    padding: 0;
    border-top: none;
    gap: 12px;
}

.tech-hero__trust-item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 18px;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.03) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.tech-hero__trust-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

.tech-hero__trust-item--blue::before {
    background: radial-gradient(
        circle at top left,
        rgba(77, 154, 255, 0.16) 0%,
        transparent 48%
    );
}

.tech-hero__trust-item--purple::before {
    background: radial-gradient(
        circle at top left,
        rgba(155, 109, 215, 0.16) 0%,
        transparent 48%
    );
}

.tech-hero__trust-item--green::before {
    background: radial-gradient(
        circle at top left,
        rgba(20, 194, 79, 0.14) 0%,
        transparent 48%
    );
}

.tech-hero__trust-item--orange::before {
    background: radial-gradient(
        circle at top left,
        rgba(245, 166, 35, 0.16) 0%,
        transparent 48%
    );
}

.tech-hero__trust-item > * {
    position: relative;
    z-index: 1;
}

.tech-hero__trust-item:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.12);
}

.tech-hero__trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.tech-hero__trust-icon--blue {
    background: #4a90e8;
    color: #fff;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}
.tech-hero__trust-icon--purple {
    background: #9b6dd7;
    color: #fff;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}
.tech-hero__trust-icon--green {
    background: #14c24f;
    color: #fff;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.4);
}
.tech-hero__trust-icon--orange {
    background: #f5a623;
    color: #fff;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
}

.tech-hero__trust-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.94);
}

/* Tech hero plot widget */

.tech-hero__plot-wrap {
    max-width: 560px;
    max-height: none;
    overflow: visible;
}

.tech-hero__plot {
    padding: 0;
}

.tech-hero__plot-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tech-hero__plot-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

.tech-hero__plot-watts {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--typograph-black);
}

.tech-hero__plot-watts small {
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

.tech-hero__plot-cost {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black-secondary);
    margin-left: 8px;
}

.tech-hero__plot-svg {
    width: 100%;
    height: 100px;
    display: block;
}

.tech-hero__plot-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.tech-hero__plot-divider-line {
    flex: 1;
    height: 1px;
    background: var(--stroke-secondary-interface);
}

.tech-hero__plot-divider-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--typograph-blue);
    white-space: nowrap;
}

.tech-hero__plot-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    border-radius: 14px;
    background:
        radial-gradient(
            95.6% 92.05% at 17.92% 13.75%,
            #7bc8f5 0%,
            #094bba 100%
        ),
        linear-gradient(180deg, #4a90e8 0%, #094bba 100%);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #fff;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow:
        0 4px 24px 0 rgba(6, 62, 160, 0.12),
        0 4px 20px 0 rgba(6, 62, 160, 0.4);
}

.tech-hero__plot-ai-badge::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    height: 300%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.06) 35%,
        transparent 65%
    );
    animation: ai-shine-down 3.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes ai-shine-down {
    0% {
        top: -250%;
    }
    50% {
        top: -50%;
    }
    100% {
        top: 150%;
    }
}

.tech-hero__plot-ai-badge > * {
    position: relative;
    z-index: 1;
}

.tech-hero__plot-ai-logo {
    height: 13px !important;
    width: auto !important;
    max-height: 13px;
    vertical-align: -1px;
    margin-right: 2px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.tech-hero__plot-ai-arrow-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 4px;
    line-height: 1;
}

.tech-hero__plot-ai-arrow-wrap .chevron {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 0.6;
    color: var(--typograph-blue);
    animation: chevron-fade 2s ease-in-out infinite;
}

.tech-hero__plot-ai-arrow-wrap .chevron:nth-child(1) {
    opacity: 0.9;
    animation-delay: 0s;
}

.tech-hero__plot-ai-arrow-wrap .chevron:nth-child(2) {
    opacity: 0.5;
    animation-delay: 0.15s;
}

.tech-hero__plot-ai-arrow-wrap .chevron:nth-child(3) {
    opacity: 0.2;
    animation-delay: 0.3s;
}

@keyframes chevron-fade {
    0%,
    100% {
        opacity: 0.15;
        transform: translateY(-2px);
    }
    50% {
        opacity: 1;
        transform: translateY(2px);
    }
}

.tech-hero__plot-channels {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tech-hero__channel {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tech-hero__channel svg {
    width: 100%;
    height: 36px;
    display: block;
}

.tech-hero__channel-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black);
}

.tech-hero__channel-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.tech-hero__channel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tech-hero__channel-w {
    font-weight: 400;
    font-size: 20px;
    color: var(--typograph-black-secondary);
    margin-left: auto;
}

/* ═══════════════════════════════════════════════════
   Science / Fingerprints — technology page
   ═══════════════════════════════════════════════════ */

.science {
    padding: 0;
}

.science__header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.science__badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.science__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.science__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 167%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
    margin-top: 16px;
}

.science__visual {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
}

.science__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.03) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #1e1e1e;
    transition: var(--transition);
    overflow: hidden;
}

.science__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.9;
    pointer-events: none;
}

.science__card--signal::before {
    background: radial-gradient(
        circle at top left,
        rgba(77, 154, 255, 0.18) 0%,
        transparent 48%
    );
}

.science__card--sampling::before {
    background: radial-gradient(
        circle at top left,
        rgba(155, 109, 215, 0.18) 0%,
        transparent 48%
    );
}

.science__card--ai::before {
    background: radial-gradient(
        circle at top left,
        rgba(20, 194, 79, 0.18) 0%,
        transparent 48%
    );
}

.science__card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.science__card-icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.science__card-icon .material-symbols-rounded {
    font-size: 28px;
    color: #fff;
}

.science__card-icon--blue {
    background: #4a90e8;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}

.science__card-icon--purple {
    background: #9b6dd7;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}

.science__card-icon--green {
    background: #14c24f;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.4);
}

.science__card-title {
    position: relative;
    z-index: 1;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 12px;
}

.science__card-text {
    position: relative;
    z-index: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 167%;
    color: rgba(255, 255, 255, 0.65);
}

.science__arrow {
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: var(--stroke-secondary-interface);
}

.science__arrow .material-symbols-rounded {
    font-size: 32px;
}

.science__examples {
    background: var(--typograph-white-primary);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
}

.science__examples-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--typograph-black);
    margin-bottom: 28px;
}

.science__examples-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.science__example {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    background: var(--background-page);
    transition: var(--transition);
}

.science__example:hover {
    background: var(--background-cream-primary);
}

.science__example-icon {
    font-size: 28px;
    flex-shrink: 0;
}

.science__example-icon--warm {
    color: #4a90e8;
}

.science__example-icon--hot {
    color: #9b6dd7;
}

.science__example-icon--yellow {
    color: #f5a623;
}

.science__example-icon--blue {
    color: #14c24f;
}

.science__example-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.science__example-name {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black);
}

.science__example-pattern {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

/* Science plot — disaggregation visualization */

.science__plot {
    margin-top: 60px;
    background: var(--typograph-white-primary);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
}

.science__plot-top {
    margin-bottom: 0;
}

.science__plot-label {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black-secondary);
    margin-bottom: 12px;
}

.science__plot-svg {
    width: 100%;
    height: 120px;
    display: block;
}

.science__plot-svg--sm {
    height: 56px;
    flex: 1;
    min-width: 0;
}

.science__plot-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 0;
    color: var(--typograph-blue);
}

.science__plot-arrow .material-symbols-rounded {
    font-size: 26px;
    opacity: 0.5;
}

.science__plot-arrow-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--typograph-blue);
}

.science__plot-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.science__plot-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 16px;
    border-radius: 12px;
    background: var(--background-page);
    transition: var(--transition);
}

.science__plot-row:hover {
    background: var(--background-cream-primary);
}

.science__plot-device {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 140px;
    flex-shrink: 0;
}

.science__plot-device-icon {
    font-size: 22px;
}

.science__plot-device-name {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-black);
    white-space: nowrap;
}

/* ═══════════════════════════════════════════════════
   How it works — technology page
   ═══════════════════════════════════════════════════ */

.how-nilm {
    padding: 0;
}

.how-nilm__header {
    text-align: center;
    margin-bottom: 60px;
}

.how-nilm__badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.how-nilm__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-nilm__steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.how-nilm__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    flex: 1;
    max-width: 340px;
}

.how-nilm__step-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-nilm__step-icon .material-symbols-rounded {
    font-size: 36px;
    color: #fff;
}

.how-nilm__step-icon--1 {
    background: #6b7280;
    box-shadow: 0 4px 14px rgba(107, 114, 128, 0.4);
}

.how-nilm__step-icon--2 {
    background: #9b6dd7;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}

.how-nilm__step-icon--3 {
    background: #4a90e8;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}

.how-nilm__step-icon--4 {
    background: #14c24f;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.4);
}

.how-nilm__step-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--typograph-black);
    margin-top: 10px;
}

.how-nilm__step-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 157%;
    color: var(--typograph-black-secondary);
    max-width: 220px;
}

.how-nilm__connector {
    display: flex;
    align-items: center;
    padding-top: 24px;
    color: var(--stroke-secondary-interface);
}

.how-nilm__connector .material-symbols-rounded {
    font-size: 32px;
}

/* ═══════════════════════════════════════════════════
   Tech Inside — technology page
   ═══════════════════════════════════════════════════ */

.tech-inside {
    min-height: calc(100vh - 72px);
    padding: 0;
    background: var(--typograph-white-primary);
    justify-content: center;
}

.tech-inside__header {
    text-align: center;
    margin-bottom: 60px;
}

.tech-inside__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tech-inside__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.tech-inside__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    border-radius: 16px;
    background: var(--background-page);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.tech-inside__card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.tech-inside__card-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-inside__card-icon .material-symbols-rounded {
    font-size: 32px;
    color: #fff;
}

.tech-inside__card-icon--blue {
    background: #4a90e8;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}

.tech-inside__card-icon--green {
    background: #14c24f;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.4);
}

.tech-inside__card-icon--purple {
    background: #9b6dd7;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}

.tech-inside__card-icon--orange {
    background: #f5a623;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
}

.tech-inside__card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
}

.tech-inside__card-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 133%;
    color: var(--typograph-black);
}

.tech-inside__card-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 162%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
}

/* ═══════════════════════════════════════════════════
   Comparison table — technology page
   ═══════════════════════════════════════════════════ */

.comparison {
    padding: 0;
}

.comparison__header {
    text-align: center;
    margin-bottom: 60px;
}

.comparison__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comparison__table-wrap {
    overflow-x: auto;
    border-radius: 24px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.04);
    background: var(--typograph-white-primary);
}

.comparison__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-family);
}

.comparison__table th,
.comparison__table td {
    padding: 20px 28px;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.comparison__table tbody td {
    border-bottom: 2px solid var(--stroke-secondary-interface);
}

.comparison__table th {
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.06);
}

.comparison__table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, transparent 0%, rgba(245, 166, 35, 0.06) 100%),
        #1e1e1e !important;
    border-top: 0 !important;
    border-bottom: 2px solid #2c2c2e !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.comparison__table thead th:first-child {
    border-radius: 16px 0 0 0;
}

.comparison__table thead th:last-child {
    border-radius: 0 16px 0 0;
}

.comparison__table th:first-child,
.comparison__table td:first-child {
    text-align: left;
}

.comparison__th--highlight {
    background: rgba(20, 194, 79, 0.1) !important;
    color: #0ea83e !important;
}

.comparison__td--highlight {
    background: rgba(20, 194, 79, 0.04);
    font-weight: 600;
    color: #0ea83e;
}

.comparison__label {
    font-weight: 500;
    color: var(--typograph-black);
}

.comparison__label-note {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    line-height: 145%;
    color: var(--typograph-black-secondary);
}

.comparison__check,
.comparison__cross {
    font-size: 32px;
    font-variation-settings:
        "FILL" 1,
        "wght" 400,
        "GRAD" 0,
        "opsz" 48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
}

.comparison__check {
    color: #34d769;
    background: rgba(52, 215, 105, 0.12);
    box-shadow:
        0 0 16px rgba(52, 215, 105, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 12px rgba(52, 215, 105, 0.5);
}

.comparison__cross {
    color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.comparison__table tbody tr:last-child td {
    border-bottom: none;
}

.comparison__note {
    margin: 16px 0 0;
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 155%;
    color: var(--typograph-black-secondary);
}

/* ========================================================
   Accuracy Metrics Section — full-screen bento
   ======================================================== */

.metrics {
    padding: 0;
}

.metrics__header {
    text-align: center;
    margin-bottom: 64px;
}

.metrics__badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    margin-bottom: 20px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.metrics__title {
    max-width: 600px;
    margin: 0 auto;
}

.metrics__title-accent {
    background: linear-gradient(135deg, #4a90e8 0%, #6db8ff 50%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 18px rgba(77, 154, 255, 0.4)) drop-shadow(0 0 40px rgba(77, 154, 255, 0.15));
}

/* -- Hero: ring centered -- */
.metrics__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 56px;
}

.metrics__ring {
    position: relative;
    width: 220px;
    height: 220px;
}

.metrics__ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}

.metrics__ring-fill {
    fill: none;
    stroke: url(#metricsArcGradient);
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 565.5;
    stroke-dashoffset: 565.5;
    transition: stroke-dashoffset 2.5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 0 10px rgba(74, 144, 232, 0.9))
        drop-shadow(0 0 25px rgba(74, 144, 232, 0.6))
        drop-shadow(0 0 50px rgba(9, 75, 186, 0.4));
}

.metrics__ring--animated .metrics__ring-fill {
    stroke-dashoffset: 56.55;
}

.metrics__ring-glow {
    fill: none;
    stroke: rgba(74, 144, 232, 0.18);
    stroke-width: 28;
    stroke-linecap: round;
    stroke-dasharray: 565.5;
    stroke-dashoffset: 565.5;
    transition: stroke-dashoffset 2.5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: blur(8px);
}

.metrics__ring--animated .metrics__ring-glow {
    stroke-dashoffset: 56.55;
}

@keyframes metricsPulse {
    0%,
    100% {
        filter: drop-shadow(0 0 10px rgba(74, 144, 232, 0.9))
            drop-shadow(0 0 25px rgba(74, 144, 232, 0.6))
            drop-shadow(0 0 50px rgba(9, 75, 186, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 16px rgba(74, 144, 232, 1))
            drop-shadow(0 0 35px rgba(74, 144, 232, 0.8))
            drop-shadow(0 0 60px rgba(9, 75, 186, 0.5));
    }
}

.metrics__ring--animated .metrics__ring-fill {
    animation: metricsPulse 3s ease-in-out infinite;
    animation-delay: 2.5s;
}

.metrics__ring-value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metrics__hero-number {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.metrics__ring-pct {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 32px;
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.7;
}

.metrics__hero-label {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.92);
    margin-top: 24px;
}

.metrics__hero-desc {
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 155%;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 8px;
    max-width: 480px;
}

/* -- Stats row -- */
.metrics__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px 0;
    border-radius: 24px;
    background:
        radial-gradient(
            ellipse 80% 60% at 50% 100%,
            rgba(245, 166, 35, 0.04) 0%,
            transparent 100%
        ),
        #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.metrics__stat {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 32px;
}

.metrics__stat-sep {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.metrics__stat-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4a90e8;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}

.metrics__stat-icon .material-symbols-rounded {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 2;
}

.metrics__stat-icon--green {
    background: #14c24f;
    box-shadow: 0 4px 14px rgba(20, 194, 79, 0.4);
}

.metrics__stat-icon--purple {
    background: #9b6dd7;
    box-shadow: 0 4px 14px rgba(155, 109, 215, 0.4);
}

.metrics__stat-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.metrics__stat-num {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.metrics__stat-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

.metrics__card-number {
    font-family: var(--font-family);
    font-weight: 600;
}

.metrics__card-suffix {
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    margin-left: 4px;
    white-space: nowrap;
}

.metrics__footnote {
    margin: 18px auto 0;
    max-width: 760px;
    text-align: center;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 145%;
    color: rgba(255, 255, 255, 0.42);
}

.metrics__footnote-mark {
    display: inline-block;
    margin-right: 2px;
    font-size: 0.9em;
    vertical-align: super;
}

/* ========================================================
   Technology Roadmap Section — full-screen
   ======================================================== */

.roadmap {
    --roadmap-marker-center: 13px;
    --roadmap-line-start: 36px;
    --roadmap-line-end: 42px;
    position: relative;
    padding: 88px 0;
    overflow: hidden;
}

.roadmap::before,
.roadmap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(112px);
    opacity: 0.32;
}

.roadmap::before {
    width: 360px;
    height: 360px;
    top: 90px;
    left: -190px;
    background: rgba(143, 96, 214, 0.12);
}

.roadmap::after {
    width: 460px;
    height: 460px;
    right: -260px;
    bottom: -130px;
    background: rgba(95, 178, 255, 0.08);
}

.roadmap__header {
    position: relative;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 54px;
}

.roadmap__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 12px;
    border-radius: 100px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #c9a0ff;
    background: rgba(155, 109, 215, 0.1);
    border: 1px solid rgba(155, 109, 215, 0.16);
    margin-bottom: 20px;
}

.roadmap__badge-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bb8cff;
    box-shadow:
        0 0 14px rgba(187, 140, 255, 0.5),
        0 0 28px rgba(187, 140, 255, 0.2);
}

.roadmap__badge-dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: inherit;
    border: 1px solid rgba(187, 140, 255, 0.18);
}

.roadmap__title {
    margin: 0 auto;
    max-width: 760px;
}

.roadmap__title-accent {
    color: #9b6dd7;
}

.roadmap__timeline {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}

.roadmap__timeline::before {
    content: "";
    position: absolute;
    left: var(--roadmap-marker-center);
    top: var(--roadmap-line-start);
    bottom: var(--roadmap-line-end);
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(128, 145, 168, 0.6) 0%,
        rgba(128, 145, 168, 0.44) 52%,
        rgba(128, 145, 168, 0.26) 100%
    );
    pointer-events: none;
}

.roadmap__phase {
    --roadmap-accent: #43d57f;
    --roadmap-accent-rgb: 67, 213, 127;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.roadmap__phase + .roadmap__phase {
    margin-top: 18px;
}

.roadmap__phase--upcoming {
    --roadmap-accent: #ffb35c;
    --roadmap-accent-rgb: 255, 179, 92;
}

.roadmap__phase--future {
    --roadmap-accent: #bb8cff;
    --roadmap-accent-rgb: 187, 140, 255;
}

.roadmap__phase-marker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 26px;
    padding-top: 28px;
}

.roadmap__phase-dot {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(var(--roadmap-accent-rgb), 0.3);
    background: rgba(var(--roadmap-accent-rgb), 0.12);
    flex-shrink: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px rgba(var(--roadmap-accent-rgb), 0.11);
}

.roadmap__phase-dot-inner {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--roadmap-accent);
    box-shadow: 0 0 8px rgba(var(--roadmap-accent-rgb), 0.45);
}

.roadmap__phase-line {
    display: none;
}

.roadmap__phase-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 26px 28px 24px;
    border-radius: 26px;
    background: linear-gradient(
        140deg,
        rgba(45, 56, 74, 0.82) 0%,
        rgba(34, 40, 52, 0.88) 46%,
        rgba(27, 31, 41, 0.92) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -1px 0 rgba(255, 255, 255, 0.02);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.roadmap__phase-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0.28) 0%,
        rgba(255, 255, 255, 0.08) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.9;
    pointer-events: none;
}

.roadmap__phase-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        130% 150% at 100% 0%,
        rgba(110, 170, 255, 0.12) 0%,
        rgba(110, 170, 255, 0.03) 34%,
        rgba(110, 170, 255, 0) 72%
    );
    pointer-events: none;
}

.roadmap__phase-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.18),
        0 0 20px rgba(110, 170, 255, 0.08);
}

.roadmap__phase--upcoming .roadmap__phase-card,
.roadmap__phase--future .roadmap__phase-card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.roadmap__phase-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 100px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--roadmap-accent);
    background: rgba(var(--roadmap-accent-rgb), 0.12);
    border: 1px solid rgba(var(--roadmap-accent-rgb), 0.16);
    margin-bottom: 18px;
}

.roadmap__phase-status::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
    opacity: 0.85;
}

.roadmap__phase-status--soon {
    color: #ffb35c;
}

.roadmap__phase-status--future {
    color: #bb8cff;
}

.roadmap__phase-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 122%;
    color: var(--typograph-black);
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.roadmap__phase--upcoming .roadmap__phase-title,
.roadmap__phase--future .roadmap__phase-title {
    color: var(--typograph-black-secondary);
    opacity: 0.9;
}

.roadmap__phase-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(
        180deg,
        rgba(var(--roadmap-accent-rgb), 0.18) 0%,
        rgba(var(--roadmap-accent-rgb), 0.08) 100%
    );
    color: var(--roadmap-accent);
    flex-shrink: 0;
    border: 1px solid rgba(var(--roadmap-accent-rgb), 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.roadmap__phase-icon .material-symbols-rounded {
    font-size: 28px;
    font-variation-settings:
        "FILL" 1,
        "wght" 600,
        "GRAD" 0,
        "opsz" 48;
}

.roadmap__phase-desc {
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 158%;
    color: var(--typograph-black-secondary);
    margin: 0 0 18px;
    max-width: 640px;
}

.roadmap__phase--upcoming .roadmap__phase-desc,
.roadmap__phase--future .roadmap__phase-desc {
    opacity: 0.78;
}

.roadmap__phase-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.roadmap__feature {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(var(--roadmap-accent-rgb), 0.12);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 1.35;
    color: var(--typograph-black-secondary);
}

.roadmap__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(var(--roadmap-accent-rgb), 0.16);
    color: var(--roadmap-accent);
}

.roadmap__feature-icon .material-symbols-rounded {
    font-size: 16px;
    font-variation-settings:
        "FILL" 1,
        "wght" 700,
        "GRAD" 0,
        "opsz" 24;
}

/* ========================================================
   Partners Section — full-screen
   ======================================================== */

.partners {
    padding: 0;
    text-align: center;
}

.partners__header {
    margin-bottom: 64px;
}

.partners__badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 20px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.partners__title {
    margin: 0 auto;
}

.partners__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partners__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    color: var(--typograph-black-secondary);
    margin: 16px auto 0;
}

.partners__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    opacity: 0.4;
    filter: grayscale(1);
    transition:
        opacity 0.4s,
        filter 0.4s,
        transform 0.3s;
}

.partners__item:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.05);
}

.partners__item img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.partners__item-text {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    color: var(--typograph-black);
}

/* ========================================================
   Testimonials Section — single review carousel
   ======================================================== */

.testi {
    padding: 0;
}

.testi__header {
    text-align: center;
    margin-bottom: 56px;
}

.testi__badge {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #ffcc4d;
    background: linear-gradient(
        135deg,
        rgba(245, 166, 35, 0.14) 0%,
        rgba(255, 204, 77, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(245, 166, 35, 0.2);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 20px;
    box-shadow:
        0 0 20px rgba(245, 166, 35, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(245, 166, 35, 0.4);
}

.testi__title {
    max-width: none;
    margin: 0 auto;
    white-space: nowrap;
}

.testi__title-accent {
    color: #f5a623;
}

@media (max-width: 1200px) {
    .testi__title {
        white-space: normal;
    }
}

/* Carousel wrapper — stacked card deck */
.testi__carousel {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    height: 440px;
    perspective: 1200px;
}

/* Each review — absolute stacked, deck effect via JS inline styles */
.testi__review {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: center top;
    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

/* Review card — fixed height for consistent deck stacking */
.testi__review-card {
    position: relative;
    height: 360px;
    padding: 40px 48px;
    border-radius: 16px;
    background: var(--background-cream-secondary);
    border: 1px solid var(--stroke-secondary-interface);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Solid overlay on background deck cards — hides text, shows only card shell */
.testi__review-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--background-cream-secondary);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    pointer-events: none;
}

/* Depth 1+ cards: overlay covers content, hide border */
.testi__review[data-depth="1"] .testi__review-card::before,
.testi__review[data-depth="2"] .testi__review-card::before {
    opacity: 1;
}

.testi__review[data-depth="1"] .testi__review-card {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.testi__review[data-depth="2"] .testi__review-card {
    border-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.testi__quote-mark {
    font-family: Georgia, serif;
    font-size: 96px;
    line-height: 0.6;
    color: var(--typograph-blue);
    opacity: 0.12;
    position: absolute;
    top: 24px;
    left: 32px;
    pointer-events: none;
}

.testi__review-text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 175%;
    color: var(--typograph-black);
    margin: 0 0 32px;
    font-style: italic;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testi__review-footer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testi__review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(9, 75, 186, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--typograph-blue);
    flex-shrink: 0;
}

.testi__review-avatar .material-symbols-rounded {
    font-size: 28px;
}

.testi__review-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testi__review-name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--typograph-black);
}

.testi__review-role {
    font-family: var(--font-family);
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

.testi__review-stars {
    margin-left: auto;
    display: flex;
    gap: 2px;
    color: #f5a623;
}

.testi__review-stars .material-symbols-rounded {
    font-size: 24px;
    font-variation-settings: "FILL" 1;
}

/* Navigation */
.testi__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 36px;
}

.testi__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid var(--stroke-secondary-interface);
    background: var(--background-cream-secondary);
    color: var(--typograph-black);
    cursor: pointer;
    transition:
        background 0.2s,
        border-color 0.2s,
        color 0.2s,
        transform 0.2s;
}

.testi__nav-btn:hover {
    background: var(--background-cream-primary);
    border-color: var(--typograph-blue);
    color: var(--typograph-blue);
    transform: scale(1.08);
}

.testi__nav-btn .material-symbols-rounded {
    font-size: 28px;
}

.testi__nav-dots {
    display: flex;
    gap: 14px;
    align-items: center;
}

/* ========================================================
   Shared glow-dot component — used by roadmap + testimonials
   Filled semi-transparent outer circle + solid inner circle
   ======================================================== */

.glow-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.06);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.4s;
}

.glow-dot::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    transition:
        background 0.4s,
        box-shadow 0.4s;
}

.glow-dot--active {
    background: rgba(9, 75, 186, 0.15);
}

.glow-dot--active::after {
    background: var(--typograph-blue);
    box-shadow: 0 0 8px rgba(9, 75, 186, 0.4);
}

/* ═══════════════════════════════════════
   HERO VALUE — Live Sensor Monitor
   ═══════════════════════════════════════ */

.hero_value {
    position: relative;
}

.hv__header {
    text-align: center;
    margin-bottom: 40px;
}

.hv__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #7dbdff;
    background: linear-gradient(
        135deg,
        rgba(77, 154, 255, 0.12) 0%,
        rgba(141, 207, 255, 0.06) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(77, 154, 255, 0.18);
    margin-bottom: 16px;
    box-shadow:
        0 0 20px rgba(77, 154, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: 0 0 16px rgba(77, 154, 255, 0.4);
}

.hv__title {
    color: #fff;
}

.hv__title-accent {
    background: linear-gradient(135deg, #4d9aff 0%, #6db8ff 40%, #8dcfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hv-monitor {
    max-width: 980px;
    margin: 0 auto;
}

.hv-feed-stage {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 12px 18px 22px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
}

.hv-summary {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 24px;
    border-radius: 32px;
    background: linear-gradient(
        180deg,
        rgba(22, 25, 33, 0.96) 0%,
        rgba(10, 12, 18, 0.96) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 24px 60px rgba(1, 8, 24, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hv-summary::before {
    content: "";
    position: absolute;
    inset: -20% 10% auto;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(77, 154, 255, 0.16) 0%,
        rgba(112, 255, 149, 0.08) 30%,
        transparent 72%
    );
    filter: blur(18px);
    pointer-events: none;
}

.hv-summary::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.06) 0%, transparent 22%),
        radial-gradient(
            circle at 50% 100%,
            rgba(245, 166, 35, 0.07) 0%,
            transparent 45%
        );
    pointer-events: none;
}

.hv-summary > * {
    position: relative;
    z-index: 1;
}

.hv-summary__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hv-summary__live,
.hv-summary__delta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hv-summary__live {
    background: rgba(255, 255, 255, 0.04);
}

.hv-summary__live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34c759;
    box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.5);
    animation: hvPulseDot 1.8s ease-out infinite;
}

.hv-summary__live-text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.hv-summary__delta {
    font-family: var(--second-family);
    font-size: 20px;
    font-weight: 700;
    color: #8dcfff;
    background: rgba(77, 154, 255, 0.08);
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.hv-summary__delta--up {
    color: #8dcfff;
    background: rgba(77, 154, 255, 0.08);
}

.hv-summary__delta--down {
    color: #ffc36d;
    background: rgba(245, 166, 35, 0.12);
}

.hv-summary__delta-icon {
    font-size: 20px;
}

.hv-summary__orb {
    --hv-progress: 258deg;
    position: relative;
    width: min(100%, 292px);
    aspect-ratio: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-summary__orb::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
        from -90deg,
        #4d9aff 0deg,
        #7cbcff calc(var(--hv-progress) - 42deg),
        #70ff95 var(--hv-progress),
        rgba(255, 255, 255, 0.09) var(--hv-progress),
        rgba(255, 255, 255, 0.03) 360deg
    );
    -webkit-mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 18px),
        #000 calc(100% - 16px)
    );
    mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 18px),
        #000 calc(100% - 16px)
    );
    box-shadow:
        0 0 34px rgba(77, 154, 255, 0.18),
        0 0 50px rgba(112, 255, 149, 0.08);
}

.hv-summary__orb-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.hv-summary__orb-ring--outer {
    inset: 10px;
    opacity: 0.5;
    animation: hvOrbSpin 16s linear infinite;
}

.hv-summary__orb-ring--inner {
    inset: 34px;
    border-style: dashed;
    opacity: 0.28;
    animation: hvOrbSpinReverse 12s linear infinite;
}

.hv-summary__orb-scan {
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        rgba(141, 207, 255, 0.26) 0%,
        rgba(77, 154, 255, 0.08) 28%,
        transparent 62%
    );
    filter: blur(10px);
    mix-blend-mode: screen;
    animation: hvOrbSweep 6s linear infinite;
}

.hv-summary__orb-core {
    position: relative;
    z-index: 1;
    width: calc(100% - 68px);
    height: calc(100% - 68px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background:
        radial-gradient(
            circle at 50% 24%,
            rgba(141, 207, 255, 0.16) 0%,
            rgba(16, 19, 28, 0.96) 58%,
            rgba(7, 10, 16, 1) 100%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.06) 0%,
            rgba(255, 255, 255, 0.02) 100%
        );
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -24px 44px rgba(0, 0, 0, 0.35),
        0 18px 40px rgba(6, 10, 20, 0.32);
}

.hv-summary__consumption {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.hv-summary__number {
    font-family: var(--second-family);
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #ffffff 0%, #bfe0ff 45%, #70ff95 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 28px rgba(109, 184, 255, 0.14);
}

.hv-summary__unit {
    font-family: var(--second-family);
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.52);
    transform: translateY(-8px);
}

.hv-summary__label {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.hv-summary__breakdown {
    display: grid;
    gap: 12px;
}

.hv-breakdown {
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
}

.hv-breakdown__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.hv-breakdown__lead {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.hv-breakdown__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.hv-breakdown--kitchen .hv-breakdown__icon {
    background: #f5a623;
}

.hv-breakdown--climate .hv-breakdown__icon {
    background: #4a90e8;
}

.hv-breakdown--other .hv-breakdown__icon {
    background: #14c24f;
}

.hv-breakdown__icon .material-symbols-rounded {
    font-size: 26px;
}

.hv-breakdown__name {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hv-breakdown__pct {
    font-family: var(--second-family);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.hv-breakdown__meter {
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.hv-breakdown__meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    transition: width 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.hv-breakdown--kitchen .hv-breakdown__meter span {
    background: linear-gradient(90deg, #ffcf70 0%, #f5a623 100%);
}

.hv-breakdown--climate .hv-breakdown__meter span {
    background: linear-gradient(90deg, #8dcfff 0%, #4a90e8 100%);
}

.hv-breakdown--other .hv-breakdown__meter span {
    background: linear-gradient(90deg, #70ff95 0%, #14c24f 100%);
}

.hv-breakdown__power {
    margin-top: 8px;
    font-family: var(--second-family);
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.62);
}

.hv-feed {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    max-height: 472px;
}

.hv-event {
    flex-shrink: 0;
    opacity: 1;
    transform: translateY(0);
    will-change: transform, opacity;
    margin-bottom: 8px;
}

.hv-event--exiting {
    animation: hvEventOut 0.35s ease both;
    pointer-events: none;
}

.hv-event__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 12px;
}

.hv-event__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.06);
}

.hv-event__dot--on {
    background: #34c759;
    box-shadow: 0 0 12px rgba(52, 199, 89, 0.4);
}

.hv-event__dot--off {
    background: #cfd5df;
    box-shadow: 0 0 12px rgba(207, 213, 223, 0.18);
}

.hv-event__dot--cycle {
    background: #f5a623;
    box-shadow: 0 0 12px rgba(245, 166, 35, 0.3);
}

.hv-event__dot--stable {
    background: #8dcfff;
    box-shadow: 0 0 12px rgba(141, 207, 255, 0.32);
}

.hv-event--kitchen .hv-event__dot {
    background: #f5a623;
    box-shadow: 0 0 12px rgba(245, 166, 35, 0.32);
}

.hv-event--climate .hv-event__dot {
    background: #4a90e8;
    box-shadow: 0 0 12px rgba(74, 144, 232, 0.32);
}

.hv-event--other .hv-event__dot {
    background: #34c759;
    box-shadow: 0 0 12px rgba(52, 199, 89, 0.32);
}

.hv-event__stamp {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.35);
}

.hv-event__card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #fff;
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transition:
        box-shadow 0.2s,
        border-color 0.2s,
        transform 0.2s;
}

.hv-event:hover .hv-event__card {
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}

.hv-event__icon {
    position: relative;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.hv-event--kitchen .hv-event__icon {
    background: #f5a623;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
}

.hv-event--climate .hv-event__icon {
    background: #4a90e8;
    box-shadow: 0 4px 14px rgba(74, 144, 232, 0.4);
}

.hv-event--other .hv-event__icon {
    background: #34c759;
    box-shadow: 0 4px 14px rgba(52, 199, 89, 0.4);
}

.hv-event__icon .material-symbols-rounded {
    position: relative;
    z-index: 1;
    font-size: 28px;
}

.hv-event__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hv-event__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.95);
}

.hv-event__subline {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.hv-event__category {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.56);
}

.hv-event__power {
    font-family: var(--second-family);
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    white-space: nowrap;
    flex-shrink: 0;
    justify-self: end;
}

.hv-event--off .hv-event__icon {
    background: #6b7280 !important;
    box-shadow: none !important;
}

.hv-event--off .hv-event__name {
    color: rgba(255, 255, 255, 0.45);
}

.hv-event--off .hv-event__power {
    color: rgba(255, 255, 255, 0.4);
}

@keyframes hvEventOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(12px) scale(0.96);
    }
}

@keyframes hvPulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.48);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(52, 199, 89, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0);
    }
}

@keyframes hvOrbSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes hvOrbSpinReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes hvOrbSweep {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — must live at END of this file because
   home-technology.css loads after media.css in <head>.
   ══════════════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {

    /* ── GRIDS → single column ── */
    .eb__content            { flex-direction: column; align-items: center; gap: 32px; }
    .eb__card--legend       { width: 100%; max-width: 100%; }
    .eb__chart-wrap         { width: min(300px, 80vw); height: min(300px, 80vw); }
    .tf__cards              { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto 40px; }
    .tf__card--best         { order: -1; }
    .pain__shell            { grid-template-columns: 1fr; gap: 16px; }
    .pain__grid             { grid-template-columns: 1fr; gap: 16px; }
    .why-nilm__grid         { grid-template-columns: 1fr; gap: 16px; }
    .hero_steps-layout      { grid-template-columns: 1fr; gap: 24px; }
    .sensor_categories      { grid-template-columns: 1fr; gap: 16px; }
    .controls_card-list     { grid-template-columns: 1fr; gap: 12px; }
    .science__examples-grid { grid-template-columns: 1fr; }
    .tech-inside__grid      { grid-template-columns: 1fr; }
    .parameters_block-list  { grid-template-columns: 1fr; }
    .comparison__table-wrap,
    [data-theme="dark"] .comparison__table-wrap {
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        border: none;
        overflow: visible;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    /* ── Centered headers, badges, subtitles (same as desktop) ── */
    .eb__header, .tf__header, .why-nilm__header,
    .hero_steps-header, .testi__header, .hv__header,
    .comparison__header, .science__header,
    .how-nilm__header, .tech-inside__header { text-align: center; }

    .eb__badge, .tf__badge, .why-nilm__badge,
    .hero_steps-badge, .testi__badge, .hv__badge { justify-content: center; }

    .eb__subtitle, .tf__subtitle { text-align: center; }
    .application_title, .controls_title, .answer_title { text-align: center; }

    .testi__header, .hero_steps-header {
        display: flex; flex-direction: column; align-items: center;
    }

    .testi__carousel {
        height: 520px;
    }

    .testi__review-card {
        height: 460px;
        padding: 28px 24px;
    }

    .testi__review-text {
        -webkit-line-clamp: 5;
        font-size: 18px;
    }

    /* Application section — phone image fits mobile */
    .application_tabs-img {
        flex: unset;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    .application_img-item img {
        max-width: 100%;
        height: auto;
    }

    .application_content {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .application_tabs {
        width: 100%;
        overflow: hidden;
    }

    .application_tabs-list {
        flex-direction: row;
        gap: 0;
    }

    .application_slider-nav {
        display: flex;
    }

    /* Science visual — stack vertically */
    .science__visual {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .science__arrow {
        transform: rotate(90deg);
        padding: 8px 0;
        align-self: center;
    }

    /* Metrics stats — stack and center */
    .metrics__stats {
        flex-direction: column;
        gap: 0;
        padding: 28px 24px;
    }

    .metrics__stat {
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        gap: 10px;
    }

    .metrics__stat-info {
        text-align: center;
    }

    .metrics__stat-sep {
        width: 60%;
        height: 1px;
        align-self: center;
    }

    /* Tech hero trust badges — center */
    .tech-hero__trust,
    .tech-hero__trust--inline {
        justify-content: center;
        align-items: center;
    }

    /* How NILM steps — stack vertically */
    .how-nilm__steps {
        flex-direction: column;
        align-items: center;
    }

    .how-nilm__connector {
        transform: rotate(90deg);
        padding: 8px 0;
    }

    /* Parameters table titles — center */
    .parameters_block-title,
    .parameters h2,
    .parameters .second_title {
        text-align: center !important;
    }

    /* Tech hero — stack vertically, clip overflow */
    .tech-hero .hero_content-left,
    .tech-hero .hero_content-right {
        display: block;
    }
    .tech-hero .hero_content {
        flex-direction: column;
        gap: 24px;
    }
    .tech-hero .hero_content-right {
        max-width: 100%;
        overflow: hidden;
    }
    .tech-hero__plot-wrap {
        max-width: 100%;
        overflow: hidden;
    }

    /* Hero — compact spacing */
    section.hero .hero_content {
        flex-direction: column;
        gap: 0;
    }

    section.hero .hero_toggle {
        margin-bottom: 16px;
    }

    section.hero .hero_title.first_title {
        margin: 0;
    }

    section.hero .hero_cta-desc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 160%;
    }
}

@media (max-width: 450px) {
    .why-nilm__grid, .pain__grid, .sensor_categories,
    .controls_card-list, .science__examples-grid,
    .tech-inside__grid, .parameters_block-list {
        grid-template-columns: 1fr; gap: 12px;
    }
    .tf__cards { grid-template-columns: 1fr; max-width: 100%; }
    .eb__chart-wrap { width: min(250px, 70vw); height: min(250px, 70vw); }
    .application_title, .controls_title, .answer_title { text-align: center; }

    /* ── FAQ accordion — mobile sizing ── */
    .answer_accord-btn {
        padding: 16px 18px;
        border-radius: 18px;
    }
    .answer_accord-title {
        font-size: 16px;
        line-height: 1.4;
    }
    .answer_accord-descript {
        font-size: 15px;
    }
    .answer_accord-arrow {
        width: 28px;
        height: 28px;
    }
    .answer_accord-arrow img {
        width: 18px;
        height: 18px;
    }

    /* ── Testimonials nav — smaller on mobile ── */
    .testi__nav-btn {
        width: 40px;
        height: 40px;
    }
    .testi__nav-btn .material-symbols-rounded {
        font-size: 22px;
    }

    /* ── Controls cards ── */
    .controls_card-title {
        text-align: left;
    }

    /* ── Footer legal text — readable ── */
    .footer_main-inner ul li {
        font-size: 15px;
        line-height: 170%;
        display: block;
    }
    .footer_bottom-inner {
        gap: 16px;
    }
    .footer_descript {
        font-size: 14px;
        line-height: 170%;
    }
}


/* ── Final mobile polish for home sections. Must stay last. ───────────────── */

@media (max-width: 1200px) {
    .section-screen {
        min-height: auto;
        padding: 20px 0;
    }

    .pain__shell {
        margin-top: 36px;
        margin-bottom: 0;
        align-items: stretch;
    }

    .pain__hero,
    .pain__card,
    .eb__item,
    .controls_card-item,
    .controls_apps {
        border-radius: 24px;
    }

    .pain__card,
    .controls_card-item {
        min-height: 0;
    }

    .eb__content {
        gap: 28px;
    }

    .controls_content,
    .controls_card-list {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .hero {
        padding: 32px 0;
    }

    section.hero .hero_toggle {
        width: auto;
        max-width: 100%;
        justify-content: center;
        padding: 5px;
        margin: 0 auto 18px;
    }

    .hero_toggle-btn {
        flex: 0 1 auto;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
        white-space: nowrap;
    }

    section.hero .hero_cta-desc {
        max-width: 100%;
        margin-top: 14px;
    }

    section.hero .hero_content-right img {
        width: min(100%, 320px);
        margin: 18px auto 0;
    }

    section.hero .hero_content-right .hero__app-frame {
        margin: 16px auto 0;
    }

    section.hero .hero_content-right .hero__app-frame img {
        width: 100%;
        max-height: none;
        margin: 0;
        object-fit: initial;
        filter: none;
    }

    section.hero .hero_cta-features {
        margin-top: 18px;
        gap: 10px;
    }

    .hero_cta-feat {
        padding: 10px 14px;
        border-radius: 14px;
    }

    .hero_cta-feat span:last-child {
        font-size: 16px;
    }

    section.hero .hero_cta-price {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    .hero_cta-price-old-wrap {
        align-items: center;
    }

    .hero_cta-actions {
        gap: 12px;
        margin-top: 20px;
    }

    .hero_cta-button,
    .hero_cta-secondary {
        width: 100%;
        max-width: 100%;
    }

    .pain {
        padding: 48px 0;
    }

    .pain__shell {
        gap: 14px;
        margin-top: 0;
    }

    .pain__hero {
        aspect-ratio: 1.04;
    }

    .pain__eyebrow {
        top: 16px;
        left: 16px;
        font-size: 12px;
        padding: 8px 12px;
    }

    .pain__hero-caption {
        padding: 18px 18px 22px;
        gap: 8px;
    }

    .pain__lead {
        max-width: none;
        font-size: 16px;
        line-height: 1.5;
    }

    .pain__grid {
        gap: 14px;
    }

    .pain__card {
        gap: 16px;
        padding: 20px;
    }

    .pain__icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .pain__index {
        font-size: 20px;
    }

    .pain__card-text {
        font-size: 18px;
        line-height: 1.45;
    }

    .eb {
        padding: 20px 0;
    }

    .eb__header {
        margin-bottom: 28px;
    }

    .eb__content {
        gap: 24px;
    }

    .eb__chart-wrap {
        width: min(290px, 78vw);
        height: min(290px, 78vw);
    }

    .eb__card--legend {
        width: 100%;
        max-width: 100%;
    }

    .eb__legend-header {
        margin-bottom: 14px;
    }

    .eb__items {
        gap: 10px;
    }

    .eb__item {
        padding: 14px;
        border-radius: 18px;
    }

    .eb__item-left {
        gap: 12px;
        min-width: 0;
        flex: 1;
    }

    .eb__item-info {
        min-width: 0;
    }

    .eb__item-name {
        font-size: 16px;
    }

    .eb__item-pct,
    .eb__item-kwh,
    .eb__item-cost {
        font-size: 14px;
    }

    .eb__item-right {
        gap: 10px;
        flex-shrink: 0;
    }

    .eb__savings-hint {
        gap: 12px;
        padding: 16px 18px 16px;
        border-radius: 18px;
        font-size: 16px;
    }

    .controls {
        padding: 48px 0;
    }

    .controls_inner {
        gap: 32px;
    }

    .controls_content {
        gap: 16px;
        margin-bottom: 0;
    }

    .controls_card-list {
        gap: 14px;
    }

    .contols_card-wrap {
        align-items: flex-start;
        text-align: left;
        padding: 22px 20px 20px;
    }

    .controls_card-title {
        text-align: left;
        font-size: 18px;
        line-height: 1.4;
    }

    .controls_card-descript {
        margin: 10px 0 0;
        text-align: left;
        font-size: 16px;
        line-height: 1.55;
    }

    .controls_card-img {
        order: -1;
        margin: 0 auto 12px;
        max-width: 200px;
    }

    .controls_card-img--home {
        max-width: 240px;
    }

    .controls_card-img--money,
    .controls_card-img--child {
        max-width: 180px;
    }

    .controls_apps {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        overflow: hidden;
    }

    .controls_apps-content {
        align-items: flex-start;
        text-align: left;
        padding: 24px 20px 0;
    }

    .controls_apps-descript {
        max-width: none;
        margin-top: 10px;
        margin-left: 0;
        font-size: 16px;
    }

    .controls_apps-link {
        width: 100%;
        gap: 0;
        margin-top: 22px;
    }

    .controls_apps-btn {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .controls_apps-demo {
        min-height: 56px;
        margin-bottom: 0;
        padding: 16px 20px;
        border-radius: 16px;
    }

    .controls_apps-appstore,
    .controls_apps-rustore {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
        padding: 12px 14px;
        border-radius: 16px;
        font-size: 0;
    }

    .controls_apps-img {
        max-width: min(100%, 320px);
        margin: 0 auto;
    }

    .controls_apps-img img {
        display: block;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .pain__card-text {
        font-size: 17px;
    }

    .eb__chart-wrap {
        width: min(264px, 72vw);
        height: min(264px, 72vw);
    }

    .eb__item {
        padding: 13px 12px;
    }

    .controls_card-title {
        font-size: 17px;
    }

    .controls_card-descript {
        font-size: 15px;
    }
}


@media (min-width: 1201px) {
    section.hero.section_wht,
    .bz__hero-section.section_wht {
        margin-left: 0;
        margin-right: 0;
    }
}


@media (max-width: 1200px) {
    .pain__card-meta {
        width: 100%;
        justify-content: space-between;
    }

    .pain__index {
        font-size: 34px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.34);
    }
}


@media (min-width: 1201px) {
    .application.section-screen {
        min-height: calc(100vh - 100px);
        align-items: center;
        justify-content: center;
        padding: 24px 0;
    }

    .application_inner {
        gap: 24px;
    }

    .application_content {
        align-items: center;
        gap: 24px;
    }

    .application_title {
        margin-bottom: 0;
    }

    .application_content {
        max-width: 1120px;
        margin: 0 auto;
        align-items: center;
        gap: 20px;
    }

    .application_tabs {
        width: 500px;
        flex: 0 0 500px;
    }

    .application_tabs-list {
        gap: 10px;
    }

    .application_tabs-item {
        gap: 20px;
        padding: 20px;
    }

    .application_item-img {
        max-width: 64px;
    }

    .application_item-title {
        font-size: 18px;
    }

    .application_tabs-img {
        flex: 0 0 560px;
        width: 560px;
        min-width: 560px;
    }

    .application_img-item img {
        max-width: 560px;
        margin-left: auto;
    }
}
