/*
 * Os 30 Primeiros Dias — Página de Vendas
 * CSS isolado dentro de .os30-landing. Mobile-first.
 */

.os30-landing {
	--os30-cream: #FFF9F4;
	--os30-sage: #6F8B70;
	--os30-sage-dark: #57715a;
	--os30-terracotta: #D97857;
	--os30-terracotta-dark: #B8562F;
	--os30-terracotta-darker: #9C4726;
	--os30-brown: #493A33;
	--os30-white: #FFFFFF;
	--os30-beige: #F3E8DC;
	--os30-radius-lg: 20px;
	--os30-radius-md: 14px;
	--os30-radius-sm: 10px;
	--os30-shadow: 0 8px 24px rgba(73, 58, 51, 0.08);
	--os30-shadow-lift: 0 14px 34px rgba(73, 58, 51, 0.14);
	--os30-max-width: 1180px;

	background: var(--os30-cream);
	color: var(--os30-brown);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

.os30-landing,
.os30-landing *,
.os30-landing *::before,
.os30-landing *::after {
	box-sizing: border-box;
}

.os30-landing img {
	max-width: 100%;
	height: auto;
	display: block;
}

.os30-landing ul,
.os30-landing ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.os30-landing a {
	color: inherit;
}

.os30-landing button {
	font-family: inherit;
}

.os30-landing :focus-visible {
	outline: 3px solid var(--os30-terracotta);
	outline-offset: 2px;
}

.os30-container {
	max-width: var(--os30-max-width);
	margin: 0 auto;
	padding: 0 20px;
}

.os30-section {
	padding: 56px 0;
}

.os30-section--beige {
	background: var(--os30-beige);
}

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

.os30-eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--os30-sage-dark);
	background: rgba(111, 139, 112, 0.12);
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 16px;
}

.os30-landing h1,
.os30-landing h2,
.os30-landing h3,
.os30-landing h4 {
	font-weight: 800;
	color: var(--os30-brown);
	line-height: 1.2;
	margin: 0 0 16px;
}

.os30-landing h1 {
	font-size: clamp(1.9rem, 5vw, 3rem);
}

.os30-landing h2 {
	font-size: clamp(1.5rem, 3.6vw, 2.25rem);
}

.os30-landing h3 {
	font-size: 1.25rem;
}

.os30-landing p {
	margin: 0 0 16px;
}

.os30-section-head {
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
}

.os30-section-head p {
	font-size: 1.05rem;
	color: #6b5b52;
}

/* Botões */
.os30-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
	text-align: center;
}

.os30-btn--primary {
	background: var(--os30-terracotta-dark);
	color: var(--os30-white);
	box-shadow: var(--os30-shadow);
}

.os30-btn--primary:hover {
	background: var(--os30-terracotta-darker);
	transform: translateY(-1px);
}

.os30-btn--secondary {
	background: transparent;
	color: var(--os30-brown);
	border-color: var(--os30-brown);
}

.os30-btn--secondary:hover {
	background: var(--os30-brown);
	color: var(--os30-white);
}

.os30-btn--block {
	width: 100%;
}

.os30-btn[aria-disabled="true"] {
	background: #d8cfc7;
	color: #8a7c72;
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}

.os30-admin-warning {
	margin-top: 12px;
	padding: 10px 14px;
	background: #fff3cd;
	border: 1px solid #f0c96b;
	border-radius: var(--os30-radius-sm);
	color: #6b5100;
	font-size: 0.85rem;
	max-width: 480px;
}

.os30-btn-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

@media (min-width: 560px) {
	.os30-btn-group {
		flex-direction: row;
		align-items: center;
	}
}

/* HERO */
.os30-hero {
	padding: 40px 0 48px;
	background: linear-gradient(180deg, var(--os30-beige) 0%, var(--os30-cream) 78%);
}

.os30-hero__grid {
	display: grid;
	gap: 32px;
}

.os30-hero__content {
	order: 1;
}

.os30-hero__media {
	order: 2;
}

@media (min-width: 900px) {
	.os30-hero__grid {
		grid-template-columns: 1.05fr 0.95fr;
		align-items: center;
		gap: 48px;
	}
}

.os30-hero__kicker {
	font-size: 1rem;
	font-weight: 700;
	color: var(--os30-sage-dark);
	margin-bottom: 14px;
}

.os30-hero__sub {
	font-size: 1.08rem;
	color: #6b5b52;
	max-width: 560px;
}

.os30-hero__micro {
	margin-top: 14px;
	font-size: 0.85rem;
	color: #8a7c72;
}

.os30-hero__price {
	font-weight: 800;
	color: var(--os30-terracotta-dark);
}

.os30-phone-frame {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 36px;
	background: var(--os30-brown);
	padding: 12px;
	box-shadow: var(--os30-shadow-lift);
}

.os30-phone-frame__screen {
	border-radius: 26px;
	overflow: hidden;
	background: var(--os30-white);
	aspect-ratio: 9 / 19.5;
}

