@media (max-width: 1280px) {
.floating_button_order {
  position: fixed;
  right: 10px;
  top: -3px;
}
.order-container {
  display: flex;
  align-items: center;
  background-color: #e0f8f0; /* verde deschis tip WhatsApp */
  padding: 2px 15px;
  border-radius: 12px;
  color: #075e54; /* culoarea clasică WhatsApp */
  max-width: 400px;
}
.order-title {
  font-weight: bold;
  font-size: 15px !important;
  margin-bottom: 0px;
}
}

.floating-button-map {
  position: fixed;
  bottom: 20px;
  right: 20px
  
}

.floating-button-map {
  position: fixed;
  bottom: 20px;
  right: 20px
}

.floating-button-phone {
  position: fixed;
  bottom: 90px;
  right: 20px
}
.order-container {
  display: flex;
  align-items: center;
  background-color: #e0f8f0; /* verde deschis tip WhatsApp */
  padding: 10px 15px;
  border-radius: 12px;
  color: #075e54; /* culoarea clasică WhatsApp */
  max-width: 400px;
}

.order-icon {
  font-size: 20px;
  margin-right: 12px;
}

.order-text {
  display: flex;
  flex-direction: column;
}

.order-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
}

.order-number {
  font-size: 15px;
  color: #128c7e;
}
.phone-container {
  display: flex;
  align-items: center;
  background-color: #e0f8f0; /* verde deschis tip WhatsApp */
  padding: 2px 20px;
  border-radius: 12px;
  color: #075e54; /* culoarea clasică WhatsApp */
  max-width: 400px;
}

.phone-icon {
  font-size: 28px;
  margin-right: 12px;
}

.phone-text {
  display: flex;
  flex-direction: column;
}

.phone-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.phone-number {
  font-size: 15px;
  color: #128c7e;
}

.map-container {
	display: flex;
  align-items: center;
  background-color: #e0f8f0;
  padding: 2px 10px;
  border-radius: 12px;
  color: #1b5e20;
  max-width: 210px;
}

.map-icon {
  font-size: 28px;
  margin-right: 12px;
}

.map-text {
  display: flex;
  flex-direction: column;
}

.map-title {
  font-weight: bold;
  font-size: 14px;

}

.map-address {
  font-size: 13px;

}


.pr-6 {
	padding-right:1.5rem
}

.anchor svg {
	display:inline;
}

.dark .toc-wrapper {
	background-color: var(--tw-prose-pre-bg)!important;
	border-color: rgb(55 65 81/var(--tw-divide-opacity))!important;
}

.light .toc-wrapper {
	border-color: rgb(229 231 235/var(--tw-divide-opacity))!important;
}

.toc-wrapper a, .related-posts a {
	text-decoration: none;
}

.toc-link a {
	display:none;
}

.toc-link:hover a{
	display:inline-block;
}

.tags a {
	margin-right: .75rem;
}

.category a {
	margin-right: .1rem;	
}

.category {
	line-height:3.2rem;
}

.read-more {
	text-decoration:inherit;
}

.nav-top li {
	display:inline-block;
    margin-left: 1.5rem;
	font-weight: 600;
}
.nav-link {
  font-size: 14px;
}
.nav-mobile li{
	outline-width: 0;
	outline-style: solid;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 1.rem;
	line-height: 2rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

.menu-mobile {
	display:none;
}

@media (max-width: 640px) {
	.nav-top {
		display:none;
	}
	.is-menu-open .menu-mobile {
		display:block!important;
	}
}

.search-form {
	display:none;
}

.is-search-open .search-form {
	display: flex;
}

.tags a:hover {
	color:rgb(190 24 93);
}


.dark .tags a:hover {
	color:rgb(244 114 182);
}

.thumbnail {
	position:relative;
	display:block;
}

.nav li > ul {
	display:none;
}

.footnotes {
	margin-top:0;
	border:none;
}

.footnotes ol {
	margin-bottom:0;
	padding-top: 1.5em;
}

.footnotes > hr {
	margin:0;
}

.thumb-icon { 
	background: rgba(0,0,0,0.7); 
	color: #fff; 
	text-align: center; 
	display: block; 
	width: 32px; 
	height: 32px; 
	position: absolute; 
	bottom: 50%; 
	left: 50%; 
	margin-left: -16px; 
	margin-bottom: -16px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	-moz-transition: all 0.7s ease; 
	-webkit-transition: all 0.7s ease; 
	transition: all 0.7s ease;
}

.thumb-icon svg {
  margin: 1px 0 0 2px;
}

.thumbnail:hover .thumb-icon { 
	background: #fff; 
	color: #333; 
}

.hero-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #a65634; /* maro roșcat */
  border-radius: 40px;
  overflow: hidden;
 
  max-width: 1400px;
  margin: 0 auto;
  gap: 40px;
}

