@charset "UTF-8";

/* =========================================
   Inner Page Global
   ========================================= */
body {
    background-color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}

/* Common Section Title Style */
.km-inner-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f; 
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

/* =========================================
   Section 1: Club Introduction
   ========================================= */
.km-about-intro {
    padding: 80px 0 100px;
    background-color: #fff;
}

.km-intro-text-wrap {
    padding-right: 40px;
}

.km-intro-desc {
    font-size: 16px;
    line-height: 2.0;
    color: #444;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
}

.km-intro-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

@media (max-width: 991px) {
    .km-intro-text-wrap { padding-right: 0; margin-bottom: 40px; }
    .km-intro-img { height: 300px; }
}

/* =========================================
   Section : Our Values 
   ========================================= */
.km-about-values {
    padding: 20px 0 80px;
    background-color: #fff;
}

.km-values-header {
    margin-bottom: 40px;
}

.km-value-card {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 24px;
    transition: box-shadow 0.3s ease;
}

.km-value-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.km-value-row {
    display: flex;
    align-items: stretch;
}

/* Text Side */
.km-value-content {
    flex: 1;
    padding: 40px 60px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.km-value-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f4ba3; 
    margin-bottom: 20px;
}

.km-value-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
}

/* Image Side */
.km-value-img-wrap {
    width: 35%;
    min-width: 280px;
    padding: 15px;
    display: flex;
}

.km-value-img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 8px; 
}

@media (max-width: 768px) {
    .km-value-row { flex-direction: column-reverse; }
    .km-value-img-wrap {
        width: 100%;
        min-width: 100%;
        height: 200px;
        padding: 15px 15px 0 15px;
    }
    .km-value-content { padding: 30px 20px; }
}

/* =========================================
   Section : Mission & Vision 
   ========================================= */
.km-about-mission {
    padding: 40px 0 140px; 
	margin-bottom:60px;
    background-color: #fff;
}

.km-mission-header {
    text-align: center;
    margin-bottom: 80px;
}

.km-mission-card {
    background-color: #f4f6f8;
    border-radius: 20px;      
    padding: 70px 40px 50px; 
    text-align: center;
    height: 100%;
    position: relative;
    margin-top: 40px; 
}

.km-mission-icon-circle {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px; 
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 20px rgba(0,0,0,0.06); 
    color: #2b5cdf;
    font-size: 40px;
    z-index: 2;
}

.km-mission-icon-circle i {
    color: #0f4ba3; 
}

.km-mission-title {
    font-size: 24px;
    font-weight: 700;
	margin-top:10px;
    color: #003399; 
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.km-mission-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 4px; 
    margin-bottom: 35px; 
    display: block;
}

.km-mission-text {
    font-size: 15px;
    line-height: 2.0;
    color: #555;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 0;
}

/* Mobile tweak for Mission */
@media (max-width: 991px) {
    .km-mission-card {
        padding: 60px 20px 40px;
        margin-top: 50px;
    }
}

/* =========================================
   PAGE: Lottery Campaign
   ========================================= */
.km-lottery-hero {
    padding: 120px 0 80px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(2, 18, 55, 0.9) 0%, rgba(16, 57, 135, 0.78) 52%, rgba(11, 28, 66, 0.92) 100%),
        url("../img/lottery/lottery-panel-bg.png") center center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.km-lottery-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #fff350 0%, #70c1a2 18%, #0192dc 42%, #044ca5 100%);
}

.km-lottery-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
    color: #dce9ff;
}

.km-lottery-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
}

.km-lottery-desc {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
}

.km-lottery-entry-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 18, 60, 0.26);
    padding: 30px;
}

.km-lottery-label {
    color: #0f1c3f;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.km-lottery-input-row {
    display: flex;
    gap: 12px;
}

.km-lottery-input {
    flex: 1;
    min-width: 0;
    height: 54px;
    border: 1px solid #d8e0ec;
    border-radius: 4px;
    padding: 0 18px;
    color: #0f1c3f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.km-lottery-input:focus {
    border-color: #2b5cdf;
    box-shadow: 0 0 0 4px rgba(43, 92, 223, 0.12);
}

