/* ==========================================================================
   DOCE ACORDO - HOME LANDING PAGE (SOLID COLORS & EXACT SPECIFIED IMAGES)
   ========================================================================== */

/* --- 1. Global Reset & Base Setup --- */
.da-landing-page-body {
	margin: 0;
	padding: 0;
	background-color: #0f1115;
	color: #1E293B;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	overflow-x: hidden;
}

.da-landing-main {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.da-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.text-center { text-align: center; }
.font-serif { font-family: "Georgia", "Times New Roman", serif; }
.font-sans { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
.font-script { font-family: "Baskerville", "Georgia", cursive; font-style: italic; }
.bold { font-weight: 700; }
.bold-red { font-weight: 800; color: #c51b0f; }

/* --- Public landing header --- */
.da-site-header {
	position: relative;
	z-index: 20;
	width: 100%;
	background: #000000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.da-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 68px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.da-site-header__brand {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	text-decoration: none;
}

.da-site-header__logo {
	display: block;
	width: auto;
	height: 48px;
	max-width: 150px;
	object-fit: contain;
}

.da-site-header__brand-text {
	color: #e0a72d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.da-site-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.da-site-header__signup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	background: #c51b0f;
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.da-site-header__signup:hover,
.da-site-header__signup:focus-visible {
	background: #a3160c;
	color: #ffffff;
	transform: translateY(-1px);
}

.da-site-header__login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: #14171f;
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.da-site-header__login:hover,
.da-site-header__login:focus-visible {
	background: #232834;
	border-color: rgba(255, 255, 255, 0.55);
	color: #ffffff;
	transform: translateY(-1px);
}

/* Background Utility Helpers */
.da-bg-white {
	background-color: #FFFFFF !important;
	color: #1E293B !important;
}

.da-bg-light-grey {
	background-color: #F8FAFC !important;
	color: #1E293B !important;
	border-top: 1px solid #E2E8F0;
	border-bottom: 1px solid #E2E8F0;
}

.da-title-dark {
	color: #0F172A !important;
}

/* --- Buttons & Links (Solid Red #c51b0f - No Gradients) --- */
.da-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
}

.da-btn-primary {
	background-color: #c51b0f;
	color: #FFFFFF;
	box-shadow: 0 4px 15px rgba(197, 27, 15, 0.35);
}

.da-btn-primary:hover {
	background-color: #a3160c;
	box-shadow: 0 6px 20px rgba(197, 27, 15, 0.5);
	transform: translateY(-2px);
}

.da-btn-outline {
	background-color: transparent;
	color: #FFFFFF;
	border: 2px solid #c51b0f;
}

.da-btn-outline:hover {
	background-color: rgba(197, 27, 15, 0.15);
	border-color: #a3160c;
	transform: translateY(-2px);
}

.da-btn-lg {
	padding: 16px 36px;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
}

.da-link-cta {
	display: inline-flex;
	align-items: center;
	color: #c51b0f;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.da-link-cta:hover {
	color: #a3160c;
	transform: translateX(4px);
}

/* --- Section Typography & Spacing --- */
.da-section {
	padding: 48px 0;
	position: relative;
}

.da-section-title {
	font-size: 1.65rem;
	font-weight: 800;
	color: #FFFFFF;
	margin: 0 0 24px 0;
	letter-spacing: -0.5px;
}

.da-badge-tag {
	display: inline-block;
	background-color: rgba(197, 27, 15, 0.15);
	border: 1px solid rgba(197, 27, 15, 0.4);
	color: #F87171;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

/* ==========================================================================
   2. HERO SECTION (DARK #0f1115)
   ========================================================================== */
.da-hero-section {
	position: relative;
	min-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0f1115;
	overflow: hidden;
	padding: 60px 0 40px 0;
}

.da-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.da-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	filter: brightness(0.65) contrast(1.1);
}

.da-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 17, 21, 0.75);
}

.da-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 800px;
}

.da-hero-title {
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1.2;
	color: #FFFFFF;
	margin: 0 0 16px 0;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.da-hero-subtitle {
	font-size: 1.15rem;
	color: #CBD5E1;
	margin: 0 0 32px 0;
	font-weight: 400;
}

.da-hero-actions {
	display: flex;
	justify-content: center;
}

/* ==========================================================================
   3. PRESS / LOGOS BAR (WHITE)
   ========================================================================== */
.da-press-bar {
	background-color: #FFFFFF;
	color: #1E293B;
	padding: 20px 0;
	border-bottom: 1px solid #E2E8F0;
}

.da-press-label {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 1px;
	color: #64748B;
	text-align: center;
	margin: 0 0 16px 0;
}

.da-press-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px 36px;
}

