/* Shared cards, calls to action, footer, and reusable components. */

html.scroll-reveal-ready [data-scroll-reveal] {
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	transition:
		opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}

html.scroll-reveal-ready [data-scroll-reveal].is-scroll-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	will-change: auto;
}

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

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

.feature-card,
.programme-card,
.moment-card,
.contact-card {
overflow: hidden;
	background: var(--pastel-butter);
	border: 1px solid var(--line);
	border-radius: var(--radius-card);
	box-shadow: var(--soft-shadow);
}

.feature-card {
padding: 28px;
}

.feature-card p {
margin-bottom: 0;
}

.feature-card:nth-child(4n + 1),
.programme-card:nth-child(4n + 1),
.moment-card:nth-child(4n + 1),
.contact-card:nth-child(4n + 1) {
	background: var(--pastel-butter);
}

.feature-card:nth-child(4n + 2),
.programme-card:nth-child(4n + 2),
.moment-card:nth-child(4n + 2),
.contact-card:nth-child(4n + 2) {
	background: var(--pastel-mint);
}

.feature-card:nth-child(4n + 3),
.programme-card:nth-child(4n + 3),
.moment-card:nth-child(4n + 3),
.contact-card:nth-child(4n + 3) {
	background: var(--pastel-peach);
}

.feature-card:nth-child(4n + 4),
.programme-card:nth-child(4n + 4),
.moment-card:nth-child(4n + 4),
.contact-card:nth-child(4n + 4) {
	background: var(--pastel-lavender);
}

.reason-grid .feature-card {
min-height: 100%;
}

.feature-code,
.tag,
.moment-date {
display: inline-block;
	margin-bottom: 12px;
	color: var(--clay);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.feature-card h3,
.card-body h3,
.moment-body h3,
.rhythm-list h3,
.contact-card h3 {
color: var(--sage-dark);
	font-size: 22px;
}

.feature-card p,
.card-body p,
.moment-body p,
.rhythm-list p,
.contact-card p {
color: var(--muted);
}

.advisor-card {
display: grid;
	grid-template-columns: minmax(220px, 0.42fr) 1fr;
	gap: 28px;
	align-items: start;
	padding: 32px;
	background: linear-gradient(135deg, var(--pastel-peach), var(--pastel-lavender));
	border: 1px solid var(--line);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow);
}

.advisor-photo {
width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center 32%;
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(31, 45, 45, 0.12);
}

.advisor-copy h3 {
color: var(--sage-dark);
	font-size: clamp(28px, 4vw, 42px);
}

.advisor-role {
margin: 10px 0 18px;
	color: var(--sage-dark);
	font-weight: 900;
}

.advisor-copy p {
color: var(--muted);
}

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

.programme-card {
position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.programme-card:hover {
transform: translateY(-4px);
	box-shadow: 0 20px 46px rgba(31, 45, 45, 0.13);
}

.programme-card img,
.moment-card img,
.contact-card img {
width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center 38%;
	border-radius: 0 0 20px 20px;
}

.programme-card img {
	border-radius: 0 0 22px 22px;
}

.card-body,
.moment-body {
padding: 24px;
}

.programme-card .card-body {
padding: 28px;
}

.card-body ul {
margin: 18px 0 0;
	padding-left: 18px;
	color: #536163;
}

.moment-card {
display: flex;
	flex-direction: column;
	min-height: 100%;
}

.moment-card {
	border-top: 6px solid var(--sunshine);
}

.moment-card:nth-child(4n + 2) {
	border-top-color: var(--mint);
}

.moment-card:nth-child(4n + 3) {
	border-top-color: var(--peach);
}

.moment-card:nth-child(4n + 4) {
	border-top-color: var(--lavender);
}

.moment-body {
display: flex;
	flex: 1;
	flex-direction: column;
}

.moment-body p {
margin-bottom: 18px;
}

.moment-date {
width: fit-content;
	padding: 7px 11px;
	color: var(--primary);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(217, 74, 56, 0.14);
	border-radius: var(--radius-button);
}

.moment-location {
margin-top: auto;
	color: var(--sage-dark);
	font-size: 13px;
	font-weight: 900;
}

.moment-empty {
grid-column: 1 / -1;
	margin: 0;
	padding: 24px;
	color: var(--muted);
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-card);
}

