* {margin: 0;padding: 0;-webkit-tap-highlight-color: transparent;}
html,
body {height: 100%;font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";scroll-behavior: smooth;overflow: hidden;}

html {background: rgba(15, 32, 75, 0.6);}

body {
	margin: 0 auto;
	min-width: 360px;
	max-width: 450px;
	position: relative;
}

.btn {
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
	width: 44%;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	background-color: #ff7838;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background: rgba(255, 122, 58, 0.3);
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.page {
	min-height: 100dvh;
	background: #fdf1e1;
	padding-bottom: 80px;
	overflow-y: auto;
	height: 100vh;
	height: 100dvh;
}


.topbar_box {
	position: sticky;
	top: env(safe-area-inset-top, 0);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	background: linear-gradient(90deg, #c39a53, #c39a53);
}

.topbar_branding {
	display: flex;
	align-items: center;
	gap: 10px;
}

.topbar_text {
	display: inline-flex;
	letter-spacing: 0.2px;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
}

.topbar_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 88px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff;
	color: #8B4513;
	font-weight: 700;
	text-decoration: none;
	font-size: 13px;
}

.main_box {
	padding-top: 14px;
	margin: 0 auto;
}

.hero {
	/* background-image: url('../image/spread-1/bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	text-align: center;
	position: relative;
}

.hero_title {
	margin: 10px 0 20px;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 900;
	background: linear-gradient(180deg, #F68B29 0%, #D86007 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.5px;
	position: absolute;
	width: 100%;
}

.hero_bg {
	height: 390px;
}

.hero_img {
	display: block;
	width: 100%; 
	height: 100%;    
}

.hero_btn {
	position: relative;
	bottom: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 240px;
	border-radius: 999px;
	background: linear-gradient(180deg, #E67E38 0%, #D86007 100%);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(216, 96, 7, 0.3);
	font-size: 20px;
	letter-spacing: 1px;
}

.hero_btn:active {
	transform: translateY(1px);
	box-shadow: 0 2px 5px rgba(216, 96, 7, 0.3);
}

.card {
	margin: 16px 0;
	padding: 7px 7px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	border: none;
}

.content {
	padding: 0 16px 20px;
}

.card_title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 900;
	color: #5a3a22;
	opacity: 1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	padding: 11px 0;
	background: linear-gradient(90deg, #FADAAB 0%, #F6E1C2 50%, #FBDAA5 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card_title::before,
.card_title::after {
	content: "——";
	margin: 0 8px;
	color: #CA8260;
	font-weight: 400;
	opacity: 0.7;
}

.card_desc {
	margin: 0 20px;
}

.card_text {
	margin-top: 10px;
	/* font-size: 14px; */
	line-height: 1.8;
	color: #333;
	font-weight: 500;
}

.card_btn {
	text-align: center;
	margin: 10px 0;
}

.card_sub {
	margin: 10px 0 0;
	line-height: 1.6;
}

.pill {
	border-radius: 99px;
	padding: 8px 24px;
	font-weight: 800;
	font-size: 14px;
	text-align: center;
	background: linear-gradient(180deg, #ff9a43 0%, #ff6f35 100%);
	color: #fff;
	display: inline-block;
}

.bullets {
	margin: 10px 0 0;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.8;
}

.bullets li {
	margin: 6px 0;
}

.steps {
	margin: 6px 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}

.step {
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 10px 0;
	border-radius: 0;
	background: transparent;
	border: none;
	align-items: center;
}

.step_line {
	height: 22px;
    width: 1px;
    border-left: 2px dotted #5a3a22;
    margin-left: 17px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.step_no {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: #F8DFC0;
	color: #5F341C;
	font-weight: 900;
	font-size: 20px;
	flex-shrink: 0;
}

.step_title {
	font-size: 16px;
	font-weight: 500;
	padding-top: 0;
	color: #000;
}

.step_text {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(44, 44, 44, 0.82);
}

.search_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f1e7e7;
	border-radius: 999px;
	border: 1px solid #f6cb85;
	color: #925B19;
	font-weight: 600;
	height: 40px;
	margin: 10px;
}
.search_bar span {
	margin-left: 20px
}

.search_btn {
	padding: 7px 17px;
	margin: 3px;
	background-color: #FADAAB;
	border-bottom-right-radius: 999px;
	border-top-right-radius: 999px;
	opacity: 1;
}

.search-icon {
	font-size: 14px;
	opacity: 0.6;
}

.chat {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 4px 10px;
}

.chat_item {
	display: flex;
	width: 100%;
}
.chat_item_left .chat_bubble::before{
	content: '';
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-right: 8px solid #FFE6DB;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.chat_item_right .chat_bubble::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid #FFF1DB;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.chat_item_right {
	justify-content: flex-end;
}

.chat_item_left {
	justify-content: flex-start;
}

.chat_bubble {
	max-width: 75%;
	padding: 10px 14px;
	border-radius: 6px;
	/* font-size: 15px; */
	line-height: 1.5;
	position: relative;
	font-weight: 500;
}

.chat_item_right .chat_bubble {
	background: #FFF1DB;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.chat_item_left .chat_bubble {
	background: #FFE6DB;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.telegram {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}
.telegram a {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	text-decoration: none;
	color: #2398ff;
}

.customer {
	position: absolute;
	right: 14px;
	bottom: 24px;
	width: 50px;
	height: 50px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	text-decoration: none;
	color: #ffffff;
	background: linear-gradient(180deg, #2aa5ff 0%, #1178ff 100%);
	box-shadow: 0 12px 26px rgba(17, 120, 255, 0.26);
	z-index: 99;
}

.customer:active {
	transform: translateY(1px);
}

.customer_vector {
	font-weight: 900;
	font-size: 14px;
	letter-spacing: 0.6px;
	display: flex;
	align-items: center;
	justify-content: center;
}