.hero-content {
  max-width: 600px;
  color: white;
  margin-left: 36px;
}

.hero-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 16px;
  line-height: 1.6;

}

.hero-button {
  background-color: #1c1c1c;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 9999px;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.hero-button:hover {
  background-color: #333;
}

.hero-image img {
  max-width: 727px;
  width: 141%;
  height: auto;
  border-radius: 0 40px 40px 0;
}

.about-section {
  background-color: #fef4ee;
  padding: 60px 20px;
  border-radius: 40px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-text {
  font-size: 16px;
  color: #444;
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.about-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

.about-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.process-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.process-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
}

.process-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.process-step {
  max-width: 500px;
  margin-bottom: 40px;
}

.process-step.left,
.process-step.right {
  text-align: left;
}

.process-step.center {
  text-align: center;
}

.process-step h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.process-step p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.process-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.process-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 10px 0 30px;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #00b4b6;
}


.cards-section {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 40px 20px;
  overflow: hidden;
}

.card {

  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.service-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.service-box {
  flex: 1 1 220px;
  text-align: center;
}

.service-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.service-text {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

 :root {
    --gap: 12px;
    --radius: 14px;
  }

  .galerie {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* desktop (poți seta 3/5 etc.) */
    gap: var(--gap);
  }

  /* Item */
  .galerie__item {
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    outline: none;
  }

  .galerie__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3; /* schimbă dacă vrei pătrate: 1 / 1 */
    transition: transform .25s ease;
  }



  .galerie__item:hover img { transform: scale(1.03); }
  .galerie__item:focus-visible { box-shadow: 0 0 0 3px rgba(0, 120, 255, .35); }

  /* ✅ breakpoint-uri: 2 pe rând, apoi 1 pe rând */
  @media (max-width: 900px) {
    .galerie { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 520px) {
    .galerie { grid-template-columns: 1fr; }
  }

.testimonials {
  display: flex;
  gap: 40px;
  background: #f8efea;
  border-radius: 28px;
  padding: 40px;
  flex-wrap: wrap;
}

.testimonials-left {
  flex: 1 1 350px;
}

.testimonials-left h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.testimonials-left p {
  color: #555;
  line-height: 1.5;
}

.testimonials-right {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.review {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.review img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.review h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.review p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonials {
    flex-direction: column;
  }
  .testimonials-left {
    order: -1;
  }
  .testimonials-right {
    gap: 20px;
  }
  .review {
    flex-direction: column;
    text-align: left;
  }
  .review img {
    margin-bottom: 10px;
  }
}

.location{
  display:flex;
  gap:48px;
  align-items:flex-start;
  flex-wrap:wrap;
}

/* HARTA */
.location-map{
  flex: 1 1 640px; /* prioritar pe desktop */
  min-width: 280px;
}
.location-map iframe{
  width:100%;
  height: 430px;               /* ajustează după nevoie */
  border:0;
  border-radius: 24px;
}

/* TEXTUL DIN DREAPTA */
.location-info{
  flex: 0 1 520px;
  min-width: 280px;
}
.location-info h2{
  font-size: clamp(28px, 3.2vw, 56px);
  line-height:1.1;
  margin: 0 0 20px;
}

.contact-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:24px;
}
.contact-list li{
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.contact-list .ico{
  width:40px; height:40px;
  flex:0 0 40px;
  display:grid; place-items:center;
  border-radius:12px;
  background:#f2f2f2;
}
.contact-list .ico svg{
  width:22px; height:22px; fill:#222;
}
.contact-list .label{
  font-size: clamp(16px, 1.4vw, 22px);
  color:#545454;
}

/* RESPONSIVE — pe telefon textul sub hartă */
@media (max-width: 768px){
  .location{
    flex-direction:column;
    gap:22px;
    align-content: center;
  }
  .location-map iframe{
    height: 320px;
    border-radius: 20px;
  }
  .location-info h2{
    font-size: 32px;
  }
}

.repair-flow { --green: #20bfa9; --text:#2a2a2a;  color:var(--text);}
.repair-flow * { box-sizing: border-box; }
.rf-container { max-width: 1100px; margin: 0 auto; padding: 16px; }


/* Secțiunile */
.rf-row { display: flex; flex-direction: column; gap: 8px; }
.rf-step { background: #fff; padding: 12px 8px; text-align: center; }
.rf-icon { width: 54px; height: 54px; margin: 0 auto 10px; color: var(--green); }
.rf-title { font-weight: 700; font-size: 18px; margin: 6px 0 8px; }
.rf-text { font-size: 14px; line-height: 1.6; opacity: .9; max-width: 34ch; margin: 0 auto; }


/* Puncte între secțiuni (mobil) – 3 puncte verticale */
.rf-dots-mobile { display: flex; gap: 8px; justify-content: center; margin: 6px 0 2px; }
.rf-dots-mobile .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--green); }


/* Puncte între secțiuni (desktop) – un singur punct mare între coloane */
.rf-dots-desktop { display: none; align-items: center; justify-content: center; }
.rf-dots-desktop .dot { width: 14px; height: 14px; border-radius: 999px; background: var(--green); }


/* Desktop layout */
@media (min-width: 900px) {
.rf-row { flex-direction: row; align-items: stretch; gap: 26px; }
.rf-step { flex: 1; padding: 4px 8px; }
.rf-dots-mobile { display: none; }
.rf-dots-desktop { display: flex; width: 24px; }
.rf-title { font-size: 20px; }
.rf-text { font-size: 15px; max-width: 40ch; }
}

/* ===== Componenta: Espresso Cards ===== */
:root {
  --espresso-bg: #ffffff;
  --espresso-text: #1a1a1a;
  --espresso-muted: #4b4b4b;
  --espresso-btn: #1f1f1f;
  --espresso-btn-text: #fff;
  --espresso-radius: 24px;
  --espresso-gap: 24px;
  --espresso-shadow: 0 12px 30px rgba(0,0,0,.10);
  --espresso-orange: #c7692b; /* pentru banda de accent */
}

/* containerul grilei */
.espresso-cards {
  display: grid;
  grid-template-columns: 1fr;               /* mobil: 1 pe rând */
  gap: 28px;
  max-width: 100%;
  margin: 0 auto;

  box-sizing: border-box;
}

/* card */
.espresso-card {
  background: var(--espresso-bg);
  border-radius: calc(var(--espresso-radius) + 4px);
  box-shadow: var(--espresso-shadow);
  overflow: hidden; /* rotunjire si pentru imagine */
  display: grid;
  grid-template-rows: auto minmax(220px, 1fr);
}

/* heading + text + buton */
.espresso-card__header {
  padding: clamp(18px, 3.2vw, 32px);
}

.espresso-title {
  color: var(--espresso-text);
  line-height: 0.92;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
  font-weight: 800;
  font-size: clamp(28px, 4.2vw, 39px); /* mare ca în design */
}

.espresso-text {
  color: var(--espresso-muted);
  margin: 0 0 18px 0;
  font-size: clamp(14px, 2.2vw, 18px);
}

/* buton */
.espresso-btn {
  display: inline-block;
  background: var(--espresso-btn);
  color: var(--espresso-btn-text);
  text-decoration: none;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 999px;
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
}
.espresso-btn:active { transform: translateY(1px) scale(0.99); }
.espresso-btn:hover { box-shadow: 0 10px 22px rgba(0,0,0,.18); }

/* zona imaginii, cu bandă de accent ca în captură */
.espresso-media {
  margin: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,0) 40%), 
              linear-gradient(0deg, var(--espresso-orange), var(--espresso-orange));
  min-height: 220px;
}
.espresso-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  /* ridicat ușor de banda portocalie */
 
}

