/* ==========================================================================
   HIKE — Premium Page Designs (Resume Builder + QR Payment)
   Modern, impressive UI with smooth animations
   ========================================================================== */

/* ==========================================================================
   RESUME BUILDER — Redesigned
   ========================================================================== */

.hike-resume-builder {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 60px;
}

.hike-resume-header {
	text-align: center;
	margin-bottom: 40px;
	padding: 40px 20px;
	background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
	border-radius: 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.hike-resume-header::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
}

.hike-resume-header h2 {
	font-family: 'Outfit','Inter',sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #fff !important;
	margin: 0 0 8px;
	position: relative;
}

.hike-resume-header p {
	font-size: 15px;
	color: rgba(255,255,255,0.85);
	margin: 0;
	position: relative;
}

/* Section Cards */
.hike-resume-section {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	margin-bottom: 16px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.hike-resume-section:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.hike-resume-section h3 {
	font-family: 'Outfit','Inter',sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #111827;
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid transparent;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hike-resume-section.is-expanded h3 {
	border-bottom: 1px solid #e5e7eb;
}

.hike-resume-section-content {
	padding: 20px;
}

.hike-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	background: #2563eb;
	color: #fff;
	border-radius: 2px;
	font-size: 10px;
	font-family: serif;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
}

/* Form Grid */
.hike-resume-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

@media (max-width: 600px) {
	.hike-resume-grid { grid-template-columns: 1fr; }
}

/* Form Inputs (enhanced) */
.hike-resume-builder .hike-form-input,
.hike-resume-builder textarea.hike-form-input,
.hike-resume-builder select.hike-form-input {
	width: 100%;
	padding: 13px 16px;
	border: 1.5px solid #e5e7eb;
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #111827;
	background: #fafafa;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
	outline: none;
}

.hike-resume-builder .hike-form-input:focus {
	border-color: #7c3aed;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(124,58,237,0.08);
}

.hike-resume-builder .hike-form-label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 6px;
}

/* Entry repeater */
.hike-resume-entry {
	padding: 16px 0;
	border-bottom: 1px dashed #e5e7eb;
	margin-bottom: 16px;
}

.hike-resume-entry:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