.os30-phone-frame__screen img,
.os30-phone-frame__screen .os30-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Placeholders de imagem */
.os30-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	background: repeating-linear-gradient(135deg, var(--os30-beige), var(--os30-beige) 10px, #ece0d1 10px, #ece0d1 20px);
	border: 1.5px dashed #c7b6a4;
	border-radius: var(--os30-radius-md);
	color: #8a7460;
	text-align: center;
	padding: 16px;
	font-size: 0.8rem;
	font-weight: 600;
}

.os30-placeholder__icon {
	color: #a4907c;
}

.os30-ph--phone {
	aspect-ratio: 9 / 19.5;
}

.os30-ph--wide {
	aspect-ratio: 16 / 10;
}

.os30-ph--square {
	aspect-ratio: 1 / 1;
}

/* PROBLEMA */
.os30-problem-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-bottom: 32px;
}

@media (min-width: 640px) {
	.os30-problem-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 980px) {
	.os30-problem-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.os30-problem-card {
	background: var(--os30-white);
	border-radius: var(--os30-radius-md);
	padding: 20px;
	box-shadow: var(--os30-shadow);
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.os30-problem-card__icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(217, 120, 87, 0.14);
	color: var(--os30-terracotta-dark);
	display: flex;
	align-items: center;
	justify-content: center;
}

.os30-problem-card p {
	margin: 0;
	font-weight: 600;
}

.os30-lede {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	color: #6b5b52;
	font-size: 1.05rem;
}

/* QUEBRA DE CRENÇA */
.os30-belief {
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
}

.os30-belief__highlight {
	display: inline-block;
	margin-top: 12px;
	padding: 16px 24px;
	background: var(--os30-white);
	border-left: 4px solid var(--os30-sage);
	border-radius: var(--os30-radius-sm);
	font-weight: 700;
	box-shadow: var(--os30-shadow);
}

/* MECANISMO */
.os30-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	counter-reset: os30-step;
}

@media (min-width: 780px) {
	.os30-steps {
		grid-template-columns: repeat(5, 1fr);
	}
}

.os30-step {
	background: var(--os30-white);
	border-radius: var(--os30-radius-md);
	padding: 22px 18px;
	box-shadow: var(--os30-shadow);
	position: relative;
}

.os30-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--os30-sage-dark);
	color: var(--os30-white);
	font-weight: 800;
	margin-bottom: 14px;
}

.os30-step h3 {
	font-size: 1.05rem;
	margin-bottom: 8px;
}

.os30-step p {
	font-size: 0.92rem;
	color: #6b5b52;
	margin: 0;
}

.os30-step-connector {
	display: none;
}

@media (min-width: 780px) {
	.os30-steps {
		position: relative;
	}

	.os30-step:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 40px;
		right: -12px;
		width: 20px;
		height: 2px;
		background: var(--os30-sage);
		opacity: 0.4;
	}
}

/* DEMONSTRAÇÃO / GRUPOS */
.os30-groups {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 900px) {
	.os30-groups {
		grid-template-columns: repeat(2, 1fr);
	}
}

