body {
	background: transparent;
	font-family: "Manrope", serif;
	font-size: 16px;
	line-height: 1.5;
	color: #2f2320;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Common */
.btn {
	display: inline-block;
	padding: 10px 20px; 
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}
.btn-primary {
	background-color: #00a59a;
	color: white;
	border: none;
}

.btn-primary:hover {    
	background-color: #02867d;
}
strong {
	font-weight: 600;
}
img {
	display: block;
	max-width: 100%;
}

em {
	color: #13A8A1;
}
.page-content {
	padding: 50px 0;
}

.page-content.front-page {
	padding: 0;
}

.page-content h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

.box-1 {
	border-radius: 12px;
	padding: 20px;
	overflow: hidden;
	box-shadow: 0 4px 14px 0 #0000000D;
}

/* Header */
header {
	background: #fff;
	padding: 22px 0; 
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	position: relative;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header__logo {
	flex: auto;
}

.header .header__logo img {
	width: 118px;
	height: 32px;
}
.header__menu {
	display: flex;
	justify-content: space-between;
	flex: auto;
}
.menu__nav.ul {
	display: flex;
	gap: 15px;
	align-items: center; 
}
.menu__nav.ul li a {
	color: #2f2320;
	padding: 4px 6px;
	border-radius: 4px;
	transition: background-color 0.3s, color 0.3s;
}
.menu__nav.ul li a:hover {
	background: #e8edf2;
}
.header .btn {
	padding: 4px 10px;
}

.menu__close-btn {
	display: none; 
	width: 30px;
	height: 30px;
	font-size: 52px;
	background: none;
	border: none;
	color: #2f2320;
	align-items: center;
	cursor: pointer;
}
.header__lang-switcher {
	margin-right: 10px;
	width: 150px;
}

#menu-header-jp .menu-item-has-children > a{pointer-events:none;cursor:default;}


/* Footer */

.footer .disclaimer {
	text-align: center;
	font-size: 14px;
	color: #707070;
	padding: 50px 0;
	background: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
}

.footer .copyright {
	padding: 30px 0;
	background-color: #108d85;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.footer__wrapper {
	display: flex;
	flex-direction: column;
}

.footer__head {
	display: flex;
	justify-content: space-between;
}

.footer__content {
	flex-direction: column-reverse;
}

.footer__menu-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.footer__menu-list>li:not(.menu-item-has-children) {
	grid-row: 1;
}

.footer__menu-list>li.menu-item-has-children {
	grid-row: 2;
}

.footer__menu-list>li.menu-item-has-children>a {
	pointer-events: none;
	font-weight: 700;
	cursor: default;
	margin-bottom: 10px;
	display: block;
}

/* Account Page */

form .cta {
	gap: 24px;
}
.acoount-page {
	background-image: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
	padding: 140px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form__wrapper {
	max-width: 452px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 14px 0 #0000000D;
	padding: 32px 24px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form__review {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin-top: 20px;
}

.form__review img {
	width: 71px;
}

.form__security--block {
	margin-top: 60px !important;
	display: flex;
	flex-direction: column;
	gap: 20px   ;
}

.form__security--item {
	display: flex;
	align-items: flex-start;
	max-width: 195px;
	gap: 10px;
}

.form__security--row {
	justify-content: center;
}

/* Content Styles */
.plans__include ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}

.plans__include ul > li {
	position: relative;
	padding-left: 28px;
}
.plans__include ul > li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #eaf5ed;
	display: flex;
	align-items: center;
	color: #02867d;
}
.plans__payments {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	row-gap: 0;
	flex-wrap: wrap;
	padding: 40px 0;
}
.plans__payments img {
	max-height: 33px;
	max-width: 52px;
	object-fit: contain;
}

.plans__payments p {
	display: block;
	max-width: 70%;
	margin: 0 auto;
	margin-top: 20px;
}

.btn-line {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #fff0;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 14px;
	fill: #FFF;
	color: #FFF;
	background-image: linear-gradient(180deg, #2EE679 0%, #06C755 100%);
	border-radius: 5px 5px 5px 5px;
	padding: 7px 20px 7px 20px;
	cursor: pointer;
}
.line-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.line-modal.active {
	display: block;
}

.line-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 60, 30, 0.75);
	backdrop-filter: blur(8px);
}

.line-modal__content {
	position: relative;
	max-width: 450px;
	margin: 10vh auto;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	z-index: 2;
}

.line-modal__content .headline {
	margin-bottom: 20px;
	color: #333;
	text-align: center;
	font-size: 20px;
}

.line-modal__content .legal-text {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.line-modal__close {
	position: absolute;
	right: 6px;
	top: 0px;
	font-size: 26px;
	font-weight: bold;
}

.footer {
	padding-top: 20px;
}

.footer__content {
	display: flex;
	justify-content: space-between;
	gap: 5%;
	padding: 14px 0 40px 0;
}

.footer__col--left {
	width: 65%!important;
	padding: 0 !important;
}

.footer__col--right {
	width: 30%!important;
	padding: 0 !important;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__logo-img {
	max-width: 200px;
	height: auto;
}

.footer__disclaimer {
	font-size: 14px;
	line-height: 1.6;
	color: #999595;
}

.footer__menu-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.footer__menu-list li {
	margin-bottom: 10px;
}

.footer__menu-list a {
	text-decoration: none;
	color: inherit;
}

.footer__language {
	margin-top: 15px;
}

.footer__copyright {
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
	text-align: center;
}


/*  Advanced Table */

.wp-block-table.advanced_table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgb(9 110 103 / 9%);
	background-image: linear-gradient(to bottom, #e6eff9, #f9f8e7);
}

.wp-block-table.advanced_table {
	box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
	border-radius: 16px;
	overflow: hidden;
	margin: 30px 0;
}

.wp-block-table.advanced_table th,
.wp-block-table.advanced_table td {
	border: none;
}

.wp-block-table.advanced_table thead th {
	background-color: #00a59a;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 20px 24px;
	border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.wp-block-table.advanced_table tbody td {
	padding: 18px 24px;
	font-size: 15px;
	color: #2f2320;
	border-top: 1px solid rgb(9 110 103 / 9%);
	background: transparent;
	transition: background 0.3s ease;
	border-top: none;
}

.wp-block-table.advanced_table tbody tr + tr td {
	border-top: 1px solid rgb(9 110 103 / 9%);
}

.wp-block-table.advanced_table tbody tr:hover td {
	background: rgba(0, 165, 154, 0.05);
}

.wp-block-table.advanced_table thead th:not(:first-child),
.wp-block-table.advanced_table tbody td:not(:first-child) {
	text-align: center;
}

@media (max-width: 768px) {
	.wp-block-table.advanced_table {
		margin-top: 40px;
	}

	.wp-block-table.advanced_table thead th {
		font-size: 14px;
		padding: 14px 12px;
	}

	.wp-block-table.advanced_table tbody td {
		font-size: 14px;
		padding: 14px 12px;
	}
}

@media (max-width: 480px) {
	.wp-block-table.advanced_table thead th {
		font-size: 12px;
		padding: 10px 8px;
	}

	.wp-block-table.advanced_table tbody td {
		font-size: 12px;
		padding: 10px 8px;
	}
}

/* List View */
.wp-block-list.list-view {
	list-style: none;
	padding-left: 0;
	margin: 24px 0;
}

.wp-block-list.list-view li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #2f2320;
	line-height: 1.6;
}

/* green circle */
.wp-block-list.list-view li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 8px;
	height: 8px;
	background-color: #00a59a;
	border-radius: 50%;
	pointer-events: none; /* важно */
}

/* links inside li */
.wp-block-list.list-view li a {
	color: #00a59a;
	text-decoration: underline;
	display: inline;
	position: relative;
	z-index: 1;
}

/* optional hover */
.wp-block-list.list-view li a:hover {
	text-decoration: none;
}
.pagefaq .faq__block {
	padding-bottom: 30px;
}
.pagefaq .faq__block .faq__wrapper {
	gap: 0;
}

.pagefaq .faq__block .faq__wrapper .faq-wrapper__row {
	width: 100%;
}
