/* ==========================================================================
   Atlas Sport — "Produse" (shop landing)
   Paired with atlas-produse.php and atlas-produse.js
   Mobile-first; the desktop layout starts at 993px, matching the theme's own
   breakpoint and the rest of the atlas-* packages.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Host container. Shoptimizer's header.php leaves
   #content > .shoptimizer-archive > .col-full open, so without this the page
   renders inside the theme's 1170px box.

   The !important and the #content in the selector are not decoration:
   assets/css/atlas-shop-page.css loads site-wide and holds
   "#content > div > div.col-full { max-width:100% !important; padding: 0 15px
   !important }". Beating an !important declaration needs both a heavier
   selector and !important of our own. Scoped to the body class added in
   atlas-produse.php, never to .col-full globally.
   -------------------------------------------------------------------------- */

.atlas-pr-page #content > div > div.col-full,
.atlas-pr-page .site-content .shoptimizer-archive .col-full {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}
.atlas-pr-page .site-content .shoptimizer-archive { margin-bottom: 0; }
.atlas-pr-page .archive-header { padding: 0; }
.atlas-pr-page .content-area { width: 100%; clear: both; }
.atlas-pr-page .entry-header,
.atlas-pr-page .woocommerce-breadcrumb { display: none; }
.atlas-pr-page .entry-content { margin: 0; }

.atlas-pr,
.atlas-pr *,
.atlas-pr *::before,
.atlas-pr *::after { box-sizing: border-box; }

.atlas-pr {
	--pr-ink: #2B3B32;
	--pr-dark: #12291B;
	--pr-green: #377A57;
	--pr-green-solid: #37765A;
	--pr-green-hover: #2E6B4F;
	--pr-lime: #8CD84B;
	--pr-body: #515C57;
	--pr-muted: #636E67;
	--pr-cream: #f4f8f1;
	--pr-cream-line: #e2ebda;
	--pr-band-line: #e4ece0;
	--pr-line: #eef0ec;
	--pr-card-line: #eceee9;
	--pr-tile: #f2f5ef;
	--pr-tile-soft: #f6f8f4;
	--pr-pad: 20px;

	/* Full bleed. The mockup drew the page as a rounded card because a canvas
	   needs an edge; on the site the background runs the whole width and the
	   content is held to --pr-max by the section padding instead. */
	--pr-max: 1488px;

	width: 100%;
	margin: 0;
	background: #fff;
	color: var(--pr-body);
	font-family: 'Open Sans', Roboto, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.atlas-pr a { color: inherit; text-decoration: none; }
.atlas-pr ul { margin: 0; padding: 0; list-style: none; }
.atlas-pr li::before { content: none !important; } /* kill theme tick bullets */
.atlas-pr img { max-width: 100%; height: auto; }
.atlas-pr__svg { display: block; width: 100%; height: 100%; }
.atlas-pr section { position: relative; }
.atlas-pr p { text-wrap: pretty; }

/* --- shared type ------------------------------------------------------- */

.atlas-pr__h1 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.026em;
	color: var(--pr-ink);
	text-wrap: balance;
}

.atlas-pr__h2 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.26;
	letter-spacing: -.022em;
	color: var(--pr-ink);
	text-wrap: balance;
}

.atlas-pr__h3 {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.26;
	letter-spacing: -.02em;
	color: var(--pr-ink);
}

.atlas-pr__linkarrow {
	display: flex;
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
}

/* --- 1. hero ----------------------------------------------------------- */

.atlas-pr__hero {
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid var(--pr-line);
	padding: 22px var(--pr-pad) 26px;
}

.atlas-pr__heroglow {
	position: absolute;
	right: -140px;
	top: -190px;
	width: 420px;
	height: 420px;
	pointer-events: none;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(154, 209, 122, .22) 0%, rgba(154, 209, 122, 0) 66%);
}

.atlas-pr__heroinner {
	position: relative;
	z-index: 2;
	max-width: var(--pr-max);
	margin: 0 auto;
}

.atlas-pr__crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 500;
	color: var(--pr-muted);
}
.atlas-pr__crumbs a { color: var(--pr-green); }
.atlas-pr__crumbs a:hover { text-decoration: underline; }
.atlas-pr__crumbs [aria-current] { color: var(--pr-ink); font-weight: 600; }
.atlas-pr__crumbsep { display: flex; flex: 0 0 auto; width: 12px; height: 12px; }

