/*
Theme Name: Blocksy Child
Theme URI: https://edecor.ro
Description: Child theme for Blocksy theme on edecor.ro
Author: eDecor
Author URI: https://edecor.ro
Template: blocksy
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/* Custom CSS migrated from WordPress Customizer */
textarea {
	--theme-form-field-border-radius: 20px;
}

#footer [data-id="text"] h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

/* ============================================================
   UTILITIES
   ============================================================ */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	word-wrap: normal !important;
}

/* ============================================================
   HOMEPAGE — edecor.ro
   Component CSS for custom HTML blocks
   ============================================================ */

/* ----- Homepage page — remove default content padding ----- */
.page-id-13 .entry-content {
	padding-top: 0 !important;
}

/* ----- Buttons ----- */
.edecor-btn--primary:hover {
	background: #456A6D !important;
	border-color: #456A6D !important;
}
.edecor-btn--outline:hover {
	background: rgba(255,255,255,0.15) !important;
}
.edecor-btn--outline-white:hover {
	background: rgba(255,255,255,0.2) !important;
}

/* ----- Trust Bar ----- */
.edecor-trust-bar {
	box-sizing: border-box;
}
.edecor-trust-bar__icon {
	flex-shrink: 0;
}

/* ----- Room Grid ----- */
.edecor-room-grid {
	display: grid;
	box-sizing: border-box;
}
.edecor-room-card {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	min-height: 260px;
	text-decoration: none;
}
.edecor-room-card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}
.edecor-room-card > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(25,44,39,0.75) 0%, rgba(25,44,39,0.1) 60%);
	z-index: 1;
}
.edecor-room-card h3 {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
}
.edecor-room-card:hover img {
	transform: scale(1.06);
}
@media (max-width: 900px) {
	.edecor-room-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media (max-width: 540px) {
	.edecor-room-grid {
		grid-template-columns: 1fr !important;
	}
}

/* ----- Spotlight blocks ----- */
.edecor-spotlight__image {
	min-height: 420px;
	background-color: #EEF4F5;
}
.edecor-spotlight__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.edecor-spotlight__text a.edecor-btn--primary:hover {
	background: #456A6D !important;
	border-color: #456A6D !important;
}
@media (max-width: 768px) {
	.edecor-spotlight,
	.edecor-spotlight--reverse {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	.edecor-spotlight__image {
		min-height: 260px !important;
	}
	.edecor-spotlight__text {
		padding: 40px 24px !important;
	}
}

/* ----- Why Buy From Us ----- */
@media (max-width: 900px) {
	.edecor-why-us__grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media (max-width: 480px) {
	.edecor-why-us__grid {
		grid-template-columns: 1fr !important;
	}
}

/* ----- Outlet Banner ----- */
.edecor-outlet-banner .edecor-btn--outline-white:hover {
	background: rgba(255,255,255,0.2) !important;
}

/* ----- Reviews Grid ----- */
.edecor-review-card {
	transition: box-shadow 0.2s ease;
}
.edecor-review-card:hover {
	box-shadow: 0 6px 24px rgba(39,76,79,0.15) !important;
}
@media (max-width: 900px) {
	.edecor-reviews-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media (max-width: 560px) {
	.edecor-reviews-grid {
		grid-template-columns: 1fr !important;
	}
}

/* ----- WooCommerce shortcode grids ----- */
.gspb_container .woocommerce .products {
	margin: 0 !important;
}

/* ============================================================
   HERO BENTO — Editable Cover Blocks
   ============================================================ */

/* Section wrapper */
.edecor-hero {
	padding: 16px;
	box-sizing: border-box;
}

/* Main 2-col layout — override WP columns */
.edecor-hero__grid.wp-block-columns {
	gap: 12px !important;
	max-width: 1400px;
	margin: 0 auto !important;
	flex-wrap: nowrap !important;
	min-height: 620px;
}

/* Right column — flex stack: Card B (60%) + bottom row (40%) */
.edecor-hero__right.wp-block-column {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

/* Bottom 2-card row — override inner columns */
.edecor-hero__bottom.wp-block-columns {
	flex: 2;
	gap: 12px !important;
	flex-wrap: nowrap !important;
	margin-bottom: 0 !important;
}

/* ---- Cover blocks (all cards) ---- */
.edecor-hero .wp-block-cover {
	border-radius: 16px;
	overflow: hidden !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.edecor-hero .wp-block-cover:hover {
	transform: scale(1.015);
	box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

/* Card A — main promo, fills left column */
.edecor-hero__card-a.wp-block-cover {
	min-height: 620px !important;
}
.edecor-hero__card-a .wp-block-cover__background {
	background: linear-gradient(to top,
		rgba(30,18,6,0.72) 0%,
		rgba(30,18,6,0.32) 55%,
		rgba(30,18,6,0.08) 100%) !important;
}
.edecor-hero__card-a .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
/* Text shadow for readability */
.edecor-hero__card-a .wp-block-heading {
	text-shadow: 0 3px 14px rgba(0,0,0,0.45);
}
.edecor-hero__card-a p {
	text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* Card B — category spotlight, top of right column */
.edecor-hero__card-b.wp-block-cover {
	flex: 3;
	min-height: 260px !important;
}
.edecor-hero__card-b .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

/* Cards C & D — bottom row */
.edecor-hero__bottom .wp-block-cover {
	min-height: 100% !important;
}
.edecor-hero__bottom .wp-block-cover .wp-block-cover__background {
	background: linear-gradient(to top,
		rgba(30,18,6,0.72) 0%,
		rgba(30,18,6,0.32) 55%,
		rgba(30,18,6,0.08) 100%) !important;
}
.edecor-hero__bottom .wp-block-cover .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.edecor-hero__bottom .wp-block-heading {
	text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.edecor-hero__bottom p {
	text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

/* ---- CTA button overrides ---- */
.edecor-hero .wp-block-button__link {
	transition: background 0.25s, box-shadow 0.25s !important;
}
.edecor-hero .edecor-hero__cta-cream .wp-block-button__link:hover {
	background: #fff !important;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.edecor-hero .edecor-hero__cta-dark .wp-block-button__link:hover {
	background: #333 !important;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
	.edecor-hero__grid.wp-block-columns {
		flex-direction: column !important;
		min-height: auto;
	}
	.edecor-hero__card-a.wp-block-cover { min-height: 440px !important; }
	.edecor-hero__card-b.wp-block-cover { min-height: 260px !important; }
	.edecor-hero__bottom .wp-block-cover { min-height: 220px !important; }
}
@media (max-width: 540px) {
	.edecor-hero { padding: 10px; }
	.edecor-hero__bottom.wp-block-columns { flex-direction: column !important; }
	.edecor-hero__card-a.wp-block-cover { min-height: 380px !important; }
	.edecor-hero .wp-block-cover__inner-container { padding: 20px 18px !important; }
}

/* ============================================================
   DEALS COUNTDOWN — ZONA DE OFERTE
   ============================================================ */
.edecor-deals {
	max-width: 1400px;
	margin: 32px auto;
	border-radius: 16px;
	overflow: hidden;
	background: #1a1a1a;
}
/* Header bar */
.edecor-deals__header {
	display: flex;
	align-items: center;
	gap: 20px 28px;
	padding: 22px 36px;
	flex-wrap: wrap;
}
.edecor-deals__brand {
	display: flex;
	flex-direction: column;
	line-height: 1;
	min-width: 90px;
}
.edecor-deals__brand-line {
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 600;
}
.edecor-deals__brand-name {
	color: #F5A623;
	font-size: clamp(26px, 3.5vw, 46px);
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
}
.edecor-deals__tagline {
	flex: 1;
	min-width: 160px;
}
.edecor-deals__tagline-main {
	color: #fff;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 3px;
}
.edecor-deals__tagline-sub {
	color: #999;
	font-size: 12px;
	margin: 0;
}
/* Countdown */
.edecor-deals__timer {
	display: flex;
	align-items: center;
	gap: 6px;
}
.edecor-deals__timer-unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
	border-radius: 8px;
	padding: 10px 14px;
	min-width: 56px;
}
.edecor-deals__timer-num {
	color: #fff;
	font-size: clamp(20px, 2.5vw, 30px);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	font-family: 'Courier New', Courier, monospace;
	line-height: 1;
}
.edecor-deals__timer-lbl {
	color: #777;
	font-size: 9px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 4px;
}
.edecor-deals__timer-sep {
	color: #F5A623;
	font-size: 22px;
	font-weight: 700;
	align-self: flex-start;
	padding-top: 10px;
}
/* Header CTA */
.edecor-deals__header-cta {
	display: inline-block;
	padding: 11px 26px;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	transition: background 0.2s, color 0.2s;
}
.edecor-deals__header-cta:hover { background: #fff; color: #1a1a1a; }

/* Carousel */
.edecor-deals__carousel-wrap {
	position: relative;
	padding: 0 36px 28px;
}
.edecor-deals__carousel {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 4px;
	scrollbar-width: none;
}
.edecor-deals__carousel::-webkit-scrollbar { display: none; }
.edecor-deals__arrow {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 14px rgba(0,0,0,0.22);
	transition: transform 0.15s;
	z-index: 5;
}
.edecor-deals__arrow:hover { transform: translateY(-50%) scale(1.1); }

/* Deal card */
.deal-card {
	flex: 0 0 calc(25% - 12px);
	scroll-snap-align: start;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	padding: 18px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 230px;
	box-sizing: border-box;
}
.deal-card__img-link { display: block; width: 100%; margin-bottom: 10px; }
.deal-card__img {
	max-height: 180px;
	width: 100%;
	object-fit: contain;
}
.deal-card__title {
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}
.deal-card__price-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-bottom: 8px;
	width: 100%;
}
.deal-card__price {
	font-size: 20px;
	font-weight: 800;
	color: #F5A623;
}
.deal-card__code-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 10px;
	line-height: 1.3;
}
.deal-card__code-label { color: #999; }
.deal-card__code { font-weight: 700; font-size: 12px; color: #1a1a1a; }
.deal-card__verify {
	border: 1.5px solid #1a1a1a;
	border-radius: 50px;
	padding: 5px 14px;
	font-size: 12px;
	background: transparent;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.2s, color 0.2s;
}
.deal-card__verify:hover { background: #1a1a1a; color: #fff; }
.deal-card__tomorrow {
	font-size: 12px;
	color: #555;
	margin: 0 0 4px;
	width: 100%;
	text-align: left;
}
.deal-card__comparisons {
	display: flex;
	flex-direction: column;
	font-size: 11px;
	color: #999;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	gap: 1px;
}
.deal-card__strike { text-decoration: line-through; }
.deal-card__stock {
	font-size: 12px;
	color: #555;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.deal-card__stock strong { color: #16a34a; }
.deal-card__bar-wrap {
	width: 100%;
	height: 5px;
	background: #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
	margin-top: auto;
}
.deal-card__bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #22c55e, #16a34a);
	border-radius: 3px;
	transition: width 0.6s ease;
}

/* Tablet */
@media (max-width: 1024px) {
	.deal-card { flex: 0 0 calc(50% - 8px); }
}
/* Mobile */
@media (max-width: 600px) {
	.deal-card { flex: 0 0 82%; min-width: 240px; }
	.edecor-deals__header { padding: 18px 16px; }
	.edecor-deals__carousel-wrap { padding: 0 16px 20px; }
	.edecor-deals { margin: 20px 10px; border-radius: 12px; }
}
@media (max-width: 480px) {
	.edecor-deals__header { flex-direction: column; align-items: flex-start; gap: 12px; }
	.edecor-deals__header-cta { width: 100%; text-align: center; box-sizing: border-box; }
}

/* ============================================================
   PAYMENT BADGES BAR
   ============================================================ */
.edecor-payment-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	padding: 16px 24px;
	background: #fff;
	border-top: 1px solid #eee;
}
.edecor-payment-bar__label {
	font-size: 12px;
	color: #999;
	font-weight: 500;
}
.edecor-payment-bar__icon {
	height: 24px;
	opacity: 0.7;
}

/* ============================================================
   HOMEPAGE TRUST BAR v2 (icon + heading + description)
   ============================================================ */
.edecor-trust-bar {
	background: #EEF4F5;
	padding: 24px 24px;
}
.edecor-trust-bar__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.edecor-trust-bar__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	text-align: left;
}
.edecor-trust-bar__icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	color: #274C4F;
}
.edecor-trust-bar__icon svg {
	width: 100%;
	height: 100%;
	fill: #274C4F;
}
.edecor-trust-bar__title {
	font-size: 13px;
	font-weight: 600;
	color: #274C4F;
	margin: 0 0 2px;
}
.edecor-trust-bar__desc {
	font-size: 11px;
	color: #456A6D;
	line-height: 1.4;
	margin: 0;
}
@media (max-width: 900px) {
	.edecor-trust-bar__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (max-width: 480px) {
	.edecor-trust-bar__inner {
		grid-template-columns: 1fr;
	}
}

/* ============================================================
   DELIVERY BADGE — product cards & single product
   ============================================================ */
.edecor-delivery-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 4px;
	margin-top: 8px;
}
.edecor-delivery-badge--own {
	background: #e8f5e9;
	color: #2e7d32;
}
.edecor-delivery-badge--supplier {
	background: #fff3e0;
	color: #e65100;
}
.edecor-delivery-card {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 7px;
	border-radius: 3px;
	margin-top: 4px;
}
.edecor-delivery-card--own {
	background: #e8f5e9;
	color: #2e7d32;
}
.edecor-delivery-card--supplier {
	background: #fff3e0;
	color: #e65100;
}

/* ============================================================
   CONTACT PAGE — edecor.ro/contact-us/
   ============================================================ */

/* --- Page-level reset --- */
.page-id-20 .entry-content {
	padding-top: 0 !important;
}

/* --- Scroll reveal animation --- */
.edecor-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.edecor-reveal--visible {
	opacity: 1;
	transform: translateY(0);
}
/* Stagger for contact info cards */
.edecor-contact-cards .edecor-contact-card:nth-child(2) { transition-delay: 0.12s; }
.edecor-contact-cards .edecor-contact-card:nth-child(3) { transition-delay: 0.24s; }

/* --- Loading spinner for submit buttons --- */
.edecor-spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: edecor-spin 0.6s linear infinite;
	vertical-align: middle;
}
@keyframes edecor-spin {
	to { transform: rotate(360deg); }
}

/* --- Hero --- */
.edecor-contact-hero {
	background: linear-gradient(135deg, #274C4F 0%, #1a3a3d 50%, #192c27 100%);
	color: #fff;
	text-align: center;
	padding: 80px 24px 72px;
	border-radius: 20px;
	margin: 0 auto 48px;
	max-width: 1200px;
	position: relative;
	overflow: hidden;
}
/* Dot pattern overlay */
.edecor-contact-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
	background-size: 20px 20px;
	pointer-events: none;
}
/* Decorative gradient orb */
.edecor-contact-hero::after {
	content: '';
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(69,106,109,0.3) 0%, transparent 70%);
	top: -120px;
	right: -100px;
	pointer-events: none;
}
.edecor-contact-hero__content {
	position: relative;
	z-index: 1;
}
.edecor-contact-hero__badge {
	display: inline-block;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 50px;
	padding: 6px 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.edecor-contact-hero__title {
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 800;
	margin: 0 0 16px;
	letter-spacing: -0.02em;
	line-height: 1.1;
}
.edecor-contact-hero__sub {
	font-size: clamp(15px, 1.4vw, 18px);
	color: rgba(255,255,255,0.78);
	max-width: 560px;
	margin: 0 auto 32px;
	line-height: 1.7;
}
.edecor-contact-hero__actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}
.edecor-hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 30px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: inherit;
}
.edecor-hero-btn--primary {
	background: #fff;
	color: #274C4F;
}
.edecor-hero-btn--primary:hover {
	background: #E2EDEF;
	box-shadow: 0 4px 20px rgba(255,255,255,0.25);
	transform: translateY(-2px);
}
.edecor-hero-btn--primary svg {
	stroke: #274C4F;
}
.edecor-hero-btn--outline {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.4);
}
.edecor-hero-btn--outline:hover {
	border-color: #fff;
	background: rgba(255,255,255,0.1);
	transform: translateY(-2px);
}

/* --- Info cards --- */
.edecor-contact-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto 56px;
	padding: 0 16px;
}
.edecor-contact-card {
	background: #fff;
	border: 1px solid #e8eded;
	border-top: 3px solid #274C4F;
	border-radius: 16px;
	padding: 32px 28px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.edecor-contact-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(39,76,79,0.12);
	border-top-color: #456A6D;
}
.edecor-contact-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, #E2EDEF 0%, #d4e4e7 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	color: #274C4F;
	transition: transform 0.3s ease;
}
.edecor-contact-card:hover .edecor-contact-card__icon {
	transform: scale(1.1);
}
.edecor-contact-card__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.edecor-contact-card__label {
	font-size: 12px;
	color: #456A6D;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
	font-weight: 700;
}
.edecor-contact-card__value {
	font-size: 17px;
	font-weight: 700;
	color: #192c27;
	margin: 0;
	line-height: 1.4;
}
.edecor-contact-card__value small {
	display: block;
	font-size: 12px;
	color: #456A6D;
	font-weight: 400;
	margin-top: 4px;
}

/* --- Form + Map grid --- */
.edecor-contact-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto 56px;
	padding: 0 16px;
	align-items: start;
}

/* Form */
.edecor-contact-form {
	background: #fff;
	border: 1px solid #e8eded;
	border-radius: 16px;
	padding: 36px 32px;
}
.edecor-contact-form h2 {
	font-size: 24px;
	font-weight: 800;
	color: #192c27;
	margin: 0 0 6px;
}
.edecor-contact-form > p {
	font-size: 14px;
	color: #456A6D;
	margin: 0 0 28px;
	line-height: 1.5;
}
.edecor-contact__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.edecor-contact__field {
	margin-bottom: 18px;
}
.edecor-contact__field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #274C4F;
	margin-bottom: 6px;
}
.edecor-contact__field label .edecor-opt {
	color: #999;
	font-weight: 400;
}
.edecor-contact__field input,
.edecor-contact__field select,
.edecor-contact__field textarea {
	width: 100%;
	border: 1.5px solid #d5ddde;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px;
	color: #192c27;
	background: #fafcfc;
	transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
	font-family: inherit;
	box-sizing: border-box;
}
.edecor-contact__field input:focus,
.edecor-contact__field select:focus,
.edecor-contact__field textarea:focus {
	outline: none;
	border-color: #274C4F;
	box-shadow: 0 0 0 3px rgba(39,76,79,0.1);
	background: #fff;
}
.edecor-contact__field textarea {
	resize: vertical;
	min-height: 120px;
}
.edecor-contact__field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23456A6D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}
.edecor-input--error {
	border-color: #c0392b !important;
	box-shadow: 0 0 0 3px rgba(192,57,43,0.1) !important;
}
.edecor-field-error {
	display: block;
	font-size: 12px;
	color: #c0392b;
	margin-top: 4px;
}
.edecor-contact__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #274C4F;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 14px 36px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
	font-family: inherit;
}
.edecor-contact__submit:hover {
	background: #192c27;
	box-shadow: 0 4px 20px rgba(39,76,79,0.3);
	transform: translateY(-2px);
}
.edecor-contact__submit:disabled {
	opacity: 0.6;
	cursor: wait;
	transform: none;
}
.edecor-contact__submit svg {
	width: 16px;
	height: 16px;
}
.edecor-form-status {
	display: none;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 14px;
	margin-top: 16px;
}
.edecor-form-status--ok {
	background: #e8f5e9;
	color: #2e7d32;
}
.edecor-form-status--err {
	background: #fdecea;
	color: #c0392b;
}