/* ====== Responsive ====== */

/* tablete: 2 pe rând */
@media (min-width: 680px) and (max-width: 1019.98px) {
  .espresso-cards { grid-template-columns: repeat(2, 1fr); }
  .espresso-media img { height: 300px; }
}

/* desktop: 3 pe rând */
@media (min-width: 1020px) {
  .espresso-cards { grid-template-columns: repeat(3, 1fr); }
  .espresso-media img { height: 280px; }
}

/* preferință: reduce animațiile când userul alege reduce motion */
@media (prefers-reduced-motion: reduce) {
  .espresso-btn { transition: none; }
}

.coffee-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}

.coffee-logo {
  flex: 1 1 200px;
  text-align: center;
}

.coffee-logo img {
  max-width: 120px;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-icons a {
  font-size: 1.5rem;
  color: #000;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #b5651d; /* accent coffee */
}

.coffee-content {
  flex: 3 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.column h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column ul li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #aaa;
  font-size: 0.95rem;
}

.column ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.column ul li a:hover {
  color: #b5651d;
}


/* Paleta de culori brand */
:root {
  --bg: #ffffff;              /* fundal general alb */
  --bg-2: #f5f5f5;           /* fundal secundar */
  --card: #f2e9e4;           /* carduri deschise */
  --text: #2b2b2b;           /* text principal */
  --muted: #4a4a4a;          /* text secundar */
  --accent: #a4573b;         /* accent maroniu (similar fundalului din imagine) */
  --accent-2: #803d28;       /* accent mai închis */
  --chip: #e2d3cc;           /* fundal elemente mici */
  --ring: rgba(164,87,59,.35);
  --shadow: 0 10px 30px rgba(0,0,0,.15);
  --radius: 18px;
}



.container { margin: 0 auto; padding: 28px 24px; }


.breadcrumb { display: flex; gap: 8px; color: var(--muted); font-size: 14px; align-items: center; }
.breadcrumb .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent-2); }