.atlas-pr__lead {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--pr-body);
}

.atlas-pr__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
}
.atlas-pr__stat {
	display: flex;
	flex-direction: column;
	background: var(--pr-cream);
	border: 1px solid var(--pr-cream-line);
	border-radius: 13px;
	padding: 13px 12px;
}
.atlas-pr__statvalue {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
	color: var(--pr-green-solid);
}
.atlas-pr__statlabel {
	margin-top: 5px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--pr-body);
}

/* --- shared section header --------------------------------------------- */

.atlas-pr__sechead { margin-bottom: 16px; }
/* The .atlas-pr prefix on the colour rules is load-bearing: the "a { color:
   inherit }" reset above is a two-part selector and would otherwise out-weigh
   a single class on a link. Same for .atlas-pr__cta further down. */
.atlas-pr__seclink {
	display: none; /* desktop only: on mobile the grid below is the answer */
	align-items: center;
	gap: 9px;
	font-size: 15px;
	font-weight: 700;
}
.atlas-pr .atlas-pr__seclink { color: var(--pr-green); }
.atlas-pr .atlas-pr__seclink:hover { color: var(--pr-green-hover); }
.atlas-pr__seclink .atlas-pr__linkarrow { width: 17px; height: 17px; }

/* --- 2. categorii ------------------------------------------------------ */

.atlas-pr__cats { background: #fff; padding: 26px var(--pr-pad) 28px; }

.atlas-pr__catgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 11px;
	max-width: var(--pr-max);
	margin: 0 auto;
}

/* Mobile: a compact row, 36px thumbnail beside the name. */
.atlas-pr__cat {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	background: #fff;
	border: 1px solid var(--pr-card-line);
	border-radius: 13px;
	padding: 9px 11px;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.atlas-pr__cat:hover {
	border-color: #cfe0c3;
	box-shadow: 0 10px 24px rgba(20, 50, 28, .10);
}

.atlas-pr__catmedia {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 9px;
	background: var(--pr-tile-soft);
}
.atlas-pr__catimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* The neutral tile. It stands in for a category with no image at all, and,
   on desktop only, for the 150x150 navigation crops this shop was given: at
   card size those would upscale almost twice over. Raise a category image
   above ATLAS_PR_CAT_MIN_W and its card starts showing it. */
.atlas-pr__catph {
	position: absolute;
	inset: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--pr-tile);
	color: var(--pr-muted);
}
.atlas-pr__catph .atlas-pr__svg { width: 16px; height: 16px; }
.atlas-pr__catphlabel {
	display: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .07em;
	text-transform: uppercase;
}
.atlas-pr__cat.is-noimage .atlas-pr__catph { display: flex; }

.atlas-pr__catbody { min-width: 0; }
.atlas-pr__catname {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--pr-ink);
}
.atlas-pr__catmore { display: none; }

/* --- 3. înainte / după ------------------------------------------------- */

.atlas-pr__ba {
	background: var(--pr-cream);
	border-top: 1px solid var(--pr-band-line);
	border-bottom: 1px solid var(--pr-band-line);
	padding: 28px var(--pr-pad) 30px;
}
.atlas-pr__bacopy p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.65;
}
.atlas-pr__balist { display: none; } /* desktop control */

.atlas-pr__bastage {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 14px;
	background: #dfe3dc;
	box-shadow: 0 14px 30px rgba(20, 50, 28, .16);

	/* Set by the script; the wipe cannot exist before the first drag, so the
	   starting value lives here rather than in the markup. */
	--split: 50%;
}
.atlas-pr__baslide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}
.atlas-pr__baslide.is-active { opacity: 1; }
.atlas-pr__baslide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.atlas-pr__baclip {
	position: absolute;
	inset: 0;
	clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.atlas-pr__balabel {
	position: absolute;
	top: 11px;
	z-index: 3;
	border-radius: 999px;
	padding: 6px 11px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
}
.atlas-pr__balabel--before { left: 11px; background: rgba(18, 41, 27, .76); color: #fff; }
.atlas-pr__balabel--after { right: 11px; background: var(--pr-green-solid); color: #fff; }

.atlas-pr__bahandle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--split);
	z-index: 3;
	width: 3px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .34);
	pointer-events: none;
}
.atlas-pr__baknob {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 12px;
	border-radius: 50%;
	background: #fff;
	color: var(--pr-green-solid);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .26);
}
.atlas-pr__bahand {
	position: absolute;
	top: calc(50% + 46px);
	left: 50%;
	width: 44px;
	height: 44px;
	/* Centred by the transform, which the keyframes then nudge sideways. It is
	   repeated here so the hand stays centred when the animation is off. */
	transform: translateX(-50%);
	animation: atlas-pr-hand 2.6s ease-in-out infinite;
	filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .35));
}
/* The hint has done its job once the visitor has dragged. */
.atlas-pr__ba.is-touched .atlas-pr__bahand { display: none; }

