/* =====================================================
   Delivery Page Foundation
===================================================== */

.totoland-delivery-page {
	background: #F8FAFC;
	color: #111827;
}

.totoland-delivery-container {
	width: min(100% - 32px, 1240px);
	margin-right: auto;
	margin-left: auto;
}

.totoland-delivery-section {
	padding: 68px 0;
}

.totoland-delivery-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #F2FBFF;
	color: #007FAF;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.totoland-delivery-section-heading {
	max-width: 790px;
	margin-bottom: 28px;
}

.totoland-delivery-section-heading h2,
.totoland-delivery-method-header h2,
.totoland-delivery-split-content h2 {
	margin: 12px 0;
	color: #111827;
	font-size: clamp(28px, 4.5vw, 44px);
	font-weight: 900;
	line-height: 1.12;
}

.totoland-delivery-section-heading p,
.totoland-delivery-method-header p,
.totoland-delivery-split-content > p {
	margin: 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.75;
}

.totoland-delivery-button {
	min-height: 48px;
	padding: 11px 18px;
	border: 2px solid transparent;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	transition:
		transform .2s ease,
		background-color .2s ease,
		border-color .2s ease;
}

.totoland-delivery-button:hover {
	transform: translateY(-2px);
}

.totoland-delivery-button--primary {
	background: #00AEEF;
	color: #FFFFFF;
}

.totoland-delivery-button--primary:hover {
	background: #111827;
	color: #FFFFFF;
}

.totoland-delivery-button--whatsapp {
	background: #25D366;
	color: #FFFFFF;
}

.totoland-delivery-button--outline {
	border-color: #111827;
	background: #FFFFFF;
	color: #111827;
}

.totoland-delivery-section-action {
	margin-top: 28px;
}

/* =====================================================
   Hero
===================================================== */

.totoland-delivery-hero {
	padding: 72px 0;
	background:
		linear-gradient(
			135deg,
			rgba(0, 174, 239, .14),
			rgba(255, 90, 165, .11)
		);
}

.totoland-delivery-hero-inner {
	min-height: 430px;
	display: flex;
	align-items: center;
	gap: 48px;
}

.totoland-delivery-hero-content {
	flex: 1 1 56%;
	min-width: 0;
}

.totoland-delivery-hero-media {
	flex: 1 1 44%;
	min-width: 0;
}

.totoland-delivery-hero h1 {
	margin: 14px 0 15px;
	color: #111827;
	font-size: clamp(40px, 6vw, 68px);
	font-weight: 900;
	line-height: 1.02;
}

.totoland-delivery-hero-tagline {
	margin: 0 0 14px;
	color: #007FAF;
	font-size: 18px;
	font-weight: 900;
}

.totoland-delivery-hero-intro {
	margin: 0;
	color: #475467;
	font-size: 16px;
	line-height: 1.75;
}

.totoland-delivery-hero-highlights {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.totoland-delivery-hero-highlights li {
	flex: 1 1 calc(50% - 18px);
	color: #475467;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 800;
}

.totoland-delivery-hero-highlights i {
	color: #00AEEF;
}

.totoland-delivery-hero-actions {
	margin-top: 27px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* =====================================================
   Image Placeholders
===================================================== */

.totoland-delivery-media {
	overflow: hidden;
	width: 100%;
	margin: 0;
	border-radius: 22px;
	background: #FFFFFF;
	box-shadow: 0 14px 38px rgba(17, 24, 39, .08);
}

.totoland-delivery-media--16-10 {
	aspect-ratio: 16 / 10;
}

.totoland-delivery-media--16-9 {
	aspect-ratio: 16 / 9;
}

.totoland-delivery-media--4-3 {
	aspect-ratio: 4 / 3;
}

.totoland-delivery-media--1-1 {
	aspect-ratio: 1 / 1;
}

.totoland-delivery-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.totoland-delivery-image-placeholder {
	width: 100%;
	height: 100%;
	min-height: 240px;
	padding: 28px;
	border: 2px dashed #CBD5E1;
	background:
		linear-gradient(
			135deg,
			#F2FBFF,
			#FFF5FA
		);
	color: #667085;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.totoland-delivery-image-placeholder-content i {
	margin-bottom: 13px;
	color: #00AEEF;
	font-size: 36px;
}

.totoland-delivery-image-placeholder-content strong {
	display: block;
	margin-bottom: 8px;
	color: #111827;
	font-size: 17px;
}

.totoland-delivery-image-placeholder-content p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
}

.totoland-delivery-image-placeholder-content small {
	display: block;
	margin-top: 9px;
	color: #667085;
}

/* =====================================================
   Overview Cards
===================================================== */

.totoland-delivery-overview-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.totoland-delivery-overview-card {
	flex: 1 1 calc(25% - 18px);
	min-width: 245px;
	padding: 24px;
	border: 1px solid #E5E7EB;
	border-radius: 18px;
	background: #FFFFFF;
	box-shadow: 0 9px 26px rgba(17, 24, 39, .05);
}

.totoland-delivery-card-icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #F2FBFF;
	color: #00AEEF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.totoland-delivery-overview-card h3 {
	margin: 16px 0 8px;
	color: #111827;
	font-size: 18px;
	font-weight: 900;
}