.eyebrow { padding: 4px 8px; background: var(--chip); border-radius: 999px; font-size: 12px; text-transform: uppercase; color: var(--muted); }

h1 { font-size: clamp(36px, 6vw, 54px); margin: 0 0 12px; }
h2 { font-size: 28px; margin: 0 0 12px; }
h3 { font-size: 20px; margin: 0 0 8px; }

.lead { max-width: 100%; color: var(--muted); font-size: 18px; }
.muted { color: var(--muted); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; }
.stat { background: var(--card); padding: 16px; border-radius: var(--radius); text-align: center; }
.stat strong { font-size: 26px; display: block; }
.stat span { font-size: 13px; color: var(--muted); }

/* Secțiuni */
.section { padding: 64px 0; }
.card { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; }

/* Layout grile */
.grid-2 { display: grid;  gap: 28px; align-items: start; }

.image { border-radius: var(--radius); min-height: 300px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.bean { height: 100%; width: 100%; opacity: .18; background: radial-gradient(circle at 50% 60%, var(--accent), transparent 55%); }

/* Features */
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature { display: flex; gap: 14px; background: var(--bg-2); padding: 16px; border-radius: 14px; border: 1px dashed var(--accent-2); }
.icon { width: 32px; height: 32px;  border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; }

/* Why */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px; }
.why .item { padding: 22px; border-radius: 16px; background: var(--bg-2); border: 1px solid var(--accent-2); }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service { padding: 20px; border: 1px solid var(--accent-2); border-radius: 16px; background: var(--bg-2); }