@keyframes atlas-pr-hand {
	0%, 100% { transform: translate(-50%, 0); }
	30% { transform: translate(calc(-50% - 12px), 0); }
	65% { transform: translate(calc(-50% + 12px), 0); }
}

/* The range sits over the whole stage: dragging anywhere moves the wipe.
   Transparent, with a wide thumb so a finger has something to grab. */
.atlas-pr .atlas-pr__barange {
	position: absolute;
	inset: 0;
	z-index: 4;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 0;
	cursor: ew-resize;
}
.atlas-pr .atlas-pr__barange::-webkit-slider-thumb { -webkit-appearance: none; width: 44px; height: 100%; }
.atlas-pr .atlas-pr__barange::-moz-range-thumb { width: 44px; height: 100%; border: 0; }

.atlas-pr__bacaption {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin-top: 14px;
}
.atlas-pr__batitle { font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--pr-ink); }
.atlas-pr__baloc { font-size: 15px; font-weight: 500; line-height: 1.3; color: var(--pr-green); }

.atlas-pr__badots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}
.atlas-pr .atlas-pr__badot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #cfd6cc;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease;
}
.atlas-pr .atlas-pr__badot.is-active { background: var(--pr-green-solid); transform: scale(1.3); }

/* --- 4. produse -------------------------------------------------------- */

.atlas-pr__products { background: #fff; padding: 26px var(--pr-pad) 28px; }

.atlas-pr__prodgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	max-width: var(--pr-max);
	margin: 0 auto;
}
/* The design shows six cards on the small artboard and eight on the wide one.
   One loop, two columns: the tail is dropped below the desktop breakpoint. */
.atlas-pr__prod:nth-child(n+7) { display: none; }

.atlas-pr__prod {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--pr-card-line);
	border-radius: 14px;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.atlas-pr__prod:hover {
	border-color: #cfe0c3;
	box-shadow: 0 14px 32px rgba(20, 50, 28, .10);
}

.atlas-pr__prodmedia {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--pr-tile-soft);
}
.atlas-pr__prodmedia img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.atlas-pr__prodph {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: var(--pr-tile);
	border-bottom: 1px dashed #dfe5d9;
	color: var(--pr-muted);
}
.atlas-pr__prodph .atlas-pr__svg { width: 24px; height: 24px; }
.atlas-pr__prodphlabel {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.atlas-pr__prodbody {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 12px 13px 14px;
}
.atlas-pr__prodcode {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pr-green);
}
.atlas-pr__prodname {
	margin: 0 0 9px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.32;
	color: var(--pr-ink);
}
/* Stretched link: the whole card is clickable, and the button below stays a
   separate control instead of being nested inside an anchor. */
.atlas-pr__prodlink::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.atlas-pr__prodspecs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
}
.atlas-pr__prodspec {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--pr-tile-soft);
	border-radius: 8px;
	padding: 6px 9px;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1;
	color: var(--pr-body);
}
.atlas-pr__prodspecicon {
	display: flex;
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	color: var(--pr-green);
}

.atlas-pr__prodfoot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
}
.atlas-pr__prodgo {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: var(--pr-green-solid);
}