.km-lottery-button {
    height: 54px;
    min-width: 150px;
    border: 0;
    border-radius: 40px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(135deg, #2b5cdf 0%, #0d3f98 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(43, 92, 223, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.km-lottery-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(43, 92, 223, 0.36);
}

.km-lottery-button:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

.km-lottery-button.is-charging {
    position: relative;
    overflow: hidden;
    opacity: 1;
    animation: kmButtonCharge 0.85s ease-in-out infinite alternate;
}

.km-lottery-button.is-charging::after {
    content: "";
    position: absolute;
    top: -60%;
    bottom: -60%;
    width: 42px;
    left: -70px;
    background: rgba(255, 255, 255, 0.45);
    transform: rotate(22deg);
    animation: kmButtonSweep 0.9s linear infinite;
}

.km-lottery-message {
    min-height: 24px;
    margin-top: 14px;
    font-size: 13px;
    color: #68758a;
}

.km-lottery-code-hint {
    margin-top: 10px;
    color: #68758a;
    font-size: 12px;
    line-height: 1.5;
}

.km-lottery-message.is-success {
    color: #0f8a52;
}

.km-lottery-message.is-error {
    color: #c73737;
}

.km-lottery-message.is-muted {
    color: #68758a;
}

.km-lottery-stage {
    padding: 90px 0 120px;
    background: #f8fafd;
}

.km-lottery-board {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e7edf6;
    box-shadow: 0 24px 70px rgba(4, 21, 60, 0.08);
    overflow: hidden;
}

.km-lottery-board::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.08;
    pointer-events: none;
    background-image: linear-gradient(90deg, #2b5cdf 1px, transparent 1px), linear-gradient(#2b5cdf 1px, transparent 1px);
    background-size: 42px 42px;
}

.km-lottery-orbit {
    position: absolute;
    inset: -42%;
    opacity: 0;
    background: conic-gradient(from 90deg, transparent 0deg, rgba(255, 243, 80, 0.32) 60deg, transparent 110deg, rgba(1, 146, 220, 0.28) 210deg, transparent 280deg);
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.km-lottery-board.is-drawing .km-lottery-orbit {
    opacity: 1;
    animation: kmLotteryOrbit 1.35s linear infinite;
}

.km-lottery-board.is-drawing {
    animation: kmBoardTension 0.7s ease-in-out infinite;
}

.km-lottery-draw-glow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.km-lottery-draw-glow span {
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(255, 243, 80, 0.55);
    border-radius: 8px;
    transform: scale(0.96);
}

.km-lottery-draw-glow span:nth-child(2) {
    inset: 42px;
    border-color: rgba(112, 193, 162, 0.45);
}

.km-lottery-draw-glow span:nth-child(3) {
    inset: 64px;
    border-color: rgba(1, 146, 220, 0.45);
}

.km-lottery-board.is-drawing .km-lottery-draw-glow {
    opacity: 1;
}

.km-lottery-board.is-drawing .km-lottery-draw-glow span {
    animation: kmGlowFrame 1.2s ease-in-out infinite;
}

.km-lottery-board.is-drawing .km-lottery-draw-glow span:nth-child(2) {
    animation-delay: 0.14s;
}

.km-lottery-board.is-drawing .km-lottery-draw-glow span:nth-child(3) {
    animation-delay: 0.28s;
}

.km-lottery-status {
    position: absolute;
    top: 26px;
    right: 30px;
    z-index: 2;
    padding: 7px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 21, 50, 0.76);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.km-lottery-board.is-drawing .km-lottery-status {
    opacity: 1;
    transform: translateY(0);
}

.km-lottery-prize-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.km-prize-card {
    position: relative;
    min-height: 270px;
    border: 1px solid #e5ebf4;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.km-prize-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid transparent;
    border-radius: 8px;
    pointer-events: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.km-prize-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #eef2f8;
}

.km-prize-name {
    min-height: 50px;
    padding: 12px 14px;
    color: #0f1c3f;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
}

.km-prize-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(4, 21, 60, 0.1);
}

.km-prize-card.is-active {
    transform: translateY(-8px) scale(1.02);
    border-color: #fff350;
    box-shadow: 0 22px 48px rgba(43, 92, 223, 0.2);
    z-index: 3;
}

.km-prize-card.is-active::after {
    border-color: #fff350;
    box-shadow: inset 0 0 28px rgba(255, 243, 80, 0.5);
}

.km-prize-card.is-active img {
    animation: kmPrizeZoom 0.22s ease both;
}

.km-prize-card.is-passed::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.74) 48%, transparent 100%);
    animation: kmCardFlash 0.22s ease both;
    pointer-events: none;
}

.km-prize-card.is-winner {
    animation: kmWinnerPulse 1s ease both;
    border-color: #2b5cdf;
}

.km-prize-card.is-winner::after {
    border-color: #2b5cdf;
    box-shadow: inset 0 0 34px rgba(43, 92, 223, 0.28);
}

.km-lottery-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.km-lottery-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.km-lottery-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 12, 31, 0.68);
    backdrop-filter: blur(8px);
}

.km-lottery-confetti {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.km-lottery-confetti span {
    position: absolute;
    top: -24px;
    width: 8px;
    height: 16px;
    border-radius: 2px;
    opacity: 0;
    animation: kmConfettiFall 1.8s ease-in forwards;
}

.km-lottery-result-card {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 34px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
    text-align: center;
    transform: translateY(18px) scale(0.96);
    transition: transform 0.34s ease;
}

.km-lottery-modal.is-open .km-lottery-result-card {
    transform: translateY(0) scale(1);
}

.km-lottery-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #233451;
    background: #f1f4f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.km-result-badge {
    width: fit-content;
    margin: 0 auto 14px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #edf3ff;
    color: #2b5cdf;
    font-size: 13px;
    font-weight: 700;
}

.km-result-title {
    color: #0f1c3f;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
}

.km-result-image-wrap {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e6edf6;
    margin-bottom: 22px;
    background: #f8fafd;
}

.km-result-image-wrap img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    display: block;
}

.km-result-prize {
    color: #0f1c3f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.km-result-text {
    color: #526071;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

@keyframes kmLotteryOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes kmBoardTension {
    0%, 100% {
        box-shadow: 0 24px 70px rgba(4, 21, 60, 0.08);
    }
    50% {
        box-shadow: 0 30px 90px rgba(43, 92, 223, 0.2);
    }
}

@keyframes kmGlowFrame {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    45% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.035);
    }
}

