/* ==========================================================================
   SilkyWigs Luxury Hair Color Guide V2 (No Overflow & Exact Sequence)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400;1,600&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
	--silky-pink-primary: #d93b68;
	--silky-pink-dark: #b8234e;
	--silky-pink-light: #fff2f5;
	--silky-pink-border: #f7d3dd;
	--silky-text-dark: #1e1e1e;
	--silky-text-muted: #666666;
	--silky-border-subtle: #eaeaea;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.silky-v2-page-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
	color: var(--silky-text-dark);
	overflow-x: clip;
}

/* 1. TOP PROMO BAR */
.silky-v2-promo-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	background: #fdf5f7;
	border-bottom: 1px solid var(--silky-pink-border);
	padding: 10px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	margin: 0 -16px 20px -16px;
	flex-wrap: wrap;
}

/* 2. HERO 3-COLUMN SECTION */
.silky-v2-hero-section {
	padding: 15px 0 35px 0;
}

.silky-v2-hero-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 10px 0;
}

/* Left Column */
.silky-v2-hero-col-left {
	flex: 1 1 60%;
	min-width: 0;
	max-width: 660px;
}

.silky-v2-hero-title {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111111;
	margin: 0 0 6px 0;
	line-height: 1.12;
}

.silky-v2-hero-cursive {
	font-family: 'Caveat', cursive;
	font-size: 38px;
	color: var(--silky-pink-primary);
	margin-bottom: 16px;
	line-height: 1.2;
}

.silky-v2-hero-desc {
	font-size: 16px;
	line-height: 1.7;
	color: var(--silky-text-muted);
	margin: 0 0 28px 0;
	max-width: 580px;
}

.silky-v2-hero-badges {
	display: flex;
	align-items: center;
	gap: 24px;
}

.silky-v2-hero-badge-item {
	text-align: center;
}

.silky-v2-badge-circle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #e8d0d8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px auto;
	font-size: 22px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(226, 83, 139, 0.08);
}

.silky-v2-hero-badge-item span {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	display: block;
}

/* Right Column: Model */
.silky-v2-hero-col-center {
	flex: 1 1 40%;
	min-width: 0;
	text-align: center;
	display: flex;
	justify-content: flex-end;
}

.silky-v2-model-frame {
	display: inline-block;
	max-width: 360px;
	width: 100%;
}

.silky-v2-model-img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	display: block;
	object-fit: cover;
	box-shadow: 0 12px 36px rgba(226, 83, 139, 0.16);
}

/* Right Column: Step Card */
.silky-v2-hero-col-right {
	flex: 1 1 34%;
	min-width: 0;
	max-width: 340px;
}

.silky-v2-step-card {
	background: #ffffff;
	border: 1px solid #f0e6e8;
	border-radius: 16px;
	padding: 22px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.silky-v2-step-card-title {
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--silky-pink-primary);
	margin: 0 0 16px 0;
	text-align: center;
}

.silky-v2-step-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 18px;
}

