body.blog-home-page {
    --blog-ink: #071a33;
    --blog-muted: #52647c;
    --blog-blue: #155eef;
    --blog-blue-dark: #0b43b8;
    --blog-teal: #0e7490;
    --blog-mint: #71e0c2;
    --blog-bg: #f8fafc;
    --blog-line: #dce5ee;
    --blog-radius: 16px;
    overflow-x: hidden;
    background: var(--blog-bg);
    color: var(--blog-ink);
    font-family: "DM Sans", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
}

.blog-home-page .blog-storefront-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(220, 229, 238, .9);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 24px rgba(7, 26, 51, .05);
    backdrop-filter: blur(16px);
}

.blog-home-page .blog-storefront-header .site-nav {
    min-height: 72px;
    width: 100%;
    padding: 8px max(20px, calc((100vw - 1180px) / 2));
}

.blog-home-page .blog-storefront-header .brand-mark,
.blog-home-page .blog-storefront-header .nav-actions > a,
.blog-home-page .blog-storefront-header .member-pill {
    color: #1d3768;
}

.blog-home-page .blog-storefront-header .brand-mark i {
    color: var(--blog-teal);
}

.blog-home-page .blog-storefront-header .nav-actions > a,
.blog-home-page .blog-storefront-header .member-pill {
    min-height: 40px;
}

.blog-home-page .blog-storefront-header .nav-actions > a:hover,
.blog-home-page .blog-storefront-header .nav-actions > a:focus-visible,
.blog-home-page .blog-storefront-header .member-pill:hover,
.blog-home-page .blog-storefront-header .member-pill:focus-visible {
    background: #edf4ff;
    color: var(--blog-blue-dark);
}

.blog-home-page .blog-storefront-header .login-link {
    border-color: var(--blog-blue-dark);
    background: var(--blog-blue-dark);
    color: #fff !important;
}

.blog-home-page .blog-storefront-header .login-link:hover,
.blog-home-page .blog-storefront-header .login-link:focus-visible {
    background: var(--blog-teal);
    color: #fff !important;
}

.blog-home-page .blog-storefront-header .menu-toggle {
    border-color: #cfdeee;
    background: #fff;
    color: var(--blog-blue-dark);
    backdrop-filter: none;
}

.blog-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2000;
    border-radius: 9px;
    background: #fff;
    padding: 11px 15px;
    color: var(--blog-blue-dark);
    font-weight: 900;
    transform: translateY(-150%);
    transition: transform .2s ease;
}

.blog-skip-link:focus {
    transform: translateY(0);
}

.blog-shell {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.blog-home-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--blog-line);
    padding: clamp(54px, 7vw, 92px) 0 78px;
    background:
        radial-gradient(circle at 4% 12%, rgba(113, 224, 194, .16), transparent 23%),
        radial-gradient(circle at 90% 5%, rgba(21, 94, 239, .11), transparent 26%),
        #f8fafc;
}

.blog-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(470px, 1.14fr);
    gap: clamp(38px, 6vw, 74px);
    align-items: center;
}

.blog-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--blog-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.blog-eyebrow::before {
    width: 28px;
    height: 2px;
    border-radius: 20px;
    background: currentColor;
    content: "";
}

.blog-hero-copy h1 {
    max-width: 10em;
    margin: 0;
    color: var(--blog-ink);
    font-size: clamp(46px, 5.4vw, 68px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.05;
    text-wrap: balance;
}

.blog-hero-copy h1 span {
    display: block;
    color: var(--blog-blue);
}

.blog-hero-copy > p:not(.blog-eyebrow) {
    max-width: 590px;
    margin: 20px 0 0;
    color: var(--blog-muted);
    font-size: 17px;
    line-height: 1.75;
}

.blog-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}

.blog-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 11px;
    padding: 11px 18px;
    text-decoration: none;
    font-weight: 900;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.blog-button:hover {
    transform: translateY(-2px);
}

.blog-button-primary {
    background: var(--blog-blue);
    color: #fff;
    box-shadow: 0 13px 28px rgba(21, 94, 239, .2);
}

.blog-button-primary:hover {
    background: #0f52d7;
    color: #fff;
}

.blog-button-light {
    border-color: var(--blog-line);
    background: #fff;
    color: var(--blog-blue-dark);
}