@keyframes kmButtonCharge {
    from {
        box-shadow: 0 14px 28px rgba(43, 92, 223, 0.28);
    }
    to {
        box-shadow: 0 18px 42px rgba(255, 243, 80, 0.36), 0 16px 34px rgba(43, 92, 223, 0.32);
    }
}

@keyframes kmButtonSweep {
    to {
        left: calc(100% + 70px);
    }
}

@keyframes kmPrizeZoom {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }
    100% {
        transform: scale(1.055);
        filter: brightness(1.14);
    }
}

@keyframes kmCardFlash {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes kmConfettiFall {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0) rotate(0deg);
    }
    12% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(34px, 650px, 0) rotate(540deg);
    }
}

@keyframes kmWinnerPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(43, 92, 223, 0);
    }
    45% {
        transform: scale(1.045);
        box-shadow: 0 26px 60px rgba(43, 92, 223, 0.24);
    }
    100% {
        transform: scale(1.015);
        box-shadow: 0 20px 48px rgba(43, 92, 223, 0.18);
    }
}

@media (max-width: 1199px) {
    .km-main-nav {
        gap: 18px;
    }

    .km-nav-link {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .km-lottery-hero {
        padding: 90px 0 70px;
    }

    .km-lottery-title {
        font-size: 36px;
    }

    .km-lottery-prize-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .km-lottery-entry-panel {
        padding: 22px;
    }

    .km-lottery-input-row {
        flex-direction: column;
    }

    .km-lottery-button {
        width: 100%;
    }

    .km-lottery-board {
        padding: 14px;
    }

    .km-lottery-prize-grid {
        gap: 12px;
    }

    .km-prize-card {
        min-height: 214px;
    }

    .km-prize-card img {
        height: 160px;
    }

    .km-prize-name {
        font-size: 13px;
        padding: 10px 8px;
    }
}

/* =========================================
   PAGE: Services
   ========================================= */

/* --- 1. Services Hero Banner --- */
.km-services-hero {
    background:url(../img/inner/service_pagekv.jpg) center center no-repeat, linear-gradient(120deg, #001c55 0%, #004080 100%);
    background-size:cover;
	padding: 140px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.km-services-hero-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.km-services-hero-desc {
    font-size: 21px;
    font-weight: 500;
    opacity: 0.9;
    max-width: 600px;
    line-height: 1.6;
}

.km-svc-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 20px;
}

.km-svc-title-group {
    flex-shrink: 0;
}

.km-svc-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f4ba3; 
    margin-bottom: 10px;
}

.km-svc-en-subtitle {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.km-svc-header-desc {
    max-width: 600px;
    font-size: 21px;
    line-height: 1.8;
    color: #444;
    text-align: right;
}

.km-svc-divider {
    height: 1px;
    width: 100%;
   background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
    margin-bottom: 50px;
}

.km-svc-sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f4ba3;
    margin-bottom: 30px;
    margin-top: 20px; 
}

.km-gray-card {
    background-color: #f4f6f8; 
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: transform 0.3s ease;
}
.km-gray-card:hover {
    transform: translateY(-5px);
}

.km-gray-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    display: block;
}

.km-gray-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b50;
    margin-bottom: 15px;
}

.km-gray-card-text {
    font-size: 13px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* =========================================
   Specific Section: Gold 
   ========================================= */
.km-section-gold {
    padding: 100px 0 120px;
    background-color: #fff;
}

/* --- Gold Header Area --- */
.km-gold-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; 
    margin-bottom: 20px;
}

.km-gold-title {
    font-size: 42px; 
    font-weight: 700;
    color: #0f4ba3;
    line-height: 1;
}

.km-gold-desc-text {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    text-align: right; 
}

.km-gold-divider-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.km-gold-label {
    font-size: 18px;
    color: #555;
	letter-spacing: 2px;
    margin-right: 20px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.km-gold-line {
    height: 1px;
    flex-grow: 1;
    background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
}

.km-gold-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #0f4ba3;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.km-gold-card {
    background-color: #f4f6f8; 
    border-radius: 16px;      
    padding: 20px;          
    height: 420px;
    box-shadow: none; 
}

.km-gold-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 25px;
    display: block;
}

.km-gold-card-text {
    font-size: 16px;
	padding:0px 20px;
    line-height: 1.9;
    color: #333;
    text-align: justify;     
    text-justify: inter-ideograph;
    margin-bottom: 0;
    font-weight: 500;
}


@media (max-width: 768px) {
    .km-gold-header-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .km-gold-desc-text {
        text-align: left;
    }
    .km-gold-title { font-size: 32px; }
    .km-gold-subtitle { font-size: 20px; }
}

/* =========================================
   Specific Section: Crypto
   ========================================= */
.km-section-crypto {
    padding: 80px 0 120px;
    background-color: #fff;
}

.km-crypto-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.km-crypto-title {
    font-size: 42px;
    font-weight: 700;
    color: #0f4ba3;
    line-height: 1;
}

.km-crypto-desc-text {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    text-align: right;
}

