/* =========================================================
   TOWA Portal - Channel pages
   Shared style for Travel / Stay / Experience / Goods
   ========================================================= */

.towa-channel-page {
    padding-bottom: 48px;
}

.channel-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: 28px;
    align-items: stretch;
    min-height: 560px;
    padding: 44px;
    border: 1px solid rgba(226, 232, 240, .92);
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 226, 214, .95), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(219, 234, 254, .9), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 54%, #eff6ff 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}
.channel-hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: .58;
    filter: brightness(1.08) contrast(1.04) saturate(1.08);
    transform: scale(1.01);
    pointer-events: none;
}

.channel-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .28)), radial-gradient(circle at 14% 16%, rgba(255, 226, 214, .38), transparent 32%), radial-gradient(circle at 84% 18%, rgba(219, 234, 254, .38), transparent 34%);
    pointer-events: none;
}

.channel-hero-content,
.channel-hero-card {
    position: relative;
    z-index: 2;
}

.channel-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.channel-kicker,
.channel-card-kicker {
    color: #ff6b3d;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.channel-hero h1 {
    max-width: 780px;
    margin: 12px 0 18px;
    color: #0f172a;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.06em;
}

.channel-hero p {
    max-width: 680px;
    margin: 0;
    color: #475569;
    font-size: 1.06rem;
    line-height: 1.9;
}

.channel-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.channel-hero-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 50px;
    font-weight: 900;
}

.channel-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 24px;
    color: #334155;
    font-weight: 850;
}

.channel-hero-points i {
    color: #22c55e;
    margin-right: 6px;
}

.channel-hero-card {
    align-self: center;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 30px;
    background: rgba(255, 255, 255, .56);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
    backdrop-filter: blur(14px);
}

.channel-hero-card h2 {
    margin: 8px 0 10px;
    color: #0f172a;
    font-size: 1.62rem;
    font-weight: 950;
    letter-spacing: -.035em;
}

.channel-mini-form {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.channel-mini-form label {
    display: grid;
    gap: 7px;
    color: #334155;
    font-weight: 850;
}

.channel-mini-form .form-select {
    min-height: 46px;
    border-radius: 999px;
    background-color: rgba(248, 250, 252, .96);
}

.channel-section {
    margin-top: 56px;
}

.channel-section-heading {
    max-width: 760px;
    margin-bottom: 26px;
}

.channel-section-heading.text-center {
    margin-left: auto;
    margin-right: auto;
}

.channel-section-heading h2,
.channel-split-panel h2,
.channel-final-cta h2 {
    margin: 8px 0 10px;
    color: #0f172a;
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -.045em;
}

.channel-section-heading p,
.channel-split-panel p,
.channel-final-cta p {
    margin: 0;
    color: #64748b;
    line-height: 1.85;
}

.channel-card-grid {
    display: grid;
    gap: 20px;
}

.channel-card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.channel-feature-card,
.channel-theme-card,
.channel-step-grid article {
    border: 1px solid rgba(226, 232, 240, .92);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.channel-feature-card {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 28px;
    border-radius: 28px;
    transition: .2s ease;
}

.channel-feature-card:hover,
.channel-theme-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .1);
}

.channel-feature-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 1.55rem;
}

.icon-orange {
    color: #ff6b3d;
    background: #fff7ed;
}

.icon-green {
    color: #16a34a;
    background: #ecfdf5;
}

.icon-blue {
    color: #2563eb;
    background: #eff6ff;
}

.icon-purple {
    color: #8b5cf6;
    background: #f5f3ff;
}

.channel-feature-card h3,
.channel-theme-card h3,
.channel-step-grid h3 {
    color: #0f172a;
    font-weight: 950;
    letter-spacing: -.02em;
}

.channel-feature-card p,
.channel-theme-card p,
.channel-step-grid p {
    color: #64748b;
    line-height: 1.8;
}

.channel-feature-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 900;
}

.channel-theme-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.channel-theme-card {
    padding: 24px;
    border-radius: 26px;
    transition: .2s ease;
}

.channel-theme-card i {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 17px;
    color: #0d6efd;
    background: #eff6ff;
    font-size: 1.3rem;
}

.channel-split-panel,
.channel-final-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    gap: 34px;
    align-items: center;
    padding: 40px;
    border-radius: 32px;
    border: 1px solid rgba(226, 232, 240, .92);
    background:
        radial-gradient(circle at 10% 0%, rgba(219, 234, 254, .92), transparent 34%),
        radial-gradient(circle at 92% 16%, rgba(255, 226, 214, .88), transparent 34%),
        linear-gradient(135deg, #ffffff, #f8fafc);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .07);
}

