/*!
Theme Name: BodyTailors
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bodytailors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BodyTailors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*--------------------------------------------------------------
# Clase page
--------------------------------------------------------------*/

/* Smooth scroll for the hero button + classes bar anchors */
html {
	scroll-behavior: smooth;
}

/* Hero (compact, 320px) */
.bt-clase-hero {
	position: relative;
	height: 400px;
	max-height: 400px;
	padding-top: var(--bt-header-h, 84px);
	display: flex;
	align-items: center;
	overflow: hidden;
}

.bt-clase-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.bt-clase-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.bt-clase-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
}

.bt-clase-hero__text {
	margin-top: -8%;
}

.bt-clase-hero__title {
	margin: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 56px;
	line-height: 1.05;
	color: var(--bt-white);
}

.bt-clase-hero__sub {
	margin: 16px 0 0;
	max-width: 480px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.35;
	color: var(--bt-white);
}

.bt-clase-hero__sub p {
	margin: 0;
}

.bt-clase-hero__btn {
	margin-top: 70px;
}

/* Sticky classes bar */
.bt-clase-nav {
	position: sticky;
	top: var(--bt-header-h, 84px);
	z-index: 500;
	display: flex;
	align-items: stretch;
	background: var(--bt-teal);
}

.bt-clase-nav__slider {
	flex: 1 1 auto;
	min-width: 0;
}

.bt-clase-nav__slider .splide__track {
	height: 100%;
}

.bt-clase-nav__item {
	display: flex;
	border-left: 1px solid #000;
}

.bt-clase-nav__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px 28px;
	font-family: var(--bt-font-body);
	font-size: 16px;
	line-height: 1.2;
	color: var(--bt-white);
	white-space: nowrap;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.bt-clase-nav__link:hover {
	opacity: 0.8;
	color: var(--bt-white);
}

.bt-clase-nav__arrow {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	padding: 0;
	background: var(--bt-teal);
	border: 0;
	color: var(--bt-white);
	cursor: pointer;
}

.bt-clase-nav__arrow svg {
	width: 35px;
	height: 35px;
	padding: 9px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

/* Intro (plain white variant of the homepage Why) */
.bt-why--plain {
	background: var(--bt-white);
	background-image: none;
	padding-block: 72px;
}

.bt-why--plain::before {
	display: none;
}

.bt-why--plain .bt-why__heading,
.bt-why--plain .bt-why__body,
.bt-why--plain .bt-why__body p,
.bt-why--plain .bt-why__body strong,
.bt-why--plain .bt-why__body em,
.bt-why--plain .bt-why__body a {
	color: var(--bt-teal-dark);
}

.clase-left-col {
	max-width: 416px;
}

.clase-right-col {
	max-width: 556px;
}

.mw1028 {
	max-width: 1028px;
	margin: 0 auto;
}

.bt-clase-page .bt-why__body,
.bt-clase-page .bt-why__body p {
	font-size: 20px;
}

.bt-clase-details {
	display: flex;
	flex-direction: column;
	gap: 56px;
	overflow-x: clip;
}

.bt-clase__row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	--clase-gap: 56px;
	gap: var(--clase-gap);
	max-width: calc(1360px + (2 * var(--bt-edge)));
	margin-inline: auto;
	padding: 64px var(--bt-edge);
	scroll-margin-top: calc(var(--bt-header-h, 84px) + var(--bt-clase-nav-h, 60px) + 24px);
}

.bt-clase__row--textleft {
	flex-direction: row-reverse;
	--clase-gap: 124px;
}

/* Decorative cream PNG — you supply assets/img/clase-shape-even.png & clase-shape-odd.png */
.bt-clase__decor {
	position: absolute;
	top: 0;
	z-index: 0;
	height: 100%;
	width: auto;
	max-width: none;
	pointer-events: none;
}

.bt-clase__row:not(.bt-clase__row--textleft) .bt-clase__decor {
	right: -50px;
}

.bt-clase__row--textleft .bt-clase__decor {
	left: -50px;
}

.bt-clase__media,
.bt-clase__text {
	position: relative;
	z-index: 1;
}

.bt-clase__media {
	flex: 0 1 632px;
	min-width: 0;
}

.bt-clase__img {
	display: block;
	width: 100%;
	max-width: 632px;
	height: auto;
	margin-inline: auto;
	border-radius: var(--bt-radius-lg);
}

.bt-clase__text {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: 65px minmax(0, 520px);
	column-gap: 20px;
	row-gap: 28px;
}

.bt-clase__num {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 56px;
	line-height: 1;
	color: var(--bt-line);
	white-space: nowrap;
}

.bt-clase__titlewrap {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--bt-line);
}

.bt-clase__title {
	margin: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: var(--bt-teal-dark);
}

.bt-clase__bubble {
	grid-column: 1;
	grid-row: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: var(--bt-white);
	box-shadow: 0 12px 28px rgba(20, 64, 68, 0.14);
}

.bt-clase__bubble img {
	display: block;
	width: 26px;
	height: auto;
	max-height: 70%;
}

.bt-clase__desc {
	grid-column: 2;
	grid-row: 2;
}

.bt-clase__desc p {
	margin: 0 0 16px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal);
}

.bt-clase__btn {
	margin-top: 16px;
}

@media (max-width: 1200px) {
	.bt-clase__row,
	.bt-clase__row--textleft {
		--clase-gap: 56px;
	}
}

@media (max-width: 980px) {
	.bt-clase__row,
	.bt-clase__row--textleft {
		flex-direction: column;
		align-items: stretch;
		--clase-gap: 40px;
		padding-block: 40px;
	}

	.bt-clase__decor {
		display: none;
	}

	.bt-clase__media {
		flex: 0 0 auto;
		width: 100%;
	}

	.bt-clase__text {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.bt-clase-hero__title {
		font-size: 40px;
	}

	.bt-clase-nav__arrow {
		width: 52px;
	}

	.bt-clase-nav__link {
		padding: 16px 20px;
	}

	.bt-clase-details {
		gap: 0;
	}

	.bt-clase__bubble {
		width: 45px;
		height: 45px;
	}

	.bt-clase__text {
		grid-template-columns: 48px minmax(0, 1fr);
		column-gap: 16px;
	}

	.bt-clase__num {
		font-size: 40px;
	}
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# BodyTailors – Custom
----------------------------------------------------------------
>>> CONTENTS
	- Design tokens
	- Base typography overrides
	- Utilities (container, buttons)
	- Header: layout
	- Header: states (transparent / scrolled)
	- Header: primary menu + dropdown
	- Header: actions, icons, sign in
	- Header: language switcher
	- Header: mobile drawer
--------------------------------------------------------------*/

/* Design tokens
--------------------------------------------- */
:root {
	--bt-teal: #287278;
	--bt-teal-dark: #144044;
	--bt-gold: #A78630;
	--bt-cream: #F9F7F2;
	--bt-cream-2: #FCFBF8;
	--bt-sand: #D1C5A7;
	--bt-sand-light: #F4EFE4;
	--bt-line: #D9E0E1;
	--bt-white: #FFFFFF;
	--bt-input-border: #8EA3A5;
	--bt-placeholder: #B3C2C3;

	--bt-font-head: "Abhaya Libre", Georgia, "Times New Roman", serif;
	--bt-font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	--bt-radius: 8px;
	--bt-radius-lg: 16px;

	--bt-container: 1320px;
	--bt-edge: 16px;

	--bt-header-fg: var(--bt-white);
	--bt-header-bg: transparent;

	/* Fallbacks — main.js overwrites these live with the measured heights */
	--bt-header-h: 84px;
	--bt-clase-nav-h: 60px;
}

/* Base typography overrides
--------------------------------------------- */
html {
	scrollbar-gutter: stable;
}

body {
	font-family: var(--bt-font-body);
	color: var(--bt-teal-dark);
}

a {
	text-decoration: none;
}

/* Utilities
--------------------------------------------- */
.bt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--bt-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	border: 0;
	border-radius: var(--bt-radius);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.bt-btn--gold {
	background-color: var(--bt-gold);
	color: var(--bt-white);
	padding: 12px 24px;
}

.bt-btn--teal {
	background-color: var(--bt-teal);
	color: var(--bt-white);
	padding: 10px 15px;
}

.bt-btn:hover,
.bt-btn:focus {
	opacity: 0.92;
	color: var(--bt-white);
}

/* Header: layout
--------------------------------------------- */
.bt-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 1000;
	background-color: var(--bt-header-bg);
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.bt-nav {
	display: flex;
	align-items: center;
	max-width: var(--bt-container);
	margin: 0 auto;
	padding: 18px var(--bt-edge);
}

.bt-branding {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	line-height: 0;
}

.bt-branding .custom-logo,
.bt-branding .bt-logo--dark img {
	width: 111px;
	height: auto;
	display: block;
}

.bt-logo--dark {
	display: none;
	line-height: 0;
}

.bt-nav__collapse {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.bt-nav__menu {
	flex: 1 1 auto;
	width: auto;
}

.bt-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-left: 16px;
}

/* Header: states
--------------------------------------------- */
.bt-header.is-scrolled {
	--bt-header-fg: var(--bt-teal);
	--bt-header-bg: var(--bt-cream);
	box-shadow: 0 1px 0 rgba(20, 64, 68, 0.08);
}

.bt-header.is-scrolled .custom-logo-link {
	display: none;
}

.bt-header.is-scrolled .bt-logo--dark {
	display: block;
}

/* Header: primary menu + dropdown
--------------------------------------------- */
.bt-nav__menu .bt-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.bt-menu li {
	position: relative;
}

.bt-menu a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--bt-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--bt-header-fg);
	text-decoration: none;
	padding: 6px 0;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.bt-menu > .menu-item-has-children > a::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: currentColor;
	-webkit-mask: url("assets/icons/chevron-down.svg") center / contain no-repeat;
	mask: url("assets/icons/chevron-down.svg") center / contain no-repeat;
}