/* Divider */
.km-crypto-divider-row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.km-crypto-label {
    font-size: 18px;
    color: #555;
	letter-spacing: 2px;
    margin-right: 20px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.km-crypto-line {
    height: 1px;
    flex-grow: 1;
   background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
}

.km-crypto-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #0f4ba3;
	letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.km-crypto-card {
    background-color: #f4f6f8;
    border-radius: 16px;
    padding: 20px;
    height: 420px;
    transition: transform 0.3s ease;
}
.km-crypto-card:hover {
    transform: translateY(-5px);
}

.km-crypto-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    display: block;
}

.km-crypto-card-title {
    font-size: 21px;
    font-weight: 700;
    color: #172949;
	padding:0px 10px;
    margin-bottom: 10px;
}

.km-crypto-card-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
	padding:0px 10px;
    text-justify: inter-ideograph;
    margin-bottom: 0;
}

.km-crypto-spacer {
    height: 60px;
}

/* --- DeFi Horizontal Rows--- */
.km-defi-row {
    background-color: #f4f6f8;
    border-radius: 120px;
    padding: 10px 80px 10px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    min-height: 120px;
}

.km-defi-icon-circle {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 30px;
    border: 1px solid #eee;
}
.km-defi-icon-circle i {
    font-size: 48px;
    color: #2b5cdf; 
}


.km-defi-title {
    font-size: 21px;
    font-weight: 700;
    color: #1a2b50;
    white-space: nowrap;
    width: 200px; 
}

.km-defi-line {
    width: 40px;
    height: 1px;
    background-color: #999;
    margin-right: 30px;
    flex-shrink: 0;
}

.km-defi-text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    flex-grow: 1;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .km-crypto-header-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .km-crypto-desc-text { text-align: left; }
    
    .km-defi-row {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 15px;
    }
    .km-defi-icon-circle { margin-right: 0; }
    .km-defi-title { width: auto; }
    .km-defi-line { 
        width: 1px; height: 20px; 
        margin: 0; 
    }
}


/* =========================================
   Specific Section: US Stocks (Pixel Perfect)
   ========================================= */
.km-section-us {
    padding: 80px 0 140px; /* Matching bottom spacing */
    background-color: #fff;
}

/* --- US Header Area --- */
.km-us-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.km-us-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f4ba3;
    line-height: 1.4;
    max-width: 650px;  
}

.km-us-desc-text {
    max-width: 420px; 
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    text-align: right;
}

.km-us-divider-row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.km-us-label {
    font-size: 18px;
    color: #555;
    margin-right: 20px;
    white-space: nowrap;
	letter-spacing: 2px;
    letter-spacing: 0.5px;
}

.km-us-line {
    height: 1px;
    flex-grow: 1;
   background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
}

.km-us-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #0f4ba3;
    margin-bottom: 30px;
	marign-top:20px;
}
.km-us-card {
    background-color: #f4f6f8;
    border-radius: 16px;
    padding: 20px;
    height: 420px;
}

.km-us-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 25px;
    display: block;
}

.km-us-card-text {
    font-size: 18px;
    line-height: 1.8;
	padding:0px 10px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 0;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .km-us-header-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .km-us-title { font-size: 26px; max-width: 100%; }
    .km-us-desc-text { text-align: left; max-width: 100%; }
    .km-us-subtitle { font-size: 20px; }
}


/* =========================================
   PAGE: Voices from the Team (Pixel Perfect)
   ========================================= */

/* --- 1. Voices Top Section --- */
.km-section-voices-top {
    padding: 100px 0 100px;
    background-color: #fff;
}

/* Header Group */
.km-voices-header {
    margin-bottom: 80px;
}

.km-voices-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f;
    margin-bottom: 20px;
    line-height: 1.2;
}

.km-voices-divider-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
	width:100%;
}

.km-voices-label {
    font-size: 18px;
	letter-spacing: 2px;
    color: #555;
    margin-right: 30px;
    white-space: nowrap;
    font-family: Arial, sans-serif; 
}

.km-voices-line {
    height: 2px;
    width: 100%;
   background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
}

.km-voices-desc {
    font-size: 15px;
    line-height: 2.0;
    color: #444;
    max-width: 800px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.km-voices-grid-wrapper {
    position: relative;
    padding: 20px 0;
}


.km-voices-row {
    display: flex;
    flex-wrap: wrap;
}

.km-voices-col {
    width: 50%;
    padding-left: 60px; /* Space from center line */
    padding-right: 20px;
    box-sizing: border-box;
}
/* Left column padding adjustment */
.km-voices-col.left-col {
    padding-left: 0;
    padding-right: 60px; /* Space towards center line */
}


.km-voice-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px; 
	border-right: 1px solid #CCCCCC;
}


.km-voice-item:last-child {
    margin-bottom: 0;
}

.right-col .km-voice-item {
    border: 0;
}


.km-voice-icon-box {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-right: 25px;
    display: flex;
    align-items: flex-start; 
    justify-content: center;
    padding-top: 5px; 
}

.km-voice-icon-box iimg {
    width:100px;
}

.km-voice-data {
    flex-grow: 1;
}

.km-voice-number {
    font-size: 52px; 
    font-weight: 500;
    color: #174DD4; 
    line-height: 1;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
}

.km-voice-text {
    font-size: 18px;
    color: #666;
    font-weight: 500;
}


.km-section-feedback {
    padding: 80px 0 140px;
    background-color: #fff;
	margin-bottom:60px;
}

