body.floweralba-ad-guide-page,
body.floweralba-ad-guide-page #c27-site-wrapper,
body.floweralba-ad-guide-page .page-content,
body.floweralba-ad-guide-page .elementor,
body.floweralba-ad-guide-page .elementor-section-wrap,
body.floweralba-ad-guide-page .elementor-section,
body.floweralba-ad-guide-page .e-con.e-parent {
  background-color: #fff !important;
}

body.floweralba-ad-guide-page .floweralba-ad-guide {
  --floweralba-ad-line: #dfe4ec;
}

.floweralba-ad-guide {
  --floweralba-ad-ink: #172033;
  --floweralba-ad-muted: #687184;
  --floweralba-ad-line: #e6e9ef;
  --floweralba-ad-pink: #ff3f7f;
  box-sizing: border-box;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 22px 20px 80px;
  color: var(--floweralba-ad-ink);
  font-family: inherit;
}

.floweralba-ad-guide *,
.floweralba-ad-guide *::before,
.floweralba-ad-guide *::after {
  box-sizing: border-box;
}

.floweralba-ad-guide a {
  color: inherit;
  text-decoration: none;
}

.floweralba-ad-guide button {
  font: inherit;
}

.floweralba-ad-guide-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #f2dce6;
  border-radius: 30px;
  background:
    radial-gradient(circle at 83% 15%, rgba(255, 255, 255, 0.95) 0 8%, transparent 9%),
    linear-gradient(135deg, #fff 0%, #fff8fb 52%, #ffeaf2 100%);
  box-shadow: 0 25px 70px rgba(96, 42, 68, 0.1);
}

.floweralba-ad-guide-hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  max-width: 760px;
  padding: 58px 66px;
}

.floweralba-ad-guide-kicker,
.floweralba-ad-guide-section-kicker {
  margin: 0 0 12px;
  color: var(--floweralba-ad-pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.floweralba-ad-guide-hero h1 {
  margin: 0;
  color: #1d2130;
  font-size: 30px;
  font-weight: 750;
  line-height: 1.38;
  letter-spacing: -0.055em;
}

.floweralba-ad-guide-hero h1 strong {
  color: #272c3c;
  font-weight: 850;
}

.floweralba-ad-guide-lead {
  max-width: 570px;
  margin: 15px 0 0;
  color: #626a7b;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}

.floweralba-ad-guide-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.floweralba-ad-guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.floweralba-ad-guide-button:hover {
  transform: translateY(-2px);
}

.floweralba-ad-guide-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #ff3f7f, #ff6799);
  box-shadow: 0 12px 28px rgba(255, 63, 127, 0.27);
}

.floweralba-ad-guide-button--ghost {
  border-color: #f0cbd9;
  background: rgba(255, 255, 255, 0.76);
}

.floweralba-ad-guide-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 18px 24px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(110deg, #ff3f7f, #f93b87 55%, #8d4cff);
  box-shadow: 0 12px 28px rgba(226, 48, 113, 0.2);
}

.floweralba-ad-guide-promo.is-ended {
  background: linear-gradient(110deg, #697286, #434a5c);
}

.floweralba-ad-guide-promo > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.floweralba-ad-guide-promo-badge {
  padding: 7px 10px;
  border-radius: 8px;
  color: #f33578;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
}

.floweralba-ad-guide-promo strong {
  font-size: 15px;
  font-weight: 700;
}

.floweralba-ad-guide-promo-date {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 750;
}

.floweralba-ad-guide-product-nav {
  position: sticky;
  z-index: 20;
  top: 76px;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 22px 0 0;
  padding: 9px;
  overflow-x: auto;
  border: 1px solid var(--floweralba-ad-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 24px rgba(36, 43, 58, 0.08);
  backdrop-filter: blur(10px);
  scrollbar-width: none;
}

.floweralba-ad-guide-product-nav::-webkit-scrollbar {
  display: none;
}

.floweralba-ad-guide-product-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 10px 17px;
  border-radius: 9px;
  color: #525c6e;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.floweralba-ad-guide-product-nav a:hover {
  color: var(--floweralba-ad-ink);
  background: #f6f7f9;
}

.floweralba-ad-guide-product-nav a span,
.floweralba-ad-guide-comparison th span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--floweralba-ad-product-color);
}

.floweralba-ad-guide-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0 0;
  border: 1px solid var(--floweralba-ad-line);
  border-radius: 18px;
  background: #fff;
}

