/**
 * annCoach main styles — SMILE educational marketing site
 */

/* -------------------------------------------------------------------------
   Typography
   ------------------------------------------------------------------------- */
body.anncoach-theme,
body.anncoach-theme p,
body.anncoach-theme li {
	font-family: var(--ann-font-body);
	line-height: 1.7;
	color: var(--ann-text-light);
}

body.anncoach-theme h1,
body.anncoach-theme h2,
body.anncoach-theme h3,
body.anncoach-theme h4,
body.anncoach-theme h5,
body.anncoach-theme h6,
body.anncoach-theme .entry-title,
body.anncoach-theme .widget-title {
	font-family: var(--ann-font-display);
	color: var(--ann-navy);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

body.anncoach-theme a {
	color: var(--ann-teal-deep);
	transition: color var(--ann-duration) var(--ann-ease);
}

body.anncoach-theme a:hover,
body.anncoach-theme a:focus-visible {
	color: var(--ann-navy);
}

/* -------------------------------------------------------------------------
   Header / Nav
   ------------------------------------------------------------------------- */
body.anncoach-theme .site-header {
	background: var(--ann-white);
	box-shadow: var(--ann-shadow-sm);
}

body.anncoach-theme .site-header .width-logo img,
body.anncoach-theme .site-header .custom-logo {
	max-height: 72px;
	width: auto;
}

body.anncoach-theme .main-menu > li > a,
body.anncoach-theme .navigation .navbar-nav > li > a {
	font-family: var(--ann-font-ui);
	font-weight: 600;
	color: var(--ann-navy) !important;
	font-size: 15px;
}

body.anncoach-theme .main-menu > li > a:hover,
body.anncoach-theme .main-menu > li.current-menu-item > a {
	color: var(--ann-teal-deep) !important;
}

body.anncoach-theme .toolbar {
	background: var(--ann-navy);
	color: var(--ann-white);
	font-size: 13px;
}

body.anncoach-theme .toolbar a {
	color: var(--ann-white);
}

/* -------------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------------- */
body.anncoach-theme .ann-btn,
body.anncoach-theme .thim-button,
body.anncoach-theme .elementor-button,
body.anncoach-theme input[type="submit"],
body.anncoach-theme button[type="submit"],
body.anncoach-theme .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.85rem 1.75rem;
	border-radius: var(--ann-radius-btn);
	font-family: var(--ann-font-ui);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: transform var(--ann-duration) var(--ann-ease), box-shadow var(--ann-duration) var(--ann-ease), background var(--ann-duration) var(--ann-ease);
}

body.anncoach-theme .ann-btn-primary,
body.anncoach-theme .elementor-button,
body.anncoach-theme .thim-button,
body.anncoach-theme .wpcf7-submit {
	background: var(--ann-gradient-cta);
	color: var(--ann-white) !important;
	box-shadow: 0 8px 20px rgba(56, 184, 216, 0.35);
}

body.anncoach-theme .ann-btn-primary:hover,
body.anncoach-theme .elementor-button:hover,
body.anncoach-theme .thim-button:hover,
body.anncoach-theme .wpcf7-submit:hover {
	background: var(--ann-navy);
	transform: translateY(-2px);
	box-shadow: var(--ann-shadow-md);
}

body.anncoach-theme .ann-btn-gold {
	background: var(--ann-gold);
	color: var(--ann-navy) !important;
	box-shadow: 0 8px 20px rgba(248, 200, 0, 0.35);
}

body.anncoach-theme .ann-btn-gold:hover {
	background: var(--ann-gold-deep);
	transform: translateY(-2px);
}

body.anncoach-theme .ann-btn-outline {
	background: transparent;
	color: var(--ann-navy) !important;
	border: 2px solid var(--ann-navy);
	box-shadow: none;
}

body.anncoach-theme .ann-btn-outline:hover {
	background: var(--ann-navy);
	color: var(--ann-white) !important;
}

