/* Start custom CSS for html, class: .elementor-element-e4e6246 *//* =========================================================
   PICBOOTH BLOG
   ARTICOL: ACTIVITATI PENTRU NUNTA
   Stil editorial calm, premium si aerisit
   Culori: alb, gri cald, albastru discret
========================================================= */

.pb-article,
.pb-article * {
  box-sizing: border-box;
}

.pb-article {
  --pb-bg: #fbfbfa;
  --pb-white: #ffffff;
  --pb-title: #20242a;
  --pb-text: #4c525d;
  --pb-muted: #727985;
  --pb-yellow: #FFCD05;
  --pb-yellow-dark: #8a6a00;
  --pb-yellow-soft: #fff3b3;
  --pb-yellow-soft-2: #fffbea;
  --pb-warm: #f5f2ec;
  --pb-warm-2: #faf8f4;
  --pb-border: #e7e6e2;
  --pb-border-yellow: #eadb93;
  --pb-shadow: 0 14px 38px rgba(43, 51, 62, 0.07);
  --pb-radius-lg: 22px;
  --pb-radius-md: 15px;

  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  color: var(--pb-text);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.82;
}

.pb-article section,
.pb-article nav {
  scroll-margin-top: 110px;
}

.pb-article p {
  margin: 0 0 18px;
}

.pb-article h2,
.pb-article h3 {
  color: var(--pb-title);
  letter-spacing: -0.025em;
}

.pb-article h2 {
  margin: 0 0 22px;
  font-size: clamp(27px, 3.2vw, 39px);
  line-height: 1.2;
  font-weight: 800;
}

.pb-article h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 760;
}

.pb-article a {
  color: inherit;
}

.pb-intro {
  margin-bottom: 38px;
  padding: 31px 32px 28px;
  border: 1px solid var(--pb-border);
  border-radius: var(--pb-radius-lg);
  background: var(--pb-white);
  box-shadow: var(--pb-shadow);
}

.pb-intro p:last-child {
  margin-bottom: 0;
}

.pb-lead {
  color: var(--pb-title);
  font-size: 19px;
  line-height: 1.74;
  font-weight: 560;
}

.pb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--pb-yellow-soft);
  color: var(--pb-title);
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pb-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pb-yellow);
}

.pb-summary {
  margin: 38px 0;
  padding: 31px;
  border: 1px solid var(--pb-border-yellow);
  border-radius: var(--pb-radius-lg);
  background: linear-gradient(180deg, var(--pb-yellow-soft-2) 0%, var(--pb-white) 100%);
}

.pb-summary h2 {
  margin-bottom: 23px;
  font-size: clamp(24px, 2.8vw, 32px);
}

.pb-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pb-summary-card {
  position: relative;
  min-height: 140px;
  padding: 21px 18px 18px 58px;
  border: 1px solid var(--pb-border);
  border-radius: 15px;
  background: var(--pb-white);
}

.pb-summary-number {
  position: absolute;
  top: 21px;
  left: 18px;
  color: var(--pb-yellow);
  font-size: 13px;
  font-weight: 900;
}

.pb-summary-card h3 {
  font-size: 15px;
}

.pb-summary-card p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 13px;
  line-height: 1.65;
}

.pb-toc {
  margin: 38px 0 72px;
  padding: 29px 31px;
  border: 1px solid var(--pb-border);
  border-radius: var(--pb-radius-lg);
  background: var(--pb-warm-2);
}

.pb-toc-title {
  margin-bottom: 17px;
  color: var(--pb-title);
  font-size: 18px;
  font-weight: 800;
}

.pb-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 34px;
  margin: 0;
  padding-left: 22px;
}

.pb-toc li {
  padding-left: 4px;
  color: var(--pb-yellow);
  font-size: 14px;
  font-weight: 700;
}

.pb-toc a {
  color: var(--pb-text);
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease;
}

.pb-toc a:hover {
  color: var(--pb-yellow);
}