.floweralba-ad-guide-summary > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 24px 20px;
  text-align: center;
}

.floweralba-ad-guide-summary > div + div {
  border-left: 1px solid var(--floweralba-ad-line);
}

.floweralba-ad-guide-summary strong {
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.floweralba-ad-guide-summary span {
  margin-top: 6px;
  color: var(--floweralba-ad-muted);
  font-size: 12px;
}

.floweralba-ad-guide-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin: 86px 0 28px;
  scroll-margin-top: 160px;
}

.floweralba-ad-guide-products-head h2,
.floweralba-ad-guide-section-heading h2,
.floweralba-ad-guide-contact h2 {
  margin: 0;
  color: var(--floweralba-ad-ink);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.floweralba-ad-guide-products-head > div > p:last-child,
.floweralba-ad-guide-contact > div > p:last-child {
  margin: 10px 0 0;
  color: var(--floweralba-ad-muted);
  font-size: 14px;
}

.floweralba-ad-guide-periods {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid #e5e7ed;
  border-radius: 12px;
  background: #f5f6f8;
}

.floweralba-ad-guide-periods button {
  min-width: 78px;
  min-height: 40px;
  padding: 0 17px;
  border: 0;
  border-radius: 8px;
  color: #657084;
  background: transparent;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.floweralba-ad-guide-periods button.is-active {
  color: #fff;
  background: var(--floweralba-ad-pink);
  box-shadow: 0 7px 16px rgba(255, 63, 127, 0.22);
}

.floweralba-ad-guide-products {
  display: grid;
  gap: 24px;
}

.floweralba-ad-guide-product {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--floweralba-ad-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(32, 40, 55, 0.07);
  scroll-margin-top: 150px;
}

.floweralba-ad-guide-product-preview {
  display: flex;
  min-width: 0;
  padding: 32px;
  background: linear-gradient(145deg, var(--floweralba-ad-product-soft), #fff);
}

.floweralba-ad-guide-preview {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  margin: 0;
}

.floweralba-ad-guide-preview-stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 410px;
}

.floweralba-ad-guide-preview figcaption {
  margin-top: 20px;
  color: #626d80;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.floweralba-ad-guide-preview--image {
  justify-content: center;
}

.floweralba-ad-guide-preview-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
  margin: auto;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0 14px 34px rgba(35, 42, 54, 0.12);
}

.floweralba-ad-guide-preview-browser {
  position: absolute;
  top: 18px;
  left: 0;
  width: calc(100% - 52px);
  overflow: hidden;
  border: 1px solid #d8dce4;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(35, 42, 54, 0.12);
}

.floweralba-ad-guide-preview-browser-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding: 0 10px;
  border-bottom: 1px solid #eceef2;
  background: #f7f8fa;
}

.floweralba-ad-guide-preview-browser-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd0d9;
}

.floweralba-ad-guide-preview-browser-bar span {
  width: 54%;
  margin-left: 8px;
  padding: 3px 8px;
  overflow: hidden;
  border-radius: 8px;
  color: #a0a7b3;
  background: #fff;
  font-size: 7px;
  white-space: nowrap;
}

.floweralba-ad-guide-preview-browser-body {
  padding: 13px;
}

.floweralba-ad-guide-preview-site-head {
  width: 55%;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #e7e9ee;
}

.floweralba-ad-guide-preview-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  border: 2px solid transparent;
  border-radius: 7px;
  color: #a0a6b0;
  background: #f1f3f6;
  font-size: 8px;
  font-weight: 800;
}

.floweralba-ad-guide-preview-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 10px;
  padding: 8px;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #fafafb;
}