.note { background: var(--bg-2); border: 1px solid var(--accent-2); border-radius: 14px; padding: 16px; margin-top: 14px; }

/* CTA */
.cta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: var(--accent); color: #fff; }
.btn { padding: 14px 18px; border-radius: 14px; cursor: pointer; font-weight: 600; border: none; }
.btn-primary { background: #2b2b2b; color: #fff; }
.btn-ghost { background: transparent; border: 1px solid #fff; color: #fff; }

/* Footer */
.footer { padding: 40px 0; color: var(--muted); text-align: center; background: var(--bg-2); }

/* Responsive */
@media (max-width: 960px) {
  .grid-2, .cta { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .why { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .stats { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .service-grid, .why { grid-template-columns: 1fr; }
}

.container.card.cta {
  width: 100%;
}

.container.card.cta .muted {
  color: black;
}

/* contact.css */
/* Variabile simple pentru culori/spațiere */
:root {
  --bg: #ffffff;
  --ink: #1a1a1a;
  --muted: #6b6b6b;
  --accent: #b85c1b;      /* portocaliu cald (icoane/CTA) */
  --radius: 16px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --shadow: 0 8px 24px rgba(0,0,0,.06);
}

.contact {
  background: var(--bg);
  width: 100%; /* desktop wide 100% */
  color: var(--ink);
}

.contact__inner {
  /* păstrăm full-width, dar cu padding pentru aer */
  padding: clamp(24px, 4vw, 0px);
}

.contact__header {
  text-align: center;
  margin-bottom: var(--space-5);
}

.contact__header h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  margin: 0 0 var(--space-2) 0;
}

.contact__lead {
  max-width: 60ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 2.2vw, 18px);
}

.contact__grid {
  display: grid;
  gap: var(--space-4);
}

/* Carduri / item-uri */
.contact__item,
.contact__note {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--space-3);
  padding: var(--space-4);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}

.contact__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(184,92,27,.12);
}

.contact__icon svg {
  width: 28px;
  height: 28px;
  fill: var(--accent);
}

.contact__title {
  margin: 0 0 var(--space-1) 0;
  font-size: clamp(18px, 2.4vw, 24px);
}

.contact__text {
  margin: 0;
  color: var(--ink);
}

.contact__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.contact__list li + li {
  margin-top: 6px;
}

.contact__list a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.contact__list a:hover {
  border-bottom-color: var(--accent);
}

.contact__note {
  grid-template-columns: 56px 1fr;
  color: var(--muted);
}

.contact__cta {
  display: inline-block;
  margin-top: var(--space-3);
  padding: 14px 22px;
  background: linear-gradient(180deg, #d6722a, #a94912);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(169,73,18,.25);
  transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
}

.contact__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(169,73,18,.32);
}

.contact__cta:active {
  transform: translateY(0);
  opacity: .9;
}

/* ===== Responsive ===== */

/* Desktop (două coloane aerisite) */
@media (min-width: 960px) {
  .contact__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-5);
    align-items: start;
  }

  /* “Trimiteți-ne un mesaj” să ocupe o coloană întreagă */
  .contact__item--message {
    grid-column: span 2;
  }

  .contact__lead {
    font-size: 18px;
  }
}

/* Mobile (stack & spacing mai compact) */
@media (max-width: 959.98px) {
  .contact__item,
  .contact__note {
    grid-template-columns: 48px 1fr;
    padding: var(--space-3);
  }

  .contact__icon {
    width: 48px;
    height: 48px;
  }

  .contact__icon svg {
    width: 24px;
    height: 24px;
  }
}