.atlas-pr .atlas-pr__prodadd {
	position: relative;
	z-index: 2; /* above the stretched link */
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	padding: 8px;
	border-radius: 10px;
	background: var(--pr-cream);
	border: 1px solid var(--pr-cream-line);
	color: var(--pr-green-solid);
	transition: background .18s ease, color .18s ease;
}
.atlas-pr .atlas-pr__prodadd:hover { background: var(--pr-green-solid); color: #fff; }
/* atlas-shop-page.css puts a "+" glyph before every a.add_to_cart_button. In
   this card the icon says it already. */
.atlas-pr .atlas-pr__prodadd::before { content: none; margin: 0; }
.atlas-pr .atlas-pr__prodadd.loading { opacity: .55; }
.atlas-pr .atlas-pr__prodadd.added { background: var(--pr-green-solid); color: #fff; }

/* --- 5. clienți -------------------------------------------------------- */

.atlas-pr__clients {
	overflow: hidden;
	background: var(--pr-dark);
	padding: 14px 0 16px;
}
.atlas-pr__clientslabel {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 var(--pr-pad) 10px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .16em;
	color: var(--pr-lime);
}
.atlas-pr__clientsdot {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pr-lime);
}

.atlas-pr__marquee { overflow: hidden; }
.atlas-pr__marqueetrack {
	display: flex;
	width: max-content;
	animation: atlas-pr-marquee 30s linear infinite;
}
.atlas-pr__marqueeset { display: flex; flex: 0 0 auto; }
.atlas-pr__place {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 16px;
	padding-right: 16px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}
.atlas-pr__placedot {
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.atlas-pr__placedot--0 { background: #8CD84B; }
.atlas-pr__placedot--1 { background: #FF7A59; }
.atlas-pr__placedot--2 { background: #FFC93C; }
.atlas-pr__placedot--3 { background: #5BC8F5; }

@keyframes atlas-pr-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* --- 6. text SEO + CTA ------------------------------------------------- */

.atlas-pr__seo { background: #fff; padding: 26px var(--pr-pad) 30px; }
.atlas-pr__seocopy p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.7;
}
.atlas-pr__seocopy p:last-child { margin-bottom: 22px; }

.atlas-pr__quote {
	background: var(--pr-cream);
	border: 1px solid var(--pr-cream-line);
	border-radius: 16px;
	padding: 22px 20px;
}
.atlas-pr__quotelead {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.6;
}
.atlas-pr__included {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 18px;
}
.atlas-pr__included li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}
.atlas-pr__tick {
	display: flex;
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-top: 3px;
	color: #4c9a3f;
}

.atlas-pr__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--pr-green-solid);
	border-radius: 13px;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: background .18s ease;
}
.atlas-pr .atlas-pr__cta,
.atlas-pr .atlas-pr__cta:hover { color: #fff; }
.atlas-pr__cta:hover { background: var(--pr-green-hover); }
.atlas-pr__cta .atlas-pr__linkarrow { width: 17px; height: 17px; }

/* --- 7. procesul de amenajare ------------------------------------------ */

.atlas-pr__steps {
	background: var(--pr-cream);
	border-top: 1px solid var(--pr-band-line);
	padding: 26px var(--pr-pad) 30px;
}
.atlas-pr__stepshead { margin-bottom: 20px; }
.atlas-pr__stepshead p { margin: 0; font-size: 15px; line-height: 1.65; }

.atlas-pr__stepgrid {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: var(--pr-max);
	margin: 0 auto;
}
.atlas-pr__step {
	background: #fff;
	border: 1px solid var(--pr-band-line);
	border-radius: 16px;
	padding: 20px 18px;
}
.atlas-pr__stephead {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 13px;
	margin-bottom: 12px;
}
.atlas-pr__stepnum {
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.04em;
	color: #d9e4d2;
}
.atlas-pr__stepicon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	padding: 11px;
	border-radius: 12px;
	background: var(--pr-green-solid);
	color: #fff;
}
.atlas-pr__steptitle {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.28;
	color: var(--pr-ink);
}
.atlas-pr__step p { margin: 0; font-size: 14px; line-height: 1.6; }

/* --- 8. harta ---------------------------------------------------------- */

.atlas-pr__map {
	background: #fff;
	border-top: 1px solid var(--pr-line);
	padding: 26px var(--pr-pad) 24px;
}
.atlas-pr__maphead p { margin: 0 0 16px; font-size: 15px; line-height: 1.65; }
.atlas-pr__mapimg { display: block; width: 100%; height: auto; }

/* --- 9. 10 motive ------------------------------------------------------ */

.atlas-pr__reasons {
	background: var(--pr-cream);
	border-top: 1px solid var(--pr-band-line);
	padding: 26px var(--pr-pad) 30px;
}
.atlas-pr__reasonshead { margin-bottom: 20px; }
.atlas-pr__reasonshead p { margin: 0; font-size: 15px; line-height: 1.65; }

.atlas-pr__reasongrid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: var(--pr-max);
	margin: 0 auto;
}
.atlas-pr__reason {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	background: #fff;
	border: 1px solid var(--pr-band-line);
	border-radius: 14px;
	padding: 16px;
}
.atlas-pr__reasonnum {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: var(--pr-green-solid);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}
.atlas-pr__reasontext {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	font-size: 14px;
	line-height: 1.55;
}
.atlas-pr__reasontitle {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pr-ink);
}

/* ==========================================================================
   Tablet, 768px and up
   ========================================================================== */

@media (min-width: 768px) {

	.atlas-pr { --pr-pad: 32px; }

	.atlas-pr__catgrid { grid-template-columns: repeat(3, 1fr); }
	.atlas-pr__prodgrid { grid-template-columns: repeat(3, 1fr); }
	.atlas-pr__prod:nth-child(n+7) { display: flex; }

	.atlas-pr__stepgrid { display: grid; grid-template-columns: 1fr 1fr; }
	.atlas-pr__reasongrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }

	.atlas-pr__bastage { aspect-ratio: 16 / 10; }
}

