@charset "UTF-8";

.eyebrow {
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--main-color);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--main-color);
}
h2.sec-title {
    font-size: clamp(30px, 4.4vw, 54px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.18;
    margin: 14px 0 18px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.sec-sub {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 400;
    color: var(--gray-600);
    max-width: 720px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.center {
    text-align: center;
}
.center .eyebrow {
    justify-content: center;
}
.center .eyebrow::before {
    display: none;
}
.center .sec-sub {
    margin: 0 auto;
}

/* 3D emoji chip */
.emoji3d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(150deg, #fff, #eaf2ff);
    box-shadow:
            0 10px 22px rgba(0, 80, 200, 0.16),
            inset 0 2px 4px rgba(255, 255, 255, 0.9),
            inset 0 -3px 6px rgba(0, 60, 160, 0.1);
    font-size: 32px;
    line-height: 1;
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.12));
}

.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--gray-200);
}
.nav-in {
    max-width: 1500px;
    margin: 0 auto;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand .logo-text {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #222;
    line-height: 1;
}
.brand .div {
    width: 1px;
    height: 18px;
    background: var(--gray-200);
}
.brand .tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--main-color);
}
.nav-links {
    display: flex;
    gap: 28px;
    font-size: 15px;
    font-weight: 600;
    color: var(--gray-600);
}
.nav-links a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}
.nav-links a:hover {
    color: var(--main-color);
}
.nav-cta {
    background: var(--main-color);
    color: #fff;
    padding: 11px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s;
}
.nav-cta:hover {
    background: var(--main-color-dark );
    transform: translateY(-1px);
}
@media (max-width: 980px) {
    .nav-links {
        display: none;
    }
}

/* HERO — full-bleed background photo, left text overlay (화물운송 패턴) */
.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    min-height: 660px;
    display: flex;
    align-items: center;
}
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
}
.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(
                    95deg,
                    rgba(7, 12, 24, 0.95) 0%,
                    rgba(7, 12, 24, 0.85) 32%,
                    rgba(7, 12, 24, 0.45) 60%,
                    rgba(7, 12, 24, 0.15) 100%
            ),
            linear-gradient(0deg, rgba(7, 12, 24, 0.5), transparent 40%);
}
.hero-grid-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
            linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at 22% 45%, #000, transparent 62%);
}
.hero-in {
    position: relative;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
}
.hero-col {
    max-width: 620px;
}
.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #dfeaff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    backdrop-filter: blur(8px);
}
.badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color-cyan);
    box-shadow: 0 0 8px var(--main-color-cyan);
}
.hero h1 {
    font-size: clamp(32px, 4.6vw, 56px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    word-break: keep-all;
}
.hero h1 .hl {
    color: var(--main-color-cyan);
}
.hero p.lead {
    font-size: 18px;
    color: rgba(231, 238, 250, 0.88);
    margin: 22px 0 32px;
    max-width: 560px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.hero p.lead b {
    color: #fff;
}
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 14px;
    text-decoration: none;
    transition: 0.28s;
    cursor: pointer;
    border: none;
}
.btn-primary {
    background: var(--main-color);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 102, 255, 0.45);
}
.btn-primary:hover {
    background: #1f7bff;
    transform: translateY(-2px);
}
.btn-ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
}
.btn-ghost:hover {
    border-color: var(--main-color-cyan);
    color: var(--main-color-cyan);
}
.btn .arr {
    transition: 0.25s;
}
.btn:hover .arr {
    transform: translateX(4px);
}
.hero-stats {
    margin-top: 44px;
    display: inline-grid;
    grid-template-columns: repeat(3, auto);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(10px);
}
.hero-stats .cell {
    padding: 18px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-stats .cell:last-child {
    border-right: none;
}
.hero-stats .num {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}
.hero-stats .num em {
    color: var(--main-color-cyan);
    font-style: normal;
}
.hero-stats .lbl {
    font-size: 13px;
    color: rgba(231, 238, 250, 0.75);
    margin-top: 2px;
    font-weight: 600;
}
/* floating cards bottom-right */
.hero-float {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: var(--shadow-lg);
    display: flex;
    gap: 11px;
    align-items: center;
    backdrop-filter: blur(4px);
}
.hero-float.f1 {
    right: 32px;
    top: 120px;
    animation: floaty 5s ease-in-out 0.4s infinite;
}
.hero-float.f2 {
    right: 32px;
    bottom: 180px;
    max-width: 250px;
    animation: floaty 4s ease-in-out infinite;
}
@keyframes floaty {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-9px);
    }
}
.hero-float .em {
    font-size: 24px;
    line-height: 1;
}
.hero-float .seal {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #0047b3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
}
.hero-float .ft {
    font-size: 12px;
    line-height: 1.4;
    color: var(--gray-900);
    font-weight: 600;
}
.hero-float .ft b {
    color: var(--main-color);
}
.hero-float .ft small {
    display: block;
    font-size: 10px;
    color: var(--gray-400);
    font-weight: 600;
}
.scroll-ind {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 4;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
}
.scroll-ind .mouse {
    display: block;
    margin: 6px auto 0;
    width: 20px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    position: relative;
}
.scroll-ind .mouse::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    width: 3px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    animation: scrolldot 1.6s infinite;
}
@keyframes scrolldot {
    0% {
        opacity: 0;
        top: 6px;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 14px;
    }
}
@media (max-width: 980px) {
    .hero {
        min-height: 0;
        padding: 80px 0 70px;
    }
    .hero-bg::after {
        background: linear-gradient(0deg, rgba(7, 12, 24, 0.92), rgba(7, 12, 24, 0.7));
    }
    .hero-float,
    .scroll-ind {
        display: none;
    }
}
@media (max-width: 860px) {
    .hero-stats {
        grid-template-columns: 1fr;
        display: grid;
    }
    .hero-stats .cell {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }
}