.bt-menu > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 5px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s ease;
}

.bt-menu > li.current-menu-item > a::before,
.bt-menu > li.current-menu-parent > a::before,
.bt-menu > li.current_page_item > a::before {
	transform: scaleX(1);
}

.bt-menu .sub-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background-color: var(--bt-white);
	border-top: 5px solid var(--bt-teal);
	box-shadow: 0 12px 30px rgba(20, 64, 68, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 10;
}

.bt-menu .menu-item-has-children:hover > .sub-menu,
.bt-menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.bt-menu .sub-menu a {
	display: block;
	color: var(--bt-teal-dark);
	font-size: 16px;
	padding: 8px 24px;
	white-space: nowrap;
}

.bt-menu .sub-menu a:hover,
.bt-menu .sub-menu a:focus {
	color: var(--bt-teal);
}

/* Header: actions, icons, sign in
--------------------------------------------- */
.bt-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bt-header-fg);
	text-decoration: none;
}

.bt-icon {
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-icon--search {
	width: 41px;
	height: 41px;
	-webkit-mask-image: url("assets/icons/search.svg");
	mask-image: url("assets/icons/search.svg");
}

.bt-icon--profile {
	width: 40px;
	height: 40px;
	-webkit-mask-image: url("assets/icons/profile.svg");
	mask-image: url("assets/icons/profile.svg");
}

.bt-icon--globe {
	width: 20px;
	height: 20px;
	-webkit-mask-image: url("assets/icons/globe.svg");
	mask-image: url("assets/icons/globe.svg");
}

.bt-action--profile {
	margin-left: 8px;
}

.bt-signin {
	margin-left: 16px;
}

/* Header: language switcher
--------------------------------------------- */
.bt-lang {
	position: relative;
	margin-left: 16px;
}

.bt-lang__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: none;
	border: 0;
	color: var(--bt-header-fg);
	cursor: pointer;
}

.bt-lang__list {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	min-width: 84px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background-color: var(--bt-white);
	border-radius: var(--bt-radius);
	box-shadow: 0 12px 30px rgba(20, 64, 68, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.bt-lang.is-open .bt-lang__list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.bt-lang__item a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 16px;
	font-family: var(--bt-font-body);
	font-size: 16px;
	text-decoration: none;
	color: var(--bt-gold);
}

.bt-lang__item.is-current a {
	color: var(--bt-teal);
}

.bt-lang__flag {
	width: 20px;
	height: 20px;
	display: block;
}

/* Header: mobile drawer
--------------------------------------------- */
.bt-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	margin-left: auto;
	padding: 0;
	background: none;
	border: 0;
	border-radius: var(--bt-radius);
	cursor: pointer;
}

.bt-burger__bar {
	display: block;
	width: 26px;
	height: 2px;
	margin: 0 auto;
	background-color: var(--bt-header-fg);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.bt-no-scroll {
	overflow: hidden;
}

.bt-footer {
	background: var(--bt-teal-dark);
	color: #DADADA;
}

.bt-footer__inner {
	max-width: calc(var(--bt-container) + (2 * var(--bt-edge)));
	margin: 0 auto;
	padding: 72px var(--bt-edge);
	display: grid;
	grid-template-columns: 1.1fr 1.2fr 1fr 1fr;
	gap: 60px;
}

.bt-footer p {
	margin: 0 0 8px;
	font-family: var(--bt-font-body);
	font-size: 16px;
	line-height: 1.4;
	color: #DADADA;
}

.bt-footer a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease, color 0.2s ease;
}

/* Column titles (Abhaya) */
.bt-footer__title {
	margin: 0 0 16px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: var(--bt-cream-2);
}

/* Bold white sub-headings inside Contact */
.bt-footer__subhead {
	margin: 24px 0 8px;
	font-weight: 700;
	color: var(--bt-cream-2);
}

.bt-footer__title + .bt-footer__subhead {
	margin-top: 0;
}

/* Brand column */
.bt-footer__logo {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
}

.bt-footer__about {
	max-width: 320px;
	padding: 48px 0;
	margin: 0;
	font-size: 16px;
	color: #DADADA;
}

.bt-footer__social {
	display: flex;
	align-items: center;
	gap: 32px;
}

.bt-footer__social a {
	line-height: 0;
}

.bt-footer__social img {
	display: block;
	width: 100%;
	max-width: 48px;
	height: auto;
}

/* Contact hours (label + stacked times) */
.bt-footer__hours {
	display: flex;
	gap: 8px;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.6;
	color: #DADADA;
}

.bt-footer__hours span:first-child {
	white-space: nowrap;
}

/* Locations (automated) */
.bt-footer__locations {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-footer__locations li {
	margin: 0 0 8px;
}

.bt-footer__loc {
	font-family: var(--bt-font-body);
	font-size: 16px;
	color: #B89E59;
}

.bt-footer__loc strong {
	font-weight: 700;
	text-transform: uppercase;
}

.bt-footer__loc:hover {
	opacity: 0.85;
}

/* Legal */
.bt-footer__legal {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.bt-footer__legal li {
	margin: 0 0 8px;
}

.bt-footer__legal a {
	font-size: 16px;
	color: var(--bt-cream-2);
}

.bt-footer__legal a:hover {
	color: #B89E59;
}

.bt-footer__badges {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.bt-footer__badges img {
	display: block;
	width: 100%;
	max-width: 147px;
	height: auto;
}

/* Bottom bar */
.bt-footer__bottom {
	padding: 24px var(--bt-edge) 32px;
	text-align: center;
}

.bt-footer__bottom p {
	margin: 0 0 8px;
	font-family: var(--bt-font-body);
	font-size: 14px;
	color: var(--bt-input-border);
}

.bt-footer__bottom p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.bt-burger {
		display: flex;
	}

	.bt-nav__collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin-left: 0;
		padding: 16px var(--bt-edge) 24px;
		background-color: var(--bt-cream);
		box-shadow: 0 16px 30px rgba(20, 64, 68, 0.12);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	}

	.bt-header.is-menu-open .bt-nav__collapse {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.bt-header.is-menu-open,
	.bt-header.is-menu-open .bt-nav__collapse {
		--bt-header-fg: var(--bt-teal);
	}

	.bt-nav__menu {
		width: 100%;
	}

	.bt-menu {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
	}

	.bt-menu > li {
		border-bottom: 1px solid rgba(20, 64, 68, 0.08);
	}

	.bt-menu a {
		color: var(--bt-teal-dark);
		padding: 12px 0;
		justify-content: space-between;
	}

	.bt-menu > li > a::before {
		display: none;
	}

	.bt-menu .sub-menu {
		position: static;
		min-width: 0;
		padding: 0 0 8px 16px;
		border-top: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
	}

	.bt-menu .menu-item-has-children.is-open > .sub-menu {
		display: block;
	}

	.bt-actions {
		flex-wrap: wrap;
		align-items: center;
		margin-left: 0;
		margin-top: 8px;
		gap: 16px;
	}

	.bt-action,
	.bt-lang__toggle {
		color: var(--bt-teal);
	}

	.bt-action--profile,
	.bt-signin,
	.bt-lang {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
# BodyTailors – Homepage sections
----------------------------------------------------------------
>>> CONTENTS
	- Responsive type tokens
	- Containers
	- Shared (section title, arrows)
	- Hero
	- About
	- Demo Free Class
	- Classes carousel
	- Why Body Tailors
	- How it works
	- Testimonials
	- Gallery marquee
	- Newsletter
	- Map
	- Responsive
--------------------------------------------------------------*/

/* Responsive type tokens
--------------------------------------------- */
:root {
	--bt-fs-56: clamp(32px, 4.6vw, 56px);
	--bt-fs-40: clamp(28px, 3.4vw, 40px);
	--bt-fs-32: clamp(22px, 3vw, 32px);
	--bt-fs-90: clamp(56px, 9vw, 90px);
	--bt-fs-289: clamp(120px, 20vw, 289px);
}

/* Containers
--------------------------------------------- */
.bt-container {
	width: 100%;
	margin-inline: auto;
	padding-inline: var(--bt-edge);
}

.bt-container--1100 { max-width: calc(1100px + (2 * var(--bt-edge))); }
.bt-container--1076 { max-width: calc(1076px + (2 * var(--bt-edge))); }
.bt-container--1170 { max-width: calc(1170px + (2 * var(--bt-edge))); }
.bt-container--1280 { max-width: calc(1280px + (2 * var(--bt-edge))); }

/* Shared
--------------------------------------------- */
.bt-section-title {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1;
	color: var(--bt-teal);
	margin: 0;
}

.bt-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid currentColor;
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.2s ease;
}

.bt-arrow svg {
	width: 42%;
	height: 42%;
}

.bt-arrow--lg {
	width: 63px;
	height: 63px;
	color: var(--bt-white);
}

.bt-arrow--lg:hover {
	background: rgba(255, 255, 255, 0.15);
}

.bt-arrow--sm {
	width: 42px;
	height: 42px;
	color: var(--bt-teal);
}

.bt-arrow--sm:hover {
	background: rgba(40, 114, 120, 0.08);
}

/* Hero
--------------------------------------------- */
.bt-hero {
	position: relative;
	height: 100vh;
	min-height: 560px;
	overflow: hidden;
}

.bt-hero__slider,
.bt-hero .splide__track,
.bt-hero .splide__list,
.bt-hero__slide {
	height: 100%;
}

.bt-hero__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
}

.bt-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.bt-hero__inner {
	position: absolute;
	inset: 0;
	max-width: calc(1100px + (2 * var(--bt-edge)));
	margin: 0 auto;
	padding-inline: var(--bt-edge);
	display: flex;
	align-items: center;
}

.bt-hero__text {
	max-width: 479px;
}

.bt-hero__title {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.18;
	color: var(--bt-white);
	margin: 0 0 16px;
}

.bt-hero__subtitle {
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.3;
	color: var(--bt-white);
	margin: 0 0 48px;
}

.bt-hero__controls {
	position: absolute;
	inset: 0;
	max-width: calc(1100px + (2 * var(--bt-edge)));
	margin: 0 auto;
	padding-inline: var(--bt-edge);
	pointer-events: none;
}

.bt-hero__bullets {
	position: absolute;
	right: var(--bt-edge);
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	pointer-events: auto;
}

.bt-hero__bullet {
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--bt-white);
	cursor: pointer;
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
}

.bt-hero__bullet.is-active {
	width: 20px;
	height: 20px;
	background: var(--bt-teal-dark);
}

.bt-hero__arrows {
	position: absolute;
	right: var(--bt-edge);
	bottom: 40px;
	display: flex;
	gap: 16px;
	pointer-events: auto;
}

/* About
--------------------------------------------- */
.bt-about {
	position: relative;
	background: var(--bt-cream-2);
	padding-block: 42px;
	overflow: hidden;
}

.bt-about__bars {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	gap: 24px;
	pointer-events: none;
}

.bt-about__bars span {
	display: block;
	width: 24px;
	background: var(--bt-cream);
}

.bt-about__grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
	align-items: center;
}

.bt-about__col {
	flex: 1 1 524px;
	min-width: 280px;
}

.bt-about__col--media {
	flex: 1 1 629px;
}

.bt-about__headline {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1;
	color: var(--bt-teal);
	margin: 0;
}

.bt-about__underline {
	display: block;
	width: 100%;
	max-width: 525px;
	height: auto;
	margin: 0;
}

.bt-about__sub {
	font-family: var(--bt-font-body);
	font-size: var(--bt-fs-32);
	line-height: 1.25;
	color: var(--bt-teal-dark);
	margin: 10px 0 0;
}

.bt-about__quote {
	display: flex;
	gap: 16px;
	margin-top: 32px;
}

.bt-about__quote-line {
	flex: 0 0 2px;
	width: 2px;
	height: 24px;
	margin-top: 6px;
	background: var(--bt-sand);
}

.bt-about__quote p {
	margin: 0;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-about__btn {
	margin-top: 32px;
}

.bt-about__photo {
	display: block;
	width: 100%;
	max-width: 629px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	margin-left: auto;
}

/* Demo Free Class
--------------------------------------------- */
.bt-demo {
	position: relative;
	padding-block: 72px;
	background-image: var(--bt-demo-bg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;
}

.bt-demo__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 64, 68, 0.55);
}

.bt-demo__grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}

.bt-demo__col {
	flex: 1 1 380px;
	min-width: 260px;
}

.bg-demo-freeclass {
	max-width: 390px;
}

.bt-demo__heading {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1;
	color: var(--bt-cream-2);
	margin: 0;
}

.bt-demo__body {
	font-family: var(--bt-font-body);
	font-size: var(--bt-fs-32);
	line-height: 1.25;
	color: var(--bt-cream-2);
}

.bt-demo__body p {
	margin: 0 0 32px;
}

.bt-demo__body strong,
.bt-demo__body b,
.bt-demo__body em,
.bt-demo__body i {
	color: var(--bt-cream);
}

.bt-demo__btn {
	margin-top: 0;
}

/* Classes carousel
--------------------------------------------- */
.bt-classes {
	padding-block: 80px;
	background: var(--bt-cream-2);
}

.bt-classes__head {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 72px;
}

.bt-classes__title {
	flex: 0 0 auto;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1;
	color: var(--bt-teal);
	margin: 0;
}

.bt-classes__intro {
	flex: 1 1 320px;
	max-width: 640px;
	font-family: var(--bt-font-body);
	font-size: var(--bt-fs-32);
	line-height: 1.25;
	color: var(--bt-teal-dark);
	margin: 0;
}

.bt-classes__intro strong {
	font-weight: 700;
}

.bt-classes .splide__slide {
	display: flex;
	height: auto;
}

.bt-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: var(--bt-radius-lg);
	box-shadow: 0 18px 40px rgba(20, 64, 68, 0.10);
}

.bt-card__head {
	background: var(--bt-teal);
	border-radius: var(--bt-radius-lg) var(--bt-radius-lg) 0 0;
	padding: 24px 32px;
}

.bt-card__title {
	margin: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 32px;
	line-height: 1.25;
	color: var(--bt-white);
}

.bt-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	background: var(--bt-white);
	border-radius: 0 0 var(--bt-radius-lg) var(--bt-radius-lg);
	padding: 26px 32px 24px;
}

.bt-card__text {
	max-width: 352px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-card__foot {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 24px;
}

.bt-card__num {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-90);
	line-height: 0.5;
	color: var(--bt-cream);
}

.bt-card__meta {
	display: flex;
	align-items: center;
	gap: 26px;
}

.bt-card__intensity {
	display: block;
	width: 13px;
	height: auto;
}

.bt-classes__nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 40px;
	min-height: 42px;
}

.bt-classes__bullets .splide__pagination {
	position: static;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.bt-classes__bullets .splide__pagination li {
	list-style: none;
	line-height: 0;
	margin: 0;
}

.bt-classes__bullets .splide__pagination__page {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--bt-line);
	opacity: 1;
	transform: none;
	cursor: pointer;
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
}

.bt-classes__bullets .splide__pagination__page.is-active {
	width: 20px;
	height: 20px;
	background: var(--bt-teal);
}

.bt-classes__arrows {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 24px;
}

/* Why Body Tailors
--------------------------------------------- */
.bt-why {
	position: relative;
	padding-block: 72px;
	background-image: var(--bt-why-bg);
	background-size: cover;
	background-position: center;
}

.bt-why::before {
	content: "";
	position: absolute;
	inset: 0;
	/*background: rgba(249, 247, 242, 0.55);*/
}

.bt-why .bt-container {
	position: relative;
	z-index: 1;
}

.bt-why__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}

.bt-why__col {
	flex: 1 1 380px;
	min-width: 260px;
}

.bt-why-left {
	max-width: 416px;
}

.bt-why__heading {
	text-align: right;
	margin: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1;
	color: var(--bt-teal);
	max-width: 416px;
}

.bt-why__body {
	font-family: var(--bt-font-body);
	font-size: var(--bt-fs-32);
	line-height: 1.25;
	color: var(--bt-teal-dark);
}

.bt-why__body p {
	margin: 0 0 32px;
}

.bt-why__body p:last-child {
	margin-bottom: 0;
}

.bt-why__bottom {
	margin-top: 48px;
	text-align: center;
}

.bt-why__bottom-text {
	font-family: var(--bt-font-body);
	font-size: var(--bt-fs-32);
	line-height: 1.25;
	color: var(--bt-teal-dark);
}

.bt-why__bottom-text p {
	margin: 0;
}

