/* ==========================================================================
   free-trial.css — NINJA Travel eSIM Free Trial LP only
   Used by: lp_free_trial.blade.php, header_travelesim_logo.blade.php
   ========================================================================== */

/* --------------------------------------------------------------------------
   Base / Utilities
   -------------------------------------------------------------------------- */
html[lang="zh-tw"] .font-montserrat {
    font-family: "Noto Sans JP", sans-serif !important;
}

.f-bold {
    font-weight: bold;
}

.text-red {
    color: #cc0000;
}

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.layoutArea .wrapper {
    width: 1041px;
    padding: 50px 0;
}

/* --------------------------------------------------------------------------
   LP Header
   -------------------------------------------------------------------------- */
main.page.no-header {
    padding-top: 0;
}

.lpTravelesimLogoHeader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.lpTravelesimLogoHeader + main.page.no-header {
    padding-top: 58px;
}

.lpTravelesimLogoHeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1041px;
    margin: 0 auto;
    padding: 10px 12px;
    gap: 16px;
}

.lpTravelesimLogoHeaderLink {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.lpTravelesimLogoHeaderImage {
    display: block;
    height: 27px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.lpTravelesimHeaderCta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #cc0100;
    border: 1px solid #cc0100;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    white-space: normal;
    text-align: center;
    max-width: 320px;
}

.lpTravelesimHeaderCta:hover {
    background: #fff;
    color: #cc0100;
    text-decoration: none;
}

/* --------------------------------------------------------------------------
   Hero / Main Visual
   -------------------------------------------------------------------------- */
.mainvisual {
    position: relative;
    overflow: hidden;
    background: url(/img/plan/freetrial/mv_background.png) top / cover no-repeat;
    min-height: 420px;
    height: clamp(420px, calc(100vw * 704 / 1900), 532px);
}

#main_title {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: clamp(16px, 2vw, 26px) 0;
    margin: 0 auto;
}

.mainvisualContent {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: clamp(320px, 42vw, 500px);
    padding-left: clamp(8px, 1vw, 12px);
}

.mainvisualFeatureList {
    margin: 0 0 clamp(20px, 4vh, 36px);
    padding: 0;
    list-style: none;
}

.mainvisualFeatureList li {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1vw, 10px);
    color: #ffffff;
    font-size: clamp(15px, 1.45vw, 18px);
    font-weight: 600;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.mainvisualFeatureList li + li {
    margin-top: 8px;
}

.mainvisualFeatureList li::before {
    content: "";
    flex: 0 0 clamp(16px, 1.4vw, 18px);
    width: clamp(16px, 1.4vw, 18px);
    height: clamp(16px, 1.4vw, 18px);
    background: url(/img/plan/esim/orange_check.png) center / contain no-repeat;
}

.mainvisual.freeTrialHero .mainvisualContent {
    width: clamp(340px, 56vw, 860px);
}

.freeTrialTopLabel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    margin-bottom: 6px;
    border-radius: 8px;
    background: #f4dc2f;
    color: #111827;
    font-size: clamp(13px, 1.25vw, 16px);
    font-weight: 700;
    line-height: 1;
}

.freeTrialTopLabelIcon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

#static_contents.esimPage .mainvisual.freeTrialHero .freeTrialTopTitle {
    margin: 0 0 6px;
    color: #f8df2f;
    font-size: 70px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

#static_contents.esimPage .mainvisual.freeTrialHero .freeTrialTopSubTitle {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(12px, 1.35vw, 20px);
    font-weight: 700;
    line-height: 1.25;
}

.freeTrialFeatureList {
    margin-bottom: 20px;
}

.freeTrialFeatureList li {
    font-size: clamp(18px, 1.9vw, 34px);
}

.freeTrialFeatureList li::before {
    content: "";
    background: url(/img/plan/freetrial/yellow_check.png) center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
}

.mainBgBtn {
    margin-top: 20px;
    text-align: left;
}

.btn_esim_order {
    display: inline-block;
    background-color: #cc0000;
    color: white;
    font-weight: bold;
    padding: 12px clamp(24px, 2.4vw, 30px);
    line-height: 1.2;
    border-radius: 30px;
    font-size: 20px;
    width: 340px;
}

.btn_esim_order::after {
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
}

.btn_esim_order:hover {
    background: #db0000;
    transition: .3s;
    text-decoration: none;
}

#static_contents.esimPage .mainvisual {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 532px;
    height: 532px;
}

#static_contents.esimPage #main_title {
    width: 1041px;
    min-width: 1041px;
    padding: 50px 0;
}

#static_contents.esimPage .mainvisualContent {
    width: 500px;
    padding-left: 12px;
}

#static_contents.esimPage .mainvisualFeatureList {
    margin: 0 0 36px;
}

#static_contents.esimPage .mainvisualFeatureList li {
    gap: 10px;
    font-size: 18px;
}

#static_contents.esimPage .mainvisualFeatureList li::before {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

/* --------------------------------------------------------------------------
   How to Use
   -------------------------------------------------------------------------- */
.howto {
    background: white;
}

.howto h2 {
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center;
}

.howto--freeTrial .freeTrialHowtoSteps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 1080px;
    margin: 0 auto;
}

.howto--freeTrial .freeTrialHowtoStep {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: 220px;
    text-align: center;
}

.howto--freeTrial .freeTrialHowtoStepText {
    display: contents;
}

.howto--freeTrial .freeTrialHowtoStepLabel {
    order: 1;
    margin: 0 0 12px;
    color: #CC0000;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.howto--freeTrial .freeTrialHowtoStepImage {
    order: 2;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}

.howto--freeTrial .freeTrialHowtoStepImage img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.howto--freeTrial .freeTrialHowtoStepCaption {
    order: 3;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.35;
}

.howto--freeTrial .freeTrialHowtoArrow {
    flex: 0 0 auto;
    align-self: center;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #CC0000;
}

/* --------------------------------------------------------------------------
   One-time Setup Merits (whatIs--freeTrial)
   -------------------------------------------------------------------------- */
.whatIs {
    background: #F8F8F8;
}

.whatIs .wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1041px;
    margin: 0 auto;
}

.whatIsStage {
    position: relative;
    overflow: hidden;
}

.whatIsIntro {
    position: relative;
    z-index: 1;
}

.whatIsBody {
    position: relative;
    display: grid;
    grid-template-columns: minmax(289px, 488px) minmax(240px, 594px);
    min-width: 1048px;
    justify-content: center;
    gap: clamp(18px, 2vw, 28px);
    align-items: end;
}

.whatIsBody::before {
    content: "";
    position: absolute;
    left: clamp(-108px, 9vw, 0);
    top: -47px;
    width: 652px;
    aspect-ratio: 652 / 482;
    background-color: rgba(188, 184, 179, 0.5);
    -webkit-mask: url(/img/plan/esim/bg_earth.png) left top / contain no-repeat;
    mask: url(/img/plan/esim/bg_earth.png) left top / contain no-repeat;
    pointer-events: none;
    z-index: 0;
    opacity: 0.3;
}

.whatIsBody > * {
    position: relative;
    z-index: 1;
}

.whatIsVisual {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: clamp(4px, 1vw, 16px);
}

.whatIsVisual::before {
    content: "";
    position: absolute;
    left: 22%;
    bottom: 12px;
    width: 54%;
    height: 34px;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 72%);
    filter: blur(6px);
    pointer-events: none;
}

.whatIsChip {
    position: absolute;
    top: 68px;
    left: 5px;
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.16));
    pointer-events: none;
    z-index: 2;
}

.whatIsVisualImage {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    margin-left: 0;
    transform: translateX(clamp(18px, 18vw, 90px));
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.12));
    margin-bottom: -11%;
}

.whatIs--freeTrial .whatIsIntro {
    padding-top: 36px;
    padding-bottom: 24px;
}

.whatIs--freeTrial .whatIsBody {
    align-items: stretch;
    gap: 20px;
}

.whatIs--freeTrial .whatIsVisual {
    min-width: 360px;
    max-width: 410px;
}

.freeTrialMeritIntro {
    text-align: center;
    margin-bottom: 16px;
}

.freeTrialMeritHeadline {
    margin-bottom: 4px !important;
    font-size: 50px !important;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2430;
}

.freeTrialMeritHeadline span {
    color: #cc0000;
}

.freeTrialMeritSubcopy {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #1f2430;
}

.freeTrialMeritIntro .freeTrialMeritSubcopy {
    text-align: center !important;
}

.freeTrialMeritContent {
    width: 100%;
    margin-left: -140px;
}

.freeTrialMeritCards {
    display: grid;
    grid-template-columns: repeat(3, minmax(185px, 1fr));
    gap: 12px;
    width: 100%;
    margin-left: 0;
}

.freeTrialMeritCard {
    background: #f5f5f5;
    border-radius: 14px;
    padding: 14px 12px 12px;
    min-height: 212px;
}

.freeTrialMeritCardIcon {
    height: 84px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.freeTrialMeritCardIcon img[class^="freeTrialMeritCardIconImage"] {
    display: block;
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.freeTrialMeritCard h3 {
    margin: 0 0 8px;
    text-align: center;
    font-size: 17px;
    line-height: 1.35;
    min-height: 2.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2430;
}

.freeTrialMeritCardDivider {
    width: 32px;
    height: 2px;
    margin: 0 auto 10px;
    border: 0;
    background-color: #cc0000;
}

.freeTrialMeritCard p {
    margin: 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
    color: #1f2430;
}

.freeTrialMeritCardText {
    width: 100%;
}

/* --------------------------------------------------------------------------
   What Can I Do with 500MB
   -------------------------------------------------------------------------- */
.whatcani {
    background: #F8F8F8;
    text-align: center;
}

.whatcani .wrapper > h2 {
    margin-bottom: 5px;
}

.whatcani h3 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 500;
    color: #8e8e8e;
}

.whatcaniContents {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.whatcaniDetail {
    background: #ffffff;
    width: 195px;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
}

.whatcaniDetailLogo {
    margin: 10px 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatcaniDetailLogo img {
    display: block;
    max-height: 140%;
}

.whatcaniDetailText {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.whatcaniDetailText p {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.whatcaniDetailText .titleTexts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
}

.whatcaniDetailTextTime {
    font-size: 17px;
}

.whatcaniMetricNote {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.whatcaniContents--freeTrial {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
}

.whatcaniContents--freeTrial .whatcaniDetail {
    flex: 0 0 calc(25% - 20px);
    max-width: 195px;
    min-width: 195px;
}

.whatcaniContents--freeTrial .whatcaniDetailText p.titleTexts {
    justify-content: center;
    text-align: center;
    font-size: 18px;
    min-height: 0;
    margin-bottom: 0;
}

.whatcaniContents--freeTrial .whatcaniDetailDivider {
    border: 0;
    border-top: 1px dashed #DCDCDC;
    margin: 10px auto;
    width: 90%;
    height: 0;
}

.whatcaniContents--freeTrial .whatcaniDetailText .whatcaniDetailTextTime {
    margin-top: 0;
}

/* --------------------------------------------------------------------------
   Plan List / Top-up Banner
   -------------------------------------------------------------------------- */
.planlist {
    background: linear-gradient(135deg, #ffb444, #b92429);
}

.esimTopUpBanner {
    margin-top: 20px;
    border-radius: 14px;
    box-shadow: none;
    color: #111111;
    text-decoration: none;
    box-sizing: border-box;
}

.esimTopUpBanner:hover {
    color: #111111;
    text-decoration: none;
}

.esimTopUpBannerInner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 112px;
    padding: 20px 32px;
    border-radius: 12px;
    background: #ffffff;
    text-align: left;
}

.esimTopUpBannerContent {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
}

.esimTopUpBannerHeader {
    min-width: 0;
    width: 100%;
    margin-bottom: 5px;
}

.esimTopUpBannerTitle {
    margin: 0;
    color: #111111;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.01em;
    text-align: left;
    white-space: nowrap;
}

.esimTopUpBannerTitle span {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
}

html[lang="ja"] .esimTopUpBannerTitle span,
html[lang="zh-tw"] .esimTopUpBannerTitle span {
    font-weight: 500;
}

.esimTopUpBannerNote {
    color: #cc0100;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
}

.esimTopUpBannerPrice {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0 8px;
    margin: 0;
    color: #111111;
    font-weight: 700;
    line-height: 1;
    text-align: left;
}

.esimTopUpBannerFooter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.esimTopUpBannerPriceLabel {
    font-size: 20px;
    line-height: 1.15;
    white-space: nowrap;
}

.esimTopUpBannerPriceLabel:empty {
    display: none;
}

.esimTopUpBannerPriceValue {
    font-size: 40px;
    line-height: 0.86;
    letter-spacing: -0.03em;
}

.esimTopUpBannerPriceUnit {
    font-size: 20px;
    line-height: 1.1;
    white-space: nowrap;
}

.esimTopUpBannerButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 240px;
    min-height: 28px;
    margin-left: auto;
    margin-bottom: 5px;
    padding: 8px 20px;
    border: 1px solid #cc0100;
    border-radius: 999px;
    color: #cc0100;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.esimTopUpBannerButton::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #cc0100;
    border-right: 1px solid #cc0100;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color .2s ease;
}

.esimTopUpBannerButton:hover {
    background-color: #cc0100;
    border-color: #cc0100;
    color: #ffffff !important;
    text-decoration: none;
}

.esimTopUpBannerButton:hover::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.esimTopUpBannerButton:hover:visited {
    color: #ffffff !important;
}

.esimTopUpBannerButton:visited {
    color: #cc0100;
    text-decoration: none;
}

/* --------------------------------------------------------------------------
   Bottom CTA
   -------------------------------------------------------------------------- */
.howtoCta {
    display: flex;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 20px;
}

/* --------------------------------------------------------------------------
   Responsive: Desktop / Tablet (not mobile)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    .whatIs--freeTrial .whatIsVisual {
        min-width: 320px;
        max-width: 360px;
    }

    .freeTrialMeritCards {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
        gap: 10px;
        margin-left: 0;
    }

    .freeTrialMeritContent {
        margin-left: -6px;
    }

    .freeTrialMeritCard {
        min-height: 202px;
        padding: 12px 10px;
    }

    .freeTrialMeritCard h3 {
        font-size: 17px;
        min-height: 2.7em;
    }

    .freeTrialMeritCard p {
        font-size: 11px;
    }
}

/* --------------------------------------------------------------------------
   Tablet: 800px–1024px
   -------------------------------------------------------------------------- */
@media screen and (min-width: 800px) and (max-width: 1024px) {
    .layoutArea .wrapper {
        width: auto;
        max-width: 1041px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    #static_contents.esimPage .mainvisual {
        overflow-x: hidden;
    }

    #static_contents.esimPage #main_title {
        width: 100%;
        min-width: 0;
        padding: 40px 24px;
    }

    #static_contents.esimPage .mainvisualContent {
        width: min(44vw, 430px);
        padding-left: 0;
    }

    .whatIsBody {
        min-width: 0;
        grid-template-columns: minmax(240px, 44%) minmax(0, 1fr);
        gap: 20px;
    }

    .whatIsVisual {
        padding-right: 0;
    }

    .whatIsVisualImage {
        transform: translateX(clamp(0px, 4vw, 36px));
        margin-bottom: -6%;
    }

    .whatIsChip {
        top: 56px;
        left: 20px;
        width: min(16vw, 108px);
    }

    .esimTopUpBanner {
        min-width: 0;
    }

    .esimTopUpBannerInner {
        gap: 20px;
        padding: 14px 24px;
        overflow-x: auto;
    }

    .esimTopUpBannerTitle {
        font-size: 24px;
        white-space: normal;
    }

    .esimTopUpBannerPriceLabel {
        font-size: 17px;
    }

    .esimTopUpBannerPriceValue {
        font-size: 48px;
    }

    .esimTopUpBannerButton {
        flex: 0 0 180px;
        width: 180px;
    }
}

/* --------------------------------------------------------------------------
   CJK desktop adjustments
   -------------------------------------------------------------------------- */
@media screen and (min-width: 800px) {
    html[lang="ja"] .whatcaniDetail,
    html[lang="zh-tw"] .whatcaniDetail {
        padding-right: 16px;
        padding-left: 16px;
    }

    html[lang="ja"] .whatcaniDetailText,
    html[lang="zh-tw"] .whatcaniDetailText {
        width: 100%;
    }

    html[lang="ja"] .whatcaniDetailText .titleTexts,
    html[lang="zh-tw"] .whatcaniDetailText .titleTexts {
        font-size: 15px;
    }

    html[lang="ja"] .whatcaniContents--freeTrial .whatcaniDetailText p.titleTexts,
    html[lang="zh-tw"] .whatcaniContents--freeTrial .whatcaniDetailText p.titleTexts {
        font-size: 18px;
    }
}

/* ==========================================================================
   Mobile: max-width 799px
   ========================================================================== */
@media screen and (max-width: 799px) {
    /* Layout */
    body {
        min-width: 0;
    }

    .layoutArea .wrapper {
        padding: 40px 15px;
    }

    #static_contents.esimPage .wrapper {
        width: 100%;
        max-width: 100%;
    }

    /* Header */
    .lpTravelesimLogoHeader + main.page.no-header {
        padding-top: 44px;
    }

    .lpTravelesimLogoHeaderInner {
        padding: 8px 10px;
        gap: 8px;
    }

    .lpTravelesimLogoHeaderImage {
        height: auto;
        width: auto;
        max-width: calc(100vw - 56vw - 36px);
        max-height: 20px;
    }

    .lpTravelesimHeaderCta {
        min-height: 28px;
        padding: 5px 10px;
        font-size: 10px;
        max-width: 56vw;
    }

    /* Hero */
    .mainvisual {
        min-height: 0;
        height: auto;
        max-height: none;
        background: url(/img/plan/freetrial/mv_background_sp.png) bottom / cover no-repeat;
    }

    #main_title {
        text-align: left;
        height: auto;
        padding: 14px 20px 22px;
    }

    .mainvisualContent {
        width: 100%;
        max-width: 340px;
        height: auto;
        min-height: clamp(560px, 172vw, 690px);
        margin: 0 auto;
        padding-left: 0;
    }

    .mainvisualFeatureList {
        margin: 0;
    }

    .mainvisualFeatureList li {
        gap: 8px;
        font-size: clamp(1.2rem, 4.6vw, 1.6rem);
        line-height: 1.25;
    }

    .mainvisualFeatureList li::before {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
    }

    .mainvisual.freeTrialHero .mainvisualContent {
        width: 100%;
        padding-left: 0;
    }

    .freeTrialTopLabel {
        border-radius: 7px;
        padding: 5px 10px;
        gap: 6px;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .freeTrialTopLabelIcon {
        width: 16px;
        height: 16px;
    }

    #static_contents.esimPage .mainvisual.freeTrialHero .freeTrialTopTitle {
        font-size: 50px !important;
        margin-bottom: 4px;
    }

    #static_contents.esimPage .mainvisual.freeTrialHero .freeTrialTopSubTitle {
        font-size: 17px !important;
        margin-bottom: 16px;
    }

    .freeTrialFeatureList {
        margin-bottom: 16px;
    }

    .freeTrialFeatureList li {
        font-size: 18px;
    }

    .freeTrialFeatureList li::before {
        background: url(/img/plan/freetrial/yellow_check.png) center / contain no-repeat;
    }

    .mainBgBtn {
        width: 100%;
        margin-top: clamp(132px, 38vw, 172px);
        display: flex;
        justify-content: center;
    }

    .mainBgBtn a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 330px;
        min-width: 0;
        margin: 0 auto;
        padding: 14px 20px;
        border-radius: 999px;
        font-size: clamp(1.5rem, 6.2vw, 2rem);
        color: #ffffff;
        text-align: center;
        line-height: 1.2;
    }

    .btn_esim_order::after {
        content: none;
    }

    #static_contents.esimPage .mainvisual {
        overflow-x: hidden;
        overflow-y: hidden;
        min-height: 0;
        height: auto;
    }

    #static_contents.esimPage #main_title {
        width: 100%;
        min-width: 0;
        padding: 20px 20px 40px;
    }

    #static_contents.esimPage .mainvisualContent {
        width: 100%;
        max-width: 340px;
        min-height: 0;
        margin: 0 auto;
        padding-left: 0;
    }

    #static_contents.esimPage .mainvisualFeatureList {
        margin: 0;
    }

    #static_contents.esimPage .mainvisualFeatureList li {
        font-size: 16px;
    }

    #static_contents.esimPage .mainBgBtn {
        margin-top: clamp(140px, 56vw, 160px);
    }

    #static_contents.esimPage .btn_esim_order {
        font-size: 22px;
    }

    /* How to Use */
    .howto .wrapper {
        padding: 44px 15px;
    }

    .howto h2 {
        margin-bottom: 16px;
        font-size: 36px;
        line-height: 1.1;
    }

    .howto--freeTrial .freeTrialHowtoSteps {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
        max-width: none;
    }

    .howto--freeTrial .freeTrialHowtoArrow {
        display: none;
    }

    .howto--freeTrial .freeTrialHowtoStep {
        flex-direction: column;
        align-items: stretch;
        max-width: none;
        text-align: left;
    }

    .howto--freeTrial .freeTrialHowtoStepText {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0 8px;
        order: unset;
    }

    .howto--freeTrial .freeTrialHowtoStepLabel {
        order: unset;
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
        flex-shrink: 0;
    }

    .howto--freeTrial .freeTrialHowtoStepCaption {
        order: unset;
        margin: 0;
        font-size: 18px;
        line-height: 1.3;
    }

    .howto--freeTrial .freeTrialHowtoStepImage {
        order: unset;
        width: 100%;
        flex: none;
        margin-top: 10px;
        padding: 10px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    }

    /* One-time Setup Merits */
    .whatIs .wrapper {
        padding: 34px 20px 0;
    }

    .whatIsBody {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        gap: 14px;
        align-items: stretch;
    }

    .whatIsBody::before {
        content: none;
    }

    .whatIsVisual {
        order: 2;
        width: min(89vw, 343px);
        max-width: 100%;
        min-height: 144px;
        align-self: center;
        padding-top: 8px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-end;
        align-items: flex-end;
        overflow: hidden;
    }

    .whatIsVisual::before {
        content: none;
    }

    .whatIsVisual::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        width: min(89vw, 343px);
        aspect-ratio: 652 / 482;
        background-color: rgba(188, 184, 179, 0.35);
        -webkit-mask: url(/img/plan/esim/bg_earth.png) center / contain no-repeat;
        mask: url(/img/plan/esim/bg_earth.png) center / contain no-repeat;
        pointer-events: none;
        z-index: 0;
        opacity: 0.4;
    }

    .whatIsChip {
        top: 30px;
        left: 18px;
        width: min(28vw, 110px);
    }

    .whatIsVisualImage {
        width: min(65vw, 251px);
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        transform: none;
    }

    .whatIs--freeTrial .whatIsIntro {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .freeTrialMeritIntro {
        margin-bottom: 12px;
    }

    .freeTrialMeritHeadline {
        font-size: 35px !important;
        margin-bottom: 8px;
    }

    .freeTrialMeritSubcopy {
        font-size: 12px !important;
        line-height: 1.55;
    }

    .whatIs--freeTrial .whatIsVisual {
        min-width: 0;
        max-width: none;
    }

    .freeTrialMeritCards {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-left: 0;
    }

    .freeTrialMeritContent {
        margin-left: 0;
    }

    .freeTrialMeritCard {
        min-height: 0;
        padding: 14px 12px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .freeTrialMeritCardIcon {
        height: 84px;
        width: 84px;
        margin-bottom: 0;
        flex: 0 0 84px;
    }

    .freeTrialMeritCardIcon img[class^="freeTrialMeritCardIconImage"] {
        max-width: 84px;
        max-height: 84px;
    }

    .freeTrialMeritCard h3 {
        font-size: 15px;
        margin-bottom: 4px;
        min-height: 0;
        display: block;
        text-align: center;
    }

    .freeTrialMeritCardDivider {
        width: 42px;
        margin: 0 auto 8px;
    }

    .freeTrialMeritCard p {
        font-size: 12px;
        line-height: 1.55;
        text-align: left;
    }

    .freeTrialMeritCardText {
        width: calc(100% - 100px);
        margin-left: auto;
    }

    /* What Can I Do with 500MB */
    .whatcani .wrapper {
        padding: 30px 10px 20px;
    }

    .whatcani h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .whatcaniContents {
        display: block;
        overflow: visible;
        background: transparent;
        border-radius: 0;
    }

    .whatcaniDetail {
        width: auto !important;
        display: flex;
        align-items: center;
        gap: 0;
        padding: 20px;
        background: #ffffff;
        border-radius: 10px;
    }

    .whatcaniDetailLogo {
        width: 20%;
        height: auto;
        margin: 0;
        flex: 0 0 24%;
        justify-content: left;
        align-items: center;
    }

    .whatcaniDetailLogo img {
        width: 67px;
    }

    .whatcaniDetailText {
        flex: 1;
        width: auto;
        max-width: none;
        margin: 0;
    }

    .whatcaniDetailText .titleTexts {
        min-height: 0;
        margin-bottom: 8px;
        font-size: 16px;
        color: #202124;
    }

    .whatcaniDetailText .whatcaniDetailTextTime {
        font-size: 14px;
        line-height: 1.35;
    }

    .whatcaniMetricNote {
        margin-top: 2px;
        font-size: 13px;
        line-height: 1.4;
    }

    .whatcaniContents--freeTrial {
        display: block;
    }

    .whatcaniContents--freeTrial .whatcaniDetail {
        max-width: none;
        min-width: 0;
    }

    .whatcaniContents--freeTrial .whatcaniDetailText p.titleTexts {
        font-size: 18px;
    }

    /* Plan List / Top-up Banner */
    .planlist {
        background: linear-gradient(99deg, #FBB03B 0.46%, #C1272D 99.56%);
    }

    .planlist .wrapper {
        padding: 28px 12px 36px;
    }

    .esimTopUpBanner {
        border-radius: 12px;
        min-width: 0;
    }

    .esimTopUpBannerInner {
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-width: none;
        padding: 20px 24px;
        border-radius: 10px;
        min-height: 0;
        text-align: center;
    }

    .esimTopUpBannerVisual img {
        height: 80px;
    }

    .esimTopUpBannerContent {
        width: 100%;
        flex: 0 0 auto;
        align-items: center;
    }

    .esimTopUpBannerTitle {
        font-size: 20px !important;
        line-height: 1.22;
        letter-spacing: 0;
        text-align: center;
        white-space: normal;
    }

    .esimTopUpBannerTitle span {
        font-size: 1em;
    }

    .esimTopUpBannerNote {
        margin: 6px 0 12px;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
    }

    .esimTopUpBannerPrice {
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 4px;
    }

    .esimTopUpBannerFooter {
        flex-direction: column;
        align-items: initial;
        gap: 10px;
    }

    .esimTopUpBannerPriceLabel {
        width: auto;
        font-size: 16px;
        line-height: 1.15;
    }

    .esimTopUpBannerPriceValue {
        font-size: 32px;
    }

    .esimTopUpBannerPriceUnit {
        font-size: 16px;
    }

    .esimTopUpBannerButton {
        width: 100%;
        flex: 0 0 auto;
        min-width: 0;
        min-height: 28px;
        font-size: 12px;
    }

    .esimTopUpBannerButton::after {
        right: 12px;
        width: 6px;
        height: 6px;
    }

    /* Bottom CTA */
    .howtoCta {
        display: flex;
        justify-content: center;
        margin-top: 24px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
}
