@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&display=swap');

.otugen-presale-container {
	font-family: 'JetBrains Mono', monospace;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	color: #000;
	background-color: #fff;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Header Section */
.otugen-header {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.otugen-logo-wrapper {
	max-width: 500px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.otugen-main-logo {
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	line-height: 0.85;
	font-weight: 400;
	margin: 0;
	letter-spacing: -1px;
	white-space: nowrap;
}

.otugen-logo-img {
	max-width: 100%;
	width: 200px; /* Default width for SVG or large images */
	height: auto;
	display: block;
}

/* Section 1: Slider */
.otugen-slider-section {
	margin-bottom: 15px;
	position: relative;
}

.otugen-swiper {
	width: 100%;
	max-width: 380px;
	height: auto;
	margin: 0 auto;
}

.otugen-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.otugen-swiper .swiper-slide img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

/* Swiper Controls */
.otugen-slider-section .swiper-button-next,
.otugen-slider-section .swiper-button-prev {
	color: #000;
	opacity: 0.8;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.otugen-slider-section .swiper-button-next { right: -40px; }
.otugen-slider-section .swiper-button-prev { left: -40px; }

.otugen-slider-section .swiper-button-next::after,
.otugen-slider-section .swiper-button-prev::after {
	font-size: 20px;
}

@media (max-width: 1100px) {
	.otugen-slider-section .swiper-button-next { right: 10px; }
	.otugen-slider-section .swiper-button-prev { left: 10px; }
}

/* Section 2: Info */
.otugen-info-section {
	margin-bottom: 20px;
}

.otugen-product-title {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: lowercase;
	letter-spacing: 0.02em;
}

.otugen-price-layout {
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.otugen-old-price {
	color: #000;
	text-decoration: line-through;
}

.otugen-new-price {
	color: #d70015;
	font-weight: 600;
}

.otugen-add-to-cart-btn {
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 25px;
	font-family: 'JetBrains Mono', monospace;
	font-size: 10px;
	letter-spacing: 0.1em;
	cursor: pointer;
	margin-top: 15px;
	transition: all 0.3s ease;
	border-radius: 20px;
}

.otugen-add-to-cart-btn:hover {
	background: #333;
}

.otugen-add-to-cart-btn.added {
	background: #28a745;
}

.otugen-add-to-cart-btn.selected {
	background: #28a745;
}

.otugen-swiper .swiper-slide.is-selected img {
	border: 2px solid #28a745;
}

/* Section 3: Email */
.otugen-email-section {
	margin-bottom: 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.otugen-email-text {
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 25px;
	color: #000;
	text-transform: lowercase;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.otugen-email-form {
	position: relative;
	max-width: 280px;
	margin: 0 auto;
}

.otugen-input-wrapper {
	display: flex;
	border-bottom: 1px solid #000;
	padding: 2px 0;
	align-items: center;
}

.otugen-email-form input[type="email"] {
	flex: 1;
	border: none;
	background: transparent;
	font-size: 18px;
	padding: 4px;
	outline: none;
	color: #000;
	font-family: inherit;
}

.otugen-email-form input[type="email"]::placeholder {
	color: #ccc;
}

.otugen-btn-circle {
	width: 24px;
	height: 24px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.otugen-email-form button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0 0 0 8px;
}

#otugen-form-message {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	min-height: 15px;
}

#otugen-form-message.success {
	color: #28a745;
}

#otugen-form-message.error {
	color: #d70015;
}

.otugen-email-note {
	font-size: 10px;
	margin-top: 20px;
	opacity: 0.6;
	line-height: 1.5;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Section 4: Countdown */
.otugen-countdown-section {
	padding-top: 20px;
}

.otugen-countdown-timer {
	font-size: 11px;
	color: #000;
	text-transform: lowercase;
	letter-spacing: 0.01em;
}

.otugen-countdown-label {
	font-size: 11px;
	color: #000;
	text-transform: lowercase;
	margin-bottom: 4px;
	opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
	.otugen-main-logo { font-size: 32px; }
	.otugen-logo-wrapper { flex-direction: column; align-items: center; text-align: center; }
	.otugen-logo-description { text-align: center; margin-top: 10px; }
	.otugen-email-text { font-size: 18px; }
	.otugen-email-form input[type="email"] { font-size: 16px; }
}
