/*
 * Tax Accountant Theme - Sub Pages Styles
 *
 * Styles for all sub-pages (services, blog, contact, about, cases,
 * thanks, privacy) using the v2 design system.
 *
 * @package Tax_Accountant
 * @version 1.0.0
 */


/* ========================================
 * 1. Common Page Header
 * ======================================== */
.sub-page-header {
	position: relative;
	padding: 80px 0 60px;
	overflow: hidden;
	text-align: center;
}

.sub-page-header__bg-pattern {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none;
	z-index: 0;
}

.sub-page-header__content {
	position: relative;
	z-index: 1;
}

.sub-page-header__en-label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.25em;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.sub-page-header__title {
	color: var(--color-text-white);
	font-size: var(--font-size-4xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-heading);
	margin-bottom: 12px;
}

.sub-page-header__subtitle {
	color: rgba(255, 255, 255, 0.85);
	font-size: var(--font-size-base);
	line-height: var(--line-height-base);
	max-width: 640px;
	margin: 0 auto;
}


/* ========================================
 * 2. Service Detail Page (single-services.php)
 * ======================================== */

/* Page header with icon */
.sub-page-header--service .sub-page-header__icon {
	font-size: 40px;
	color: var(--color-accent);
	margin-bottom: 16px;
}

.sub-page-header--service .sub-page-header__overview {
	color: rgba(255, 255, 255, 0.85);
	font-size: var(--font-size-base);
	line-height: var(--line-height-base);
	max-width: 640px;
	margin: 8px auto 0;
}

/* Service content sections */
.service-single-v2 {
	padding: 0 0 var(--section-spacing);
}

.service-section-v2 {
	margin-bottom: 64px;
}

.service-section-v2:last-child {
	margin-bottom: 0;
}

.service-section-v2 .section-heading-v2 {
	margin-bottom: 32px;
}

/* Target audience card */
.service-target-card {
	background: var(--color-bg-white);
	border: 1px solid var(--color-border);
	border-left: 4px solid var(--color-accent);
	border-radius: var(--radius-lg);
	padding: 32px;
	box-shadow: var(--shadow-sm);
}

.service-target-card__label {
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-bold);
	color: var(--color-accent);
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.service-target-card__text {
	font-size: var(--font-size-base);
	color: var(--color-text);
	line-height: 1.9;
}

/* Flow steps on service detail page */
.service-flow-v2 {
	margin-bottom: 16px;
}

.service-flow-v2__step {
	display: flex;
	gap: 24px;
	margin-bottom: 32px;
	position: relative;
	padding-bottom: 32px;
	border-left: 2px solid var(--color-border);
	padding-left: 32px;
	margin-left: 24px;
}

.service-flow-v2__step:last-child {
	border-left-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
}

.service-flow-v2__number {
	position: absolute;
	left: -20px;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: var(--radius-full);
	background: var(--gradient-primary);
	color: var(--color-text-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	box-shadow: var(--shadow-md);
}

.service-flow-v2__content {
	flex: 1;
	padding-top: 4px;
}

.service-flow-v2__title {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 8px;
}

.service-flow-v2__desc {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
	line-height: var(--line-height-base);
}

/* Pricing box */
.service-pricing-v2 {
	background: var(--color-bg-base);
	border-radius: var(--radius-lg);
	padding: 32px;
	border-top: 3px solid var(--color-accent);
}

.service-pricing-v2__content {
	font-size: var(--font-size-base);
	line-height: 1.9;
	color: var(--color-text);
}

.service-pricing-v2__note {
	font-size: var(--font-size-sm);
	color: var(--color-text-muted);
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--color-border);
}

/* FAQ accordion */
.faq-accordion-v2 {
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--color-border);
}

.faq-item-v2 {
	border-bottom: 1px solid var(--color-border);
}

.faq-item-v2:last-child {
	border-bottom: none;
}

.faq-question-v2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	background: var(--color-bg-white);
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	transition: background 0.2s ease;
	gap: 16px;
}

.faq-question-v2:hover {
	background: var(--color-bg-light);
}

.faq-question-v2 .faq-icon-v2 {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: var(--radius-full);
	background: var(--color-bg-base);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--color-primary);
	transition: transform 0.3s ease, background 0.3s ease;
}