body.anncoach-theme .ann-btn:focus-visible,
body.anncoach-theme .elementor-button:focus-visible,
body.anncoach-theme a:focus-visible,
body.anncoach-theme button:focus-visible {
	outline: 3px solid var(--ann-gold);
	outline-offset: 3px;
}

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */
.ann-hero {
	position: relative;
	background: var(--ann-gradient-hero);
	padding: clamp(3.5rem, 8vw, 6.5rem) 0;
	overflow: hidden;
}

.ann-hero::before {
	content: "";
	position: absolute;
	inset: auto -10% -30% 40%;
	height: 70%;
	background: radial-gradient(circle, rgba(248, 184, 208, 0.45) 0%, transparent 70%);
	pointer-events: none;
}

.ann-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.ann-hero__eyebrow {
	display: inline-block;
	font-family: var(--ann-font-ui);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ann-teal-deep);
	margin-bottom: 0.75rem;
}

.ann-hero__title {
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	margin: 0 0 1rem;
	color: var(--ann-navy);
}

.ann-hero__lead {
	font-size: 1.125rem;
	max-width: 36rem;
	margin-bottom: 1.75rem;
}

.ann-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: 1.25rem;
}

.ann-hero__phone {
	font-weight: 700;
	color: var(--ann-navy);
	font-size: 1.05rem;
}

.ann-hero__visual {
	display: flex;
	justify-content: center;
}

.ann-hero__visual img {
	width: min(100%, 420px);
	height: auto;
	filter: drop-shadow(0 20px 40px rgba(8, 24, 64, 0.15));
	animation: ann-float 5s var(--ann-ease) infinite;
}

@keyframes ann-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

/* -------------------------------------------------------------------------
   Sections / Cards
   ------------------------------------------------------------------------- */
.ann-section {
	padding: var(--ann-space-xl) 0;
}

.ann-section--soft {
	background: var(--ann-soft-white);
}

.ann-section--teal {
	background: var(--ann-teal-soft);
}

.ann-section--navy {
	background: var(--ann-gradient-navy);
	color: var(--ann-white);
}

.ann-section--navy h2,
.ann-section--navy h3,
.ann-section--navy .ann-section__title {
	color: var(--ann-white);
}

.ann-section__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto var(--ann-space-md, 1.5rem);
}

.ann-section__title {
	font-size: clamp(1.4rem, 2.8vw, 1.95rem);
	margin-bottom: 0.55rem;
}

.ann-section__sub {
	font-size: 1.05rem;
	color: var(--ann-muted);
	margin: 0;
}

.ann-container {
	width: min(1140px, calc(100% - 2rem));
	margin-inline: auto;
}

.ann-grid {
	display: grid;
	gap: 1.5rem;
}

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

.ann-card {
	background: var(--ann-card);
	border: 1px solid var(--ann-border);
	border-radius: var(--ann-radius-card);
	padding: 1.75rem;
	box-shadow: var(--ann-shadow-sm);
	transition: transform var(--ann-duration) var(--ann-ease), box-shadow var(--ann-duration) var(--ann-ease);
	height: 100%;
}

.ann-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ann-shadow-md);
}

.ann-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: var(--ann-pink-soft);
	color: var(--ann-navy);
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.ann-card__icon--teal {
	background: var(--ann-teal-soft);
	color: var(--ann-teal-deep);
}

.ann-card h3 {
	font-size: 1.2rem;
	margin: 0 0 0.6rem;
}

.ann-card p {
	margin: 0;
	font-size: 0.98rem;
}

.ann-card a.ann-card__link {
	display: inline-flex;
	margin-top: 1rem;
	font-weight: 700;
	color: var(--ann-teal-deep);
	text-decoration: none;
}

/* Why choose checklist */
.ann-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.ann-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	background: var(--ann-white);
	border-radius: var(--ann-radius-md);
	padding: 1rem 1.15rem;
	border: 1px solid var(--ann-border);
	font-weight: 600;
	color: var(--ann-navy);
}

.ann-checklist li::before {
	content: "✓";
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--ann-teal);
	color: white;
	display: grid;
	place-items: center;
	font-size: 0.85rem;
	font-weight: 700;
}