.channel-reason-list {
    display: grid;
    gap: 14px;
}

.channel-reason-list div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
}

.channel-reason-list i {
    grid-row: span 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #ff6b3d;
    background: #fff7ed;
    font-size: 1.28rem;
}

.channel-reason-list strong {
    color: #0f172a;
    font-weight: 950;
}

.channel-reason-list span {
    color: #64748b;
    line-height: 1.65;
}

.channel-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.channel-step-grid article {
    padding: 28px;
    border-radius: 28px;
}

.channel-step-grid span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #ff6b3d;
    font-size: 2rem;
    font-weight: 950;
    letter-spacing: -.06em;
}

.channel-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 56px;
}

.channel-final-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    white-space: nowrap;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .channel-hero,
    .channel-split-panel {
        grid-template-columns: 1fr;
    }

    .channel-card-grid-4,
    .channel-theme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .channel-hero {
        min-height: auto;
        padding: 30px 22px;
    }

    .channel-hero-card {
        padding: 24px;
    }

    .channel-final-cta {
        grid-template-columns: 1fr;
    }

    .channel-final-cta .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .towa-channel-page {
        padding-bottom: 32px;
    }

    .channel-hero h1 {
        font-size: 2.35rem;
        letter-spacing: -.04em;
    }

    .channel-card-grid-4,
    .channel-theme-grid,
    .channel-step-grid {
        grid-template-columns: 1fr;
    }

    .channel-section {
        margin-top: 38px;
    }

    .channel-split-panel,
    .channel-final-cta {
        padding: 26px;
        border-radius: 28px;
    }
}

/* =========================================================
   Featured merchant stores for channel pages
   Static UI first; later can be bound to Stores / StoreSlug.
   ========================================================= */

.channel-store-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.channel-store-card {
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .92);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.channel-store-card:hover {
    transform: translateY(-5px);
    border-color: #dbeafe;
    box-shadow: 0 26px 64px rgba(15, 23, 42, .11);
}

.channel-store-cover {
    position: relative;
    min-height: 178px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .12), rgba(15, 23, 42, .34)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .95), transparent 24%),
        linear-gradient(135deg, #dbeafe, #fff7ed);
}

.channel-store-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%),
        radial-gradient(circle at 85% 18%, rgba(255, 255, 255, .32), transparent 24%);
    pointer-events: none;
}

.channel-store-cover span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    color: #0f172a;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .82);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
    font-size: .84rem;
    font-weight: 950;
    backdrop-filter: blur(12px);
}

.channel-store-cover-tokyo {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .18), rgba(255, 107, 61, .20)),
        radial-gradient(circle at 20% 20%, rgba(255, 226, 214, .95), transparent 30%),
        linear-gradient(135deg, #fff7ed, #dbeafe);
}

.channel-store-cover-kimono {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .14), rgba(139, 92, 246, .22)),
        radial-gradient(circle at 20% 20%, rgba(245, 243, 255, .95), transparent 30%),
        linear-gradient(135deg, #f5f3ff, #ffe4e6);
}

.channel-store-cover-goods {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .14), rgba(37, 99, 235, .22)),
        radial-gradient(circle at 20% 20%, rgba(219, 234, 254, .95), transparent 30%),
        linear-gradient(135deg, #eff6ff, #ecfdf5);
}

.channel-store-body {
    padding: 24px;
}

.channel-store-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.channel-store-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    font-size: .78rem;
    font-weight: 850;
}

.channel-store-meta i {
    color: #0d6efd;
}

.channel-store-card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 950;
    letter-spacing: -.025em;
}

.channel-store-card p {
    min-height: 84px;
    margin: 0;
    color: #64748b;
    line-height: 1.78;
}

.channel-store-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 950;
}

.channel-store-link:hover {
    text-decoration: underline;
}

.channel-store-note {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding: 15px 17px;
    border: 1px dashed #bfdbfe;
    border-radius: 20px;
    color: #64748b;
    background: #eff6ff;
    line-height: 1.7;
}

.channel-store-note i {
    color: #0d6efd;
    margin-top: 3px;
}

@media (max-width: 1199.98px) {
    .channel-store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .channel-store-grid {
        grid-template-columns: 1fr;
    }

    .channel-store-card p {
        min-height: auto;
    }

    .channel-store-note {
        align-items: flex-start;
    }
}
.service-card {
    display: block;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

    .service-card:hover {
        color: inherit;
        text-decoration: none;
        transform: translateY(-4px);
    }

    .service-card .service-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }