        .travelSimLp {
            background: none;
            margin-bottom: 0 !important;
        }

        .travelSimHero {
            background: #ffffff;
        }

        .travelSimHero .wrapper,
        .travelSimBody .wrapper {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            box-sizing: border-box;
        }

        .travelSimBody .wrapper {
            padding-top: 0;
            padding-bottom: 0;
        }

        .travelSimHeroShell {
            --travelSimHeroCopyShift: clamp(0px, calc((110vw - 1200px) * 0.38), 280px);
            position: relative;
            min-height: 680px;
            overflow: hidden;
            border-radius: 0;
            background: #ffffff;
            box-shadow: none;
        }

        .travelSimHeroCopy {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            min-height: 680px;
            margin-left: var(--travelSimHeroCopyShift);
            padding: 40px 0px 42px 70px;
            box-sizing: border-box;
        }

        .travelSimEyebrow {
            margin: 0 0 20px;
            display: block;
            width: 100%;
            max-width: 374px;
            height: auto;
        }

        .travelSimEyebrowText {
            width: auto;
            max-width: none;
            color: #da1d19;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .travelSimHeroLogo {
            display: block;
            width: 240px;
            max-width: 100%;
            height: auto;
        }

        .travelSimHeadline {
            margin: 10px 0 0;
            color: #111111;
            font-size: 62px;
            font-weight: 700;
            line-height: 1.1;
        }

        .travelSimHeadline span {
            color: #da1d19;
        }

        .travelSimLp br.sp {
            display: none;
        }

        .travelSimDescription {
            margin: 22px 0 0;
            color: #3f3b37;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.65;
        }

        .travelSimHeroCircleImage {
            display: block;
            width: 270px;
            max-width: 100%;
            height: auto;
            margin-top: 18px;
        }

        .travelSimHeroBadges {
            display: flex;
            gap: 14px;
            width: 270px;
            max-width: 100%;
            margin: 28px 0 0;
            padding: 0;
            list-style: none;
        }

        .travelSimHeroBadge {
            display: flex;
            flex: 1 1 0;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            aspect-ratio: 1 / 1;
            min-height: 0;
            overflow: hidden;
            gap: 4px;
            padding: 12px 10px;
            box-sizing: border-box;
            border-radius: 50%;
            background: #f7d76d;
            color: #111111;
            text-align: center;
        }

        .travelSimHeroBadgeIcon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
        }

        .travelSimHeroBadgeIcon svg {
            display: block;
            width: 100%;
            height: 100%;
        }

        .travelSimHeroBadgeText {
            color: #111111;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
        }

        .travelSimHeroBadgeNumber {
            font-size: 20px;
            line-height: 1;
        }
        .travelSimCtaRow {
            margin-top: 30px;
        }

        .travelSimCtaRow--hero {
            margin-top: 28px;
        }

        .travelSimCta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            width: min(350px, 100%);
            max-width: 100%;
            height: 64px;
            padding: 0 42px;
            box-sizing: border-box;
            border-radius: 999px;
            background: #ec0000;
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.02em;
            text-align: center;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .travelSimCta::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 18px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #ffffff;
            transform: translateY(-50%);
        }

        .travelSimCta::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 25px;
            width: 5px;
            height: 5px;
            border-top: 2px solid currentColor;
            border-right: 2px solid currentColor;
            color: #ec0000;
            transform: translateY(-50%) rotate(45deg);
        }

        .travelSimCta--hero {
            width: 320px;
            height: 64px;
            font-size: 20px;
            font-weight: 700;
        }

        .travelSimCta--hero::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 24px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #ffffff;
            transform: translateY(-50%);
        }

        .travelSimCta--hero::after {
            right: 33px;
            width: 6px;
            height: 6px;
            border-top-width: 3px;
            border-right-width: 3px;
            color: #ec0000;
        }

        .travelSimCta:hover,
        .travelSimCta:visited {
            color: #ffffff;
            text-decoration: none;
        }

        .travelSimHeroVisual {
            position: absolute;
            inset: 0;
            z-index: 1;
            background: transparent;
            pointer-events: none;
        }

        .travelSimHeroDevicePicture,
        .travelSimHeroDeviceWrap,
        .travelSimHeroMobileFooter {
            display: block;
        }

        .travelSimHeroMobileFooter {
            display: none;
        }

        .travelSimHeroBackdrop {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            max-width: none;
            opacity: 0.7;
            object-fit: cover;
            object-position: left center;
        }

        .travelSimHeroDevice {
            position: absolute;
            right: clamp(-36px, -1.6vw, 0px);
            bottom: 0;
            z-index: 2;
            width: clamp(560px, 43vw, 776px);
            height: auto;
            max-width: none;
            transform: none;
            filter: none;
            pointer-events: none;
        }


        .travelSimBody {
            background: #FAFAFA;
        }

        .travelSimMeritsSection {
            position: relative;
            z-index: 0;
            margin-top: 0;
            padding: 72px 0 78px;
            isolation: isolate;
        }

        .travelSimMeritsSection::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            z-index: -2;
            width: 100vw;
            background: #dd0009;
            transform: translateX(-50%);
        }

        .travelSimMeritsSection::after {
            content: none;
        }

        .travelSimMeritsInner {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 500px;
            gap: 28px;
            align-items: stretch;
            max-width: 1100px;
            margin: 0 auto;
        }

        .travelSimMeritsContent {
            min-width: 0;
            display: grid;
            grid-template-rows: auto minmax(0, 1fr);
        }

        .travelSimMeritsTitle {
            position: relative;
            display: inline-block;
            margin: 0 0 20px;
            padding-bottom: 15px;
            color: #ffffff;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.18;
        }

        .travelSimMeritsTitle::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 32px;
            height: 4px;
            border-radius: 999px;
            background: #f7d76d;
        }

        .travelSimMeritsList {
            display: grid;
            gap: 16px;
            max-width: 536px;
            height: 100%;
            grid-auto-rows: minmax(0, 1fr);
        }

        .travelSimMeritCard {
            display: grid;
            grid-template-columns: 54px minmax(0, 1fr);
            gap: 16px;
            align-items: start;
            height: 100%;
            padding: 24px;
            border-radius: 10px;
            background: #ffffff;
            box-shadow: 0 14px 34px rgba(123, 0, 10, 0.12);
        }

        .travelSimMeritIcon {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 54px;
        }

        .travelSimMeritIcon img {
            display: block;
            width: auto;
            max-width: 49px;
            max-height: 44px;
            height: auto;
        }

        .travelSimMeritBody {
            min-width: 0;
        }

        .travelSimMeritPoint {
            margin: 0;
            color: #e70012;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: 0.06em;
        }

        .travelSimMeritBody h3 {
            margin: 6px 0 0;
            color: #1d1d1d;
            font-size: 24px;
            font-weight: 700;
            line-height: normal;
        }

        .travelSimMeritBody p:last-child {
            margin: 8px 0 0;
            color: #5c5c5c;
            font-size: 16px;
        }

        .travelSimMeritsVisual {
            position: relative;
            justify-self: end;
            width: min(100%, 512px);
            height: 100%;
        }

        .travelSimMeritsVisual::before {
            content: "";
            position: absolute;
                bottom: 150px;
            right: -70px;
            width: 403px;
            height: 377px;
            background: url(/img/travelsimapplication/lp/meritbg.png) right top / contain no-repeat;
            filter: brightness(0) saturate(100%);
            opacity: 0.08;
            pointer-events: none;
        }

        .travelSimMeritsVisual img {
            position: relative;
            z-index: 1;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            border-radius: 12px;
            box-shadow: 0 24px 44px rgba(94, 0, 0, 0.2);
        }

        .travelSimSectionHeading {
            margin: 0;
            color: #111111;
            font-size: 34px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
        }

        .travelSimHeadingAccent {
            display: block;
            width: 32px;
            height: 4px;
            margin: 14px auto 0;
            border-radius: 999px;
            background: linear-gradient(135deg, #ef1d18 0%, #c70f0b 100%);
        }

        .travelSimScenes {
            max-width: 1100px;
            margin: 0 auto;
            padding-top: 80px;
        }

        .travelSimScenesIntro {
            position: relative;
            z-index: 0;
            padding-bottom: 60px;
            isolation: isolate;
        }

        .travelSimScenesIntro::before {
            content: "";
            position: absolute;
            top: -80px;
            bottom: 0;
            left: 50%;
            z-index: -1;
            width: 100vw;
            background: #ffffff;
            transform: translateX(-50%);
        }

        .travelSimScenesGrid {
            display: grid;
            grid-template-columns: repeat(2, 526px);
            justify-content: center;
            gap: 48px;
            margin-top: 38px;
        }

        .travelSimSceneCard {
            display: grid;
            grid-template-columns: 264px minmax(0, 1fr);
            align-items: stretch;
            width: 530px;
            height: 430px;
            overflow: hidden;
            border-radius: 10px;
            background: #ffffff;
            box-shadow: 0 16px 34px rgba(30, 32, 37, 0.08);
        }

        .travelSimSceneImage {
            position: relative;
            min-height: 430px;
            overflow: hidden;
            background: #f7f4f2;
        }

        .travelSimSceneImage picture {
            display: block;
            width: 100%;
            height: 100%;
        }

        .travelSimSceneImage img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
        }

        .travelSimSceneBody {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding: 32px;
        }

        .travelSimSceneTag {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            min-height: 26px;
            margin: 0;
            padding: 0 14px;
            border-radius: 999px;
            background: #df0009;
            color: #ffffff;
            font-size: 14px;
        }

        .travelSimSceneBody h3 {
            margin: 4px 0 0;
            color: #222222;
            font-size: 28px;
            font-weight: 700;
            line-height: 1.4;
            letter-spacing: -0.02em;
        }

        .travelSimSceneBody h3 span {
            color: #ed2e27;
        }

        .travelSimSceneBody h3 span.travelSimSceneBase {
            color: #222222;
        }

        .travelSimSceneBody h3 span.travelSimSceneAccent {
            color: #ef3128;
        }

        .travelSimSceneBody p {
            margin: 10px 0 0;
            color: #7a7a7a;
            font-size: 14px;
            line-height: 1.68;
            letter-spacing: -0.01em;
        }

        .travelSimSceneBody p:last-child {
            color: #666666;
            font-size: 16px;
            line-height: normal;
        }

        .travelSimCtaRow--center {
            display: flex;
            justify-content: center;
            margin: 60px 0;
        }

        .travelSimNoticeSection .travelSimNotice {
            margin-top: 24px;
        }

        .travelSimPricingSection {
            position: relative;
            z-index: 0;
            padding: 0px 0 80px;
            isolation: isolate;
        }

        .travelSimPricingSection::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            z-index: -1;
            width: 100vw;
            background: #ffffff;
            transform: translateX(-50%);
        }

        .travelSimPricing {
            margin-top: 0;
        }

        .travelSimPricingPanel {
            margin-top: 36px;
            padding: 34px 34px 30px;
            border: 1px solid #F0F0F0;
            border-radius: 14px;
            background: #FAFAFA;
        }

        .travelSimPricingLead {
            margin: 0;
            color: #1e1e1e;
            font-size: 29px;
            font-weight: 700;
            line-height: 1.45;
            letter-spacing: -0.03em;
        }

        .travelSimPricingLead span {
            color: #ef1d18;
        }

        .travelSimPricingNote {
            margin: 8px 0 0;
            color: #6c6661;
            font-size: 16px;
        }

        .travelSimPricingSearchStack {
            max-width: 620px;
            margin-top: 24px;
        }

        .travelSimPricingSearchRow {
            width: 100%;
        }

        .travelSimPricingSearchRow + .travelSimPricingSearchRow {
            margin-top: 12px;
        }

        .travelSimPricingFieldWrap {
            position: relative;
            width: 100%;
        }

        .travelSimPricingField {
            position: relative;
            display: block;
        }

        .travelSimPricingField input {
            width: 100%;
            height: 64px;
            padding: 0 132px 0 48px;
            border: 1px solid #e8e2dc;
            border-radius: 12px;
            background: #ffffff;
            color: #242424;
            font-size: 18px;
            line-height: 1;
            box-sizing: border-box;
        }

        .travelSimPricingField input::placeholder {
            color: #b8b0aa;
            font-size: 15px;
        }

        .travelSimPricingField input:focus,
        .travelSimPricingField.is-selected input {
            border-color: #ef1d18;
            box-shadow: 0 0 0 2px rgba(239, 29, 24, 0.07);
            outline: none;
        }

        .travelSimPricingFieldIcon {
            position: absolute;
            left: 18px;
            top: 50%;
            width: 16px;
            height: 16px;
            border: 2px solid #5f5954;
            border-radius: 999px;
            transform: translateY(-58%);
            pointer-events: none;
            box-sizing: border-box;
        }

        .travelSimPricingFieldIcon::after {
            content: "";
            position: absolute;
            right: -6px;
            bottom: -5px;
            width: 8px;
            height: 2px;
            border-radius: 999px;
            background: #5f5954;
            transform: rotate(45deg);
            transform-origin: center;
        }

        .travelSimPricingSearchButton {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            right: 12px;
            min-width: 96px;
            height: 40px;
            padding: 0 16px;
            border: 0;
            border-radius: 6px;
            background: #ef1d18;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
            cursor: pointer;
            transform: translateY(-50%);
        }

        .travelSimPricingSearchSuggestions {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            right: 0;
            z-index: 8;
            overflow: hidden;
            border: 1px solid #f0d9d5;
            border-radius: 10px;
            background: #ffffff;
            box-shadow: 0 16px 28px rgba(39, 33, 29, 0.10);
        }

        .travelSimPricingSearchSuggestion,
        .travelSimPricingSearchEmpty {
            width: 100%;
            padding: 12px 14px;
            box-sizing: border-box;
        }

        .travelSimPricingSearchSuggestion {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            border: 0;
            border-top: 1px solid #f6eeea;
            background: #ffffff;
            color: #292929;
            cursor: pointer;
            text-align: left;
        }

        .travelSimPricingSearchSuggestion:first-child {
            border-top: 0;
        }

        .travelSimPricingSearchSuggestion:hover {
            background: #fff7f6;
        }

        .travelSimPricingSearchSuggestionTerm {
            color: #292929;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.4;
        }

        .travelSimPricingSearchSuggestionTab {
            color: #ef1d18;
            font-size: 11px;
            font-weight: 700;
            line-height: 1.4;
            white-space: nowrap;
        }

        .travelSimPricingSearchEmpty {
            color: #7c736d;
            font-size: 12px;
            line-height: 1.6;
        }

        .travelSimPricingHitBox {
            max-width: 620px;
            margin-top: 8px;
            padding: 11px 12px 10px;
            border: 1px solid #f7dfdc;
            border-radius: 12px;
            background: #fff7f7;
            box-sizing: border-box;
        }

        .travelSimPricingHitText {
            margin: 0;
            display: grid;
            grid-template-columns: auto 1fr;
            align-items: start;
            column-gap: 12px;
            row-gap: 4px;
            color: #1f1f1f;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.35;
        }

        .travelSimPricingHitLabel {
            color: #ef1d18;
            white-space: nowrap;
        }

        .travelSimPricingHitNote {
            min-width: 0;
        }

        .travelSimPricingChipList {
            display: inline-flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            max-width: 100%;
            margin-top: 10px;
            padding: 8px;
            border: 1px solid #f7dfdc;
            border-radius: 10px;
            background: #ffffff;
            box-sizing: border-box;
        }

        .travelSimPricingChip {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 8px 14px;
            border: 1px solid #f2e5e2;
            border-radius: 8px;
            background: #ffffff;
            color: #1f1f1f;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.2;
            appearance: none;
            -webkit-appearance: none;
            box-shadow: none;
            cursor: pointer;
            transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
        }

        .travelSimPricingChip--accent {
            background: #fff0f0;
            border-color: #f7dfdc;
        }

        .travelSimPricingChip--static {
            cursor: default;
        }

        .travelSimPricingChip:hover,
        .travelSimPricingChip:focus-visible {
            border-color: #f0d1cc;
            background: #fff8f7;
            color: #171717;
            outline: none;
        }

        .travelSimPricingChip--accent:hover,
        .travelSimPricingChip--accent:focus-visible {
            background: #fcdeda;
            outline: none;
        }

        .travelSimPricingChip--static:hover,
        .travelSimPricingChip--static:focus-visible {
            border-color: #f2e5e2;
            background: #ffffff;
            color: #1f1f1f;
            outline: none;
        }

        .travelSimPricingChip--accent.travelSimPricingChip--static:hover,
        .travelSimPricingChip--accent.travelSimPricingChip--static:focus-visible {
            background: #fff0f0;
            border-color: #f7dfdc;
        }

        .travelSimVisuallyHidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        .travelSimPricingTabs {
            display: flex;
            gap: 12px;
            align-items: center;
            margin-bottom: 20px;
            max-width: 100%;
            padding: 8px;
            overflow-x: auto;
            border: 1px solid #f1eeea;
            border-radius: 8px;
            background: #faf9f7;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .travelSimPricingTabs::-webkit-scrollbar {
            display: none;
        }

        .travelSimPricingTab {
            display: inline-flex;
            flex: 1 1 0;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            padding: 8px 14px;
            border: 1px solid #ebe6e0;
            border-radius: 6px;
            background: #ffffff;
            color: #b8b1ab;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.01em;
            white-space: nowrap;
            box-sizing: border-box;
            box-shadow: 0 1px 2px rgba(34, 27, 22, 0.03);
            cursor: pointer;
            transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        }

        .travelSimPricingTab[data-pricing-tab="us-europe"] {
            flex: 2 1 0;
        }

        .travelSimPricingTab.is-active {
            border-color: #ff5b55;
            color: #ef1d18;
            box-shadow: none;
        }

        .travelSimPricingTab:hover,
        .travelSimPricingTab:focus-visible {
            border-color: #ddd6cf;
            color: #9e958e;
            background: #ffffff;
            outline: none;
        }

        .travelSimPricingTab.is-active:hover,
        .travelSimPricingTab.is-active:focus-visible {
            border-color: #ff5b55;
            color: #ef1d18;
        }

        .travelSimPricingTabPanels {
            display: grid;
        }

        .travelSimPricingTabPanel {
            display: none;
        }

        .travelSimPricingTabPanel.is-active {
            display: block;
        }

        .travelSimPricingResults {
            margin-top: 22px;
        }

        .travelSimPricingPlanGrid {
            display: flex;
            flex-wrap: wrap;
            gap: 17px;
        }

        .travelSimPricingPlanCard {
            flex: 1 0 230px;
            padding: 20px;
            border: 1px solid rgba(236, 234, 231, 0.98);
            border-radius: 8px;
            background: #FAFAFA;
        }

        .travelSimPricingPlanCard--charge {
            flex: 0 0 230px;
        }

        .travelSimPricingPlanDuration {
            margin: 0 0 10px;
            color: #1f1f1f;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.3;
        }

        .travelSimPricingPlanList {
            display: grid;
            gap: 8px;
        }

        .travelSimPricingPlanItem {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 20px;
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 1px 3px rgba(33, 27, 23, 0.06);
            height: 64px;
            border: 1px solid #F0F0F0
        }

        .travelSimPricingPlanData {
            color: #303030;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
        }

        .travelSimPricingPlanDataUnit {
            margin-left: 0.12em;
            font-size: 16px;
        }

        .travelSimPricingPlanPrice {
            color: #ef1d18;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            white-space: nowrap;
        }

        .travelSimPricingPlanPriceCurrency {
            font-size: 16px;
        }

        .travelSimPricingFootnotes {
            margin-top: 18px;
        }

        .travelSimPricingFootnotes p {
            margin: 0;
            color: #918983;
            font-size: 10px;
            line-height: 1.8;
        }

        .travelSimPricingRegions {
            display: grid;
            gap: 14px;
            margin-top: 18px;
        }

        .travelSimPricingRegions[hidden] {
            display: none;
        }

        .travelSimPricingRegionsToggle {
            display: none;
        }

        .travelSimPricingRegionsToggleText,
        .travelSimPricingRegionsToggleIcon {
            pointer-events: none;
        }

        .travelSimPricingAreaList {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 18px;
        }

        .travelSimPricingAreaList .country_item,
        .travelSimPricingAreaList .country_item ul {
            display: contents;
        }

        .travelSimPricingAreaList ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .travelSimPricingAreaList li {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            padding: 6px 10px;
            border: 1px solid #ece5df;
            border-radius: 999px;
            background: #ffffff;
            color: #5a5550;
            font-size: 11px;
            font-weight: 500;
            line-height: 1.2;
        }

        .travelSimPricingRegionTitle {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0;
            color: #242424;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.4;
        }

        .travelSimPricingRegionTitle::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 999px;
            background: #ef1d18;
            flex: 0 0 auto;
        }

        .travelSimPricingRegionChips {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 8px;
        }

        .travelSimPricingRegionChip {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            padding: 5px 16px;
            border: 1px solid #ece5df;
            border-radius: 999px;
            background: #ffffff;
            color: #5a5550;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.2;
        }

        .travelSimNotice {
            margin: 60px auto 0;
            background: #ffffff;
        }

        .travelSimNoticeHeading {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0;
            color: #1f1f1f;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.35;
            letter-spacing: -0.01em;
        }

        .travelSimNoticeHeading::before {
            content: "!";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            border: 2px solid #ef1d18;
            border-radius: 999px;
            color: #ef1d18;
            font-size: 13px;
            font-weight: 700;
            line-height: 1;
            box-sizing: border-box;
            flex: 0 0 auto;
        }

        .travelSimNoticeBody {
            margin-top: 12px;
            padding-top: 18px;
            border-top: 1px solid rgba(239, 29, 24, 0.75);
        }

        .travelSimNoticeList {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .travelSimNoticeItem {
            position: relative;
            padding-left: 22px;
            color: #242424;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            letter-spacing: 0.01em;
        }

        .travelSimNoticeItem::before {
            content: "";
            position: absolute;
            left: 6px;
            top: 0.5em;
            width: 8px;
            height: 8px;
            background: #ef1d18;
        }

        .travelSimNoticeItemLine {
            display: inline;
        }

        .travelSimNoticeExamples {
            margin-top: 12px;
            padding-left: 22px;
            color: #5d5753;
        }

        .travelSimNoticeExampleLabel {
            margin: 0;
            color: #6c6661;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.45;
            white-space: nowrap;
        }

        .travelSimNoticeExampleLabel--placeholder {
            visibility: hidden;
        }

        .travelSimNoticeExampleList {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .travelSimNoticeExampleItem {
            display: grid;
            grid-template-columns: auto 1fr;
            column-gap: 10px;
            align-items: start;
            color: #6c6661;
            font-size: 16px;
            line-height: 1.45;
        }

        .travelSimNoticeExampleItem + .travelSimNoticeExampleItem {
            margin-top: 2px;
        }

        .travelSimNoticeExampleText {
            display: block;
        }

        .travelSimNoticeExampleItem--note {
            margin-top: 2px;
        }

        .travelSimNoticeNote {
            margin: 0;
            color: #6c6661;
            font-size: 16px;
            line-height: 1.45;
        }

        .travelSimNotice--jp .travelSimNoticeItemLine {
            display: block;
        }

        .travelSimNotice--jp .travelSimNoticeExamples {
            margin-top: 8px;
            padding-left: 0;
        }

        .travelSimNotice--jp .travelSimNoticeExampleLabel,
        .travelSimNotice--jp .travelSimNoticeExampleText,
        .travelSimNotice--jp .travelSimNoticeNote {
            font-size: 15px;
            line-height: 1.5;
        }

        .travelSimNotice--jp .travelSimNoticeExampleItem {
            grid-template-columns: 30px 1fr;
            column-gap: 8px;
        }

        .travelSimNotice--tw .travelSimNoticeExamples {
            margin-top: 8px;
            padding-left: 0;
        }

        .travelSimNotice--tw .travelSimNoticeExampleLabel,
        .travelSimNotice--tw .travelSimNoticeExampleText,
        .travelSimNotice--tw .travelSimNoticeNote {
            font-size: 15px;
            line-height: 1.5;
        }

        .travelSimNotice--tw .travelSimNoticeExampleItem {
            grid-template-columns: 30px 1fr;
            column-gap: 18px;
        }

        .travelSimNotice--en .travelSimNoticeHeading {
            gap: 10px;
            font-size: 28px;
            line-height: 1.3;
            letter-spacing: -0.02em;
        }

        .travelSimNotice--en .travelSimNoticeHeading::before {
            width: 22px;
            height: 22px;
            font-size: 14px;
        }

        .travelSimNotice--en .travelSimNoticeBody {
            margin-top: 14px;
            padding-top: 24px;
        }

        .travelSimNotice--en .travelSimNoticeItem {
            padding-left: 26px;
            color: #37322e;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.55;
            letter-spacing: 0;
        }

        .travelSimNotice--en .travelSimNoticeItem::before {
            left: 8px;
            top: 0.45em;
            width: 10px;
            height: 10px;
        }

        .travelSimNotice--en .travelSimNoticeItemLine {
            display: block;
        }

        .travelSimNotice--en .travelSimNoticeExamples {
            margin-top: 12px;
            padding-left: 0;
            color: #706a64;
        }

        .travelSimNotice--en .travelSimNoticeExampleLabel {
            margin: 0 0 6px;
            color: #78716b;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.4;
            white-space: normal;
        }

        .travelSimNotice--en .travelSimNoticeExampleList {
            padding-left: 14px;
            list-style: disc;
        }

        .travelSimNotice--en .travelSimNoticeExampleItem {
            display: list-item;
            color: #706a64;
            font-size: 16px;
            line-height: 1.5;
        }

        .travelSimNotice--en .travelSimNoticeExampleItem::marker {
            color: #706a64;
        }

        .travelSimNotice--en .travelSimNoticeExampleItem + .travelSimNoticeExampleItem {
            margin-top: 4px;
        }

        .travelSimNotice--en .travelSimNoticeExampleItem--note {
            margin-top: 6px;
            list-style: none;
        }

        .travelSimNotice--en .travelSimNoticeNote {
            color: #706a64;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
        }

        .travelSimUsageSection {
            position: relative;
            z-index: 0;
            padding: 80px 0 40px;
            isolation: isolate;
        }

        .travelSimUsageSection::before {
            content: "";
            position: absolute;
            inset: 0;
            left: 50%;
            z-index: -1;
            width: 100vw;
            background: #FAFAFA;
            transform: translateX(-50%);
        }

        .travelSimUsage {
            max-width: 1100px;
            margin: 0 auto;
        }

        .travelSimUsageTitleBox {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
        }

        .travelSimUsageTitleBox--lineOnly {
            gap: 0;
        }

        .travelSimUsageTitleBox::after {
            content: "";
            width: 44px;
            height: 4px;
            border-radius: 999px;
            background: #ef1d18;
        }

        .travelSimUsageTitleBox h2 {
            margin: 0;
            padding: 0;
            color: #1f1f1f;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.25;
            text-align: center;
            letter-spacing: -0.03em;
        }

        .travelSimUsageLeadBox {
            max-width: 760px;
            margin: 38px auto 0;
            padding: 0 12px;
            text-align: center;
            box-sizing: border-box;
        }

        .travelSimUsageLeadBox--lineOnly {
            margin-top: 18px;
        }

        .travelSimUsageLeadBox h3 {
            margin: 0;
            color: #202020;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.42;
        }

        .travelSimUsageLeadBox h3 span {
            color: #ef1d18;
        }

        .travelSimUsageLeadBox p {
            margin: 16px 0 0;
            color: #4a4a4a;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.65;
        }

        .travelSimUsageJourney {
            margin-top: 30px;
            padding: 10px 0 0;
        }

        .travelSimUsageFootnotes {
            margin-top: 40px;
            font-size: 16px;
            text-align: center;
        }

        .travelSimUsageFootnotes p {
            margin: 0;
        }

        .travelSimCtaRow--usageFootnotes {
            margin-top: 40px;
        }

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

        .travelSimUsageStep {
            position: relative;
        }

        .travelSimUsageConnector {
            position: absolute;
            right: -28px;
            top: 50%;
            z-index: 2;
            width: 18px;
            height: 18px;
            color: #ef1d18;
            font-size: 0;
            line-height: 0;
            transform: translateY(-50%);
        }

        .travelSimUsageConnector::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 12px;
            height: 12px;
            border-top: 3px solid currentColor;
            border-right: 3px solid currentColor;
            transform: translate(-50%, -50%) rotate(45deg);
            box-sizing: border-box;
        }

        .travelSimUsageCard {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 12px 0 0;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

        .travelSimUsageCardHead {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            padding: 0 20px;
            margin: 0 0 18px;
        }

        .travelSimUsageMonth {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 42px;
            padding: 0 16px;
            border-radius: 999px;
            background: #ef1d18;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
            white-space: nowrap;
            flex: 0 0 auto;
            transform: none;
        }

        .travelSimUsageCountry {
            margin: 0;
            color: #1f1f1f;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.3;
        }

        .travelSimUsageImage {
            aspect-ratio: 295 / 167;
            border-radius: 12px 12px 0 0;
            background: #eff2f5;
            overflow: hidden;
        }

        .travelSimUsageImage img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .travelSimUsageContent {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            padding: 24px;
            border: 1px solid #f1ece7;
            border-top: 0;
            border-radius: 0 0 14px 14px;
            background: #ffffff;
            box-shadow: 0 18px 32px rgba(39, 33, 29, 0.08);
            box-sizing: border-box;
        }

        .travelSimUsageCardTitle {
            margin: 0;
            color: #212121;
            font-size: 24px;
            font-weight: 700;
        }

        .travelSimUsageCardText {
            margin: 14px 0 0;
            color: #5f5954;
            font-size: 16px;
            line-height: 1.5;
        }

        .travelSimUsageDetail {
            margin-top: auto;
            padding-top: 35px;
            text-align: center;
        }

        .travelSimUsageDetailImageWrap {
            width: 100%;
            max-width: 247px;
            margin: 0 auto;
        }

        .travelSimUsageDetailImage {
            display: block;
            width: 100%;
            height: auto;
        }

        .travelSimUsageReuseBox {
            margin-top: auto;
            padding: 14px;
            border-radius: 12px;
            background: #fbf8f6;
            text-align: center;
        }

        .travelSimUsageReuseLead {
            margin: 0;
            color: #1f1f1f;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.45;
        }

        .travelSimUsageReuseText {
            margin: 12px 0 0;
            color: #ef1d18;
            font-size: 11px;
            font-weight: 700;
            line-height: 1.6;
        }

        .travelSimUsageReuseIcon {
            position: relative;
            width: 38px;
            height: 38px;
            margin: 12px auto 8px;
            border: 3px solid #ef1d18;
            border-radius: 999px;
            box-sizing: border-box;
        }

        .travelSimUsageReuseIcon::before,
        .travelSimUsageReuseIcon::after {
            content: "";
            position: absolute;
            width: 9px;
            height: 9px;
            border-top: 3px solid #ef1d18;
            border-right: 3px solid #ef1d18;
        }

        .travelSimUsageReuseIcon::before {
            right: -2px;
            top: 2px;
            transform: rotate(35deg);
        }

        .travelSimUsageReuseIcon::after {
            left: -2px;
            bottom: 2px;
            transform: rotate(-145deg);
        }

        .travelSimUsageReuseValueLabel {
            margin: 0;
            color: #4d4743;
            font-size: 12px;
            font-weight: 700;
            line-height: 1.4;
        }

        .travelSimUsageReuseValue {
            margin: 4px 0 0;
            color: #ef1d18;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.1;
        }

        .travelSimUsageReuseValue span {
            font-size: 15px;
        }

        .travelSimUsageReuseDisk {
            display: block;
            width: 56px;
            height: 18px;
            margin: 0 auto 10px;
            border-radius: 999px;
            background: linear-gradient(180deg, #ef1d18 0%, #c20f0a 100%);
            box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.12);
        }

        .travelSimHowToSection {
            position: relative;
            z-index: 0;
            padding: 80px 0;
            isolation: isolate;
        }

        .travelSimHowToSection::before {
            content: "";
            position: absolute;
            inset: 0;
            left: 50%;
            z-index: -1;
            width: 100vw;
            background: #ffffff;
            transform: translateX(-50%);
        }

        .travelSimHowTo {
            max-width: 1100px;
            margin: 0 auto;
        }

        .travelSimHowToGrid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            justify-content: center;
            gap: 28px;
            margin-top: 40px;
        }

        .travelSimHowToStep {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .travelSimHowToStep::after {
            content: "";
            position: absolute;
            right: -19px;
            top: 172px;
            width: 12px;
            height: 12px;
            color: #ef1d18;
            border-top: 3px solid currentColor;
            border-right: 3px solid currentColor;
            transform: rotate(45deg);
            box-sizing: border-box;
        }

        .travelSimHowToStep:last-child::after {
            content: none;
        }

        .travelSimHowToLabel {
            display: inline-block;
            margin: 0;
            color: #ef1d18;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.2;
        }

        .travelSimHowToVisual {
            display: flex;
            justify-content: center;
            min-height: 146px;
            margin: 10px 0 18px;
        }

        .travelSimHowToImage {
            display: block;
            width: 175px;
            height: auto;
        }

        .travelSimHowToTitle {
            margin: 0;
            color: #202020;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.45;
            letter-spacing: -0.02em;
        }

        .travelSimHowToText {
            width: 92%;
            margin: 14px auto 0;
            color: #6a635e;
            font-size: 16px;
            text-align: left;
        }

        .travelSimBottomCtaSection {
            margin-right: calc(50% - 50vw);
            margin-left: calc(50% - 50vw);
            background: #4b4032;
        }

        .travelSimBottomCtaPanel {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 80px 24px;
            background: #4b4032;
            text-align: center;
            isolation: isolate;
        }

        .travelSimBottomCtaPanel::before {
            content: "";
            position: absolute;
            inset: 0 0 -8px;
            background: url("/img/travelsimapplication/lp/footerbg.png") center top / cover no-repeat;
            pointer-events: none;
        }

        .travelSimBottomCtaPanel > * {
            position: relative;
            z-index: 2;
        }

        .travelSimBottomCtaHeadline {
            margin: 0;
            color: #ffffff;
            font-size: 40px;
            font-weight: 700;
        }

        .travelSimBottomCtaHeadline span {
            display: block;
        }

        .travelSimBottomCtaNote {
            margin: 4px 0 0;
            color: rgba(255, 255, 255, 0.94);
            font-size: 16px;
        }

        .travelSimBottomCtaButton {
            width: min(350px, 100%);
            height: 64px;
            margin-top: 24px;
            font-size: 20px;
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
        }

        .travelSimFlow {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 28px;
        }

        @media screen and (max-width: 1100px) {
            .travelSimHeroShell {
                min-height: 620px;
            }

            .travelSimHeroCopy {
                width: min(46%, 480px);
                min-height: 620px;
                padding: 56px 20px 44px 44px;
            }

            .travelSimHeroBackdrop {
                width: clamp(760px, 82vw, 980px);
                opacity: 0.58;
            }

            .travelSimHeroDevice {
                right: -44px;
                width: min(50%, 640px);
            }

            .travelSimHeadline {
                font-size: 54px;
            }

            .travelSimDescription {
                font-size: 16px;
            }

            .travelSimCta--hero {
                width: min(320px, 100%);
                height: 68px;
                font-size: 24px;
            }

           

            .travelSimMeritsInner {
                grid-template-columns: minmax(0, 1fr) 440px;
                gap: 24px;
            }

            .travelSimMeritBody h3 {
                font-size: 20px;
            }

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

            .travelSimSceneCard {
                width: auto;
                height: auto;
                min-height: 400px;
            }

            .travelSimSceneImage {
                min-height: 400px;
            }

        }

        @media screen and (max-width: 980px) {
            .travelSimHero .wrapper,
            .travelSimBody .wrapper {
                padding-bottom: 48px;
            }

            .travelSimBody .wrapper {
                padding-bottom: 0;
            }

            .travelSimCtaRow--hideOnSp {
                display: none;
            }

            .travelSimHeroShell {
                border-radius: 24px;
            }

            .travelSimHeroBackdrop {
                width: clamp(700px, 88vw, 860px);
                opacity: 0.52;
            }

            .travelSimHeroDevice {
                right: -56px;
                width: min(48%, 540px);
            }

            .travelSimHeadline {
                font-size: 48px;
            }

            .travelSimMeritsSection {
                padding: 56px 24px 60px;
            }

            .travelSimMeritsSection::after {
                content: none;
            }

            .travelSimMeritsInner {
                grid-template-columns: 1fr;
                align-items: start;
                gap: 28px;
            }

            .travelSimMeritsContent {
                display: block;
            }

            .travelSimMeritsList,
            .travelSimMeritsVisual {
                max-width: 540px;
            }

            .travelSimMeritsList {
                height: auto;
                grid-auto-rows: auto;
            }

            .travelSimMeritCard {
                height: auto;
            }

            .travelSimMeritsVisual {
                justify-self: start;
                height: auto;
                margin-top: 12px;
                padding-top: 28px;
            }

            .travelSimMeritsVisual::before {
                right: 0;
                width: 312px;
                height: 168px;
                opacity: 0.24;
            }

            .travelSimMeritsVisual img {
                height: auto;
            }

            .travelSimScenesGrid {
                grid-template-columns: 1fr;
            }

            .travelSimPricingPanel {
                padding: 28px 24px 24px;
            }

            .travelSimPricingPlanCard {
                flex: 1 1 calc(50% - 5px);
                max-width: calc(50% - 5px);
            }

            .travelSimNoticeHeading {
                font-size: 22px;
            }

            .travelSimUsageJourney {
                padding: 24px 16px 20px;
            }

            .travelSimUsageGrid {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .travelSimUsageConnector {
                left: 50%;
                right: auto;
                top: auto;
                bottom: -26px;
                transform: translateX(-50%) rotate(90deg);
            }

            .travelSimHowToGrid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 34px 24px;
            }

            .travelSimHowToStep {
                min-height: 0;
            }

            .travelSimHowToStep::after {
                content: none;
            }

        }

        @media screen and (max-width: 800px) {
            .travelSimLp br.sp {
                display: block;
            }

            .travelSimLp {
                overflow-x: clip;
            }

            .travelSimHero .wrapper {
                padding-top: 0;
                padding-bottom: 0px;
            }

            .travelSimBody .wrapper {
                display: flex;
                flex-direction: column;
                padding-bottom: 0;
            }

            .travelSimPricingSection::before,
            .travelSimUsageSection::before,
            .travelSimHowToSection::before {
                left: 0;
                width: auto;
                transform: none;
            }

            .travelSimBottomCtaSection {
                margin-right: 0;
                margin-left: 0;
            }

            .travelSimMeritsSection::before {
                left: 0;
                right: 0;
                width: auto;
                transform: none;
            }

            .travelSimHeroShell {
                display: flex;
                flex-direction: column;
                min-height: 0;
                border-radius: 0;
            }

            .travelSimHeroCopy {
                align-items: stretch;
                width: auto;
                order: 2;
                min-height: 0;
                justify-content: flex-start;
                padding: 28px 20px 32px;
                text-align: left;
            }

            .travelSimHeroLogo {
                width: 188px;
            }

            .travelSimHeadline {
                margin-top: 18px;
                max-width: 320px;
                font-size: 46px;
                line-height: 1.08;
                letter-spacing: -0.02em;
            }

            .travelSimDescription {
                max-width: 300px;
                margin-top: 12px;
                font-size: 1.2rem;
                line-height: 1.65;
            }

            .travelSimHeroBadges {
                width: 220px;
                gap: 10px;
                margin-top: 22px;
            }

            .travelSimHeroBadge {
                gap: 5px;
                padding: 10px 8px;
                min-height: 0;
                overflow: hidden;
            }

            .travelSimHeroBadgeIcon {
                width: 20px;
                height: 20px;
            }

            .travelSimHeroBadgeText {
                font-size: 11px;
                line-height: 1.25;
            }

            .travelSimCtaRow {
                margin-top: 20px;
            }

            .travelSimCta--hero {
                width: 100%;
                max-width: 340px;
                height: 60px;
                padding: 0 62px;
                font-size: 16px;
            }

            .travelSimCta--hero::before {
                right: 18px;
                width: 20px;
                height: 20px;
            }

            .travelSimCta--hero::after {
                right: 25px;
                width: 5px;
                height: 5px;
                border-top-width: 2px;
                border-right-width: 2px;
            }

            .travelSimHeroVisual {
                order: 1;
                position: relative;
                inset: auto;
                min-height: 300px;
                overflow: hidden;
            }

            .travelSimHeroBackdrop {
                right: -40px;
                width: auto;
                height: 100%;
                opacity: 0.62;
            }

            .travelSimHeroDevice {
                right: -8px;
                width: 88%;
                max-width: 480px;
            }

            .travelSimHeroShell .travelSimHeroCopy {
                order: 1;
                padding: 18px 16px 0;
            }

            .travelSimHeroShell .travelSimHeroLogo {
                width: 188px;
            }

            .travelSimHeroShell .travelSimHeadline {
                margin-top: 14px;
                max-width: 340px;
                font-size: 44px;
                line-height: 1.18;
                letter-spacing: 0;
            }

            .travelSimHeroShell .travelSimDescription {
                max-width: fit-content;
                margin-top: 16px;
                font-size: 16px;
                line-height: 1.7;
            }

            .travelSimHeroShell .travelSimHeroCircleImage {
                display: none;
                margin-top: 14px;
            }

            .travelSimHeroShell .travelSimHeroBadges--hideOnJpSp,
            .travelSimHeroShell .travelSimCtaRow--hideOnJpSp {
                display: none;
            }

            .travelSimHeroShell .travelSimHeroVisual {
                order: 2;
                min-height: 0;
                margin-top: -8px;
                overflow: visible;
                pointer-events: auto;
            }

            .travelSimHeroShell .travelSimHeroDeviceWrap {
                position: relative;
                width: 100%;
            }

            .travelSimHeroShell .travelSimHeroBackdrop {
                display: none;
            }

            .travelSimHeroShell .travelSimHeroDevice {
                position: relative;
                right: auto;
                bottom: auto;
                display: block;
                width: 100%;
                max-width: none;
            }

            .travelSimHeroShell .travelSimHeroMobileFooter {
                position: absolute;
                right: 16px;
                bottom: 11%;
                left: 16px;
                z-index: 3;
                display: block;
            }

            .travelSimHeroShell .travelSimHeroBadges--jpSp {
                display: none;
            }

            .travelSimHeroShell .travelSimHeroBadges--jpSp .travelSimHeroBadge {
                gap: 6px;
                padding: 14px 10px 12px;
            }

            .travelSimHeroShell .travelSimHeroBadges--jpSp .travelSimHeroBadgeIcon {
                width: 22px;
                height: 22px;
            }

            .travelSimHeroShell .travelSimHeroBadges--jpSp .travelSimHeroBadgeText {
                font-size: 14px;
                line-height: 1.28;
            }

            .travelSimHeroShell .travelSimHeroBadges--jpSp .travelSimHeroBadgeNumber {
                font-size: 20px;
            }

            .travelSimHeroShell .travelSimCtaRow--heroSp {
                margin-top: 0;
                display: flex;
                justify-content: center;
            }

            .travelSimHeroShell .travelSimCta--hero {
                width: 90%;
                max-width: none;
                height: 14vw;
                padding: 0 56px;
                font-size: 18px;
            }

        
            .travelSimMeritsSection {
                order: 1;
                padding: 34px 14px 40px;
            }

            .travelSimMeritsSection::after {
                content: none;
            }

            .travelSimMeritsInner {
                gap: 18px;
                max-width: 362px;
            }

            .travelSimMeritsTitle {
                display: block;
                margin: 0 0 18px;
                padding-bottom: 14px;
                font-size: 30px;
                line-height: 1.18;
                text-align: center;
            }

            .travelSimMeritsTitle::after {
                left: 50%;
                width: 24px;
                height: 4px;
                transform: translateX(-50%);
            }

            .travelSimMeritsList {
                gap: 14px;
            }

            .travelSimMeritCard {
                grid-template-columns: 50px minmax(0, 1fr);
                gap: 14px;
                padding: 14px 16px 18px;
                border-radius: 14px;
                box-shadow: none;
            }

            .travelSimMeritIcon {
                min-height: 50px;
            }

            .travelSimMeritIcon img {
                max-width: 40px;
                max-height: 40px;
            }

            .travelSimMeritPoint {
                font-size: 14px;
            }

            .travelSimMeritBody h3 {
                margin-top: 6px;
                font-size: 19px;
                line-height: 1.42;
                letter-spacing: -0.01em;
            }

            .travelSimMeritBody p:last-child {
                margin-top: 10px;
                font-size: 14px;
                line-height: 1.7;
            }

            .travelSimMeritsVisual {
                width: 100%;
                max-width: none;
                margin-top: 2px;
                padding-top: 0;
                aspect-ratio: 336 / 180;
                overflow: hidden;
                border-radius: 16px;
            }

            .travelSimMeritsVisual::before {
                content: none;
            }

            .travelSimMeritsVisual img {
                height: 100%;
                border-radius: 16px;
                box-shadow: none;
            }

            .travelSimScenes {
                order: 2;
                max-width: 100%;
                padding-top: 40px;
            }

            .travelSimScenesIntro {
                padding-bottom: 40px;
            }

            .travelSimScenesIntro::before {
                top: -40px;
            }

            .travelSimSectionHeading {
                font-size: 32px;
                line-height: 1.35;
            }

            .travelSimHeadingAccent {
                width: 28px;
                height: 3px;
                margin-top: 10px;
            }

            .travelSimScenesGrid {
                gap: 24px;
                margin-top: 40px;
                padding: 0 20px;
            }

            .travelSimSceneCard {
                grid-template-columns: 1fr;
                border-radius: 10px;
                box-shadow: 0 10px 24px rgba(30, 32, 37, 0.07);
            }

            .travelSimSceneImage {
                min-height: 0;
            }

            .travelSimSceneImage picture {
                height: auto;
            }

            .travelSimSceneImage img {
                height: auto;
                object-fit: contain;
                object-position: center center;
            }

            .travelSimSceneBody {
                padding: 20px 18px 22px;
            }

            .travelSimSceneTag {
                font-size: 14px;
                padding: 4px 24px;
            }

            .travelSimSceneBody h3 {
                margin-top: 12px;
                font-size: 24px;
            }

            .travelSimSceneBody p {
                margin-top: 12px;
                color: #7a7a7a;
                font-size: 14px;
                line-height: 1.72;
            }

            .travelSimSceneBody p:last-child {
                font-size: 14px;
            }

            .travelSimCtaRow--center {
                order: 2;
                margin: 40px 0 0px;
            }

            .travelSimPricingSection {
                order: 3;
                background-color: white;
                padding: 20px 0;
            }

            .travelSimNotice {
                order: 4;
            }

            .travelSimUsageSection {
                order: 5;
            }

            .travelSimHowToSection {
                order: 6;
            }

            .travelSimPricing,
            .travelSimUsage,
            .travelSimHowTo {
                box-sizing: border-box;
                padding-right: 20px;
                padding-left: 20px;
            }

            .travelSimPricingPanel {
                margin-top: 20px;
                padding: 18px 14px 16px;
                border-radius: 10px;
                border-color: #f0f0f0;
                background: #fafafa;
                box-shadow: none;
            }

            .travelSimPricingLead {
                font-size: 24px;
            }

            .travelSimPricingSearchStack {
                margin-top: 14px;
            }

            .travelSimPricingSearchRow {
                width: 100%;
            }

            .travelSimPricingSearchSuggestions {
                gap: 6px;
                padding: 6px;
                border-radius: 8px;
            }

            .travelSimPricingSearchSuggestion,
            .travelSimPricingSearchEmpty {
                padding: 0;
            }

            .travelSimPricingField input {
                height: 52px;
                padding: 0 92px 0 36px;
                border-radius: 8px;
                font-size: 1.05rem;
            }

            .travelSimPricingFieldIcon {
                left: 12px;
                width: 10px;
                height: 10px;
            }

            .travelSimPricingFieldIcon::after {
                right: -4px;
                bottom: -3px;
                width: 5px;
            }

            .travelSimPricingSearchButton {
                right: 8px;
                min-width: 72px;
                height: 36px;
                padding: 0 12px;
                border-radius: 6px;
                font-size: 1rem;
            }

            .travelSimPricingSearchSuggestionTerm,
            .travelSimPricingSearchSuggestionTab {
                min-height: 24px;
                padding: 4px 8px;
                font-size: 1rem;
            }

            .travelSimPricingSearchEmpty {
                padding: 2px 4px;
                font-size: 0.95rem;
            }

            .travelSimPricingHitBox {
                margin-top: 8px;
                padding: 9px 10px 10px;
                border-radius: 12px;
            }

            .travelSimPricingHitText {
                grid-template-columns: auto 1fr;
                column-gap: 10px;
                row-gap: 2px;
                font-size: 14px;
                line-height: 1.4;
            }

            .travelSimPricingHitLabel {
                align-self: start;
            }

            .travelSimPricingChipList {
                gap: 8px;
                margin-top: 10px;
                padding: 8px;
            }

            .travelSimPricingChip {
                min-height: 38px;
                padding: 8px 12px;
                border-radius: 8px;
                font-size: 14px;
            }

            .travelSimPricingChip--accent {
                background: #fff0f0;
            }

            .travelSimPricingResults {
                margin-top: 16px;
            }

            .travelSimPricingTabs {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                grid-auto-rows: minmax(36px, auto);
                gap: 8px;
                margin-bottom: 14px;
                padding: 12px;
                overflow: visible;
                border-radius: 10px;
               background: #FAFAFA;
            }

            .travelSimPricingTab {
                width: 100%;
                min-width: 0;
                height: 100%;
                min-height: 36px;
                padding: 8px 10px;
                border-width: 1px;
                border-radius: 8px;
                background: #ffffff;
                box-shadow: none;
                color: #bcb5ae;
                font-size: 13px;
                line-height: 1.15;
                white-space: normal;
                text-align: center;
                word-break: keep-all;
                overflow-wrap: break-word;
            }

            .travelSimPricingTab .sp {
                display: none;
            }

            .travelSimPricingTab[data-pricing-tab="us-europe"] {
                grid-column: 1 / span 2;
                grid-row: 3;
            }

            .travelSimPricingTab.is-active {
                border-color: #ef1d18;
                color: #ef1d18;
                box-shadow: none;
            }

            .travelSimPricingPlanGrid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 14px 12px;
            }

            .travelSimPricingPlanCard {
                flex: 1 1 100%;
                max-width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 12px;
                padding: 16px;
                border-radius: 8px;
                background: #FAFAFA;
            }

            .travelSimPricingPlanCard--charge {
                grid-column: 1 / -1;
                flex-direction: column;
                align-items: stretch;
            }

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) {
                display: block;
                padding: 14px;
                border: 1px solid #ece7e1;
                border-radius: 10px;
                background: #f8f7f5;
            }

            .travelSimPricingPlanDuration {
                flex-shrink: 0;
                width: 56px;
                margin-bottom: 0;
                font-size: 18px;
                text-align: center;
            }

            .travelSimPricingPlanCard--charge .travelSimPricingPlanDuration {
                width: auto;
                margin-bottom: 8px;
                font-size: 18px;
                text-align: left;
            }

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) .travelSimPricingPlanDuration {
                width: auto;
                margin: 0 0 12px;
                font-size: 16px;
                line-height: 1.15;
                text-align: left;
            }

            .travelSimPricingPlanList {
                flex: 1;
                min-width: 0;
            }

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) .travelSimPricingPlanList {
                display: grid;
                gap: 12px;
            }

            .travelSimPricingPlanItem {
                padding: 9px 10px;
                border-radius: 5px;
                box-shadow: none;
                height: auto;
                
            } 　

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) .travelSimPricingPlanItem {
                min-height: 0;
                gap: 8px;
                padding: 10px 12px;
                border: 1px solid #ebe5df;
                border-radius: 10px;
                background: #ffffff;
                box-shadow: 0 1px 2px rgba(33, 27, 23, 0.04);
            }

            .travelSimPricingPlanData {
                font-size: 20px;
            }

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) .travelSimPricingPlanData {
                min-width: 0;
                font-size: 17px;
                line-height: 1.15;
            }

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) .travelSimPricingPlanDataUnit {
                font-size: 14px;
            }

            .travelSimPricingPlanPrice {
                font-size: 20px;
            }

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) .travelSimPricingPlanPrice {
                min-width: 0;
                font-size: 17px;
                line-height: 1.15;
            }

            .travelSimPricingPlanCard:not(.travelSimPricingPlanCard--charge) .travelSimPricingPlanPriceCurrency {
                font-size: 13px;
            }

            .travelSimPricingFootnotes {
                margin-top: 12px;
            }

            .travelSimPricingFootnotes p {
                font-size: 13px;
                line-height: 1.65;
            }

            .travelSimPricingRegions {
                gap: 20px;
            }

            .travelSimPricingRegionsToggle {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                margin: 14px 0 0 auto;
                padding: 0;
                border: 0;
                background: transparent;
                color: #ef1d18;
                font-size: 1.05rem;
                font-weight: 700;
                line-height: 1.4;
                text-align: left;
                cursor: default;
                appearance: none;
            }

            .travelSimPricingRegionsToggleIcon {
                position: relative;
                width: 10px;
                height: 10px;
                border-right: 2px solid currentColor;
                border-bottom: 2px solid currentColor;
                top: -2px;
                transform: rotate(45deg) translateY(-1px);
                transform-origin: center;
                transition: transform 0.2s ease;
                box-sizing: border-box;
                flex: 0 0 auto;
            }

            .travelSimPricingRegionsToggle[aria-expanded="true"] .travelSimPricingRegionsToggleIcon {
                top: 1px;
                transform: rotate(-135deg) translateY(-1px);
            }

            .travelSimPricingAreaList {
                gap: 6px;
            }

            .travelSimPricingRegionChips {
                gap: 6px;
            }

            .travelSimNotice {
                margin-top: 34px;
            }

            .travelSimNoticeHeading {
                gap: 6px;
                font-size: 1.6rem;
                line-height: 1.45;
            }

            .travelSimNoticeHeading::before {
                width: 18px;
                height: 18px;
                border-width: 2px;
            }

            .travelSimNoticeBody {
                margin-top: 8px;
                padding-top: 12px;
            }

            .travelSimNoticeItem {
                padding-left: 14px;
                font-size: 0.98rem;
                line-height: 1.6;
            }

            .travelSimNoticeItem::before {
                left: 1px;
                width: 5px;
                height: 5px;
            }

            .travelSimNoticeExamples {
                margin-top: 6px;
                padding-left: 14px;
            }

            .travelSimNoticeExampleLabel,
            .travelSimNoticeExampleText,
            .travelSimNoticeNote {
                font-size: 0.88rem;
                line-height: 1.6;
            }

            .travelSimNoticeExampleItem {
                column-gap: 8px;
            }

            .travelSimNotice--jp .travelSimNoticeExamples {
                margin-top: 6px;
                padding-left: 0;
            }

            .travelSimNotice--jp .travelSimNoticeExampleLabel,
            .travelSimNotice--jp .travelSimNoticeExampleText,
            .travelSimNotice--jp .travelSimNoticeNote {
                font-size: 0.88rem;
                line-height: 1.55;
            }

            .travelSimNotice--jp .travelSimNoticeExampleItem {
                grid-template-columns: 26px 1fr;
            }

            .travelSimNotice--en .travelSimNoticeHeading {
                font-size: 1.95rem;
            }

            .travelSimNotice--en .travelSimNoticeHeading::before {
                width: 18px;
                height: 18px;
                font-size: 1rem;
            }

            .travelSimNotice--en .travelSimNoticeBody {
                margin-top: 10px;
                padding-top: 14px;
            }

            .travelSimNotice--en .travelSimNoticeItem {
                padding-left: 20px;
                font-size: 1.2rem;
                line-height: 1.55;
            }

            .travelSimNotice--en .travelSimNoticeItem::before {
                left: 1px;
                width: 7px;
                height: 7px;
            }

            .travelSimNotice--en .travelSimNoticeExamples {
                margin-top: 10px;
                padding-left: 0;
            }

            .travelSimNotice--en .travelSimNoticeExampleLabel,
            .travelSimNotice--en .travelSimNoticeExampleText,
            .travelSimNotice--en .travelSimNoticeNote {
                font-size: 1.05rem;
                line-height: 1.5;
            }

            .travelSimNotice--en .travelSimNoticeExampleList {
                padding-left: 14px;
            }

            .travelSimNotice--en .travelSimNoticeExampleItem {
                display: list-item;
            }

            .travelSimUsageSection {
                padding: 56px 0 40px;
            }

            .travelSimUsageTitleBox {
                gap: 12px;
            }

            .travelSimUsageTitleBox--lineOnly {
                gap: 0;
            }

            .travelSimUsageTitleBox::after {
                width: 36px;
                height: 3px;
            }

            .travelSimUsageTitleBox h2 {
                font-size: 32px;
            }

            .travelSimUsageLeadBox {
                margin-top: 30px;
                padding: 0 ;
                text-align: left;
            }

            .travelSimUsageLeadBox--lineOnly {
                margin-top: 16px;
                text-align: center;
            }

            .travelSimUsageLeadBox h3 {
                font-size: 24px;
            }

            .travelSimUsageLeadBox--lineOnly h3 {
                font-size: 22px;
            }

            .travelSimUsageJourney {
                margin-top: 22px;
                margin-right: -20px;
                padding: 18px 0 0;
                overflow-x: auto;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch;
                overscroll-behavior-x: contain;
                scrollbar-width: none;
                scroll-snap-type: x mandatory;
            }

            .travelSimUsageJourney::-webkit-scrollbar {
                display: none;
            }

            .travelSimUsageFootnotes {
                font-size: 14px;
                text-align: left;
            }

            .travelSimCtaRow--usageFootnotes {
                margin-top: 22px;
                padding: 0;
                justify-content: center;
            }

            .travelSimUsageGrid {
                width: max-content;
                grid-template-columns: none;
                grid-auto-flow: column;
                grid-auto-columns: min(286px, calc(100vw - 64px));
                gap: 24px;
                padding-right: 20px;
            }

            .travelSimUsageStep {
                scroll-snap-align: start;
                scroll-snap-stop: always;
            }

            .travelSimUsageConnector {
                display: none;
            }

            .travelSimUsageCardHead {
                gap: 8px;
                padding: 0 14px;
            }

            .travelSimUsageMonth {
                height: 38px;
                padding: 0 14px;
                font-size: 16px;
            }

            .travelSimUsageImage {
                margin: 0 ;
                border-radius: 10px 10px 0 0;
            }

            .travelSimUsageCardTitle {
                font-size: 20px;
            }

            .travelSimUsageDetail {
                padding-top: 14px;
            }

            .travelSimUsageReuseBox {
                padding: 12px 10px 12px;
            }

            .travelSimUsageReuseLead {
                font-size: 1.2rem;
            }

            .travelSimUsageFlowLabel,
            .travelSimUsageReuseValueLabel {
                font-size: 1rem;
            }

            .travelSimUsageReuseText {
                font-size: 1rem;
            }

            .travelSimUsageReuseValue {
                font-size: 1.8rem;
            }

            .travelSimUsageReuseValue span {
                font-size: 1.2rem;
            }

            .travelSimUsageReuseDisk {
                width: 48px;
                height: 16px;
            }

            .travelSimHowToSection {
                padding: 48px 0 44px;
            }

            .travelSimHowToGrid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                margin-top: 30px;
                gap: 34px 18px;
            }

            .travelSimHowToStep {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .travelSimHowToStep::after {
                content: none;
            }

            .travelSimHowToLabel {
                margin: 0 0 8px;
                font-size: 15px;
                line-height: 1.2;
            }

            .travelSimHowToVisual {
                justify-content: center;
                align-items: center;
                min-height: 112px;
                margin: 0;
            }

            .travelSimHowToImage {
                width: 108px;
            }

            .travelSimHowToTitle {
                margin-top: 10px;
                font-size: 17px;
                line-height: 1.35;
            }

            .travelSimHowToText {
                width: 100%;
                margin: 8px 0 0;
                color: #5f5954;
                font-size: 13px;
                line-height: 1.6;
                text-align: left;
            }

            .travelSimBottomCtaPanel {
                min-height: 300px;
                padding: 44px 20px 40px;
            }

            .travelSimBottomCtaPanel::before {
                background-position: center top;
                background-size: cover;
            }

            .travelSimBottomCtaHeadline {
                font-size: 40px;
                text-align: left;
            }

            .travelSimBottomCtaNote {
                margin-top: 10px;
                text-align: left;
            }

            .travelSimSceneImage {
                aspect-ratio: auto;
            }

        }