.faq-question-v2[aria-expanded="true"] .faq-icon-v2 {
	transform: rotate(45deg);
	background: var(--gradient-primary);
	color: var(--color-text-white);
}

.faq-answer-v2 {
	padding: 0 24px 20px;
	font-size: var(--font-size-sm);
	line-height: 1.9;
	color: var(--color-text-light);
}

/* Related services grid */
.service-related-v2 {
	padding: var(--section-spacing) 0;
	background: var(--gradient-section-alt);
}

.service-related-v2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--grid-gap);
}

.service-related-v2__card {
	background: var(--color-bg-white);
	border-radius: var(--radius-lg);
	padding: 28px 24px;
	box-shadow: var(--shadow-sm);
	transition: all var(--hover-transition);
	border-top: 3px solid transparent;
	border-image: var(--gradient-underline) 1;
}

.service-related-v2__card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(var(--hover-lift-y));
}

.service-related-v2__card-icon {
	font-size: 28px;
	color: var(--color-accent);
	margin-bottom: 16px;
}

.service-related-v2__card-title {
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 8px;
}

.service-related-v2__card-text {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
	line-height: var(--line-height-base);
	margin-bottom: 16px;
}

.service-related-v2__card-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	color: var(--color-secondary);
	transition: all var(--transition-base);
}

.service-related-v2__card:hover .service-related-v2__card-link {
	color: var(--color-accent);
	gap: 8px;
}


/* ========================================
 * 3. Services Archive Page (archive-services.php)
 * ======================================== */
.services-archive-v2 {
	padding: 0 0 var(--section-spacing);
}

.services-archive-v2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--grid-gap);
	margin-bottom: 48px;
}

.services-archive-v2__card {
	background: var(--color-bg-white);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all var(--hover-transition);
}

.services-archive-v2__card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(var(--hover-lift-y));
}

.services-archive-v2__card-image {
	height: 200px;
	overflow: hidden;
}

.services-archive-v2__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--hover-transition);
}

.services-archive-v2__card:hover .services-archive-v2__card-image img {
	transform: scale(var(--hover-img-scale));
}

.services-archive-v2__card-placeholder {
	width: 100%;
	height: 100%;
	background: var(--gradient-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: rgba(255, 255, 255, 0.3);
}

.services-archive-v2__card-body {
	padding: 24px;
}

.services-archive-v2__card-icon {
	font-size: 24px;
	color: var(--color-accent);
	margin-bottom: 12px;
}

.services-archive-v2__card-title {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 8px;
}

.services-archive-v2__card-text {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
	line-height: var(--line-height-base);
	margin-bottom: 16px;
}


/* ========================================
 * 4. Blog Archive Page (archive.php)
 * ======================================== */
.blog-archive-v2 {
	padding: 0 0 var(--section-spacing);
}

.blog-archive-v2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--grid-gap);
	margin-bottom: 48px;
}

.blog-archive-v2__card {
	background: var(--color-bg-white);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all var(--hover-transition);
	display: flex;
	flex-direction: column;
}

.blog-archive-v2__card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(var(--hover-lift-y));
}

.blog-archive-v2__card-image {
	height: 200px;
	overflow: hidden;
	flex-shrink: 0;
}

.blog-archive-v2__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--hover-transition);
}

.blog-archive-v2__card:hover .blog-archive-v2__card-image img {
	transform: scale(var(--hover-img-scale));
}

