.products-hero {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    padding: calc(var(--header-height) + 72px) 0 88px;
    background:
        radial-gradient(circle at 76% 43%, rgba(0,157,255,.19), transparent 29%),
        radial-gradient(circle at 61% 100%, rgba(0,82,178,.12), transparent 34%),
        linear-gradient(120deg, #010711 0%, #020b18 54%, #01060e 100%);
}
.products-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .30;
    background-image:
        linear-gradient(rgba(77,189,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(77,189,255,.045) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to right, transparent, rgba(0,0,0,.55) 50%, #000);
}
.products-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 520px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 48px;
    align-items: center;
}
.eyebrow {
    margin: 0 0 12px;
    color: #6dcfff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
}
.breadcrumb { margin: 0 0 24px; color: #66849e; font-size: 11px; }
.breadcrumb a { color: #8ca8bd; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb span { margin: 0 8px; }
.products-hero h1 {
    margin: 0;
    font-size: clamp(54px, 6.7vw, 90px);
    line-height: 1.08;
    letter-spacing: -.04em;
}
.products-hero__lead {
    margin: 27px 0 0;
    color: #e5f3ff;
    font-size: clamp(24px, 3vw, 37px);
    font-weight: 600;
    line-height: 1.5;
}
.products-hero__text { margin: 21px 0 0; color: var(--muted); font-size: 15px; }
.products-hero__visual { position: relative; height: 500px; }
.products-gear {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 230px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(74,188,255,.38);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6,29,51,.98), rgba(3,15,28,.96));
    box-shadow: inset 0 0 38px rgba(36,180,255,.12), 0 0 38px rgba(0,151,255,.11);
    transform: translate(-50%, -50%);
}
.products-gear img {
    position: absolute;
    width: 155%;
    max-width: none;
    opacity: .10;
    animation: product-spin 44s linear infinite;
}
.products-gear > div {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 5px;
    text-align: center;
}
.products-gear strong { color: #e6f5ff; font-size: 17px; letter-spacing: .13em; }
.products-gear span { color: #5cc8ff; font-size: 12px; }
.products-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(58,187,255,.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.products-orbit--1 { width: 360px; height: 360px; }
.products-orbit--2 { width: 480px; height: 480px; border-style: dashed; }
.products-node {
    position: absolute;
    z-index: 5;
    min-width: 135px;
    padding: 13px 16px;
    border: 1px solid rgba(73,187,255,.22);
    border-radius: 8px;
    background: rgba(4,20,36,.87);
}
.products-node span { display: block; color: #7fd6ff; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.products-node small { display: block; margin-top: 4px; color: #8aa5b9; font-size: 9px; }
.products-node--idea { top: 34px; left: 4%; }
.products-node--develop { top: 90px; right: 0; }
.products-node--service { bottom: 36px; right: 12%; }
@keyframes product-spin { to { transform: rotate(360deg); } }

.products-intro {
    overflow: hidden;
    background: linear-gradient(180deg, #030b16, #051321);
}
.products-intro::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    width: 500px;
    height: 500px;
    background: url("../img/symbol_crossgear.png") center / contain no-repeat;
    opacity: .024;
    transform: translateY(-50%);
}
.products-intro__inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 95px;
}
.products-intro__body { position: relative; z-index: 2; max-width: 650px; color: var(--muted); }
.products-intro__body p { margin: 0 0 18px; }
.products-intro__lead {
    color: #e8f4ff;
    font-size: clamp(22px, 2.6vw, 32px);
    font-weight: 600;
    line-height: 1.6;
}

.smartpunch {
    background:
        radial-gradient(circle at 74% 42%, rgba(0,143,228,.15), transparent 27%),
        #03101d;
}
.smartpunch__label {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--line);
}
.smartpunch__label > span { color: #5cc8ff; font-size: 13px; font-weight: 800; }
.smartpunch__label p { margin: 0; color: #e2f3ff; font-weight: 700; letter-spacing: .1em; }
.smartpunch__label small { margin-left: auto; color: #63839a; font-size: 9px; letter-spacing: .18em; }
.smartpunch__main {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
    align-items: center;
    min-height: 570px;
}
.smartpunch__copy h2 {
    margin: 0;
    font-size: clamp(50px, 6vw, 78px);
    line-height: 1.05;
    letter-spacing: -.035em;
}
.smartpunch__catch {
    margin: 19px 0 17px;
    color: #e6f5ff;
    font-size: clamp(24px, 3vw, 35px);
    font-weight: 600;
    line-height: 1.5;
}
.smartpunch__description { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; }
.smartpunch__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 29px; }
.smartpunch__tags span {
    padding: 7px 12px;
    border: 1px solid rgba(75,188,255,.20);
    border-radius: 999px;
    color: #b9d7e9;
    font-size: 11px;
}
.smartpunch__visual { position: relative; min-height: 520px; }
.sp-phone {
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 12%;
    width: 220px;
    height: 405px;
    padding: 11px;
    border: 2px solid rgba(228,244,255,.72);
    border-radius: 34px;
    background: #070c12;
    box-shadow: 0 35px 55px rgba(0,0,0,.48), 0 0 32px rgba(34,177,255,.13);
    transform: rotate(6deg);
}
.sp-phone__screen {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 18px 20px;
    border-radius: 24px;
    background: linear-gradient(160deg, #f9fcff, #dcebf5);
    color: #07131f;
}
.sp-phone__screen > small { color: #217cad; font-weight: 800; }
.sp-phone__shop {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-top: 35px;
    border: 1px solid #8bb8cf;
    border-radius: 50%;
    color: #59839a;
    font-size: 9px;
    font-weight: 800;
}
.sp-phone__screen p { margin: 16px 0 12px; color: #5c7a8c; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.sp-stamps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sp-stamps i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #b7cad5;
    border-radius: 50%;
    color: #8ba2af;
    font-size: 10px;
    font-style: normal;
}
.sp-stamps i.is-active { border-color: #2c98cd; background: #e0f4fd; color: #2181b2; font-size: 17px; }
.sp-phone__screen strong { margin-top: 21px; color: #287da8; font-size: 11px; letter-spacing: .1em; }
.sp-card {
    position: absolute;
    z-index: 6;
    top: 255px;
    left: 2%;
    width: 235px;
    height: 145px;
    padding: 23px 25px;
    border: 1px solid rgba(177,220,243,.46);
    border-radius: 11px;
    background:
        radial-gradient(circle at 80% 20%, rgba(54,185,255,.20), transparent 35%),
        linear-gradient(135deg, #0b2a43, #061625);
    box-shadow: 0 25px 40px rgba(0,0,0,.40);
    transform: rotate(-8deg);
}
.sp-card__logo { color: #dff4ff; font-size: 16px; line-height: 1.05; }
.sp-card__logo strong { color: #5bc8ff; font-size: 23px; }
.sp-card small { position: absolute; left: 25px; bottom: 20px; color: #678ca3; font-size: 7px; letter-spacing: .18em; }
.sp-card__nfc { position: absolute; top: 36px; right: 30px; width: 60px; height: 60px; }
.sp-card__nfc i {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(93,207,255,.60);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.sp-card__nfc i:nth-child(1) { width: 18px; height: 18px; }
.sp-card__nfc i:nth-child(2) { width: 35px; height: 35px; }
.sp-card__nfc i:nth-child(3) { width: 52px; height: 52px; }
.sp-wave {
    position: absolute;
    z-index: 2;
    top: 235px;
    left: 34%;
    border: 1px solid rgba(56,193,255,.18);
    border-radius: 50%;
}
.sp-wave--1 { width: 110px; height: 110px; }
.sp-wave--2 { width: 190px; height: 190px; margin: -40px; }
.sp-wave--3 { width: 270px; height: 270px; margin: -80px; }

.smartpunch-value { background: #020914; }
.smartpunch-value__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
}
.smartpunch-value__grid article { min-height: 245px; padding: 38px 38px 26px 0; }
.smartpunch-value__grid article + article { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.09); }
.smartpunch-value__grid span { color: var(--blue); font-size: 12px; font-weight: 800; }
.smartpunch-value__grid h3 { margin: 22px 0 12px; font-size: 20px; }
.smartpunch-value__grid p { margin: 0; color: var(--muted); font-size: 14px; }

.smartpunch-connection {
    background:
        radial-gradient(circle at 70% 50%, rgba(0,126,219,.10), transparent 30%),
        #04111f;
}
.smartpunch-connection__inner {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: center;
}
.smartpunch-connection__copy h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 4.4vw, 54px);
    line-height: 1.35;
}
.smartpunch-connection__copy p:not(.section-heading__en) { color: var(--muted); }
.connection-diagram { position: relative; min-height: 370px; }
.connection-gear {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 165px;
    height: 165px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(68,188,255,.34);
    border-radius: 50%;
    background: rgba(4,22,39,.96);
    transform: translate(-50%, -50%);
}
.connection-gear img { position: absolute; width: 145%; max-width: none; opacity: .09; }
.connection-gear span { position: relative; color: #e5f5ff; font-size: 15px; font-weight: 800; }
.connection-gear small { position: relative; margin-top: 5px; color: #5ec8fb; font-size: 8px; letter-spacing: .15em; }
.connection-item {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 135px;
    min-height: 90px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(68,184,250,.22);
    border-radius: 10px;
    background: rgba(4,20,36,.88);
    transform: translateY(-50%);
}
.connection-item--shop { left: 0; }
.connection-item--customer { right: 0; }
.connection-item strong { color: #dff3ff; font-size: 12px; letter-spacing: .12em; }
.connection-item small { color: #7897aa; font-size: 10px; }
.connection-line {
    position: absolute;
    top: 50%;
    width: 26%;
    height: 1px;
    background: linear-gradient(90deg, rgba(64,188,255,.12), rgba(64,188,255,.55), rgba(64,188,255,.12));
}
.connection-line--left { left: 19%; }
.connection-line--right { right: 19%; }

.products-tech { background: #020914; }
.products-tech__inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}
.products-tech h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.35;
}
.products-tech p:not(.section-heading__en) { max-width: 560px; margin: 0; color: var(--muted); }
.products-tech__card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
    border: 1px solid rgba(66,183,255,.27);
    background:
        radial-gradient(circle at 85% 25%, rgba(25,152,236,.18), transparent 35%),
        linear-gradient(135deg, rgba(5,30,52,.92), rgba(2,13,25,.94));
    transition: transform .25s ease, border-color .25s ease;
}
.products-tech__card:hover { transform: translateY(-4px); border-color: rgba(76,202,255,.55); }
.products-tech__card small { color: #67c9fa; font-weight: 700; letter-spacing: .16em; }
.products-tech__card strong { margin-top: 10px; font-size: clamp(26px, 3vw, 38px); }
.products-tech__card span { margin-top: 34px; color: #7fd5ff; font-size: 13px; font-weight: 700; }

.products-future {
    overflow: hidden;
    background: #04111f;
}
.products-future__inner {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 70px;
    align-items: center;
}
.products-future__mark {
    width: 210px;
    height: 210px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(67,185,255,.17);
    border-radius: 50%;
}
.products-future__mark img { width: 165px; opacity: .10; }
.products-future h2 {
    margin: 0 0 17px;
    font-size: clamp(34px, 4.5vw, 55px);
    line-height: 1.35;
}
.products-future p:not(.section-heading__en) { max-width: 650px; margin: 0; color: var(--muted); }

.contact-cta {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    border-top: 1px solid rgba(50,172,255,.16);
    background:
        radial-gradient(circle at 20% 50%, rgba(0,159,255,.16), transparent 28%),
        linear-gradient(105deg, #061a2d, #03101e 62%, #020a14);
}
.contact-cta::after {
    content: "";
    position: absolute;
    right: -70px;
    top: 50%;
    width: 390px;
    height: 390px;
    background: url("../img/symbol_crossgear.png") center / contain no-repeat;
    opacity: .035;
    transform: translateY(-50%);
}
.contact-cta__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.contact-cta h2 { margin: 0 0 14px; font-size: clamp(34px, 4.3vw, 54px); line-height: 1.3; }
.contact-cta p:not(.section-heading__en) { margin: 0; color: var(--muted); }

@media (max-width: 980px) {
    .products-hero__inner,
    .products-intro__inner,
    .smartpunch__main,
    .smartpunch-connection__inner,
    .products-tech__inner {
        grid-template-columns: 1fr;
    }
    .products-hero__visual,
    .smartpunch__visual,
    .connection-diagram { width: 650px; max-width: 100%; margin-inline: auto; }
    .products-intro__inner,
    .smartpunch-connection__inner,
    .products-tech__inner { gap: 42px; }
}

@media (max-width: 700px) {
    .products-hero {
        min-height: auto;
        padding-top: calc(var(--header-height) + 48px);
        padding-bottom: 45px;
    }
    .products-hero h1 { font-size: clamp(46px, 13vw, 64px); }
    .products-hero__lead { font-size: 23px; }
    .products-hero__text br.pc-only { display: none; }
    .products-hero__visual {
        height: 370px;
        margin-bottom: -30px;
        transform: scale(.78);
        transform-origin: top center;
    }
    .smartpunch__label small { display: none; }
    .smartpunch__main { gap: 20px; }
    .smartpunch__visual {
        height: 420px;
        min-height: 420px;
        transform: scale(.86);
        transform-origin: top center;
    }
    .smartpunch-value__grid { grid-template-columns: 1fr; }
    .smartpunch-value__grid article,
    .smartpunch-value__grid article + article {
        min-height: 0;
        padding: 30px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .connection-diagram {
        height: 320px;
        min-height: 320px;
        transform: scale(.82);
        transform-origin: center center;
    }
    .products-future__inner { grid-template-columns: 1fr; gap: 30px; }
    .products-future__mark { width: 150px; height: 150px; }
    .products-future__mark img { width: 115px; }
    .contact-cta__inner { align-items: flex-start; flex-direction: column; }
}