.km-feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.km-feedback-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f;
    margin: 0;
}

.km-feedback-action {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
}

.km-feedback-label {
    font-size: 14px;
    color: #666;
}

/* Circle Arrow Button (Small gray style) */
.km-btn-circle-gray {
    width: 40px;
    height: 40px;
    background-color: #f0f2f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s;
}
.km-feedback-action:hover .km-btn-circle-gray {
    background-color: #e0e0e0;
}

.km-gradient-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
	height:360px;
    position: relative;
    border: 2px solid #A3CD4D; 
  
}

.km-gradient-card p {
    font-size: 18px;
    line-height: 2.0;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .km-voices-vertical-divider { display: none; }
    
    .km-voices-col, .km-voices-col.left-col {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 40px;
    }
    .km-voices-col:last-child { border-bottom: none; margin-bottom: 0; }
    
    .km-voice-item {
        margin-bottom: 40px;
    }
    
    .km-voice-number { font-size: 42px; }

    /* Feedback */
    .km-feedback-header {
        flex-direction: row; /* Keep row for title + button */
        align-items: center;
    }
    .km-feedback-title { font-size: 24px; }
}

/* =========================================
   PAGE: Team Introduction (team.html)
   ========================================= */

/* --- Team Intro Section --- */
.km-section-team-intro {
    padding: 100px 0 60px;
    background-color: #fff; /* White background */
}

/* Header Group */
.km-team-page-header {
    margin-bottom: 60px;
}

.km-team-page-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f;
    margin-bottom: 20px;
}

.km-team-divider-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.km-team-label {
    font-size: 18px;
    color: #555;
    margin-right: 20px;
	letter-spacing: 2px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

.km-team-line-gradient {
    height: 1px;
    flex-grow: 1;
    background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
    max-width: 100%;
}

.km-team-desc {
    font-size: 18px;
    line-height: 2.0;
    color: #555;
    max-width: 90%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.km-team-subtitle-blue {
    font-size: 24px;
    font-weight: 700;
    color: #0f4ba3; 
    margin-bottom: 40px;
    margin-top: 20px;
}

.km-member-card {
    margin-bottom: 40px;
}

.km-member-img {
    width: 100%;
    aspect-ratio: 4 / 5; 
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    background-color: #f0f0f0; 
}

.km-member-name {
    font-size: 24px;
    font-weight: 700;
    color: #053491;
    margin-bottom: 8px;
	padding:0px 10px;
}

.km-member-role {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    min-height: 20px; 
	padding:0px 10px;
}

.km-member-bio {
    font-size: 15px; 
    line-height: 1.8;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
	padding:0px 10px;
}

.km-section-advisors {
    padding: 20px 0 120px;
    background-color: #fff;
}

.km-advisors-divider {
    height: 1px;
    background-color: #dcdcdc;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 10px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .km-member-img {
        aspect-ratio: 1/1; 
    }
    .km-member-card {
        margin-bottom: 50px;
    }
}

/* =========================================
   PAGE: Online Courses
   ========================================= */

.km-course-page-header {
    margin-bottom: 60px;
}

.km-section-seminars {
    padding: 100px 0 20px;
    background-color: #fff;
}

.km-course-row {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.km-course-row:last-child {
    margin-bottom: 0;
}

.km-course-row.reverse {
    flex-direction: row-reverse;
}

.km-course-text-col {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}
.km-course-row.reverse .km-course-text-col {
    padding-right: 0;
    padding-left: 50px;
}

.km-course-img-col {
    width: 50%;
}

.km-course-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
}

.km-course-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f4ba3; 
    margin-bottom: 25px;
    line-height: 1.4;
}

.km-course-desc {
    font-size: 16px;
    line-height: 2.0;
    color: #444;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.km-btn-pill-gray {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f2f5;
    color: #333;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    width: 180px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.km-btn-pill-gray:hover {
    background-color: #e0e0e0;
    color: #000;
}
.km-btn-pill-gray i { font-size: 10px; }

/* Mobile Responsive */
@media (max-width: 991px) {
    .km-course-row, .km-course-row.reverse {
        flex-direction: column-reverse; 
    }
    .km-course-row {
        margin-bottom: 60px;
    }
    
    .km-course-img-col { width: 100%; margin-bottom: 20px; }
    
    .km-course-text-col, .km-course-row.reverse .km-course-text-col {
        width: 100%;
        padding: 0;
    }
    
    .km-course-img { height: 240px; }

    
}

/* =========================================
   Refined Section: Video Course
   ========================================= */
.km-section-video-course {
    padding: 100px 0;
    background-color: #fff;
}

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

.km-video-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #003399; 
    display: inline-block;
    position: relative;
	width:100%;
	text-align: center;
    padding-bottom: 20px;
}

.km-video-main-title::before {
    width: 200px;
    position: absolute;
    height:2px;
    content: '';
    background: #2b5cdf;
    display: inline-block;
    bottom:0px;
	z-index: 1;
}

.km-video-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #E9EDEF;
}

/* Content Container */
.km-video-container {
    display: flex;
    align-items: stretch;
    background-color: #f2f4f5;
}

.km-video-left {
    width: 45%;
    position: relative;
}

.km-video-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 400px;
}

.km-video-right {
    width: 55%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
}

