/* ========================================
   LEGAL & INFO PAGES STYLING
   Professional Chef Knives
   Matches main site design aesthetic
   ======================================== */

/* Import the color palette from main styles */
:root {
	--forest-green: #2B5442;
	--burgundy: #8B2635;
	--warm-cream: #FAF8F5;
	--pure-white: #FFFFFF;
	--gold: #B8956A;
	--charcoal: #2C2C2C;
	--soft-gray: #6B6B6B;
	--light-gray: #E5E5E5;
	--deep-teal: #1a4d5c;
	--dark-teal: #0f3643;
}

/* ========================================
   MAIN CONTAINER IMPROVEMENTS
   ======================================== */

.mainContainer2 {
	animation: fadeIn 0.6s ease-in;
}

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

/* Left column styling improvements */
.leftCol {
	animation: slideInLeft 0.8s ease-out;
}

@keyframes slideInLeft {
	from { opacity: 0; transform: translateX(-30px); }
	to { opacity: 1; transform: translateX(0); }
}

/* Right column with better spacing */
.rightColWhiteBGStay {
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	transition: box-shadow 0.3s ease;
}

.rightColWhiteBGStay:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

/* ========================================
   TYPOGRAPHY IMPROVEMENTS
   ======================================== */

.rightColWhiteBGStay h1 {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 700;
	color: var(--charcoal);
	margin-bottom: 32px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--forest-green);
	line-height: 1.3;
}

.rightColWhiteBGStay h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: var(--forest-green);
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.rightColWhiteBGStay h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--charcoal);
	margin-top: 32px;
	margin-bottom: 16px;
	line-height: 1.4;
}

.rightColWhiteBGStay h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--soft-gray);
	margin-top: 24px;
	margin-bottom: 12px;
}

.rightColWhiteBGStay p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: var(--soft-gray);
	line-height: 1.8;
	margin-bottom: 20px;
}

.rightColWhiteBGStay p strong {
	color: var(--charcoal);
	font-weight: 600;
}

/* Links styling */
.rightColWhiteBGStay a {
	color: var(--forest-green);
	text-decoration: underline;
	transition: color 0.3s ease;
}

.rightColWhiteBGStay a:hover {
	color: var(--burgundy);
}

/* ========================================
   LIST STYLING
   ======================================== */

.rightColWhiteBGStay ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 24px;
}

.rightColWhiteBGStay ul li {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: var(--soft-gray);
	line-height: 1.8;
	margin-bottom: 16px;
	padding-left: 32px;
	position: relative;
}

.rightColWhiteBGStay ul li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--forest-green);
	font-size: 18px;
	font-weight: bold;
	width: 24px;
	height: 24px;
	background-color: rgba(43, 84, 66, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-top: 2px;
}

/* Ordered lists */
.rightColWhiteBGStay ol {
	padding-left: 24px;
	margin-bottom: 24px;
}

.rightColWhiteBGStay ol li {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: var(--soft-gray);
	line-height: 1.8;
	margin-bottom: 16px;
}

/* ========================================
   ADDRESS BLOCK
   ======================================== */

.rightColWhiteBGStay address {
	background-color: var(--warm-cream);
	border-left: 4px solid var(--forest-green);
	padding: 24px;
	margin: 32px 0;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: var(--soft-gray);
	border-radius: 0 8px 8px 0;
}

/* ========================================
   CONTACT SECTION STYLING
   ======================================== */

.contact-section {
	background: linear-gradient(135deg, var(--warm-cream) 0%, #F0EDE8 100%);
	padding: 40px;
	border-radius: 12px;
	border-left: 6px solid var(--forest-green);
	margin: 32px 0;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-section h2 {
	color: var(--forest-green) !important;
	margin-top: 0 !important;
	font-size: 28px !important;
}

.contact-section p {
	color: var(--soft-gray);
	margin-bottom: 16px;
}

.contact-section strong {
	color: var(--charcoal);
	font-weight: 600;
	font-size: 16px;
}

.privacy-note {
	background-color: rgba(43, 84, 66, 0.08);
	padding: 24px;
	border-radius: 8px;
	border: 2px solid rgba(43, 84, 66, 0.2);
	margin-top: 28px;
}

.privacy-note p {
	margin-bottom: 0;
}

/* ========================================
   CONTACT FORM STYLING
   ======================================== */

.contactRow {
	margin-bottom: 24px;
}

.contact1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--charcoal);
	margin-bottom: 8px;
}