.blog-archive-v2__card-placeholder {
	width: 100%;
	height: 100%;
	background: var(--gradient-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: rgba(255, 255, 255, 0.3);
}

.blog-archive-v2__card-body {
	padding: 20px 24px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.blog-archive-v2__card-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.blog-archive-v2__card-category {
	display: inline-block;
	padding: 2px 10px;
	background: var(--color-primary);
	color: var(--color-text-white);
	font-size: var(--font-size-xs);
	font-weight: var(--font-weight-bold);
	border-radius: var(--radius-sm);
	line-height: 1.6;
}

.blog-archive-v2__card-date {
	font-size: var(--font-size-xs);
	color: var(--color-text-muted);
}

.blog-archive-v2__card-title {
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	line-height: var(--line-height-heading);
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-archive-v2__card-title a {
	color: inherit;
	text-decoration: none;
	transition: color var(--transition-base);
}

.blog-archive-v2__card-title a:hover {
	color: var(--color-secondary);
}

.blog-archive-v2__card-excerpt {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
	line-height: var(--line-height-base);
	flex: 1;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-archive-v2__card-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	color: var(--color-secondary);
	transition: all var(--transition-base);
	margin-top: auto;
}

.blog-archive-v2__card:hover .blog-archive-v2__card-link {
	color: var(--color-accent);
	gap: 8px;
}


/* ========================================
 * 5. Blog Single Page (single.php)
 * ======================================== */
.blog-single-v2-header {
	position: relative;
	padding: 80px 0 60px;
	overflow: hidden;
	text-align: center;
}

.blog-single-v2-header .sub-page-header__bg-pattern {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none;
	z-index: 0;
}

.blog-single-v2-header__content {
	position: relative;
	z-index: 1;
}

.blog-single-v2-header__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 16px;
}

.blog-single-v2-header__category a {
	display: inline-block;
	padding: 4px 14px;
	background: var(--color-accent);
	color: var(--color-text-white);
	font-size: var(--font-size-xs);
	font-weight: var(--font-weight-bold);
	border-radius: var(--radius-sm);
	text-decoration: none;
	transition: background var(--transition-base);
}

.blog-single-v2-header__category a:hover {
	background: var(--color-accent-dark);
}

.blog-single-v2-header__date {
	font-size: var(--font-size-sm);
	color: rgba(255, 255, 255, 0.7);
}

.blog-single-v2-header__title {
	color: var(--color-text-white);
	font-size: var(--font-size-3xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-heading);
	max-width: 800px;
	margin: 0 auto;
}

/* Featured image */
.blog-single-v2-featured {
	max-width: 900px;
	margin: -30px auto 40px;
	position: relative;
	z-index: 2;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}

.blog-single-v2-featured img {
	width: 100%;
	height: auto;
	display: block;
}

/* Article body */
.blog-single-v2-content {
	padding: 0 0 var(--section-spacing);
}

.blog-single-v2-body {
	max-width: 800px;
	margin: 0 auto;
}

.blog-single-v2-body .entry-content {
	font-size: var(--font-size-base);
	line-height: 1.9;
	color: var(--color-text);
}

.blog-single-v2-body .entry-content h2 {
	font-size: var(--font-size-2xl);
	color: var(--color-primary);
	margin: 48px 0 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-accent);
}

.blog-single-v2-body .entry-content h3 {
	font-size: var(--font-size-xl);
	color: var(--color-primary);
	margin: 32px 0 16px;
}

/* Related posts section */
.blog-related-v2 {
	padding: var(--section-spacing) 0;
	background: var(--gradient-section-alt);
}

.blog-related-v2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--grid-gap);
}

.blog-related-v2__card {
	background: var(--color-bg-white);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all var(--hover-transition);
}

.blog-related-v2__card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(var(--hover-lift-y));
}

.blog-related-v2__card-image {
	height: 160px;
	overflow: hidden;
}

.blog-related-v2__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--hover-transition);
}

.blog-related-v2__card:hover .blog-related-v2__card-image img {
	transform: scale(var(--hover-img-scale));
}