.bt-why__underline {
	display: block;
	width: 100%;
	max-width: 425px;
	height: auto;
	margin: 6px auto 0;
}

/* How it works
--------------------------------------------- */
.bt-how {
	padding-block: 72px;
	background: var(--bt-cream-2);
}

.bt-how__head {
	text-align: center;
}

.bt-how__headline {
	margin: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1;
	color: var(--bt-teal);
}

.bt-how__sub {
	margin: 16px 0 0;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-how__steps {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 70px;
}

.bt-how__step {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.bt-how__num {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-289);
	line-height: 1;
	color: var(--bt-sand-light);
}

.bt-how__label {
	position: absolute;
	top: 24%;
	left: 0;
	right: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1;
	color: var(--bt-teal-dark);
}

.bt-how__fig {
	display: block;
	width: 115px;
	height: auto;
	margin-top: 64px;
}

.bt-how__arrow {
	flex: 0 0 auto;
	margin-inline: clamp(12px, 4vw, 72px);
}

.bt-how__arrow img {
	display: block;
	width: 115px;
	height: auto;
}

.bt-how__arrow--1 {
	align-self: flex-start;
	margin-top: 6%;
}

.bt-how__arrow--2 {
	align-self: center;
	margin-top: 16%;
}

/* Testimonials
--------------------------------------------- */
.bt-tst {
	padding-block: 72px;
	background: var(--bt-cream);
}

.bt-tst__title {
	text-align: center;
	margin: 0 0 56px;
}

.bt-tst__layout {
	display: flex;
	align-items: center;
	gap: 40px;
}

.bt-tst__layout.is-instant .bt-tst__list,
.bt-tst__layout.is-instant .bt-tst__thumb {
	transition: none !important;
}

.bt-tst__rail {
	--bt-tst-item: 116px;
	--bt-tst-active: 203px;
	--bt-tst-gap: 20px;
	flex: 0 0 307px;
	max-width: 307px;
	height: calc(var(--bt-tst-active) + (2 * var(--bt-tst-item)) + (2 * var(--bt-tst-gap)));
	overflow: hidden;
}

.bt-tst__list {
	display: flex;
	flex-direction: column;
	gap: var(--bt-tst-gap);
	margin: 0;
	padding: 0;
	list-style: none;
	transition: transform 0.4s ease;
}

.bt-tst__thumb {
	height: var(--bt-tst-item);
	border-radius: var(--bt-radius-lg);
	overflow: hidden;
	cursor: pointer;
	filter: grayscale(1);
	transition: height 0.4s ease, filter 0.4s ease;
}

.bt-tst__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bt-tst__thumb.is-active {
	height: var(--bt-tst-active);
	filter: grayscale(0);
}

.bt-tst__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 475px;
	padding: 40px;
	background: var(--bt-white);
	border-radius: var(--bt-radius-lg);
	overflow: hidden;
	position: relative;
}

.bt-tst__quote {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 258px;
	height: auto;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}

.bt-tst__panel {
	display: none;
}

.bt-tst__panel.is-active {
	display: block;
	position: relative;
	z-index: 1;
}

.bt-tst__panel-title {
	margin: 0 0 24px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 32px;
	line-height: 1.25;
	color: var(--bt-teal-dark);
}

.bt-tst__panel-body {
	margin: 0 0 42px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-tst__panel-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 736px;
	border-bottom: 1px solid var(--bt-line);
	padding-top: 8px;
}

.bt-tst__sign {
	display: block;
	width: 80px;
	height: auto;
}

.bt-tst__name {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-40);
	line-height: 1.2;
	color: var(--bt-teal-dark);
}

/* Gallery marquee
--------------------------------------------- */
.bt-marquee {
	padding-block: 72px;
	overflow: hidden;
}

.bt-marquee__viewport {
	overflow: hidden;
}

.bt-marquee__track {
	display: flex;
	gap: 10px;
	width: max-content;
	animation: bt-marquee-scroll 40s linear infinite;
}

.bt-marquee__viewport:hover .bt-marquee__track {
	animation-play-state: paused;
}

.bt-marquee__item {
	flex: 0 0 auto;
	width: 190px;
	height: 237px;
	border-radius: var(--bt-radius-lg);
	overflow: hidden;
	transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

.bt-marquee__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bt-marquee__viewport:hover .bt-marquee__item {
	filter: blur(2px);
	opacity: 0.7;
}

.bt-marquee__viewport .bt-marquee__item:hover {
	filter: none;
	opacity: 1;
	transform: scale(1.06);
}

@keyframes bt-marquee-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* Newsletter
--------------------------------------------- */
.bt-news {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.bt-news__inner {
	position: relative;
	z-index: 2;
	padding-top: 64px;
	text-align: center;
}

.bt-news__title {
	margin: 0 auto;
}

.bt-news__sub {
	max-width: 560px;
	margin: 20px auto 0;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.3;
	color: var(--bt-teal-dark);
}

.bt-news__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 20px;
}

.bt-news__input {
	width: 100%;
	max-width: 375px;
	padding: 12px 16px;
	border: 1px solid var(--bt-input-border);
	border-radius: var(--bt-radius);
	background: var(--bt-white);
	font-family: var(--bt-font-body);
	font-size: 16px;
	line-height: 1.25;
	color: var(--bt-input-border);
}

.bt-news__input::placeholder {
	color: var(--bt-placeholder);
	font-size: 16px;
	line-height: 1.25;
}

.bt-news__media {
	position: relative;
	z-index: 1;
	max-width: 1284px;
	margin: -18% auto 0;
}

.bt-news__img {
	display: block;
	width: 100%;
	height: auto;
}

/* Map
--------------------------------------------- */
.bt-map {
	width: 100%;
}

.bt-map__canvas {
	width: 100%;
	height: 520px;
}

.bt-pin svg {
	display: block;
	transition: transform 0.2s ease;
	transform-origin: bottom center;
}

.bt-pin:hover svg {
	transform: scale(1.12);
}

.bt-map-info {
	font-family: var(--bt-font-body);
	font-size: 14px;
	line-height: 1.45;
	color: var(--bt-teal-dark);
}

.bt-map-info strong {
	font-weight: 700;
}

.bt-map-info__name {
	display: block;
	font-weight: 700;
}

.bt-map-info__addr {
	display: block;
	margin-top: 2px;
}

.bt-map-info__nav {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.bt-map-info__nav a {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 6px;
	background-color: var(--bt-teal);
	color: var(--bt-white);
	font-weight: 600;
	text-decoration: none;
}

.bt-map-info__nav a:hover,
.bt-map-info__nav a:focus {
	background-color: var(--bt-teal-dark);
	color: var(--bt-white);
}

/* Responsive
--------------------------------------------- */
@media (max-width: 1200px) {
	.bt-about__bars {
		display: none;
	}
}

@media (max-width: 1024px) {
	.bt-hero__arrows {
		bottom: 24px;
	}

	.bt-arrow--lg {
		width: 52px;
		height: 52px;
	}
}

@media only screen and (max-width: 980px) {
	.bt-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
}

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

@media (max-width: 860px) {
	.bt-about__photo {
		margin: 0 auto;
		max-width: 420px;
	}

	.bt-tst__panel.is-active {
		padding: 0 16px;
	}

	.bt-news__inner {
		padding-top: 32px;
	}

	.bt-how__steps {
		flex-direction: column;
		align-items: center;
		gap: 24px;
		margin-top: 48px;
	}

	.bt-how__arrow {
		display: none;
	}

	.bt-tst__layout {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	.bt-tst__rail {
		flex-basis: auto;
		max-width: 100%;
		align-self: center;
		width: 307px;
	}

	.bt-tst__content {
		max-width: 100%;
		padding-inline: 0;
	}

	.bt-tst__quote {
		max-width: 160px;
	}
}

@media (max-width: 680px) {
	.bt-classes__arrows {
		position: static;
		transform: none;
	}

	.bt-classes__nav {
		flex-wrap: wrap;
	}

	.bt-news__media {
		margin-top: -16px;
	}

	.bt-map__canvas {
		height: 420px;
	}
}

/*--------------------------------------------------------------
# Preturi page
--------------------------------------------------------------*/

/* Reuse the Clase intro sizing */
.bt-pret-page .bt-why__body,
.bt-pret-page .bt-why__body p {
	font-size: 20px;
}

/* Gold-outline button (Detalii) */
.bt-btn--gold-outline {
	background-color: var(--bt-white);
	color: var(--bt-gold);
	border: 1px solid var(--bt-gold);
	padding: 11px 23px;
}

.bt-btn--gold-outline:hover,
.bt-btn--gold-outline:focus {
	background-color: var(--bt-gold);
	color: var(--bt-white);
	opacity: 1;
}

/* Cards section */
.bt-pret {
	padding-bottom: 72px;
}

.bt-pret__grid {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	max-width: 1312px;
	margin-inline: auto;
	padding-inline: 16px;
}

.bt-pret__col {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* Card */
.bt-pret-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 416px;
	margin-inline: auto;
	padding: 40px;
	background: var(--bt-white);
	border: 1px solid var(--bt-line);
	border-radius: var(--bt-radius-lg);
	box-shadow: 0 20px 26px rgba(20, 64, 68, 0.08);
	text-align: center;
	scroll-margin-top: calc(var(--bt-header-h, 84px) + var(--bt-clase-nav-h, 60px) + 24px);
}

.bt-pret-card.is-new {
	border-color: var(--bt-sand);
}

.bt-pret-card.is-promo {
	border-color: var(--bt-teal);
}

/* Badge (mini-card) */
.bt-pret-card__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2px 18px;
	border-radius: 4px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 32px;
	line-height: 1.15;
	white-space: nowrap;
}

.bt-pret-card__badge--new {
	background: var(--bt-sand);
	color: var(--bt-teal-dark);
}

.bt-pret-card__badge--promo {
	background: var(--bt-teal);
	color: var(--bt-white);
}

/* Card text */
.bt-pret-card__title {
	margin: 0 0 32px;
	font-family: var(--bt-font-head);
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: var(--bt-teal-dark);
}

.bt-pret-card__sub {
	margin: 0 0 16px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.3;
	color: var(--bt-teal-dark);
}

.bt-pret-card__price {
	margin: 0 0 16px;
	font-family: var(--bt-font-head);
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: var(--bt-teal-dark);
}

.bt-pret-card__price-old {
	margin-right: 10px;
	font-size: 22px;
	text-decoration: line-through;
	opacity: 0.7;
}

.bt-pret-card__price-new {
	color: var(--bt-gold);
}

.bt-pret-card__desc {
	margin: 0 0 56px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal);
}

.bt-pret-card__desc p {
	margin: 0 0 8px;
}

.bt-pret-card__desc p:last-child {
	margin-bottom: 0;
}

/* Actions */
.bt-pret-card__actions {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
}

/* Modal */
.bt-pret-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.bt-pret-modal.is-open {
	display: flex;
}

.bt-pret-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(167, 134, 48, 0.45);
}