.da-press-bar-img {
	max-height: 30px;
	width: auto;
	object-fit: contain;
	opacity: 0.85;
	filter: grayscale(100%);
	transition: all 0.2s ease;
}

.da-press-bar-img:hover {
	opacity: 1;
	filter: grayscale(0%);
}

/* ==========================================================================
   4. ADVANTAGES SECTIONS (BABY & DADDY - WHITE BACKGROUND & MOBILE ORDERING)
   ========================================================================== */
.da-advantages-section {
	border-bottom: 1px solid #F1F5F9;
}

.da-advantages-grid {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Mobile Ordering: Sugar Daddy photos FIRST, text SECOND */
.da-daddy-photos {
	order: 1;
}

.da-daddy-features {
	order: 2;
}

/* Photo Grids (6 Miniatures) */
.da-photo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.da-photo-card {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	overflow: hidden;
	background-color: #F1F5F9;
	border: 1px solid #E2E8F0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.da-photo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
	display: block;
}

.da-photo-card:hover .da-photo-img {
	transform: scale(1.06);
}

/* Feature Items */
.da-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.da-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.da-feature-icon {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	background-color: rgba(197, 27, 15, 0.1);
	color: #c51b0f;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.da-feature-icon svg {
	width: 22px;
	height: 22px;
}

.da-feature-text h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0F172A;
	margin: 0 0 4px 0;
}

.da-feature-text p {
	font-size: 0.9rem;
	color: #475569;
	margin: 0;
}

.da-cta-link-wrapper {
	margin-top: 12px;
}

/* ==========================================================================
   5. PRESS CARDS SECTION (LIGHT GREY)
   ========================================================================== */
.da-press-cards-section {
	background-color: #F8FAFC;
}

.da-press-cards-wrapper {
	width: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 12px;
}

.da-press-cards-wrapper::-webkit-scrollbar {
	height: 6px;
}
.da-press-cards-wrapper::-webkit-scrollbar-thumb {
	background: #CBD5E1;
	border-radius: 10px;
}

.da-press-cards-grid {
	display: flex;
	gap: 16px;
}

.da-press-card {
	flex: 0 0 280px;
	scroll-snap-align: start;
	background-color: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.da-press-card-logo-wrap {
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.da-press-card-logo-img {
	max-height: 36px;
	max-width: 160px;
	object-fit: contain;
}

.da-press-card-quote {
	font-size: 0.9rem;
	color: #475569;
	margin: 0;
	line-height: 1.55;
}

/* ==========================================================================
   6. STATS SECTION (DARK #0f1115)
   ========================================================================== */
.da-stats-section {
	background-color: #0f1115;
	padding: 60px 0;
	color: #FFFFFF;
}

.da-stats-main-title {
	font-size: 2.8rem;
	font-weight: 900;
	color: #FFFFFF;
	margin: 0 0 8px 0;
}

.da-stats-subtitle {
	font-size: 1rem;
	color: #94A3B8;
	max-width: 600px;
	margin: 0 auto 36px auto;
}

.da-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}

.da-stat-box {
	background-color: #0B0F19;
	border: 1px solid rgba(197, 27, 15, 0.3);
	border-radius: 16px;
	padding: 20px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.da-stat-number {
	font-size: 1.8rem;
	font-weight: 900;
	color: #c51b0f;
	line-height: 1.1;
	margin-bottom: 4px;
}

.da-stat-desc {
	font-size: 0.85rem;
	color: #CBD5E1;
	font-weight: 500;
}

.da-stats-footnote {
	font-size: 0.85rem;
	color: #64748B;
	margin-bottom: 28px;
}

.da-stats-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 380px;
	margin: 0 auto;
}

/* ==========================================================================
   7. EDITORIAL SECTION (DARK #0f1115 & CARDS #0B0F19)
   ========================================================================== */
.da-editorial-section {
	background-color: #0f1115;
	color: #FFFFFF;
}

.da-editorial-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.da-editorial-header .da-section-title {
	margin-bottom: 0;
	color: #FFFFFF;
}

.da-editorial-link-all {
	color: #c51b0f;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
}

.da-editorial-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.da-editorial-card {
	position: relative;
	background-color: #0B0F19;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease;
}

.da-editorial-card:hover {
	transform: translateY(-4px);
}

.da-editorial-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	width: 28px;
	height: 28px;
	background-color: #c51b0f;
	color: #FFFFFF;
	border-radius: 6px;
	font-weight: 800;
	font-size: 0.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.da-editorial-img-wrap {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background-color: #0F172A;
}

.da-editorial-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

.da-editorial-card:hover .da-editorial-img {
	transform: scale(1.06);
}

.da-editorial-content {
	padding: 16px 20px 20px 20px;
}

.da-editorial-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	line-height: 1.35;
}