.km-video-box-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b50;
    line-height: 1.5;
    margin-bottom: 30px;
}

.km-video-box-desc {
    font-size: 18px;
    line-height: 2.0;
    color: #444;
    margin-bottom: 50px;
}

.km-btn-blue-icon-left {
    display: inline-flex;
    align-items: center;
    background-color: #0f4ba3;
    color: #fff;
    padding: 12px 40px 12px 10px; 
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s;
}

.km-btn-blue-icon-left:hover {
    background-color: #0a3b85;
    color: #fff;
}

.km-icon-circle-left {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.km-icon-circle-left i {
    font-size: 12px;
    color: #fff;
}


/* =========================================
   Refined Section: Books 
   ========================================= */
.km-section-books {
    padding: 0 0 140px;
    background-color: #fff;
}

.km-books-header-wrap {
    margin-bottom: 50px;
    position: relative;
    border-bottom: 1px solid #e0e0e0; 
}

.km-books-main-title {
    font-size: 28px;
    font-weight: 700;
    color: #003399;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: -1px; 
    border-bottom: 3px solid #003399; 
}

.km-books-sub-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.4;
}

.km-books-note {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    font-weight: 500;
}

.km-books-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.km-book-item-pill {
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    background-color: #fff; 
    font-size: 15px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s;
}

.km-book-item-pill:hover {
    border-color: #0f4ba3;
    color: #0f4ba3;
    background-color: #f9faff;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    /* Video Course */
    .km-video-container {
        flex-direction: column;
    }
    .km-video-left, .km-video-right {
        width: 100%;
    }
    .km-video-cover-img {
        min-height: 250px;
        height: auto;
    }
    .km-video-right {
        padding: 40px 20px;
    }
    
    /* Books */
    .km-book-item-pill {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

/* =========================================
   PAGE: FAQ & Insight
   ========================================= */

.km-page-hero-simple {
    background-color: #f0f4f8; 
    padding: 80px 0;
    text-align: center;
    margin-bottom: 80px;
}

.km-page-hero-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f; 
    letter-spacing: 1px;
    margin: 0;
}

.km-vertical-bar-title {
    font-size: 21px;
    font-weight: 700;
    color: #0f1c3f;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 15px; 
    position: relative;
    border-left: 4px solid #0f4ba3; 
    height: 24px; 
    line-height: 24px;
}

.km-insight-section{
	padding-bottom:100px;
	margin-bottom:100px;
}

.km-insight-card {
    background: #fff;
    border: 1px solid #eee; 
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.km-insight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.km-insight-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid #f9f9f9;
}

.km-insight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.km-insight-card:hover .km-insight-img {
    transform: scale(1.05);
}

.km-insight-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.km-insight-title {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    line-height: 1.8;
    margin-bottom: 30px;
}

.km-insight-link {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 1px;
}

.km-insight-link i {
    font-size: 10px;
    transition: transform 0.2s;
}

.km-insight-card:hover .km-insight-link {
    color: #0f4ba3;
}

.km-insight-card:hover .km-insight-link i {
    transform: translateX(4px);
}


/* =========================================
   PAGE: FAQ
   ========================================= */

.km-faq-section {
    padding-bottom: 100px;
	marign-bottom:60px;
    background-color: #fff;
}

.km-faq-section .container{
	padding:0px 6%;
}

.km-faq-group {
    margin-bottom: 80px;
}

/* Question Row */
.km-faq-q-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0 20px;
}

.km-faq-label-q {
    font-size: 24px;
    font-weight: 500;
    color: #111;
    margin-right: 25px;
    line-height: 1.5;
}

.km-faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #0f1c3f;
    line-height: 1.6;
    padding-top: 2px;
}

/* Answer Box */
.km-faq-a-box {
   background: #FAFAFA;
   border-bottom: 2px solid #D9D9D9;
    padding: 30px 20px 30px 20px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px; 
    background-color: #fafafa; 
}

.km-faq-label-a {
    font-size: 24px;
    font-weight: 700;
    color: #0f4ba3; 
    margin-right: 25px;
    line-height: 1.5;
}

.km-faq-answer {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    padding-top: 2px;
}

.km-faq-item:last-child .km-faq-a-box {
    margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .km-page-hero-simple { padding: 50px 0; margin-bottom: 50px; }
    .km-page-hero-title { font-size: 24px; }
    
    /* FAQ Mobile */
    .km-faq-q-row, .km-faq-a-box {
        padding-left: 15px; padding-right: 15px;
    }
    .km-faq-label-q, .km-faq-label-a {
        margin-right: 15px;
        font-size: 18px;
    }
}

/* =========================================
   PAGE: Contact Us 
   ========================================= */

/* --- 1. Intro Section --- */
.km-contact-intro {
    padding: 60px 0;
    background-color: #fff;
}

.km-contact-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f;
    margin-bottom: 30px;
}

.km-contact-text {
    font-size: 15px;
    line-height: 2.0;
    color: #444;
    max-width: 800px;
}

/* --- 2. Flow Section --- */
.km-contact-flow {
    padding: 60px 0 60px;
    background-color: #fff;
}

/* Centered Flow Header */
.km-flow-header {
    text-align: center;
    margin-bottom: 80px;
}

.km-flow-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f4ba3;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
	width: 100%;
	text-align: center;
}