.os30-group-card {
	background: var(--os30-white);
	border-radius: var(--os30-radius-lg);
	padding: 24px;
	box-shadow: var(--os30-shadow);
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

@media (min-width: 560px) {
	.os30-group-card {
		grid-template-columns: 140px 1fr;
		align-items: center;
	}
}

.os30-group-card__media .os30-placeholder,
.os30-group-card__media img {
	border-radius: var(--os30-radius-md);
}

.os30-group-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--os30-beige);
	color: var(--os30-sage-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.os30-group-card ul {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.os30-group-card li {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 0.92rem;
	color: #574940;
}

.os30-group-card li svg {
	flex-shrink: 0;
	color: var(--os30-sage);
	margin-top: 2px;
}

/* ROTINA COMPARTILHADA */
.os30-caregiver {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: center;
}

@media (min-width: 900px) {
	.os30-caregiver {
		grid-template-columns: 1fr 1fr;
	}
}

.os30-caregiver__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.os30-caregiver__list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	background: var(--os30-white);
	padding: 12px 14px;
	border-radius: var(--os30-radius-sm);
	box-shadow: var(--os30-shadow);
}

.os30-caregiver__list svg {
	color: var(--os30-sage);
	flex-shrink: 0;
	margin-top: 2px;
}

.os30-note {
	font-size: 0.85rem;
	color: #8a7c72;
	font-style: italic;
	margin-top: 14px;
}

/* MATERIAIS */
.os30-materials {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: start;
}

@media (min-width: 900px) {
	.os30-materials {
		grid-template-columns: 1fr 1fr;
	}
}

.os30-materials__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.os30-materials__item {
	background: var(--os30-white);
	border-radius: var(--os30-radius-sm);
	padding: 14px;
	box-shadow: var(--os30-shadow);
	font-size: 0.88rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.os30-materials__item svg {
	color: var(--os30-terracotta);
	flex-shrink: 0;
}

/* ASSISTENTE DE CARDÁPIO */
.os30-assistant {
	background: var(--os30-brown);
	color: var(--os30-cream);
	border-radius: var(--os30-radius-lg);
	padding: 36px 24px;
}

.os30-assistant * {
	color: inherit;
}

.os30-assistant h2 {
	color: var(--os30-white);
}

.os30-assistant p {
	color: #e4d9cf;
	max-width: 680px;
}

.os30-assistant__notice {
	margin-top: 18px;
	background: rgba(255, 255, 255, 0.08);
	border-left: 4px solid var(--os30-terracotta);
	padding: 14px 18px;
	border-radius: var(--os30-radius-sm);
	font-size: 0.9rem;
	max-width: 680px;
}

/* PARA QUEM É */
.os30-audience {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

@media (min-width: 780px) {
	.os30-audience {
		grid-template-columns: 1fr 1fr;
	}
}

.os30-audience__card {
	background: var(--os30-white);
	border-radius: var(--os30-radius-lg);
	padding: 26px;
	box-shadow: var(--os30-shadow);
}

.os30-audience__card--for {
	border-top: 4px solid var(--os30-sage);
}

.os30-audience__card--not {
	border-top: 4px solid var(--os30-terracotta);
}

.os30-audience__card ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 14px;
}

.os30-audience__card li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.94rem;
}

.os30-audience__card--for svg {
	color: var(--os30-sage);
}

.os30-audience__card--not svg {
	color: var(--os30-terracotta);
}

.os30-audience__card svg {
	flex-shrink: 0;
	margin-top: 2px;
}

/* OFERTA */
.os30-offer {
	background: var(--os30-beige);
}

.os30-offer__card {
	max-width: 640px;
	margin: 0 auto;
	background: var(--os30-white);
	border-radius: var(--os30-radius-lg);
	padding: 32px 24px;
	box-shadow: var(--os30-shadow-lift);
	text-align: center;
}

.os30-offer__list {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 22px 0;
}

.os30-offer__list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.os30-offer__list svg {
	color: var(--os30-sage);
	flex-shrink: 0;
	margin-top: 2px;
}

.os30-offer__price {
	font-size: 1.8rem;
	font-weight: 800;
	color: var(--os30-terracotta-dark);
	margin: 6px 0 2px;
}

.os30-offer__price-note {
	font-size: 0.9rem;
	color: #8a7c72;
	margin-bottom: 20px;
}

.os30-guarantee {
	margin-top: 20px;
	padding: 14px 18px;
	background: rgba(111, 139, 112, 0.1);
	border-radius: var(--os30-radius-sm);
	font-size: 0.88rem;
	text-align: left;
}

/* FAQ */
.os30-faq {
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.os30-faq details {
	background: var(--os30-white);
	border-radius: var(--os30-radius-md);
	box-shadow: var(--os30-shadow);
	overflow: hidden;
}

.os30-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

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

.os30-faq summary .os30-faq__chevron {
	transition: transform 0.2s ease;
	flex-shrink: 0;
	color: var(--os30-sage-dark);
}

.os30-faq details[open] summary .os30-faq__chevron {
	transform: rotate(180deg);
}

.os30-faq__answer {
	padding: 0 20px 18px;
	color: #6b5b52;
	font-size: 0.95rem;
}

/* CTA FINAL */
.os30-final-cta {
	text-align: center;
}

.os30-final-cta__card {
	max-width: 680px;
	margin: 0 auto;
}

/* RODAPÉ */
.os30-footer {
	padding: 32px 0 100px;
	background: var(--os30-brown);
	color: #d8c9bd;
}

.os30-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
	font-size: 0.85rem;
}

.os30-footer__links a {
	text-decoration: underline;
}

.os30-footer__disclaimer {
	font-size: 0.8rem;
	line-height: 1.6;
	color: #c1b0a3;
	max-width: 900px;
}

@media (min-width: 640px) {
	.os30-footer {
		padding-bottom: 32px;
	}
}

/* CTA FIXO MOBILE */
.os30-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--os30-white);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
	box-shadow: 0 -6px 18px rgba(73, 58, 51, 0.14);
	transform: translateY(120%);
	transition: transform 0.25s ease;
}

.os30-sticky-cta.is-visible {
	transform: translateY(0);
}

.os30-sticky-cta .os30-btn {
	width: 100%;
}

@media (min-width: 900px) {
	.os30-sticky-cta {
		display: none;
	}
}

/* Grupo icon list check items on demonstration groups need SVG color from sage */
.os30-group-icon-plan { color: var(--os30-sage-dark); }
.os30-group-icon-prepare { color: var(--os30-terracotta-dark); }
.os30-group-icon-life { color: var(--os30-sage-dark); }
.os30-group-icon-track { color: var(--os30-terracotta-dark); }

/* Vídeo */
.os30-video {
	max-width: 780px;
	margin: 0 auto;
	border-radius: var(--os30-radius-lg);
	overflow: hidden;
	box-shadow: var(--os30-shadow-lift);
	background: #000;
}

.os30-video video,
.os30-video iframe {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 9;
	border: 0;
}

/* Acessibilidade de movimento */
@media (prefers-reduced-motion: reduce) {
	.os30-landing * {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
}

/* Ajustes finos para telas grandes */
@media (min-width: 1200px) {
	.os30-section {
		padding: 76px 0;
	}
}