.blog-related-v2__card-placeholder {
	width: 100%;
	height: 100%;
	background: var(--gradient-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: rgba(255, 255, 255, 0.3);
}

.blog-related-v2__card-body {
	padding: 20px;
}

.blog-related-v2__card-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.blog-related-v2__card-category {
	display: inline-block;
	padding: 2px 8px;
	background: var(--color-primary);
	color: var(--color-text-white);
	font-size: 11px;
	font-weight: var(--font-weight-bold);
	border-radius: var(--radius-sm);
	line-height: 1.4;
}

.blog-related-v2__card-date {
	font-size: 11px;
	color: var(--color-text-muted);
}

.blog-related-v2__card-title {
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	line-height: var(--line-height-heading);
}

.blog-related-v2__card-title a {
	color: inherit;
	text-decoration: none;
}

.blog-related-v2__card-title a:hover {
	color: var(--color-secondary);
}


/* ========================================
 * 6. Contact Page (page-contact.php)
 * ======================================== */
.contact-v2-section {
	padding: 0 0 var(--section-spacing);
}

/* LINE banner (toned-down green to harmonize with surrounding palette) */
.contact-phone-banner {
	background: linear-gradient(135deg, #2f8a55 0%, #1f6a3f 100%);
	border-radius: var(--radius-lg);
	padding: 32px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 48px;
	box-shadow: 0 8px 24px rgba(31, 106, 63, 0.24);
}

.contact-phone-banner__icon {
	font-size: 32px;
	color: var(--color-text-white);
}

.contact-phone-banner__content {
	text-align: left;
}

.contact-phone-banner__label {
	display: block;
	font-size: var(--font-size-sm);
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 4px;
}

.contact-phone-banner__number {
	display: block;
	font-size: var(--font-size-3xl);
	font-weight: var(--font-weight-bold);
	color: var(--color-text-white);
	text-decoration: none;
	letter-spacing: 0.05em;
}

.contact-phone-banner__number:hover {
	opacity: 0.9;
}

.contact-phone-banner__hours {
	display: block;
	font-size: var(--font-size-xs);
	color: rgba(255, 255, 255, 0.7);
	margin-top: 4px;
}

/* Contact layout */
.contact-v2-layout {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 48px;
	align-items: start;
}

/* Form styling */
.contact-v2-form-col {
	min-width: 0;
}

.contact-form-v2 .form-group {
	margin-bottom: 24px;
}

.contact-form-v2 .form-label {
	display: block;
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 8px;
}

.contact-form-v2 .form-input,
.contact-form-v2 .form-select,
.contact-form-v2 .form-textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	font-size: var(--font-size-base);
	color: var(--color-text);
	background: var(--color-bg-white);
	transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.contact-form-v2 .form-input:focus,
.contact-form-v2 .form-select:focus,
.contact-form-v2 .form-textarea:focus {
	outline: none;
	border-color: var(--color-secondary);
	box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
}

.contact-form-v2 .form-textarea {
	resize: vertical;
	min-height: 140px;
}

.contact-form-v2 .form-required {
	color: #e74c3c;
	font-size: var(--font-size-xs);
	margin-left: 4px;
}

.contact-form-v2 .form-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: var(--font-size-sm);
	color: var(--color-text);
	cursor: pointer;
}

.contact-form-v2 .form-checkbox {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	accent-color: var(--color-primary);
}

.contact-form-v2 .form-submit {
	margin-top: 32px;
}

/* Contact info sidebar */
.contact-v2-info-col {
	position: sticky;
	top: 100px;
}

.contact-v2-info-box {
	background: var(--color-bg-base);
	border-radius: var(--radius-lg);
	padding: 32px;
	border-top: 3px solid var(--color-accent);
}

.contact-v2-info-box__title {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-v2-info-box__title i {
	color: var(--color-accent);
}

.contact-v2-info-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-border);
}

.contact-v2-info-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.contact-v2-info-item__label {
	display: block;
	font-size: var(--font-size-xs);
	color: var(--color-text-muted);
	margin-bottom: 4px;
	font-weight: var(--font-weight-bold);
}

.contact-v2-info-item__value {
	font-size: var(--font-size-base);
	color: var(--color-text);
}

.contact-v2-info-item__value a {
	color: var(--color-primary);
	text-decoration: none;
	transition: color var(--transition-base);
}

.contact-v2-info-item__value a:hover {
	color: var(--color-accent);
}

.contact-v2-info-item__value--phone {
	font-size: var(--font-size-xl);
	font-weight: var(--font-weight-bold);
}

.contact-v2-info-note {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--color-border);
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
	line-height: var(--line-height-base);
	background: var(--color-bg-white);
	padding: 16px;
	border-radius: var(--radius-md);
}


/* ========================================
 * 7. About Page (page-about.php)
 * ======================================== */
.about-v2-section {
	padding: 0 0 var(--section-spacing);
}

.about-v2-section__block {
	margin-bottom: 80px;
}

.about-v2-section__block:last-child {
	margin-bottom: 0;
}