/* Courses list */
.hike-resume-courses-list {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hike-resume-courses-list li {
	background: #f3f0ff;
	color: #7c3aed;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
}

/* Actions */
.hike-resume-actions {
	text-align: center;
	margin: 32px 0 0;
}

/* Downloads section */
.hike-resume-downloads {
	text-align: center;
	background: linear-gradient(135deg, #faf5ff 0%, #f3f0ff 100%);
	border: 1.5px solid #e9d5ff;
	border-radius: 20px;
	padding: 36px;
	margin-top: 24px;
}

.hike-resume-downloads h3 {
	font-family: 'Outfit','Inter',sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 20px;
}

.hike-resume-download-btns {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.hike-resume-download-btns .hike-btn {
	max-width: 260px;
	border-radius: 50px;
}

/* ==========================================================================
   QR PAYMENT PAGE — Redesigned
   ========================================================================== */

.hike-payment-page {
	max-width: 560px;
	margin: 20px auto 60px;
	padding: 0 20px;
}

.hike-payment-wrapper {
	text-align: center;
}

.hike-payment-title {
	font-family: 'Outfit','Inter',sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 6px;
}

.hike-payment-course {
	font-size: 15px;
	color: #6b7280;
	margin-bottom: 4px;
}

.hike-payment-amount {
	font-size: 15px;
	color: #6b7280;
	margin-bottom: 8px;
}

.hike-payment-amount strong {
	font-size: 22px;
	color: #111827;
}

/* Step Indicators — Redesigned */
.hike-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 28px 0 20px;
	padding: 16px 20px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.hike-step {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hike-step-num {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f3f4f6;
	color: #9ca3af;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.hike-step.active .hike-step-num {
	background: linear-gradient(135deg, #7c3aed, #a78bfa);
	color: #fff;
	box-shadow: 0 4px 12px rgba(124,58,237,0.3);
}

.hike-step-text {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	color: #9ca3af;
	font-weight: 500;
}

.hike-step.active .hike-step-text {
	color: #111827;
	font-weight: 600;
}

.hike-step-line {
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, #e5e7eb, #d1d5db);
	margin: 0 12px;
	border-radius: 2px;
}

/* Countdown Timer — Redesigned */
.hike-countdown {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 24px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 50px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.hike-countdown strong {
	color: #7c3aed;
	font-size: 15px;
}

/* QR Tabs — Redesigned */
.hike-qr-tabs {
	display: flex;
	gap: 0;
	justify-content: center;
	margin: 0 auto 20px;
	background: #f3f4f6;
	border-radius: 50px;
	padding: 4px;
	max-width: 280px;
}

.hike-qr-tab {
	flex: 1;
	padding: 10px 20px;
	border-radius: 50px;
	border: none;
	background: transparent;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.25s ease;
}

.hike-qr-tab.active {
	background: #fff;
	color: #111827;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* QR Panels */
.hike-qr-panel {
	display: none;
	text-align: center;
	animation: fadeIn 0.3s ease;
}

.hike-qr-panel.active {
	display: block;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

.hike-qr-img {
	max-width: 220px;
	border-radius: 16px;
	border: 2px solid #f0f0f0;
	margin: 0 auto 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.hike-qr-label {
	font-size: 13px;
	color: #9ca3af;
	margin-bottom: 10px;
}

.hike-qr-download {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #7c3aed;
	text-decoration: none;
	padding: 7px 18px;
	border: 1.5px solid #7c3aed;
	border-radius: 50px;
	margin-bottom: 24px;
	transition: all 0.2s;
}

.hike-qr-download:hover {
	background: #7c3aed;
	color: #fff;
}

/* Upload Section — Redesigned */
.hike-payment-upload-section {
	text-align: left;
	background: #fff;
	border: 1.5px solid #f0f0f0;
	border-radius: 20px;
	padding: 30px;
	margin-top: 28px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.hike-payment-upload-section h3 {
	font-family: 'Outfit','Inter',sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f3f4f6;
}

/* Copy Amount Button */
.hike-copy-amount {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 600;
	color: #7c3aed;
	background: #f3f0ff;
	border: none;
	border-radius: 6px;
	padding: 4px 10px;
	cursor: pointer;
	transition: all 0.2s;
}

.hike-copy-amount:hover {
	background: #7c3aed;
	color: #fff;
}

/* Coupon Section */
.hike-coupon-section {
	margin: 20px 0 24px;
}

.hike-coupon-row {
	display: flex;
	gap: 8px;
}

.hike-coupon-row .hike-form-input {
	flex: 1;
	font-size: 14px;
	padding: 12px 16px;
	border-radius: 10px;
}

.hike-btn-coupon {
	padding: 12px 22px;
	background: #111827;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s;
}

.hike-btn-coupon:hover {
	background: #374151;
}

.hike-coupon-msg {
	font-size: 13px;
	margin-top: 8px;
	min-height: 18px;
}

/* WhatsApp Help */
.hike-whatsapp-help {
	text-align: center;
	margin-top: 28px;
}

.hike-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #25D366 !important;
	text-decoration: none !important;
	padding: 12px 24px;
	border: 1.5px solid #25D366;
	border-radius: 50px;
	transition: all 0.2s;
}

.hike-whatsapp-btn:hover {
	background: #25D366;
	color: #fff !important;
}

.hike-whatsapp-btn:hover svg {
	fill: #fff;
}

/* ==========================================================================
   SHARED — Buttons
   ========================================================================== */

.hike-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.25s ease;
	border: none;
}

.hike-btn--primary {
	background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(124,58,237,0.25);
}

.hike-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(124,58,237,0.35);
}

.hike-btn--google {
	background: #fff;
	color: #374151 !important;
	border: 1.5px solid #e5e7eb;
}

.hike-btn--google:hover {
	border-color: #d1d5db;
	background: #f9fafb;
}

/* ==========================================================================
   LEARNPRESS USER DASHBOARD — Sidebar Tab Icons (Force #fe4500)
   ========================================================================== */

#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	stroke: #fe4500 !important;
	color: #fe4500 !important;
	fill: none;
	transition: stroke 0.2s ease, color 0.2s ease;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a svg {
	fill: #fe4500 !important;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a i {
	font-size: 18px;
	color: #fe4500 !important;
	width: 20px;
	text-align: center;
	flex-shrink: 0;
	transition: color 0.2s ease;
}

/* Force FontAwesome pseudo-element icons to be #fe4500 too */
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.orders > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout > a::before {
	color: #fe4500 !important;
	transition: color 0.2s ease;
}

/* Hover & Active States: Turn Icons White for Contrast */
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li:hover > a svg,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active > a svg {
	stroke: #ffffff !important;
	color: #ffffff !important;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist:hover > a svg,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist.active > a svg {
	fill: #ffffff !important;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs > li:hover > a i,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active > a i {
	color: #ffffff !important;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist:hover > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist.active > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.orders:hover > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.orders.active > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings:hover > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings.active > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout:hover > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout.active > a::before {
	color: #ffffff !important;
}

/* Standardize flex layouts for all profile tabs to align icons */
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 14px 20px !important;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a span {
	line-height: 1 !important;
}


/* ==========================================================================
   ABOUT US PAGE STYLES
   ========================================================================== */
/* Prevent double-scroll: never clip on the page container itself */
body.page-id-10337 #page,
body.page-id-10337 #content,
body.page-id-10337 .site-content,
body.page-id-10337 .site-main,
body.page-id-10337 .edublink-main-wrapper,
body:has(.hike-about-page) #content {
    overflow: visible !important;
}
/* Clip horizontal overflow gracefully without creating a scroll container */
.hike-about-page {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    background-color: #f8fafc;
    line-height: 1.6;
    overflow-x: clip; /* clip does not create a scroll container */
}

.hike-about-page h1, 
.hike-about-page h2, 
.hike-about-page h3, 
.hike-about-page h4 {
    font-family: 'Poppins', sans-serif;
    color: #0F3D91; /* Deep Blue */
    margin-bottom: 20px;
    font-weight: 600;
}

.hike-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hike-section {
    padding: 80px 0;
}

.hike-section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.hike-text-center {
    text-align: center;
}

.hike-bg-light {
    background-color: #ffffff;
}

/* Common Buttons */
.hike-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hike-btn-primary {
    background: #E63946; /* Red Accent */
    color: #fff;
    border: 2px solid #E63946;
}

.hike-btn-primary:hover {
    background: #c52935;
    border-color: #c52935;
    color: #fff;
}

.hike-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.hike-btn-outline:hover {
    background: #fff;
    color: #0F3D91;
}

.hike-btn-light {
    background: #fff;
    color: #0F3D91;
    border: 2px solid #fff;
}

.hike-btn-light:hover {
    background: #f0f0f0;
    color: #0F3D91;
}

/* 1. HERO SECTION */
.hike-hero {
    position: relative;
    padding: 140px 20px;
    background-image: url('https://images.unsplash.com/photo-1542051842-875c7cb4c3d8?q=80&w=2000&auto=format&fit=crop'); /* Japan landscape */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}

.hike-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(15, 61, 145, 0.85); /* Deep Blue Overlay */
    z-index: 1;
}

.hike-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hike-hero-title {
    font-size: 48px;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.hike-hero-subtitle {
    font-size: 24px;
    color: #f4b400 !important; /* Gold */
    font-weight: 500;
    margin-bottom: 20px;
}

.hike-hero-text {
    font-size: 18px;
    margin-bottom: 40px;
    color: #e2e8f0;
}

.hike-hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* SPLIT LAYOUTS */
.hike-split-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hike-split-layout.hike-reverse {
    flex-direction: row-reverse;
}

.hike-split-image {
    flex: 1;
}

.hike-img-placeholder {
    background: #e2e8f0;
    border-radius: 20px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 18px;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.hike-img-placeholder i {
    font-size: 48px;
    color: #0F3D91;
}

/* Real section images (replacing placeholders) */
.hike-section-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    display: block;
}

.hike-split-text {
    flex: 1;
}

.hike-split-text p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #475569;
}

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

.hike-list li {
    font-size: 16px;
    color: #334155;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hike-list i {
    color: #E63946;
    font-size: 18px;
}

/* 3. TIMELINE */
.hike-story-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 18px;
    color: #475569;
}

.hike-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.hike-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    height: 100%;
    width: 2px;
    background: #e2e8f0;
}

.hike-timeline-item {
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}

.hike-timeline-item:last-child {
    margin-bottom: 0;
}

.hike-timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #0F3D91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F3D91;
    font-size: 20px;
    z-index: 2;
}

.hike-timeline-content {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #E63946;
}

.hike-timeline-content h3 {
    margin-bottom: 10px;
    color: #0F3D91;
    font-size: 20px;
}

.hike-timeline-content p {
    margin: 0;
    color: #475569;
}

/* 4. PURPOSE */
.hike-purpose-section {
    background: #0F3D91;
    color: #fff;
}

.hike-purpose-title {
    color: #fff !important;
    font-size: 40px;
    margin-bottom: 15px;
}

.hike-purpose-subtitle {
    font-size: 20px;
    color: #e2e8f0;
    margin-bottom: 40px;
}

.hike-purpose-highlight {
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.hike-purpose-highlight h3 {
    color: #f4b400 !important;
    font-size: 24px;
}

.hike-highlight-text {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    color: #fff;
}

.hike-highlight-text i {
    color: #f4b400;
}

/* 5. SERVICES GRID */
.hike-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hike-service-card {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.hike-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: #0F3D91;
}

.hike-service-card i {
    font-size: 40px;
    color: #E63946;
    margin-bottom: 20px;
}

.hike-service-card h3 {
    font-size: 20px;
    margin: 0;
    color: #0F3D91;
}

/* 6. LEARNING SYSTEM (Process) */
.hike-process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.hike-process-step {
    text-align: center;
}

.hike-step-icon {
    width: 60px;
    height: 60px;
    background: #0F3D91;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 10px;
    box-shadow: 0 10px 20px rgba(15, 61, 145, 0.2);
}

.hike-process-step h4 {
    margin: 0;
    color: #0F3D91;
    font-size: 16px;
}

.hike-process-arrow {
    color: #cbd5e1;
    font-size: 24px;
}

.hike-features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    max-width: 900px;
    margin: 40px auto 0;
}

.hike-features-list span {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    color: #475569;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.hike-features-list span i {
    color: #0F3D91;
    margin-right: 8px;
}

/* 7. STATS */
.hike-stats-section {
    background: #1e293b;
    color: #fff;
}

.hike-stats-section .hike-section-title {
    color: #fff !important;
}

.hike-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.hike-stat-card {
    padding: 30px;
}

.hike-stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #f4b400; /* Gold */
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    line-height: 1;
}

.hike-stat-label {
    font-size: 18px;
    color: #cbd5e1;
    font-weight: 500;
}

/* 8. PHILOSOPHY */
.hike-philosophy-section {
    background: #f8fafc;
}

.hike-quote-icon {
    font-size: 60px;
    color: rgba(15, 61, 145, 0.1);
    margin-bottom: 20px;
}

.hike-philosophy-quote {
    font-size: 32px;
    font-weight: 600;
    color: #0F3D91;
    max-width: 800px;
    margin: 0 auto 30px;
    font-style: italic;
}

.hike-philosophy-section p {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto 10px;
}

/* 9. WHY HIKE */
.hike-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hike-why-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    border: 1px solid #f1f5f9;
    transition: all 0.3s;
}

