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

        .travelEsimHero {
            background: #ffffff;
        }

        .travelEsimHero .wrapper,
        .travelEsimBody .wrapper {
            width: 100%;
            max-width: 1440px;
            margin-right: auto;
            margin-left: auto;
            box-sizing: border-box;
        }

        .travelEsimHeroShell {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 620px));
            align-items: stretch;
            justify-content: center;
            overflow: hidden;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }

        .travelEsimHeroCopy {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 56px 14px 52px 80px;
        }

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

        .travelEsimHeadline {
            margin: 0;
            max-width: 520px;
            color: #111111;
            font-size: 52px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.03em;
        }

        .travelEsimHeadline span {
            color: #da1d19;
        }

        .travelEsimDescription {
            max-width: 420px;
            margin: 24px 0 0;
            color: #605a55;
            font-size: 15px;
            line-height: 1.75;
        }

        .travelEsimCtaRow {
            margin-top: 30px;
        }

        .travelEsimCta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            width: min(300px, 100%);
            max-width: 100%;
            height: 56px;
            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;
        }

        .travelEsimCta::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 24px;
            width: 8px;
            height: 8px;
            border-top: 3px solid currentColor;
            border-right: 3px solid currentColor;
            transform: translateY(-50%) rotate(45deg);
        }

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

        .travelEsimCta:hover {
            transform: translateY(-1px);
            box-shadow: 0 12px 24px rgba(236, 0, 0, 0.28);
        }

        .travelEsimHeroVisual {
            position: relative;
            min-height: 540px;
            overflow: hidden;
            background: transparent;
        }

        .travelEsimHeroBackdrop {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .travelEsimHeroDevice {
            position: absolute;
            left: 40%;
            bottom: 0;
            z-index: 2;
            height: calc(100% - 12px);
            max-width: 86%;
            transform: translateX(-54%);
            filter: drop-shadow(0 22px 34px rgba(38, 22, 16, 0.22));
            pointer-events: none;
        }

        .travelEsimBody {
            background: #FAFAFA;
        }

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

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

        .travelEsimScenes {
            max-width: 980px;
            margin: 0 auto;
            padding-top: 80px;
        }

        .travelEsimScenesGrid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 48px;
            margin-top: 38px;
        }

        .travelEsimSceneCard {
            overflow: hidden;
            border: 1px solid rgba(235, 235, 235, 0.98);
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 16px 34px rgba(30, 32, 37, 0.08);
        }

        .travelEsimSceneImage {
            position: relative;
            aspect-ratio: 466 / 260;
            overflow: hidden;
            background: #f7f4f2;
        }

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

        .travelEsimSceneImage--2 {
            background: #f6fbff;
        }

        .travelEsimSceneImage--1 img {
            object-position: center;
        }

        .travelEsimSceneImage--2 img {
            object-position: center;
        }

        .travelEsimSceneBody {
            padding: 30px 28px 32px;
        }

        .travelEsimSceneHeading {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 14px;
            align-items: start;
        }

        .travelEsimSceneNumber {
            display: inline-block;
            margin-top: 0;
            color: #ffffff;
            font-family: 'Poppins';
            font-size: 64px;
            font-weight: 900;
            line-height: 0.88;
            -webkit-text-stroke: 1.35px #ed2e27;
           
        }

        .travelEsimSceneHeading h3 {
            margin: 2px 0 0;
            color: #222222;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.34;
            letter-spacing: -0.02em;
        }

        .travelEsimSceneHeading h3 span {
            color: #ed2e27;
        }

        .travelEsimSceneHeading h3 span.travelEsimSceneBase {
            color: #222222;
        }

        .travelEsimSceneHeading h3 span.travelEsimSceneAccent {
            color: #ef3128;
        }

        .travelEsimSceneBody p {
            margin: 16px 0 0;
            color: #7a7a7a;
            font-size: 15px;
            line-height: 1.78;
            letter-spacing: -0.01em;
        }

        .travelEsimCtaRow--center {
            display: flex;
            justify-content: center;
            margin-top: 60px;
        }

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

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

        .travelEsimPricing {
            margin-top: 0;
        }

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

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

        .travelEsimPricingLead span {
            color: #ef1d18;
        }

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

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

        .travelEsimPricingSearchRow {
            width: 100%;
        }

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

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

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

        .travelEsimPricingField 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;
        }

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

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

        .travelEsimPricingFieldIcon {
            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;
        }

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

        .travelEsimPricingSearchButton {
            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%);
        }

        .travelEsimPricingSearchSuggestions {
            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);
        }

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

        .travelEsimPricingSearchSuggestion {
            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;
        }

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

        .travelEsimPricingSearchSuggestion:hover {
            background: #fff7f6;
        }

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

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

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

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

        .travelEsimPricingHitText {
            margin: 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 6px;
            color: #242424;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.5;
        }

        .travelEsimPricingHitText span {
            color: #ef1d18;
        }

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

        .travelEsimPricingChip {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 36px;
            padding: 8px;
            border: 1px solid transparent;
            border-radius: 6px;
            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;
        }

        .travelEsimPricingChip--accent {
            background: #fde7e4;
            min-height: 32px;
            padding: 7px 12px;
            font-size: 12px;
        }

        .travelEsimPricingChip--static {
            cursor: default;
        }

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

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

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

        .travelEsimPricingChip--accent.travelEsimPricingChip--static:hover,
        .travelEsimPricingChip--accent.travelEsimPricingChip--static:focus-visible {
            background: #fde7e4;
        }

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

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

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

        .travelEsimPricingTab {
            display: inline-flex;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            width: 135px;
            min-width: 135px;
            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;
        }

        .travelEsimPricingTab[data-pricing-tab="us-europe"] {
            width: 224px;
            min-width: 224px;
        }

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

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

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

        .travelEsimPricingTabPanels {
            display: grid;
        }

        .travelEsimPricingTabPanel {
            display: none;
        }

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

        .travelEsimPricingResults {
            margin-top: 22px;
        }

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

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

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

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

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

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

        .travelEsimPricingPlanDataUnit {
            margin-left: 0.12em;
            font-size: 20px;
        }

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

        .travelEsimPricingPlanPriceCurrency {
            font-size: 16px;
        }

        .travelEsimPricingFootnotes {
            margin-top: 18px;
        }

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

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

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

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

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

        .travelEsimPricingAreaList 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;
        }

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

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

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

        .travelEsimPricingRegionChip {
            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;
        }

        .travelEsimNotice {
            max-width: 980px;
            margin: 60px auto 0;
        }

        .travelEsimNoticeHeading {
            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;
        }

        .travelEsimNoticeHeading::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;
        }

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

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

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

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

        .travelEsimNoticeItemLine {
            display: inline;
        }

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

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

        .travelEsimNoticeExampleLabel--placeholder {
            visibility: hidden;
        }

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

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

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

        .travelEsimNoticeExampleText {
            display: block;
        }

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

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

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

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

        .travelEsimUsage {
            max-width: 980px;
            margin: 0 auto;
        }

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

        .travelEsimUsageTitleBox--lineOnly {
            gap: 0;
        }

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

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

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

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

        .travelEsimUsageLeadBox h3 {
            margin: 0;
            color: #202020;
            font-size: 26px;
            font-weight: 700;
            line-height: 1.42;
            letter-spacing: -0.02em;
        }

        .travelEsimUsageLeadBox h3 span {
            color: #ef1d18;
        }

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

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

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

        .travelEsimUsageFootnotes p {
            margin: 0;
        }

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

        .travelEsimUsageStep {
            position: relative;
        }

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

        .travelEsimUsageConnector::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;
        }

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

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

        .travelEsimUsageMonth {
            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;
        }

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

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

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

        .travelEsimUsageContent {
            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;
        }

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

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

        .travelEsimUsageDetail {
            margin-top: auto;
            padding-top: 50px;
            text-align: center;
        }

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

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

        .travelEsimUsageBoxHeading {
            padding: 14px 14px 12px;
            border-radius: 10px;
            background: #ffffff;
        }

        .travelEsimUsagePlanBox {
            margin-top: auto;
            padding: 14px;
            border-radius: 12px;
            background: #fbf8f6;
        }

        .travelEsimUsagePlanLabel {
            margin: 0;
            color: #ef1d18;
            font-size: 12px;
            font-weight: 700;
            line-height: 1.45;
            text-align: center;
        }

        .travelEsimUsagePlanValue {
            margin: 5px 0 0;
            color: #222222;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
        }

        .travelEsimUsageFlow {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            gap: 10px;
            align-items: center;
            margin-top: 18px;
        }

        .travelEsimUsageFlowItem {
            text-align: center;
        }

        .travelEsimUsageDrum {
            position: relative;
            width: 30px;
            height: 40px;
            margin: 0 auto 8px;
            border-radius: 4px;
            background: linear-gradient(180deg, #ef1d18 0%, #c20f0a 100%);
            box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.08);
        }

        .travelEsimUsageDrum::before {
            content: "";
            position: absolute;
            left: 0;
            top: -6px;
            width: 100%;
            height: 12px;
            border-radius: 999px;
            background: #f3322c;
        }

        .travelEsimUsageDrum--light {
            background: linear-gradient(180deg, #ffb1a3 0%, #ff8a76 100%);
        }

        .travelEsimUsageDrum--light::before {
            background: #ffc7bd;
        }

        .travelEsimUsageFlowArrow {
            color: #ef1d18;
            font-size: 24px;
            font-weight: 700;
            line-height: 1;
        }

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

        .travelEsimUsageFlowAmount {
            margin: 4px 0 0;
            color: #ef1d18;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.2;
        }

        .travelEsimUsageFlowAmountPrefix {
            margin-right: 3px;
        }

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

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

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

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

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

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

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

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

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

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

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

        .travelEsimUsageReuseDisk {
            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);
        }

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

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

        .travelEsimHowTo {
            max-width: 934px;
            margin: 0 auto;
        }

        .travelEsimHowToGrid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 298px));
            justify-content: center;
            gap: 20px;
            margin-top: 34px;
        }

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

        .travelEsimHowToStep::after {
            content: "";
            position: absolute;
            right: -16px;
            top: 180px;
            width: 12px;
            height: 12px;
            border-top: 3px solid #ef1d18;
            border-right: 3px solid #ef1d18;
            transform: rotate(45deg);
            box-sizing: border-box;
        }

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

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

        .travelEsimHowToVisual {
            display: flex;
            justify-content: center;
            margin: 14px 0 20px;
        }

        .travelEsimHowToImage {
            display: block;
            height: auto;
        }

        .travelEsimHowToTitle {
            margin: 0;
            color: #202020;
            font-size: 19px;
            font-weight: 700;
            line-height: 1.4;
            letter-spacing: -0.02em;
        }

        .travelEsimHowToText {
            width: 100%;
            max-width: 268px;
            margin: 18px auto 0;
            color: #6a635e;
            font-size: 16px;
            text-align: left;
        }

        .travelEsimFaq {
            max-width: 980px;
            margin: 86px auto 0;
        }

        .travelEsimFaqList {
            display: grid;
            gap: 12px;
            margin-top: 34px;
        }

        .travelEsimFaqItem {
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 10px 24px rgba(36, 31, 28, 0.05);
            overflow: hidden;
        }

        .travelEsimFaqItem summary {
            list-style: none;
        }

        .travelEsimFaqItem summary::-webkit-details-marker {
            display: none;
        }

        .travelEsimFaqButton {
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 14px;
            align-items: center;
            width: 100%;
            min-height: 80px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            color: #1f1f1f;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.55;
            text-align: left;
            cursor: pointer;
        }

        .travelEsimFaqButton > span:nth-child(2) {
            min-width: 0;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .travelEsimFaqQ {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 27px;
            flex: 0 0 24px;
            line-height: 1;
        }

        .travelEsimFaqQImage {
            display: block;
            width: 24px;
            height: 27px;
        }

        .travelEsimFaqChevron {
            position: relative;
            width: 18px;
            height: 18px;
            flex: 0 0 auto;
            color: #ef1d18;
            transition: transform 0.2s ease;
        }

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

        .travelEsimFaqItem[open] .travelEsimFaqChevron {
            transform: rotate(180deg);
        }

        .travelEsimFaqAnswer {
            display: grid;
            grid-template-columns: auto 1fr;
            align-items: start;
            gap: 12px;
            padding: 0 22px 18px;
        }

        .travelEsimFaqA {
            display: block;
            width: 24px;
            flex: 0 0 24px;
            margin-top: -1px;
            font-size: 30px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            margin-left: 3px;
        }

        .travelEsimFaqAnswerBody {
            min-width: 0;
        }

        .travelEsimFaqAnswerBody p {
            margin: 0;
            color: #6c6661;
            font-size: 16px;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .travelEsimFaqAnswerBody p + p {
            margin-top: 6px;
        }

        .travelEsimFaqAnswerBody a {
            color: #0066cc;
            text-decoration: underline;
            text-underline-offset: 0.08em;
        }

        .travelEsimFaqAnswerBody a:hover {
            text-decoration: underline;
        }

        .travelEsimBottomCtaSection {
            margin-top: 86px;
            margin-right: calc(50% - 50vw);
            margin-left: calc(50% - 50vw);
        }

        .travelEsimBottomCtaPanel {
            position: relative;
            overflow: hidden;
            padding: 56px 24px 50px;
            background-color: #e10000;
            background-image: linear-gradient(135deg, #ec0000 0%, #d50000 100%);
            text-align: center;
            isolation: isolate;
        }

        .travelEsimBottomCtaPanel::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url("/img/travelesimapplication/lp/earth.png");
            background-position: center 52%;
            background-repeat: no-repeat;
            background-size: 720px auto;
            filter: brightness(0);
            opacity: 0.14;
            pointer-events: none;
        }

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

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

        .travelEsimBottomCtaHeadline span {
            display: block;
        }

        .travelEsimBottomCtaButton {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            box-sizing: border-box;
            min-width: 300px;
            height: 57px;
            margin-top: 24px;
            padding: 0 46px;
            border-radius: 999px;
            background: #ffffff;
            box-shadow: 0 12px 24px rgba(126, 0, 0, 0.22);
            color: #e40000;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .travelEsimBottomCtaButton::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 24px;
            width: 8px;
            height: 8px;
            border-top: 3px solid currentColor;
            border-right: 3px solid currentColor;
            transform: translateY(-50%) rotate(45deg);
        }

        .travelEsimBottomCtaButton:hover,
        .travelEsimBottomCtaButton:visited {
            color: #e40000;
            text-decoration: none;
        }

        .travelEsimBottomCtaButton:hover {
            transform: translateY(-1px);
            box-shadow: 0 14px 26px rgba(126, 0, 0, 0.26);
        }

        .travelEsimBottomCtaNote {
            margin: 20px 0 0;
            color: rgba(255, 255, 255, 0.95);
            font-size: 16px;
        }

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

        @media screen and (max-width: 1100px) {
            .travelEsimHeroShell {
                grid-template-columns: 1fr;
            }

            .travelEsimHeroCopy {
                align-items: center;
                padding: 56px 56px 32px;
                text-align: center;
            }
            .travelEsimCtaRow {
                display: flex;
                justify-content: center;
            }

        }

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

            .travelEsimCtaRow--hideOnSp {
                display: none;
            }

            .travelEsimHeroShell {
                border-radius: 24px;
            }

            .travelEsimHeadline {
                font-size: 48px;
            }

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

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

            .travelEsimPricingTab {
                min-width: 104px;
            }

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

            .travelEsimNoticeHeading {
                font-size: 22px;
            }

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

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

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

            .travelEsimHowToGrid {
                grid-template-columns: 1fr;
                gap: 34px;
            }

            .travelEsimHowToStep {
                min-height: 0;
            }

            .travelEsimHowToStep::after {
                left: 50%;
                right: auto;
                top: auto;
                bottom: -20px;
                transform: translateX(-50%) rotate(135deg);
            }

            .travelEsimFaqButton {
                min-height: 60px;
            }

        }

        @media screen and (max-width: 800px) {
            .travelEsimLp {
                overflow-x: clip;
            }

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

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

            .travelEsimPricingSection::before,
            .travelEsimUsageSection::before,
            .travelEsimHowToSection::before {
                left: 0;
                width: auto;
                transform: none;
            }

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

            .travelEsimHeroShell {
                display: flex;
                flex-direction: column;
                border-radius: 0;
            }

            .travelEsimHeroCopy {
                align-items: stretch;
                order: 2;
                justify-content: flex-start;
                padding: 30px 20px;
                text-align: left;
            }

            .travelEsimEyebrow {
                margin-bottom: 15px;
                max-width: 277px;
            }

            .travelEsimHeadline {
                max-width: none;
                font-size: 32px;
                line-height: 1.32;
                letter-spacing: -0.02em;
            }

            .travelEsimDescription {
                max-width: none;
                margin-top: 12px;
                font-size: 1.2rem;
                line-height: 1.7;
            }

            .travelEsimCtaRow {
                margin-top: 20px;
            }

            .travelEsimCta {
                width: 100%;
                font-size: 20px;
            }

            .travelEsimCta::after {
                right: 20px;
            }

            .travelEsimHeroVisual {
                order: 1;
                min-height: 284px;
            }

            .travelEsimHeroDevice {
                left: 42%;
                height: calc(100% - 6px);
                max-width: 84%;
                transform: translateX(-53%);
            }

            .travelEsimScenes {
                order: 1;
                max-width: 100%;
                padding-top: 40px;
            }

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

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

            .travelEsimScenesGrid {
                gap: 30px;
                margin-top: 40px;
                padding: 0 20px;
            }

            .travelEsimSceneCard {
                border-radius: 10px;
                box-shadow: 0 10px 24px rgba(30, 32, 37, 0.07);
            }

            .travelEsimSceneImage {
                aspect-ratio: 327 / 176;
            }

            .travelEsimSceneBody {
                padding: 28px 24px 30px;
            }

            .travelEsimSceneHeading {
                gap: 12px;
            }

            .travelEsimSceneNumber {
                margin-top: 1px;
                font-size: 46px;
                -webkit-text-stroke: 1.1px #ff5f57;
            }

            .travelEsimSceneHeading h3 {
                margin-top: 1px;
                font-size: 22px;
                line-height: 1.36;
            }

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

            .travelEsimCtaRow--center {
                order: 2;
                margin-top: 40px;
                padding: 0 20px;
            }

            .travelEsimPricingSection {
                order: 3;
                margin-top: 44px;
                background-color: white;
                padding: 40px 0;
            }

            .travelEsimNotice {
                order: 4;
            }

            .travelEsimUsageSection {
                order: 5;
            }

            .travelEsimHowToSection {
                order: 6;
            }

            .travelEsimFaq {
                order: 7;
            }

            .travelEsimPricing,
            .travelEsimUsage,
            .travelEsimHowTo,
            .travelEsimFaq {
                box-sizing: border-box;
                padding-right: 20px;
                padding-left: 20px;
            }

            .travelEsimBottomCtaSection {
                order: 8;
                margin-top: 40px;
            }

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

            .travelEsimPricingLead {
                font-size: 24px;
            }

            .travelEsimPricingSearchStack {
                margin-top: 14px;
            }

            .travelEsimPricingSearchRow {
                width: 100%;
            }

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

            .travelEsimPricingSearchSuggestion,
            .travelEsimPricingSearchEmpty {
                padding: 0;
            }

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

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

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

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

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

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

            .travelEsimPricingHitBox {
                margin-top: 8px;
                padding: 9px 10px 10px;
                border-radius: 6px;
            }

            .travelEsimPricingHitText {
                display: block;
                font-size: 14px;
            }

            .travelEsimPricingHitText span {
                display: block;
                margin-bottom: 2px;
            }

            .travelEsimPricingChipList {
                gap: 8px;
                margin-top: 9px;
                padding: 8px 10px;
                border: 1px solid #f6d7d3;
                border-radius: 12px;
                background: #fffdfd;
            }

            .travelEsimPricingChip {
                min-height: 36px;
                padding: 8px;
                border-radius: 6px;
                font-size: 14px;
            }

            .travelEsimPricingChip--accent {
                background: #fde7e4;
                min-height: 32px;
                padding: 7px 12px;
                font-size: 12px;
            }

            .travelEsimPricingResults {
                margin-top: 16px;
            }

            .travelEsimPricingTabs {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                grid-auto-rows: minmax(56px, auto);
                gap: 6px;
                margin-bottom: 14px;
                padding-bottom: 0;
                overflow: visible;
                border-bottom: 0;
            }

            .travelEsimPricingTab {
                width: 100%;
                min-width: 0;
                height: 100%;
                min-height: 56px;
                padding: 4px 8px;
                border-radius: 5px;
                box-shadow: none;
                font-size: 1.05rem;
                line-height: 1.3;
                white-space: normal;
                text-align: center;
                word-break: keep-all;
                overflow-wrap: break-word;
            }

            .travelEsimPricingTab[data-pricing-tab="korea"],
            .travelEsimPricingTab[data-pricing-tab="us-europe"] {
                width: 100%;
                min-width: 0;
                min-height: 64px;
            }

            .travelEsimPricingTab.is-active {
                box-shadow: none;
            }

            .travelEsimPricingPlanGrid {
                gap: 10px;
            }

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

            .travelEsimPricingPlanCard--charge {
                flex-direction: column;
                align-items: stretch;
            }

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

            .travelEsimPricingPlanCard--charge .travelEsimPricingPlanDuration {
                width: auto;
                margin-bottom: 8px;
                font-size: 20px;
                text-align: left;
            }

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

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

            .travelEsimPricingPlanData {
                font-size: 24px;
            }

            .travelEsimPricingPlanPrice {
                font-size: 20px;
            }

            .travelEsimPricingFootnotes {
                margin-top: 12px;
            }

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

            .travelEsimPricingRegions {
                gap: 20px;
            }

            .travelEsimPricingAreaList {
                gap: 6px;
            }

            .travelEsimPricingRegionChips {
                gap: 6px;
            }

            .travelEsimNotice {
                margin-top: 34px;
                padding: 0 20px;
            }

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

            .travelEsimNoticeHeading::before {
                width: 14px;
                height: 14px;
                border-width: 1.5px;
                font-size: 0.9rem;
            }

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

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

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

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

            .travelEsimNoticeExampleLabel,
            .travelEsimNoticeExampleText,
            .travelEsimNoticeNote {
                font-size: 0.88rem;
                line-height: 1.6;
            }

            .travelEsimNoticeExampleItem {
                column-gap: 8px;
            }

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

            .travelEsimUsageTitleBox {
                gap: 12px;
            }

            .travelEsimUsageTitleBox--lineOnly {
                gap: 0;
            }

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

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

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

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

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

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

            .travelEsimUsageJourney {
                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;
            }

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

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

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

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

            .travelEsimUsageConnector {
                display: none;
            }

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

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

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

            .travelEsimUsageCardTitle {
                font-size: 20px;
            }

            .travelEsimUsageDetail {
                padding-top: 14px;
            }

            .travelEsimUsageBoxHeading {
                padding: 12px 10px 11px;
            }

            .travelEsimUsagePlanBox,
            .travelEsimUsageReuseBox {
                padding: 12px 10px 12px;
            }

            .travelEsimUsagePlanLabel,
            .travelEsimUsageReuseLead {
                font-size: 1.2rem;
            }

            .travelEsimUsagePlanValue {
                font-size: 1.55rem;
            }

            .travelEsimUsageFlow {
                gap: 6px;
                margin-top: 14px;
            }

            .travelEsimUsageDrum {
                width: 26px;
                height: 36px;
            }

            .travelEsimUsageFlowLabel,
            .travelEsimUsageReuseValueLabel {
                font-size: 1rem;
            }

            .travelEsimUsageFlowAmount {
                font-size: 1.8rem;
            }

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

            .travelEsimUsageReuseText {
                font-size: 1rem;
            }

            .travelEsimUsageReuseValue {
                font-size: 1.8rem;
            }

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

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

            .travelEsimHowToSection {
                padding: 40px 0px;
            }

            .travelEsimHowToGrid {
                margin-top: 28px;
                gap: 32px;
            }

            .travelEsimHowToStep {
                display: grid;
                grid-template-columns: 105px minmax(0, 1fr);
                grid-template-areas:
                    "visual label"
                    "visual title"
                    "visual text";
                column-gap: 22px;
                row-gap: 4px;
                align-items: start;
                text-align: left;
            }

            .travelEsimHowToStep::after {
                content: none;
            }

            .travelEsimHowToLabel {
                margin-top: 4px;
            }

            .travelEsimHowToVisual {
                grid-area: visual;
                justify-content: flex-start;
                margin: 0;
            }

            .travelEsimHowToImage {
                width: 126px;
            }

            .travelEsimHowToTitle {
                font-size: 24px;
            }

            .travelEsimHowToText {
                margin: 2px 0 0;
            }

            .travelEsimFaq {
                margin-top: 62px;
            }

            .travelEsimFaqList {
                margin-top: 28px;
                gap: 10px;
            }

            .travelEsimFaqButton {
                gap: 10px;
                min-height: 56px;
                padding: 16px 16px;
                font-size: 1.2rem;
            }

            .travelEsimFaqQ {
                width: 24px;
                height: 27px;
                flex-basis: 24px;
            }

            .travelEsimFaqAnswer {
                gap: 10px;
                padding: 0 16px 16px;
            }

            .travelEsimFaqA {
                font-size: 2rem;
            }

            .travelEsimFaqAnswerBody p {
                font-size: 1.1rem;
            }

            .travelEsimBottomCtaPanel {
                padding: 36px 16px 32px;
            }

            .travelEsimBottomCtaPanel::before {
                background-position: center 54%;
                background-size: calc(100% - 24px) auto;
            }

            .travelEsimBottomCtaHeadline {
                font-size: 32px;
                text-align: left;
            }

            .travelEsimBottomCtaButton {
                width: 100%;
                padding: 0 36px;
            }

            .travelEsimBottomCtaButton::after {
                right: 16px;
                width: 6px;
                height: 6px;
                border-top-width: 2px;
                border-right-width: 2px;
            }

            .travelEsimSceneImage {
                aspect-ratio: 466 / 260;
            }

        }