.totoland-delivery-overview-card p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.65;
}

/* =====================================================
   Delivery Methods
===================================================== */

.totoland-delivery-method {
	margin: 22px 0;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #E5E7EB;
	border-radius: 24px;
	background: #FFFFFF;
}

.totoland-delivery-method-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
}

.totoland-delivery-method-header > div:first-child {
	max-width: 760px;
}

.totoland-delivery-price-badge {
	flex: 0 0 auto;
	min-width: 150px;
	padding: 18px;
	border-radius: 18px;
	background: #FFF9E8;
	text-align: center;
}

.totoland-delivery-price-badge span {
	display: block;
	color: #667085;
	font-size: 12px;
	font-weight: 800;
}

.totoland-delivery-price-badge strong {
	display: block;
	margin-top: 5px;
	color: #111827;
	font-size: 28px;
	font-weight: 900;
}

.totoland-delivery-method-grid {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.totoland-delivery-method-card {
	flex: 1 1 calc(33.333% - 16px);
	min-width: 240px;
	padding: 20px;
	border-radius: 16px;
	background: #F8FAFC;
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.totoland-delivery-method-card > span {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	border-radius: 14px;
	background: #FFFFFF;
	color: #00AEEF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.totoland-delivery-method-card h3 {
	margin: 0 0 6px;
	color: #111827;
	font-size: 16px;
	font-weight: 900;
}

.totoland-delivery-method-card p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

.totoland-delivery-notice {
	margin-top: 24px;
	padding: 16px 18px;
	border-left: 4px solid #FFC83D;
	border-radius: 0 14px 14px 0;
	background: #FFFDF5;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.totoland-delivery-notice i {
	margin-top: 3px;
	color: #B77900;
}

.totoland-delivery-notice p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

/* =====================================================
   Nairobi Estates Steps
===================================================== */

.totoland-delivery-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.totoland-delivery-step {
	position: relative;
	flex: 1 1 calc(33.333% - 18px);
	min-width: 250px;
	padding: 24px;
	border: 1px solid #E5E7EB;
	border-radius: 18px;
	background: #FFFFFF;
}

.totoland-delivery-step-number {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #111827;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 900;
}

.totoland-delivery-step-icon {
	width: 50px;
	height: 50px;
	border-radius: 16px;
	background: #FFF5FA;
	color: #FF5AA5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

.totoland-delivery-step h3 {
	margin: 16px 0 7px;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
}

.totoland-delivery-step p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

.totoland-delivery-payment-summary,
.totoland-delivery-payment-breakdown {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.totoland-delivery-payment-summary > div,
.totoland-delivery-payment-breakdown > div {
	flex: 1 1 calc(50% - 14px);
	min-width: 260px;
	padding: 18px;
	border-radius: 15px;
	background: #F8FAFC;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.totoland-delivery-payment-summary i,
.totoland-delivery-payment-breakdown i {
	margin-top: 2px;
	color: #00AEEF;
}

.totoland-delivery-payment-summary span,
.totoland-delivery-payment-breakdown span {
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

.totoland-delivery-payment-summary strong,
.totoland-delivery-payment-breakdown strong {
	display: block;
	color: #111827;
}

/* =====================================================
   Countrywide Courier
===================================================== */

.totoland-delivery-countrywide-layout {
	display: flex;
	align-items: flex-start;
	gap: 26px;
}

.totoland-delivery-countrywide-process {
	flex: 1 1 60%;
	min-width: 0;
}

.totoland-delivery-countrywide-summary {
	flex: 1 1 40%;
	min-width: 280px;
	padding: 24px;
	border-radius: 19px;
	background: #F8FAFC;
}

.totoland-delivery-countrywide-process > h3,
.totoland-delivery-countrywide-summary > h3 {
	margin: 0 0 18px;
	color: #111827;
	font-size: 21px;
	font-weight: 900;
}

.totoland-delivery-numbered-process {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.totoland-delivery-numbered-process li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.totoland-delivery-numbered-process li > span {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border-radius: 50%;
	background: #00AEEF;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
}

.totoland-delivery-numbered-process h4 {
	margin: 0 0 4px;
	color: #111827;
	font-size: 15px;
	font-weight: 900;
}

.totoland-delivery-numbered-process p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

.totoland-delivery-countrywide-payment {
	margin-bottom: 14px;
	padding: 15px;
	border-radius: 14px;
	background: #FFFFFF;
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.totoland-delivery-countrywide-payment i {
	color: #00AEEF;
}

.totoland-delivery-countrywide-payment strong {
	color: #111827;
}

.totoland-delivery-countrywide-payment p {
	margin: 4px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.55;
}

.totoland-delivery-countrywide-summary h4 {
	margin: 18px 0 10px;
	color: #111827;
	font-size: 15px;
	font-weight: 900;
}

.totoland-delivery-countrywide-summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.totoland-delivery-countrywide-summary li {
	color: #667085;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
}

.totoland-delivery-countrywide-summary li i {
	margin-top: 3px;
	color: #58C63A;
}

/* =====================================================
   Countrywide Pay on Delivery
===================================================== */

.totoland-delivery-pod {
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 24px;
	background:
		linear-gradient(
			135deg,
			#F2FBFF,
			#FFFFFF
		);
}

.totoland-delivery-pod-couriers {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.totoland-delivery-pod-couriers > div {
	flex: 1 1 220px;
	padding: 15px;
	border: 1px solid #DCEAF1;
	border-radius: 14px;
	background: #FFFFFF;
	color: #475467;
	display: flex;
	align-items: center;
	gap: 9px;
	font-weight: 800;
}

.totoland-delivery-pod-couriers i {
	color: #00AEEF;
}

.totoland-delivery-pod-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.totoland-delivery-pod-step {
	position: relative;
	padding: 18px;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	background: #FFFFFF;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.totoland-delivery-pod-step-number {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	background: #111827;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 900;
}

.totoland-delivery-pod-step-icon {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 14px;
	background: #FFF5FA;
	color: #FF5AA5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.totoland-delivery-pod-step h3 {
	margin: 0 0 5px;
	color: #111827;
	font-size: 16px;
	font-weight: 900;
}

.totoland-delivery-pod-step p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

/* =====================================================
   Large and Bulky Items
===================================================== */

.totoland-delivery-large-items-layout {
	display: flex;
	align-items: stretch;
	gap: 22px;
}

.totoland-delivery-large-product-grid {
	flex: 1 1 65%;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.totoland-delivery-large-product {
	flex: 1 1 calc(33.333% - 14px);
	min-width: 180px;
	padding: 20px;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 11px;
}

.totoland-delivery-large-product i {
	color: #FF5AA5;
	font-size: 20px;
}

.totoland-delivery-large-product span {
	color: #111827;
	font-weight: 900;
}

.totoland-delivery-large-summary {
	flex: 1 1 35%;
	min-width: 280px;
	padding: 24px;
	border-radius: 18px;
	background: #FFF9E8;
}

.totoland-delivery-large-summary h3 {
	margin: 0 0 16px;
	color: #111827;
	font-size: 18px;
	font-weight: 900;
}

.totoland-delivery-large-summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.totoland-delivery-large-summary li {
	color: #667085;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
}

.totoland-delivery-large-summary i {
	margin-top: 3px;
	color: #58C63A;
}

.totoland-delivery-inline-links {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.totoland-delivery-inline-links a {
	color: #007FAF;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

/* =====================================================
   Delivery Process Timeline
===================================================== */

.totoland-delivery-process-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.totoland-delivery-process-step {
	position: relative;
	flex: 1 1 calc(25% - 16px);
	min-width: 230px;
	padding: 22px;
	border: 1px solid #E5E7EB;
	border-radius: 18px;
	background: #FFFFFF;
	opacity: 1;
	transform: none;
}

.totoland-delivery-process-number {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #111827;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 900;
}

.totoland-delivery-process-icon {
	width: 50px;
	height: 50px;
	border-radius: 16px;
	background: #F4FFF1;
	color: #58C63A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

.totoland-delivery-process-step h3 {
	margin: 16px 0 7px;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
}

.totoland-delivery-process-step p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

/* =====================================================
   Packaging
===================================================== */

.totoland-delivery-split {
	display: flex;
	align-items: center;
	gap: 38px;
}

.totoland-delivery-split-content,
.totoland-delivery-split-media {
	flex: 1 1 50%;
	min-width: 0;
}

.totoland-delivery-packaging-grid {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.totoland-delivery-packaging-card {
	flex: 1 1 calc(50% - 14px);
	min-width: 240px;
	padding: 17px;
	border: 1px solid #E5E7EB;
	border-radius: 15px;
	background: #FFFFFF;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.totoland-delivery-packaging-card > i {
	margin-top: 2px;
	color: #00AEEF;
	font-size: 18px;
}

.totoland-delivery-packaging-card h3 {
	margin: 0 0 5px;
	color: #111827;
	font-size: 15px;
	font-weight: 900;
}

.totoland-delivery-packaging-card p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.55;
}

/* =====================================================
   Delivery Coverage
===================================================== */

.totoland-delivery-coverage-layout {
	display: flex;
	align-items: stretch;
	gap: 24px;
}

.totoland-delivery-coverage-grid {
	flex: 1 1 65%;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.totoland-delivery-coverage-card {
	flex: 1 1 calc(50% - 14px);
	min-width: 240px;
	padding: 22px;
	border: 1px solid #E5E7EB;
	border-radius: 17px;
	background: #FFFFFF;
}

.totoland-delivery-coverage-card i {
	color: #00AEEF;
	font-size: 22px;
}

.totoland-delivery-coverage-card h3 {
	margin: 13px 0 7px;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
}

.totoland-delivery-coverage-card p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

.totoland-delivery-map-placeholder {
	flex: 1 1 35%;
	min-width: 280px;
	padding: 30px;
	border: 2px dashed #CBD5E1;
	border-radius: 20px;
	background:
		linear-gradient(
			135deg,
			#F2FBFF,
			#FFF5FA
		);
	color: #667085;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.totoland-delivery-map-placeholder i {
	margin-bottom: 14px;
	color: #00AEEF;
	font-size: 38px;
}

.totoland-delivery-map-placeholder strong {
	color: #111827;
	font-size: 18px;
}

.totoland-delivery-map-placeholder p {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.6;
}

/* =====================================================
   Delivery Support
===================================================== */

.totoland-delivery-support-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.totoland-delivery-support-card {
	flex: 1 1 calc(20% - 16px);
	min-width: 210px;
	padding: 22px;
	border: 1px solid #E5E7EB;
	border-radius: 17px;
	background: #FFFFFF;
	box-shadow: 0 8px 22px rgba(17, 24, 39, .04);
}

.totoland-delivery-support-card > i {
	color: #00AEEF;
	font-size: 23px;
}

.totoland-delivery-support-card h3 {
	margin: 14px 0 7px;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
}

.totoland-delivery-support-card p {
	margin: 0 0 8px;
	color: #667085;
	font-size: 13px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.totoland-delivery-support-card a {
	color: #007FAF;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.totoland-delivery-support-card > span {
	color: #667085;
	font-size: 13px;
}

/* =====================================================
   Accessibility
===================================================== */

.totoland-delivery-page a:focus-visible,
.totoland-delivery-page button:focus-visible {
	outline: 3px solid #FFC83D;
	outline-offset: 4px;
}

/* =====================================================
   Responsive
===================================================== */

@media (max-width: 991px) {
	.totoland-delivery-hero-inner,
	.totoland-delivery-countrywide-layout,
	.totoland-delivery-large-items-layout,
	.totoland-delivery-split,
	.totoland-delivery-coverage-layout {
		flex-direction: column;
		align-items: stretch;
	}

	.totoland-delivery-method-header {
		flex-direction: column;
	}

	.totoland-delivery-price-badge {
		align-self: flex-start;
	}

	.totoland-delivery-countrywide-summary,
	.totoland-delivery-large-summary,
	.totoland-delivery-map-placeholder {
		min-width: 0;
	}

	.totoland-delivery-overview-card,
	.totoland-delivery-process-step,
	.totoland-delivery-support-card {
		flex-basis: calc(50% - 16px);
	}
}

@media (max-width: 767px) {
	.totoland-delivery-container {
		width: min(100% - 24px, 1240px);
	}

	.totoland-delivery-section {
		padding: 46px 0;
	}

	.totoland-delivery-hero {
		padding: 48px 0;
	}

	.totoland-delivery-hero-highlights,
	.totoland-delivery-hero-actions,
	.totoland-delivery-payment-summary,
	.totoland-delivery-payment-breakdown,
	.totoland-delivery-inline-links {
		flex-direction: column;
	}

	.totoland-delivery-hero-highlights li,
	.totoland-delivery-overview-card,
	.totoland-delivery-method-card,
	.totoland-delivery-step,
	.totoland-delivery-large-product,
	.totoland-delivery-process-step,
	.totoland-delivery-packaging-card,
	.totoland-delivery-coverage-card,
	.totoland-delivery-support-card {
		flex-basis: 100%;
		min-width: 0;
	}

	.totoland-delivery-button {
		width: 100%;
	}

	.totoland-delivery-method,
	.totoland-delivery-pod {
		padding-right: 20px;
		padding-left: 20px;
		border-radius: 20px;
	}

	.totoland-delivery-pod-step {
		flex-wrap: wrap;
	}

	.totoland-delivery-map-placeholder {
		min-height: 280px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.totoland-delivery-button {
		transition: none;
	}
}
/* =====================================================
   Delivery FAQ
===================================================== */

.totoland-delivery-faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.totoland-delivery-faq-item {
	overflow: hidden;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0 8px 22px rgba(17, 24, 39, .04);
}

.totoland-delivery-faq-item h3 {
	margin: 0;
}

.totoland-delivery-faq-toggle {
	width: 100%;
	min-height: 60px;
	padding: 16px 18px;
	border: 0;
	background: #FFFFFF;
	color: #111827;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}

.totoland-delivery-faq-toggle:hover {
	background: #F8FAFC;
}

.totoland-delivery-faq-toggle i {
	flex: 0 0 auto;
	color: #00AEEF;
	transition: transform .2s ease;
}

.totoland-delivery-faq-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.totoland-delivery-faq-panel {
	padding: 0 18px 18px;
}

.totoland-delivery-faq-panel p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.75;
}

/* =====================================================
   Delivery CTA
===================================================== */

.totoland-delivery-cta {
	margin-bottom: 70px;
}

.totoland-delivery-cta-inner {
	overflow: hidden;
	padding: 34px;
	border-radius: 26px;
	background:
		linear-gradient(
			135deg,
			rgba(0, 174, 239, .13),
			rgba(255, 90, 165, .13)
		);
	display: flex;
	align-items: center;
	gap: 34px;
}

.totoland-delivery-cta-content {
	flex: 1 1 58%;
	min-width: 0;
}

.totoland-delivery-cta-media {
	flex: 1 1 42%;
	min-width: 0;
}

.totoland-delivery-cta h2 {
	margin: 12px 0;
	color: #111827;
	font-size: clamp(30px, 5vw, 46px);
	font-weight: 900;
	line-height: 1.08;
}

.totoland-delivery-cta-content > p {
	max-width: 680px;
	margin: 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.75;
}

.totoland-delivery-cta-actions {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* =====================================================
   Trust Badges on Delivery Page
===================================================== */

.totoland-delivery-page .totoland-trust-badges {
	margin: 32px 0 50px;
}

/* =====================================================
   Optional Reveal Effects
===================================================== */

[data-totoland-delivery-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity .45s ease,
		transform .45s ease;
}

[data-totoland-delivery-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.totoland-delivery-process-step {
	transition:
		opacity .4s ease,
		transform .4s ease,
		box-shadow .2s ease;
}

.js .totoland-delivery-process-step {
	opacity: 0;
	transform: translateY(16px);
}

.js .totoland-delivery-process-step.is-visible {
	opacity: 1;
	transform: none;
}

.totoland-delivery-process-step:hover {
	box-shadow: 0 14px 30px rgba(17, 24, 39, .08);
}

/* =====================================================
   Part 3 Responsive
===================================================== */

@media (max-width: 900px) {
	.totoland-delivery-cta-inner {
		flex-direction: column;
		align-items: stretch;
	}

	.totoland-delivery-cta-content,
	.totoland-delivery-cta-media {
		width: 100%;
		flex-basis: auto;
	}
}

@media (max-width: 767px) {
	.totoland-delivery-faq-toggle {
		padding: 15px;
		font-size: 14px;
	}

	.totoland-delivery-faq-panel {
		padding: 0 15px 16px;
	}

	.totoland-delivery-cta {
		margin-bottom: 48px;
	}

	.totoland-delivery-cta-inner {
		padding: 22px;
		border-radius: 20px;
	}

	.totoland-delivery-cta-actions {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.totoland-delivery-faq-toggle i,
	[data-totoland-delivery-reveal],
	.totoland-delivery-process-step {
		transition: none;
	}

	[data-totoland-delivery-reveal],
	.js .totoland-delivery-process-step {
		opacity: 1;
		transform: none;
	}
}
.page-template-page-delivery .title-size-default,
.page-template-page-delivery .page-title,
.page-template-page-delivery .wd-page-title,
.page-template-page-delivery .wd-title-bar {
    display: none !important;
}