.hike-why-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.hike-why-card i {
    font-size: 24px;
    color: #E63946;
    width: 30px;
    text-align: center;
}

/* 10. PROMISE CHECKLIST */
.hike-promise-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.hike-promise-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    font-size: 16px;
    color: #334155;
    font-weight: 500;
}

.hike-promise-item i {
    color: #10b981; /* Green check */
    font-size: 20px;
}

/* 11. MISSION VISION */
.hike-mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.hike-mv-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.hike-mv-icon {
    width: 80px;
    height: 80px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 36px;
    color: #0F3D91;
}

.hike-mv-card h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.hike-mv-card p {
    font-size: 16px;
    color: #475569;
}

/* 13. FOUNDER MESSAGE */
.hike-founder-section {
    background: #f8fafc;
}

img.hike-founder-photo {
    height: 500px;
    object-position: top center;
}

.hike-highlight-quote {
    font-size: 24px;
    color: #0F3D91;
    border-left: 4px solid #E63946;
    padding-left: 20px;
    margin: 30px 0;
    font-family: 'Poppins', sans-serif;
}

.hike-founder-signature {
    margin-top: 30px;
}

.hike-founder-signature strong {
    font-size: 20px;
    color: #0F3D91;
    display: block;
}

.hike-founder-signature span {
    color: #64748b;
}