/* Trainer */
.ann-trainer {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 2.5rem;
	align-items: center;
}

.ann-trainer__media {
	background: var(--ann-gradient-pink);
	border-radius: var(--ann-radius-lg);
	padding: 2rem;
	text-align: center;
}

.ann-trainer__media img {
	width: min(100%, 280px);
	border-radius: 50%;
	border: 6px solid var(--ann-white);
	box-shadow: var(--ann-shadow-md);
}

.ann-trainer__badge {
	display: inline-block;
	margin-top: 1rem;
	background: var(--ann-navy);
	color: white;
	padding: 0.4rem 1rem;
	border-radius: var(--ann-radius-btn);
	font-size: 0.85rem;
	font-weight: 700;
}

/* FAQ */
.ann-faq details {
	background: var(--ann-white);
	border: 1px solid var(--ann-border);
	border-radius: var(--ann-radius-md);
	padding: 1rem 1.25rem;
	margin-bottom: 0.75rem;
}

.ann-faq summary {
	font-weight: 700;
	color: var(--ann-navy);
	cursor: pointer;
	font-family: var(--ann-font-display);
	list-style: none;
}

.ann-faq summary::-webkit-details-marker { display: none; }

.ann-faq summary::after {
	content: "+";
	float: right;
	color: var(--ann-teal-deep);
	font-weight: 700;
}

.ann-faq details[open] summary::after { content: "–"; }

.ann-faq details p {
	margin: 0.85rem 0 0;
}

/* Testimonials placeholders */
.ann-quote {
	position: relative;
	padding: 1.75rem;
	background: var(--ann-white);
	border-radius: var(--ann-radius-card);
	border-left: 4px solid var(--ann-pink);
	box-shadow: var(--ann-shadow-sm);
}

.ann-quote__text {
	font-style: italic;
	color: var(--ann-text-light);
	margin-bottom: 1rem;
}

.ann-quote__author {
	font-weight: 700;
	color: var(--ann-navy);
	margin: 0;
}

.ann-quote__role {
	font-size: 0.9rem;
	color: var(--ann-muted);
	margin: 0;
}