.km-flow-title::before {
    width: 200px;
    position: absolute;
    height:2px;
    content: '';
    background: #2b5cdf;
    display: inline-block;
    bottom:0px;
	z-index: 1;
}

.km-flow-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #E9EDEF;
}

.km-flow-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.km-flow-number {
    width: 60px;
    height: 60px;
    background-color: #003399;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    font-family: Arial, sans-serif;
    line-height: 1;
    padding-bottom: 0px;
}

.km-flow-content {
    padding-top: 5px;
}

.km-flow-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #003399;
    margin-bottom: 15px;
}

.km-flow-item-desc {
    font-size: 15px;
	max-width: 94%;
    line-height: 1.8;
    color: #666;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .km-contact-intro { padding: 50px 0; }
    
    .km-flow-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .km-flow-number { margin-right: 0; margin-bottom: 20px; }
    
}

/* =========================================
   Refined Section: Contact Box & Privacy
   ========================================= */
.km-contact-box-section {
    padding-bottom: 120px;
    background-color: #fff;
}

.km-contact-gray-box {
    background-color: #f2f4f6; 
    border-radius: 12px;
    padding: 80px 40px; 
    text-align: center;
    margin-bottom: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.km-contact-icon-group {
    margin-bottom: 15px;
}
.km-contact-icon-group i {
    font-size: 48px;
    color: #0f4ba3; 
}

.km-contact-title-group {
    margin-bottom: 25px;
    color: #0f1c3f;
}
.km-contact-label-small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.km-contact-label-large {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.km-contact-box-title{
	font-size:28px;
}

.km-contact-box-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.km-btn-x-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #003399;
    color: #fff;
    padding: 10px 40px 10px 10px; 
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,51,153,0.2);
}

.km-btn-x-blue:hover {
    background-color: #002266;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,51,153,0.3);
}

.km-btn-x-icon-circle {
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.2); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding:4px;
    margin-right: 15px;
    font-size: 16px;
}

/* --- Privacy Box --- */
.km-privacy-box {
    background-color: #fff;
    border: 1px solid #8cc63f; 
    border-radius: 12px;
    padding: 30px 40px;
    max-width: 80%;
    margin: 0 auto;
    text-align: left; 
}

.km-privacy-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.km-privacy-text {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .km-contact-gray-box { padding: 50px 20px; }
    .km-btn-x-blue {
        flex-direction: column;
        padding: 20px;
        gap: 10px;
        text-align: center;
        width: 100%;
        word-break: break-all;
    }
    .km-btn-x-icon-circle { margin-right: 0; }
    
    .km-privacy-box { padding: 20px; }
}



/* =========================================
   PAGE: Insight Detail
   ========================================= */

/* --- Article Container --- */
.km-article-section {
    padding: 60px 0 100px;
    background-color: #fff;
}

.km-article-wrap {
    max-width: 800px;
    margin: 0 auto;
}

/* --- Article Header --- */
.km-article-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.km-article-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.km-article-date {
    font-size: 14px;
    color: #888;
    font-family: Arial, sans-serif;
}

.km-article-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: #eef4fc; /* Very light blue bg */
    color: #0f4ba3; /* Brand Blue */
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
}

.km-article-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 0;
}

/* --- Featured Image --- */
.km-article-featured-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* --- Article Body Typography --- */
.km-article-content {
    font-size: 16px;
    line-height: 2.0; /* Comfortable reading height */
    color: #333;
    margin-bottom: 60px;
}

.km-article-content p {
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* H2 Style inside article (Matches category title style) */
.km-article-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f1c3f;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 4px solid #0f4ba3;
    line-height: 1.4;
}

/* H3 Style */
.km-article-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b50;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Blockquote */
.km-article-content blockquote {
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    padding: 20px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
}