.pb-section {
  margin: 0 0 80px;
}

.pb-section > p {
  max-width: 920px;
}

.pb-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 29px 0;
}

.pb-benefits article {
  padding: 24px;
  border: 1px solid var(--pb-border);
  border-radius: 17px;
  background: var(--pb-white);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pb-benefits article:hover {
  transform: translateY(-3px);
  box-shadow: var(--pb-shadow);
}

.pb-benefits article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 13px;
  background: var(--pb-yellow-soft);
  color: var(--pb-title);
  font-size: 15px;
  font-weight: 900;
}

.pb-benefits p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.67;
}

.pb-callout {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 28px;
  padding: 22px 23px;
  border: 1px solid var(--pb-border);
  border-radius: var(--pb-radius-md);
  background: var(--pb-warm-2);
}

.pb-callout-info {
  border-color: var(--pb-border-yellow);
  background: var(--pb-yellow-soft-2);
}

.pb-callout-warning {
  background: #faf8f7;
}

.pb-callout-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: var(--pb-white);
  color: var(--pb-yellow);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(43, 51, 62, .07);
}

.pb-callout strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pb-title);
}

.pb-callout p {
  margin: 0;
  font-size: 14px;
}

.pb-idea-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 29px;
}

.pb-idea-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--pb-border);
  border-radius: 18px;
  background: var(--pb-white);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

.pb-idea-card:hover {
  transform: translateY(-4px);
  border-color: var(--pb-border-yellow);
  box-shadow: var(--pb-shadow);
}

.pb-idea-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.pb-idea-number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--pb-yellow-soft);
  color: var(--pb-title);
  font-size: 17px;
  font-weight: 900;
}

.pb-tags {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.pb-tags span {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid var(--pb-border);
  border-radius: 999px;
  background: var(--pb-warm-2);
  color: var(--pb-text);
  font-size: 9px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pb-idea-card h3 {
  font-size: 20px;
}

.pb-idea-card > p {
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.72;
}

.pb-idea-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 15px;
}

.pb-idea-meta span {
  display: inline-flex;
  gap: 4px;
  padding: 7px 10px;
  border: 1px solid var(--pb-border);
  border-radius: 9px;
  background: var(--pb-bg);
  color: var(--pb-muted);
  font-size: 10px;
  line-height: 1.45;
}

.pb-idea-meta strong {
  color: var(--pb-title);
}

.pb-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--pb-yellow);
  color: var(--pb-title) !important;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}

.pb-inline-link:hover {
  transform: translateY(-2px);
  filter: brightness(.96);
}

.pb-inline-link span {
  font-size: 16px;
}

.pb-pov {
  margin-top: 31px;
  padding: 36px;
  border: 1px solid var(--pb-border);
  border-radius: var(--pb-radius-lg);
  background: var(--pb-warm);
}

.pb-pov-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--pb-white);
  color: var(--pb-title);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pb-pov h3 {
  max-width: 760px;
  font-size: clamp(23px, 3vw, 33px);
  line-height: 1.27;
}

.pb-pov p {
  margin: 0;
}

.pb-table-wrap {
  width: 100%;
  margin: 29px 0 15px;
  overflow-x: auto;
  border: 1px solid var(--pb-border);
  border-radius: 17px;
  background: var(--pb-white);
  box-shadow: 0 12px 35px rgba(43, 51, 62, .05);
  -webkit-overflow-scrolling: touch;
}

.pb-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--pb-text);
  font-size: 13px;
}

.pb-table th,
.pb-table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--pb-border);
  text-align: left;
  vertical-align: top;
}

.pb-table th {
  background: var(--pb-yellow);
  color: var(--pb-title);
  font-size: 12px;
  font-weight: 760;
}

.pb-table tbody tr:nth-child(even) {
  background: var(--pb-yellow-soft-2);
}

.pb-table tbody tr:last-child td {
  border-bottom: 0;
}