.silky-v2-step-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.silky-v2-step-icon-box {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid var(--silky-pink-border);
	background: var(--silky-pink-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	flex-shrink: 0;
}

.silky-v2-step-text strong {
	display: block;
	font-size: 13px;
	color: #222;
	margin-bottom: 2px;
}

.silky-v2-step-text p {
	font-size: 11.5px;
	color: #777;
	margin: 0;
	line-height: 1.35;
}

html body a.silky-v2-get-started-btn,
html body .silky-v2-get-started-btn,
.silky-v2-get-started-btn {
	display: block;
	text-align: center;
	background: var(--silky-pink-primary, #b4234c) !important;
	color: #ffffff !important;
	padding: 12px 18px !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	letter-spacing: 0.05em !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
}

html body a.silky-v2-get-started-btn:hover,
html body a.silky-v2-get-started-btn:focus,
html body a.silky-v2-get-started-btn:active,
html body .silky-v2-get-started-btn:hover,
html body .silky-v2-get-started-btn:focus,
html body .silky-v2-get-started-btn:active,
.silky-v2-get-started-btn:hover,
.silky-v2-get-started-btn:focus,
.silky-v2-get-started-btn:active {
	background: #91173b !important;
	background-color: #91173b !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 14px rgba(145, 23, 59, 0.3) !important;
}

html body a.silky-v2-get-started-btn:hover *,
html body .silky-v2-get-started-btn:hover *,
.silky-v2-get-started-btn:hover * {
	color: #ffffff !important;
	fill: #ffffff !important;
}

/* ==========================================================================
   3. BROWSE COLORS BY CATEGORY & 32 SHADES GRID (NO OVERFLOW)
   ========================================================================== */
.silky-v2-shades-section {
	padding: 30px 0 40px 0;
	width: 100%;
	box-sizing: border-box;
}

.silky-v2-category-title {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #222;
	margin: 0 0 16px 0;
	text-align: center;
}

/* 8 Filter Tabs */
.silky-v2-tabs-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
	overflow-x: auto;
	padding-bottom: 6px;
	-webkit-overflow-scrolling: touch;
}

.silky-v2-tabs {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: nowrap;
}

.silky-v2-tab {
	background: #ffffff;
	border: 1px solid #ddd;
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 12.5px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.silky-v2-tab:hover {
	border-color: var(--silky-pink-primary);
	color: var(--silky-pink-primary);
}

.silky-v2-tab.active {
	background-color: var(--silky-pink-primary);
	color: #ffffff !important;
	border-color: var(--silky-pink-primary);
	box-shadow: 0 2px 6px rgba(217, 59, 104, 0.25);
}

/* 32 Shades Grid (8 Columns with minmax(0, 1fr) so it CANNOT overflow) */
.silky-v2-grid-32 {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
	width: 100%;
	box-sizing: border-box;
}

.silky-v2-card {
	min-width: 0;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.silky-v2-card-link {
	display: block;
	min-width: 0;
	text-decoration: none !important;
	color: inherit !important;
	background: #ffffff;
	border: 1px solid var(--silky-border-subtle);
	border-radius: 8px;
	padding: 5px 5px 8px 5px;
	text-align: center;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.silky-v2-card-link:hover {
	border-color: var(--silky-pink-primary);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(217, 59, 104, 0.12);
}

.silky-v2-swatch-box {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 5px;
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 6px;
}

.silky-v2-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.25s ease;
}

.silky-v2-card-link:hover .silky-v2-img {
	transform: scale(1.06);
}

.silky-v2-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.2s;
}

.silky-v2-card-link:hover .silky-v2-overlay {
	opacity: 1;
}

.silky-v2-overlay span {
	background: rgba(255,255,255,0.9);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.silky-v2-info {
	padding: 0 2px;
	min-width: 0;
	overflow: hidden;
}

.silky-v2-name {
	font-size: 11px;
	font-weight: 700;
	color: #222;
	margin: 0 0 2px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%;
}

.silky-v2-code {
	font-size: 10px;
	font-weight: 500;
	color: #777;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.silky-v2-disclaimer {
	font-size: 11.5px;
	color: #888;
	margin: 12px 0 35px 0;
}

/* ==========================================================================
   4. DUAL MATCH & SPECIALIST SECTION (SIDE-BY-SIDE)
   ========================================================================== */
.silky-v2-dual-section {
	padding: 10px 0 35px 0;
	width: 100%;
}

.silky-v2-dual-grid {
	display: block;
	width: 100%;
}

/* Left Match Card */
.silky-v2-match-box-card {
	background: #ffffff;
	border: 1px solid var(--silky-border-subtle);
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.03);
	min-width: 0;
}

.silky-v2-box-title {
	font-size: 14.5px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #111;
	margin: 0 0 16px 0;
}

.silky-v2-match-subgrid {
	display: flex;
	align-items: center;
	gap: 14px;
}

.silky-v2-upload-sub,
.silky-v2-matching-sub {
	flex: 1;
	min-width: 0;
}

.silky-v2-upload-sub h4,
.silky-v2-matching-sub h4 {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 4px 0;
	color: #222;
}

.silky-v2-upload-sub p,
.silky-v2-matching-sub p {
	font-size: 11px;
	color: #777;
	margin: 0 0 10px 0;
	line-height: 1.35;
}

.silky-v2-dashed-drop {
	border: 1.5px dashed #f3a8bc;
	background: #fff8f9;
	border-radius: 8px;
	padding: 12px 8px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	transition: all 0.2s;
}

.silky-v2-dashed-drop:hover {
	border-color: var(--silky-pink-primary);
	background: #fff0f3;
}

.silky-v2-upload-arrow {
	font-size: 20px;
	display: block;
	margin-bottom: 2px;
}

.silky-v2-dashed-drop strong {
	display: block;
	font-size: 11.5px;
	color: #333;
}

.silky-v2-dashed-drop small {
	font-size: 9.5px;
	color: #888;
}

.silky-v2-pink-btn {
	display: block;
	width: 100%;
	text-align: center;
	background: var(--silky-pink-primary);
	color: #ffffff !important;
	border: none;
	padding: 10px 12px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 11.5px;
	letter-spacing: 0.04em;
	cursor: pointer;
	text-decoration: none !important;
	box-sizing: border-box;
}

html body a.silky-v2-pink-btn,
html body button.silky-v2-pink-btn,
html body .silky-v2-pink-btn,
.silky-v2-pink-btn {
	display: block;
	width: 100%;
	text-align: center;
	background: var(--silky-pink-primary, #b4234c) !important;
	color: #ffffff !important;
	border: none;
	padding: 10px 12px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 11.5px;
	letter-spacing: 0.04em;
	cursor: pointer;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

html body a.silky-v2-pink-btn:hover,
html body a.silky-v2-pink-btn:focus,
html body a.silky-v2-pink-btn:active,
html body button.silky-v2-pink-btn:hover,
html body button.silky-v2-pink-btn:focus,
html body button.silky-v2-pink-btn:active,
html body .silky-v2-pink-btn:hover,
html body .silky-v2-pink-btn:focus,
html body .silky-v2-pink-btn:active,
.silky-v2-pink-btn:hover,
.silky-v2-pink-btn:focus,
.silky-v2-pink-btn:active {
	background: #91173b !important;
	background-color: #91173b !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(145, 23, 59, 0.25);
}

html body a.silky-v2-pink-btn:hover *,
html body button.silky-v2-pink-btn:hover *,
html body .silky-v2-pink-btn:hover *,
.silky-v2-pink-btn:hover * {
	color: #ffffff !important;
	fill: #ffffff !important;
}

.silky-v2-arrow-divider {
	font-size: 24px;
	color: var(--silky-pink-primary);
	font-weight: bold;
	flex-shrink: 0;
}

.silky-v2-preview-swatches-row {
	display: flex;
	gap: 6px;
	margin-bottom: 14px;
}

.silky-v2-sample-swatch {
	flex: 1;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

/* Specialist Consultation Card (Expanded & Prominent) */
.silky-v2-specialist-box-card {
	background: linear-gradient(135deg, #fff5f8 0%, #fde8ee 100%);
	border: 1.5px solid #f6cfd9;
	border-radius: 20px;
	padding: 38px 48px 0 48px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	min-width: 0;
	box-shadow: 0 10px 30px rgba(180, 35, 76, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.silky-v2-specialist-box-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 38px rgba(180, 35, 76, 0.12);
}

.silky-v2-specialist-content {
	flex: 1 1 auto;
	min-width: 0;
	padding-bottom: 38px;
}

.silky-v2-spec-tag {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: var(--silky-pink-primary, #b4234c);
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.silky-v2-spec-title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.32;
	color: #111111;
	margin: 0 0 18px 0;
}

.silky-v2-check-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 24px;
}

.silky-v2-check-list li {
	font-size: 14.5px;
	font-weight: 500;
	color: #333333;
	padding: 2px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.4;
}

.silky-v2-check-icon {
	color: var(--silky-pink-primary, #b4234c);
	font-weight: 800;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.silky-v2-spec-action {
	margin-top: 6px;
}

html body a.silky-v2-dark-spec-btn,
html body .silky-v2-dark-spec-btn,
.silky-v2-dark-spec-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #111111 !important;
	color: #ffffff !important;
	padding: 14px 30px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	box-shadow: 0 4px 16px rgba(0,0,0,0.18);
	transition: all 0.25s ease;
}

html body a.silky-v2-dark-spec-btn:hover,
html body a.silky-v2-dark-spec-btn:focus,
html body a.silky-v2-dark-spec-btn:active,
html body .silky-v2-dark-spec-btn:hover,
html body .silky-v2-dark-spec-btn:focus,
html body .silky-v2-dark-spec-btn:active,
.silky-v2-dark-spec-btn:hover,
.silky-v2-dark-spec-btn:focus,
.silky-v2-dark-spec-btn:active {
	background: #2b2b2b !important;
	background-color: #2b2b2b !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.26);
}

html body a.silky-v2-dark-spec-btn:hover *,
html body .silky-v2-dark-spec-btn:hover *,
.silky-v2-dark-spec-btn:hover * {
	color: #ffffff !important;
	fill: #ffffff !important;
}

.silky-v2-specialist-photo-wrap {
	flex: 0 0 280px;
	text-align: center;
	align-self: flex-end;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 0;
	line-height: 0;
}

.silky-v2-spec-img {
	width: 100%;
	max-width: 280px;
	height: auto;
	border-radius: 0;
	box-shadow: none;
	display: block;
	vertical-align: bottom;
	margin: 0 auto;
	object-fit: contain;
	object-position: bottom center;
	filter: drop-shadow(0 6px 16px rgba(180, 35, 76, 0.08));
}

/* ==========================================================================
   5. TRUST BADGES ROW (4 BADGES)
   ========================================================================== */
.silky-v2-trust-row {
	padding: 20px 0;
	border-top: 1px solid var(--silky-border-subtle);
	border-bottom: 1px solid var(--silky-border-subtle);
	margin: 10px 0 24px 0;
	width: 100%;
}

.silky-v2-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	width: 100%;
}

.silky-v2-trust-col {
	display: flex;
	align-items: center;
	gap: 10px;
}

.silky-v2-trust-icon {
	font-size: 22px;
	flex-shrink: 0;
}

.silky-v2-trust-info strong {
	display: block;
	font-size: 12px;
	font-weight: 800;
	color: #111;
	letter-spacing: 0.02em;
}

.silky-v2-trust-info p {
	margin: 0;
	font-size: 11px;
	color: #777;
}

/* ==========================================================================
   6. BOTTOM CONSULTATION STRIP
   ========================================================================== */
.silky-v2-bottom-bar {
	background: #fdf5f7;
	border: 1px solid var(--silky-pink-border);
	border-radius: 10px;
	padding: 14px 20px;
	margin-bottom: 30px;
	width: 100%;
}

.silky-v2-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.silky-v2-bottom-text {
	font-size: 13.5px;
	font-weight: 600;
	color: #222;
}

html body a.silky-v2-book-btn,
html body .silky-v2-book-btn,
.silky-v2-book-btn {
	background: var(--silky-pink-primary, #b4234c) !important;
	color: #ffffff !important;
	padding: 10px 22px !important;
	border-radius: 6px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	transition: all 0.2s ease !important;
}

html body a.silky-v2-book-btn:hover,
html body a.silky-v2-book-btn:focus,
html body a.silky-v2-book-btn:active,
html body .silky-v2-book-btn:hover,
html body .silky-v2-book-btn:focus,
html body .silky-v2-book-btn:active,
.silky-v2-book-btn:hover,
.silky-v2-book-btn:focus,
.silky-v2-book-btn:active {
	background: #91173b !important;
	background-color: #91173b !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 14px rgba(145, 23, 59, 0.3) !important;
}

html body a.silky-v2-book-btn:hover *,
html body .silky-v2-book-btn:hover *,
.silky-v2-book-btn:hover * {
	color: #ffffff !important;
	fill: #ffffff !important;
}

/* ==========================================================================
   7. RESPONSIVE BREAKPOINTS (Zero Overflow on All Devices)
   ========================================================================== */
@media (max-width: 1180px) {
	.silky-v2-grid-32 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}
	.silky-v2-trust-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	.silky-v2-dual-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.silky-v2-hero-inner {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.silky-v2-hero-col-left,
	.silky-v2-hero-col-center,
	.silky-v2-hero-col-right {
		max-width: 100%;
		width: 100%;
	}
	.silky-v2-hero-badges {
		justify-content: center;
	}
	.silky-v2-grid-32 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.silky-v2-tabs-wrap {
		justify-content: flex-start;
	}
	.silky-v2-match-subgrid {
		flex-direction: column;
	}
	.silky-v2-arrow-divider {
		transform: rotate(90deg);
		margin: 6px 0;
	}
	.silky-v2-specialist-box-card {
		flex-direction: column;
		text-align: center;
		padding: 28px 20px 0 20px;
		gap: 20px;
		align-items: center;
	}
	.silky-v2-specialist-content {
		padding-bottom: 20px;
	}
	.silky-v2-spec-title {
		font-size: 20px;
	}
	.silky-v2-check-list {
		grid-template-columns: 1fr;
		text-align: left;
		margin: 0 auto 20px auto;
		max-width: 320px;
	}
	.silky-v2-specialist-photo-wrap {
		flex: 0 0 auto;
		max-width: 220px;
		margin: 0 auto;
	}
	.silky-v2-spec-img {
		max-width: 220px;
	}
	.silky-v2-dark-spec-btn {
		width: 100%;
		justify-content: center;
	}
	.silky-v2-trust-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.silky-v2-bottom-inner {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	.silky-v2-book-btn {
		width: 100%;
		text-align: center;
	}
}