/* Company profile table */
.about-v2-table-wrapper {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--color-border);
}

.about-v2-table {
	width: 100%;
	border-collapse: collapse;
}

.about-v2-table th {
	background: var(--gradient-primary);
	color: var(--color-text-white);
	padding: 14px 20px;
	text-align: left;
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	width: 180px;
	white-space: nowrap;
}

.about-v2-table td {
	padding: 14px 20px;
	font-size: var(--font-size-sm);
	color: var(--color-text);
	border-bottom: 1px solid var(--color-border);
}

.about-v2-table tr:last-child td {
	border-bottom: none;
}

.about-v2-table tr:nth-child(even) td {
	background: var(--color-bg-base);
}

.about-v2-table td a {
	color: var(--color-primary);
	text-decoration: none;
}

.about-v2-table td a:hover {
	color: var(--color-accent);
}

/* Greeting section */
.about-v2-greeting-layout {
	display: flex;
	gap: 64px;
	align-items: flex-start;
}

.about-v2-greeting-photo {
	flex: 0 0 240px;
	text-align: center;
}

.about-v2-greeting-photo__frame {
	width: 200px;
	height: 260px;
	margin: 0 auto 16px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-md);
	border: 4px solid var(--color-bg-white);
}

.about-v2-greeting-photo__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-v2-greeting-photo__placeholder {
	width: 100%;
	height: 100%;
	background: var(--gradient-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 64px;
	color: rgba(255, 255, 255, 0.3);
}

.about-v2-greeting-photo__name {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 4px;
}

.about-v2-greeting-photo__credential {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
}

.about-v2-greeting-text {
	flex: 1;
}

.about-v2-greeting-text__message {
	font-size: var(--font-size-base);
	line-height: 1.9;
	color: var(--color-text);
	margin-bottom: 32px;
}

.about-v2-greeting-text__bio-title {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--color-accent);
	display: inline-block;
}

.about-v2-greeting-text__bio-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-v2-greeting-text__bio-list li {
	padding: 10px 0;
	border-bottom: 1px dashed var(--color-border);
	font-size: var(--font-size-sm);
	color: var(--color-text);
	padding-left: 20px;
	position: relative;
}

.about-v2-greeting-text__bio-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: var(--radius-full);
	background: var(--color-accent);
}

/* Access section */
.about-v2-access-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 48px;
	align-items: start;
}

.about-v2-access-map {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-md);
}

.about-v2-access-map iframe {
	display: block;
}

.about-v2-access-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.about-v2-access-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.about-v2-access-item__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-full);
	background: var(--color-bg-base);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-lg);
	color: var(--color-primary);
}

.about-v2-access-item__label {
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 4px;
}

.about-v2-access-item__text {
	font-size: var(--font-size-sm);
	color: var(--color-text);
	line-height: var(--line-height-base);
}