.blog-hero-feature {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--blog-line);
    border-radius: 20px;
    background: #fff;
    color: var(--blog-ink);
    text-decoration: none;
    box-shadow: 0 22px 56px rgba(7, 26, 51, .12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.blog-hero-feature:hover {
    color: var(--blog-ink);
    box-shadow: 0 28px 64px rgba(7, 26, 51, .16);
    transform: translateY(-4px);
}

.blog-feature-image {
    overflow: hidden;
}

.blog-feature-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.blog-hero-feature:hover img {
    transform: scale(1.025);
}

.blog-feature-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 18px;
    align-items: center;
    padding: 20px 22px 22px;
}

.blog-feature-card small,
.blog-feature-card strong {
    grid-column: 1;
}

.blog-feature-card small {
    color: var(--blog-muted);
    font-size: 12px;
    font-weight: 800;
}

.blog-feature-label {
    display: inline-block;
    border-radius: 99px;
    background: #e6f8f3;
    padding: 5px 8px;
    color: #0b6657;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.blog-feature-card strong {
    font-size: 21px;
    line-height: 1.4;
}

.blog-feature-card > span {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--blog-blue-dark);
    font-size: 13px;
    font-weight: 900;
}

.blog-topic-nav {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--blog-line);
    background: #fff;
}

.blog-topic-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.blog-topic-inner::-webkit-scrollbar {
    display: none;
}