.contact2,
.contact3 {
	width: 100%;
}

.contactTextBox {
	width: 100%;
	max-width: 600px;
	padding: 14px 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: var(--charcoal);
	border: 2px solid var(--light-gray);
	border-radius: 6px;
	background-color: var(--pure-white);
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.contactTextBox:focus {
	outline: none;
	border-color: var(--forest-green);
	box-shadow: 0 0 0 3px rgba(43, 84, 66, 0.1);
}

textarea.contactTextBox {
	resize: vertical;
	min-height: 150px;
	font-family: 'Montserrat', sans-serif;
}

.contactSubmit {
	background-color: var(--forest-green);
	color: var(--pure-white);
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 16px 48px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(43, 84, 66, 0.3);
	margin-top: 16px;
}

.contactSubmit:hover {
	background-color: #1F3D30;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(43, 84, 66, 0.4);
}

.contactSubmit:active {
	transform: translateY(0);
}

/* ========================================
   LAST UPDATED SIDEBAR
   ======================================== */

.leftMenuHeader {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.leftMenuPanel {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: var(--soft-gray);
	padding: 20px;
	text-align: center;
}

/* ========================================
   BACK TO TOP BUTTON
   ======================================== */

.backToTop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background-color: var(--forest-green);
	color: var(--pure-white);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(43, 84, 66, 0.3);
	transition: all 0.3s ease;
	z-index: 1000;
}

.backToTop:hover {
	background-color: #1F3D30;
	transform: translateY(-4px);
	box-shadow: 0 6px 20px rgba(43, 84, 66, 0.4);
}

.backToTop i {
	font-size: 18px;
}

/* ========================================
   SPECIAL CONTENT BLOCKS
   ======================================== */

/* Info boxes */
.info-box {
	background-color: rgba(43, 84, 66, 0.05);
	border-left: 4px solid var(--forest-green);
	padding: 24px;
	margin: 28px 0;
	border-radius: 0 8px 8px 0;
}

.info-box h3 {
	margin-top: 0;
	color: var(--forest-green);
}

/* Warning/Notice boxes */
.notice-box {
	background-color: rgba(139, 38, 53, 0.05);
	border-left: 4px solid var(--burgundy);
	padding: 24px;
	margin: 28px 0;
	border-radius: 0 8px 8px 0;
}

.notice-box h3 {
	margin-top: 0;
	color: var(--burgundy);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media only screen and (max-width: 768px) {
	.rightColWhiteBGStay h1 {
		font-size: 32px;
		margin-bottom: 24px;
		padding-bottom: 16px;
	}

	.rightColWhiteBGStay h2 {
		font-size: 22px;
		margin-top: 32px;
		margin-bottom: 16px;
	}

	.rightColWhiteBGStay h3 {
		font-size: 18px;
		margin-top: 24px;
		margin-bottom: 12px;
	}

	.rightColWhiteBGStay p,
	.rightColWhiteBGStay ul li,
	.rightColWhiteBGStay ol li {
		font-size: 14px;
	}

	.contact-section {
		padding: 28px 24px;
		margin: 24px 0;
	}

	.contact-section h2 {
		font-size: 24px !important;
	}

	.contactTextBox {
		max-width: 100%;
	}

	.contactSubmit {
		width: 100%;
		padding: 14px 32px;
	}

	.backToTop {
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 45px;
	}

	.rightColWhiteBGStay address {
		padding: 20px;
		margin: 24px 0;
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.rightColWhiteBGStay h1 {
		font-size: 26px;
	}

	.rightColWhiteBGStay h2 {
		font-size: 20px;
	}

	.contact-section {
		padding: 20px 16px;
		border-left-width: 4px;
	}

	.contact-section h2 {
		font-size: 20px !important;
	}

	.privacy-note {
		padding: 16px;
	}
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
	.backToTop,
	.leftCol {
		display: none;
	}

	.rightColWhiteBGStay {
		border: none;
		box-shadow: none;
		padding: 0;
	}

	.rightColWhiteBGStay h1,
	.rightColWhiteBGStay h2,
	.rightColWhiteBGStay h3 {
		page-break-after: avoid;
	}

	.rightColWhiteBGStay p,
	.rightColWhiteBGStay ul,
	.rightColWhiteBGStay ol {
		page-break-inside: avoid;
	}
}