.da-editorial-excerpt {
	font-size: 0.9rem;
	color: #94A3B8;
	margin: 0;
	line-height: 1.55;
}

/* ==========================================================================
   8. SEO & EXPLICATIVE CONTENT (WHITE BACKGROUND)
   ========================================================================== */
.da-seo-section {
	padding: 56px 0;
}

.da-seo-dark-text p {
	font-size: 0.95rem;
	color: #475569;
	line-height: 1.7;
	margin: 0 0 16px 0;
}

.da-seo-dark-text p:last-child {
	margin-bottom: 0;
}

.da-seo-dark-text strong {
	color: #0F172A;
}

/* ==========================================================================
   9. CTA BANNER SECTION (#0f1115 SECTION & #0B0F19 CARD)
   ========================================================================== */
.da-cta-banner-section {
	background-color: #0f1115;
}

.da-cta-banner-card {
	background-color: #0B0F19;
	border: 1px solid rgba(197, 27, 15, 0.3);
	border-radius: 24px;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.da-cta-banner-text h2 {
	font-size: 1.6rem;
	font-weight: 900;
	color: #FFFFFF;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.da-cta-banner-text p {
	font-size: 0.95rem;
	color: #CBD5E1;
	margin: 0 0 24px 0;
}

.da-cta-banner-img-wrap {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	max-height: 220px;
}

.da-cta-banner-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ==========================================================================
   10. CITIES SECTION (DARK #0f1115)
   ========================================================================== */
.da-cities-section {
	background-color: #0f1115;
	color: #FFFFFF;
}

.da-cities-subtitle {
	font-size: 0.9rem;
	color: #94A3B8;
	margin: -16px 0 24px 0;
}

.da-cities-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.da-city-pill {
	background-color: #0B0F19;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #E2E8F0;
	padding: 10px 18px;
	border-radius: 30px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.da-city-pill:hover {
	background-color: #c51b0f;
	border-color: #c51b0f;
	color: #FFFFFF;
}

.da-pill-more {
	border-color: #c51b0f;
	color: #c51b0f;
}

/* ==========================================================================
   11. SECURITY & FOOTER INFO (DARK #0f1115)
   ========================================================================== */
.da-security-footer-section {
	background-color: #0f1115;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	color: #FFFFFF;
}

.da-security-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #F8FAFC;
	margin: 0 0 8px 0;
}

.da-security-subtitle {
	font-size: 0.85rem;
	color: #64748B;
	margin: 0 0 24px 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.da-security-badges {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}

.da-sec-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	color: #94A3B8;
	background-color: #0B0F19;
	padding: 8px 16px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.da-sec-badge svg {
	width: 16px;
	height: 16px;
	fill: #c51b0f;
}

/* ==========================================================================
   DESKTOP / TABLET RESPONSIVE OVERRIDES (MIN-WIDTH: 768px)
   ========================================================================== */
@media (min-width: 768px) {
	.da-site-header__inner {
		min-height: 78px;
	}

	.da-site-header__logo {
		height: 58px;
		max-width: 190px;
	}

	.da-site-header__signup,
	.da-site-header__login {
		min-height: 44px;
		padding-inline: 22px;
		font-size: 0.95rem;
	}

	.da-section {
		padding: 72px 0;
	}

	.da-hero-section {
		min-height: 75vh;
	}

	.da-hero-title {
		font-size: 3.2rem;
	}

	.da-hero-subtitle {
		font-size: 1.35rem;
	}

	.da-advantages-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 48px;
	}

	/* Sugar Daddy Desktop 2-column layout: Features on Left (col 1), Photos on Right (col 2) */
	.da-grid-reverse .da-daddy-features {
		order: 1;
		grid-column: 1;
	}

	.da-grid-reverse .da-daddy-photos {
		order: 2;
		grid-column: 2;
	}

	.da-press-cards-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.da-press-card {
		flex: none;
	}

	.da-stats-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.da-stat-number {
		font-size: 2.4rem;
	}

	.da-stats-actions {
		flex-direction: row;
		justify-content: center;
		max-width: none;
	}

	.da-editorial-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.da-cta-banner-card {
		flex-direction: row;
		align-items: center;
		padding: 48px 40px;
	}

	.da-cta-banner-text {
		flex: 1;
	}

	.da-cta-banner-img-wrap {
		flex: 0 0 320px;
		max-height: 280px;
	}

	.da-security-badges {
		flex-direction: row;
		justify-content: center;
	}
}