.blog-topic-label {
    flex: 0 0 auto;
    margin-right: 5px;
    color: var(--blog-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.blog-topic-inner a {
    min-height: 38px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--blog-line);
    border-radius: 99px;
    background: #fff;
    padding: 8px 12px;
    color: var(--blog-ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease;
}

.blog-topic-inner a:hover {
    border-color: #b9ceef;
    background: #edf4ff;
}

.blog-topic-inner i {
    color: var(--blog-blue);
}

.blog-home-section {
    padding: 88px 0;
}

.blog-home-section + .blog-home-section {
    border-top: 1px solid rgba(220, 229, 238, .75);
}

.blog-section-head {
    margin-bottom: 34px;
}

.blog-section-head > div {
    max-width: 710px;
}

.blog-section-head h2,
.blog-answer-copy h2,
.blog-cta-panel h2 {
    margin: 0;
    color: var(--blog-ink);
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.12;
    text-wrap: balance;
}

.blog-section-head > div > p:not(.blog-eyebrow),
.blog-answer-copy > p:not(.blog-eyebrow) {
    max-width: 630px;
    margin: 17px 0 0;
    color: var(--blog-muted);
    font-size: 16px;
    line-height: 1.75;
}

.blog-start-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.blog-start-card {
    min-height: 268px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--blog-line);
    border-radius: var(--blog-radius);
    background: #fff;
    padding: 24px;
    color: var(--blog-ink);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.blog-start-card:hover {
    border-color: #b7c9e5;
    color: var(--blog-ink);
    box-shadow: 0 16px 36px rgba(7, 26, 51, .08);
    transform: translateY(-4px);
}

.blog-start-card-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 12px;
    background: #edf4ff;
    color: var(--blog-blue);
}

.blog-start-card small {
    color: var(--blog-teal);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.blog-start-card h3 {
    margin: 7px 0 9px;
    font-size: 21px;
    font-weight: 900;
}

.blog-start-card p {
    margin: 0 0 18px;
    color: var(--blog-muted);
    font-size: 14px;
    line-height: 1.65;
}

.blog-card-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    color: var(--blog-blue-dark);
    font-size: 13px;
    font-weight: 900;
}

.blog-guides-section {
    background: #eef3f8;
}

.blog-guide-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.blog-guide-card {
    grid-column: span 2;
    overflow: hidden;
    border: 1px solid var(--blog-line);
    border-radius: var(--blog-radius);
    background: #fff;
    color: var(--blog-ink);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.blog-guide-card:first-child,
.blog-guide-card:nth-child(2) {
    grid-column: span 3;
}

.blog-guide-card:hover {
    color: var(--blog-ink);
    box-shadow: 0 18px 44px rgba(7, 26, 51, .1);
    transform: translateY(-4px);
}

.blog-guide-media {
    display: block;
    overflow: hidden;
    background: #dce5ee;
}

.blog-guide-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.blog-guide-card:hover img {
    transform: scale(1.03);
}

.blog-guide-card-content {
    padding: 20px;
}

.blog-guide-card-content > span {
    display: inline-block;
    border-radius: 99px;
    background: #edf4ff;
    padding: 5px 9px;
    color: var(--blog-blue-dark);
    font-size: 11px;
    font-weight: 900;
}

.blog-guide-card h3 {
    margin: 12px 0 8px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
}

.blog-guide-card:first-child h3,
.blog-guide-card:nth-child(2) h3 {
    font-size: 24px;
}

.blog-guide-card p {
    margin: 0;
    color: var(--blog-muted);
    font-size: 14px;
    line-height: 1.65;
}

.blog-destination-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.blog-destination-card {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border-radius: var(--blog-radius);
    background: var(--blog-ink);
    color: #fff;
    text-decoration: none;
}

.blog-destination-card::after {
    position: absolute;
    inset: 30% 0 0;
    background: linear-gradient(180deg, transparent, rgba(4, 17, 38, .88));
    content: "";
}

.blog-destination-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.blog-destination-card:hover img {
    transform: scale(1.04);
}

.blog-destination-card div {
    position: absolute;
    right: 20px;
    bottom: 18px;
    left: 20px;
    z-index: 1;
}

.blog-destination-card small {
    color: var(--blog-mint);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.blog-destination-card h3 {
    margin: 5px 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
}

.blog-answer-layout {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(40px, 7vw, 84px);
    align-items: start;
    overflow: hidden;
    border: 1px solid rgba(183, 205, 236, .72);
    border-radius: 26px;
    background:
        radial-gradient(circle at 8% 8%, rgba(113, 224, 194, .26), transparent 27%),
        radial-gradient(circle at 92% 16%, rgba(21, 94, 239, .16), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 246, 255, .94) 52%, rgba(236, 251, 248, .96));
    padding: clamp(28px, 5vw, 58px);
    box-shadow: 0 24px 58px rgba(7, 26, 51, .09);
}

.blog-answer-layout::before {
    position: absolute;
    right: -74px;
    bottom: -92px;
    z-index: -1;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(21, 94, 239, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 38px rgba(21, 94, 239, .035),
        0 0 0 76px rgba(14, 116, 144, .025);
    content: "";
}

.blog-answer-copy {
    padding-top: 8px;
}

.blog-faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid rgba(183, 205, 236, .82);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 24px rgba(7, 26, 51, .055);
    backdrop-filter: blur(10px);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.faq-item:hover {
    border-color: rgba(21, 94, 239, .34);
    transform: translateY(-1px);
}

.faq-item.is-open {
    border-color: rgba(21, 94, 239, .42);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 30px rgba(21, 94, 239, .09);
}

.faq-question {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 0;
    background: transparent;
    padding: 18px 20px;
    color: var(--blog-ink);
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.faq-question i {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #edf4ff;
    color: var(--blog-blue);
    font-size: 12px;
    transition: transform .2s ease;
}

.faq-item.is-open .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    margin: 0 20px;
    border-top: 1px solid rgba(220, 229, 238, .9);
    padding: 14px 0 20px;
    color: var(--blog-muted);
    line-height: 1.75;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.blog-cta-panel {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    background:
        radial-gradient(circle at 12% 120%, rgba(113, 224, 194, .38), transparent 34%),
        radial-gradient(circle at 92% -12%, rgba(255, 255, 255, .2), transparent 31%),
        linear-gradient(125deg, #071a33 0%, #0b43b8 48%, #0e7490 100%);
    padding: clamp(30px, 6vw, 64px);
    color: #fff;
    box-shadow: 0 28px 64px rgba(7, 26, 51, .22);
}

.blog-cta-panel::after {
    position: absolute;
    right: clamp(110px, 19vw, 270px);
    bottom: -112px;
    z-index: -1;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(255, 255, 255, .045),
        0 0 0 84px rgba(255, 255, 255, .025);
    content: "";
}

.blog-cta-panel h2 {
    color: #fff;
}

.blog-cta-panel p {
    max-width: 590px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.7;
}

.blog-cta-panel .blog-button {
    flex: 0 0 auto;
    border-color: #fff;
    box-shadow: 0 14px 30px rgba(4, 17, 38, .2);
}

.blog-home-page .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(21, 94, 239, .96), rgba(14, 116, 144, .94));
    box-shadow:
        0 14px 30px rgba(7, 26, 51, .22),
        inset 0 1px 0 rgba(255, 255, 255, .22);
    backdrop-filter: blur(10px);
}

.blog-home-page .back-to-top:hover,
.blog-home-page .back-to-top:focus-visible {
    outline: 3px solid rgba(21, 94, 239, .2);
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .blog-hero-grid {
        grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
        gap: 38px;
    }

    .blog-destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .blog-home-page .blog-storefront-header .site-nav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .blog-home-page .blog-storefront-header .nav-actions {
        display: grid;
        gap: 8px;
        justify-content: flex-end;
        justify-items: end;
        position: static;
    }

    .blog-home-page .blog-storefront-header .nav-actions > .nav-desktop-link,
    .blog-home-page .blog-storefront-header .nav-actions > .member-pill,
    .blog-home-page .blog-storefront-header .nav-actions > .member-menu {
        display: none !important;
    }

    .blog-home-page .blog-storefront-header .menu-toggle {
        display: inline-grid;
    }

    .blog-home-page .blog-storefront-header .nav-menu {
        position: static;
        justify-self: end;
        margin-top: 8px;
        border-color: #dbe7f2;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 16px 34px rgba(7, 26, 51, .14);
    }
}

@media (max-width: 840px) {
    .blog-shell {
        width: min(100% - 32px, 1160px);
    }

    .blog-home-hero {
        padding: 56px 0 58px;
    }

    .blog-home-page .blog-storefront-header .site-nav {
        min-height: 64px;
        padding: 6px 16px;
    }

    .blog-hero-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero-copy h1 {
        max-width: 12em;
        font-size: clamp(41px, 8.8vw, 58px);
    }

    .blog-hero-feature {
        max-width: 680px;
    }

    .blog-start-grid {
        grid-template-columns: 1fr;
    }

    .blog-start-card {
        min-height: 0;
    }

    .blog-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-guide-card,
    .blog-guide-card:first-child,
    .blog-guide-card:nth-child(2) {
        grid-column: auto;
    }

    .blog-answer-layout {
        grid-template-columns: 1fr;
    }

    .blog-answer-copy {
        padding-top: 0;
    }
}

@media (min-width: 701px) and (max-width: 840px) {
    .blog-hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
        gap: 28px;
    }

    .blog-hero-copy h1 {
        font-size: 44px;
    }

    .blog-hero-copy > p:not(.blog-eyebrow) {
        font-size: 15px;
    }

    .blog-feature-card {
        padding: 16px;
    }

    .blog-feature-card strong {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .blog-home-hero {
        padding-top: 42px;
    }

    .blog-hero-copy h1 {
        font-size: clamp(38px, 11vw, 48px);
    }

    .blog-hero-copy > p:not(.blog-eyebrow) {
        font-size: 16px;
    }

    .blog-hero-actions {
        display: flex;
        flex-wrap: nowrap;
    }

    .blog-button {
        min-width: 0;
        flex: 1 1 0;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px;
    }

    .blog-feature-card {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .blog-feature-card > span {
        grid-column: 1;
        grid-row: auto;
        margin-top: 4px;
    }

    .blog-topic-inner {
        min-height: 62px;
    }

    .blog-topic-label {
        display: none;
    }

    .blog-home-section {
        padding: 66px 0;
    }

    .blog-section-head h2,
    .blog-answer-copy h2,
    .blog-cta-panel h2 {
        font-size: clamp(32px, 9vw, 42px);
    }

    .blog-guide-grid,
    .blog-destination-grid {
        grid-template-columns: 1fr;
    }

    .blog-guide-card:first-child h3,
    .blog-guide-card:nth-child(2) h3 {
        font-size: 21px;
    }

    .blog-destination-card {
        min-height: 230px;
    }

    .blog-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-cta-panel .blog-button {
        width: 100%;
    }

    .blog-answer-layout {
        border-radius: 20px;
        padding: 24px 18px;
    }

    .faq-question {
        padding: 16px;
        font-size: 16px;
    }

    .faq-answer {
        margin: 0 16px;
    }

    .blog-home-page .back-to-top {
        right: 14px;
        bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blog-button,
    .blog-hero-feature,
    .blog-feature-image img,
    .blog-start-card,
    .blog-guide-card,
    .blog-guide-card img,
    .blog-destination-card img,
    .faq-question i {
        transition: none !important;
    }
}