.bt-pret-modal__card {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 640px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 48px;
	background: var(--bt-teal-dark);
	border-radius: var(--bt-radius-lg);
	color: var(--bt-cream-2);
	text-align: center;
}

.bt-pret-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	background: none;
	border: 0;
	color: var(--bt-cream-2);
	cursor: pointer;
}

.bt-pret-modal__close svg {
	width: 24px;
	height: 24px;
}

.bt-pret-modal__title {
	margin: 0 0 24px;
	font-family: var(--bt-font-head);
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
	color: var(--bt-gold);
}

.bt-pret-modal__sub {
	margin: 0 0 8px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	color: var(--bt-gold);
}

.bt-pret-modal__price {
	margin: 0 0 24px;
	font-family: var(--bt-font-head);
	font-weight: 500;
	font-size: 32px;
	color: var(--bt-gold);
}

.bt-pret-modal__price .bt-pret-card__price-old {
	color: var(--bt-cream-2);
}

.bt-pret-modal__desc {
	font-family: var(--bt-font-body);
	font-size: 18px;
	line-height: 1.5;
	color: var(--bt-cream-2);
	text-align: left;
}

.bt-pret-modal__desc p {
	margin: 0 0 16px;
}

.bt-pret-modal__desc strong {
	color: var(--bt-white);
}

.bt-pret-modal__foot {
	margin: 32px 0 0;
	font-family: var(--bt-font-body);
	font-size: 18px;
	color: var(--bt-cream-2);
	text-align: right;
}

@media (max-width: 700px) {
	.bt-pret__grid {
		gap: 0;
		padding-inline: 16px;
	}

	.bt-pret__col {
		gap: 24px;
	}

	.bt-pret-modal__card {
		padding: 32px 24px;
	}
}

/* Preturi — inline pricing shortcodes + green header text */
.bt-price-old {
	margin-right: 6px;
	text-decoration: line-through;
	opacity: 0.7;
}

.bt-price-new {
	color: var(--bt-gold);
	font-weight: 700;
}

.bt-pret-page .bt-clase-hero__title,
.bt-pret-page .bt-clase-hero__sub {
	color: var(--bt-teal);
}

/*--------------------------------------------------------------
# Vouchere page
--------------------------------------------------------------*/

/* Green intro texts, matched sizing */
.bt-vch-page .bt-why__body,
.bt-vch-page .bt-why__body p {
	font-size: 20px;
}

.bt-vch {
	padding-bottom: 72px;
}

.bt-vch__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 16px;
	max-width: 1312px;
	margin-inline: auto;
	padding-inline: 16px;
}

/* Split card: full-bleed image strip (left) + centered body (right), equal heights */
.bt-vch-card {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 24px;
	width: 100%;
	max-width: 416px;
	margin-inline: auto;
	overflow: hidden;
	background: var(--bt-white);
	border-radius: var(--bt-radius-lg);
	box-shadow: 0 20px 26px rgba(20, 64, 68, 0.08);
	scroll-margin-top: calc(var(--bt-header-h, 84px) + var(--bt-clase-nav-h, 60px) + 24px);
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

/* Foil sheen that sweeps across the card, like light catching a gift card */
.bt-vch-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
	background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, 0.65) 47%, rgba(209, 197, 167, 0.6) 50%, rgba(255, 255, 255, 0.65) 53%, transparent 66%);
	background-size: 250% 100%;
	background-position: 160% 0;
	opacity: 0;
}

/* Hover: springy lift + deeper shadow, sheen sweep, strip vibrancy pop */
.bt-vch-card:hover,
.bt-vch-card:focus-within {
	transform: translateY(-10px);
	box-shadow: 0 34px 48px rgba(20, 64, 68, 0.18);
}

.bt-vch-card:hover::after,
.bt-vch-card:focus-within::after {
	animation: bt-vch-sheen 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bt-vch-card:hover .bt-vch-card__img,
.bt-vch-card:focus-within .bt-vch-card__img {
	transform: scale(1.03);
	filter: saturate(1.08);
}

@keyframes bt-vch-sheen {
	0% {
		background-position: 160% 0;
		opacity: 0;
	}

	12% {
		opacity: 1;
	}

	100% {
		background-position: -60% 0;
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bt-vch-card,
	.bt-vch-card__img {
		transition: none;
	}

	.bt-vch-card:hover,
	.bt-vch-card:focus-within {
		transform: none;
	}

	.bt-vch-card:hover::after,
	.bt-vch-card:focus-within::after {
		animation: none;
	}

	.bt-vch-card:hover .bt-vch-card__img,
	.bt-vch-card:focus-within .bt-vch-card__img {
		transform: none;
		filter: none;
	}
}

.bt-vch-card__media {
	flex: 0 0 145px;
	width: 145px;
	align-self: stretch;
}

.bt-vch-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.bt-vch-card__body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 32px 32px 0;
	text-align: center;
}

.bt-vch-card__title,
.bt-vch-card__desc,
.bt-vch-card__price {
	width: 100%;
}

.bt-vch-card__title {
	margin: 0 0 32px;
	font-family: var(--bt-font-head);
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	color: var(--bt-teal-dark);
}

.bt-vch-card__desc {
	margin: 0 0 24px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.3;
	color: var(--bt-teal-dark);
}

.bt-vch-card__price {
	margin: 0 0 24px;
	font-family: var(--bt-font-head);
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	color: var(--bt-teal-dark);
}

.bt-vch-card__btn {
	margin-top: 0;
}

/* Responsive: 3 -> 2 -> 1 columns, then stack the split on small phones */
@media (max-width: 1024px) {
	.bt-vch__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	.bt-pret { padding-bottom: 40px; }
	.bt-vch {
		padding-bottom: 40px;
	}
	.bt-vch__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 460px) {
	.bt-vch-card {
		gap: 20px;
	}

	.bt-vch-card__media {
		flex-basis: 110px;
		width: 110px;
	}

	.bt-vch-card__body {
		padding: 28px 24px 28px 0;
	}

	.bt-vch-card__title {
		margin-bottom: 24px;
		font-size: 28px;
	}

	.bt-vch-card__price {
		font-size: 28px;
	}
}

/*--------------------------------------------------------------
# Home Reformer page
--------------------------------------------------------------*/

/* Hero + intro: green text */
.bt-reformer-page .bt-clase-hero__title,
.bt-reformer-page .bt-clase-hero__sub {
	color: #fff;
}

.bt-reformer-page .bt-why {
	padding-bottom: 0;
}

.bt-reformer-page .bt-why--plain .bt-why__heading {
	color: var(--bt-teal);
}

.bt-reformer-page .bt-why__body,
.bt-reformer-page .bt-why__body p {
	font-size: 20px;
}

/* Section 1 — reformer machine sitting on a cream "bed" */
.bt-reformer-shelf {
	position: relative;
	padding-top: 40px;
}

.bt-reformer-shelf__bed {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	max-height: 200px;
	background: var(--bt-cream);
	z-index: 0;
}

.bt-reformer-shelf__inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	padding-inline: var(--bt-edge);
}