/* ====== Service page – White Design (namespaced) ====== */
#service-page.service-scope{
  /* Paletă luminoasă */
          /* fundal pagină */
  --service-panel:#ffffff;           /* carduri / panouri */
  --service-panel-soft:#fafbff;      /* panou secundar */
  --service-stroke:#e5e7eb;          /* contururi subtile */
  --service-text:#111827;            /* text principal (aproape negru) */
  --service-muted:#6b7280;           /* text secundar */
  --service-accent:#b88420;          /* accent “auriu cafea”, dar pe deschis */
  --service-accent-ink:#ffffff;      /* text pe buton accent */
  --service-ring:rgba(184,132,32,.28);
  --service-shadow:0 8px 24px rgba(17,24,39,.08);
  --service-r-lg:16px;
  --service-r-sm:12px;
  --service-maxw:1100px;

  background: var(--service-bg);
  color:var(--service-text);
  line-height:1.6;
}

/* Utilities */
#service-page .service-container{  padding:0 16px; margin:0 auto; }
#service-page a{ color:inherit; text-decoration:none; }
#service-page p{ margin:0; }
#service-page ul,#service-page ol{ margin:0; padding:0; }

/* Headings */
#service-page .service-title{ font-size:clamp(28px,3.2vw,44px); line-height:1.15; margin:0 0 10px; }
#service-page .service-h2{ font-size:clamp(22px,2.3vw,30px); margin:0; }
#service-page .service-h4{ margin:0 0 4px; font-size:16px; }
#service-page .service-lead{ color:#374151; max-width:100%; }
#service-page .service-sectionhead{ margin:0 0 18px; }
#service-page .service-sub{ color:var(--service-muted); }

/* Buttons */
#service-page .service-btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px; padding:12px 18px; border:0; cursor:pointer;
  border-radius:999px; font-weight:600; box-shadow:0 4px 14px rgba(17,24,39,.08);
  transition:transform .08s ease, box-shadow .2s ease, opacity .2s ease, background .2s ease;
}
#service-page .service-btn:active{ transform:translateY(1px) scale(.99); }
#service-page .service-btn:focus-visible{ outline:3px solid var(--service-ring); outline-offset:2px; }
#service-page .service-btn--primary{
  background:linear-gradient(180deg, #d9a948, var(--service-accent));
  color:var(--service-accent-ink);
}
#service-page .service-btn--primary:hover{ filter:brightness(1.03); }
#service-page .service-btn--ghost{
  border:1px solid var(--service-stroke);
  background:#ffffff; color:var(--service-text);
}
#service-page .service-btn--ghost:hover{ background:#f3f4f6; }
#service-page .service-inline-link{ color:#0b62d6; text-decoration:underline; }

/* Hero (luminos, curat) */
#service-page .service-hero{
  padding:40px 0 26px;

}
#service-page .service-hero__content{
  padding:22px;
  background:var(--service-panel);
  border:1px solid var(--service-stroke);
  border-radius:var(--service-r-lg);
  box-shadow:var(--service-shadow);
}

/* Badges */
#service-page .service-cta{ display:flex; gap:10px; flex-wrap:wrap; margin:14px 0 8px; }
#service-page .service-badges{ display:flex; gap:8px; flex-wrap:wrap; color:#374151; }
#service-page .service-badges li{
  list-style:none; font-size:13px; border:1px solid var(--service-stroke);
  padding:6px 10px; border-radius:999px; background:#ffffff;
}

/* Brands */
#service-page .service-brands{ padding:14px 0; background:#ffffff; }
#service-page .service-brandrow{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
#service-page .service-brandrow li{
  list-style:none; font-size:14px; color:#374151;
  padding:8px 12px; border-radius:999px; background:#f3f4f6; border:1px solid var(--service-stroke);
}

/* Grid */
#service-page .service-grid{ display:grid; gap:16px; }
#service-page .service-grid--3{ grid-template-columns:1fr; }
@media (min-width:760px){
  #service-page .service-grid--3{ grid-template-columns:repeat(3, minmax(0,1fr)); }
}

/* Cards */
#service-page .service-card{
  background:var(--service-panel);
  border:1px solid var(--service-stroke);
  border-radius:var(--service-r-lg);
  padding:20px; box-shadow:var(--service-shadow);
}
#service-page .service-card--soft{ background:var(--service-panel-soft); }
#service-page .service-card__title{ font-size:18px; margin:0 0 8px; }
#service-page .service-card__text{ color:#374151; }

