/*
Theme Name: Cannuna
Description: Tema da plataforma clínica Cannuna.
Author: Cannuna
Template: flatsome
Version: 0.2.0
Text Domain: care-platform-theme
*/

:root {
	--care-brand: #123f46;
	--cannuna-atlantic: #3d7fa3;
	--cannuna-water: #b8dad8;
	--cannuna-sand: #f4f1e8;
	--cannuna-graphite: #263334;
	--cannuna-white: #ffffff;
	--cannuna-border: rgba(18, 63, 70, 0.13);
	--cannuna-shadow: 0 24px 70px rgba(18, 63, 70, 0.12);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--cannuna-sand);
	color: var(--cannuna-graphite);
	font-family: "Inter", Arial, sans-serif;
}

body.cannuna-home {
	margin: 0;
}

.cannuna-home *,
.cannuna-home *::before,
.cannuna-home *::after {
	box-sizing: border-box;
}

.cannuna-home a {
	color: inherit;
	text-decoration: none;
}

.cannuna-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 28px;
	padding-right: 28px;
}

.cannuna-header {
	background: rgba(244, 241, 232, 0.94);
	border-bottom: 1px solid var(--cannuna-border);
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(16px);
}

.admin-bar .cannuna-header {
	top: 32px;
}

.cannuna-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 84px;
	gap: 32px;
}

.cannuna-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: -0.045em;
	color: var(--care-brand) !important;
}

.cannuna-mark {
	display: inline-block;
	position: relative;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
}

.cannuna-mark::before,
.cannuna-mark::after {
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	border: 3px solid var(--care-brand);
	border-radius: 50%;
}

.cannuna-mark::before {
	top: 1px;
	left: 1px;
}

.cannuna-mark::after {
	right: 1px;
	bottom: 1px;
	border-color: var(--cannuna-atlantic);
}

.cannuna-nav {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-left: auto;
}

.cannuna-nav a {
	font-size: 14px;
	font-weight: 600;
	color: rgba(38, 51, 52, 0.78);
	transition: color 0.2s ease;
}

.cannuna-nav a:hover {
	color: var(--care-brand);
}

.cannuna-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cannuna-button:hover {
	transform: translateY(-2px);
}

.cannuna-button--primary {
	background: var(--care-brand);
	color: var(--cannuna-white) !important;
	box-shadow: 0 12px 30px rgba(18, 63, 70, 0.2);
}

.cannuna-button--primary:hover {
	box-shadow: 0 16px 36px rgba(18, 63, 70, 0.28);
}

.cannuna-button--secondary {
	border-color: rgba(18, 63, 70, 0.25);
	color: var(--care-brand) !important;
	background: transparent;
}

.cannuna-button--light {
	background: var(--cannuna-white);
	color: var(--care-brand) !important;
}

.cannuna-header__login {
	min-height: 44px;
	padding: 0 20px;
}

.cannuna-hero {
	position: relative;
	overflow: hidden;
	padding: 94px 0 82px;
	background:
		radial-gradient(circle at 78% 18%, rgba(184, 218, 216, 0.62), transparent 31%),
		linear-gradient(135deg, #f4f1e8 0%, #f8f7f1 58%, #e9f2ef 100%);
}

.cannuna-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: 70px;
	align-items: center;
}

.cannuna-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 22px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cannuna-atlantic);
}

.cannuna-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--cannuna-atlantic);
}

.cannuna-hero h1,
.cannuna-section h2,
.cannuna-cta h2 {
	font-family: "Manrope", Arial, sans-serif;
	color: var(--care-brand);
	letter-spacing: -0.045em;
}

.cannuna-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(44px, 5.2vw, 72px);
	font-weight: 700;
	line-height: 1.02;
}

.cannuna-hero__lead {
	max-width: 620px;
	margin: 28px 0 0;
	font-size: 18px;
	line-height: 1.7;
	color: rgba(38, 51, 52, 0.76);
}

.cannuna-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.cannuna-hero__note {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 25px 0 0;
	font-size: 13px;
	color: rgba(38, 51, 52, 0.66);
}

.cannuna-hero__note span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--cannuna-water);
	color: var(--care-brand);
	font-size: 14px;
	font-weight: 700;
}