.floweralba-ad-guide-preview-section strong,
.floweralba-ad-guide-preview-list strong {
  grid-column: 1 / -1;
  color: #8b929f;
  font-size: 7px;
}

.floweralba-ad-guide-preview-section span {
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(#e6e9ee 0 40%, #f3f4f6 41% 100%);
}

.floweralba-ad-guide-preview-list {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding: 8px;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #fafafb;
}

.floweralba-ad-guide-preview-list span {
  height: 13px;
  border-radius: 3px;
  background: #e9ebef;
}

.floweralba-ad-guide-preview-live {
  min-height: 268px;
}

.floweralba-ad-guide-preview-live-title {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  margin: 1px 0 11px;
}

.floweralba-ad-guide-preview-live-title > span {
  color: var(--floweralba-ad-product-color);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.floweralba-ad-guide-preview-live-title > strong {
  color: #343b49;
  font-size: 9px;
  letter-spacing: -0.035em;
}

.floweralba-ad-guide-preview-live-title > em {
  color: var(--floweralba-ad-product-color);
  font-size: 5px;
  font-style: normal;
}

.floweralba-ad-guide-preview-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.floweralba-ad-guide-preview-live-card {
  position: relative;
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 5px;
  min-width: 0;
  height: 63px;
  padding: 6px 5px 17px;
  overflow: hidden;
  border: 1px solid #dfe2e8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(38, 44, 56, 0.05);
}

.floweralba-ad-guide-preview-live-thumb {
  height: 25px;
  border-radius: 3px;
  background: #4b5260;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--floweralba-ad-product-color) 64%, #313744), #262b35);
}

.floweralba-ad-guide-preview-live-copy {
  min-width: 0;
  padding-top: 1px;
}

.floweralba-ad-guide-preview-live-copy > strong,
.floweralba-ad-guide-preview-live-copy > span {
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 2px;
  background: #d4d8df;
}

.floweralba-ad-guide-preview-live-copy > strong {
  width: 70%;
  margin-bottom: 5px;
  background: #8f96a2;
}

.floweralba-ad-guide-preview-live-copy > span {
  width: 95%;
  margin-top: 3px;
}

.floweralba-ad-guide-preview-live-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 14px;
  padding: 0 5px;
  border-top: 1px solid #e4e6eb;
}

.floweralba-ad-guide-preview-live-meta > span {
  width: 18px;
  height: 5px;
  border-radius: 2px;
  background: var(--floweralba-ad-product-color);
  opacity: 0.72;
}

.floweralba-ad-guide-preview-live-meta > i {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: #cfd3da;
}

.floweralba-ad-guide-preview-live--featured .floweralba-ad-guide-preview-live-thumb {
  width: 25px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--floweralba-ad-product-color), #ffd0dc);
}

.floweralba-ad-guide-preview-card-grid--text {
  gap: 6px 5px;
}

.floweralba-ad-guide-preview-live-card--text {
  display: block;
  height: 51px;
  padding: 7px 6px 16px;
}

.floweralba-ad-guide-preview-live-card--text .floweralba-ad-guide-preview-live-copy > strong {
  width: 42%;
}

.floweralba-ad-guide-preview-live-card--text .floweralba-ad-guide-preview-live-copy > span {
  width: 88%;
}

.floweralba-ad-guide-preview-table {
  border-top: 1px solid #dfe2e7;
}

.floweralba-ad-guide-preview-table-row {
  display: grid;
  grid-template-columns: 0.85fr 0.65fr 1.75fr 0.65fr;
  align-items: center;
  gap: 8px;
  min-height: 25px;
  padding: 0 7px;
  border-bottom: 1px solid #e2e4e8;
}

.floweralba-ad-guide-preview-table-row > span,
.floweralba-ad-guide-preview-table-row > strong,
.floweralba-ad-guide-preview-table-row > i,
.floweralba-ad-guide-preview-table-row > em {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #cfd3da;
}

.floweralba-ad-guide-preview-table-row > strong {
  width: 72%;
  background: #9299a5;
}

.floweralba-ad-guide-preview-table-row > i {
  width: 88%;
}

