/* Travira Brand Studio — landing page + sidebar CTA */

.tvg-bs {
	padding-top: clamp(96px, 10vw, 112px);
	color: #2b2a26;
}

.tvg-bs h2 {
	font-size: 1.9rem;
	margin: 0 0 1rem;
	letter-spacing: -0.01em;
}

.tvg-bs .container { max-width: 980px; }

/* Section 1 — Hero / problem */
.tvg-bs__hero {
	padding: 2rem 0 3rem;
	background: #f7f5f0;
}

.tvg-bs__hero-title {
	font-size: 2.4rem;
	margin: 0 0 2rem;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

.tvg-bs__pains {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
	display: grid;
	gap: 1rem;
}

.tvg-bs__pains li {
	display: flex;
	gap: 1rem;
	padding: 0.6rem 0;
}

.tvg-bs__pain-icon {
	font-size: 1.4rem;
	flex-shrink: 0;
	line-height: 1;
	margin-top: 0.1rem;
	width: 32px;
	text-align: center;
}

.tvg-bs__pains p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.55;
	color: #4b4640;
}

.tvg-bs__hero-close {
	font-size: 1.6rem;
	font-weight: 600;
	color: #2b2a26;
	margin: 1.5rem 0 0;
	letter-spacing: -0.01em;
	padding-top: 1.2rem;
	border-top: 1px solid #d4d0c5;
}

/* Section 2 — Solution */
.tvg-bs__solution {
	padding: 4rem 0;
}

.tvg-bs__solution p {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #2b2a26;
	margin: 0 0 1.2rem;
}

.tvg-bs__solution-sub {
	margin-top: 1.5rem;
	color: #6b665a;
}

/* Section 3 — Services */
.tvg-bs__services {
	padding: 4rem 0;
	background: #f9f7f0;
}

.tvg-bs__services-intro {
	color: #6b665a;
	margin: 0 0 2rem;
	font-size: 1.02rem;
}

.tvg-bs__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1.5rem;
}

.tvg-bs__card {
	background: #fff;
	border: 1px solid #e8e3d8;
	border-radius: 10px;
	padding: 1.5rem;
}

.tvg-bs__card h3 {
	font-size: 1.3rem;
	margin: 0 0 0.3rem;
	color: #2b2a26;
}

.tvg-bs__card-tagline {
	color: #5c6b4a;
	margin: 0 0 1rem;
	font-size: 0.95rem;
}

.tvg-bs__card p {
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0 0 1rem;
	color: #4b4640;
}

.tvg-bs__card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e8e3d8;
	padding-top: 0.8rem;
}

.tvg-bs__card li {
	padding: 0.3rem 0 0.3rem 1rem;
	font-size: 0.9rem;
	color: #4b4640;
	position: relative;
}

.tvg-bs__card li::before {
	content: '·';
	position: absolute;
	left: 0.2rem;
	color: #5c6b4a;
	font-weight: 700;
}

/* Section 4 — Process */
.tvg-bs__process {
	padding: 4rem 0;
}

.tvg-bs__process-intro {
	color: #6b665a;
	margin: 0 0 2rem;
}

.tvg-bs__steps {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 1.5rem;
}

.tvg-bs__steps li {
	padding: 1.2rem 1.5rem;
	background: #f9f7f0;
	border-radius: 10px;
	border-left: 3px solid #5c6b4a;
}

.tvg-bs__steps h3 {
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
	color: #2b2a26;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.tvg-bs__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #5c6b4a;
	color: #fff;
	border-radius: 50%;
	font-size: 0.85rem;
	font-weight: 700;
}

.tvg-bs__steps p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #4b4640;
}

/* Section 5 — Form */
.tvg-bs__form-section {
	padding: 4rem 0;
	background: #2b2a26;
	color: #fff;
}

.tvg-bs__form-section h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 0.5rem;
}

.tvg-bs__form-sub {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin: 0 0 2.5rem;
	font-size: 1rem;
}

.tvg-bs__form {
	max-width: 600px;
	margin: 0 auto;
}

.tvg-bs__field {
	margin-bottom: 1.2rem;
}

.tvg-bs__field label,
.tvg-bs__field legend {
	display: block;
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-bottom: 0.4rem;
}

.tvg-bs__field input[type="text"],
.tvg-bs__field input[type="email"],
.tvg-bs__field textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border-radius: 6px;
	font-size: 0.95rem;
	font-family: inherit;
}

.tvg-bs__field input::placeholder,
.tvg-bs__field textarea::placeholder { color: rgba(255, 255, 255, 0.4); }

.tvg-bs__field input:focus,
.tvg-bs__field textarea:focus {
	outline: none;
	border-color: #5c6b4a;
	background: rgba(255, 255, 255, 0.1);
}

.tvg-bs__field--services {
	border: none;
	padding: 0;
	margin-bottom: 1.5rem;
}

.tvg-bs__checkbox {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.4rem 1.2rem 0.4rem 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	cursor: pointer;
}

.tvg-bs__checkbox input { width: 16px; height: 16px; cursor: pointer; }

.tvg-bs__submit {
	width: 100%;
	padding: 1rem 1.5rem;
	background: #5c6b4a;
	color: #fff;
	border: 1px solid #5c6b4a;
	border-radius: 6px;
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
	margin-top: 0.5rem;
}

.tvg-bs__submit:hover {
	background: #fff;
	color: #2b2a26;
	border-color: #fff;
}

.tvg-bs__disclaimer {
	margin-top: 1rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
	text-align: center;
}

/* Success + error states */
.tvg-bs__success {
	max-width: 600px;
	margin: 0 auto;
	background: rgba(92, 107, 74, 0.2);
	border: 1px solid rgba(92, 107, 74, 0.5);
	padding: 2rem;
	border-radius: 10px;
	text-align: center;
}

.tvg-bs__success h3 {
	color: #fff;
	margin: 0 0 0.8rem;
	font-size: 1.4rem;
}

.tvg-bs__success p {
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	line-height: 1.6;
}

.tvg-bs__error {
	max-width: 600px;
	margin: 0 auto 1.5rem;
	background: rgba(181, 73, 74, 0.2);
	border: 1px solid rgba(181, 73, 74, 0.5);
	color: #fff;
	padding: 1rem 1.5rem;
	border-radius: 6px;
	text-align: center;
}

/* Mobile */
@media (max-width: 720px) {
	.tvg-bs__hero-title { font-size: 1.8rem; }
	.tvg-bs h2 { font-size: 1.5rem; }
	.tvg-bs__hero-close { font-size: 1.3rem; }
}

/* =============================================================================
   Sidebar CTA (rendered on tq_journey / tq_venue / tq_product singles)
   ============================================================================= */
.tvg-brand-studio-cta {
	background: #f9f7f0;
	border: 1px solid #e8e3d8;
	border-radius: 10px;
	padding: 1.4rem;
	margin-top: 1.5rem;
}

.tvg-brand-studio-cta__lead {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #5c6b4a;
	font-weight: 700;
	margin: 0 0 0.4rem;
}

.tvg-brand-studio-cta__title {
	font-size: 1.1rem;
	margin: 0 0 0.6rem;
	color: #2b2a26;
	letter-spacing: -0.01em;
}

.tvg-brand-studio-cta__desc {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #4b4640;
	margin: 0 0 1rem;
}

.tvg-brand-studio-cta__btn {
	display: inline-block;
	padding: 0.55rem 1rem;
	background: #5c6b4a;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	transition: background 0.15s;
}

.tvg-brand-studio-cta__btn:hover {
	background: #000;
	color: #fff;
}