.cannuna-visual {
	position: relative;
	min-height: 470px;
}

.cannuna-visual__halo {
	position: absolute;
	inset: 24px 8px 10px 44px;
	border-radius: 49% 51% 55% 45% / 42% 46% 54% 58%;
	background: var(--care-brand);
	box-shadow: var(--cannuna-shadow);
	transform: rotate(3deg);
}

.cannuna-visual__orbit {
	position: absolute;
	inset: 80px 52px 60px 88px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
}

.cannuna-visual__orbit::before,
.cannuna-visual__orbit::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--cannuna-water);
	box-shadow: 0 0 0 8px rgba(184, 218, 216, 0.14);
}

.cannuna-visual__orbit::before {
	left: 10%;
	top: 9%;
}

.cannuna-visual__orbit::after {
	right: 4%;
	bottom: 21%;
}

.cannuna-visual__card {
	position: absolute;
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(9, 40, 45, 0.2);
}

.cannuna-visual__card--main {
	top: 118px;
	left: 0;
	width: min(370px, 88%);
	padding: 28px;
	background: rgba(255, 255, 255, 0.96);
}

.cannuna-profile {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--cannuna-border);
}

.cannuna-profile__avatar {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	background: var(--cannuna-water);
	color: var(--care-brand);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.cannuna-profile strong,
.cannuna-slot strong {
	display: block;
	font-family: "Manrope", Arial, sans-serif;
	color: var(--cannuna-graphite);
}

.cannuna-profile small,
.cannuna-slot small {
	color: rgba(38, 51, 52, 0.6);
}

.cannuna-slots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 20px;
}

.cannuna-slot {
	padding: 12px 8px;
	border: 1px solid var(--cannuna-border);
	border-radius: 12px;
	text-align: center;
}

.cannuna-slot--active {
	background: var(--care-brand);
	border-color: var(--care-brand);
}

.cannuna-slot--active strong,
.cannuna-slot--active small {
	color: var(--cannuna-white);
}

.cannuna-visual__card--status {
	right: -4px;
	bottom: 45px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 17px 20px;
	background: var(--cannuna-water);
	color: var(--care-brand);
	font-size: 13px;
	font-weight: 600;
}

.cannuna-status-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--cannuna-atlantic);
	box-shadow: 0 0 0 6px rgba(61, 127, 163, 0.16);
}

.cannuna-trust {
	background: var(--cannuna-white);
	border-top: 1px solid var(--cannuna-border);
	border-bottom: 1px solid var(--cannuna-border);
}

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

.cannuna-trust__item {
	padding: 30px 36px;
	border-right: 1px solid var(--cannuna-border);
}

.cannuna-trust__item:first-child {
	padding-left: 0;
}

.cannuna-trust__item:last-child {
	border-right: 0;
}

.cannuna-trust__item strong {
	display: block;
	margin-bottom: 5px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	color: var(--care-brand);
}

.cannuna-trust__item span {
	font-size: 13px;
	color: rgba(38, 51, 52, 0.64);
}

.cannuna-section {
	padding: 108px 0;
}

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

.cannuna-section__heading {
	max-width: 690px;
	margin-bottom: 48px;
}

.cannuna-section h2,
.cannuna-cta h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.1;
}

.cannuna-section__heading p,
.cannuna-care__content > p {
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.7;
	color: rgba(38, 51, 52, 0.68);
}

.cannuna-audiences {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.cannuna-audience {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	padding: 42px;
	border-radius: 28px;
	border: 1px solid var(--cannuna-border);
}

.cannuna-audience--patient {
	background: var(--cannuna-water);
}

.cannuna-audience--doctor {
	background: var(--care-brand);
	color: var(--cannuna-white);
}

.cannuna-audience__number {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 62px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.48);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.cannuna-audience h3 {
	margin: 0 0 13px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 29px;
	letter-spacing: -0.035em;
}

.cannuna-audience p {
	max-width: 430px;
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 1.7;
	opacity: 0.78;
}

.cannuna-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 700;
}

.cannuna-text-link span {
	transition: transform 0.2s ease;
}

.cannuna-text-link:hover span {
	transform: translateX(4px);
}