.floweralba-ad-guide-preview-table-row > em {
  width: 70%;
  margin-left: auto;
  background: #87909d;
  background: color-mix(in srgb, var(--floweralba-ad-product-color) 55%, #cfd3da);
}

.floweralba-ad-guide-preview-unified {
  display: grid;
  gap: 5px;
}

.floweralba-ad-guide-preview-tier {
  min-width: 0;
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #fafafb;
}

.floweralba-ad-guide-preview-tier--region {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  color: #9aa1ac;
  background: #f1f3f6;
  font-size: 7px;
  font-weight: 850;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-title {
  min-height: 12px;
  margin: 0 0 4px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-title > span,
.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-title > em {
  color: #9ca3ae;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-title > span {
  font-size: 8px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-title > strong {
  color: #7d8592;
  font-size: 7px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-title > em {
  font-size: 4px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-card-grid {
  gap: 3px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-card {
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 3px;
  height: 38px;
  padding: 4px 3px 11px;
  border-color: #e2e5ea;
  box-shadow: none;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-thumb {
  width: auto;
  height: 17px;
  border-radius: 2px;
  background: linear-gradient(145deg, #c9ced6, #e5e8ed);
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-tier--featured .floweralba-ad-guide-preview-live-thumb {
  width: 17px;
  border-radius: 6px;
  background: linear-gradient(145deg, #d0d4db, #e9ebef);
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-copy > strong,
.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-copy > span {
  height: 2px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-copy > strong {
  margin-bottom: 3px;
  background: #aab0ba;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-copy > span {
  margin-top: 2px;
  background: #d9dce2;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-meta {
  height: 9px;
  padding: 0 3px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-meta > span {
  width: 12px;
  height: 3px;
  background: #bcc2cb;
  opacity: 1;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-meta > i {
  width: 18px;
  height: 2px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-live-card--text {
  display: block;
  height: 27px;
  padding: 4px 4px 10px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-table-row {
  gap: 5px;
  min-height: 14px;
  padding: 0 4px;
}

.floweralba-ad-guide-preview-unified .floweralba-ad-guide-preview-table-row > em {
  background: #c8cdd5;
}

.floweralba-ad-guide-preview--region .floweralba-ad-guide-preview-tier--region,
.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-tier--premium,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-tier--featured,
.floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-tier--flower,
.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-tier--free {
  border-color: var(--floweralba-ad-product-color);
  background: var(--floweralba-ad-product-soft);
  box-shadow: 0 5px 15px rgba(45, 53, 67, 0.12);
  box-shadow: 0 5px 15px color-mix(in srgb, var(--floweralba-ad-product-color) 16%, transparent);
}

.floweralba-ad-guide-preview--region .floweralba-ad-guide-preview-tier--region,
.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-tier--premium .floweralba-ad-guide-preview-live-title > span,
.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-tier--premium .floweralba-ad-guide-preview-live-title > strong,
.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-tier--premium .floweralba-ad-guide-preview-live-title > em,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-tier--featured .floweralba-ad-guide-preview-live-title > span,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-tier--featured .floweralba-ad-guide-preview-live-title > strong,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-tier--featured .floweralba-ad-guide-preview-live-title > em,
.floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-tier--flower .floweralba-ad-guide-preview-live-title > span,
.floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-tier--flower .floweralba-ad-guide-preview-live-title > strong,
.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-tier--free .floweralba-ad-guide-preview-live-title > span,
.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-tier--free .floweralba-ad-guide-preview-live-title > strong {
  color: var(--floweralba-ad-product-color);
}

.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-tier--premium .floweralba-ad-guide-preview-live-thumb,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-tier--featured .floweralba-ad-guide-preview-live-thumb {
  background: var(--floweralba-ad-product-color);
  background: linear-gradient(145deg, var(--floweralba-ad-product-color), color-mix(in srgb, var(--floweralba-ad-product-color) 34%, #fff));
}

.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-tier--premium .floweralba-ad-guide-preview-live-meta > span,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-tier--featured .floweralba-ad-guide-preview-live-meta > span,
.floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-tier--flower .floweralba-ad-guide-preview-live-meta > span {
  background: var(--floweralba-ad-product-color);
}

.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-tier--free .floweralba-ad-guide-preview-table-row > em {
  background: var(--floweralba-ad-product-color);
}

.floweralba-ad-guide-preview-phone {
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 2;
  width: 108px;
  height: 220px;
  padding: 18px 8px 12px;
  border: 5px solid #292f3c;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 17px 35px rgba(35, 42, 54, 0.2);
}

.floweralba-ad-guide-preview-phone-speaker {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background: #5b616d;
  transform: translateX(-50%);
}

.floweralba-ad-guide-preview-phone-head {
  width: 45%;
  height: 6px;
  margin-bottom: 7px;
  border-radius: 2px;
  background: #e4e7eb;
}

.floweralba-ad-guide-preview-mobile-tier {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 5px;
  color: #a1a7b0;
  background: linear-gradient(90deg, #e8eaee 0 28%, #f4f5f7 29% 100%);
  font-size: 5px;
  font-weight: 850;
  text-align: center;
}

.floweralba-ad-guide-preview-mobile-tier + .floweralba-ad-guide-preview-mobile-tier {
  margin-top: 5px;
}

.floweralba-ad-guide-preview--region .floweralba-ad-guide-preview-slot--region,
.floweralba-ad-guide-preview--region .floweralba-ad-guide-preview-mobile-tier--region,
.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-section--premium,
.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-mobile-tier--premium,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-section--featured,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-mobile-tier--featured,
.floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-list--flower,
.floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-mobile-tier--flower,
.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-list--free,
.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-mobile-tier--free {
  border-color: var(--floweralba-ad-product-color);
  color: var(--floweralba-ad-product-color);
  background: var(--floweralba-ad-product-soft);
  box-shadow: 0 5px 15px color-mix(in srgb, var(--floweralba-ad-product-color) 16%, transparent);
}

.floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-section--premium strong,
.floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-section--featured strong,
.floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-list--flower strong,
.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-list--free strong {
  color: var(--floweralba-ad-product-color);
}

.floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-list--free {
  border-color: #9da6b3;
  background: #f1f4f7;
}

.floweralba-ad-guide-product-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 44px 48px;
}

.floweralba-ad-guide-product-heading > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.floweralba-ad-guide-product-number {
  color: var(--floweralba-ad-product-color);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.floweralba-ad-guide-product-badge {
  padding: 6px 9px;
  border-radius: 7px;
  color: var(--floweralba-ad-product-color);
  background: var(--floweralba-ad-product-soft);
  font-size: 11px;
  font-weight: 800;
}

.floweralba-ad-guide-product-heading h3 {
  margin: 17px 0 0;
  color: #202637;
  font-size: 30px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.floweralba-ad-guide-product-heading > p {
  margin: 12px 0 0;
  color: var(--floweralba-ad-muted);
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.floweralba-ad-guide-placement-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.floweralba-ad-guide-placement-tags span {
  padding: 6px 9px;
  border: 1px solid color-mix(in srgb, var(--floweralba-ad-product-color) 23%, #e7e9ee);
  border-radius: 7px;
  color: #586275;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}

.floweralba-ad-guide-features {
  display: grid;
  gap: 9px;
  margin: 24px 0 10px;
  padding: 0;
  list-style: none;
}

.floweralba-ad-guide-features li {
  position: relative;
  padding-left: 23px;
  color: #454f62;
  font-size: 13px;
  line-height: 1.5;
}

.floweralba-ad-guide-features li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--floweralba-ad-product-color);
  content: '✓';
  font-size: 9px;
  font-weight: 900;
}

.floweralba-ad-guide-price-box {
  margin-top: auto;
  padding: 20px 22px;
  border: 1px solid color-mix(in srgb, var(--floweralba-ad-product-color) 18%, #e6e9ef);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--floweralba-ad-product-soft), #fff 68%);
}

.floweralba-ad-guide-price-meta,
.floweralba-ad-guide-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.floweralba-ad-guide-price-meta {
  color: #70798a;
  font-size: 11px;
  font-weight: 700;
}

.floweralba-ad-guide-regular-price del {
  margin-left: 4px;
}

.floweralba-ad-guide-price-row {
  margin-top: 7px;
}

.floweralba-ad-guide-price-row strong {
  color: var(--floweralba-ad-product-color);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.floweralba-ad-guide-discount {
  padding: 5px 8px;
  border-radius: 7px;
  color: #fff;
  background: var(--floweralba-ad-product-color);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.floweralba-ad-guide-price-box small {
  display: block;
  margin-top: 7px;
  color: #8991a0;
  font-size: 10px;
}

.floweralba-ad-guide-product-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 51px;
  margin-top: 11px;
  padding: 0 19px;
  border-radius: 12px;
  color: #fff !important;
  background: var(--floweralba-ad-product-color);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 23px color-mix(in srgb, var(--floweralba-ad-product-color) 23%, transparent);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floweralba-ad-guide-product-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--floweralba-ad-product-color) 31%, transparent);
}

.floweralba-ad-guide-product-cta-arrow {
  font-size: 18px;
}

.floweralba-ad-guide-comparison,
.floweralba-ad-guide-process,
.floweralba-ad-guide-faq {
  margin-top: 92px;
}

.floweralba-ad-guide-section-heading {
  margin-bottom: 26px;
}

.floweralba-ad-guide-comparison-scroll {
  overflow-x: auto;
  border: 1px solid var(--floweralba-ad-line);
  border-radius: 18px;
  background: #fff;
}

.floweralba-ad-guide-comparison table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.floweralba-ad-guide-comparison th,
.floweralba-ad-guide-comparison td {
  padding: 18px 20px;
  border-bottom: 1px solid #eceef2;
  color: #606a7b;
  font-size: 12px;
  text-align: left;
}

.floweralba-ad-guide-comparison thead th {
  color: #424b5c;
  background: #f8f9fa;
  font-size: 11px;
  font-weight: 800;
}

.floweralba-ad-guide-comparison tbody tr:last-child th,
.floweralba-ad-guide-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.floweralba-ad-guide-comparison tbody th {
  display: table-cell;
  color: #252c3c;
  font-weight: 850;
}

.floweralba-ad-guide-comparison tbody th span {
  display: inline-block;
  margin-right: 8px;
  vertical-align: 1px;
}

.floweralba-ad-guide-process ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.floweralba-ad-guide-process li {
  position: relative;
  min-height: 185px;
  padding: 27px 24px;
  overflow: hidden;
  border: 1px solid var(--floweralba-ad-line);
  border-radius: 16px;
  background: #fff;
}

.floweralba-ad-guide-process li::after {
  position: absolute;
  right: -12px;
  bottom: -34px;
  color: #f4f5f7;
  content: attr(data-step);
  font-size: 100px;
  font-weight: 900;
}

.floweralba-ad-guide-process li > span {
  color: var(--floweralba-ad-pink);
  font-size: 11px;
  font-weight: 900;
}

.floweralba-ad-guide-process li strong {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 850;
}

.floweralba-ad-guide-process li p {
  margin: 9px 0 0;
  color: var(--floweralba-ad-muted);
  font-size: 12px;
  line-height: 1.6;
  word-break: keep-all;
}

.floweralba-ad-guide-faq {
  display: grid;
  grid-template-columns: minmax(210px, 0.4fr) minmax(0, 1fr);
  gap: 55px;
}

.floweralba-ad-guide-faq-list {
  border-top: 1px solid #dfe2e8;
}

.floweralba-ad-guide-faq details {
  border-bottom: 1px solid #dfe2e8;
}

.floweralba-ad-guide-faq summary {
  position: relative;
  padding: 21px 44px 21px 0;
  color: #303849;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.floweralba-ad-guide-faq summary::-webkit-details-marker {
  display: none;
}

.floweralba-ad-guide-faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--floweralba-ad-pink);
  content: '+';
  font-size: 23px;
  font-weight: 500;
  transform: translateY(-50%);
}

.floweralba-ad-guide-faq details[open] summary::after {
  content: '−';
}

.floweralba-ad-guide-faq details p {
  margin: -3px 0 21px;
  padding-right: 38px;
  color: var(--floweralba-ad-muted);
  font-size: 13px;
  line-height: 1.75;
}

.floweralba-ad-guide-contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 45px;
  margin-top: 90px;
  padding: 50px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 0 0, rgba(255, 86, 145, 0.42), transparent 40%),
    linear-gradient(130deg, #242b3b, #161b28);
  scroll-margin-top: 150px;
}

.floweralba-ad-guide-contact h2 {
  color: #fff;
  font-size: 27px;
}

.floweralba-ad-guide-contact > div > p:last-child {
  color: #b7becc;
  font-size: 13px;
  line-height: 1.7;
}

.floweralba-ad-guide-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-self: end;
  justify-self: end;
  justify-content: end;
  gap: 72px;
  width: auto;
  padding-bottom: 4px;
}

.floweralba-ad-guide-contact-actions a,
.floweralba-ad-guide-contact-method {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  padding: 6px 0;
  border: 0;
  background: transparent;
}

.floweralba-ad-guide-contact-actions span {
  color: #aeb6c6;
  font-size: 10px;
}

.floweralba-ad-guide-contact-actions strong {
  margin-top: 6px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
}

.floweralba-ad-guide-contact-actions .floweralba-ad-guide-contact-primary {
  color: #fff;
  background: transparent;
}

.floweralba-ad-guide-contact-actions .floweralba-ad-guide-contact-primary span {
  color: rgba(255, 255, 255, 0.8);
}

.floweralba-ad-guide-empty {
  padding: 20px;
  border: 1px dashed #c8cdd6;
  color: #687184;
  text-align: center;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .floweralba-ad-guide-product-cta,
  .floweralba-ad-guide-preview--region .floweralba-ad-guide-preview-slot--region,
  .floweralba-ad-guide-preview--region .floweralba-ad-guide-preview-mobile-tier--region,
  .floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-section--premium,
  .floweralba-ad-guide-preview--premium .floweralba-ad-guide-preview-mobile-tier--premium,
  .floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-section--featured,
  .floweralba-ad-guide-preview--featured .floweralba-ad-guide-preview-mobile-tier--featured,
  .floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-list--flower,
  .floweralba-ad-guide-preview--flower .floweralba-ad-guide-preview-mobile-tier--flower,
  .floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-list--free,
  .floweralba-ad-guide-preview--free .floweralba-ad-guide-preview-mobile-tier--free {
    box-shadow: 0 10px 25px rgba(45, 53, 67, 0.15);
  }
}

@media (max-width: 1024px) {
  .floweralba-ad-guide-hero-copy {
    padding-left: 44px;
  }

  .floweralba-ad-guide-product {
    grid-template-columns: 0.83fr 1.17fr;
  }

  .floweralba-ad-guide-product-preview {
    padding: 24px;
  }

  .floweralba-ad-guide-product-content {
    padding: 38px 35px;
  }

  .floweralba-ad-guide-preview-browser {
    width: calc(100% - 34px);
  }

  .floweralba-ad-guide-process ol {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .floweralba-ad-guide {
    width: 100%;
    padding: 12px 12px 92px;
  }

  .floweralba-ad-guide-hero {
    display: block;
    min-height: 0;
    border-radius: 20px;
  }

  .floweralba-ad-guide-hero-copy {
    min-height: 0;
    padding: 40px 24px 32px;
  }

  .floweralba-ad-guide-hero h1 {
    font-size: 25px;
  }

  .floweralba-ad-guide-lead {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.65;
  }

  .floweralba-ad-guide-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .floweralba-ad-guide-button {
    min-height: 46px;
    padding: 0 12px;
    font-size: 12px;
  }

  .floweralba-ad-guide-promo {
    align-items: flex-start;
    padding: 15px 16px;
    border-radius: 12px;
  }

  .floweralba-ad-guide-promo > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .floweralba-ad-guide-promo strong {
    font-size: 12px;
  }

  .floweralba-ad-guide-promo-date {
    padding-top: 5px;
    font-size: 11px;
  }

  .floweralba-ad-guide-product-nav {
    top: 58px;
    justify-content: flex-start;
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .floweralba-ad-guide-product-nav a {
    padding: 9px 12px;
    font-size: 11px;
  }

  .floweralba-ad-guide-summary {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .floweralba-ad-guide-summary > div {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 17px;
    text-align: left;
  }

  .floweralba-ad-guide-summary > div + div {
    border-top: 1px solid var(--floweralba-ad-line);
    border-left: 0;
  }

  .floweralba-ad-guide-summary strong {
    font-size: 16px;
  }

  .floweralba-ad-guide-summary span {
    margin: 0;
    font-size: 11px;
  }

  .floweralba-ad-guide-products-head {
    display: block;
    margin-top: 62px;
  }

  .floweralba-ad-guide-periods {
    position: sticky;
    z-index: 15;
    top: 110px;
    width: 100%;
    margin-top: 20px;
    background: rgba(245, 246, 248, 0.96);
    backdrop-filter: blur(8px);
  }

  .floweralba-ad-guide-periods button {
    min-width: 0;
  }

  .floweralba-ad-guide-products {
    gap: 16px;
  }

  .floweralba-ad-guide-product {
    display: block;
    min-height: 0;
    border-radius: 18px;
    scroll-margin-top: 165px;
  }

  .floweralba-ad-guide-product-preview {
    min-height: 365px;
    padding: 20px;
  }

  .floweralba-ad-guide-preview-stage {
    min-height: 310px;
  }

  .floweralba-ad-guide-preview-browser {
    top: 8px;
    width: calc(100% - 46px);
  }

  .floweralba-ad-guide-preview-phone {
    width: 88px;
    height: 182px;
    border-width: 4px;
  }

  .floweralba-ad-guide-preview-mobile-tier {
    height: 18px;
  }

  .floweralba-ad-guide-preview-image {
    max-height: 330px;
  }

  .floweralba-ad-guide-product-content {
    padding: 29px 22px 24px;
  }

  .floweralba-ad-guide-product-heading h3 {
    margin-top: 14px;
    font-size: 25px;
  }

  .floweralba-ad-guide-price-box {
    margin-top: 26px;
  }

  .floweralba-ad-guide-price-row strong {
    font-size: 20px;
  }

  .floweralba-ad-guide-comparison,
  .floweralba-ad-guide-process,
  .floweralba-ad-guide-faq {
    margin-top: 68px;
  }

  .floweralba-ad-guide-comparison-scroll {
    border-radius: 14px;
  }

  .floweralba-ad-guide-process ol {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .floweralba-ad-guide-process li {
    min-height: 158px;
    padding: 20px 17px;
  }

  .floweralba-ad-guide-process li strong {
    margin-top: 14px;
    font-size: 15px;
  }

  .floweralba-ad-guide-process li p {
    font-size: 11px;
  }

  .floweralba-ad-guide-faq {
    display: block;
  }

  .floweralba-ad-guide-faq-list {
    margin-top: 25px;
  }

  .floweralba-ad-guide-faq summary {
    font-size: 13px;
  }

  .floweralba-ad-guide-contact {
    display: block;
    margin-top: 68px;
    padding: 32px 22px;
    border-radius: 18px;
  }

  .floweralba-ad-guide-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: initial;
    gap: 10px 18px;
    width: 100%;
    margin-top: 24px;
    padding-bottom: 0;
  }

}

@media (max-width: 420px) {
  .floweralba-ad-guide-hero-actions,
  .floweralba-ad-guide-process ol {
    grid-template-columns: 1fr;
  }

  .floweralba-ad-guide-process li {
    min-height: 135px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floweralba-ad-guide *,
  .floweralba-ad-guide *::before,
  .floweralba-ad-guide *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