.bt-reformer-shelf__img {
	display: block;
	width: 100%;
	max-width: 715px;
	height: auto;
}

/* Section 2 — "De ce" heading + checkmarks */
.bt-reformer-why {
	padding-block: 72px;
}

.bt-reformer-why__head {
	position: relative;
	max-width: 632px;
	margin: 0 auto 56px;
}

.bt-reformer-why__arrow {
	position: absolute;
	right: 100%;
	margin-right: 24px;
	top: 16px;
	width: 126px;
	max-width: 126px;
	height: auto;
}

.bt-reformer-why__title {
	margin: 0;
	text-align: center;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal);
}

.bt-reformer-checks {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 32px 24px;
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: var(--bt-edge);
}

.bt-reformer-check {
	text-align: center;
}

.bt-reformer-check__icon {
	display: block;
	width: 32px;
	max-width: 32px;
	height: auto;
	margin: 0 auto 16px;
}

.bt-reformer-check__title {
	margin: 0 0 12px;
	font-family: var(--bt-font-body);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: var(--bt-teal-dark);
}

.bt-reformer-check__text {
	margin: 0;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.4;
	color: var(--bt-teal);
}

/* Section 3 — full-width video image + arrow */
.bt-reformer-video {
	position: relative;
}

.bt-reformer-video__img {
	display: block;
	width: 100%;
	height: auto;
}

.bt-reformer-video__arrow {
	position: absolute;
	top: -24px;
	right: 6%;
	width: 133px;
	max-width: 133px;
	height: auto;
	z-index: 2;
}

/* Section 4 — numbered steps + CTA */
.bt-steps {
	position: relative;
	padding-block: 72px;
	overflow: hidden;
}

.bt-steps__bars {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	gap: 24px;
	pointer-events: none;
	z-index: 0;
}

.bt-steps__bars--left {
	left: 0;
}

.bt-steps__bars--right {
	right: 0;
}

.bt-steps__bars span {
	display: block;
	width: 24px;
	background: var(--bt-cream);
}

.bt-steps__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin-inline: auto;
	padding-inline: var(--bt-edge);
}

.bt-steps__title {
	margin: 0;
	text-align: center;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal);
}

.bt-steps__list {
	position: relative;
	margin: 46px 0 72px;
}

.bt-steps__line {
	position: absolute;
	top: 43px;
	bottom: 43px;
	left: 43px;
	width: 2px;
	margin-left: -1px;
	background-image: linear-gradient(var(--bt-sand) 55%, transparent 55%);
	background-repeat: repeat-y;
	background-size: 2px 16px;
	z-index: 0;
}

.bt-steps__items {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bt-steps__item {
	display: flex;
	align-items: center;
	gap: 24px;
}

.bt-steps__item + .bt-steps__item {
	margin-top: 24px;
}

.bt-steps__marker {
	flex: 0 0 86px;
	display: flex;
	justify-content: center;
}

.bt-steps__bubble {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: var(--bt-white);
	border: 1px solid var(--bt-sand);
}

.bt-steps__num {
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 56px;
	line-height: 1;
	color: var(--bt-sand);
}

.bt-steps__text {
	margin: 0;
	max-width: 560px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-steps__text a {
	color: var(--bt-teal-dark);
}

.bt-steps__text a:hover {
	color: var(--bt-teal);
}

.bt-steps__cta {
	text-align: center;
}

.bt-steps__cta-title {
	margin: 0 0 56px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal-dark);
}

/* Home Reformer — responsive */
@media (max-width: 1024px) {
	.bt-reformer-checks {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 980px) {
	.bt-reformer-why__arrow {
		display: none;
	}

	.bt-steps__bars {
		display: none;
	}
}

@media (max-width: 640px) {
	.bt-reformer-why,
	.bt-steps {
		padding-block: 48px;
	}

	.bt-reformer-why__head {
		margin-bottom: 32px;
	}

	.bt-reformer-checks {
		grid-template-columns: repeat(2, 1fr);
	}

	.bt-reformer-shelf__bed {
		height: 120px;
	}

	.bt-reformer-video__arrow {
		width: 90px;
		top: -12px;
	}

	.bt-steps__list {
		margin: 32px 0 48px;
	}

	.bt-steps__cta-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 460px) {
	.bt-reformer-checks {
		grid-template-columns: 1fr;
	}

	.bt-steps__item {
		gap: 16px;
	}

	.bt-steps__marker {
		flex-basis: 64px;
	}

	.bt-steps__bubble {
		width: 64px;
		height: 64px;
	}

	.bt-steps__num {
		font-size: 40px;
	}

	.bt-steps__line {
		top: 32px;
		bottom: 32px;
		left: 32px;
	}
}

/*--------------------------------------------------------------
# Despre Noi page
--------------------------------------------------------------*/

/* Video hero (100vh) */
.bt-vhero {
	position: relative;
	height: 100vh;
	min-height: 480px;
	overflow: hidden;
	background: var(--bt-teal-dark);
}

.bt-vhero__poster {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.bt-vhero.is-playing .bt-vhero__poster {
	display: none;
}

.bt-vhero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bt-vhero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 64, 68, 0.35);
}

.bt-vhero__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 108px;
	max-width: 108px;
	padding: 0;
	background: none;
	border: 0;
	line-height: 0;
	cursor: pointer;
	transition: transform 0.25s ease;
}

.bt-vhero__play:hover {
	transform: translate(-50%, -50%) scale(1.06);
}

.bt-vhero__play svg {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
}