.sec-head {
    margin-bottom: 54px;
}

/* WHY — image + 3 compact rows */
.why {
    background: var(--gray-100);
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 54px;
    align-items: center;
}
.why-img {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--shadow);
    aspect-ratio: 4/3;
    position: relative;
    background: linear-gradient(150deg, #0a1424, #13243f);
}
.why-img .imgslot {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 26px;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 14, 26, 0.85));
}
.why-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-img .cap {
    color: #fff;
    font-weight: 600;
}
.why-img .cap small {
    display: block;
    font-size:1rem;
    color: var(--main-color-cyan);
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.why-img .slotlabel {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
}
.vs-box {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 22px;
    font-size: 15px;
    color: var(--gray-900);
    display: flex;
    gap: 14px;
    align-items: center;
    box-shadow: var(--shadow-sm);
}
.vs-box b {
    color: var(--main-color);
    text-decoration: underline;
}
.vs-box .em {
    font-size: 36px;
    flex-shrink: 0;
}
.vs-sub {
    font-size: 1.25rem;
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: 6px;
}
.vs-point {
    display: inline-flex;
    align-items: center;
    margin: 4px 0 0;
    padding: 2px 10px;
    background: var(--main-color);
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.diff-row {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-200);
}
.diff-row:last-child {
    border-bottom: none;
}
.diff-row .n {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    height: 24px;
    padding: 0 10px;
    border-radius: 9999px;
    background: rgba(0, 102, 255, 0.1);
    border: 1px solid rgba(0, 102, 255, 0.25);
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: 0.04em;
    white-space: nowrap;
    margin-top: 3px;
}
.diff-row .em {
    font-size: 40px;
    flex-shrink: 0;
    line-height: 1;
}
.diff-row h3 {
    font-size: var(--fs-label-sub);
    font-weight: 700;
    margin-bottom: 4px;
}
.diff-row p {
    color: var(--gray-600);
    font-size: var(--fs-desc-sub);
    line-height: 1.55;
}
@media (max-width: 860px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
@media (max-width: 640px) {
    .diff-row {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        gap: 8px 14px;
    }
    .diff-row .n {
        grid-column: 1 / -1;
        grid-row: 1;
        width: fit-content;
    }
    .diff-row .em {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
    }
    .diff-row > div:last-child {
        grid-column: 2;
        grid-row: 2;
    }
}

/* FSSC */
.cert-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.cert-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cert-mini {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    padding: 2.25rem 1.5rem;
    transition: 0.25s;
}
.cert-mini:hover {
    box-shadow: var(--shadow-sm);
    transform: translateX(5px);
}
.cert-mini .em {
    font-size: 40px;
    flex-shrink: 0;
}
.cert-mini h4 {
    font-size:var(--fs-label-sub);
    font-weight: 700;
    margin-bottom: 5px;
}
.cert-mini p {
    font-size:var(--fs-desc-sub);
    color: var(--gray-600);
    line-height: 1.55;
}
.cert-box {
    background: linear-gradient(160deg, #0b1220, #121a2c);
    border-radius: 26px;
    padding: 38px;
    color: #fff;
    position: relative;
    text-align:center;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.cert-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(320px 220px at 90% 0, rgba(0, 102, 255, 0.4), transparent 60%);
}
.cert-box .seal-lg {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin:0 auto;
    z-index: 2;
    box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.35),
            0 0 0 6px rgba(0, 102, 255, 0.14);
    padding: 12px;
}
.cert-box .seal-lg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.cert-box h3 {
    font-size: 25px;
    font-weight: 800;
    margin: 22px 0 3px;
    position: relative;
    z-index: 2;
}
.cert-box .sub {
    color: var(--gray-400);
    font-size: 14px;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}
.cert-row {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
    font-size: 14px;
    gap: 14px;
}
.cert-row:last-child {
    border-bottom: none;
}
.cert-row .k {
    color: var(--gray-400);
    flex-shrink: 0;
}
.cert-row .v {
    color: #fff;
    font-weight: 600;
    text-align: right;
}
.cert-row .v.hl {
    color: var(--main-color-cyan);
}
@media (max-width: 860px) {
    .cert-flex {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* PAIN — flip cards compact */
.pain {
    background: var(--gray-100);
}
.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pain-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
    transition: 0.3s;
}
.pain-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}
.pain-head {
    padding: 24px 26px 22px;
    background: linear-gradient(135deg, #fff4f4, #fff9f4);
    border-bottom: 1px dashed #f1c9c0;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.pain-head .em {
    font-size: 30px;
    flex-shrink: 0;
    line-height: 1;
}
.pain-head .tag {
    font-weight: 700;
    color: #e15241;
    letter-spacing: 0.06em;
}
.pain-head h4 {
    font-size: var(--fs-label-sub);
    font-weight: 700;
    margin-top: 7px;
    line-height: 1.4;
}
.sol {
    padding: 22px 26px;
}
.sol .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.sol p {
    font-size:var(--fs-desc-sub);
    color: var(--gray-600);
    line-height: 1.6;
}
.sol p b {
    display: block;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 9999px;
    background: rgba(0, 102, 255, 0.1);
    border: 1px solid rgba(0, 102, 255, 0.22);
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
@media (max-width: 860px) {
    .pain-grid {
        grid-template-columns: 1fr;
    }
}

/* WPI dark */
.wpi {
    background: #0a0e1a;
    color: #fff;
    padding: 100px 0;
    overflow: hidden;
}
.wpi .eyebrow {
    color: var(--main-color-cyan);
}
.wpi .eyebrow::before {
    background: var(--main-color-cyan);
}
.wpi h2.sec-title {
    color: #fff;
}
.wpi .sec-sub {
    color: var(--gray-400);
}
.wpi-bg {
    position: absolute;
    inset: 0;
    background-image:
            linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(circle at 50% 30%, #000, transparent 80%);
}
.wpi-device {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 46px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
            0 30px 80px rgba(0, 0, 0, 0.5),
            0 0 0 1px rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(0, 242, 255, 0.18);
}
.wpi-device img {
    width: 100%;
    display: block;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}
.wpi-device-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 20px;
    background: linear-gradient(0deg, rgba(7, 12, 24, 0.92), transparent);
    color: #dfeaff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wpi-device-cap .livedot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-color-cyan);
    box-shadow: 0 0 8px var(--main-color-cyan);
    animation: pulse 1.6s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 242, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 9px rgba(0, 242, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 242, 255, 0);
    }
}
@media (max-width: 860px) {
    .wpi-device {
        margin-bottom: 34px;
    }
}
.gauges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
    z-index: 2;
    margin-top: 14px;
}
.gauge {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 30px 24px;
    text-align: center;
}
.ring {
    width: 124px;
    height: 124px;
    margin: 0 auto 16px;
    position: relative;
}
.ring svg {
    transform: rotate(-90deg);
}
.ring .val {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ring .val b {
    font-size: 25px;
    font-weight: 800;
}
.ring .val small {
    font-size:1rem;
    color: var(--gray-400);
    margin-top: 2px;
}
.gauge .gname {
    font-size:var(--fs-label-sub);
    font-weight: 700;
    margin-bottom: 4px;
}
.gauge .gdesc {
    font-size:var(--fs-desc-sub);
    color: var(--gray-400);
    line-height: 1.5;
}
.wpi-note {
    color: var(--gray-400);
    margin-top: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
}
@media (max-width: 980px) {
    .gauges {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .gauges {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .gauge {
        padding: 16px 10px;
    }
    .ring {
        width: 90px;
        height: 90px;
    }
    .ring svg {
        width: 90px;
        height: 90px;
    }
    .ring .val b {
        font-size: 17px;
    }
    .ring .val small {
        font-size: 0.7rem;
    }
    .gauge .gname {
        font-size: 0.8rem;
    }
    .gauge .gdesc {
        font-size: 0.75rem;
    }
}

/* CORE */
.core-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.core-card {
    border: 1px solid var(--gray-200);
    border-radius: 26px;
    overflow: hidden;
    transition: 0.3s;
}
.core-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}
.core-top {
    padding: 28px 30px 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.core-card:nth-child(1) .core-top {
    background: linear-gradient(140deg, #0066ff, #0047b3);
}
.core-card:nth-child(2) .core-top {
    background: linear-gradient(140deg, #0a1b3d, #13294f);
}
.core-card:nth-child(3) .core-top {
    background: linear-gradient(140deg, #0e7c66, #0a5c4c);
}
.core-top .em {
    font-size: 38px;
    line-height: 1;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
}
.core-top .cno {
    font-weight: 700;
    opacity: 0.7;
    letter-spacing: 0.1em;
    margin: 14px 0 6px;
}
.core-top h3 {
    font-size: var(--fs-label-sub);
    font-weight: 700;
    line-height: 1.3;
}
.core-top .glow {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(6px);
}
.core-body {
    padding: 22px 30px 28px;
    background: #fff;
}
.core-body li {
    font-size:var(--fs-desc-sub);
    list-style: none;
    color: var(--gray-600);
    padding: 10px 0 10px 26px;
    position: relative;
    border-bottom: 1px solid var(--gray-100);
}
.core-body li:last-child {
    border-bottom: none;
}
.core-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 14px;
    height: 14px;
    background: #eaf4ff;
    border-radius: 50%;
}
.core-body li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 19px;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
}
@media (max-width: 860px) {
    .core-grid {
        grid-template-columns: 1fr;
    }
    .core-top {
        text-align: center;
    }
}

/* ECO */
.eco {
    background: linear-gradient(180deg, #f3fbf6, #fff);
}
.eco-flex {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 48px;
    align-items: center;
}
.eco-flex .c_title_area {text-align:left;}
.eco .eyebrow {
    color: var(--main-color-eco);
}
.eco .eyebrow::before {
    background: var(--main-color-eco);
}
.eco-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.eco-item {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid #dcefe3;
    border-radius: 14px;
    padding: 16px 20px;
    transition: 0.25s;
    align-items: center;
}
.eco-item:hover {
    transform: translateX(6px);
    box-shadow: var(--shadow-sm);
}
.eco-item .em {
    font-size: 28px;
    flex-shrink: 0;
}
.eco-item h4 {
    font-size: var(--fs-label-sub);
    font-weight: 700;
}
.eco-item p {
    font-size: var(--fs-desc-sub);
    color: var(--gray-600);
    margin-top: 2px;
}
.eco-visual {
    border-radius: 26px;
    padding: 46px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow);
}
.eco-visual .slotlabel {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}
.eco-visual .gogreen {
    font-size: clamp(32px, 3.6vw, 44px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
}
.eco-visual .gogreen span {
    color: #9df5c8;
}
.eco-visual p {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 14px;
}
@media (max-width: 860px) {
    .eco-flex {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .eco-visual {
        min-height:360px;
        padding: 20px;
    }
}

/* SUCCESS */
.success {
    background: var(--gray-100);
}
.story-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.story-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
}
.story-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}
.story-img {
    height: 180px;
    overflow: hidden;
    position: relative;
    background: #eaf4ff;
}
.story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.story-card:hover .story-img img {
    transform: scale(1.05);
}
.story-body {
    padding: 22px 24px;
}
.story-body .biz {
    color: var(--main-color);
    font-weight: 700;
}
.story-body h4 {
    font-size: var(--fs-label-sub);
    font-weight: 700;
    margin: 8px 0;
}
.story-body p {
    font-size: var(--fs-desc-sub);
    color: var(--gray-400);
    line-height: 1.6;
    letter-spacing: -0.25px;
}
.coming {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-400);
    background: var(--gray-100);
    padding: 4px 10px;
    border-radius: 999px;
    margin-top: 10px;
}
@media (max-width: 860px) {
    .story-track {
        grid-template-columns: 1fr;
    }
}