.pb-check-panel {
  margin: 29px 0;
  padding: 27px;
  border: 1px solid var(--pb-border);
  border-radius: var(--pb-radius-lg);
  background: var(--pb-white);
}

.pb-check-panel h3 {
  margin-bottom: 17px;
}

.pb-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pb-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px;
  border-radius: 11px;
  background: var(--pb-yellow-soft-2);
}

.pb-check-item span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-top: 1px;
  border-radius: 8px;
  background: var(--pb-yellow);
  color: var(--pb-title);
  font-size: 13px;
  font-weight: 900;
}

.pb-check-item p {
  margin: 0;
  color: var(--pb-title);
  font-size: 13px;
  line-height: 1.6;
}

.pb-recommendation {
  margin-top: 29px;
  padding: 31px;
  border: 1px solid var(--pb-border-yellow);
  border-radius: var(--pb-radius-lg);
  background: var(--pb-yellow-soft-2);
}

.pb-recommendation-label {
  display: inline-flex;
  margin-bottom: 11px;
  color: var(--pb-title);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pb-recommendation h3 {
  max-width: 800px;
  font-size: clamp(21px, 2.6vw, 29px);
  line-height: 1.34;
}

.pb-recommendation p {
  margin: 0;
}

.pb-timeline {
  position: relative;
  display: grid;
  gap: 13px;
  margin-top: 29px;
}

.pb-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background: var(--pb-border-yellow);
}

.pb-timeline-item {
  position: relative;
  margin-left: 42px;
  padding: 22px 23px;
  border: 1px solid var(--pb-border);
  border-radius: 16px;
  background: var(--pb-white);
}

.pb-timeline-item::before {
  content: "";
  position: absolute;
  top: 27px;
  left: -30px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--pb-white);
  border-radius: 50%;
  background: var(--pb-yellow);
  box-shadow: 0 0 0 1px var(--pb-border-yellow);
}

.pb-timeline-item > span {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 5px 8px;
  border-radius: 7px;
  background: var(--pb-yellow-soft);
  color: var(--pb-title);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pb-timeline-item p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 13px;
}

.pb-mistakes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 29px;
}

.pb-mistakes-grid article {
  padding: 23px;
  border: 1px solid var(--pb-border);
  border-radius: 16px;
  background: var(--pb-warm-2);
}

.pb-mistakes-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: var(--pb-white);
  color: var(--pb-yellow);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(43, 51, 62, .06);
}

.pb-mistakes-grid h3 {
  font-size: 16px;
}

.pb-mistakes-grid p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 13px;
  line-height: 1.67;
}

.pb-faq {
  margin-top: 29px;
}

.pb-faq details {
  margin-bottom: 10px;
  border: 1px solid var(--pb-border);
  border-radius: 14px;
  background: var(--pb-white);
}

.pb-faq details[open] {
  border-color: var(--pb-border-yellow);
  box-shadow: 0 8px 24px rgba(43, 51, 62, .05);
}

.pb-faq summary {
  position: relative;
  padding: 19px 55px 19px 21px;
  color: var(--pb-title);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.pb-faq summary::-webkit-details-marker {
  display: none;
}

.pb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 9px;
  background: var(--pb-yellow-soft);
  color: var(--pb-title);
  font-size: 19px;
  font-weight: 500;
}

.pb-faq details[open] summary::after {
  content: "−";
  background: var(--pb-yellow);
  color: var(--pb-title);
}

.pb-faq-answer {
  padding: 0 21px 19px;
  color: var(--pb-muted);
  font-size: 14px;
}

.pb-faq-answer p {
  margin: 0;
}

.pb-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 31px;
  margin-top: 42px;
  padding: 43px;
  border: 1px solid var(--pb-border-yellow);
  border-radius: 23px;
  background: linear-gradient(135deg, var(--pb-yellow-soft-2) 0%, var(--pb-white) 100%);
}

.pb-final-cta-copy {
  max-width: 650px;
}