/* Map */
.edecor-contact-map {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.edecor-contact-map__frame {
	width: 100%;
	height: 400px;
	border: none;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.edecor-contact-map__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	color: #274C4F;
	border: 1.5px solid #274C4F;
	border-radius: 50px;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.25s, color 0.25s, transform 0.25s;
	align-self: flex-start;
	font-family: inherit;
}
.edecor-contact-map__btn:hover {
	background: #274C4F;
	color: #fff;
	transform: translateY(-2px);
}
.edecor-contact-map__btn svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

/* --- FAQ section --- */
.edecor-faq {
	max-width: 1200px;
	margin: 0 auto 56px;
	padding: 0 16px;
}
.edecor-faq__heading {
	text-align: center;
	margin-bottom: 36px;
}
.edecor-faq__heading h2 {
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	color: #192c27;
	margin: 0 0 8px;
}
.edecor-faq__heading p {
	font-size: 15px;
	color: #456A6D;
	margin: 0;
}
.edecor-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.edecor-faq__item {
	border: 1px solid #e8eded;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.25s, border-color 0.25s;
}
.edecor-faq__item:has([aria-expanded="true"]) {
	box-shadow: 0 4px 20px rgba(39,76,79,0.08);
	border-color: #274C4F;
}
.edecor-faq__question {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	font-size: 15px;
	font-weight: 600;
	color: #192c27;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	line-height: 1.4;
	gap: 16px;
}
.edecor-faq__question:hover {
	color: #274C4F;
}
/* Numbered badge for FAQ items */
.edecor-faq__num {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #E2EDEF;
	color: #274C4F;
	font-size: 13px;
	font-weight: 800;
	flex-shrink: 0;
	transition: background 0.25s, color 0.25s;
}
.edecor-faq__question[aria-expanded="true"] .edecor-faq__num {
	background: #274C4F;
	color: #fff;
}
.edecor-faq__question::after {
	content: '';
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-left: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23274C4F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}
.edecor-faq__question[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
.edecor-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}
.edecor-faq__answer-inner {
	padding: 0 24px 20px 76px;
	font-size: 14px;
	line-height: 1.7;
	color: #456A6D;
}

/* --- Newsletter CTA banner --- */
.edecor-contact-cta {
	background: linear-gradient(135deg, #274C4F 0%, #456A6D 100%);
	border-radius: 20px;
	padding: 56px 32px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto 40px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
/* Dot pattern for CTA */
.edecor-contact-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
	background-size: 16px 16px;
	pointer-events: none;
}
.edecor-contact-cta__content {
	position: relative;
	z-index: 1;
}
.edecor-contact-cta h2 {
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	margin: 0 0 8px;
}
.edecor-contact-cta > p,
.edecor-contact-cta__content > p {
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	margin: 0 0 28px;
}
/* Inline newsletter form */
.edecor-newsletter-form__row {
	display: flex;
	gap: 0;
	max-width: 480px;
	margin: 0 auto;
	border-radius: 50px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.edecor-newsletter-form__row input[type="email"] {
	flex: 1;
	border: none;
	padding: 16px 24px;
	font-size: 14px;
	color: #192c27;
	background: transparent;
	font-family: inherit;
	min-width: 0;
	border-radius: 0;
}
.edecor-newsletter-form__row input[type="email"]:focus {
	outline: none;
	box-shadow: none;
}
.edecor-newsletter-form__row input[type="email"]::placeholder {
	color: #999;
}
.edecor-newsletter-form__row button {
	background: #274C4F;
	color: #fff;
	border: none;
	padding: 16px 28px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.25s;
	font-family: inherit;
	border-radius: 0;
}
.edecor-newsletter-form__row button:hover {
	background: #192c27;
}
.edecor-newsletter-form__row button:disabled {
	opacity: 0.6;
	cursor: wait;
}
/* Honeypot field — hidden from real users */
.edecor-hp-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}
.edecor-newsletter-status {
	display: none;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 13px;
	margin: 12px auto 0;
	max-width: 480px;
}
.edecor-newsletter-status--ok {
	background: rgba(255,255,255,0.15);
	color: #fff;
}
.edecor-newsletter-status--err {
	background: rgba(192,57,43,0.2);
	color: #fdecea;
}
.edecor-contact-cta__privacy {
	font-size: 12px !important;
	color: rgba(255,255,255,0.5) !important;
	margin: 12px 0 0 !important;
}

/* ============================================================
   HOMEPAGE NEWSLETTER CTA — with background image + overlay
   ============================================================ */
.edecor-newsletter-cta {
	position: relative;
	background: url('/wp-content/uploads/2024/05/browse-by-rooms-image-2-1.webp') center/cover no-repeat;
	padding: 80px 24px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.edecor-newsletter-cta__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(25,44,39,0.88) 0%, rgba(39,76,79,0.82) 100%);
	z-index: 0;
}
.edecor-newsletter-cta__content {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0 auto;
}
.edecor-newsletter-cta__badge {
	display: inline-block;
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 50px;
	padding: 6px 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	margin-bottom: 20px;
}
.edecor-newsletter-cta__title {
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
	color: #fff;
}
.edecor-newsletter-cta__sub {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255,255,255,0.8);
	margin: 0 0 32px;
}
.edecor-newsletter-cta__sub strong {
	color: #fff;
}
/* Newsletter form row */
.edecor-newsletter-cta__row {
	display: flex;
	gap: 0;
	max-width: 480px;
	margin: 0 auto;
	border-radius: 50px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.edecor-newsletter-cta__row input[type="email"] {
	flex: 1;
	border: none;
	padding: 16px 24px;
	font-size: 14px;
	color: #192c27;
	background: transparent;
	font-family: inherit;
	min-width: 0;
	border-radius: 0;
}
.edecor-newsletter-cta__row input[type="email"]:focus {
	outline: none;
	box-shadow: none;
}
.edecor-newsletter-cta__row input[type="email"]::placeholder {
	color: #999;
}
.edecor-newsletter-cta__row button {
	background: #274C4F;
	color: #fff;
	border: none;
	padding: 16px 28px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.25s;
	font-family: inherit;
	border-radius: 0;
}
.edecor-newsletter-cta__row button:hover {
	background: #192c27;
}
.edecor-newsletter-cta__row button:disabled {
	opacity: 0.6;
	cursor: wait;
}
/* Status messages */
.edecor-newsletter-cta__status {
	display: none;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 13px;
	margin: 14px auto 0;
	max-width: 480px;
}
.edecor-newsletter-cta__status--ok {
	display: block;
	background: rgba(255,255,255,0.15);
	color: #fff;
}
.edecor-newsletter-cta__status--err {
	display: block;
	background: rgba(192,57,43,0.25);
	color: #fdecea;
}
.edecor-newsletter-cta__privacy {
	font-size: 12px;
	color: rgba(255,255,255,0.45);
	margin: 14px 0 0;
}

/* --- Responsive --- */
@media (max-width: 900px) {
	.edecor-contact-cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.edecor-contact-main {
		grid-template-columns: 1fr;
	}
	.edecor-contact-map__frame {
		height: 300px;
	}
}
@media (max-width: 540px) {
	.edecor-contact-hero {
		padding: 52px 20px 44px;
		border-radius: 14px;
		margin-bottom: 32px;
	}
	.edecor-hero-btn {
		width: 100%;
		justify-content: center;
	}
	.edecor-contact__row {
		grid-template-columns: 1fr;
	}
	.edecor-contact-form {
		padding: 24px 20px;
	}
	.edecor-faq__answer-inner {
		padding-left: 24px;
	}
	.edecor-contact-cta {
		padding: 36px 20px;
		border-radius: 14px;
	}
	.edecor-newsletter-form__row {
		flex-direction: column;
		border-radius: 12px;
	}
	.edecor-newsletter-form__row input[type="email"] {
		border-radius: 12px 12px 0 0;
	}
	.edecor-newsletter-form__row button {
		border-radius: 0 0 12px 12px;
		padding: 14px 24px;
	}
	/* Homepage newsletter CTA responsive */
	.edecor-newsletter-cta {
		padding: 48px 20px;
	}
	.edecor-newsletter-cta__row {
		flex-direction: column;
		border-radius: 12px;
	}
	.edecor-newsletter-cta__row input[type="email"] {
		border-radius: 12px 12px 0 0;
	}
	.edecor-newsletter-cta__row button {
		border-radius: 0 0 12px 12px;
		padding: 14px 24px;
	}
}

/* ============================================================
   TRANSPORT & MONTAJ PAGE — edecor.ro/transport-si-montaj/
   ============================================================ */

/* --- Page-level reset: remove default padding, ensure centred --- */
.page-id-13952 .entry-content {
	padding-top: 0 !important;
}

/* --- Wrapper --- */
.edecor-transport {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

/* --- Top Banner --- */
.edecor-transport-banner {
	background: #1a1a1a;
	color: #ffffff;
	text-align: center;
	padding: 14px 24px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 12px;
	line-height: 1.5;
}
.edecor-transport-banner svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.edecor-transport-banner strong {
	color: #fde68a;
}
.edecor-transport-banner__secondary {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
	display: block;
	margin-top: 2px;
}

/* --- Sticky Navigation --- */
.edecor-transport-nav {
	background: #fff;
	border: 1px solid #e8eded;
	border-radius: 12px;
	margin: 16px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	transition: box-shadow 0.3s, border-radius 0.3s;
	scrollbar-width: none;
}
.edecor-transport-nav::-webkit-scrollbar { display: none; }
.edecor-transport-nav--sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	margin: 0;
	box-shadow: 0 2px 12px rgba(0,0,0,0.1);
	max-width: 100%;
}
.edecor-transport-nav__inner {
	display: flex;
	gap: 4px;
	padding: 8px 12px;
	max-width: 1200px;
	margin: 0 auto;
	white-space: nowrap;
}
.edecor-transport-nav__link {
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #456A6D;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	flex-shrink: 0;
}
.edecor-transport-nav__link:hover,
.edecor-transport-nav__link.active {
	background: #E2EDEF;
	color: #274C4F;
}

/* --- Hero Header --- */
.edecor-transport-hero {
	text-align: center;
	padding: 48px 24px 40px;
}
.edecor-transport-hero__title {
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	color: #192c27;
	margin: 0 0 12px;
	letter-spacing: -0.02em;
}
.edecor-transport-hero__sub {
	font-size: clamp(15px, 1.4vw, 18px);
	color: #456A6D;
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.7;
}
/* Hero with background image */
.edecor-transport-hero--bg {
	position: relative;
	overflow: hidden;
}
.edecor-transport-hero--bg .edecor-transport-hero__title {
	color: #fff;
	text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.edecor-transport-hero--bg .edecor-transport-hero__sub {
	color: rgba(255,255,255,0.88);
	text-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

/* --- Section spacing --- */
.edecor-transport-section {
	margin-bottom: 32px;
	scroll-margin-top: 80px;
}

/* --- Service Cards --- */
.edecor-tcard {
	border: 1px solid #e8eded;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.3s;
}
.edecor-tcard:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
/* Color-coded top border */
.edecor-tcard--green { border-top: 4px solid #16a34a; }
.edecor-tcard--blue { border-top: 4px solid #2563eb; }
.edecor-tcard--gold { border-top: 4px solid #f59e0b; }

/* Card header */
.edecor-tcard__header {
	padding: 32px 32px 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
.edecor-tcard__header-info {
	flex: 1;
	min-width: 240px;
}
.edecor-tcard__label-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.edecor-tcard__title {
	font-size: clamp(20px, 2.5vw, 26px);
	font-weight: 800;
	color: #192c27;
	margin: 0;
}

/* Badges */
.edecor-tcard__badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.edecor-tcard__badge--green { background: #dcfce7; color: #16a34a; }
.edecor-tcard__badge--blue { background: #dbeafe; color: #2563eb; }
.edecor-tcard__badge--gold { background: #fef3c7; color: #d97706; }

.edecor-tcard__desc {
	font-size: 15px;
	color: #456A6D;
	margin: 0;
	line-height: 1.6;
}

/* Suceava badge */
.edecor-tcard__suceava {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fef3c7;
	border: 1.5px solid #f59e0b;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 700;
	color: #92400e;
	margin-top: 12px;
}
.edecor-tcard__suceava svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

/* Price box */
.edecor-tcard__price-box {
	text-align: center;
	padding: 20px 28px;
	border-radius: 12px;
	min-width: 160px;
	flex-shrink: 0;
}
.edecor-tcard__price-box--green { background: #dcfce7; }
.edecor-tcard__price-box--blue { background: #dbeafe; }
.edecor-tcard__price-box--gold { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); }

.edecor-tcard__price {
	display: block;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.1;
}
.edecor-tcard__price--green { color: #16a34a; }
.edecor-tcard__price--blue { color: #2563eb; }
.edecor-tcard__price--gold { color: #d97706; }

.edecor-tcard__price-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-top: 4px;
	opacity: 0.75;
	color: #333;
}
.edecor-tcard__price-sub {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 6px;
	font-weight: 600;
}

/* Features grid */
.edecor-tcard__features {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 8px;
	padding: 0 32px 24px;
}
.edecor-tcard__feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: #333;
	padding: 10px 14px;
	background: #f9fafb;
	border-radius: 8px;
	line-height: 1.4;
}
.edecor-tcard__check {
	font-weight: 700;
	font-size: 16px;
	flex-shrink: 0;
	line-height: 1.3;
}
.edecor-tcard__check--green { color: #16a34a; }
.edecor-tcard__check--blue { color: #2563eb; }
.edecor-tcard__check--gold { color: #d97706; }
.edecor-tcard__check--red { color: #dc2626; }

/* Notes section */
.edecor-tcard__notes {
	padding: 20px 32px 28px;
	border-top: 1px solid #f0f0f0;
	background: #fafbfc;
}
.edecor-tcard__notes-title {
	font-size: 13px;
	font-weight: 700;
	color: #274C4F;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 12px;
}
.edecor-tcard__note {
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	margin: 0 0 8px;
	padding-left: 20px;
	position: relative;
}
.edecor-tcard__note:last-child { margin-bottom: 0; }
.edecor-tcard__note::before {
	content: '•';
	position: absolute;
	left: 4px;
	color: #999;
}

/* Pricing table */
.edecor-tcard__pricing {
	padding: 0 32px 24px;
}
.edecor-tcard__pricing-table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
}
.edecor-tcard__pricing-table th {
	background: #274C4F;
	color: #fff;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}
.edecor-tcard__pricing-table td {
	padding: 14px 20px;
	font-size: 14px;
	border-bottom: 1px solid #e5e7eb;
}
.edecor-tcard__pricing-table tr:last-child td {
	border-bottom: none;
}
.edecor-tcard__pricing-table tr:nth-child(even) {
	background: #f9fafb;
}
.edecor-tcard__pricing-table td:last-child {
	font-weight: 800;
	color: #2563eb;
	text-align: right;
	white-space: nowrap;
}
.edecor-tcard__pricing-note {
	font-size: 12px;
	color: #666;
	margin: 10px 0 0;
	font-style: italic;
}

/* --- Info Section --- */
.edecor-transport-info {
	background: linear-gradient(135deg, #274C4F 0%, #192c27 100%);
	border-radius: 16px;
	padding: 32px;
	color: #fff;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.edecor-transport-info svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-top: 2px;
}
.edecor-transport-info__text {
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}
.edecor-transport-info__text strong {
	color: #fde68a;
}

/* --- Contact Section --- */
.edecor-transport-contact {
	text-align: center;
	padding: 48px 24px;
	background: #f9fafb;
	border-radius: 16px;
	border: 1px solid #e8eded;
}
.edecor-transport-contact__title {
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	color: #192c27;
	margin: 0 0 8px;
}
.edecor-transport-contact__sub {
	font-size: 15px;
	color: #456A6D;
	margin: 0 0 32px;
}
.edecor-transport-contact__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}
.edecor-transport-contact__card {
	background: #fff;
	border: 1px solid #e8eded;
	border-radius: 12px;
	padding: 24px 16px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s, box-shadow 0.3s;
}
.edecor-transport-contact__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.edecor-transport-contact__card-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #E2EDEF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	color: #274C4F;
}
.edecor-transport-contact__card-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.edecor-transport-contact__card-label {
	font-size: 11px;
	color: #456A6D;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin: 0 0 4px;
}
.edecor-transport-contact__card-value {
	font-size: 16px;
	font-weight: 700;
	color: #192c27;
	margin: 0;
}
.edecor-transport-contact__card-value small {
	display: block;
	font-size: 12px;
	color: #456A6D;
	font-weight: 400;
	margin-top: 4px;
}

/* --- Floating Contact Button --- */
.edecor-transport-fab {
	position: fixed;
	bottom: 24px;
	right: 24px;
	background: #274C4F;
	color: #fff;
	padding: 14px 24px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.25);
	z-index: 200;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: opacity 0.3s, transform 0.3s, background 0.3s;
}
.edecor-transport-fab--visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: all;
}
.edecor-transport-fab:hover {
	background: #192c27;
	color: #fff;
	transform: translateY(-2px);
}
.edecor-transport-fab svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

/* --- Responsive --- */
@media (max-width: 768px) {
	.edecor-tcard__header {
		flex-direction: column;
	}
	.edecor-tcard__price-box {
		width: 100%;
	}
	.edecor-tcard__features {
		grid-template-columns: 1fr;
	}
	.edecor-transport-contact__cards {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 540px) {
	.edecor-transport {
		padding: 0 10px;
	}
	.edecor-transport-hero {
		padding: 32px 16px 24px;
	}
	.edecor-transport-banner {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: 8px;
	}
	.edecor-tcard__header {
		padding: 24px 20px 16px;
	}
	.edecor-tcard__features {
		padding: 0 20px 20px;
	}
	.edecor-tcard__notes {
		padding: 16px 20px 20px;
	}
	.edecor-tcard__pricing {
		padding: 0 20px 20px;
	}
	.edecor-tcard__pricing-table th,
	.edecor-tcard__pricing-table td {
		padding: 10px 12px;
		font-size: 13px;
	}
	.edecor-transport-info {
		flex-direction: column;
		padding: 24px 20px;
	}
	.edecor-transport-contact {
		padding: 32px 16px;
	}
	.edecor-transport-fab {
		bottom: 16px;
		right: 16px;
		padding: 12px 20px;
		font-size: 13px;
	}
}

/* ============================================================
   NEWSLETTER SIDEBAR WIDGET (blog sidebar)
   ============================================================ */

/* Fluent Forms inside the dark Cover block */
.widget .wp-block-cover [class*="fluentform"] .ff-el-form-control,
.widget .wp-block-cover .ff-el-form-control {
	background: rgba(255, 255, 255, 0.15) !important;
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	color: #fff !important;
	border-radius: 6px !important;
	padding: 10px 14px !important;
	font-size: 14px !important;
	width: 100% !important;
}

.widget .wp-block-cover .ff-el-form-control::placeholder {
	color: rgba(255, 255, 255, 0.65) !important;
}

.widget .wp-block-cover .ff-el-form-control:focus {
	background: rgba(255, 255, 255, 0.22) !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) !important;
}

/* Submit button */
.widget .wp-block-cover .ff_submit_btn_container .ff-btn-submit,
.widget .wp-block-cover .ff-btn-submit {
	background: #274C4F !important;
	border: none !important;
	color: #fff !important;
	border-radius: 6px !important;
	width: 100% !important;
	padding: 11px 20px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: 0.02em !important;
	cursor: pointer !important;
	transition: background 0.2s !important;
	margin-top: 10px !important;
}

.widget .wp-block-cover .ff-btn-submit:hover {
	background: #1a3538 !important;
}

/* Success message */
.widget .wp-block-cover .ff-message-success {
	background: rgba(255, 255, 255, 0.15) !important;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	color: #fff !important;
	border-radius: 8px !important;
	padding: 12px 16px !important;
	text-align: center !important;
	font-size: 14px !important;
}

/* Error messages */
.widget .wp-block-cover .error {
	color: #fca5a5 !important;
	font-size: 12px !important;
}

/* Fix cover block image rendering in sidebar */
.widget .wp-block-cover {
	min-height: 300px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
}

.widget .wp-block-cover__image-background {
	object-fit: cover !important;
	object-position: center !important;
}

/* LEGAL FOOTER BAR — removed per user request. */