/* Dual-office access (Sprint 6) */
.about-v2-access-dual {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.about-v2-access-card {
	background: var(--color-bg-white);
	border: 1px solid var(--color-border, #E5E5E5);
	border-radius: var(--radius-lg);
	padding: 24px;
	box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.04));
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.about-v2-access-card__title {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-accent, #B89968);
}

.about-v2-access-card .about-v2-access-map {
	margin: 0;
}

.about-v2-access-card .about-v2-access-map iframe {
	width: 100%;
	height: 220px;
	border: 0;
}

.about-v2-access-parking-actions {
	margin: 8px 0 0;
}

.about-v2-access-parking-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: var(--color-bg-base);
	border: 1px solid var(--color-accent, #B89968);
	color: var(--color-primary);
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	text-decoration: none;
	border-radius: var(--radius-md, 6px);
	transition: background-color 0.2s ease, color 0.2s ease;
}
.about-v2-access-parking-link i {
	color: var(--color-accent, #B89968);
}
.about-v2-access-parking-link:hover,
.about-v2-access-parking-link:focus-visible {
	background: var(--color-accent, #B89968);
	color: #fff;
}
.about-v2-access-parking-link:hover i,
.about-v2-access-parking-link:focus-visible i {
	color: #fff;
}

.about-v2-access-parking-details {
	margin-top: 12px;
	border-top: 1px dotted var(--color-border, #E5E5E5);
	padding-top: 10px;
}
.about-v2-access-parking-details summary {
	cursor: pointer;
	font-size: var(--font-size-sm);
	color: var(--color-primary);
	font-weight: var(--font-weight-bold);
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.about-v2-access-parking-details summary::-webkit-details-marker {
	display: none;
}
.about-v2-access-parking-details summary::before {
	content: "▸";
	color: var(--color-accent, #B89968);
	transition: transform 0.2s ease;
	display: inline-block;
}
.about-v2-access-parking-details[open] summary::before {
	transform: rotate(90deg);
}
.about-v2-access-parking-embed {
	margin-top: 12px;
	border: 1px solid var(--color-border, #E5E5E5);
	border-radius: var(--radius-md, 6px);
	overflow: hidden;
	background: var(--color-bg-base);
}
.about-v2-access-parking-embed object {
	display: block;
	border: 0;
}

@media (max-width: 768px) {
	.about-v2-access-dual {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.about-v2-access-parking-embed object {
		height: 360px;
	}
}

/* Staff grid */
.about-v2-staff-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--grid-gap);
}

.about-v2-staff-card {
	background: var(--color-bg-white);
	border-radius: var(--radius-lg);
	padding: 32px 24px;
	text-align: center;
	box-shadow: var(--shadow-sm);
	transition: all var(--hover-transition);
}

.about-v2-staff-card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(-4px);
}

.about-v2-staff-card__photo {
	width: 80px;
	height: 80px;
	border-radius: var(--radius-full);
	margin: 0 auto 16px;
	overflow: hidden;
	background: var(--gradient-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: rgba(255, 255, 255, 0.4);
}

.about-v2-staff-card__name {
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 4px;
}

.about-v2-staff-card__role {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
}


/* ========================================
 * 8. Cases Pages (archive & single)
 * ======================================== */

/* Stats grid */
.cases-v2-stats {
	padding: 48px 0;
	background: var(--gradient-section-alt);
}

.cases-v2-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.cases-v2-stat {
	text-align: center;
	padding: 24px;
	background: var(--color-bg-white);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	border-top: 3px solid transparent;
	border-image: var(--gradient-underline) 1;
}

.cases-v2-stat__number {
	font-size: var(--font-size-4xl);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	line-height: 1;
	margin-bottom: 8px;
}

.cases-v2-stat__label {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
}

/* Cases grid */
.cases-v2-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--grid-gap);
	margin-bottom: 48px;
}

.cases-v2-card {
	background: var(--color-bg-white);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all var(--hover-transition);
}

.cases-v2-card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(var(--hover-lift-y));
}

.cases-v2-card__header {
	padding: 16px 24px;
	background: var(--gradient-section-alt);
	border-bottom: 1px solid var(--color-border);
}

.cases-v2-card__industry {
	font-size: var(--font-size-xs);
	color: var(--color-accent);
	font-weight: var(--font-weight-bold);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.cases-v2-card__body {
	padding: 24px;
}

.cases-v2-card__title {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 12px;
	line-height: var(--line-height-heading);
}

.cases-v2-card__text {
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
	line-height: var(--line-height-base);
	margin-bottom: 16px;
}

.cases-v2-card__result {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 12px 16px;
	background: rgba(212, 145, 59, 0.08);
	border-radius: var(--radius-md);
	margin-bottom: 16px;
}

.cases-v2-card__result i {
	color: var(--color-accent);
	margin-top: 2px;
	flex-shrink: 0;
}

.cases-v2-card__result span {
	font-size: var(--font-size-sm);
	color: var(--color-text);
	line-height: var(--line-height-base);
}

.cases-v2-card__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-bold);
	color: var(--color-secondary);
	transition: all var(--transition-base);
}

.cases-v2-card:hover .cases-v2-card__link {
	color: var(--color-accent);
	gap: 8px;
}

/* Single case page */
.case-single-v2 {
	padding: 0 0 var(--section-spacing);
}

.case-section-v2 {
	margin-bottom: 64px;
}

.case-section-v2:last-child {
	margin-bottom: 0;
}

.case-result-v2 {
	background: rgba(212, 145, 59, 0.06);
	border-radius: var(--radius-lg);
	padding: 32px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	border-left: 4px solid var(--color-accent);
}

.case-result-v2__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: var(--radius-full);
	background: var(--gradient-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--color-text-white);
}

.case-result-v2__text {
	font-size: var(--font-size-base);
	line-height: 1.9;
	color: var(--color-text);
	flex: 1;
}

.case-voice-v2 {
	background: var(--color-bg-base);
	border-radius: var(--radius-lg);
	padding: 32px;
	position: relative;
}

.case-voice-v2::before {
	content: '\201C';
	position: absolute;
	top: 12px;
	left: 20px;
	font-size: 60px;
	color: var(--color-accent);
	opacity: 0.3;
	line-height: 1;
	font-family: serif;
}

.case-voice-v2__quote {
	font-size: var(--font-size-base);
	line-height: 1.9;
	color: var(--color-text);
	font-style: italic;
	position: relative;
	z-index: 1;
}

.case-voice-v2__name {
	display: block;
	margin-top: 16px;
	font-size: var(--font-size-sm);
	color: var(--color-text-light);
	font-style: normal;
}


/* ========================================
 * 9. Thanks Page (page-thanks.php)
 * ======================================== */
.thanks-v2 {
	padding: var(--section-spacing) 0;
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.thanks-v2-content {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

.thanks-v2-icon {
	width: 80px;
	height: 80px;
	border-radius: var(--radius-full);
	background: var(--gradient-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	font-size: 36px;
	color: var(--color-text-white);
}

.thanks-v2-title {
	font-size: var(--font-size-3xl);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 16px;
}

.thanks-v2-message {
	font-size: var(--font-size-base);
	color: var(--color-text-light);
	line-height: var(--line-height-base);
	margin-bottom: 48px;
}

.thanks-v2-contact-box {
	background: var(--color-bg-base);
	border-radius: var(--radius-lg);
	padding: 32px;
	margin-bottom: 40px;
	text-align: left;
}

.thanks-v2-contact-box__title {
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--color-border);
}

.thanks-v2-contact-item {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.thanks-v2-contact-item:last-child {
	margin-bottom: 0;
}

.thanks-v2-contact-item__icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: var(--radius-full);
	background: var(--color-bg-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-sm);
	color: var(--color-primary);
}

.thanks-v2-contact-item__label {
	display: block;
	font-size: var(--font-size-xs);
	color: var(--color-text-muted);
	margin-bottom: 2px;
}

.thanks-v2-contact-item__value {
	font-size: var(--font-size-sm);
	color: var(--color-text);
}

.thanks-v2-contact-item__value a {
	color: var(--color-primary);
	text-decoration: none;
}


/* ========================================
 * 10. Privacy Policy Page (page-privacy.php)
 * ======================================== */
.privacy-v2 {
	padding: 0 0 var(--section-spacing);
}

.privacy-v2-body {
	max-width: 800px;
	margin: 0 auto;
}

.privacy-v2-updated {
	display: inline-block;
	background: var(--color-bg-base);
	padding: 8px 16px;
	border-radius: var(--radius-md);
	font-size: var(--font-size-sm);
	color: var(--color-text-muted);
	margin-bottom: 40px;
}

.privacy-v2-body .entry-content h2 {
	font-size: var(--font-size-xl);
	color: var(--color-primary);
	margin: 40px 0 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--color-accent);
	padding-left: 16px;
	position: relative;
}

.privacy-v2-body .entry-content h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 10px;
	width: 4px;
	background: var(--gradient-primary);
	border-radius: 2px;
}

.privacy-v2-body .entry-content p {
	font-size: var(--font-size-base);
	line-height: 1.9;
	color: var(--color-text);
	margin-bottom: 16px;
}

.privacy-v2-body .entry-content ul {
	margin-bottom: 16px;
	padding-left: 20px;
}

.privacy-v2-body .entry-content li {
	font-size: var(--font-size-base);
	line-height: 1.8;
	color: var(--color-text);
	margin-bottom: 4px;
}


/* ========================================
 * 11. Breadcrumb Spacing
 * ======================================== */
.sub-page-breadcrumb {
	padding: 16px 0;
}


/* ========================================
 * 12. Pagination
 * ======================================== */
.pagination-v2 {
	text-align: center;
	margin-top: 48px;
}

.pagination-v2 .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.pagination-v2 .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	font-size: var(--font-size-sm);
	color: var(--color-text);
	text-decoration: none;
	transition: all var(--transition-base);
}