/* Contact */
.ann-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.ann-contact-item {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.ann-contact-item strong {
	display: block;
	color: var(--ann-navy);
	margin-bottom: 0.2rem;
}

.ann-map {
	border-radius: var(--ann-radius-lg);
	overflow: hidden;
	border: 1px solid var(--ann-border);
	min-height: 320px;
}

.ann-map iframe {
	width: 100%;
	height: 360px;
	border: 0;
	display: block;
}

/* Service page */
.ann-service-hero {
	background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
	padding: 1.35rem 0 1.1rem;
}

.ann-breadcrumbs {
	font-size: 0.9rem;
	margin-bottom: 1rem;
	color: var(--ann-muted);
}

.ann-breadcrumbs a { color: var(--ann-teal-deep); text-decoration: none; }

.ann-prose {
	max-width: 760px;
}

.ann-prose h2 {
	margin-top: 1.65rem;
}

.ann-prose ul {
	padding-left: 1.2rem;
}

.ann-cta-band,
.ann-page-cta {
	background: #0a1f4d !important;
	color: #fff !important;
	border-radius: 0;
	padding: clamp(1.75rem, 3.5vw, 2.35rem) 1.25rem !important;
	text-align: center;
	margin: 0 !important;
}

.ann-cta-band h2,
.ann-page-cta h2 {
	color: #fff !important;
	margin: 0 0 0.5rem;
	font-size: clamp(1.3rem, 2.6vw, 1.75rem);
}

.ann-cta-band p,
.ann-page-cta p {
	color: rgba(255, 255, 255, 0.92) !important;
	opacity: 1 !important;
	max-width: 38rem;
	margin: 0 auto 1.15rem;
}

.ann-cta-band .ann-btn-outline,
.ann-page-cta .ann-btn-outline {
	border-color: rgba(255, 255, 255, 0.7) !important;
	color: #fff !important;
}

/* Footer */
body.anncoach-theme .site-footer,
body.anncoach-standalone .ann-footer {
	background: #06122f;
	color: rgba(255, 255, 255, 0.95);
}

body.anncoach-theme .site-footer a,
body.anncoach-standalone .ann-footer a {
	color: rgba(255, 255, 255, 0.95);
}

body.anncoach-theme .site-footer a:hover,
body.anncoach-standalone .ann-footer a:hover {
	color: var(--ann-gold, #f8c800);
}

body.anncoach-theme .site-footer h2,
body.anncoach-standalone .ann-footer h2,
body.anncoach-standalone .ann-footer__title {
	color: #ffffff !important;
}

body.anncoach-theme .copyright-area {
	background: #050e28;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.anncoach-theme .text-copyright,
body.anncoach-theme .copyright-content {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.9rem;
}

.ann-footer-credit a {
	color: var(--ann-gold) !important;
	font-weight: 700;
	text-decoration: none;
}

/* Sticky CTA bar */
.ann-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9990;
	background: rgba(8, 24, 64, 0.97);
	backdrop-filter: blur(8px);
	color: #fff !important;
	padding: 0.75rem 1rem;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	box-shadow: 0 -8px 24px rgba(8, 24, 64, 0.2);
}

.ann-sticky-cta.is-visible {
	display: flex;
}

.ann-sticky-cta p {
	margin: 0;
	color: #ffffff !important;
	font-weight: 600;
}

@media (max-width: 768px) {
	.ann-sticky-cta {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.65rem;
		padding: 0.7rem 0.85rem;
		padding-bottom: calc(0.7rem + env(safe-area-inset-bottom, 0px));
		justify-content: space-between;
	}

	.ann-sticky-cta p {
		font-size: 0.82rem;
		text-align: left;
		flex: 1 1 55%;
		line-height: 1.35;
	}

	.ann-sticky-cta .ann-btn {
		flex: 0 0 auto;
		min-height: 44px;
		padding-inline: 1rem;
		white-space: nowrap;
	}
}

/* Floating action buttons (column; back-to-top sits to the left) */
.ann-fab-wrap {
	position: fixed;
	right: 1.25rem;
	bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
	z-index: 9995;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.ann-fab {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: white !important;
	text-decoration: none;
	box-shadow: var(--ann-shadow-md);
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}

.ann-fab:hover,
.ann-fab:focus-visible {
	transform: scale(1.08) translateY(-2px);
	box-shadow: 0 14px 28px rgba(8, 24, 64, 0.28);
	outline: none;
}

.ann-fab--whatsapp { background: #25d366; }
.ann-fab--call { background: var(--ann-teal); }

.ann-fab svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

/* Motion entrance */
.ann-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.6s var(--ann-ease), transform 0.6s var(--ann-ease);
}

.ann-reveal.is-inview {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.ann-hero__visual img,
	.ann-reveal,
	.ann-card,
	.ann-btn {
		animation: none !important;
		transition: none !important;
	}
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */
@media (max-width: 992px) {
	.ann-hero__inner,
	.ann-trainer,
	.ann-contact-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	.ann-grid-2,
	.ann-grid-3,
	.ann-grid-4,
	.ann-checklist {
		grid-template-columns: 1fr;
	}

	.ann-fab-wrap {
		right: 0.75rem;
		bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
	}

	.ann-fab {
		width: 52px;
		height: 52px;
	}

	body.ann-nav-open .ann-fab-wrap,
	body.ann-nav-open .ann-back-to-top {
		visibility: hidden;
		pointer-events: none;
	}
}

/* Hide LMS / shop chrome if plugins somehow active */
body.anncoach-theme .learn-press-message,
body.anncoach-theme .woocommerce-cart-form,
body.anncoach-theme .widget_shopping_cart,
body.anncoach-theme .mini-cart,
body.anncoach-theme .lp-course-buttons .button.button-purchase-course,
body.anncoach-theme .course-payment {
	display: none !important;
}
