/* flair1.css — DOAR pentru content (hero/cta/footer vin din arhitectura nouă) */

.flair-page{
  --bg:#ffffff;
  --text:#0f1220;
  --muted:rgba(15,18,32,.68);

  --card-line: rgba(10,12,20,.10);
  --card-shadow: 0 18px 50px rgba(10,12,20,.10);
  --radius: 18px;
  --max: 1120px;
}

.flair-page{
  margin:0;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

.flair-page .container{
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 0 20px;
}

/* sections */
.flair-page .section{
  padding: 58px 0;
  border-bottom: 1px solid rgba(10,12,20,.06);
}
.flair-page .section:last-of-type{ border-bottom: 0; }

.flair-page .section-head{ margin-bottom: 18px; }
.flair-page .section-head h2{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.3vw, 32px);
  letter-spacing: -0.25px;
}
.flair-page .section-head p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* cards */
.flair-page .gcard{
  border-radius: var(--radius);
  border: 1px solid var(--card-line);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
}
.flair-page .gcard-pad{ padding: 22px 22px 50px; }

.flair-page .gcard h3{
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: -0.1px;
}
.flair-page .gcard p{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.85;
}
.flair-page .gcard p:last-child{ margin-bottom: 0; }

.flair-page .mini-title{ font-size: 15px; margin: 0 0 10px; }

/* rows */
.flair-page .row{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 980px){
  .flair-page .row{ grid-template-columns: 1fr; }
}

/* phone + landscape wrappers */
.flair-page .gcard-media{ padding: 14px; overflow: hidden; }
.flair-page .gcard-media img{
  width: 100%;
  height: 100%;
  display:block;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  background: #f3f4f7;
}
.flair-page .gcard-media figcaption{
  margin-top: 10px;
  color: rgba(15,18,32,.55);
  font-size: 13px;
  line-height: 1.55;
}

.flair-page .gcard.is-media{ display:flex; padding:14px; }
.flair-page .phone-wrap,
.flair-page .landscape-wrap{
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: calc(var(--radius) - 4px);
  overflow:hidden;
  background: rgba(15,18,32,.04);
  border: 1px solid rgba(10,12,20,.08);
}

.flair-page .phone-wrap video{
  width: 100%;
  height: 100%;
  display:block;
  object-fit: cover;
  background:#000;
}

.flair-page .landscape-wrap video{
  width: 100%;
  height: 100%;
  display:block;
  object-fit: cover;
  background:#000;
}

/* chips */
.flair-page .chips{
  margin-top: 12px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}
.flair-page .chips span{
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10,12,20,.12);
  background: rgba(255,255,255,.85);
  color: rgba(15,18,32,.70);
}

/* FAQ */
.flair-page .faq{ display:grid; gap:14px; }
.flair-page .faq-item .q{ font-weight: 700; margin-bottom: 6px; }
.flair-page .faq-item .a{ color: var(--muted); line-height: 1.75; }

/* #what */
#what .row-what{
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: stretch;
}
#what .what-left{ display:grid; gap:18px; }
#what .what-head h2{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.3vw, 34px);
  letter-spacing: -0.25px;
  text-align: center;
}
#what .what-head p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  text-align: center;
}
#what .what-media{
  margin: 0;
  padding: 14px;
  display:flex;
  flex-direction: column;
  justify-self: end;
  width: min(420px, 100%);
}
#what .what-media img{
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display:block;
  background:#f3f4f7;
}
#what .what-media figcaption{
  margin-top: 10px;
  color: rgba(15,18,32,.55);
  font-size: 12px;
  line-height: 1.55;
}
@media (max-width: 980px){
  #what .row-what{ grid-template-columns: 1fr; }
  #what .what-media{ justify-self: start; width: 100%; }
  #what .what-media img{ min-height: 280px; }
}