.pagination-v2 .page-numbers:hover {
	border-color: var(--color-primary);
	color: var(--color-primary);
	background: var(--color-bg-light);
}

.pagination-v2 .page-numbers.current {
	background: var(--gradient-primary);
	color: var(--color-text-white);
	border-color: transparent;
}


/* ========================================
 * Responsive: Sub Pages
 * ======================================== */
@media (max-width: 1023px) {
	/* Page header */
	.sub-page-header {
		padding: 64px 0 48px;
	}

	.sub-page-header__title {
		font-size: var(--font-size-3xl);
	}

	/* Services archive */
	.services-archive-v2__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Blog archive */
	.blog-archive-v2__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Contact layout */
	.contact-v2-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.contact-v2-info-col {
		position: static;
	}

	/* About page */
	.about-v2-greeting-layout {
		gap: 40px;
	}

	.about-v2-greeting-photo {
		flex: 0 0 180px;
	}

	.about-v2-greeting-photo__frame {
		width: 160px;
		height: 210px;
	}

	.about-v2-access-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	/* Cases */
	.cases-v2-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cases-v2-grid {
		grid-template-columns: 1fr;
	}

	/* Related services */
	.service-related-v2__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Related posts */
	.blog-related-v2__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	/* Page header */
	.sub-page-header {
		padding: 56px 0 40px;
	}

	.sub-page-header__title {
		font-size: var(--font-size-2xl);
	}

	.sub-page-header__subtitle {
		font-size: var(--font-size-sm);
	}

	/* Phone banner */
	.contact-phone-banner {
		flex-direction: column;
		text-align: center;
		padding: 24px 20px;
	}

	.contact-phone-banner__content {
		text-align: center;
	}

	.contact-phone-banner__number {
		font-size: var(--font-size-2xl);
	}

	/* Services archive */
	.services-archive-v2__grid {
		grid-template-columns: 1fr;
	}

	/* Blog archive */
	.blog-archive-v2__grid {
		grid-template-columns: 1fr;
	}

	/* Blog single */
	.blog-single-v2-header__title {
		font-size: var(--font-size-2xl);
	}

	.blog-single-v2-featured {
		margin: -20px 16px 32px;
		border-radius: var(--radius-md);
	}

	/* About page */
	.about-v2-greeting-layout {
		flex-direction: column;
		align-items: center;
	}

	.about-v2-greeting-photo {
		flex: none;
	}

	.about-v2-table th {
		width: 100px;
		font-size: var(--font-size-xs);
	}

	.about-v2-table td {
		font-size: var(--font-size-xs);
	}

	.about-v2-staff-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	/* Cases stats */
	.cases-v2-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.cases-v2-stat__number {
		font-size: var(--font-size-3xl);
	}

	/* Related */
	.service-related-v2__grid {
		grid-template-columns: 1fr;
	}

	.blog-related-v2__grid {
		grid-template-columns: 1fr;
	}

	/* Flow steps */
	.service-flow-v2__step {
		padding-left: 24px;
		margin-left: 18px;
	}

	.service-flow-v2__number {
		left: -16px;
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	/* Case result */
	.case-result-v2 {
		flex-direction: column;
		gap: 12px;
		padding: 20px;
	}

	.case-result-v2__icon {
		width: 40px;
		height: 40px;
	}
}


/* ========================================
 * Case Single: Industry Badge & Content
 * (Moved from inline styles in single-cases.php)
 * ======================================== */
.case-industry-badge-wrap {
	margin-top: -16px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.case-industry-badge {
	display: inline-block;
	padding: 6px 20px;
	background: var(--color-accent);
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
}

.case-industry-badge i {
	margin-right: 4px;
}

.case-single-v2__container {
	max-width: 800px;
	margin: 0 auto;
}

.case-content-styled {
	line-height: 1.9;
	color: var(--color-text);
}