/* 14. CTA */
.hike-cta-section {
    position: relative;
    padding: 120px 20px;
    background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=2000&auto=format&fit=crop'); /* Team / Students */
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hike-cta-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(15, 61, 145, 0.9), rgba(230, 57, 70, 0.8));
    z-index: 1;
}

.hike-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hike-cta-title {
    color: #fff !important;
    font-size: 48px;
    margin-bottom: 20px;
}

.hike-cta-subtitle {
    font-size: 20px;
    color: #f8fafc;
    margin-bottom: 40px;
}

.hike-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .hike-split-layout {
        flex-direction: column;
        gap: 40px;
    }
    
    .hike-split-layout.hike-reverse {
        flex-direction: column;
    }
    
    .hike-services-grid,
    .hike-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hike-stats-grid,
    .hike-promise-grid,
    .hike-mission-vision-grid {
        grid-template-columns: 1fr;
    }
    
    .hike-img-placeholder,
    .hike-founder-photo,
    .hike-section-img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .hike-hero-title, .hike-cta-title { font-size: 36px; }
    .hike-hero-subtitle { font-size: 20px; }
    .hike-section-title { font-size: 28px; }
    
    .hike-hero-buttons, .hike-cta-buttons {
        flex-direction: column;
    }
    
    .hike-services-grid,
    .hike-why-grid {
        grid-template-columns: 1fr;
    }
    
    .hike-process-flow {
        flex-direction: column;
        gap: 20px;
    }
    
    .hike-process-arrow {
        transform: rotate(90deg);
    }
    
    .hike-timeline-item {
        padding-left: 50px;
    }
    
    .hike-timeline-icon {
        width: 40px; height: 40px;
        font-size: 16px;
    }
    
    .hike-timeline::before {
        left: 19px;
    }
}