.pb-final-eyebrow {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--pb-yellow);
  color: var(--pb-title);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pb-final-cta h2 {
  margin-bottom: 13px;
  font-size: clamp(27px, 3.2vw, 39px);
}

.pb-final-cta p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 14px;
}

.pb-final-actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  min-width: 195px;
}

.pb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 760;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease;
}

.pb-btn:hover {
  transform: translateY(-2px);
}

.pb-btn-primary {
  background: var(--pb-yellow);
  color: var(--pb-title) !important;
}

.pb-btn-primary:hover {
  filter: brightness(.96);
}

.pb-btn-secondary {
  border: 1px solid var(--pb-border-yellow);
  background: var(--pb-white);
  color: var(--pb-title) !important;
}

@media (max-width: 920px) {
  .pb-idea-grid {
    grid-template-columns: 1fr;
  }

  .pb-benefits,
  .pb-mistakes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .pb-final-actions {
    flex-direction: row;
    width: 100%;
  }

  .pb-final-actions .pb-btn {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .pb-article {
    padding: 0;
    font-size: 15px;
    line-height: 1.76;
  }

  .pb-article h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.28;
  }

  .pb-article h3 {
    font-size: 17px;
  }

  .pb-intro {
    margin-bottom: 30px;
    padding: 21px 18px;
    border-radius: 15px;
    box-shadow: none;
  }

  .pb-lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .pb-section {
    margin-bottom: 54px;
  }

  .pb-kicker {
    margin-bottom: 12px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .pb-summary {
    margin: 28px 0;
    padding: 19px;
    border-radius: 16px;
  }

  .pb-summary h2 {
    font-size: 22px;
  }

  .pb-summary-grid,
  .pb-benefits,
  .pb-check-grid,
  .pb-mistakes-grid {
    grid-template-columns: 1fr;
  }

  .pb-summary-card {
    min-height: auto;
    padding: 17px 15px 17px 49px;
  }

  .pb-summary-number {
    top: 17px;
    left: 15px;
  }

  .pb-toc {
    margin: 28px 0 50px;
    padding: 19px;
    border-radius: 15px;
  }

  .pb-toc ol {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 19px;
  }

  .pb-idea-grid {
    gap: 14px;
  }

  .pb-idea-card,
  .pb-benefits article,
  .pb-mistakes-grid article {
    padding: 18px;
    border-radius: 14px;
  }

  .pb-idea-card:hover,
  .pb-benefits article:hover {
    transform: none;
    box-shadow: none;
  }

  .pb-idea-top {
    align-items: center;
    margin-bottom: 18px;
  }

  .pb-idea-number {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 15px;
  }

  .pb-tags {
    justify-content: flex-start;
  }

  .pb-tags span {
    padding: 4px 7px;
    font-size: 8px;
  }

  .pb-idea-card h3 {
    font-size: 18px;
  }

  .pb-idea-card > p {
    font-size: 13px;
    line-height: 1.68;
  }

  .pb-idea-meta {
    gap: 6px;
    padding-top: 12px;
  }

  .pb-idea-meta span {
    padding: 6px 8px;
    font-size: 9px;
  }

  .pb-inline-link {
    width: 100%;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }

  .pb-pov {
    padding: 24px 19px;
    border-radius: 16px;
  }

  .pb-check-panel,
  .pb-recommendation {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .pb-check-item {
    padding: 10px;
  }

  .pb-table-wrap {
    border-radius: 14px;
  }

  .pb-timeline::before {
    left: 14px;
  }

  .pb-timeline-item {
    margin-left: 34px;
    padding: 18px;
    border-radius: 14px;
  }

  .pb-timeline-item::before {
    left: -27px;
  }

  .pb-final-cta {
    gap: 24px;
    padding: 27px 19px;
    border-radius: 17px;
  }

  .pb-final-actions {
    flex-direction: column;
  }

  .pb-final-actions .pb-btn {
    width: 100%;
  }

  .pb-callout {
    padding: 18px;
  }

  .pb-faq summary {
    padding: 17px 51px 17px 17px;
    font-size: 13px;
  }

  .pb-faq-answer {
    padding: 0 17px 17px;
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .pb-article h2 {
    font-size: 22px;
  }

  .pb-idea-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .pb-tags {
    width: 100%;
  }

  .pb-idea-meta {
    flex-direction: column;
  }

  .pb-idea-meta span {
    width: 100%;
  }

  .pb-summary-card p,
  .pb-benefits p,
  .pb-mistakes-grid p,
  .pb-check-item p,
  .pb-timeline-item p {
    font-size: 12px;
  }
}

/* Ajustari finale pentru contrast si identitatea PICBOOTH */
.pb-summary-number,
.pb-idea-number,
.pb-benefits article > span,
.pb-mistakes-grid article > span {
  color: var(--pb-title);
}

.pb-idea-number,
.pb-benefits article > span {
  background: var(--pb-yellow-soft);
}

.pb-check-item span {
  background: var(--pb-yellow);
  color: var(--pb-title);
}

.pb-timeline-item::before {
  background: var(--pb-yellow);
}

.pb-timeline-item > span {
  background: var(--pb-yellow-soft);
  color: var(--pb-title);
}

.pb-faq summary::after {
  background: var(--pb-yellow-soft);
  color: var(--pb-title);
}

.pb-tags span {
  background: var(--pb-yellow-soft-2);
}

.pb-table tbody tr:nth-child(even) {
  background: var(--pb-yellow-soft-2);
}

.pb-btn-secondary {
  border-color: var(--pb-border-yellow);
}

.pb-callout-info,
.pb-recommendation {
  border-color: var(--pb-border-yellow);
  background: var(--pb-yellow-soft-2);
}

/* =========================================================
   MOBILE WIDE FIX
   Extinde articolul pe telefon si reduce senzatia de inghesuit
========================================================= */

@media (max-width: 767px) {
  .pb-article {
    width: calc(100% + 24px);
    max-width: none;
    margin-left: -12px;
    margin-right: -12px;
  }

  .pb-intro,
  .pb-summary,
  .pb-toc,
  .pb-pov,
  .pb-check-panel,
  .pb-recommendation,
  .pb-final-cta {
    width: 100%;
  }

  .pb-idea-card,
  .pb-benefits article,
  .pb-mistakes-grid article {
    padding-left: 17px;
    padding-right: 17px;
  }

  .pb-section > p,
  .pb-section > h2,
  .pb-section > .pb-kicker {
    margin-left: 4px;
    margin-right: 4px;
  }

  .pb-callout {
    margin-left: 0;
    margin-right: 0;
  }

  .pb-table-wrap {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .pb-article {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
  }

  .pb-intro,
  .pb-summary,
  .pb-toc,
  .pb-pov,
  .pb-check-panel,
  .pb-recommendation,
  .pb-final-cta {
    padding-left: 17px;
    padding-right: 17px;
  }

  .pb-idea-card,
  .pb-benefits article,
  .pb-mistakes-grid article {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pb-section > p,
  .pb-section > h2,
  .pb-section > .pb-kicker {
    margin-left: 2px;
    margin-right: 2px;
  }
}

/* =========================================================
   MOBILE FULL VIEWPORT FIX
   Articolul foloseste aproape toata latimea reala a ecranului,
   indiferent de padding-ul containerului Elementor.
========================================================= */

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .pb-article {
    position: relative;
    left: 50%;
    width: calc(100vw - 12px);
    max-width: calc(100vw - 12px);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    transform: translateX(-50%);
  }

  .pb-article,
  .pb-article section,
  .pb-article nav,
  .pb-article article,
  .pb-article div {
    min-width: 0;
  }

  .pb-intro,
  .pb-summary,
  .pb-toc,
  .pb-pov,
  .pb-check-panel,
  .pb-recommendation,
  .pb-final-cta,
  .pb-callout,
  .pb-table-wrap,
  .pb-idea-grid,
  .pb-benefits,
  .pb-mistakes-grid,
  .pb-faq,
  .pb-timeline {
    width: 100%;
    max-width: 100%;
  }

  .pb-section > p,
  .pb-section > h2,
  .pb-section > .pb-kicker {
    margin-left: 6px;
    margin-right: 6px;
  }

  .pb-idea-card {
    width: 100%;
    max-width: 100%;
  }

  .pb-article p,
  .pb-article h2,
  .pb-article h3,
  .pb-article a,
  .pb-article span {
    overflow-wrap: anywhere;
  }

  .elementor-widget-html:has(.pb-article),
  .elementor-widget-html:has(.pb-article) > .elementor-widget-container {
    overflow: visible !important;
  }
}

@media (max-width: 480px) {
  .pb-article {
    width: calc(100vw - 8px);
    max-width: calc(100vw - 8px);
  }

  .pb-intro,
  .pb-summary,
  .pb-toc,
  .pb-pov,
  .pb-check-panel,
  .pb-recommendation,
  .pb-final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pb-section > p,
  .pb-section > h2,
  .pb-section > .pb-kicker {
    margin-left: 4px;
    margin-right: 4px;
  }
}

/* =========================================================
   MOBILE EDGE SPACING FIX
   Pastreaza articolul lat, dar lasa spatiu fata de ecran.
========================================================= */

@media (max-width: 767px) {
  .pb-article {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 480px) {
  .pb-article {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
}

/* =========================================================
   TYPOGRAPHY REFINEMENT
   Fonturi mai fine si ierarhie mai eleganta
========================================================= */

.pb-article h2 {
  font-weight: 720;
  letter-spacing: -0.02em;
}

.pb-article h3 {
  font-weight: 650;
  letter-spacing: -0.015em;
}

.pb-lead {
  font-weight: 500;
}

.pb-kicker,
.pb-summary-number,
.pb-idea-number,
.pb-tags span,
.pb-inline-link,
.pb-recommendation-label,
.pb-timeline-item > span,
.pb-final-eyebrow,
.pb-btn {
  font-weight: 700;
}

.pb-summary-card h3,
.pb-benefits h3,
.pb-idea-card h3,
.pb-mistakes-grid h3,
.pb-timeline-item h3 {
  font-weight: 650;
}

.pb-toc-title,
.pb-faq summary {
  font-weight: 650;
}

.pb-idea-meta strong,
.pb-callout strong {
  font-weight: 650;
}

/* =========================================================
   MOBILE TEXT ALIGNMENT
   Centreaza doar elementele care merita evidentiere
========================================================= */

@media (max-width: 767px) {
  .pb-section > .pb-kicker {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .pb-section > h2 {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .pb-summary {
    text-align: center;
  }

  .pb-summary .pb-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .pb-summary-card {
    text-align: left;
  }

  .pb-pov,
  .pb-recommendation,
  .pb-final-cta-copy {
    text-align: center;
  }

  .pb-pov-label,
  .pb-recommendation-label,
  .pb-final-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .pb-pov h3,
  .pb-recommendation h3,
  .pb-final-cta h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .pb-final-cta {
    align-items: center;
  }

  .pb-benefits article {
    text-align: center;
  }

  .pb-benefits article > span {
    margin-left: auto;
    margin-right: auto;
  }

  .pb-article h2 {
    font-weight: 700;
  }

  .pb-article h3 {
    font-weight: 620;
  }

  .pb-lead {
    font-weight: 480;
  }

  .pb-idea-card h3,
  .pb-summary-card h3,
  .pb-benefits h3,
  .pb-mistakes-grid h3 {
    font-weight: 620;
  }
}

@media (max-width: 430px) {
  .pb-section > h2 {
    max-width: 96%;
  }

  .pb-pov h3,
  .pb-recommendation h3,
  .pb-final-cta h2 {
    line-height: 1.32;
  }
}/* End custom CSS */