/* Social promo cards + install badges — Crystal's Cleaning */
.social-toolbar {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  margin: 18px 0 12px;
}
.social-toolbar .size-btn {
  border: 1px solid rgba(15,45,51,0.12);
  background: #fff; border-radius: 12px;
  padding: 10px 14px; cursor: pointer;
  font-family: inherit; text-align: left;
  transition: 0.15s ease;
}
.social-toolbar .size-btn.active {
  border-color: #235F6B;
  box-shadow: 0 0 0 3px rgba(35,95,107,0.10);
}
.social-toolbar .size-btn .nm { font-size: 13px; font-weight: 600; color: #0F2D33; }
.social-toolbar .size-btn .sub { font-size: 10px; color: #8A8278; margin-top: 2px; }

.social-stage {
  background: linear-gradient(135deg, #E8E2D4 0%, #F5F0E6 100%);
  border-radius: 18px;
  padding: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15,45,51,0.06);
  overflow: auto;
}

/* Export canvas — fixed aspect ratios for screenshot */
.social-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 28px 70px rgba(15,45,51,0.22);
  color: #FDFAF2;
  background: #235F6B;
  background-image:
    radial-gradient(circle at 88% 12%, rgba(125,211,200,0.22), transparent 42%),
    radial-gradient(circle at 8% 92%, rgba(245,226,122,0.16), transparent 48%),
    linear-gradient(145deg, #235F6B 0%, #0F2D33 100%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 48px 44px 40px;
  font-family: 'Outfit', system-ui, sans-serif;
}
.social-card[data-size="square"] { width: 540px; height: 540px; padding: 44px 40px 36px; }
.social-card[data-size="story"] { width: 360px; height: 640px; padding: 52px 36px 40px; }
.social-card[data-size="landscape"] { width: 600px; height: 315px; padding: 28px 36px 24px; grid-template-rows: auto 1fr auto; }

.social-card .sc-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.social-card .sc-logo {
  width: 52px; height: 52px; background: #FDFAF2; border-radius: 14px;
  display: grid; place-items: center; padding: 6px; flex-shrink: 0;
}
.social-card .sc-logo img { width: 100%; height: 100%; object-fit: contain; }
.social-card[data-size="landscape"] .sc-logo { width: 44px; height: 44px; border-radius: 12px; }
.social-card .sc-eyebrow {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: #7DD3C8; font-weight: 700;
}
.social-card .sc-headline {
  font-family: 'Italiana', serif;
  font-size: 34px; line-height: 1.05; letter-spacing: 0.3px;
  margin-top: 8px;
}
.social-card[data-size="story"] .sc-headline { font-size: 36px; }
.social-card[data-size="landscape"] .sc-headline { font-size: 26px; margin-top: 4px; }
.social-card .sc-headline em {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  color: #F5E27A; font-weight: 400;
}
.social-card .sc-offer {
  margin-top: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(253,250,242,0.12);
  border: 1px solid rgba(125,211,200,0.35);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 14px; font-weight: 600;
}
.social-card .sc-offer strong { color: #F5E27A; }
.social-card[data-size="landscape"] .sc-offer { font-size: 12px; padding: 8px 12px; margin-top: 8px; }

.social-card .sc-mid { align-self: center; padding: 12px 0; }
.social-card[data-size="landscape"] .sc-mid { align-self: start; padding: 4px 0; }

.social-card .sc-foot {
  display: flex; flex-direction: column; gap: 14px;
}
.social-card .sc-contact {
  display: flex; flex-wrap: wrap; gap: 12px 20px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.3px;
  color: rgba(253,250,242,0.92);
}
.social-card .sc-contact a { color: #FDFAF2; text-decoration: none; }
.social-card .sc-wm {
  font-family: 'Italiana', serif; font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(253,250,242,0.7);
}

/* Install badge row */
.install-row {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}
.install-badge {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; color: inherit;
  border-radius: 8px; padding: 7px 12px 7px 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  min-height: 40px;
}
.install-badge:hover { transform: translateY(-1px); }
.install-badge.apple {
  background: #000; color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}
.install-badge.android {
  background: #000; color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}
.install-badge .ib-icon { flex-shrink: 0; display: flex; align-items: center; }
.install-badge .ib-text { display: flex; flex-direction: column; line-height: 1.15; }
.install-badge .ib-small { font-size: 8px; letter-spacing: 0.2px; opacity: 0.85; }
.install-badge .ib-big { font-size: 13px; font-weight: 600; letter-spacing: -0.2px; }
.install-badge .ib-sub { font-size: 7.5px; opacity: 0.65; margin-top: 1px; letter-spacing: 0.3px; }

.social-actions {
  margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.social-actions button {
  border: 0; border-radius: 999px; padding: 11px 18px;
  font-family: inherit; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: 0.15s ease;
}
.social-actions .btn-primary { background: #235F6B; color: #FDFAF2; }
.social-actions .btn-secondary { background: #fff; color: #235F6B; border: 1.5px solid rgba(35,95,107,0.25); }
.social-caption {
  margin-top: 14px; max-width: 600px; width: 100%;
  background: #fff; border-radius: 12px; padding: 14px 16px;
  font-size: 12.5px; line-height: 1.55; color: #0F2D33;
  border: 1px solid rgba(15,45,51,0.08);
}
.social-caption pre { white-space: pre-wrap; margin: 0; font-family: inherit; }