/* Lists (check bullets vizibile pe deschis) */
#service-page .service-list{ display:grid; gap:8px; padding:0; margin:10px 0 0; }
#service-page .service-list li{ list-style:none; position:relative; padding-left:26px; color:#1f2937; }
#service-page .service-list li::before{
  content:""; position:absolute; left:0; top:7px; width:16px; height:16px;
  border-radius:4px; border:2px solid var(--service-accent); background:#fff;
}
#service-page .service-list li::after{
  content:""; position:absolute; left:5px; top:10px; width:6px; height:10px;
  border-right:2px solid var(--service-accent); border-bottom:2px solid var(--service-accent);
  transform:rotate(45deg);
}

/* Process timeline (light) */
#service-page .service-process{ padding:59px 0 8px; }
#service-page .service-timeline{ display:grid; gap:14px; }
#service-page .service-timeline__item{
  list-style:none; display:grid; grid-template-columns:24px 1fr; gap:12px; align-items:flex-start;
}
#service-page .service-timeline__dot{
  width:24px; height:24px; border-radius:50%;
  background:var(--service-accent); box-shadow:0 0 0 4px rgba(184,132,32,.18);
}
#service-page .service-timeline__card{
  background:#ffffff; border:1px solid var(--service-stroke);
  border-radius:var(--service-r-sm); padding:14px; color:#1f2937;
}
#service-page .service-timeline__card p{ color:#374151; }

/* Contact (no form) */
#service-page .service-contact{ padding:18px 0 40px; }
#service-page .service-contactlist{ display:grid; gap:8px; color:#1f2937; margin:6px 0 14px; }
#service-page .service-contactlist a{ color:#0b62d6; }

/* Focus & accesibilitate */
@media (prefers-reduced-motion:reduce){
  #service-page *{ transition:none !important; }
}

:root {
  --gold: #d4af37;
  --black: #0c0c0c;
  --text: #f6f6f6;
  --radius: 16px;
}

body {
  background: var(--black);
  font-family: Arial, sans-serif;
  color: var(--text);
  margin: 0;
  padding: 20px;
}

/* TOATE pe un singur rând */
.cards {
  display: flex;
  gap: 20px;
  justify-content: center; /* le centrează pe orizontală */
  flex-wrap: nowrap;       /* împiedică trecerea pe alt rând */
  overflow-x: auto;        /* dacă ecranul e prea mic -> scroll lateral */
}