/* ==========================================================================
   Desktop, 993px and up
   ========================================================================== */

@media (min-width: 993px) {

	/* The gutter grows past 56px once the viewport is wider than --pr-max, so
	   the content stays centred without a wrapper inside every section. */
	.atlas-pr { --pr-pad: max(56px, (100% - var(--pr-max)) / 2); }

	.atlas-pr__h1 { font-size: 44px; line-height: 1.12; letter-spacing: -.03em; }
	.atlas-pr__h2 { font-size: 30px; line-height: 1.2; letter-spacing: -.026em; }
	.atlas-pr__h3 { font-size: 24px; line-height: 1.22; letter-spacing: -.022em; }

	/* --- hero --- */

	.atlas-pr__hero { padding: 38px var(--pr-pad) 36px; }
	.atlas-pr__heroglow { right: -170px; top: -250px; width: 640px; height: 640px; }
	.atlas-pr__crumbs { gap: 10px; margin-bottom: 20px; font-size: 14px; }
	.atlas-pr__crumbsep { width: 14px; height: 14px; }

	.atlas-pr__herorow {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 56px;
	}
	.atlas-pr__herocopy { flex: 1 1 0; min-width: 0; }
	.atlas-pr__h1 { margin-bottom: 12px; }
	.atlas-pr__lead { max-width: 860px; margin: 0; font-size: 17px; line-height: 1.7; }

	.atlas-pr__stats { flex: 0 0 auto; display: flex; gap: 12px; }
	.atlas-pr__stat { width: 168px; border-radius: 16px; padding: 18px 20px; }
	.atlas-pr__statvalue { font-size: 25px; }
	.atlas-pr__statlabel { margin-top: 7px; font-size: 13px; }

	/* --- shared section header --- */

	.atlas-pr__sechead {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 40px;
		max-width: var(--pr-max);
		margin: 0 auto 24px;
	}
	.atlas-pr__sechead .atlas-pr__h2 { margin-bottom: 0; }
	.atlas-pr__seclink { display: flex; flex: 0 0 auto; }

	/* --- categorii --- */

	.atlas-pr__cats { padding: 40px var(--pr-pad) 46px; }
	.atlas-pr__catgrid { grid-template-columns: repeat(5, 1fr); gap: 16px; }

	.atlas-pr__cat {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		border-radius: 16px;
		padding: 0;
		overflow: hidden;
	}
	.atlas-pr__catmedia {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		border-radius: 0;
		background: var(--pr-tile-soft);
	}
	.atlas-pr__catph .atlas-pr__svg { width: 26px; height: 26px; }
	.atlas-pr__catphlabel { display: block; }

	/* On desktop the small navigation crop stands down for the neutral tile. */
	.atlas-pr__cat.is-smallimage .atlas-pr__catimg { display: none; }
	.atlas-pr__cat.is-smallimage .atlas-pr__catph { display: flex; }

	.atlas-pr__catbody {
		display: flex;
		flex-direction: column;
		gap: 8px;
		flex: 1 1 auto;
		padding: 14px 16px 16px;
	}
	.atlas-pr__catname { font-size: 15px; font-weight: 700; }
	.atlas-pr__catmore {
		display: flex;
		align-items: center;
		gap: 7px;
		margin-top: auto;
		font-size: 13px;
		font-weight: 700;
		line-height: 1;
		color: var(--pr-green);
	}

	/* --- înainte / după --- */

	.atlas-pr__ba {
		display: flex;
		align-items: flex-start;
		gap: 48px;
		padding: 44px var(--pr-pad) 48px;
	}
	.atlas-pr__bacopy { flex: 0 0 auto; width: 400px; padding-top: 6px; }
	.atlas-pr__bacopy .atlas-pr__h2 { margin-bottom: 14px; }
	.atlas-pr__bacopy p { margin-bottom: 24px; font-size: 16px; line-height: 1.7; }
	.atlas-pr__baview { flex: 1 1 0; min-width: 0; }

	.atlas-pr__balist { display: flex; flex-direction: column; gap: 3px; }
	.atlas-pr .atlas-pr__barow {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		border: 0;
		border-radius: 12px;
		padding: 14px 16px;
		background: transparent;
		font-family: inherit;
		text-align: left;
		color: var(--pr-body);
		cursor: pointer;
		transition: background .18s ease, color .18s ease;
	}
	.atlas-pr .atlas-pr__barow:hover { background: rgba(55, 118, 90, .09); }
	.atlas-pr .atlas-pr__barow.is-active,
	.atlas-pr .atlas-pr__barow.is-active:hover { background: var(--pr-green-solid); color: #fff; }
	.atlas-pr__barowtitle { font-size: 16px; font-weight: 700; line-height: 1.3; }
	.atlas-pr__barowloc { font-size: 14px; font-weight: 500; line-height: 1.3; opacity: .72; }
	.atlas-pr__barowarrow { display: flex; flex: 0 0 auto; width: 16px; height: 16px; margin-left: auto; }

	.atlas-pr__bastage { border-radius: 18px; box-shadow: 0 22px 46px rgba(20, 50, 28, .18); }
	.atlas-pr__balabel { top: 16px; padding: 7px 14px; font-size: 11px; letter-spacing: .11em; }
	.atlas-pr__balabel--before { left: 16px; }
	.atlas-pr__balabel--after { right: 16px; }
	.atlas-pr__baknob { width: 54px; height: 54px; padding: 16px; }
	.atlas-pr__bahand { top: calc(50% + 58px); width: 56px; height: 56px; }

	/* On desktop the list on the left is the control, and the project name
	   sits under the stage rather than above the dots. */
	.atlas-pr__bacaption { flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; }
	.atlas-pr__batitle { font-size: 20px; }
	.atlas-pr__baloc { font-size: 17px; }
	.atlas-pr__badots { display: none; }

	/* --- produse --- */

	.atlas-pr__products { padding: 44px var(--pr-pad) 48px; }
	.atlas-pr__prodgrid { grid-template-columns: repeat(4, 1fr); gap: 18px; }

	.atlas-pr__prod { border-radius: 18px; }
	.atlas-pr__prodmedia { aspect-ratio: 4 / 3; }
	.atlas-pr__prodph .atlas-pr__svg { width: 30px; height: 30px; }
	.atlas-pr__prodbody { padding: 16px 18px 18px; }
	.atlas-pr__prodcode { margin-bottom: 6px; font-size: 11px; }
	.atlas-pr__prodname { margin-bottom: 10px; font-size: 16px; line-height: 1.3; }
	.atlas-pr__prodspecs { margin-bottom: 14px; }
	.atlas-pr__prodgo { font-size: 14px; }

	/* --- clienți --- */

	.atlas-pr__clients { display: flex; align-items: center; gap: 34px; padding: 22px 0; }
	.atlas-pr__clientslabel { flex: 0 0 auto; gap: 11px; padding: 0 0 0 var(--pr-pad); font-size: 13px; }
	.atlas-pr__clientsdot { width: 9px; height: 9px; }
	.atlas-pr__marquee { flex: 1 1 auto; min-width: 0; }
	.atlas-pr__marqueetrack { animation-duration: 34s; }
	.atlas-pr__place { gap: 22px; padding-right: 22px; font-size: 20px; }
	.atlas-pr__placedot { width: 8px; height: 8px; }

	/* --- text SEO + CTA --- */

	.atlas-pr__seo {
		display: flex;
		align-items: flex-start;
		gap: 48px;
		padding: 44px var(--pr-pad) 50px;
	}
	.atlas-pr__seocopy { flex: 1 1 0; min-width: 0; }
	.atlas-pr__seocopy .atlas-pr__h2 { margin-bottom: 16px; font-size: 28px; line-height: 1.22; letter-spacing: -.024em; }
	.atlas-pr__seocopy p { font-size: 16px; line-height: 1.75; }
	.atlas-pr__seocopy p:last-child { margin-bottom: 0; }

	.atlas-pr__quote { flex: 0 0 auto; width: 460px; border-radius: 20px; padding: 30px 32px; }
	.atlas-pr__quotelead { margin-bottom: 22px; font-size: 15px; line-height: 1.65; }
	.atlas-pr__included { gap: 12px; margin-bottom: 22px; }
	.atlas-pr__included li { gap: 11px; font-size: 15px; }
	.atlas-pr__tick { width: 16px; height: 16px; }
	.atlas-pr__cta {
		gap: 11px;
		border-radius: 14px;
		padding: 17px 22px;
		font-size: 17px;
		box-shadow: 0 10px 24px rgba(55, 118, 90, .24);
	}

	/* --- procesul --- */

	.atlas-pr__steps { padding: 44px var(--pr-pad) 50px; }
	.atlas-pr__stepshead { max-width: 820px; margin: 0 auto 30px; }
	.atlas-pr__stepshead .atlas-pr__h2 { margin-bottom: 12px; }
	.atlas-pr__stepshead p { font-size: 16px; line-height: 1.7; }
	/* The head is held to 820px inside a centred column, so it needs the same
	   left edge as the grid rather than the middle of the page. */
	.atlas-pr__stepshead,
	.atlas-pr__reasonshead { margin-left: 0; margin-right: auto; }

	.atlas-pr__stepgrid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
	.atlas-pr__step { border-radius: 18px; padding: 26px 24px; }
	.atlas-pr__stephead {
		flex-direction: row;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 18px;
	}
	.atlas-pr__stepnum { font-size: 32px; }
	.atlas-pr__stepicon { width: 46px; height: 46px; padding: 12px; border-radius: 13px; }
	.atlas-pr__steptitle { margin-bottom: 9px; font-size: 19px; }
	.atlas-pr__step p { font-size: 15px; line-height: 1.65; }

	/* --- harta --- */

	.atlas-pr__map { padding: 44px var(--pr-pad) 40px; }
	.atlas-pr__maphead { max-width: 900px; margin: 0 auto 28px; text-align: center; }
	.atlas-pr__maphead .atlas-pr__h2 { margin-bottom: 10px; }
	.atlas-pr__maphead p { margin: 0; font-size: 16px; line-height: 1.7; }
	.atlas-pr__mapimg { max-width: 1000px; margin: 0 auto; }

	/* --- 10 motive --- */

	.atlas-pr__reasons { padding: 44px var(--pr-pad) 50px; }
	.atlas-pr__reasonshead { max-width: 860px; margin-bottom: 28px; }
	.atlas-pr__reasonshead .atlas-pr__h2 { margin-bottom: 12px; }
	.atlas-pr__reasonshead p { font-size: 16px; line-height: 1.7; }

	.atlas-pr__reasongrid { grid-template-columns: repeat(2, 1fr); gap: 14px 22px; }
	.atlas-pr__reason { border-radius: 16px; padding: 20px 22px; gap: 16px; }
	.atlas-pr__reasonnum { width: 34px; height: 34px; border-radius: 10px; font-size: 14px; }
	.atlas-pr__reasontext { gap: 5px; font-size: 15px; line-height: 1.6; }
	.atlas-pr__reasontitle { font-size: 17px; }
}

/* ==========================================================================
   Reduced motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	.atlas-pr__marqueetrack,
	.atlas-pr__bahand { animation: none; }
	.atlas-pr * { transition: none !important; }
}