/* --- Bottom Navigation --- */
.km-article-footer {
    border-top: 1px solid #eee;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}

/* Back Button (Outline Pill) */
.km-btn-back {
    display: inline-flex;
    align-items: center;
    padding: 12px 40px;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.km-btn-back:hover {
    border-color: #0f4ba3;
    color: #0f4ba3;
    background-color: #fff;
}

.km-btn-back i {
    margin-right: 10px;
    font-size: 12px;
}

/* --- Related Articles Section --- */
.km-section-related {
    background-color: #f8fafd;
    padding: 80px 0 100px;
}

.km-related-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #0f1c3f;
    margin-bottom: 40px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .km-article-main-title { font-size: 24px; }
    .km-article-content { font-size: 15px; }
    .km-article-content h2 { font-size: 20px; }
}

/* ==========================================================================
   MOBILE RESPONSIVENESS OPTIMIZATION
   ========================================================================== */

@media (max-width: 991px) {

    .km-inner-section-title,
    .km-services-hero-title,
    .km-gold-title,
    .km-crypto-title,
    .km-us-title,
    .km-online-title,
    .km-team-page-title,
    .km-page-hero-title,
    .km-feedback-title,
    .km-voices-title,
    .km-contact-main-title {
        font-size: 26px !important; 
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }

    .km-gold-subtitle,
    .km-crypto-subtitle,
    .km-us-subtitle,
    .km-course-title,
    .km-team-subtitle-blue,
    .km-value-title {
        font-size: 20px !important;
        margin-bottom: 15px !important;
        line-height: 1.4 !important;
    }

    .km-about-intro,
    .km-about-values,
    .km-section-gold,
    .km-section-crypto,
    .km-section-us,
    .km-section-seminars,
    .km-section-video-course,
    .km-section-books,
    .km-section-team-intro,
    .km-section-advisors,
    .km-section-voices-top,
    .km-section-feedback,
    .km-contact-intro,
    .km-contact-flow,
    .km-contact-box-section,
    .km-faq-section,
    .km-insight-section {
        padding: 50px 0 !important; 
    }

    .km-services-hero {
        padding: 80px 0 !important;
        background-position: center;
    }
    
    .km-svc-header-row, 
    .km-gold-header-top, 
    .km-crypto-header-top, 
    .km-us-header-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .km-svc-header-desc,
    .km-gold-desc-text,
    .km-crypto-desc-text,
    .km-us-desc-text {
        text-align: left !important;
        font-size: 15px !important;
        max-width: 100%;
    }

    .km-gray-card,
    .km-gold-card,
    .km-crypto-card,
    .km-us-card,
    .km-gradient-card,
    .km-service-card {
        height: auto !important; 
        min-height: auto !important;
        margin-bottom: 20px;
        padding: 30px 20px !important; 
    }

    .km-gold-card-text,
    .km-crypto-card-text,
    .km-us-card-text,
    .km-gray-card-text {
        font-size: 15px !important;
        padding: 0 !important; 
    }

    .km-defi-row {
        flex-direction: column;
        padding: 30px 20px;
        text-align: center;
        border-radius: 20px;
    }
    .km-defi-icon-circle {
        margin-right: 0;
        margin-bottom: 15px;
        width: 80px; height: 80px; 
    }
    .km-defi-icon-circle i { font-size: 32px; }
    .km-defi-line { width: 1px; height: 20px; margin: 10px auto; }
    .km-defi-title { width: auto; font-size: 18px; }
    .km-defi-text { font-size: 14px; }

    .km-course-row, 
    .km-course-row.reverse {
        flex-direction: column-reverse; 
        margin-bottom: 40px;
    }
    
    .km-course-text-col,
    .km-course-row.reverse .km-course-text-col {
        width: 100%;
        padding: 0;
    }
    
    .km-course-img-col {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .km-course-img {
        height: 220px !important; 
    }

    .km-video-container {
        flex-direction: column;
    }
    .km-video-left, .km-video-right { width: 100%; }
    .km-video-cover-img { min-height: 250px; }
    .km-video-right { padding: 30px 20px !important; }
    .km-video-main-title::before { margin-left: 0; left: 50%; transform: translateX(-50%); } /* Center underline */

    /* Books */
    .km-book-item-pill {
        width: 100%; 
        justify-content: center;
        padding: 12px 15px;
        font-size: 14px;
    }

    .km-team-desc {
        max-width: 100%;
        font-size: 15px !important;
    }
    .km-member-img {
        aspect-ratio: 1/1; 
        margin-bottom: 15px;
    }
    .km-member-name { font-size: 22px; padding: 0; }
    .km-member-role { font-size: 14px; padding: 0; min-height: auto; }
    .km-member-bio { padding: 0; font-size: 14px; }

    .km-voices-divider-row { width: auto; flex-wrap: wrap; }
    .km-voices-desc { font-size: 15px; line-height: 1.8; }
    
    .km-voices-vertical-divider { display: none; }
    .km-voices-col, .km-voices-col.left-col {
        width: 100%;
        padding: 0;
    }
    
    .km-voice-item {
        margin-bottom: 40px;
        border-right: none; 
        border-bottom: 1px solid #eee; 
        padding-bottom: 30px;
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }
    .km-voice-item:last-child { border-bottom: none; }
    
    .km-voice-icon-box {
        margin-right: 0;
        margin-bottom: 15px;
        width: 80px; height: 80px;
    }
    .km-voice-number { font-size: 42px; margin-bottom: 10px; }
    .km-voice-text { font-size: 15px; }

    .km-contact-gray-box {
        max-width: 100%;
        padding: 40px 20px;
    }
    .km-contact-box-title { font-size: 22px; }
    
    .km-flow-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .km-flow-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .km-flow-item-desc {
        max-width: 100%;
        font-size: 14px;
    }

    .km-privacy-box {
        max-width: 100%;
        padding: 25px;
    }

    .km-faq-section .container { padding: 0 15px; } 
    
    .km-faq-q-row, .km-faq-a-box {
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    
    .km-faq-label-q, .km-faq-label-a {
        font-size: 20px;
        margin-right: 15px;
    }
    .km-faq-question { font-size: 16px; }
    .km-faq-answer { font-size: 14px; }

    /* --- Page: Insight / Article --- */
    .km-page-hero-simple { padding: 60px 0; margin-bottom: 40px; }
    .km-vertical-bar-title { font-size: 18px; margin-bottom: 20px; }
    
    .km-insight-card { margin-bottom: 0; } 
    .km-article-main-title { font-size: 22px; line-height: 1.5; }
    .km-article-content { font-size: 15px; line-height: 1.8; }
    .km-article-content h2 { font-size: 20px; margin-top: 30px; }
    .km-article-featured-img { margin-bottom: 30px; }
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