.bt-vhero__stage {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.bt-vhero__stage iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Intro: green heading, matched body size */
.bt-despre-page .bt-why--plain .bt-why__heading {
	color: var(--bt-teal);
}

.bt-despre-page .bt-why__body,
.bt-despre-page .bt-why__body p {
	font-size: 20px;
}

/* Orbiting circle of straight photos, edge-to-edge (no frame) */
.bt-orbit-section {
	padding-block: 40px;
	overflow: hidden;
}

.bt-orbit {
	position: relative;
	height: clamp(640px, 64vw, 900px);
	margin-inline: auto;
	max-width: 1280px;
}

.bt-orbit__stage {
	position: absolute;
	inset: 0;
	animation: bt-orbit-spin 120s linear infinite;
}

.bt-orbit__slot {
	position: absolute;
	transform: translate(-50%, -50%);
}

/* Counter-rotates the stage spin so each photo stays perfectly upright */
.bt-orbit__item {
	animation: bt-orbit-counter 120s linear infinite;
}

/* Gentle zoom in/out */
.bt-orbit__wiggle {
	animation: bt-orbit-breathe 10s ease-in-out infinite;
}

.bt-orbit__pic {
	margin: 0;
	width: clamp(300px, 40vw, 500px);
	line-height: 0;
	border-radius: var(--bt-radius-lg);
	overflow: hidden;
	background: transparent;
	box-shadow: 0 30px 55px rgba(20, 64, 68, 0.28);
	transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.bt-orbit__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

/* Hover: pause the orbit, blur the rest, pop the hovered one */
.bt-orbit.is-focusing .bt-orbit__stage,
.bt-orbit.is-focusing .bt-orbit__item,
.bt-orbit.is-focusing .bt-orbit__wiggle {
	animation-play-state: paused;
}

.bt-orbit.is-focusing .bt-orbit__pic {
	filter: blur(4px);
	opacity: 0.5;
}

.bt-orbit__slot:hover {
	z-index: 200 !important;
}

.bt-orbit__slot:hover .bt-orbit__pic {
	filter: none;
	opacity: 1;
	transform: scale(1.1);
}

@keyframes bt-orbit-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes bt-orbit-counter {
	to {
		transform: rotate(-360deg);
	}
}

@keyframes bt-orbit-breathe {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

/* Closing CTA block (centered) */
.bt-despre-cta {
	padding-block: 72px 56px;
	text-align: center;
}

.bt-despre-cta__title {
	margin: 0 0 24px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal);
}

.bt-despre-cta__body {
	max-width: 820px;
	margin: 0 auto 56px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-despre-cta__body p {
	margin: 0 0 24px;
}

.bt-despre-cta__body p:last-child {
	margin-bottom: 0;
}

.bt-despre-cta__tagline {
	margin: 0 0 16px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-despre-cta__final {
	margin: 0 0 56px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal-dark);
}

/* Despre Noi — responsive */
@media (max-width: 768px) {
	.bt-orbit {
		height: auto;
		max-width: none;
	}

	.bt-orbit__stage {
		position: static;
		display: flex;
		gap: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding: 8px 16px 24px;
		animation: none;
		-webkit-overflow-scrolling: touch;
	}

	.bt-orbit__slot {
		position: static;
		transform: none;
		flex: 0 0 auto;
		scroll-snap-align: center;
		z-index: auto !important;
	}

	.bt-orbit__item,
	.bt-orbit__wiggle {
		animation: none;
		transform: none;
	}

	.bt-orbit__pic {
		width: 74vw;
		max-width: 300px;
		transform: none;
	}

	.bt-orbit__slot:hover .bt-orbit__pic {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bt-orbit__stage,
	.bt-orbit__item,
	.bt-orbit__wiggle {
		animation: none;
	}
}

/*--------------------------------------------------------------
# Instructori page
--------------------------------------------------------------*/
.bt-instr-page {
	background-color: var(--bt-cream-2);
}

/* Cards grid: max 3 per row, 416px cards, 16px column gap / 40px row gap */
.bt-instr {
	padding-block: 72px;
}

.bt-instr__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 16px;
	max-width: 1312px;
	margin-inline: auto;
	padding-inline: 16px;
}

/* Card: round photo, name, role, socials. Equal heights come from grid stretch. */
.bt-instr-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 416px;
	margin-inline: auto;
	padding: 40px;
	text-align: center;
	background: var(--bt-white);
	border-radius: var(--bt-radius-lg);
	box-shadow: 0 20px 26px rgba(20, 64, 68, 0.08);
}

.bt-instr-card__media {
	width: 233px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--bt-line);
	background: var(--bt-white);
}

.bt-instr-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bt-instr-card__name {
	margin: 56px 0 32px;
	font-family: var(--bt-font-head);
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	color: var(--bt-teal-dark);
}

.bt-instr-card__role {
	margin: 0 0 32px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.4;
	color: var(--bt-teal-dark);
}

.bt-instr-card__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.bt-instr-card__social {
	display: inline-flex;
	line-height: 0;
	border-radius: var(--bt-radius);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.bt-instr-card__social:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

.bt-instr-card__social img {
	display: block;
	width: 32px;
	height: auto;
}

/* Closing text + button block */
.bt-instr-cta {
	padding-block: 40px 80px;
	text-align: center;
}

.bt-instr-cta__inner {
	max-width: calc(848px + (2 * var(--bt-edge)));
}

.bt-instr-cta__title {
	margin: 0 0 32px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal);
}

.bt-instr-cta__body {
	margin: 0 0 40px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-instr-cta__body p {
	margin: 0 0 24px;
}

.bt-instr-cta__body p:last-child {
	margin-bottom: 0;
}

.bt-instr-cta__btn {
	margin-top: 0;
}

/* Instructori — responsive: 3 -> 2 -> 1 columns */
@media (max-width: 1024px) {
	.bt-instr__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	.bt-instr {
		padding-block: 48px;
	}

	.bt-instr__grid {
		grid-template-columns: 1fr;
	}

	.bt-instr-cta {
		padding-bottom: 56px;
	}
}

/*--------------------------------------------------------------
# Locatii page
--------------------------------------------------------------*/
.bt-loc-list {
	width: 100%;
	scroll-margin-top: calc(var(--bt-header-h, 84px) + 16px);
}

.bt-loc-row {
	width: 100%;
}

.bt-loc-list > .bt-loc-row:nth-child(odd) {
	background-color: #F9F7F2;
}

.bt-loc-list > .bt-loc-row:nth-child(even) {
	background-color: var(--bt-white);
}

.bt-loc-row__inner {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	max-width: 1240px;
	margin-inline: auto;
	padding: 48px var(--bt-edge);
}

.bt-loc-row__info {
	flex: 0 0 368px;
	max-width: 368px;
}

.bt-loc-row__map {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 848px;
}

.bt-loc-map {
	width: 100%;
	height: 400px;
	border-radius: var(--bt-radius-lg);
	overflow: hidden;
}

.bt-loc-card__title {
	margin: 0 0 8px;
	font-family: var(--bt-font-head);
	font-weight: 700;
	font-size: 32px;
	line-height: 1.15;
	color: var(--bt-teal-dark);
}

.bt-loc-card__subtitle {
	margin: 0 0 32px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.3;
	color: var(--bt-teal-dark);
}

.bt-loc-info {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bt-loc-info__row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.bt-loc-info__icon {
	flex: 0 0 25px;
	width: 25px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bt-loc-info__icon img {
	display: block;
	height: auto;
}

.bt-loc-info__text {
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 26px;
	color: var(--bt-teal-dark);
	text-decoration: none;
}

.bt-loc-info__schedule {
	white-space: pre-wrap;
}

.bt-btn--gold-outline {
	background-color: var(--bt-white);
	color: var(--bt-gold);
	border: 1px solid var(--bt-gold);
	padding: 12px 24px;
}

.bt-btn--gold-outline:hover,
.bt-btn--gold-outline:focus {
	background-color: var(--bt-gold);
	color: var(--bt-white);
}

.bt-loc-card__btn {
	margin-top: 0;
}

@media (max-width: 980px) {
	.bt-loc-row__inner {
		flex-direction: column;
		gap: 24px;
	}

	.bt-loc-row__info,
	.bt-loc-row__map {
		flex: 1 1 auto;
		max-width: none;
		width: 100%;
	}

	.bt-loc-map {
		height: 320px;
	}
}

@media (max-width: 600px) {
	.bt-loc-row__inner {
		padding-block: 32px;
	}
}

/*--------------------------------------------------------------
# FAQ page
--------------------------------------------------------------*/
.bt-faq {
	position: relative;
	background-color: var(--bt-cream-2);
	padding-block: 64px 96px;
	scroll-margin-top: var(--bt-header-h, 84px);
}

.bt-faq__bars {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	gap: 24px;
	pointer-events: none;
}

.bt-faq__bars span {
	display: block;
	width: 24px;
	background: var(--bt-cream);
}

.bt-faq__grid {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 56px;
	max-width: 1188px;
	margin-inline: auto;
	padding-inline: var(--bt-edge);
}

.bt-faq__aside {
	flex: 0 0 416px;
	max-width: 416px;
	position: sticky;
	top: calc(var(--bt-header-h, 84px) + 40px);
}

.bt-faq__heading {
	margin: 0;
	max-width: 416px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal);
}

.bt-faq__main {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 716px;
}

.bt-faq__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bt-faq-item {
	background: var(--bt-white);
	border: 1px solid var(--bt-line);
	border-radius: 8px;
	overflow: hidden;
}

.bt-faq-item__q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0;
	padding: 26px 28px;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-family: var(--bt-font-body);
}

.bt-faq-item__q-text {
	font-family: var(--bt-font-body);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--bt-teal-dark);
}

.bt-faq-item__icon {
	flex: 0 0 auto;
	display: flex;
	line-height: 0;
}

.bt-faq-item__icon img {
	display: block;
	width: 35px;
	transition: transform 0.35s ease;
}

.bt-faq-item.is-open .bt-faq-item__icon img {
	transform: rotate(180deg);
}

.bt-faq-item__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease;
}

.bt-faq-item.is-open .bt-faq-item__panel {
	grid-template-rows: 1fr;
}

.bt-faq-item__panel-inner {
	overflow: hidden;
	min-height: 0;
}

.bt-faq-item__answer {
	border-top: 1px solid var(--bt-line);
	margin: 0 28px;
	padding: 24px 0 28px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 26px;
	color: var(--bt-teal);
}

.bt-faq-item__answer p {
	margin: 0 0 12px;
}

.bt-faq-item__answer p:last-child {
	margin-bottom: 0;
}

.bt-faq-item__answer ul {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.bt-faq-item__answer li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
}

.bt-faq-item__answer li:last-child {
	margin-bottom: 0;
}

.bt-faq-item__answer li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bt-sand);
}

.bt-faq__cta {
	margin-top: 56px;
}

.bt-faq__cta-text {
	max-width: 480px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 26px;
	color: var(--bt-teal-dark);
}

.bt-faq__cta-text p {
	margin: 0 0 24px;
}

.bt-faq-item__answer a,
.bt-faq__cta-text a {
	text-decoration: underline;
}

.bt-faq__cta-arrow {
	margin-left: 6px;
}

@media (max-width: 1024px) {
	.bt-faq__grid {
		flex-direction: column;
		gap: 32px;
	}

	.bt-faq__aside {
		position: static;
		flex: 1 1 auto;
		max-width: none;
	}

	.bt-faq__main {
		max-width: none;
	}
}

@media (max-width: 600px) {
	.bt-faq {
		padding-block: 40px 64px;
	}

	.bt-faq-item__q {
		padding: 20px;
	}

	.bt-faq-item__answer {
		margin: 0 20px;
	}
}
/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.bt-contact {
	position: relative;
	background-color: var(--bt-cream-2);
	padding-block: 72px 88px;
	scroll-margin-top: var(--bt-header-h, 84px);
}