.daily-life {
display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 42px;
	align-items: start;
}

.daily-life .section-heading {
margin-bottom: 0;
}

.rhythm-list {
display: grid;
	gap: 12px;
}

.rhythm-list article {
padding: 28px;
	background: var(--pastel-butter);
	border: 1px solid var(--line);
	border-left: 5px solid var(--sunshine);
	border-radius: var(--radius-card);
	box-shadow: var(--soft-shadow);
}

.rhythm-list article:nth-child(4n + 2) {
	background: var(--pastel-mint);
	border-left-color: var(--mint);
}

.rhythm-list article:nth-child(4n + 3) {
	background: var(--pastel-peach);
	border-left-color: var(--peach);
}

.rhythm-list article:nth-child(4n + 4) {
	background: var(--pastel-lavender);
	border-left-color: var(--lavender);
}

.rhythm-list span {
display: inline-block;
	margin-bottom: 8px;
	color: var(--clay);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.visit-cta {
width: min(var(--max), calc(100% - 32px));
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: center;
	margin: 24px auto;
	padding: 42px;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(37, 50, 56, 0.72), rgba(217, 74, 56, 0.54)),
		url("../../images/banner/banner_12.jpg") center / cover no-repeat;
	border-radius: var(--radius-card);
	box-shadow: var(--shadow);
}

.visit-cta p {
color: rgba(255, 255, 255, 0.88);
}

.visit-contact-list {
display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.visit-contact-list span {
display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 12px;
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--radius-button);
	font-size: 13px;
	font-weight: 900;
}

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

.contact-card .card-body {
padding: 28px;
}

.contact-card p {
margin: 12px 0 0;
}

.contact-card a {
color: var(--primary);
	font-weight: 900;
}

.contact-card .card-body {
	display: grid;
	gap: 22px;
}

.contact-card .card-body h3 {
	margin-bottom: 2px;
}

.contact-detail {
	padding-top: 18px;
	border-top: 1px solid var(--pastel-line);
}

.contact-detail > strong {
	display: block;
	margin-bottom: 7px;
	color: var(--sage-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-detail p {
	margin: 0;
	color: var(--ink);
	font-size: 16px;
}

.contact-phone-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.footer {
width: min(var(--max), calc(100% - 32px));
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin: 0 auto;
	padding: 28px 0 34px;
	color: var(--muted);
	font-size: 14px;
	border-top: 1px solid var(--line);
}

.footer p {
margin: 0;
}

.footer div {
display: flex;
	gap: 18px;
}

.footer a {
color: var(--primary);
	font-weight: 900;
}

.sticky-whatsapp {
position: fixed;
	right: 32px;
	bottom: 32px;
	z-index: 70;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 20px 0 14px;
	color: #fff;
	background: var(--whatsapp);
	border: 2px solid rgba(255, 255, 255, 0.88);
	border-radius: var(--radius-button);
	box-shadow:
		0 16px 34px rgba(31, 174, 98, 0.3),
		0 0 0 0 rgba(31, 174, 98, 0.24);
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	animation: whatsapp-pulse 3.2s ease-out infinite;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sticky-whatsapp:hover {
transform: translateY(-3px);
	box-shadow:
		0 20px 40px rgba(31, 174, 98, 0.36),
		0 0 0 7px rgba(31, 174, 98, 0.1);
}

.sticky-whatsapp img {
width: 30px;
	height: 30px;
	flex: 0 0 auto;
}

@keyframes whatsapp-pulse {
	0%,
	72%,
	100% {
	box-shadow:
			0 16px 34px rgba(31, 174, 98, 0.3),
			0 0 0 0 rgba(31, 174, 98, 0.24);
	}
	
	86% {
	box-shadow:
			0 16px 34px rgba(31, 174, 98, 0.3),
			0 0 0 10px rgba(31, 174, 98, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	html.scroll-reveal-ready [data-scroll-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