.card {
  flex: 0 0 300px; /* lățime fixă de card */
  background: #111;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}



.card img {
  width: 55%;
  height: auto;
  border-radius: var(--radius) var(--radius) 0 0;
  margin-bottom: 12px;
  margin: 0 auto;
}

.card h2 {
  color: black;
  margin: 10px 0;
}

.card p {
  flex-grow: 1;
  font-size: 14px;
  margin-bottom: 16px;
}

.card button {
  background: #b9931a;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: var(--radius);
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease;
}

.card button:hover {
  background: #b9931a;
  color: #fff;
}

.cards {
  padding-bottom: 19px;
}


/* Dropdown basics (desktop) */
.nav .dropdown { position: relative; }
.nav .dropdown > .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  min-width: 12rem;
  z-index: 50;
  background: white;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: .5rem;
  padding: .5rem 0;
}
.dark .nav .dropdown > .dropdown-menu { background: #0b0f19; border-color: rgba(255,255,255,.08); }

.nav .dropdown:hover > .dropdown-menu { display: block; } /* hover pe desktop */

/* Linkuri din dropdown */
.nav .dropdown-menu > li > a {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  width: max-content;
}

/* Mobile: folosim clasa .open pusă din JS */
.nav-mobile .dropdown > .dropdown-menu {
  position: static;
  display: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.nav-mobile .dropdown.open > .dropdown-menu { display: block; }


/* Container general */
.brand-service-page {
  --c-bg: #ffffff;
  --c-text: #222;
  --c-muted: #6b7280;
  --c-primary: #0a7cff;   /* albastru curat */
  --c-primary-ink: #fff;
  --c-border: #e5e7eb;
  --c-card: #f9fafb;

  background: var(--c-bg);
  color: var(--c-text);
  line-height: 1.65;
  font-size: 16px;

}

/* Breadcrumb */
.bcrumb {
  font-size: 0.875rem;
  color: var(--c-muted);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.bcrumb a { color: var(--c-muted); text-decoration: none; }
.bcrumb a:hover { text-decoration: underline; }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.hero_about {
  display: grid;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.hero .lead {
  font-size: 1.05rem;
  color: var(--c-muted);
  margin-top: 8px;
}
.hero__media .media-card {

}
.media-card img { display: block; width: 70%; height: auto; margin: 0 auto; }
.media-card figcaption {
  padding: 10px 14px;
  font-size: 0.875rem;
  color: var(--c-muted);
}

/* Headings */
h1 {
  font-size: clamp(1.6rem, 2.2vw + 1rem, 2.2rem);
  line-height: 1.25;
  margin: 0 0 8px;
}
h2 {
  font-size: clamp(1.25rem, 1.2vw + 1rem, 1.6rem);
  margin: 28px 0 12px;
}
h3 { font-size: 1.05rem; margin: 6px 0 8px; }

/* Buttons & CTAs */
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--c-border);
  text-decoration: none;
  font-weight: 600;
  transition: transform .05s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #b9931a; color: white; border-color: #b9931a; }
.btn-secondary { background: #111827; color: #fff; border-color: #111827; }
.btn-outline { background: transparent; color: var(--c-text); }
.btn-outline:hover { border-color: #9ca3af; }

/* Quick links */
.quick-links { list-style: none; padding: 0; margin: 14px 0 0; display: flex; gap: 14px; flex-wrap: wrap; }
.quick-links a { color: var(--c-text); text-decoration: none; border-bottom: 1px dotted var(--c-border); }
.quick-links a:hover { border-bottom-color: var(--c-text); }

/* Badges */
.badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 8px 0 8px;
}
.badge {
  display: flex; align-items: center; gap: 10px;
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.95rem;
}
.badge img { width: 22px; height: 22px; }

/* Sections */
.content-section { margin-top: 10px; }
.content-section p { margin: 0 0 12px; }

/* Lists */
.tick-list { padding-left: 18px; margin: 0 0 12px; }
.tick-list li { margin: 8px 0; }
.steps { padding-left: 18px; }
.steps li { margin: 8px 0; }

/* Cards (servicii) */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 10px 0 10px;
}
.card {
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  padding: 14px;
}

/* Media inline */
.media-inline {
  margin: 10px 0 0;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--c-bg);
}
.media-inline img { width: 100%; height: auto; display: block; }
.media-inline figcaption {
  font-size: 0.875rem;
  color: var(--c-muted);
  padding: 8px 12px;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}
.contact-box {
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  padding: 14px;
}
.contact-list { list-style: none; padding: 0; margin: 0 0 12px; }
.contact-list li { margin-bottom: 6px; }

/* FAQ */
.faq { margin-top: 12px; }
.faq details {
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--c-bg);
  margin-bottom: 8px;
}
.faq summary { cursor: pointer; font-weight: 600; }

/* Images: make sure they never overflow */
img { max-width: 100%; height: auto; }

/* Responsive */
@media (max-width: 992px) {
  .hero { grid-template-columns: 1fr; }
  .badges { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .cards { grid-template-columns: 1fr; }
  .badges { grid-template-columns: 1fr 1fr; }
  .btn { width: 100%; text-align: center; }
  .bcrumb { gap: 6px; }
  .brand-service-page { padding: 20px 12px 36px; }
}

.repair-flow {
  padding-top: 50px;
}

.galerie {
  margin-bottom: 36px;
}