/* ==========================================================================
   CONTACT US PAGE STYLES
   ========================================================================== */

/* Prevent double-scroll on contact page */
body:has(.hike-contact-page) #content {
    overflow: visible !important;
}

.hike-contact-page {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    background-color: #f8fafc;
    line-height: 1.6;
    overflow-x: clip;
}

.hike-contact-page h1,
.hike-contact-page h2,
.hike-contact-page h3,
.hike-contact-page h4 {
    font-family: 'Poppins', sans-serif;
    color: #0F3D91;
    font-weight: 600;
}

/* ── 1. HERO ── */
.hike-contact-hero {
    position: relative;
    padding: 120px 20px 80px;
    background: linear-gradient(135deg, #0a1628 0%, #0F3D91 40%, #1a5bc4 100%);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.hike-contact-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,57,70,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.hike-contact-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, #f8fafc, transparent);
    z-index: 2;
    pointer-events: none;
}

.hike-contact-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><rect fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1" width="60" height="60"/></svg>');
    z-index: 1;
}

/* Sakura petals animation */
.hike-sakura-petals {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hike-sakura-petals span {
    position: absolute;
    top: -20px;
    background: radial-gradient(circle at 30% 30%, #ffb7c5, #ff8fa3);
    border-radius: 50% 0 50% 50%;
    opacity: 0.4;
    animation: sakuraFall linear infinite;
}

@keyframes sakuraFall {
    0%   { transform: translateY(-20px) rotate(0deg); opacity: 0; }
    10%  { opacity: 0.5; }
    90%  { opacity: 0.3; }
    100% { transform: translateY(calc(100vh + 20px)) rotate(720deg); opacity: 0; }
}

.hike-contact-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}

.hike-contact-badge {
    display: inline-block;
    background: #E63946;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hike-badge-dark {
    background: #E63946;
    color: #fff;
}

.hike-contact-hero-title {
    font-size: 56px;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 16px;
    line-height: 1.1;
}

.hike-contact-hero-text {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 32px;
    line-height: 1.7;
}

.hike-contact-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.hike-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
}

.hike-trust-badge:hover {
    background: rgba(255,255,255,0.18);
    transform: translateY(-2px);
}

.hike-trust-badge i {
    color: #f4b400;
}

/* ── 2. CONTACT FORM + INFO GRID ── */
.hike-contact-main {
    padding-top: 0;
    margin-top: -40px;
    position: relative;
    z-index: 5;
}

.hike-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

/* Form Card */
.hike-contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

.hike-contact-form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.hike-contact-form-header i {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #E63946, #ff6b6b);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.hike-contact-form-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111827 !important;
    margin: 0;
}

.hike-form-group {
    margin-bottom: 20px;
}

.hike-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.hike-form-group label .required {
    color: #E63946;
}