.bt-contact__grid {
	display: flex;
	align-items: flex-start;
	gap: 140px;
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: var(--bt-edge);
}

.bt-contact__aside {
	flex: 0 0 375px;
	max-width: 375px;
}

.bt-contact__form-col {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 632px;
}

.bt-contact__info {
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-contact__info p {
	margin: 0 0 8px;
}

.bt-contact__info strong {
	font-weight: 700;
	color: var(--bt-teal);
}

.bt-contact__info ul {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.bt-contact__info li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
}

.bt-contact__info li:last-child {
	margin-bottom: 0;
}

.bt-contact__info li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bt-sand);
}

.bt-contact__info a {
	color: inherit;
}

.bt-contact__form-heading {
	margin: 0 0 32px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: 32px;
	line-height: 1.1;
	color: var(--bt-teal);
}

.bt-cf__row {
	display: flex;
	gap: 16px;
}

.bt-cf__field {
	flex: 1 1 0;
	min-width: 0;
	max-width: 308px;
	margin: 0 0 20px;
}

.bt-cf__field--full {
	max-width: 632px;
}

.bt-cf__label {
	display: block;
	margin-bottom: 8px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	font-weight: 400;
	color: var(--bt-teal-dark);
}

.bt-contact__form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.bt-contact__form .bt-cf__input,
.bt-contact__form .bt-cf__textarea {
	display: block;
	width: 100%;
	font-family: var(--bt-font-body);
	font-size: 20px;
	color: var(--bt-teal-dark);
	background: var(--bt-white);
	border: 1px solid var(--bt-input-border);
	border-radius: 8px;
	padding: 13px 16px;
}

.bt-contact__form .bt-cf__input {
	height: 52px;
}

.bt-contact__form .bt-cf__textarea {
	max-width: 632px;
	min-height: 150px;
	resize: vertical;
}

.bt-contact__form .bt-cf__input::placeholder,
.bt-contact__form .bt-cf__textarea::placeholder {
	color: var(--bt-placeholder);
}

.bt-contact__form .bt-cf__input:focus,
.bt-contact__form .bt-cf__textarea:focus {
	outline: none;
	border-color: var(--bt-teal);
}

.bt-cf__consent {
	margin: 0 0 12px;
}

.bt-cf__consent .wpcf7-list-item {
	margin: 0;
}

.bt-cf__consent label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-family: var(--bt-font-body);
	font-size: 16px;
	line-height: 1.4;
	color: var(--bt-teal-dark);
	cursor: pointer;
}

.bt-cf__consent input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 2px;
	width: 18px;
	height: 18px;
	accent-color: var(--bt-teal);
}

.bt-cf__consent a {
	color: var(--bt-gold);
}

.bt-cf__submit {
	margin: 28px 0 0;
}

.bt-contact__form .bt-cf__btn {
	width: 100%;
	max-width: 137px;
	height: 48px;
	padding: 0 34px 0 20px;
	font-family: var(--bt-font-body);
	font-size: 18px;
	text-align: left;
	color: var(--bt-white);
	background-color: var(--bt-teal);
	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='%23ffffff'%3E%3Cpath d='M2 21l21-9L2 3v7l15 2-15 2v7z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 16px;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.bt-contact__form .bt-cf__btn:hover {
	background-color: var(--bt-teal-dark);
}

.bt-contact__form .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 14px;
	color: #c0392b;
}

.bt-contact__form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.bt-contact__grid {
		flex-direction: column;
		gap: 48px;
	}

	.bt-contact__aside,
	.bt-contact__form-col {
		flex: 1 1 auto;
		max-width: 632px;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.bt-contact {
		padding-block: 48px 64px;
	}

	.bt-cf__row {
		flex-direction: column;
		gap: 0;
	}

	.bt-cf__field {
		max-width: none;
	}
}

/*--------------------------------------------------------------
# PhD Andrei Ispas page
--------------------------------------------------------------*/
.bt-prose {
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.5;
	color: var(--bt-teal-dark);
}

.bt-prose p {
	margin: 0 0 16px;
}

.bt-prose p:last-child {
	margin-bottom: 0;
}

.bt-prose strong {
	font-weight: 700;
}

.bt-prose em {
	font-style: italic;
}

.bt-prose ul {
	list-style: none;
	margin: 12px 0 16px;
	padding: 0;
}

.bt-prose li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
}

.bt-prose li:last-child {
	margin-bottom: 0;
}

.bt-prose li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bt-teal);
}

.bt-phd-intro {
	background-color: var(--bt-cream-2);
	padding-block: 88px;
}

.bt-phd-intro__grid {
	display: flex;
	align-items: flex-start;
	gap: 56px;
	max-width: 1028px;
	margin-inline: auto;
	padding-inline: var(--bt-edge);
}

.bt-phd-intro__aside {
	flex: 0 0 416px;
	max-width: 416px;
}

.bt-phd-intro__heading {
	margin: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal);
}

.bt-phd-intro__body {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 556px;
	line-height: 26px;
}

.bt-marquee--lg .bt-marquee__track {
	gap: 32px;
}

.bt-marquee--lg .bt-marquee__item {
	width: 537px;
	height: 340px;
	border-radius: 16px;
}

.bt-phd-4s {
	background-color: var(--bt-cream-2);
	padding-block: 24px 72px;
	text-align: center;
}

.bt-phd-4s__inner {
	max-width: 900px;
}

.bt-phd-4s__heading {
	margin: 0 auto 24px;
	max-width: 840px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-32);
	line-height: 1.25;
	color: var(--bt-teal);
}

.bt-phd-4s__body {
	max-width: 640px;
	margin: 0 auto 48px;
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 30px;
	color: var(--bt-teal-dark);
}

.bt-phd-4s__gold {
	margin: 0;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-32);
	color: var(--bt-gold);
}

.bt-phd-pillars {
	background-color: var(--bt-cream-2);
	padding-block: 40px 80px;
}

.bt-phd-pillar {
	justify-content: center;
	display: flex;
	align-items: flex-start;
	gap: 64px;
	margin-bottom: 72px;
}

.bt-phd-pillar:last-child {
	margin-bottom: 0;
}

.bt-phd-pillar__aside {
	flex: 0 0 420px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
}

.bt-phd-pillar__num {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-289);
	line-height: 1;
	color: var(--bt-sand-light);
	z-index: 0;
	pointer-events: none;
}

.bt-phd-pillar__title {
	position: relative;
	z-index: 1;
	text-align: center;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-56);
	line-height: 1.05;
	color: var(--bt-teal-dark);
}

.bt-phd-pillar__title-en,
.bt-phd-pillar__title-ro {
	display: block;
}

.bt-phd-pillar__body {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 556px;
	padding-top: 8px;
}

.bt-phd-final {
	background-color: var(--bt-cream-2);
	padding-block: 40px 88px;
	text-align: center;
}

.bt-phd-final__inner {
	max-width: 420px;
	margin-inline: auto;
	padding-inline: var(--bt-edge);
}

.bt-phd-final__heading {
	margin: 0 0 32px;
	font-family: var(--bt-font-head);
	font-weight: 400;
	font-size: var(--bt-fs-32);
	line-height: 1.15;
	color: var(--bt-gold);
}

.bt-phd-final__body {
	font-family: var(--bt-font-body);
	font-size: 20px;
	line-height: 1.4;
	color: var(--bt-teal-dark);
}

.bt-phd-final__body p {
	margin: 0 0 24px;
}

.bt-phd-final__body p:last-child {
	margin-bottom: 0;
}

.bt-phd-final__body strong {
	font-weight: 700;
}

.bt-phd-final__body ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.bt-phd-final__body li {
	margin-bottom: 8px;
}

.bt-phd-final__body li::before {
	content: "\2022";
	margin-right: 8px;
	color: var(--bt-teal);
}

.bt-phd-final__welcome {
	margin: 72px 0 56px;
	font-family: var(--bt-font-body);
	font-size: 16px;
	color: var(--bt-teal-dark);
}

.bt-phd-final__welcome strong {
	font-weight: 700;
}

@media (max-width: 1024px) {
	.bt-phd-intro__grid {
		flex-direction: column;
		gap: 32px;
	}

	.bt-phd-intro__aside,
	.bt-phd-intro__body {
		flex: 1 1 auto;
		max-width: none;
	}

	.bt-phd-pillar {
		flex-direction: column;
		gap: 16px;
	}

	.bt-phd-pillar__aside {
		flex: 1 1 auto;
		min-height: 200px;
		align-self: stretch;
	}

	.bt-phd-pillar__body {
		max-width: none;
	}
}

@media (max-width: 768px) {
	.bt-phd-intro,
	.bt-phd-pillars {
		padding-block: 56px;
	}

	.bt-phd-final__welcome {
		margin: 40px 0 32px;
	}
}

@media (max-width: 640px) {
	.bt-marquee--lg .bt-marquee__item {
		width: 300px;
		height: 200px;
	}
}