.huoka-esim-tool {
	width: 100%;
	margin: 0;
	padding: 28px;
	border: 1px solid var(--huoka-color-line, #d8e2ef);
	border-radius: 26px;
	color: var(--huoka-color-text, #14213a);
	background: var(--huoka-color-surface, #ffffff);
	box-shadow: 0 18px 48px rgba(29, 67, 120, 0.1);
}

.huoka-esim-tool *,
.huoka-esim-tool *::before,
.huoka-esim-tool *::after {
	box-sizing: border-box;
}

.huoka-esim-tool__eyebrow {
	margin: 0 0 8px;
	color: var(--huoka-color-primary, #1468e8);
	font-size: 13px;
	font-weight: 800;
}

.huoka-esim-tool__title {
	margin: 0 0 22px;
	font-size: clamp(24px, 2.2vw, 31px);
	line-height: 1.2;
}

.huoka-esim-tool__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
}

.huoka-esim-tool__field,
.huoka-esim-tool__checks {
	min-width: 0;
}

.huoka-esim-tool__field label,
.huoka-esim-tool__checks label {
	display: block;
	margin: 0 0 7px;
	color: var(--huoka-color-muted, #586b88);
	font-size: 13px;
	font-weight: 700;
}

.huoka-esim-tool__field select,
.huoka-esim-tool__field input {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid var(--huoka-color-line, #d8e2ef);
	border-radius: 13px;
	color: var(--huoka-color-text, #14213a);
	background: #ffffff;
	font: inherit;
}

.huoka-esim-tool__field select:focus,
.huoka-esim-tool__field input:focus,
.huoka-esim-tool__submit:focus-visible,
.huoka-esim-tool__buy:focus-visible,
.huoka-esim-tool__usage-guide summary:focus-visible {
	outline: 3px solid rgba(20, 104, 232, 0.25);
	outline-offset: 2px;
}

.huoka-esim-tool__checks {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.huoka-esim-tool__checks label {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-weight: 600;
}

.huoka-esim-tool__checks input {
	margin: 0 7px 0 0;
}

.huoka-esim-tool__submit {
	grid-column: 1 / -1;
	min-height: 50px;
	padding: 12px 18px;
	border: 0;
	border-radius: 13px;
	color: #ffffff;
	background: linear-gradient(135deg, #176df0, #0954c8);
	box-shadow: 0 10px 25px rgba(20, 104, 232, 0.2);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.huoka-esim-tool__submit:disabled {
	opacity: 0.6;
	cursor: wait;
}

.huoka-esim-tool__catalog-note,
.huoka-esim-tool__catalog-result,
.huoka-esim-tool__status {
	margin: 14px 0 0;
	color: var(--huoka-color-muted, #586b88);
	font-size: 12px;
	line-height: 1.6;
}

.huoka-esim-tool__status:empty {
	display: none;
}

.huoka-esim-tool__results {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--huoka-color-line, #d8e2ef);
}

.huoka-esim-tool__result-title {
	margin: 22px 0 10px;
	font-size: 18px;
	line-height: 1.3;
}

.huoka-esim-tool__result-title:first-child {
	margin-top: 0;
}

.huoka-esim-tool__guidance {
	margin: 0;
	padding: 12px 14px;
	border-left: 3px solid #ff7a1a;
	border-radius: 0 10px 10px 0;
	background: #fff1e7;
	font-size: 13px;
	line-height: 1.6;
}

.huoka-esim-tool__methods,
.huoka-esim-tool__offers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.huoka-esim-tool__method,
.huoka-esim-tool__offer {
	min-width: 0;
	margin: 0;
	padding: 14px;
	border: 1px solid var(--huoka-color-line, #d8e2ef);
	border-radius: 13px;
	background: #f8fbff;
}

.huoka-esim-tool__method h4,
.huoka-esim-tool__offer h4 {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.4;
}

.huoka-esim-tool__score {
	display: inline-block;
	margin-left: 6px;
	padding: 3px 7px;
	border-radius: 999px;
	color: #0759cc;
	background: #e9f2ff;
	font-size: 10px;
	font-weight: 800;
}

.huoka-esim-tool__reasons,
.huoka-esim-tool__warnings {
	margin: 0;
	padding-left: 18px;
	color: var(--huoka-color-muted, #586b88);
	font-size: 12px;
	line-height: 1.55;
}

.huoka-esim-tool__warnings {
	margin-top: 7px;
	color: #8a4b16;
}

.huoka-esim-tool__usage-guide {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid var(--huoka-color-line, #d8e2ef);
}

.huoka-esim-tool__usage-guide summary {
	color: var(--huoka-color-primary, #1468e8);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.huoka-esim-tool__guide-notice {
	margin: 10px 0 0;
	color: var(--huoka-color-muted, #586b88);
	font-size: 11px;
	line-height: 1.55;
}

.huoka-esim-tool__guide-warnings,
.huoka-esim-tool__guide-steps {
	margin: 8px 0 0;
	padding-left: 18px;
	font-size: 11px;
	line-height: 1.55;
}

.huoka-esim-tool__guide-warnings {
	color: #8a4b16;
}

.huoka-esim-tool__guide-phases {
	display: grid;
	gap: 9px;
	margin-top: 10px;
}

.huoka-esim-tool__guide-phase {
	margin: 0;
	padding: 10px;
	border-radius: 10px;
	background: #ffffff;
}

.huoka-esim-tool__guide-phase h5 {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}

.huoka-esim-tool__guide-steps {
	color: var(--huoka-color-muted, #586b88);
}

.huoka-esim-tool__offer p {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.55;
}

.huoka-esim-tool__offer-type,
.huoka-esim-tool__verified {
	color: var(--huoka-color-muted, #586b88);
}

.huoka-esim-tool__offer-provider {
	font-weight: 700;
}

.huoka-esim-tool__demo-badge {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 999px;
	color: #8a4b16;
	background: #fff1e7;
	font-weight: 800;
}

.huoka-esim-tool__buy {
	display: inline-flex;
	margin-top: 12px;
	padding: 8px 11px;
	border-radius: 9px;
	color: #ffffff;
	background: #1468e8;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.huoka-esim-tool__compare-choice {
	display: inline-flex;
	align-items: center;
	margin: 12px 0 0;
	padding: 7px 10px;
	border: 1px solid var(--huoka-color-line, #d8e2ef);
	border-radius: 9px;
	color: var(--huoka-color-primary, #1468e8);
	background: #ffffff;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.huoka-esim-tool__compare-choice input {
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	accent-color: var(--huoka-color-primary, #1468e8);
}

.huoka-esim-tool__compare-choice.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.huoka-esim-tool__comparison {
	margin-top: 24px;
	padding-top: 4px;
}

.huoka-esim-tool__compare-intro,
.huoka-esim-tool__compare-status {
	margin: 8px 0 0;
	color: var(--huoka-color-muted, #586b88);
	font-size: 12px;
	line-height: 1.6;
}

.huoka-esim-tool__compare-status {
	font-weight: 700;
}

.huoka-esim-tool__compare-wrap {
	max-width: 100%;
	margin-top: 12px;
	overflow-x: auto;
	border: 1px solid var(--huoka-color-line, #d8e2ef);
	border-radius: 13px;
	background: #ffffff;
	-webkit-overflow-scrolling: touch;
}

.huoka-esim-tool__compare-table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.5;
}

.huoka-esim-tool__compare-table caption {
	padding: 12px 14px;
	color: var(--huoka-color-text, #14213a);
	font-weight: 800;
	text-align: left;
}

.huoka-esim-tool__compare-table th,
.huoka-esim-tool__compare-table td {
	min-width: 175px;
	padding: 11px 12px;
	border-top: 1px solid var(--huoka-color-line, #d8e2ef);
	border-right: 1px solid var(--huoka-color-line, #d8e2ef);
	vertical-align: top;
	text-align: left;
}

.huoka-esim-tool__compare-table th:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 100px;
	color: var(--huoka-color-text, #14213a);
	background: #f2f7fd;
}

.huoka-esim-tool__compare-table thead th {
	color: var(--huoka-color-text, #14213a);
	background: #f8fbff;
}

.huoka-esim-tool__compare-table th:last-child,
.huoka-esim-tool__compare-table td:last-child {
	border-right: 0;
}

.huoka-esim-tool__compare-demo {
	display: block;
	margin-top: 5px;
	color: #8a4b16;
	font-size: 10px;
	font-weight: 800;
}

.huoka-esim-tool__error {
	color: #9d271c;
}

.huoka-esim-device {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid #dbe6f3;
	border-radius: var(--huoka-radius-large, 28px);
	color: #14213a;
	background: #ffffff;
	box-shadow: 0 22px 54px rgba(31, 71, 125, 0.1);
}

.huoka-esim-device *,
.huoka-esim-device *::before,
.huoka-esim-device *::after {
	box-sizing: border-box;
}

.huoka-esim-device__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: end;
	padding: 38px;
	background:
		radial-gradient(circle at 92% 8%, rgba(20, 103, 232, 0.12), transparent 29%),
		linear-gradient(135deg, #f4f8ff 0%, #ffffff 70%);
}

.huoka-esim-device__hero-copy {
	min-width: 0;
}

.huoka-esim-device__eyebrow {
	margin: 0 0 8px;
	color: #1467e8;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.huoka-esim-device .huoka-esim-device__title {
	margin: 0 0 12px;
	color: #10233f;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.18;
	letter-spacing: -0.035em;
}

.huoka-esim-device__intro {
	max-width: 760px;
	margin: 0;
	color: #5d708e;
	font-size: 15px;
	line-height: 1.7;
}

.huoka-esim-device__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(82px, 1fr));
	gap: 8px;
	min-width: 298px;
}

.huoka-esim-device__stats span {
	display: flex;
	min-height: 82px;
	padding: 14px 12px;
	border: 1px solid #dbe8fa;
	border-radius: 16px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.88);
}

.huoka-esim-device__stats strong {
	color: #1467e8;
	font-size: 22px;
	line-height: 1.1;
}

.huoka-esim-device__stats small {
	margin-top: 7px;
	color: #7183a0;
	font-size: 11px;
}

.huoka-esim-device__directory {
	padding: 34px 38px 38px;
	border-top: 1px solid #e5edf7;
}

.huoka-esim-device__section-heading {
	display: flex;
	gap: 24px;
	align-items: end;
	justify-content: space-between;
}

.huoka-esim-device__section-heading span {
	display: block;
	margin-bottom: 6px;
	color: #1467e8;
	font-size: 12px;
	font-weight: 800;
}

.huoka-esim-device__section-heading h3 {
	margin: 0;
	color: #10233f;
	font-size: clamp(22px, 2.5vw, 30px);
	line-height: 1.25;
}

.huoka-esim-device__directory-search {
	display: block;
	width: min(320px, 100%);
}

.huoka-esim-device__directory-search input {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 10px 15px 10px 42px;
	border: 1px solid #cfdaea;
	border-radius: 14px;
	color: #14213a;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23667a98' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") no-repeat 14px center,
		#ffffff;
	font: inherit;
	font-size: 14px;
}

.huoka-esim-device__brand-filters {
	display: flex;
	gap: 8px;
	margin: 22px 0;
	overflow-x: auto;
	scrollbar-width: thin;
}

.huoka-esim-device__brand-filters button {
	flex: 0 0 auto;
	min-height: 38px;
	padding: 7px 15px;
	border: 1px solid #d5e0ef;
	border-radius: 999px;
	color: #4f6482;
	background: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.huoka-esim-device__brand-filters button.is-active {
	border-color: #1467e8;
	color: #ffffff;
	background: #1467e8;
}

.huoka-esim-device__brand-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.huoka-esim-device__brand-card {
	min-width: 0;
	padding: 20px;
	border: 1px solid #dce6f2;
	border-radius: 20px;
	align-self: start;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(31, 71, 125, 0.055);
}

.huoka-esim-device__brand-card[hidden] {
	display: none;
}

.huoka-esim-device__brand-header {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7edf5;
}

.huoka-esim-device__brand-logo {
	display: flex;
	width: 58px;
	height: 58px;
	padding: 10px;
	border-radius: 16px;
	align-items: center;
	justify-content: center;
	background: #f3f7fc;
}

.huoka-esim-device__brand-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.huoka-esim-device__brand-logo strong {
	color: #1467e8;
	font-size: 22px;
}

.huoka-esim-device__brand-header h4 {
	margin: 0;
	color: #10233f;
	font-size: 19px;
	line-height: 1.25;
}

.huoka-esim-device__brand-header p {
	margin: 4px 0 0;
	color: #7a8ba4;
	font-size: 11px;
}

.huoka-esim-device__brand-header em {
	padding: 5px 9px;
	border-radius: 999px;
	color: #1467e8;
	background: #eef5ff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.huoka-esim-device__model-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.huoka-esim-device__model-list li {
	display: block;
	min-width: 0;
	padding: 14px 1px;
	border-bottom: 1px solid #edf1f6;
}

.huoka-esim-device__model-list li[hidden] {
	display: none;
}

.huoka-esim-device__model-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.huoka-esim-device__model-list li > div {
	min-width: 0;
}

.huoka-esim-device__model-list strong,
.huoka-esim-device__model-list span {
	display: block;
}

.huoka-esim-device__model-list strong {
	color: #172a46;
	font-size: 14px;
	line-height: 1.45;
}

.huoka-esim-device__model-list span {
	margin-top: 4px;
	color: #8291a8;
	font-size: 11px;
}

.huoka-esim-device__model-toggle {
	display: flex;
	width: 100%;
	min-height: 40px;
	margin: 4px 0 0;
	padding: 10px 1px 0;
	border: 0;
	border-top: 1px solid #edf1f6;
	align-items: center;
	justify-content: space-between;
	color: #1467e8;
	background: transparent;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.huoka-esim-device__model-toggle[hidden] {
	display: none;
}

.huoka-esim-device__brand-profile-link {
	display: flex;
	margin-top: 15px;
	padding-top: 14px;
	border-top: 1px solid #edf1f6;
	align-items: center;
	justify-content: space-between;
	color: #1467e8;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.huoka-esim-device__directory-empty,
.huoka-esim-device__boundary {
	margin: 18px 0 0;
	padding: 13px 15px;
	border-radius: 13px;
	color: #5e708d;
	background: #f5f8fc;
	font-size: 12px;
	line-height: 1.65;
}

.huoka-esim-device__directory-empty {
	color: #8a4b16;
	background: #fff8ed;
}

.huoka-esim-device__lookup {
	margin: 0;
	border-top: 1px solid #dce6f2;
	background: #f8fafd;
}

.huoka-esim-device__lookup > summary {
	display: flex;
	min-height: 84px;
	padding: 20px 38px;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	cursor: pointer;
}

.huoka-esim-device__lookup > summary::-webkit-details-marker {
	display: none;
}

.huoka-esim-device__lookup > summary span,
.huoka-esim-device__lookup > summary small,
.huoka-esim-device__lookup > summary strong {
	display: block;
}

.huoka-esim-device__lookup > summary small {
	margin-bottom: 4px;
	color: #7183a0;
	font-size: 11px;
}

.huoka-esim-device__lookup > summary strong {
	color: #173151;
	font-size: 17px;
}

.huoka-esim-device__lookup > summary i {
	width: 11px;
	height: 11px;
	margin-right: 5px;
	border-right: 2px solid #1467e8;
	border-bottom: 2px solid #1467e8;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.huoka-esim-device__lookup[open] > summary i {
	transform: rotate(225deg);
}

.huoka-esim-device__lookup-body {
	padding: 0 38px 34px;
}

.huoka-esim-device__lookup-body > p:first-child {
	margin: 0 0 18px;
	color: #647793;
	font-size: 13px;
	line-height: 1.65;
}

.huoka-esim-device__form {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
	gap: 12px;
	align-items: end;
}

.huoka-esim-device__field {
	min-width: 0;
}

.huoka-esim-device__field label {
	display: block;
	margin: 0 0 7px;
	color: #536985;
	font-size: 13px;
	font-weight: 700;
}

.huoka-esim-device__field input,
.huoka-esim-device__field select {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid #cfdaea;
	border-radius: 13px;
	color: #14213a;
	background: #ffffff;
	font: inherit;
}

.huoka-esim-device__submit {
	min-height: 50px;
	margin: 0;
	padding: 12px 22px;
	border: 1px solid #1467e8;
	border-radius: 13px;
	color: #ffffff;
	background: #1467e8;
	box-shadow: 0 10px 20px rgba(20, 103, 232, 0.18);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.huoka-esim-device__submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.huoka-esim-device__field input:focus,
.huoka-esim-device__field select:focus,
.huoka-esim-device__submit:focus-visible,
.huoka-esim-device__directory-search input:focus,
.huoka-esim-device__brand-filters button:focus-visible,
.huoka-esim-device__model-toggle:focus-visible,
.huoka-esim-device__lookup > summary:focus-visible,
.huoka-esim-device__source:focus-visible,
.huoka-esim-device__use:focus-visible {
	outline: 3px solid rgba(20, 103, 232, 0.3);
	outline-offset: 2px;
}

.huoka-esim-device__catalog-note,
.huoka-esim-device__status {
	margin: 13px 0 0;
	color: #7183a0;
	font-size: 12px;
	line-height: 1.6;
}

.huoka-esim-device__status:empty {
	display: none;
}

.huoka-esim-device__results {
	margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid #dce6f2;
}

.huoka-esim-device__result-note {
	margin: 0 0 12px;
	padding: 11px 13px;
	border: 1px solid #dce6f2;
	border-radius: 11px;
	color: #536985;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.6;
}

.huoka-esim-device__matches {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.huoka-esim-device__match {
	min-width: 0;
	margin: 0;
	padding: 15px;
	border: 1px solid #dce6f2;
	border-radius: 14px;
	color: #14213a;
	background: #ffffff;
}

.huoka-esim-device__match--supported {
	border-top: 4px solid #149f72;
}

.huoka-esim-device__match--unsupported {
	border-top: 4px solid #d84a3d;
}

.huoka-esim-device__match--conditional {
	border-top: 4px solid #f28c28;
}

.huoka-esim-device__match h3 {
	margin: 0 0 7px;
	color: #14213a;
	font-size: 17px;
	line-height: 1.35;
}

.huoka-esim-device__match p {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.55;
}

.huoka-esim-device__meta,
.huoka-esim-device__capability,
.huoka-esim-device__verified {
	color: #586b88;
}

.huoka-esim-device__support {
	font-weight: 800;
}

.huoka-esim-device__match--supported .huoka-esim-device__support {
	color: #087b56;
}

.huoka-esim-device__match--unsupported .huoka-esim-device__support {
	color: #a72e24;
}

.huoka-esim-device__match--conditional .huoka-esim-device__support {
	color: #9b5310;
}

.huoka-esim-device__demo-badge {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 999px;
	color: #8a4b16;
	background: #fff1e7;
	font-weight: 800;
}

.huoka-esim-device__source,
.huoka-esim-device__use {
	display: inline-flex;
	margin: 11px 8px 0 0;
	padding: 7px 10px;
	border: 0;
	border-radius: 9px;
	color: #ffffff;
	background: #1468e8;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.huoka-esim-device__fallback {
	margin: 0;
	padding: 14px 14px 14px 34px;
	border-radius: 12px;
	color: #14213a;
	background: #ffffff;
	font-size: 13px;
	line-height: 1.65;
}

.huoka-esim-device__error {
	color: #a72e24;
}

/* Reviewed device-brand profile sample. */
.huoka-device-brand-page-template {
	min-width: 0;
	padding: clamp(18px, 2.2vw, 30px) 24px clamp(54px, 7vw, 92px);
	color: #14213a;
	background: linear-gradient(180deg, #f4f8ff 0, #ffffff 520px);
}

.huoka-device-brand-page-template *,
.huoka-device-brand-page-template *::before,
.huoka-device-brand-page-template *::after {
	box-sizing: border-box;
}

.huoka-device-brand-page-template__content,
.huoka-device-brand {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.huoka-device-brand__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	align-items: center;
	color: #72839d;
	font-size: 13px;
}

.huoka-device-brand__breadcrumbs a {
	color: #526987;
	text-decoration: none;
}

.huoka-device-brand__breadcrumbs strong {
	color: #173151;
	font-weight: 700;
}

.huoka-device-brand__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: clamp(28px, 5vw, 64px);
	min-height: 420px;
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid #d6e3f3;
	border-radius: 30px;
	align-items: center;
	background:
		radial-gradient(circle at 92% 6%, rgba(20, 103, 232, 0.17), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #f0f6ff 100%);
	box-shadow: 0 24px 58px rgba(37, 77, 132, 0.11);
}

.huoka-device-brand__hero-copy {
	min-width: 0;
}

.huoka-device-brand__identity {
	display: flex;
	gap: 15px;
	margin-bottom: 24px;
	align-items: center;
}

.huoka-device-brand__logo {
	display: flex;
	width: 72px;
	height: 72px;
	padding: 14px;
	border: 1px solid #dce6f2;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	box-shadow: 0 12px 26px rgba(30, 65, 114, 0.08);
}

.huoka-device-brand__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.huoka-device-brand__identity p {
	margin: 0;
	color: #1467e8;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.06em;
}

.huoka-device-brand__hero h1 {
	max-width: 720px;
	margin: 0;
	color: #10233f;
	font-size: clamp(34px, 4.5vw, 54px);
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.huoka-device-brand__summary {
	max-width: 760px;
	margin: 20px 0 0;
	color: #5b6f8c;
	font-size: 16px;
	line-height: 1.8;
}

.huoka-device-brand__hero-actions,
.huoka-device-brand__next-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.huoka-device-brand__button {
	display: inline-flex;
	min-height: 46px;
	padding: 10px 18px;
	border: 1px solid #b9cce7;
	border-radius: 13px;
	align-items: center;
	justify-content: center;
	color: #145bbd;
	background: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.huoka-device-brand__button--primary {
	border-color: #1467e8;
	color: #ffffff;
	background: #1467e8;
	box-shadow: 0 12px 24px rgba(20, 103, 232, 0.2);
}

.huoka-device-brand__facts {
	margin: 0;
	padding: 10px 24px;
	border: 1px solid rgba(126, 166, 220, 0.42);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 38px rgba(31, 71, 125, 0.08);
}

.huoka-device-brand__facts div {
	display: flex;
	gap: 18px;
	min-height: 78px;
	border-bottom: 1px solid #e3ebf5;
	align-items: center;
	justify-content: space-between;
}

.huoka-device-brand__facts div:last-child {
	border-bottom: 0;
}

.huoka-device-brand__facts dt {
	color: #73849e;
	font-size: 12px;
}

.huoka-device-brand__facts dd {
	margin: 0;
	color: #173151;
	font-size: 14px;
	font-weight: 850;
	text-align: right;
}

.huoka-device-brand__models,
.huoka-device-brand__faq {
	margin-top: 26px;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid #dce6f2;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(32, 72, 126, 0.07);
}

.huoka-device-brand__section-heading {
	display: flex;
	gap: 24px;
	align-items: end;
	justify-content: space-between;
}

.huoka-device-brand__section-heading p,
.huoka-device-brand__notice > p:first-child,
.huoka-device-brand__next > div > p:first-child {
	margin: 0 0 7px;
	color: #1467e8;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.05em;
}

.huoka-device-brand__section-heading h2,
.huoka-device-brand__notice h2,
.huoka-device-brand__next h2 {
	margin: 0;
	color: #10233f;
	font-size: clamp(23px, 3vw, 32px);
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.huoka-device-brand__section-heading > span {
	max-width: 360px;
	color: #75869f;
	font-size: 12px;
	line-height: 1.6;
	text-align: right;
}

.huoka-device-brand__model-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.huoka-device-brand__model-card {
	min-width: 0;
	padding: 22px;
	border: 1px solid #dce6f2;
	border-radius: 18px;
	background: #f9fbfe;
}

.huoka-device-brand__model-state {
	display: flex;
	gap: 7px;
	align-items: center;
	color: #087b56;
	font-size: 11px;
	font-weight: 800;
}

.huoka-device-brand__model-state span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #10a675;
	box-shadow: 0 0 0 4px rgba(16, 166, 117, 0.11);
}

.huoka-device-brand__model-card h3 {
	margin: 15px 0 6px;
	color: #142641;
	font-size: 21px;
	line-height: 1.3;
}

.huoka-device-brand__model-card p {
	margin: 0;
	color: #667a97;
	font-size: 13px;
}

.huoka-device-brand__notice a {
	display: inline-flex;
	margin-top: 19px;
	color: #1467e8;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.huoka-device-brand__decision {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
	gap: 18px;
	margin-top: 26px;
}

.huoka-device-brand__checklist,
.huoka-device-brand__notice {
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid #dce6f2;
	border-radius: 26px;
	background: #ffffff;
}

.huoka-device-brand__checklist ol {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.huoka-device-brand__checklist li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	padding: 18px 0;
	border-top: 1px solid #e7edf5;
}

.huoka-device-brand__checklist li > span {
	display: flex;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	color: #1467e8;
	background: #edf5ff;
	font-size: 12px;
	font-weight: 900;
}

.huoka-device-brand__checklist h3 {
	margin: 0 0 6px;
	color: #182a46;
	font-size: 16px;
}

.huoka-device-brand__checklist li p {
	margin: 0;
	color: #647793;
	font-size: 13px;
	line-height: 1.7;
}

.huoka-device-brand__notice {
	position: relative;
	overflow: hidden;
	border-color: #c9ddf8;
	background: #edf5ff;
}

.huoka-device-brand__notice::after {
	position: absolute;
	right: -56px;
	bottom: -70px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(20, 103, 232, 0.08);
	content: "";
}

.huoka-device-brand__notice-icon {
	display: flex;
	width: 48px;
	height: 48px;
	margin: 28px 0 18px;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #1467e8;
	font-size: 24px;
	font-weight: 900;
}

.huoka-device-brand__notice > p:not(:first-child) {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #405b7e;
	font-size: 14px;
	line-height: 1.85;
}

.huoka-device-brand__notice a {
	position: relative;
	z-index: 1;
}

.huoka-device-brand__faq-list {
	margin-top: 24px;
	border-top: 1px solid #e5ecf5;
}

.huoka-device-brand__faq details {
	border-bottom: 1px solid #e5ecf5;
}

.huoka-device-brand__faq summary {
	display: flex;
	min-height: 70px;
	padding: 18px 2px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #173151;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.huoka-device-brand__faq summary::-webkit-details-marker {
	display: none;
}

.huoka-device-brand__faq summary i {
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.huoka-device-brand__faq summary i::before,
.huoka-device-brand__faq summary i::after {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: #1467e8;
	content: "";
}

.huoka-device-brand__faq summary i::after {
	transform: rotate(90deg);
	transition: transform 0.18s ease;
}

.huoka-device-brand__faq details[open] summary i::after {
	transform: rotate(0);
}

.huoka-device-brand__faq details > p {
	max-width: 900px;
	margin: -2px 42px 20px 2px;
	color: #627591;
	font-size: 14px;
	line-height: 1.8;
}

.huoka-device-brand__next {
	display: flex;
	gap: 32px;
	margin-top: 26px;
	padding: clamp(28px, 4vw, 44px);
	border-radius: 26px;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	background: #102f5a;
	box-shadow: 0 18px 42px rgba(16, 47, 90, 0.18);
}

.huoka-device-brand__next h2 {
	color: #ffffff;
}

.huoka-device-brand__next > div > p:first-child {
	color: #8fc1ff;
}

.huoka-device-brand__next > div > span {
	display: block;
	max-width: 700px;
	margin-top: 12px;
	color: #c9d8eb;
	font-size: 13px;
	line-height: 1.7;
}

.huoka-device-brand__next-actions {
	flex: 0 0 auto;
	margin-top: 0;
}

.huoka-device-brand__next .huoka-device-brand__button:not(.huoka-device-brand__button--primary) {
	border-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

.huoka-device-brand a:focus-visible,
.huoka-device-brand summary:focus-visible {
	outline: 3px solid rgba(20, 103, 232, 0.32);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.huoka-device-brand__hero,
	.huoka-device-brand__decision {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-device-brand__hero {
		min-height: 0;
	}

	.huoka-device-brand__facts {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 10px 16px;
	}

	.huoka-device-brand__facts div {
		min-height: 92px;
		padding: 10px 14px;
		border-right: 1px solid #e3ebf5;
		border-bottom: 0;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}

	.huoka-device-brand__facts div:last-child {
		border-right: 0;
	}

	.huoka-device-brand__facts dd {
		text-align: left;
	}

	.huoka-device-brand__next {
		align-items: flex-start;
		flex-direction: column;
	}

	.huoka-device-brand__next-actions {
		flex: 1 1 auto;
	}
}

@media (max-width: 640px) {
	.huoka-device-brand-page-template {
		padding: 18px 16px 56px;
	}

	.huoka-device-brand__hero,
	.huoka-device-brand__models,
	.huoka-device-brand__faq,
	.huoka-device-brand__checklist,
	.huoka-device-brand__notice,
	.huoka-device-brand__next {
		border-radius: 20px;
	}

	.huoka-device-brand__hero {
		gap: 24px;
		padding: 25px 20px;
	}

	.huoka-device-brand__logo {
		width: 60px;
		height: 60px;
		border-radius: 17px;
	}

	.huoka-device-brand__hero h1 {
		font-size: 32px;
	}

	.huoka-device-brand__summary {
		font-size: 14px;
	}

	.huoka-device-brand__hero-actions,
	.huoka-device-brand__next-actions {
		display: grid;
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-device-brand__facts {
		display: block;
		padding: 0 17px;
	}

	.huoka-device-brand__facts div {
		min-height: 68px;
		padding: 12px 0;
		border-right: 0;
		border-bottom: 1px solid #e3ebf5;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}

	.huoka-device-brand__facts div:last-child {
		border-bottom: 0;
	}

	.huoka-device-brand__facts dd {
		text-align: right;
	}

	.huoka-device-brand__section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.huoka-device-brand__section-heading > span {
		max-width: none;
		text-align: left;
	}

	.huoka-device-brand__model-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-device-brand__checklist li {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.huoka-device-brand__faq summary {
		min-height: 64px;
		font-size: 14px;
	}

	.huoka-device-brand__faq details > p {
		margin-right: 26px;
		font-size: 13px;
	}
}

.huoka-home-v3 .huoka-esim-preset-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 16px 0 0;
	padding: 9px 14px;
	border: 1px solid #b9d4ff;
	border-radius: 999px;
	color: #0759cc;
	background: #f3f8ff;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
}

.huoka-home-v3 .huoka-esim-preset-button:focus-visible {
	outline: 3px solid rgba(20, 104, 232, 0.32);
	outline-offset: 3px;
}

.huoka-home-v3 .huoka-esim-home-index {
	padding: 42px 24px;
	border-bottom: 1px solid #cfe0f7;
	background: linear-gradient(135deg, #0d4f9f 0%, #126bd8 100%);
}

.huoka-home-v3 .huoka-esim-home-index__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.huoka-home-v3 .huoka-esim-home-index__heading {
	display: flex;
	margin: 0 0 22px;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.huoka-home-v3 .huoka-esim-home-index__heading p {
	margin: 0;
	color: #b9dcff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.huoka-home-v3 .huoka-esim-home-index__heading h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
}

.huoka-home-v3 .huoka-esim-home-index__tools {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.huoka-home-v3 .huoka-esim-home-index__tools a {
	display: flex;
	min-width: 0;
	min-height: 128px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 18px;
	flex-direction: column;
	justify-content: space-between;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(3, 35, 78, 0.16);
}

.huoka-home-v3 .huoka-esim-home-index__tools strong {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.35;
}

.huoka-home-v3 .huoka-esim-home-index__tools span {
	color: #d9ebff;
	font-size: 13px;
	line-height: 1.65;
}

.huoka-home-v3 .huoka-esim-home-index__destinations {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
	align-items: center;
}

.huoka-home-v3 .huoka-esim-home-index__destinations > span {
	margin-right: 4px;
	color: #b9dcff;
	font-size: 13px;
	font-weight: 800;
}

.huoka-home-v3 .huoka-esim-home-index__destinations a {
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.huoka-home-v3 .huoka-esim-home-index a:focus-visible {
	outline: 3px solid #ffb778;
	outline-offset: 3px;
}

@media (hover: hover) {
	.huoka-home-v3 .huoka-esim-home-index__tools a:hover,
	.huoka-home-v3 .huoka-esim-home-index__destinations a:hover {
		border-color: rgba(255, 255, 255, 0.65);
		background: rgba(255, 255, 255, 0.18);
	}
}

.huoka-esim-page-shell {
	min-width: 0;
	padding: clamp(48px, 7vw, 96px) 24px;
	color: #14213a;
	background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 44%);
}

.huoka-esim-page-shell *,
.huoka-esim-page-shell *::before,
.huoka-esim-page-shell *::after {
	box-sizing: border-box;
}

.huoka-esim-page-shell__article {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.huoka-esim-page-shell--destination-index {
	padding-top: clamp(18px, 2vw, 26px);
}

.huoka-esim-page-shell--device-center {
	padding-top: clamp(18px, 2.2vw, 30px);
}

.huoka-esim-device-page-breadcrumb {
	display: flex;
	margin: 0 0 18px;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	color: #72839d;
	font-size: 13px;
}

.huoka-esim-device-page-breadcrumb a {
	color: #526987;
	text-decoration: none;
}

.huoka-esim-device-page-breadcrumb strong {
	color: #173151;
	font-weight: 700;
}

.huoka-esim-device-page-breadcrumb a:hover {
	color: #1467e8;
}

.huoka-esim-page-shell--destination-index .huoka-esim-destination-index {
	margin-top: 0;
}

.huoka-esim-page-shell__header {
	max-width: 900px;
	margin: 0 0 36px;
}

.huoka-esim-page-shell__eyebrow {
	margin: 0 0 10px;
	color: #0759cc;
	font-size: 14px;
	font-weight: 800;
}

.huoka-esim-page-shell__header h1 {
	margin: 0;
	color: #14213a;
	font-size: clamp(36px, 6vw, 64px);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.huoka-esim-page-shell__excerpt,
.huoka-esim-page-shell__content > p {
	max-width: 850px;
	color: #586b88;
	font-size: 17px;
	line-height: 1.85;
}

.huoka-esim-page-shell__content > h2 {
	margin: 48px 0 18px;
	color: #14213a;
	font-size: clamp(26px, 4vw, 40px);
	line-height: 1.2;
}

.huoka-esim-page-shell__content > ul {
	max-width: 850px;
	padding-left: 1.4em;
	color: #405473;
	font-size: 16px;
	line-height: 1.85;
}

.huoka-esim-destination-index {
	--huoka-destination-blue: #1268e8;
	--huoka-destination-navy: #11213d;
	--huoka-destination-muted: #66758f;
	--huoka-destination-line: #dbe6f3;
	margin-top: 28px;
}

.huoka-esim-destination-index *,
.huoka-esim-destination-index *::before,
.huoka-esim-destination-index *::after {
	box-sizing: border-box;
}

.huoka-esim-destination-index [hidden] {
	display: none !important;
}

.huoka-esim-destination-index__breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: #7d8da4;
	font-size: 13px;
	line-height: 1.5;
}

.huoka-esim-destination-index__breadcrumb a {
	color: #526987;
	text-decoration: none;
}

.huoka-esim-destination-index__breadcrumb a:hover {
	color: var(--huoka-destination-blue);
}

.huoka-esim-destination-index__breadcrumb strong {
	color: #173151;
	font-weight: 700;
}

.huoka-esim-destination-index__finder {
	position: relative;
	z-index: 2;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid var(--huoka-destination-line);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(31, 65, 112, 0.08);
}

.huoka-esim-destination-index__search > label,
.huoka-esim-destination-index__regions > span {
	display: block;
	margin: 0 0 9px;
	color: #304765;
	font-size: 13px;
	font-weight: 800;
}

.huoka-esim-destination-index__search-field {
	display: flex;
	min-height: 58px;
	padding: 0 13px 0 17px;
	border: 1px solid #cddced;
	border-radius: 16px;
	align-items: center;
	gap: 11px;
	background: #f8fbff;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.huoka-esim-destination-index__search-field:focus-within {
	border-color: #6aa8ff;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(18, 104, 232, 0.1);
}

.huoka-esim-destination-index__search-field svg {
	width: 22px;
	height: 22px;
	flex: none;
	fill: none;
	stroke: #6480a5;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.huoka-esim-destination-index__search-field input {
	width: 100%;
	min-width: 0;
	height: 54px;
	padding: 0;
	border: 0 !important;
	outline: 0;
	color: #172945;
	background: transparent !important;
	box-shadow: none !important;
	font: inherit;
	font-size: 15px;
}

.huoka-esim-destination-index__search-field input::placeholder {
	color: #8494aa;
}

.huoka-esim-destination-index__search-field button {
	min-height: 34px;
	padding: 5px 10px;
	border: 0;
	border-radius: 9px;
	flex: none;
	color: #315b8f;
	background: #eaf3ff;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.huoka-esim-destination-index__regions {
	margin-top: 21px;
}

.huoka-esim-destination-index__regions > nav {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	gap: 10px;
}

.huoka-esim-destination-index__regions a {
	display: inline-flex;
	min-height: 40px;
	padding: 8px 15px;
	border: 1px solid #d8e4f1;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #526984;
	background: #f5f8fc;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.huoka-esim-destination-index__regions a small {
	font-size: 10px;
	font-weight: 850;
}

.huoka-esim-destination-index__result-bar {
	display: flex;
	margin: clamp(30px, 5vw, 48px) 0 16px;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.huoka-esim-destination-index__result-bar h2 {
	margin: 0;
	color: var(--huoka-destination-navy);
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.2;
}

.huoka-esim-destination-index__result-bar p {
	margin: 0;
	color: #70819a;
	font-size: 13px;
}

.huoka-esim-destination-index__group {
	margin: 0;
	scroll-margin-top: 92px;
}

.huoka-esim-destination-index__group + .huoka-esim-destination-index__group {
	margin-top: clamp(34px, 5vw, 52px);
}

.huoka-esim-destination-index__group-heading {
	display: flex;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e2eaf4;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
}

.huoka-esim-destination-index__group-heading h2 {
	margin: 0;
	color: var(--huoka-destination-navy);
	font-size: 23px;
	line-height: 1.2;
}

.huoka-esim-destination-index__group-heading span {
	color: #7a8da8;
	font-size: 12px;
	font-weight: 700;
}

.huoka-esim-destination-index__group:target .huoka-esim-destination-index__group-heading {
	border-bottom-color: #7eb1f4;
}

.huoka-esim-destination-index__group:target .huoka-esim-destination-index__group-heading h2 {
	color: #1268e8;
}

.huoka-esim-destination-index__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.huoka-esim-destination-index__grid > li {
	min-width: 0;
	margin: 0;
}

.huoka-esim-destination-card {
	display: grid;
	height: 100%;
	min-height: 136px;
	min-width: 0;
	border: 1px solid #dbe5f1;
	border-radius: 18px;
	overflow: hidden;
	grid-template-columns: 108px minmax(0, 1fr);
	color: inherit;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(31, 65, 112, 0.07);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.huoka-esim-destination-card__media {
	position: relative;
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #ffffff;
	background: linear-gradient(135deg, #dbeaff 0%, #9fc9ff 100%);
}

.huoka-esim-destination-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 240ms ease;
}

.huoka-esim-destination-card__media::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	box-shadow: inset -1px 0 rgba(255, 255, 255, 0.42);
}

.huoka-esim-destination-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(17, 67, 126, 0.76);
	background:
		radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.72), transparent 22%),
		linear-gradient(135deg, #e8f2ff 0%, #b9d7ff 100%);
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.huoka-esim-destination-card__body {
	display: flex;
	min-width: 0;
	padding: 15px 14px;
	flex-direction: column;
}

.huoka-esim-destination-card__meta {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #6a7f9e;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
}

.huoka-esim-destination-card__meta small {
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.06em;
}

.huoka-esim-destination-card__heading {
	display: flex;
	min-width: 0;
	margin-top: 8px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.huoka-esim-destination-card__heading h3 {
	min-width: 0;
	margin: 0;
	color: var(--huoka-destination-navy);
	font-size: 19px;
	line-height: 1.28;
}

.huoka-esim-destination-card__flag {
	display: inline-flex;
	width: 30px;
	height: 23px;
	border: 1px solid rgba(28, 52, 85, 0.12);
	border-radius: 4px;
	overflow: hidden;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	background: #f3f6fa;
	box-shadow: 0 2px 5px rgba(25, 52, 89, 0.1);
}

.huoka-esim-destination-card__flag img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.huoka-esim-destination-card__footer {
	display: flex;
	min-width: 0;
	margin-top: auto;
	padding-top: 10px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.huoka-esim-destination-card__price {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px;
}

.huoka-esim-destination-card__price small {
	width: 100%;
	margin-bottom: 1px;
	color: #7a8ca5;
	font-size: 9px;
	font-weight: 750;
	line-height: 1.3;
}

.huoka-esim-destination-card__price strong {
	color: #f0792f;
	font-size: 16px;
	line-height: 1.1;
}

.huoka-esim-destination-card__price em {
	color: #8a98ad;
	font-size: 10px;
	font-style: normal;
}

.huoka-esim-destination-card__price.is-empty strong {
	color: #1268e8;
	font-size: 12px;
	line-height: 1.35;
}

.huoka-esim-destination-card__arrow {
	display: inline-flex;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	flex: none;
	align-items: center;
	justify-content: center;
	color: #1268e8;
	background: #edf5ff;
	font-size: 14px;
	font-weight: 850;
}

.huoka-esim-destination-index__empty {
	padding: clamp(34px, 6vw, 60px) 20px;
	border: 1px dashed #b9cfe9;
	border-radius: 22px;
	text-align: center;
	background: #f8fbff;
}

.huoka-esim-destination-index__empty > span {
	display: grid;
	width: 54px;
	height: 54px;
	margin: 0 auto 15px;
	border-radius: 50%;
	place-items: center;
	color: #1268e8;
	background: #e4f0ff;
	font-size: 28px;
	font-weight: 800;
}

.huoka-esim-destination-index__empty h2 {
	margin: 0;
	color: var(--huoka-destination-navy);
	font-size: 22px;
}

.huoka-esim-destination-index__empty p {
	margin: 8px 0 18px;
	color: var(--huoka-destination-muted);
	font-size: 14px;
}

.huoka-esim-destination-index__empty button {
	min-height: 42px;
	padding: 9px 16px;
	border: 0;
	border-radius: 11px;
	color: #ffffff;
	background: #1268e8;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.huoka-esim-destination-index__next {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	margin-top: 34px;
	padding: clamp(26px, 4vw, 38px);
	border: 1px solid #cfe0f7;
	border-radius: 24px;
	align-items: center;
	background: linear-gradient(135deg, #f2f7ff 0%, #ffffff 70%);
}

.huoka-esim-destination-index__next p {
	margin: 0 0 6px;
	color: #1268e8;
	font-size: 12px;
	font-weight: 850;
}

.huoka-esim-destination-index__next h2 {
	margin: 0;
	color: var(--huoka-destination-navy);
	font-size: clamp(23px, 3vw, 32px);
	line-height: 1.25;
}

.huoka-esim-destination-index__next div > span {
	display: block;
	margin-top: 9px;
	color: var(--huoka-destination-muted);
	font-size: 13px;
	line-height: 1.65;
}

.huoka-esim-destination-index__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 10px;
}

.huoka-esim-destination-index__actions a {
	display: inline-flex;
	min-height: 46px;
	padding: 11px 17px;
	border: 1px solid #bdd3ef;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	color: #145aa9;
	background: #ffffff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.huoka-esim-destination-index__actions a.is-primary {
	border-color: var(--huoka-destination-blue);
	color: #ffffff;
	background: var(--huoka-destination-blue);
	box-shadow: 0 10px 24px rgba(18, 104, 232, 0.2);
}

.huoka-esim-destination-card:focus-visible,
.huoka-esim-destination-index__regions a:focus-visible,
.huoka-esim-destination-index__search-field button:focus-visible,
.huoka-esim-destination-index__empty button:focus-visible,
.huoka-esim-destination-index__actions a:focus-visible {
	outline: 3px solid rgba(18, 104, 232, 0.34);
	outline-offset: 3px;
}

@media (hover: hover) {
	.huoka-esim-destination-card:hover {
		border-color: #adcaf0;
		transform: translateY(-3px);
		box-shadow: 0 17px 36px rgba(31, 65, 112, 0.13);
	}

	.huoka-esim-destination-card:hover .huoka-esim-destination-card__media img {
		transform: scale(1.045);
	}

	.huoka-esim-destination-card:hover .huoka-esim-destination-card__arrow,
	.huoka-esim-destination-index__regions a:hover {
		border-color: #b9d1ef;
		color: #ffffff;
		background: var(--huoka-destination-blue);
	}

	.huoka-esim-destination-index__actions a.is-primary:hover {
		background: #0759cc;
	}
}

.huoka-esim-directory__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.huoka-esim-directory__grid li {
	min-width: 0;
	margin: 0;
}

.huoka-esim-directory__grid a {
	display: flex;
	min-height: 150px;
	padding: 24px;
	border: 1px solid #d8e2ef;
	border-radius: 20px;
	flex-direction: column;
	justify-content: space-between;
	color: #14213a;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(38, 71, 118, 0.08);
	text-decoration: none;
}

.huoka-esim-directory__grid a:focus-visible,
.huoka-esim-destination-cta a:focus-visible {
	outline: 3px solid rgba(20, 104, 232, 0.32);
	outline-offset: 3px;
}

.huoka-esim-directory__grid span {
	color: #0759cc;
	font-size: 12px;
	font-weight: 800;
}

.huoka-esim-directory__grid strong {
	font-size: 21px;
	line-height: 1.35;
}

.huoka-esim-directory__empty {
	padding: 16px 18px;
	border: 1px solid #d8e2ef;
	border-radius: 14px;
	color: #586b88;
	background: #f7faff;
	line-height: 1.7;
}

.huoka-esim-destination-cta {
	margin: 34px 0;
	padding: clamp(26px, 5vw, 48px);
	border: 1px solid #b9d4ff;
	border-radius: 26px;
	background: linear-gradient(135deg, #eef5ff 0%, #ffffff 100%);
}

.huoka-esim-destination-cta__eyebrow {
	margin: 0 0 8px;
	color: #0759cc;
	font-size: 13px;
	font-weight: 800;
}

.huoka-esim-destination-cta h2 {
	margin: 0 0 12px;
	color: #14213a;
	font-size: clamp(25px, 4vw, 38px);
	line-height: 1.2;
}

.huoka-esim-destination-cta > p:not(.huoka-esim-destination-cta__eyebrow) {
	max-width: 760px;
	color: #586b88;
	line-height: 1.75;
}

.huoka-esim-destination-cta a {
	display: inline-flex;
	margin-top: 8px;
	padding: 12px 18px;
	border-radius: 12px;
	color: #ffffff;
	background: #1468e8;
	font-weight: 800;
	text-decoration: none;
}

.huoka-esim-device-detail__notice {
	margin: 0 0 14px;
	padding: 10px 14px;
	border: 1px solid #f2c69e;
	border-radius: 12px;
	color: #8a4b16;
	background: #fff1e7;
	font-weight: 800;
}

@media (hover: hover) {
	.huoka-home-v3 .huoka-esim-preset-button:hover {
		border-color: #1468e8;
		color: #ffffff;
		background: #1468e8;
	}
}

@media (max-width: 640px) {
	.huoka-home-v3 .huoka-esim-home-index {
		padding: 36px 18px;
	}

	.huoka-home-v3 .huoka-esim-home-index__heading {
		display: block;
	}

	.huoka-home-v3 .huoka-esim-home-index__heading p {
		margin-bottom: 7px;
	}

	.huoka-home-v3 .huoka-esim-home-index__tools {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-home-v3 .huoka-esim-home-index__tools a {
		min-height: 112px;
	}

	.huoka-esim-page-shell {
		padding: 38px 16px 64px;
	}

	.huoka-esim-page-shell--destination-index {
		padding-top: 16px;
	}

	.huoka-esim-directory__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-destination-index__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px;
	}

	.huoka-esim-destination-index__breadcrumb {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.huoka-esim-destination-index__finder {
		padding: 18px 14px;
		border-radius: 20px;
	}

	.huoka-esim-destination-index__search-field {
		min-height: 54px;
		padding-left: 14px;
	}

	.huoka-esim-destination-index__search-field input {
		height: 50px;
		font-size: 14px;
	}

	.huoka-esim-destination-index__regions > nav {
		width: calc(100% + 14px);
		margin-right: -14px;
		padding-right: 14px;
		overflow-x: auto;
		flex-wrap: nowrap;
		scrollbar-width: none;
	}

	.huoka-esim-destination-index__regions > nav::-webkit-scrollbar {
		display: none;
	}

	.huoka-esim-destination-index__regions a {
		flex: none;
	}

	.huoka-esim-destination-index__result-bar {
		margin-top: 32px;
		align-items: baseline;
	}

	.huoka-esim-destination-index__result-bar h2 {
		font-size: 24px;
	}

	.huoka-esim-destination-index__result-bar p {
		font-size: 11px;
	}

	.huoka-esim-destination-index__group {
		scroll-margin-top: 76px;
	}

	.huoka-esim-destination-index__group + .huoka-esim-destination-index__group {
		margin-top: 32px;
	}

	.huoka-esim-destination-index__group-heading h2 {
		font-size: 20px;
	}

	.huoka-esim-destination-card {
		display: flex;
		min-height: 0;
		border-radius: 16px;
		flex-direction: column;
	}

	.huoka-esim-destination-card__media {
		aspect-ratio: 600 / 328;
	}

	.huoka-esim-destination-card__media::after {
		box-shadow: inset 0 -1px rgba(255, 255, 255, 0.42);
	}

	.huoka-esim-destination-card__body {
		padding: 12px;
	}

	.huoka-esim-destination-card__heading {
		margin-top: 6px;
	}

	.huoka-esim-destination-card__heading h3 {
		font-size: 17px;
	}

	.huoka-esim-destination-card__footer {
		padding-top: 9px;
	}

	.huoka-esim-destination-card__price strong {
		font-size: 15px;
	}

	.huoka-esim-destination-card__price.is-empty strong {
		font-size: 11px;
	}

	.huoka-esim-destination-card__arrow {
		width: 27px;
		height: 27px;
	}

	.huoka-esim-destination-index__next {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
		padding: 24px 20px;
	}

	.huoka-esim-destination-index__actions,
	.huoka-esim-destination-index__actions a {
		width: 100%;
	}

	.huoka-esim-tool {
		padding: 22px;
		border-radius: 22px;
	}

	.huoka-esim-tool__form,
	.huoka-esim-tool__methods,
	.huoka-esim-tool__offers {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-device {
		border-radius: 22px;
	}

	.huoka-esim-device__hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
		padding: 26px 20px;
	}

	.huoka-esim-device__stats {
		min-width: 0;
	}

	.huoka-esim-device__directory {
		padding: 25px 20px 28px;
	}

	.huoka-esim-device__section-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.huoka-esim-device__directory-search {
		width: 100%;
	}

	.huoka-esim-device__brand-grid,
	.huoka-esim-device__form,
	.huoka-esim-device__matches {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-device__brand-card {
		padding: 17px;
	}

	.huoka-esim-device__model-list li {
		align-items: flex-start;
	}

	.huoka-esim-device__lookup > summary {
		padding: 18px 20px;
	}

	.huoka-esim-device__lookup-body {
		padding: 0 20px 26px;
	}

	.huoka-esim-device__submit {
		width: 100%;
	}

	.huoka-home-v3 .huoka-esim-preset-button {
		width: 100%;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.huoka-esim-device__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-device__stats {
		min-width: 0;
		max-width: 430px;
	}

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

	.huoka-esim-device__submit {
		grid-column: 1 / -1;
	}

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

	.huoka-esim-destination-index__next {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-destination-index__actions {
		justify-content: start;
	}
}

@media (min-width: 961px) and (max-width: 1200px) {
	.huoka-esim-device__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-device__stats {
		min-width: 0;
		max-width: 430px;
	}

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

	.huoka-esim-device__submit {
		grid-column: 1 / -1;
	}

	.huoka-esim-destination-index__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Japan V4 visual calibration: match the approved compact product-first composition. */
.huoka-esim-country--japan .huoka-esim-country-hero {
	min-height: 450px;
}

.huoka-esim-country--japan .huoka-esim-country-hero__inner {
	padding-top: 44px;
	padding-bottom: 44px;
}

.huoka-esim-country--japan .huoka-esim-country-hero h1 {
	max-width: 680px;
	font-size: clamp(38px, 4vw, 50px);
	line-height: 1.12;
}

.huoka-esim-country--japan .huoka-esim-country-hero__subtitle {
	font-size: clamp(18px, 1.8vw, 22px);
}

.huoka-esim-country--japan .huoka-esim-country-quick {
	padding: 24px;
	border-radius: 16px;
}

.huoka-esim-country--japan .huoka-esim-country-tabs a {
	min-height: 58px;
}

.huoka-esim-country--japan .huoka-esim-country-section {
	margin-top: 58px;
}

.huoka-esim-country--japan .huoka-esim-country-plans {
	margin-top: 52px;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading {
	margin-bottom: 22px;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading h2,
.huoka-esim-country--japan .huoka-esim-country-device h2 {
	font-size: clamp(25px, 2.5vw, 30px);
	line-height: 1.25;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading > p {
	max-width: 440px;
}

.huoka-esim-country-plans__filter-shell {
	display: flex;
	gap: 14px;
	margin: -2px 0 22px;
	align-items: center;
	flex-wrap: wrap;
}

.huoka-esim-country-plans__modes {
	display: inline-flex;
	padding: 3px;
	border: 1px solid #d6e3f3;
	border-radius: 11px;
	background: #f3f7fc;
}

.huoka-esim-country-plans__modes button {
	min-height: 34px;
	padding: 6px 14px;
	border: 0;
	border-radius: 8px;
	color: #64758c;
	background: transparent;
	cursor: pointer;
	font: inherit;
	font-size: 11px;
	font-weight: 900;
}

.huoka-esim-country-plans__modes button.is-active {
	color: #0759cc;
	background: #ffffff;
	box-shadow: 0 3px 10px rgba(32, 78, 133, 0.09);
}

.huoka-esim-country-plans__filter-shell .huoka-esim-country-plans__filters {
	margin: 0;
}

.huoka-esim-country-plans__filter-shell [hidden] {
	display: none !important;
}

.huoka-esim-country--japan .huoka-esim-country-plans__grid {
	gap: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-plan {
	min-height: 320px;
	padding: 20px;
	border-radius: 13px;
	box-shadow: 0 8px 22px rgba(28, 66, 116, 0.055);
}

.huoka-esim-country--japan .huoka-esim-country-plan h3 {
	font-size: 18px;
	line-height: 1.35;
}

.huoka-esim-country--japan .huoka-esim-country-plan dl {
	margin-bottom: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-plan dl > div {
	padding: 10px 11px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__footer strong {
	font-size: 23px;
}

.huoka-esim-country--japan .huoka-esim-country-plans__action {
	margin-top: 22px;
	padding-top: 20px;
}

.huoka-esim-country--japan .huoka-esim-country-usage {
	padding: 28px;
	border-radius: 17px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__controls {
	padding: 17px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__results article {
	padding: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid,
.huoka-esim-country--japan .huoka-esim-country-checklist ol,
.huoka-esim-country--japan .huoka-esim-country-guides__grid {
	gap: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid article,
.huoka-esim-country--japan .huoka-esim-country-checklist li {
	padding: 20px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid {
	gap: 12px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid article {
	padding: 18px 13px;
}

.huoka-esim-country--japan .huoka-esim-country-faq {
	margin-top: 22px;
	padding: 22px 24px;
	border-radius: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid {
	gap: 12px;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article {
	padding: 17px;
}

.huoka-esim-country--japan .huoka-esim-country-device {
	margin-top: 52px;
	padding: 17px 20px;
}

@media (hover: hover) {
	.huoka-esim-country-plans__modes button:hover {
		color: #0759cc;
	}
}

@media (max-width: 640px) {
	.huoka-esim-country--japan .huoka-esim-country-hero {
		min-height: 0;
	}

	.huoka-esim-country--japan .huoka-esim-country-hero__inner {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.huoka-esim-country--japan .huoka-esim-country-hero h1 {
		font-size: 32px;
	}

	.huoka-esim-country--japan .huoka-esim-country-tabs a {
		min-height: 54px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section,
	.huoka-esim-country--japan .huoka-esim-country-device {
		margin-top: 50px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plans {
		margin-top: 44px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading {
		margin-bottom: 18px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading h2 {
		font-size: 25px;
	}

	.huoka-esim-country-plans__filter-shell {
		gap: 10px;
		align-items: flex-start;
		flex-direction: column;
	}

	.huoka-esim-country--japan .huoka-esim-country-plan {
		min-height: 0;
		padding: 18px;
	}

	.huoka-esim-country--japan .huoka-esim-country-usage {
		padding: 20px 16px;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.huoka-esim-country--japan .huoka-esim-country-section {
		margin-top: 56px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plans {
		margin-top: 50px;
	}
}

/* Japan destination decision-page sample. Other destination pages keep the legacy CTA. */
.huoka-esim-country {
	--huoka-country-blue: #1268e8;
	--huoka-country-navy: #10213e;
	--huoka-country-ink: #15233b;
	--huoka-country-muted: #5b6d88;
	--huoka-country-line: #dbe6f4;
	--huoka-country-soft: #f3f8ff;
	width: 100%;
	min-width: 0;
	color: var(--huoka-country-ink);
}

.huoka-esim-country *,
.huoka-esim-country *::before,
.huoka-esim-country *::after {
	box-sizing: border-box;
}

.huoka-esim-country section[id] {
	scroll-margin-top: 30px;
}

.huoka-esim-country__eyebrow {
	margin: 0 0 9px;
	color: var(--huoka-country-blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.huoka-esim-page-shell__article--japan .huoka-esim-country-hero {
	width: calc(100% + 48px);
	margin-left: -24px;
}

.huoka-esim-country-hero {
	position: relative;
	min-height: clamp(520px, 58vw, 680px);
	margin: 0;
	overflow: hidden;
	color: #ffffff;
	background: linear-gradient(135deg, #10213e, #1268e8);
	box-shadow: 0 24px 60px rgba(19, 68, 132, 0.2);
}

.huoka-esim-country-hero__backdrop,
.huoka-esim-country-hero__backdrop::after {
	position: absolute;
	inset: 0;
	margin: 0;
}

.huoka-esim-country-hero__backdrop::after {
	content: "";
	background:
		linear-gradient(90deg, rgba(7, 28, 57, 0.9) 0%, rgba(8, 45, 88, 0.69) 48%, rgba(4, 32, 66, 0.45) 100%),
		linear-gradient(0deg, rgba(5, 26, 53, 0.36), transparent 52%);
}

.huoka-esim-country-hero__backdrop > img,
.huoka-esim-country-hero__backdrop > .huoka-esim-destination-card__placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	color: rgba(255, 255, 255, 0.88);
	background:
		radial-gradient(circle at 72% 28%, rgba(121, 198, 255, 0.52), transparent 28%),
		linear-gradient(135deg, #1d73c8, #12345f);
	font-size: clamp(34px, 6vw, 72px);
	font-weight: 900;
}

.huoka-esim-country-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1180px, calc(100% - 48px));
	min-height: inherit;
	margin: 0 auto;
	padding: clamp(42px, 7vw, 78px) 0;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: clamp(30px, 6vw, 78px);
	align-items: center;
}

.huoka-esim-country-hero .huoka-esim-country__eyebrow {
	color: #addaff;
}

.huoka-esim-country-hero h1 {
	max-width: 700px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(38px, 5.5vw, 66px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	text-shadow: 0 3px 22px rgba(0, 25, 58, 0.3);
}

.huoka-esim-country-hero__subtitle {
	max-width: 720px;
	margin: 17px 0 0;
	color: #e8f3ff;
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.6;
	text-shadow: 0 2px 14px rgba(0, 25, 58, 0.3);
}

.huoka-esim-country-hero__summary {
	max-width: 660px;
	margin: 13px 0 0;
	color: #d9eaff;
	font-size: 13px;
	line-height: 1.75;
}

.huoka-esim-country-hero__facts {
	display: flex;
	gap: 9px;
	margin: 24px 0 0;
	padding: 0;
	flex-wrap: wrap;
	list-style: none;
}

.huoka-esim-country-hero__facts li {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	color: #eef7ff;
	background: rgba(9, 44, 83, 0.42);
	backdrop-filter: blur(8px);
	font-size: 11px;
	font-weight: 800;
}

.huoka-esim-country-hero__actions,
.huoka-esim-country-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.huoka-esim-country-hero__actions a,
.huoka-esim-country-final__actions a {
	display: inline-flex;
	min-height: 48px;
	padding: 11px 17px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.09);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.huoka-esim-country-hero__actions a.is-primary,
.huoka-esim-country-final__actions a.is-primary {
	border-color: #ffffff;
	color: #0b56b8;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(4, 35, 77, 0.2);
}

.huoka-esim-country-quick {
	min-width: 0;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 20px;
	color: var(--huoka-country-ink);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 22px 48px rgba(0, 29, 67, 0.24);
	backdrop-filter: blur(12px);
}

.huoka-esim-country-quick h2 {
	margin: 0;
	color: var(--huoka-country-ink);
	font-size: 21px;
	line-height: 1.35;
}

.huoka-esim-country-quick > p {
	margin: 0 0 6px;
	color: #0759cc;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.huoka-esim-country-quick form,
.huoka-esim-country-quick label {
	display: grid;
	gap: 8px;
}

.huoka-esim-country-quick form {
	gap: 15px;
	margin-top: 18px;
}

.huoka-esim-country-quick label {
	color: #445874;
	font-size: 11px;
	font-weight: 900;
}

.huoka-esim-country-quick select,
.huoka-esim-country-quick button {
	width: 100%;
	min-height: 46px;
	border-radius: 10px;
	font: inherit;
}

.huoka-esim-country-quick select {
	padding: 0 12px;
	border: 1px solid #d5e0ee;
	color: #1d2e49;
	background: #ffffff;
	font-size: 12px;
	font-weight: 700;
}

.huoka-esim-country-quick button {
	padding: 10px 14px;
	border: 0;
	color: #ffffff;
	background: var(--huoka-country-blue);
	box-shadow: 0 10px 24px rgba(18, 104, 232, 0.22);
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
}

.huoka-esim-country-quick > a,
.huoka-esim-country-quick > span {
	display: block;
	margin-top: 13px;
	color: #49709d;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.huoka-esim-country-tabs {
	display: flex;
	margin: 0;
	overflow-x: auto;
	border: 1px solid var(--huoka-country-line);
	border-top: 0;
	border-radius: 0 0 16px 16px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(28, 66, 116, 0.08);
	scrollbar-width: thin;
}

.huoka-esim-country-tabs a {
	display: flex;
	min-height: 66px;
	padding: 10px 12px;
	border-bottom: 3px solid transparent;
	flex: 1 0 126px;
	align-items: center;
	justify-content: center;
	color: #405473;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.huoka-esim-country-tabs a + a {
	border-left: 1px solid #edf2f8;
}

.huoka-esim-country-tabs a.is-active,
.huoka-esim-country-tabs a:hover {
	border-bottom-color: var(--huoka-country-blue);
	color: #0759cc;
}

.huoka-esim-country-tabs span {
	display: inline-flex;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	border-radius: 7px;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #eaf3ff;
	font-size: 10px;
}

.huoka-esim-country-section {
	margin-top: clamp(62px, 8vw, 96px);
}

.huoka-esim-country-section__heading {
	display: flex;
	gap: 28px;
	margin-bottom: 25px;
	align-items: end;
	justify-content: space-between;
}

.huoka-esim-country-section__heading h2,
.huoka-esim-country-device h2 {
	margin: 0;
	color: var(--huoka-country-ink);
	font-size: clamp(27px, 4vw, 42px);
	line-height: 1.15;
	letter-spacing: -0.035em;
}

.huoka-esim-country-section__heading > p {
	max-width: 440px;
	margin: 0;
	color: var(--huoka-country-muted);
	font-size: 13px;
	line-height: 1.75;
}

.huoka-esim-country-benefits {
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid #d8e7f8;
	border-radius: 26px;
	background: linear-gradient(145deg, #f1f7ff, #ffffff 76%);
}

.huoka-esim-country-benefits__grid,
.huoka-esim-country-trust,
.huoka-esim-country-guides__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.huoka-esim-country-benefits__grid article {
	min-width: 0;
	padding: 20px;
	border: 1px solid #dce7f4;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.86);
}

.huoka-esim-country-benefits__grid article > span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #e8f2ff;
	font-size: 10px;
	font-weight: 900;
}

.huoka-esim-country-benefits__grid h3 {
	margin: 15px 0 0;
	font-size: 17px;
	line-height: 1.4;
}

.huoka-esim-country-benefits__grid p {
	margin: 8px 0 0;
	color: var(--huoka-country-muted);
	font-size: 11px;
	line-height: 1.7;
}

.huoka-esim-country-path__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.huoka-esim-country-path__grid article {
	display: flex;
	min-width: 0;
	min-height: 260px;
	padding: 24px;
	border: 1px solid var(--huoka-country-line);
	border-radius: 20px;
	flex-direction: column;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(28, 66, 116, 0.08);
}

.huoka-esim-country-path__grid article.is-recommended {
	border-color: #8dbbf4;
	background: linear-gradient(150deg, #eef6ff 0%, #ffffff 70%);
}

.huoka-esim-country-path__grid article > span {
	display: inline-flex;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #e8f2ff;
	font-size: 12px;
	font-weight: 900;
}

.huoka-esim-country-path__grid h3 {
	margin: 18px 0 0;
	font-size: 20px;
	line-height: 1.35;
}

.huoka-esim-country-path__grid p {
	margin: 11px 0 0;
	color: var(--huoka-country-muted);
	font-size: 13px;
	line-height: 1.75;
}

.huoka-esim-country-path__grid a {
	display: inline-flex;
	margin-top: auto;
	padding-top: 18px;
	align-items: center;
	color: #0759cc;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.huoka-esim-country-path__grid a::after {
	content: "→";
	margin-left: 7px;
}

.huoka-esim-country-methods__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 15px;
}

.huoka-esim-country-method {
	grid-column: span 2;
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--huoka-country-line);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(28, 66, 116, 0.07);
}

.huoka-esim-country-method.is-featured {
	grid-column: span 3;
}

.huoka-esim-country-method.is-esim {
	border-color: #8dbbf4;
	background: linear-gradient(145deg, #eaf4ff, #ffffff 72%);
}

.huoka-esim-country-method.is-expansion {
	border-color: #f2c79d;
	background: linear-gradient(145deg, #fff6ec, #ffffff 72%);
}

.huoka-esim-country-method__top {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.huoka-esim-country-method__top > span {
	color: #8ca0ba;
	font-size: 12px;
	font-weight: 900;
}

.huoka-esim-country-method__top em {
	padding: 5px 9px;
	border-radius: 999px;
	color: #0759cc;
	background: #e8f2ff;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
}

.huoka-esim-country-method.is-expansion .huoka-esim-country-method__top em {
	color: #98510c;
	background: #fff0df;
}

.huoka-esim-country-method h3 {
	margin: 19px 0 0;
	font-size: 21px;
	line-height: 1.3;
}

.huoka-esim-country-method > p {
	min-height: 68px;
	margin: 11px 0 0;
	color: var(--huoka-country-muted);
	font-size: 13px;
	line-height: 1.75;
}

.huoka-esim-country-method dl,
.huoka-esim-country-plan dl {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
}

.huoka-esim-country-method dl > div {
	padding-top: 10px;
	border-top: 1px solid #e5edf7;
}

.huoka-esim-country-method dt,
.huoka-esim-country-plan dt {
	color: #7a8ca5;
	font-size: 10px;
	font-weight: 900;
}

.huoka-esim-country-method dd,
.huoka-esim-country-plan dd {
	margin: 4px 0 0;
	color: #314765;
	font-size: 12px;
	line-height: 1.55;
}

.huoka-esim-country-compare__wrap {
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid var(--huoka-country-line);
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(28, 66, 116, 0.06);
	scrollbar-width: thin;
}

.huoka-esim-country-compare table {
	width: 100%;
	min-width: 880px;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 1.55;
}

.huoka-esim-country-compare caption {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.huoka-esim-country-compare th,
.huoka-esim-country-compare td {
	padding: 14px 13px;
	border-right: 1px solid #e8eef6;
	border-bottom: 1px solid #e8eef6;
	text-align: center;
	vertical-align: middle;
}

.huoka-esim-country-compare thead th {
	color: #213754;
	background: #f5f8fc;
	font-size: 12px;
	font-weight: 900;
}

.huoka-esim-country-compare thead th.is-primary {
	color: #0759cc;
	background: #eaf3ff;
}

.huoka-esim-country-compare tbody th {
	color: #405473;
	background: #f9fbfd;
	font-weight: 900;
}

.huoka-esim-country-compare tbody td:nth-child(2) {
	color: #0759cc;
	background: #f7fbff;
	font-weight: 800;
}

.huoka-esim-country-compare tr:last-child th,
.huoka-esim-country-compare tr:last-child td {
	border-bottom: 0;
}

.huoka-esim-country-compare th:last-child,
.huoka-esim-country-compare td:last-child {
	border-right: 0;
}

.huoka-esim-country-plans {
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid #d2e2f6;
	border-radius: 28px;
	background: #f4f8fe;
}

.huoka-esim-country-plans__notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #bcd4f3;
	border-radius: 12px;
	color: #315a8e;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.65;
}

.huoka-esim-country-plans__notice.is-demo {
	border-color: #efc394;
	color: #8a4b16;
	background: #fff8ef;
}

.huoka-esim-country-plans__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.huoka-esim-country-plan {
	min-width: 0;
	padding: 21px;
	border: 1px solid #d7e3f2;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(28, 66, 116, 0.07);
}

.huoka-esim-country-plan.is-demo {
	border-color: #edc89f;
}

.huoka-esim-country-plan__meta {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
}

.huoka-esim-country-plan__meta span,
.huoka-esim-country-plan__meta em {
	color: #0759cc;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
}

.huoka-esim-country-plan__meta em {
	padding: 4px 7px;
	border-radius: 999px;
	color: #8a4b16;
	background: #fff0df;
}

.huoka-esim-country-plan h3 {
	margin: 13px 0 0;
	font-size: 17px;
	line-height: 1.4;
}

.huoka-esim-country-plan__provider {
	margin: 6px 0 0;
	color: var(--huoka-country-muted);
	font-size: 11px;
	line-height: 1.5;
}

.huoka-esim-country-plan dl {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.huoka-esim-country-plan dl > div {
	min-width: 0;
	padding: 9px;
	border-radius: 9px;
	background: #f6f9fd;
}

.huoka-esim-country-plan__footer {
	display: flex;
	gap: 12px;
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid #e4ecf6;
	align-items: end;
	justify-content: space-between;
}

.huoka-esim-country-plan__footer span {
	display: flex;
	flex-direction: column;
}

.huoka-esim-country-plan__footer small {
	color: #7a8ca5;
	font-size: 9px;
	font-weight: 800;
}

.huoka-esim-country-plan__footer strong {
	margin-top: 3px;
	color: #e85b12;
	font-size: 23px;
	line-height: 1;
}

.huoka-esim-country-plan__footer > em {
	color: #7a8ca5;
	font-size: 9px;
	font-style: normal;
}

.huoka-esim-country-plans__empty {
	padding: 28px;
	border: 1px dashed #aac6e8;
	border-radius: 18px;
	text-align: center;
	background: #ffffff;
}

.huoka-esim-country-plans__empty strong {
	font-size: 19px;
}

.huoka-esim-country-plans__empty p,
.huoka-esim-country-plans__action p {
	margin: 8px 0 0;
	color: var(--huoka-country-muted);
	font-size: 12px;
	line-height: 1.7;
}

.huoka-esim-country-plans__empty a,
.huoka-esim-country-plans__action a,
.huoka-esim-country-device__action a {
	display: inline-flex;
	min-height: 43px;
	margin-top: 15px;
	padding: 9px 14px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: var(--huoka-country-blue);
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

.huoka-esim-country-plans__action {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
}

.huoka-esim-country-plans__action a {
	margin-top: 0;
	flex: 0 0 auto;
}

.huoka-esim-country-plans__action > span {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.huoka-esim-country-plans__action > span a + a {
	border: 1px solid var(--huoka-country-blue);
	color: var(--huoka-country-blue);
	background: #ffffff;
}

.huoka-esim-country-trust {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.huoka-esim-country-trust li {
	display: flex;
	min-width: 0;
	padding: 14px 16px;
	border: 1px solid #e0e9f5;
	border-radius: 13px;
	flex-direction: column;
	background: #ffffff;
}

.huoka-esim-country-trust strong {
	color: #274260;
	font-size: 11px;
}

.huoka-esim-country-trust span {
	margin-top: 5px;
	color: #718199;
	font-size: 10px;
	line-height: 1.55;
}

.huoka-esim-country-device {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: clamp(28px, 5vw, 66px);
	padding: clamp(28px, 5vw, 54px);
	border-radius: 28px;
	align-items: center;
	background: linear-gradient(135deg, #edf5ff 0%, #ffffff 65%);
}

.huoka-esim-country-device__copy > p:not(.huoka-esim-country__eyebrow) {
	margin: 17px 0 0;
	color: var(--huoka-country-muted);
	font-size: 13px;
	line-height: 1.8;
}

.huoka-esim-country-device__copy ul {
	margin: 17px 0 0;
	padding-left: 1.3em;
	color: #405473;
	font-size: 12px;
	line-height: 1.8;
}

.huoka-esim-country-device__action {
	padding: 25px;
	border-radius: 20px;
	color: #ffffff;
	background: linear-gradient(145deg, #123b71, #1268e8);
	box-shadow: 0 18px 38px rgba(16, 72, 143, 0.2);
}

.huoka-esim-country-device__action > span {
	display: inline-flex;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	color: #bfe0ff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.huoka-esim-country-device__action strong {
	display: block;
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.35;
}

.huoka-esim-country-device__action p {
	margin: 9px 0 0;
	color: #d6e9ff;
	font-size: 12px;
	line-height: 1.7;
}

.huoka-esim-country-device__action a {
	color: #0759cc;
	background: #ffffff;
}

.huoka-esim-country-device__action > em {
	display: block;
	margin-top: 15px;
	color: #d6e9ff;
	font-size: 11px;
	font-style: normal;
}

.huoka-esim-country-checklist ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.huoka-esim-country-checklist li {
	display: flex;
	min-width: 0;
	padding: 20px;
	border-top: 3px solid #8dbbf4;
	border-radius: 13px;
	background: #f7faff;
}

.huoka-esim-country-checklist li > span {
	margin-right: 11px;
	color: #0759cc;
	font-size: 11px;
	font-weight: 900;
}

.huoka-esim-country-checklist h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
}

.huoka-esim-country-checklist li p {
	margin: 8px 0 0;
	color: var(--huoka-country-muted);
	font-size: 11px;
	line-height: 1.7;
}

.huoka-esim-country-guides__grid > article {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--huoka-country-line);
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(28, 66, 116, 0.07);
}

.huoka-esim-country-guide__media {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #eaf3ff;
}

.huoka-esim-country-guide__media > img,
.huoka-esim-country-guide__placeholder {
	display: flex;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	color: #0759cc;
	background: linear-gradient(135deg, #edf6ff, #cce5ff);
	font-size: 17px;
	font-weight: 900;
}

.huoka-esim-country-guides__grid article > div {
	padding: 17px;
}

.huoka-esim-country-guides h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
}

.huoka-esim-country-guides h3 a {
	color: var(--huoka-country-ink);
	text-decoration: none;
}

.huoka-esim-country-guides article p {
	margin: 8px 0 0;
	color: var(--huoka-country-muted);
	font-size: 11px;
	line-height: 1.65;
}

.huoka-esim-country-guide__more {
	display: inline-flex;
	margin-top: 12px;
	color: #0759cc;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
}

.huoka-esim-country-guide__more::after {
	content: "→";
	margin-left: 5px;
}

.huoka-esim-country-final {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	margin-top: clamp(62px, 8vw, 96px);
	padding: clamp(26px, 5vw, 46px);
	border-radius: 26px;
	align-items: center;
	color: #ffffff;
	background: linear-gradient(135deg, #0f3d78, #1268e8);
}

.huoka-esim-country-final p {
	margin: 0 0 6px;
	color: #addaff;
	font-size: 12px;
	font-weight: 900;
}

.huoka-esim-country-final h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(25px, 3vw, 36px);
	line-height: 1.2;
}

.huoka-esim-country-final span {
	display: block;
	margin-top: 9px;
	color: #d9eaff;
	font-size: 12px;
	line-height: 1.7;
}

.huoka-esim-country-final__actions {
	margin-top: 0;
	justify-content: end;
}

.huoka-esim-country a:focus-visible {
	outline: 3px solid rgba(255, 147, 57, 0.48);
	outline-offset: 3px;
}

@media (hover: hover) {
	.huoka-esim-country-hero__actions a:hover,
	.huoka-esim-country-final__actions a:hover {
		border-color: #ffffff;
		background: rgba(255, 255, 255, 0.18);
	}

	.huoka-esim-country-hero__actions a.is-primary:hover,
	.huoka-esim-country-final__actions a.is-primary:hover {
		color: #ffffff;
		background: #ff7b22;
	}

	.huoka-esim-country-path__grid article:hover,
	.huoka-esim-country-method:hover,
	.huoka-esim-country-plan:hover {
		transform: translateY(-3px);
		box-shadow: 0 20px 42px rgba(28, 66, 116, 0.12);
	}
}

@media (max-width: 640px) {
	.huoka-esim-page-shell__article--japan .huoka-esim-country-hero {
		width: calc(100% + 32px);
		margin-left: -16px;
	}

	.huoka-esim-country-hero {
		min-height: auto;
	}

	.huoka-esim-country-hero__inner {
		width: calc(100% - 32px);
		min-height: 0;
		padding: 40px 0;
		grid-template-columns: minmax(0, 1fr);
		gap: 26px;
	}

	.huoka-esim-country-hero h1 {
		font-size: 37px;
	}

	.huoka-esim-country-hero__backdrop::after {
		background: linear-gradient(180deg, rgba(6, 31, 61, 0.85), rgba(5, 33, 69, 0.75));
	}

	.huoka-esim-country-quick {
		padding: 20px;
	}

	.huoka-esim-country-tabs {
		width: calc(100% + 32px);
		margin-left: -16px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.huoka-esim-country-hero__actions,
	.huoka-esim-country-hero__actions a,
	.huoka-esim-country-final__actions,
	.huoka-esim-country-final__actions a {
		width: 100%;
	}

	.huoka-esim-country-section__heading {
		display: block;
	}

	.huoka-esim-country-section__heading > p {
		margin-top: 11px;
	}

	.huoka-esim-country-path__grid,
	.huoka-esim-country-benefits__grid,
	.huoka-esim-country-methods__grid,
	.huoka-esim-country-plans__grid,
	.huoka-esim-country-trust,
	.huoka-esim-country-device,
	.huoka-esim-country-checklist ol,
	.huoka-esim-country-guides__grid,
	.huoka-esim-country-final {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-country-benefits {
		padding: 24px 18px;
		border-radius: 22px;
	}

	.huoka-esim-country-method,
	.huoka-esim-country-method.is-featured {
		grid-column: auto;
	}

	.huoka-esim-country-method > p {
		min-height: 0;
	}

	.huoka-esim-country-plans {
		padding: 24px 18px;
		border-radius: 22px;
	}

	.huoka-esim-country-plan dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-country-plans__action {
		display: block;
	}

	.huoka-esim-country-plans__action a {
		width: 100%;
		margin-top: 14px;
	}

	.huoka-esim-country-device {
		padding: 24px 20px;
		border-radius: 22px;
	}

	.huoka-esim-country-final {
		padding: 25px 20px;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.huoka-esim-country-hero__inner,
	.huoka-esim-country-device,
	.huoka-esim-country-final {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-country-quick {
		width: min(520px, 100%);
	}

	.huoka-esim-country-path__grid,
	.huoka-esim-country-benefits__grid,
	.huoka-esim-country-plans__grid,
	.huoka-esim-country-trust,
	.huoka-esim-country-checklist ol,
	.huoka-esim-country-guides__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.huoka-esim-country-path__grid article:last-child {
		grid-column: 1 / -1;
	}

	.huoka-esim-country-methods__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.huoka-esim-country-method,
	.huoka-esim-country-method.is-featured {
		grid-column: auto;
	}

	.huoka-esim-country-method:last-child {
		grid-column: 1 / -1;
	}

	.huoka-esim-country-final__actions {
		justify-content: start;
	}
}

/* Japan product-first V3: plans and local-use content lead; compatibility stays secondary. */
.huoka-esim-page-shell__article--japan .huoka-esim-country-hero {
	margin-top: clamp(-96px, -7vw, -48px);
}

.huoka-esim-country--japan .huoka-esim-country-hero {
	min-height: clamp(440px, 46vw, 570px);
}

.huoka-esim-country--japan .huoka-esim-country-hero__backdrop::after {
	background:
		linear-gradient(90deg, rgba(7, 31, 64, 0.82) 0%, rgba(8, 50, 95, 0.55) 50%, rgba(5, 33, 69, 0.3) 100%),
		linear-gradient(0deg, rgba(5, 26, 53, 0.27), transparent 55%);
}

.huoka-esim-country--japan .huoka-esim-country-hero__inner {
	padding-top: clamp(48px, 7vw, 82px);
	padding-bottom: clamp(48px, 7vw, 82px);
}

.huoka-esim-country--japan .huoka-esim-country-hero__copy {
	align-self: center;
}

.huoka-esim-country--japan .huoka-esim-country-hero h1 {
	max-width: 760px;
	font-size: clamp(38px, 5vw, 62px);
}

.huoka-esim-country--japan .huoka-esim-country-hero__subtitle {
	font-size: clamp(18px, 2.1vw, 25px);
}

.huoka-esim-country--japan .huoka-esim-country-tabs {
	position: relative;
	z-index: 2;
	border-radius: 0 0 18px 18px;
}

.huoka-esim-country--japan .huoka-esim-country-tabs a {
	min-height: 72px;
	flex-basis: 150px;
}

.huoka-esim-country--japan .huoka-esim-country-section {
	margin-top: clamp(84px, 9vw, 122px);
}

.huoka-esim-country--japan .huoka-esim-country-plans {
	margin-top: clamp(72px, 8vw, 104px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading {
	margin-bottom: 32px;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading h2,
.huoka-esim-country--japan .huoka-esim-country-device h2 {
	font-size: clamp(26px, 3.2vw, 38px);
}

.huoka-esim-country-plans__filters {
	display: flex;
	gap: 9px;
	margin: -8px 0 25px;
	flex-wrap: wrap;
}

.huoka-esim-country-plans__filters button {
	min-height: 36px;
	padding: 7px 15px;
	border: 1px solid #d7e3f2;
	border-radius: 999px;
	color: #52657f;
	background: #ffffff;
	cursor: pointer;
	font: inherit;
	font-size: 11px;
	font-weight: 900;
}

.huoka-esim-country-plans__filters button.is-active {
	border-color: var(--huoka-country-blue);
	color: #ffffff;
	background: var(--huoka-country-blue);
}

.huoka-esim-country--japan .huoka-esim-country-plans__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.huoka-esim-country--japan .huoka-esim-country-plan {
	display: flex;
	min-height: 360px;
	padding: 25px;
	border-radius: 18px;
	flex-direction: column;
	box-shadow: 0 14px 34px rgba(28, 66, 116, 0.07);
}

.huoka-esim-country--japan .huoka-esim-country-plan.is-recommended {
	border-color: #ff9b55;
	box-shadow: 0 16px 38px rgba(235, 100, 25, 0.1);
}

.huoka-esim-country-plan__meta b {
	padding: 4px 7px;
	border-radius: 999px;
	color: #a84d0d;
	background: #fff0e4;
	font-size: 10px;
	font-weight: 900;
}

.huoka-esim-country--japan .huoka-esim-country-plan dl {
	margin-bottom: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__footer {
	margin-top: auto;
	align-items: center;
}

.huoka-esim-country-plan__footer > a {
	display: inline-flex;
	min-height: 39px;
	padding: 8px 14px;
	border: 1px solid #cfe0f5;
	border-radius: 9px;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #ffffff;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
}

.huoka-esim-country-plan.is-recommended .huoka-esim-country-plan__footer > a {
	border-color: var(--huoka-country-blue);
	color: #ffffff;
	background: var(--huoka-country-blue);
}

.huoka-esim-country-plan[hidden] {
	display: none;
}

.huoka-esim-country-plans__filtered-empty {
	margin: 22px 0 0;
	padding: 22px;
	border: 1px dashed #b7cde9;
	border-radius: 14px;
	color: var(--huoka-country-muted);
	background: #f7faff;
	font-size: 12px;
	text-align: center;
}

.huoka-esim-country--japan .huoka-esim-country-plans__action {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e2eaf4;
}

.huoka-esim-country-usage {
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #d7e5f6;
	border-radius: 24px;
	background: linear-gradient(145deg, #f7fbff, #ffffff 76%);
}

.huoka-esim-country-usage__controls {
	display: grid;
	grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1.64fr);
	gap: 22px;
	padding: 20px;
	border: 1px solid #dce7f4;
	border-radius: 16px;
	background: #ffffff;
}

.huoka-esim-country-usage__days,
.huoka-esim-country-usage__controls fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	color: #405473;
	font-size: 11px;
	font-weight: 900;
}

.huoka-esim-country-usage__days > span {
	display: grid;
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #cfdef0;
	border-radius: 11px;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.huoka-esim-country-usage__days button,
.huoka-esim-country-usage__days input {
	min-width: 0;
	min-height: 46px;
	border: 0;
	color: #0759cc;
	background: #ffffff;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
}

.huoka-esim-country-usage__days button {
	cursor: pointer;
	font-size: 20px;
}

.huoka-esim-country-usage__days input {
	color: var(--huoka-country-ink);
	-moz-appearance: textfield;
}

.huoka-esim-country-usage__days input::-webkit-outer-spin-button,
.huoka-esim-country-usage__days input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.huoka-esim-country-usage__controls legend {
	margin-bottom: 10px;
}

.huoka-esim-country-usage__controls fieldset {
	display: flex;
	gap: 8px;
	align-content: start;
	flex-wrap: wrap;
}

.huoka-esim-country-usage__controls fieldset label {
	display: inline-flex;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #d8e4f2;
	border-radius: 10px;
	align-items: center;
	color: #50647f;
	background: #f9fbfe;
	cursor: pointer;
	font-size: 11px;
}

.huoka-esim-country-usage__controls fieldset input {
	margin: 0 7px 0 0;
	accent-color: var(--huoka-country-blue);
}

.huoka-esim-country-usage__results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.huoka-esim-country-usage__results article {
	min-width: 0;
	padding: 22px;
	border: 1px solid #dce7f4;
	border-radius: 14px;
	text-align: center;
	background: #ffffff;
}

.huoka-esim-country-usage__results article.is-match {
	border-color: #7fb2f1;
	background: #eef6ff;
	box-shadow: 0 10px 28px rgba(18, 104, 232, 0.09);
}

.huoka-esim-country-usage__results span {
	color: #54708f;
	font-size: 10px;
	font-weight: 900;
}

.huoka-esim-country-usage__results strong {
	display: block;
	margin-top: 7px;
	color: #0759cc;
	font-size: 17px;
	line-height: 1.45;
}

.huoka-esim-country-usage__results p {
	margin: 8px 0 0;
	color: var(--huoka-country-muted);
	font-size: 10px;
	line-height: 1.6;
}

.huoka-esim-country--japan .huoka-esim-country-benefits {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid {
	gap: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid article {
	padding: 24px;
	box-shadow: 0 12px 30px rgba(28, 66, 116, 0.055);
}

.huoka-esim-country--japan .huoka-esim-country-checklist ol {
	gap: 16px;
}

.huoka-esim-country--japan .huoka-esim-country-checklist li {
	padding: 23px;
	border-top-width: 2px;
}

.huoka-esim-country-local-use__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.huoka-esim-country-local-use__grid article {
	min-width: 0;
	padding: 22px 16px;
	border: 1px solid #dce7f4;
	border-radius: 15px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(28, 66, 116, 0.05);
}

.huoka-esim-country-local-use__grid article > span {
	display: inline-flex;
	min-width: 38px;
	height: 38px;
	padding: 0 7px;
	border-radius: 11px;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #eaf3ff;
	font-size: 10px;
	font-weight: 900;
}

.huoka-esim-country-local-use__grid h3 {
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.huoka-esim-country-local-use__grid p {
	margin: 8px 0 0;
	color: var(--huoka-country-muted);
	font-size: 10px;
	line-height: 1.65;
}

.huoka-esim-country--japan .huoka-esim-country-guides__grid {
	gap: 18px;
}

.huoka-esim-country-faq {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 28px;
	padding: 26px 28px;
	border: 1px solid #e0e9f5;
	border-radius: 18px;
	background: #f8faff;
}

.huoka-esim-country-faq > section {
	min-width: 0;
	padding: 0 24px;
}

.huoka-esim-country-faq > section + section {
	border-left: 1px solid #dce5f1;
}

.huoka-esim-country-faq h3 {
	margin: 0 0 10px;
	color: #273b58;
	font-size: 15px;
}

.huoka-esim-country-faq details {
	border-bottom: 1px solid #e3eaf3;
}

.huoka-esim-country-faq details:last-child {
	border-bottom: 0;
}

.huoka-esim-country-faq summary {
	position: relative;
	padding: 12px 22px 12px 0;
	color: #4e607a;
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.5;
	list-style: none;
}

.huoka-esim-country-faq summary::-webkit-details-marker {
	display: none;
}

.huoka-esim-country-faq summary::after {
	position: absolute;
	top: 12px;
	right: 2px;
	content: "›";
	color: #0759cc;
	font-size: 16px;
	transition: transform 0.2s ease;
}

.huoka-esim-country-faq details[open] summary::after {
	transform: rotate(90deg);
}

.huoka-esim-country-faq details p {
	margin: -2px 0 12px;
	color: #6b7d96;
	font-size: 10px;
	line-height: 1.65;
}

.huoka-esim-country-alternatives__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.huoka-esim-country-alternatives__grid article {
	display: flex;
	min-width: 0;
	padding: 20px;
	border: 1px solid #dfe8f3;
	border-radius: 14px;
	background: #ffffff;
}

.huoka-esim-country-alternatives__grid article > span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	margin-right: 12px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #eaf3ff;
	font-size: 10px;
	font-weight: 900;
	flex: 0 0 auto;
}

.huoka-esim-country-alternatives__grid h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
}

.huoka-esim-country-alternatives__grid p,
.huoka-esim-country-alternatives__grid small {
	display: block;
	margin: 7px 0 0;
	color: var(--huoka-country-muted);
	font-size: 10px;
	line-height: 1.6;
}

.huoka-esim-country--japan .huoka-esim-country-device {
	display: flex;
	gap: 24px;
	margin-top: clamp(72px, 8vw, 104px);
	padding: 20px 24px;
	border: 1px solid #dce7f4;
	border-radius: 15px;
	align-items: center;
	justify-content: space-between;
	background: #f9fbfe;
}

.huoka-esim-country--japan .huoka-esim-country-device > div {
	display: flex;
	min-width: 0;
	align-items: center;
}

.huoka-esim-country--japan .huoka-esim-country-device > div > span {
	display: inline-flex;
	width: 38px;
	height: 38px;
	margin-right: 13px;
	border-radius: 11px;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #e8f2ff;
	font-weight: 900;
	flex: 0 0 auto;
}

.huoka-esim-country--japan .huoka-esim-country-device p {
	margin: 0;
}

.huoka-esim-country--japan .huoka-esim-country-device strong {
	display: block;
	color: #273b58;
	font-size: 13px;
}

.huoka-esim-country--japan .huoka-esim-country-device small {
	display: block;
	margin-top: 5px;
	color: #6b7d96;
	font-size: 10px;
	line-height: 1.55;
}

.huoka-esim-country--japan .huoka-esim-country-device > a {
	display: inline-flex;
	min-height: 40px;
	padding: 8px 17px;
	border: 1px solid #a9c9f2;
	border-radius: 9px;
	align-items: center;
	justify-content: center;
	color: #0759cc;
	background: #ffffff;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
	flex: 0 0 auto;
}

.huoka-esim-country--japan .huoka-esim-country-device > em {
	color: #718199;
	font-size: 10px;
	font-style: normal;
}

.huoka-esim-country-back {
	margin: 24px 0 0;
	font-size: 11px;
	text-align: right;
}

.huoka-esim-country-back a {
	color: #617590;
	text-decoration: none;
}

@media (hover: hover) {
	.huoka-esim-country-plans__filters button:hover,
	.huoka-esim-country-plan__footer > a:hover,
	.huoka-esim-country--japan .huoka-esim-country-device > a:hover {
		border-color: var(--huoka-country-blue);
		color: #ffffff;
		background: var(--huoka-country-blue);
	}
}

@media (max-width: 640px) {
	.huoka-esim-page-shell__article--japan .huoka-esim-country-hero {
		margin-top: -38px;
	}

	.huoka-esim-country--japan .huoka-esim-country-hero__inner {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.huoka-esim-country--japan .huoka-esim-country-hero h1 {
		font-size: 36px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section {
		margin-top: 78px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plans {
		margin-top: 64px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plans__grid,
	.huoka-esim-country-usage__controls,
	.huoka-esim-country-usage__results,
	.huoka-esim-country-local-use__grid,
	.huoka-esim-country-faq,
	.huoka-esim-country-alternatives__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-country--japan .huoka-esim-country-plan {
		min-height: 0;
	}

	.huoka-esim-country-usage {
		padding: 24px 18px;
		border-radius: 20px;
	}

	.huoka-esim-country-usage__controls fieldset {
		margin-top: 4px;
	}

	.huoka-esim-country-usage__controls fieldset label {
		width: calc(50% - 4px);
		justify-content: flex-start;
	}

	.huoka-esim-country-faq {
		padding: 8px 20px;
	}

	.huoka-esim-country-faq > section {
		padding: 20px 0;
	}

	.huoka-esim-country-faq > section + section {
		border-top: 1px solid #dce5f1;
		border-left: 0;
	}

	.huoka-esim-country--japan .huoka-esim-country-device {
		display: block;
		margin-top: 64px;
		padding: 20px;
	}

	.huoka-esim-country--japan .huoka-esim-country-device > a,
	.huoka-esim-country--japan .huoka-esim-country-device > em {
		width: 100%;
		margin-top: 16px;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.huoka-esim-country--japan .huoka-esim-country-plans__grid,
	.huoka-esim-country-usage__results,
	.huoka-esim-country-local-use__grid,
	.huoka-esim-country-alternatives__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.huoka-esim-country-local-use__grid article:last-child,
	.huoka-esim-country-alternatives__grid article:last-child {
		grid-column: auto;
	}

	.huoka-esim-country-usage__controls {
		grid-template-columns: minmax(0, 1fr);
	}

	.huoka-esim-country-faq {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.huoka-esim-country-faq > section {
		padding: 20px 0;
	}

	.huoka-esim-country-faq > section + section {
		border-top: 1px solid #dce5f1;
		border-left: 0;
	}
}

/* Final V4 density overrides must remain after the V3 country rules. */
.huoka-esim-country--japan .huoka-esim-country-hero {
	min-height: 450px;
}

.huoka-esim-country--japan .huoka-esim-country-hero__inner {
	padding-top: 44px;
	padding-bottom: 44px;
}

.huoka-esim-country--japan .huoka-esim-country-hero h1 {
	max-width: 680px;
	font-size: clamp(38px, 4vw, 50px);
	line-height: 1.12;
}

.huoka-esim-country--japan .huoka-esim-country-hero__subtitle {
	font-size: clamp(18px, 1.8vw, 22px);
}

.huoka-esim-country--japan .huoka-esim-country-quick {
	padding: 24px;
	border-radius: 16px;
}

.huoka-esim-country--japan .huoka-esim-country-tabs a {
	min-height: 58px;
}

.huoka-esim-country--japan .huoka-esim-country-section {
	margin-top: 58px;
}

.huoka-esim-country--japan .huoka-esim-country-plans {
	margin-top: 52px;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading {
	margin-bottom: 22px;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading h2,
.huoka-esim-country--japan .huoka-esim-country-device h2 {
	font-size: clamp(25px, 2.5vw, 30px);
	line-height: 1.25;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading > p {
	max-width: 440px;
}

.huoka-esim-country--japan .huoka-esim-country-plans__grid {
	gap: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-plan {
	min-height: 320px;
	padding: 20px;
	border-radius: 13px;
	box-shadow: 0 8px 22px rgba(28, 66, 116, 0.055);
}

.huoka-esim-country--japan .huoka-esim-country-plan h3 {
	font-size: 18px;
	line-height: 1.35;
}

.huoka-esim-country--japan .huoka-esim-country-plan dl {
	margin-bottom: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-plan dl > div {
	padding: 10px 11px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__footer strong {
	font-size: 23px;
}

.huoka-esim-country--japan .huoka-esim-country-plans__action {
	margin-top: 22px;
	padding-top: 20px;
}

.huoka-esim-country--japan .huoka-esim-country-usage {
	padding: 28px;
	border-radius: 17px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__controls {
	padding: 17px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__results article {
	padding: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid,
.huoka-esim-country--japan .huoka-esim-country-checklist ol,
.huoka-esim-country--japan .huoka-esim-country-guides__grid {
	gap: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid article,
.huoka-esim-country--japan .huoka-esim-country-checklist li {
	padding: 20px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid {
	gap: 12px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid article {
	padding: 18px 13px;
}

.huoka-esim-country--japan .huoka-esim-country-faq {
	margin-top: 22px;
	padding: 22px 24px;
	border-radius: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid {
	gap: 12px;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article {
	padding: 17px;
}

.huoka-esim-country--japan .huoka-esim-country-device {
	margin-top: 52px;
	padding: 17px 20px;
}

@media (max-width: 640px) {
	.huoka-esim-country--japan .huoka-esim-country-hero {
		min-height: 0;
	}

	.huoka-esim-country--japan .huoka-esim-country-hero__inner {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.huoka-esim-country--japan .huoka-esim-country-hero h1 {
		font-size: 32px;
	}

	.huoka-esim-country--japan .huoka-esim-country-tabs a {
		min-height: 54px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section,
	.huoka-esim-country--japan .huoka-esim-country-device {
		margin-top: 50px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plans {
		margin-top: 44px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading {
		margin-bottom: 18px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading h2 {
		font-size: 25px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plan {
		min-height: 0;
		padding: 18px;
	}

	.huoka-esim-country--japan .huoka-esim-country-usage {
		padding: 20px 16px;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.huoka-esim-country--japan .huoka-esim-country-section {
		margin-top: 56px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plans {
		margin-top: 50px;
	}
}

/* Japan V5 final cascade: full viewport hero and alternating content bands. */
.huoka-esim-page-shell__article--japan .huoka-esim-country-hero,
.huoka-esim-country--japan .huoka-esim-country-tabs {
	width: 100vw;
	max-width: none;
	margin-right: 0;
	margin-left: calc(50% - 50vw);
	border-radius: 0;
}

.huoka-esim-country--japan .huoka-esim-country-hero {
	box-shadow: 0 20px 54px rgba(19, 68, 132, 0.16);
}

.huoka-esim-country--japan .huoka-esim-country-hero__inner {
	width: min(1180px, calc(100% - 48px));
}

.huoka-esim-country--japan .huoka-esim-country-tabs {
	padding-right: max(0px, calc((100vw - 1180px) / 2));
	padding-left: max(0px, calc((100vw - 1180px) / 2));
	border-right: 0;
	border-left: 0;
	box-shadow: 0 12px 30px rgba(28, 66, 116, 0.07);
}

.huoka-esim-country--japan .huoka-esim-country-tabs span {
	width: 30px;
	height: 30px;
	border-radius: 9px;
}

.huoka-esim-country--japan .huoka-esim-country-tabs svg {
	width: 17px;
	height: 17px;
}

.huoka-esim-country--japan .huoka-esim-country-section {
	margin-top: 0;
	padding-top: 72px;
	padding-bottom: 72px;
	clip-path: inset(0 -100vmax);
}

.huoka-esim-country--japan .huoka-esim-country-plans {
	margin-top: 0;
	padding: 70px 0 72px;
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
}

.huoka-esim-country--japan .huoka-esim-country-usage {
	padding: 72px 0;
	border: 0;
	border-radius: 0;
	background: #f3f7fd;
	box-shadow: 0 0 0 100vmax #f3f7fd;
}

.huoka-esim-country--japan .huoka-esim-country-benefits {
	padding: 82px 0;
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
}

.huoka-esim-country--japan .huoka-esim-country-checklist {
	padding-top: 82px;
	padding-bottom: 82px;
	background: #f5f8fe;
	box-shadow: 0 0 0 100vmax #f5f8fe;
}

.huoka-esim-country--japan .huoka-esim-country-local-use {
	padding-top: 82px;
	padding-bottom: 82px;
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
}

.huoka-esim-country--japan .huoka-esim-country-guides {
	padding-top: 76px;
	padding-bottom: 76px;
	background: #f3f7fd;
	box-shadow: 0 0 0 100vmax #f3f7fd;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives {
	padding-top: 82px;
	padding-bottom: 82px;
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading {
	margin-bottom: 30px;
}

.huoka-esim-country--japan .huoka-esim-country-icon,
.huoka-esim-country--japan .huoka-esim-country-step-icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	min-width: 52px;
	padding: 0;
	border: 1px solid #d2e3f8;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	color: #0863dd;
	background: #eaf3ff;
	box-shadow: 0 8px 20px rgba(30, 105, 201, 0.08);
}

.huoka-esim-country--japan .huoka-esim-country-icon svg,
.huoka-esim-country--japan .huoka-esim-country-step-icon svg {
	width: 27px;
	height: 27px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid article {
	min-height: 210px;
	padding: 28px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid article > .huoka-esim-country-icon,
.huoka-esim-country--japan .huoka-esim-country-local-use__grid article > .huoka-esim-country-icon {
	width: 52px;
	height: 52px;
	padding: 0;
}

.huoka-esim-country--japan .huoka-esim-country-checklist li {
	min-height: 195px;
	padding: 27px;
	flex-direction: column;
}

.huoka-esim-country--japan .huoka-esim-country-checklist li > .huoka-esim-country-step-icon {
	position: relative;
	margin: 0 0 19px;
}

.huoka-esim-country--japan .huoka-esim-country-step-icon small {
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-flex;
	width: 23px;
	height: 23px;
	border: 2px solid #f5f8fe;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #1268e8;
	font-size: 8px;
	font-weight: 900;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid article {
	min-height: 195px;
	padding: 27px 17px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid h3 {
	margin-top: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article {
	min-height: 190px;
	padding: 26px;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article > .huoka-esim-country-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	margin-right: 16px;
}

.huoka-esim-country--japan .huoka-esim-country-device {
	margin-top: 68px;
}

@media (max-width: 640px) {
	.huoka-esim-country--japan .huoka-esim-country-hero__inner {
		width: min(100% - 32px, 1180px);
	}

	.huoka-esim-country--japan .huoka-esim-country-tabs {
		padding-right: 0;
		padding-left: 0;
	}

	.huoka-esim-country--japan .huoka-esim-country-section,
	.huoka-esim-country--japan .huoka-esim-country-plans,
	.huoka-esim-country--japan .huoka-esim-country-usage,
	.huoka-esim-country--japan .huoka-esim-country-benefits,
	.huoka-esim-country--japan .huoka-esim-country-checklist,
	.huoka-esim-country--japan .huoka-esim-country-local-use,
	.huoka-esim-country--japan .huoka-esim-country-guides,
	.huoka-esim-country--japan .huoka-esim-country-alternatives {
		margin-top: 0;
		padding: 58px 0;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading {
		margin-bottom: 25px;
	}

	.huoka-esim-country--japan .huoka-esim-country-benefits__grid article,
	.huoka-esim-country--japan .huoka-esim-country-checklist li,
	.huoka-esim-country--japan .huoka-esim-country-local-use__grid article,
	.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article {
		min-height: 0;
		padding: 24px;
	}

	.huoka-esim-country--japan .huoka-esim-country-device {
		margin-top: 58px;
	}
}

/* Japan V6: independent country banner, no viewport overflow, larger reading scale. */
.huoka-esim-page-shell {
	max-width: 100%;
	overflow-x: hidden;
}

.huoka-esim-page-shell__article--japan,
.huoka-esim-country--japan,
.huoka-esim-country--japan .huoka-esim-country-section,
.huoka-esim-country--japan [class*="__grid"] {
	min-width: 0;
}

.huoka-esim-country-hero__backdrop > .huoka-esim-country-hero__fallback {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:
		radial-gradient(circle at 77% 23%, rgba(255, 255, 255, 0.2) 0 8%, transparent 8.2%),
		linear-gradient(128deg, #0a3569 0%, #1f6cad 48%, #8cc8e9 100%);
}

.huoka-esim-country-hero__fallback::before {
	position: absolute;
	left: 50%;
	bottom: -7%;
	width: min(72vw, 920px);
	height: 72%;
	content: "";
	background: linear-gradient(145deg, rgba(232, 247, 255, 0.92), rgba(75, 139, 183, 0.48) 54%, rgba(17, 70, 112, 0.72) 54.5%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	filter: drop-shadow(0 22px 35px rgba(0, 25, 58, 0.22));
	transform: translateX(-50%);
}

.huoka-esim-country-hero__fallback::after {
	position: absolute;
	top: 15%;
	right: 14%;
	width: clamp(86px, 9vw, 138px);
	aspect-ratio: 1;
	border-radius: 50%;
	content: "";
	background: rgba(255, 104, 64, 0.7);
	box-shadow: 0 0 70px rgba(255, 164, 111, 0.28);
}

.huoka-esim-country-hero__fallback > span,
.huoka-esim-country-hero__fallback > small {
	position: absolute;
	right: 4.5%;
	z-index: 1;
	color: rgba(255, 255, 255, 0.16);
	font-weight: 900;
	letter-spacing: 0.08em;
}

.huoka-esim-country-hero__fallback > span {
	bottom: 7%;
	font-size: clamp(72px, 11vw, 168px);
	line-height: 0.8;
}

.huoka-esim-country-hero__fallback > small {
	bottom: 24%;
	font-size: clamp(13px, 1.3vw, 20px);
}

.huoka-esim-country--japan .huoka-esim-country-hero {
	min-height: 520px;
}

.huoka-esim-country--japan .huoka-esim-country-hero__inner {
	padding-top: 62px;
	padding-bottom: 62px;
}

.huoka-esim-country--japan .huoka-esim-country-tabs a {
	min-height: 70px;
	font-size: 14px;
}

.huoka-esim-country--japan .huoka-esim-country__eyebrow {
	font-size: 14px;
	line-height: 1.5;
}

.huoka-esim-country--japan .huoka-esim-country-section,
.huoka-esim-country--japan .huoka-esim-country-plans,
.huoka-esim-country--japan .huoka-esim-country-usage,
.huoka-esim-country--japan .huoka-esim-country-benefits,
.huoka-esim-country--japan .huoka-esim-country-checklist,
.huoka-esim-country--japan .huoka-esim-country-local-use,
.huoka-esim-country--japan .huoka-esim-country-guides,
.huoka-esim-country--japan .huoka-esim-country-alternatives {
	margin-top: 0;
	padding-top: 122px;
	padding-bottom: 122px;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading {
	margin-bottom: 42px;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading h2,
.huoka-esim-country--japan .huoka-esim-country-device h2 {
	font-size: clamp(32px, 3vw, 38px);
	line-height: 1.22;
}

.huoka-esim-country--japan .huoka-esim-country-section__heading > p {
	max-width: 470px;
	font-size: 15px;
	line-height: 1.8;
}

.huoka-esim-country--japan .huoka-esim-country-plans__modes button,
.huoka-esim-country--japan .huoka-esim-country-plans__filters button {
	font-size: 13px;
}

.huoka-esim-country--japan .huoka-esim-country-plans__filters button {
	min-height: 42px;
	padding: 9px 18px;
}

.huoka-esim-country--japan .huoka-esim-country-plan {
	min-height: 370px;
	padding: 28px;
	border-radius: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__meta span {
	font-size: 12px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__meta b {
	font-size: 11px;
}

.huoka-esim-country--japan .huoka-esim-country-plan h3 {
	font-size: 21px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__provider {
	font-size: 13px;
}

.huoka-esim-country--japan .huoka-esim-country-plan dt {
	font-size: 12px;
}

.huoka-esim-country--japan .huoka-esim-country-plan dd {
	font-size: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__footer small,
.huoka-esim-country--japan .huoka-esim-country-plan__footer > em {
	font-size: 11px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__footer strong {
	font-size: 27px;
}

.huoka-esim-country--japan .huoka-esim-country-plan__footer > a {
	min-height: 44px;
	padding: 9px 17px;
	font-size: 13px;
}

.huoka-esim-country--japan .huoka-esim-country-plans__action p,
.huoka-esim-country--japan .huoka-esim-country-plans__action a,
.huoka-esim-country--japan .huoka-esim-country-plans__filtered-empty {
	font-size: 13px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__controls {
	gap: 28px;
	padding: 26px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__days,
.huoka-esim-country--japan .huoka-esim-country-usage__controls fieldset {
	font-size: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__controls fieldset label {
	min-height: 48px;
	padding: 10px 14px;
	font-size: 13px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__results article {
	padding: 26px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__results span {
	font-size: 12px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__results strong {
	font-size: 21px;
}

.huoka-esim-country--japan .huoka-esim-country-usage__results p {
	font-size: 13px;
	line-height: 1.7;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid article {
	min-height: 240px;
	padding: 30px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid h3 {
	font-size: 20px;
}

.huoka-esim-country--japan .huoka-esim-country-benefits__grid p {
	font-size: 14px;
	line-height: 1.78;
}

.huoka-esim-country--japan .huoka-esim-country-checklist li {
	min-height: 230px;
	padding: 30px;
}

.huoka-esim-country--japan .huoka-esim-country-checklist h3 {
	font-size: 19px;
}

.huoka-esim-country--japan .huoka-esim-country-checklist li p {
	font-size: 14px;
	line-height: 1.78;
}

.huoka-esim-country--japan .huoka-esim-country-step-icon small {
	font-size: 10px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid article {
	min-height: 230px;
	padding: 30px 22px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid h3 {
	font-size: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-local-use__grid p {
	font-size: 14px;
	line-height: 1.75;
}

.huoka-esim-country--japan .huoka-esim-country-guides__grid article > div {
	padding: 24px;
}

.huoka-esim-country--japan .huoka-esim-country-guides h3 {
	font-size: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-guides article p {
	font-size: 14px;
	line-height: 1.72;
}

.huoka-esim-country--japan .huoka-esim-country-guide__more {
	font-size: 13px;
}

.huoka-esim-country--japan .huoka-esim-country-faq {
	margin-top: 38px;
	padding: 32px;
	border-radius: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-faq h3 {
	font-size: 18px;
}

.huoka-esim-country--japan .huoka-esim-country-faq summary {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}

.huoka-esim-country--japan .huoka-esim-country-faq details p {
	font-size: 13px;
	line-height: 1.75;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article {
	min-height: 230px;
	padding: 28px;
	align-items: center;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article > div {
	min-width: 0;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid h3 {
	font-size: 19px;
}

.huoka-esim-country--japan .huoka-esim-country-alternatives__grid p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
}

.huoka-esim-country--japan .huoka-esim-country-device {
	margin-top: 72px;
	padding: 27px 30px;
}

.huoka-esim-country--japan .huoka-esim-country-device strong {
	font-size: 16px;
}

.huoka-esim-country--japan .huoka-esim-country-device small,
.huoka-esim-country--japan .huoka-esim-country-device > a,
.huoka-esim-country-back {
	font-size: 13px;
}

@media (min-width: 641px) and (max-width: 960px) {
	.huoka-esim-country--japan .huoka-esim-country-section,
	.huoka-esim-country--japan .huoka-esim-country-plans,
	.huoka-esim-country--japan .huoka-esim-country-usage,
	.huoka-esim-country--japan .huoka-esim-country-benefits,
	.huoka-esim-country--japan .huoka-esim-country-checklist,
	.huoka-esim-country--japan .huoka-esim-country-local-use,
	.huoka-esim-country--japan .huoka-esim-country-guides,
	.huoka-esim-country--japan .huoka-esim-country-alternatives {
		padding-top: 96px;
		padding-bottom: 96px;
	}
}

@media (max-width: 640px) {
	.huoka-esim-country--japan .huoka-esim-country-hero {
		min-height: 0;
	}

	.huoka-esim-country--japan .huoka-esim-country-hero__inner {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.huoka-esim-country--japan .huoka-esim-country-tabs a {
		min-height: 62px;
		font-size: 13px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section,
	.huoka-esim-country--japan .huoka-esim-country-plans,
	.huoka-esim-country--japan .huoka-esim-country-usage,
	.huoka-esim-country--japan .huoka-esim-country-benefits,
	.huoka-esim-country--japan .huoka-esim-country-checklist,
	.huoka-esim-country--japan .huoka-esim-country-local-use,
	.huoka-esim-country--japan .huoka-esim-country-guides,
	.huoka-esim-country--japan .huoka-esim-country-alternatives {
		padding-top: 76px;
		padding-bottom: 76px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading {
		margin-bottom: 30px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading h2 {
		font-size: 29px;
	}

	.huoka-esim-country--japan .huoka-esim-country-section__heading > p {
		font-size: 14px;
	}

	.huoka-esim-country--japan .huoka-esim-country-plan,
	.huoka-esim-country--japan .huoka-esim-country-benefits__grid article,
	.huoka-esim-country--japan .huoka-esim-country-checklist li,
	.huoka-esim-country--japan .huoka-esim-country-local-use__grid article,
	.huoka-esim-country--japan .huoka-esim-country-alternatives__grid article {
		min-height: 0;
		padding: 24px;
	}

	.huoka-esim-country--japan .huoka-esim-country-faq {
		padding: 0 22px;
	}

	.huoka-esim-country--japan .huoka-esim-country-device {
		margin-top: 58px;
		padding: 24px;
	}
}