.hike-form-group input,
.hike-form-group select,
.hike-form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #111827;
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    box-sizing: border-box;
}

.hike-form-group input:focus,
.hike-form-group select:focus,
.hike-form-group textarea:focus {
    border-color: #0F3D91;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(15,61,145,0.08);
}

.hike-form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.hike-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.hike-btn-full {
    width: 100%;
    justify-content: center;
    padding: 16px;
    font-size: 16px;
    border-radius: 10px;
}

.hike-form-privacy {
    font-size: 13px;
    color: #9ca3af;
    margin-top: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hike-form-privacy i {
    color: #d1d5db;
}

/* Map Card */
.hike-map-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    background: #fff;
}

.hike-map-label {
    padding: 14px 18px;
    font-size: 13px;
    color: #475569;
    background: #fff;
    line-height: 1.5;
}

.hike-map-label strong {
    color: #111827;
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}

.hike-map-label a {
    color: #0F3D91;
    text-decoration: none;
    font-weight: 500;
}

.hike-map-label a:hover {
    text-decoration: underline;
}

/* Info Card */
.hike-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    margin-top: 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

.hike-info-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111827 !important;
    margin-bottom: 24px;
}

.hike-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.hike-info-icon-circle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.hike-icon-red    { background: linear-gradient(135deg, #E63946, #ff6b6b); }
.hike-icon-blue   { background: linear-gradient(135deg, #0F3D91, #3b82f6); }
.hike-icon-purple { background: linear-gradient(135deg, #7c3aed, #a78bfa); }

.hike-info-item strong {
    font-size: 15px;
    color: #111827;
    display: block;
    margin-bottom: 2px;
}

.hike-info-item p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.hike-info-item p a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}

.hike-info-item p a:hover {
    color: #0F3D91;
}

/* Social Row */
.hike-social-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
    margin-top: 6px;
}

.hike-social-row strong {
    font-size: 14px;
    color: #374151;
    white-space: nowrap;
}

.hike-social-icons {
    display: flex;
    gap: 10px;
}

.hike-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.hike-social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.hike-social-fb { background: #1877F2; }
.hike-social-yt { background: #FF0000; }
.hike-social-ig { background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737); }
.hike-social-tk { background: #000000; }
.hike-social-wa { background: #25D366; }

/* ── 3. CTA BANNER ── */
.hike-contact-cta-banner {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(135deg, #0a1628 0%, #0F3D91 50%, #1a5bc4 100%);
    color: #fff;
    overflow: hidden;
}

.hike-contact-cta-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="400" viewBox="0 0 200 400"><text x="20" y="120" font-size="80" fill="rgba(255,255,255,0.04)" font-family="serif">⛩</text><circle cx="60" cy="280" r="40" fill="rgba(255,182,193,0.06)"/><circle cx="140" cy="320" r="30" fill="rgba(255,182,193,0.04)"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.8;
    pointer-events: none;
}

.hike-contact-cta-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><rect fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="1" width="60" height="60"/></svg>');
    z-index: 1;
}

.hike-contact-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.hike-cta-kanji {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 120px;
}

.hike-cta-kanji span {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hike-cta-kanji small {
    font-size: 11px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    margin-top: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.hike-cta-text-block h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
}

.hike-cta-text-block p {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 28px;
    max-width: 600px;
}

.hike-cta-features {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.hike-cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hike-cta-feature i {
    width: 40px;
    height: 40px;
    background: rgba(230,57,70,0.2);
    border: 1px solid rgba(230,57,70,0.3);
    color: #ff8a94;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.hike-cta-feature span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    line-height: 1.3;
}

/* ── 4. FAQ SECTION ── */
.hike-faq-section {
    background: #f8fafc;
}

.hike-faq-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 40px;
}

.hike-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}

.hike-faq-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hike-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.hike-faq-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.hike-faq-item.is-open {
    border-color: #0F3D91;
    box-shadow: 0 4px 16px rgba(15,61,145,0.08);
}

.hike-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    text-align: left;
    transition: color 0.2s;
}

.hike-faq-question span {
    flex: 1;
    padding-right: 12px;
}

.hike-faq-question i {
    color: #E63946;
    font-size: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.hike-faq-item.is-open .hike-faq-question i {
    transform: rotate(180deg);
}

.hike-faq-item.is-open .hike-faq-question {
    color: #0F3D91;
}

.hike-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
}

.hike-faq-item.is-open .hike-faq-answer {
    max-height: 300px;
    padding: 0 20px 18px;
}

.hike-faq-answer p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* ── 5. BOTTOM CTA ── */
.hike-contact-bottom-cta {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(135deg, #fdf2f2 0%, #fff5f5 50%, #fef2f2 100%);
    overflow: hidden;
}

.hike-contact-bottom-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="300" viewBox="0 0 200 300"><text x="30" y="200" font-size="100" fill="rgba(230,57,70,0.06)" font-family="serif">⛩</text></svg>') no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.hike-contact-bottom-cta::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="300" viewBox="0 0 200 300"><circle cx="60" cy="80" r="35" fill="rgba(255,182,193,0.15)"/><circle cx="140" cy="200" r="25" fill="rgba(255,182,193,0.1)"/></svg>') no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.hike-contact-bottom-cta-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-top: 3px solid #E63946;
    pointer-events: none;
}

.hike-contact-bottom-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.hike-bottom-cta-text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111827 !important;
    margin-bottom: 6px;
}

.hike-bottom-cta-text p {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}

.hike-btn-talk {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #E63946;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #E63946;
}

.hike-btn-talk:hover {
    background: #c52935;
    border-color: #c52935;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230,57,70,0.3);
}

/* ── CONTACT PAGE RESPONSIVE ── */
@media (max-width: 992px) {
    .hike-contact-grid {
        grid-template-columns: 1fr;
    }

    .hike-contact-cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .hike-cta-kanji {
        flex-direction: row;
        gap: 8px;
    }

    .hike-cta-features {
        justify-content: center;
    }

    .hike-faq-grid {
        grid-template-columns: 1fr;
    }

    .hike-contact-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hike-contact-hero {
        padding: 100px 20px 70px;
    }

    .hike-contact-hero-title {
        font-size: 36px;
    }

    .hike-contact-hero-text {
        font-size: 16px;
    }

    .hike-contact-badges {
        flex-direction: column;
        align-items: flex-start;
    }

    .hike-contact-form-card {
        padding: 28px 20px;
    }

    .hike-cta-text-block h2 {
        font-size: 24px;
    }

    .hike-cta-features {
        gap: 16px;
    }

    .hike-bottom-cta-text h2 {
        font-size: 22px;
    }
}

/* ==========================================================================
   GLOBAL DARK MODE OVERRIDES FOR CUSTOM PAGES
   ========================================================================== */
html.dark body,
html.dark .hike-about-page,
html.dark .hike-contact-page,
html.dark .hike-resume-builder,
html.dark .hike-payment-page {
    background-color: #0f172a !important; /* slate-900 */
    color: #f1f5f9 !important;
}

html.dark .hike-bg-light,
html.dark .hike-section,
html.dark .hike-contact-main,
html.dark .hike-faq-section {
    background-color: transparent !important;
}

html.dark .hike-contact-form-card,
html.dark .hike-info-card,
html.dark .hike-map-card,
html.dark .hike-faq-item,
html.dark .hike-resume-section,
html.dark .hike-payment-upload-section,
html.dark .hike-steps,
html.dark .hike-countdown,
html.dark .hike-qr-tabs,
html.dark .hike-qr-tab.active,
html.dark .hike-resume-section-content {
    background-color: #1e293b !important; /* slate-800 */
    border-color: #334155 !important;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6,
html.dark .hike-section-title, html.dark .hike-hero-title, html.dark strong,
html.dark .hike-faq-question {
    color: #f8fafc !important;
}

html.dark .hike-form-input, html.dark textarea.hike-form-input, html.dark select.hike-form-input,
html.dark input, html.dark textarea, html.dark select {
    background-color: #334155 !important;
    color: #f8fafc !important;
    border-color: #475569 !important;
}

html.dark .hike-faq-question span,
html.dark .hike-faq-answer p,
html.dark p,
html.dark label {
    color: #cbd5e1 !important;
}

html.dark .hike-hero-title,
html.dark .hike-hero-text,
html.dark .hike-hero-subtitle {
    color: #fff !important;
}

html.dark .hike-contact-form-header h2 { color: #f8fafc !important; }
html.dark .hike-info-item strong { color: #f8fafc !important; }
html.dark .hike-social-row strong { color: #f8fafc !important; }
html.dark .hike-faq-question { background: transparent !important; }