.cannuna-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
}

.cannuna-step {
	padding-top: 22px;
	border-top: 2px solid var(--cannuna-water);
}

.cannuna-step__index {
	display: block;
	margin-bottom: 40px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--cannuna-atlantic);
}

.cannuna-step h3 {
	margin: 0 0 12px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 21px;
	color: var(--care-brand);
}

.cannuna-step p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(38, 51, 52, 0.66);
}

.cannuna-care {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 78px;
	align-items: center;
}

.cannuna-care__panel {
	position: relative;
	min-height: 420px;
	border-radius: 30px;
	background: var(--cannuna-atlantic);
	overflow: hidden;
}

.cannuna-care__ring {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
}

.cannuna-care__ring--one {
	width: 250px;
	height: 250px;
	top: 40px;
	left: 52px;
}

.cannuna-care__ring--two {
	width: 220px;
	height: 220px;
	right: 30px;
	bottom: 20px;
}

.cannuna-care__center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: var(--cannuna-white);
	box-shadow: 0 20px 50px rgba(18, 63, 70, 0.22);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: var(--care-brand);
}

.cannuna-checks {
	display: grid;
	gap: 14px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.cannuna-checks li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
}

.cannuna-checks li::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--cannuna-water);
	color: var(--care-brand);
	font-size: 12px;
}

.cannuna-cta-wrap {
	padding: 0 0 90px;
	background: var(--cannuna-white);
}

.cannuna-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 60px;
	border-radius: 30px;
	background: var(--care-brand);
	color: var(--cannuna-white);
}

.cannuna-cta h2 {
	max-width: 690px;
	color: var(--cannuna-white);
}

.cannuna-footer {
	padding: 45px 0;
	background: var(--cannuna-graphite);
	color: rgba(255, 255, 255, 0.7);
}

.cannuna-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.cannuna-footer .cannuna-brand {
	color: var(--cannuna-white) !important;
}

.cannuna-footer .cannuna-mark::before {
	border-color: var(--cannuna-water);
}

.cannuna-footer__meta {
	font-size: 12px;
	text-align: right;
}

@media (max-width: 900px) {
	.cannuna-nav {
		display: none;
	}

	.cannuna-hero {
		padding-top: 70px;
	}

	.cannuna-hero__grid,
	.cannuna-care {
		grid-template-columns: 1fr;
	}

	.cannuna-visual {
		max-width: 560px;
		width: 100%;
		margin: 0 auto;
	}

	.cannuna-audience {
		min-height: 340px;
		padding: 34px;
	}

	.cannuna-care__panel {
		min-height: 360px;
	}
}

@media (max-width: 680px) {
	.admin-bar .cannuna-header {
		top: 46px;
	}

	.cannuna-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cannuna-header__inner {
		min-height: 72px;
	}

	.cannuna-brand {
		font-size: 23px;
	}

	.cannuna-header__login {
		min-height: 40px;
		padding: 0 16px;
	}

	.cannuna-hero {
		padding: 58px 0 62px;
	}

	.cannuna-hero h1 {
		font-size: 43px;
	}

	.cannuna-hero__lead {
		font-size: 16px;
	}

	.cannuna-actions .cannuna-button {
		width: 100%;
	}

	.cannuna-visual {
		min-height: 390px;
	}

	.cannuna-visual__halo {
		inset: 12px 0 14px 18px;
	}

	.cannuna-visual__card--main {
		top: 82px;
		padding: 22px;
	}

	.cannuna-visual__card--status {
		right: 4px;
		bottom: 28px;
	}

	.cannuna-trust__grid,
	.cannuna-audiences,
	.cannuna-steps {
		grid-template-columns: 1fr;
	}

	.cannuna-trust__item,
	.cannuna-trust__item:first-child {
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--cannuna-border);
	}

	.cannuna-trust__item:last-child {
		border-bottom: 0;
	}

	.cannuna-section {
		padding: 78px 0;
	}

	.cannuna-audience__number {
		margin-bottom: 42px;
	}

	.cannuna-step__index {
		margin-bottom: 20px;
	}

	.cannuna-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 38px 28px;
	}

	.cannuna-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.cannuna-footer__meta {
		text-align: left;
	}
}