/* #different */
#different .row-different-2{
  grid-template-columns: .78fr 1.22fr;
  column-gap: 32px;
  align-items: stretch;
}
@media (max-width: 980px){
  #different .row-different-2{ grid-template-columns: 1fr; row-gap: 18px; }
}
#different .diff-media{
  margin: 0;
  padding: 14px;
  display:flex;
  flex-direction: column;
}
#different .diff-media .phone-wrap{
  aspect-ratio: 9 / 16;
  max-height: 80vh;
  overflow: hidden;
}
#different .diff-media figcaption{
  margin-top: 10px;
  color: rgba(15,18,32,.55);
  font-size: 13px;
  line-height: 1.55;
}
#different .diff-right{ display:grid; gap:18px; }
#different .diff-head h2{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.3vw, 34px);
  letter-spacing: -0.25px;
  text-align: center;
}
#different .diff-head p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  text-align: center;
}
#different .diff-cards{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
#different .diff-cards > .gcard{ padding: 18px; }
#different .diff-cards > .gcard p{ margin: 0; }
#different .diff-wide{ grid-column: 1 / -1; padding: 22px; }
@media (max-width: 640px){
  #different .diff-cards{ grid-template-columns: 1fr; }
  #different .diff-wide{ grid-column: auto; }
}
@media (max-width: 980px){
  #different .diff-media .phone-wrap{ min-height: 520px; }
}

/* #format */
#format .row-format{
  grid-template-columns: 1.2fr .8fr;
  column-gap: 32px;
  align-items: start;
}
@media (max-width: 980px){
  #format .row-format{ grid-template-columns: 1fr; row-gap: 18px; }
}
#format .format-media{
  margin: 0;
  padding: 14px;
  display:flex;
  flex-direction: column;
}
#format .format-media figcaption{
  margin-top: 10px;
  color: rgba(15,18,32,.55);
  font-size: 13px;
  line-height: 1.55;
}
#format .format-left{ display:grid; gap:14px; }
#format .format-head h2{
  margin: 0 0 8px;
  font-size: clamp(22px, 2.3vw, 34px);
  letter-spacing: -0.25px;
  text-align: center;
}
#format .format-head p{
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 62ch;
  text-align: center;
}
#format .format-cards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 12px;
}


/* ================================
   CTA buttons – Flair page exact style
   ================================ */

/* Book the Show */
.flair-page .cta .btn.primary {
  background: #0b0f1a;          /* black navy */
  color: #ffffff;
  border: none;
  border-radius: 9px;         /* pill */
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

/* hover */
.flair-page .cta .btn.primary:hover {
  background: #111827;
  transform: translateY(-1px);
}

/* Contact */
.flair-page .cta .btn.ghost {
  background: #ffffff;
  color: #0b0f1a;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 9px;
  padding: 5px 10px;
  font-weight: 700;
}

/* hover */
.flair-page .cta .btn.ghost:hover {
  background: #f6f6f6;
}

/* spacing between buttons */
.flair-page .cta .cta-actions {
  gap: 16px;
}

/* focus (clean & premium) */
.flair-page .cta .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,.18);
}

.flair-page .cta{border-top:1px solid var(--line);
}

.text-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.flair-text-card.open .text-hidden {
  max-height: 1000px;
}

.read-more-btn {
  margin-top: 14px;
  background: none;
  border: none;
  color: #b8860b;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}

.read-more-btn:hover {
  opacity: 0.7;
}


@media (max-width: 640px){
  #format .format-cards{ grid-template-columns: 1fr; }
}
#format .format-card{ padding: 18px; }
#format .format-wide{ grid-column: 1 / -1; padding: 22px; }

/* FAQ row */
.row-faq{
  grid-template-columns: .95fr 1.05fr;
}
@media (max-width: 980px){
  .row-faq{ grid-template-columns: 1fr; }
}


@media (min-width: 768px) {
  .text-hidden {
    max-height: none;
    overflow: visible;
  }

  .read-more-btn {
    display: none;
  }
}