.gaido-product-sheet {
	margin-bottom: 2rem;
}

.gaido-product-sheet__layout {
	display: grid;
	gap: 1.5rem;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.gaido-product-sheet__layout {
		grid-template-columns: minmax(280px, 380px) 1fr;
		align-items: start;
	}
}

.gaido-product-sheet__aside {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.gaido-product-sheet__media {
	line-height: 0;
}

.gaido-product-sheet__media img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	max-height: 360px;
}

.gaido-product-sheet__main {
	min-width: 0;
}

.gaido-product-sheet__title {
	margin: 0 0 20px 0;
	font-size: 1.75rem;
	line-height: 1.25;
	font-weight: 700;
}

.gaido-product-sheet__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.gaido-product-sheet__card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem 1.25rem;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s, transform 0.2s;
}

.gaido-product-sheet__card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.gaido-product-sheet__card-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(135deg, #64748b, #475569);
}

.gaido-product-sheet__card--date .gaido-product-sheet__card-icon {
	background: linear-gradient(135deg, #6366f1, #4f46e5);
}

.gaido-product-sheet__card--location .gaido-product-sheet__card-icon {
	background: linear-gradient(135deg, #0d9488, #0f766e);
}

.gaido-product-sheet__location-partner {
	display: block;
	font-weight: 600;
	color: #111827;
	margin-bottom: 0.25rem;
}

.gaido-product-sheet__location-phone {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.9375rem;
	color: #0d9488;
	text-decoration: none;
}

.gaido-product-sheet__location-phone:hover {
	text-decoration: underline;
}

.gaido-product-sheet__card--cancel .gaido-product-sheet__card-icon {
	background: linear-gradient(135deg, #f59e0b, #d97706);
}

.gaido-product-sheet__card--duration .gaido-product-sheet__card-icon {
	background: linear-gradient(135deg, #6366f1, #4f46e5);
}

.gaido-product-sheet__card--participants .gaido-product-sheet__card-icon {
	background: linear-gradient(135deg, #10b981, #059669);
}

.gaido-product-sheet__card--price .gaido-product-sheet__card-icon {
	background: linear-gradient(135deg, #ec4899, #db2777);
}

.gaido-product-sheet__card-icon svg {
	width: 22px;
	height: 22px;
}

.gaido-product-sheet__card-content {
	flex: 1;
	min-width: 0;
}

.gaido-product-sheet__card-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #6b7280;
	margin-bottom: 0.25rem;
}

.gaido-product-sheet__card-value {
	font-size: 1rem;
	font-weight: 600;
	color: #111827;
}

.gaido-product-sheet__card-value--price {
	font-size: 1.25rem;
	color: #059669;
}

.gaido-product-sheet__card-note {
	display: block;
	font-size: 0.75rem;
	color: #374151;
	margin-top: 0.35rem;
	line-height: 1.3;
}

.gaido-product-sheet__card-value--link {
	color: #0d9488;
	text-decoration: none;
}

.gaido-product-sheet__card-value--link:hover {
	text-decoration: underline;
}

.gaido-product-sheet__add-calendar {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #0d9488;
	text-decoration: none;
}

.gaido-product-sheet__add-calendar:hover {
	text-decoration: underline;
}

.gaido-product-sheet__already-registered {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1d4ed8;
	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 0.5rem;
}

.gaido-product-sheet__already-registered::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: transparent;
	color: #2563eb;
	font-size: 14px;
	line-height: 1;
}

.gaido-product-sheet__cancel-link {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #b91c1c;
	text-decoration: none;
}

.gaido-product-sheet__cancel-link:hover {
	text-decoration: underline;
}

.gaido-product-sheet__share {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e5e7eb;
}

.gaido-product-sheet__share--compact {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
	font-size: 0.75em;
}

.gaido-product-sheet__share--compact .gaido-product-sheet__share-label {
	margin-bottom: 0.5rem;
}

.gaido-product-sheet__share--compact .gaido-product-sheet__share-btn {
	width: 33px;
	height: 33px;
}

.gaido-product-sheet__share--compact .gaido-product-sheet__share-btn svg {
	width: 16px;
	height: 16px;
}

.gaido-product-sheet__share-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #6b7280;
	margin-bottom: 0.75rem;
}

.gaido-product-sheet__share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.gaido-product-sheet__share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: #e5e7eb;
	color: #374151;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s, background 0.15s;
}

.gaido-product-sheet__share-btn:hover {
	transform: scale(1.08);
}

.gaido-product-sheet__share-btn svg {
	width: 22px;
	height: 22px;
}

.gaido-product-sheet__share-btn--facebook {
	background: #1877f2;
	color: #fff;
}

.gaido-product-sheet__share-btn--whatsapp {
	background: #25d366;
	color: #fff;
}

.gaido-product-sheet__share-btn--instagram {
	background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
	color: #fff;
}

.gaido-product-sheet__share-btn--email {
	background: #6b7280;
	color: #fff;
}

.gaido-product-sheet__share-copy-msg {
	font-size: 0.75rem;
	margin-left: 0.25rem;
	font-weight: 600;
	color: #059669;
}

.gaido-product-sheet__card-value--progress {
	display: block;
}

.gaido-product-sheet__progress-text {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 700;
}

.gaido-product-sheet__progress-track {
	height: 10px;
	background: #e5e7eb;
	border-radius: 999px;
	overflow: hidden;
	position: relative;
}

.gaido-product-sheet__progress-fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 999px;
	transition: width 0.4s ease, background 0.3s ease;
}

.gaido-product-sheet__progress-fill--below-min {
	background: #fcd34d;
}

.gaido-product-sheet__progress-fill--reached-min {
	background: #10b981;
}

.gaido-product-sheet__progress-fill--full {
	background: #111827;
}

.gaido-product-sheet__progress-min-label {
	display: block;
	font-size: 0.75rem;
	color: #6b7280;
	margin-top: 0.35rem;
}

.gaido-product-sheet__join {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	padding: 1rem 0;
	border-top: 1px solid #e5e7eb;
}

.gaido-product-sheet__join-price {
	font-size: 1.35rem;
	font-weight: 700;
	color: #059669;
}

.gaido-product-sheet__join-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(135deg, #d57acf 0%, #c159bb 50%, #a645a0 100%);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: box-shadow 0.25s ease, transform 0.2s ease, opacity 0.2s ease;
	box-shadow: 0 2px 8px rgba(193, 89, 187, 0.35);
	transform: translateY(0);
}

.gaido-product-sheet .gaido-product-sheet__join-btn:not(.gaido-product-sheet__join-btn--disabled),
.gaido-product-sheet .gaido-product-sheet__join-btn.button.add_to_cart_button {
	background: linear-gradient(135deg, #d57acf 0%, #c159bb 50%, #a645a0 100%) !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(193, 89, 187, 0.35);
}

.gaido-product-sheet .gaido-product-sheet__join-btn:not(.gaido-product-sheet__join-btn--disabled):hover,
.gaido-product-sheet .gaido-product-sheet__join-btn.button.add_to_cart_button:hover {
	background: linear-gradient(135deg, #c159bb 0%, #a645a0 50%, #873b85 100%) !important;
	color: #fff !important;
	box-shadow: 0 6px 20px rgba(193, 89, 187, 0.45);
	transform: translateY(-1px);
}

.gaido-product-sheet .gaido-product-sheet__join-btn:not(.gaido-product-sheet__join-btn--disabled):focus-visible,
.gaido-product-sheet .gaido-product-sheet__join-btn.button.add_to_cart_button:focus-visible {
	background: linear-gradient(135deg, #c159bb 0%, #a645a0 50%, #873b85 100%) !important;
	color: #fff !important;
	box-shadow: 0 0 0 4px rgba(193, 89, 187, 0.25), 0 6px 20px rgba(193, 89, 187, 0.45);
	transform: translateY(-1px);
	outline: none;
}

.gaido-product-sheet__join-btn--disabled {
	background: #6b7280;
	color: #fff;
	cursor: default;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gaido-product-sheet__description {
	margin-top: 1.5rem;
	padding: 1.25rem 1.5rem;
	background: #f9fafb;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
}

.gaido-product-sheet__description-title {
	margin: 0 0 0.75rem 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #111827;
}

.gaido-product-sheet__description-body {
	line-height: 1.65;
	color: #374151;
}

.gaido-product-sheet__description-body p:first-child {
	margin-top: 0;
}

.gaido-product-sheet__description-body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.gaido-product-sheet__cards {
		grid-template-columns: 1fr;
	}

}
