*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background: var(--color-surface); color: var(--color-body); font-size: 15px; line-height: 1.6; overflow-x: hidden; max-width: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* All colours and shadow values are defined in :root below; the rest of the stylesheet uses only var(--color-*), var(--shadow-*), and color-mix() on those tokens. */
:root {
  /* Brand */
  --color-primary: #ff3553;
  --color-primary-hover: #e72a46;
  --color-primary-soft: color-mix(in srgb, var(--color-primary) 15%, transparent);
  --color-primary-soft-border: color-mix(in srgb, var(--color-primary) 40%, transparent);
  --color-primary-on-cta: #ff8066;
  --color-secondary: #ff8c42;
  --color-primary-shadow: color-mix(in srgb, var(--color-primary) 40%, transparent);
  --color-primary-shadow-strong: color-mix(in srgb, var(--color-primary) 45%, transparent);
  --color-primary-shadow-medium: color-mix(in srgb, var(--color-primary) 35%, transparent);
  --color-primary-shadow-soft: color-mix(in srgb, var(--color-primary) 30%, transparent);
  --color-primary-shadow-popular: color-mix(in srgb, var(--color-primary) 15%, transparent);

  /* Text & structure */
  --color-heading: #0f172a;
  --color-heading-table: #1e293b;
  --color-body: #1e293b;
  --color-body-secondary: #334155;
  --color-muted: #64748b;
  --color-muted-light: #94a3b8;
  --color-border: #e2e8f0;
  --color-border-hover: #cbd5e1;

  /* Surfaces */
  --color-surface: #ffffff;
  --color-surface-muted: #f8fafc;
  --color-surface-subtle: #f1f5f9;
  --color-surface-subtle-2: #fafafa;

  /* Success */
  --color-success: #22c55e;
  --color-success-emphasis: #16a34a;
  --color-success-strong: #15803d;
  --color-success-bg: #f0fdf4;
  --color-success-border: #bbf7d0;
  --color-success-icon-bg: rgb(34 197 94 / 0.2);

  /* Chart / icon accents */
  --color-chart-blue-bg: #eff6ff;
  --color-chart-blue: #3b82f6;
  --color-chart-blue-deep: #2563eb;
  --color-chart-grad-blue-a: #e0e7ff;
  --color-chart-grad-blue-b: #f0f4ff;
  --color-chart-grad-green-a: #f0fdf4;
  --color-chart-grad-green-b: #dcfce7;
  --color-chart-grad-yellow-a: #fefce8;
  --color-chart-grad-yellow-b: #fef9c3;
  --color-chart-amber-bg: #fff7ed;
  --color-chart-amber: #f97316;
  --color-chart-purple-bg: #fdf4ff;
  --color-chart-purple: #a855f7;
  --color-chart-violet: #8b5cf6;
  --color-chart-yellow-bg: #fefce8;
  --color-chart-yellow: #eab308;
  --color-chart-sky: #0ea5e9;

  /* Promo / upsell */
  --color-promo-bg-from: #fff7ed;
  --color-promo-bg-to: var(--color-surface);
  --color-promo-border: #fed7aa;
  --color-promo-icon-bg: #fff7ed;
  --color-promo-accent: #ea580c;

  /* Mock browser */
  --color-mock-tag-bg: #eff6ff;
  --color-mock-tag-text: #2563eb;
  --color-mock-chrome: #f1f5f9;
  --color-mock-chrome-border: #e2e8f0;
  --color-mock-skele: #e2e8f0;
  --color-dot-close: #fc5c5c;
  --color-dot-warn: #fbbf24;

  /* Hero dark */
  --color-hero-from: #0f172a;
  --color-hero-mid: #1e293b;
  --color-hero-to: #0f2540;
  --color-hero-glow: color-mix(in srgb, var(--color-primary) 15%, transparent);

  /* On-dark & overlays */
  --color-on-inverse: #ffffff;
  --color-inverse-muted: rgb(255 255 255 / 0.85);
  --color-inverse-muted-mid: rgb(255 255 255 / 0.65);
  --color-inverse-muted-soft: rgb(255 255 255 / 0.55);
  --color-inverse-muted-faint: rgb(255 255 255 / 0.4);
  --color-inverse-border-soft: rgb(255 255 255 / 0.5);
  --color-inverse-hover-bg: rgb(255 255 255 / 0.1);
  --color-on-inverse-subtle: rgb(255 255 255 / 0.6);
  --color-overlay-scrim: rgb(15 23 42 / 0.45);
  --color-photo-shine: rgb(255 255 255 / 0.06);
  --color-float-card-border: rgb(226 232 240 / 0.9);
  --color-float-card-shadow-deep: color-mix(in srgb, var(--color-heading) 12%, transparent);

  /* Footer */
  --color-footer-text: rgb(255 255 255 / 0.4);
  --color-footer-link: rgb(255 255 255 / 0.45);
  --color-footer-link-hover: var(--color-on-inverse);
  --color-footer-divider: rgb(255 255 255 / 0.08);
  --color-footer-note: rgb(255 255 255 / 0.25);

  /* Shadows */
  --shadow-sm: 0 1px 8px rgb(0 0 0 / 0.06);
  --shadow-md: 0 2px 8px rgb(0 0 0 / 0.06);
  --shadow-lg: 0 4px 20px rgb(0 0 0 / 0.08);
  --shadow-xl: 0 4px 24px rgb(0 0 0 / 0.08);
  --shadow-2xl: 0 8px 28px rgb(0 0 0 / 0.2);
  --shadow-3xl: 0 8px 32px rgb(0 0 0 / 0.09);
  --shadow-4xl: 0 8px 40px rgb(0 0 0 / 0.12);
  --shadow-5xl: 0 8px 40px rgb(0 0 0 / 0.1);
  --shadow-nav-drawer: -12px 0 40px rgb(0 0 0 / 0.12);
  --shadow-hero-photo: 0 24px 60px rgb(0 0 0 / 0.35), 0 8px 24px rgb(0 0 0 / 0.2);
  --shadow-btn-white: 0 4px 16px rgb(0 0 0 / 0.15);
  --shadow-feature-visual: 0 8px 40px rgb(0 0 0 / 0.08);

  --radius: 10px;
  --hero-card-overlap: clamp(0.65rem, 2vw, 1.05rem);
  --mf-header-height: calc(64px + env(safe-area-inset-top, 0px));
}

body.mf-marketing {
  padding-top: var(--mf-header-height);
}

.mf-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 650;
  width: 100%;
  padding-top: env(safe-area-inset-top, 0px);
  overflow: visible;
}

.hello-offer {
  position: relative;
  z-index: 2;
  background: var(--color-primary);
  color: #fff;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}
.hello-offer.is-visible {
  max-height: 140px;
  opacity: 1;
  box-shadow: 0 6px 24px var(--color-primary-shadow-medium);
}
.hello-offer[hidden] {
  display: none !important;
}
.hello-offer-inner {
  max-width: 100%;
  margin: 0 auto;
  min-height: 50px;
  padding: 0.55rem clamp(1rem, 5vw, 5%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  position: relative;
}
.hello-offer-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  flex-wrap: wrap;
}
.hello-offer-text {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0;
}
.hello-offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  text-decoration: none;
  border-radius: 999px;
  background: #fff;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.45rem 0.82rem;
  white-space: nowrap;
}
.hello-offer-btn:hover {
  background: var(--color-surface-subtle, #f1f5f9);
}
.hello-offer-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.16);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.78;
}
.hello-offer-close:hover {
  opacity: 1;
  background: rgb(255 255 255 / 0.24);
}

.offer-toast {
  position: fixed;
  top: calc(var(--mf-header-height, calc(env(safe-area-inset-top, 0px) + 80px)) + 8px);
  right: 1rem;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 220px;
  max-width: min(24rem, calc(100vw - 1.5rem));
  padding: 0.7rem 0.78rem;
  border-radius: 12px;
  border: 1px solid rgb(34 197 94 / 0.38);
  background: linear-gradient(135deg, rgb(236 253 245 / 0.96), rgb(220 252 231 / 0.96));
  box-shadow: 0 16px 30px rgb(15 23 42 / 0.18);
  color: #14532d;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateX(calc(100% + 1rem));
  pointer-events: none;
  overflow: visible;
  isolation: isolate;
  transition: opacity 0.42s cubic-bezier(.22,.61,.36,1), transform 0.42s cubic-bezier(.22,.61,.36,1);
}
.offer-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.offer-toast-confetti {
  position: absolute;
  inset: -16px;
  pointer-events: none;
  z-index: -1;
}
.offer-toast-confetti span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  opacity: 0;
  background: var(--confetti-color, #16a34a);
  transform: translate(-50%, -50%) rotate(0deg) scale(0.4);
}
.offer-toast.is-burst .offer-toast-confetti span {
  animation: toast-confetti-burst 2.35s cubic-bezier(.16,.84,.22,1) forwards;
  animation-delay: var(--confetti-delay, 0ms);
}
.offer-toast-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 14px rgb(22 163 74 / 0.35);
}
.offer-toast-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.offer-toast-text {
  position: relative;
  z-index: 1;
  line-height: 1.25;
}
.offer-toast-close {
  position: relative;
  z-index: 1;
  margin-left: 0.2rem;
  border: none;
  background: transparent;
  color: #166534;
  font-size: 0.95rem;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  opacity: 0.72;
  cursor: pointer;
}
.offer-toast-close:hover {
  opacity: 1;
  background: rgb(20 83 45 / 0.12);
}
@keyframes toast-confetti-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.45);
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--confetti-x, 0px)), calc(-50% + var(--confetti-y, 0px))) rotate(var(--confetti-r, 180deg)) scale(1);
  }
}

nav,
#site-nav {
  position: relative;
  z-index: 1;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  padding: 0 calc(env(safe-area-inset-right, 0px) + clamp(1rem, 5vw, 5%)) 0 calc(env(safe-area-inset-left, 0px) + clamp(1rem, 5vw, 5%));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 64px;
  box-shadow: var(--shadow-sm);
  overflow: visible;
}

.logo {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 1.35rem);
  font-weight: 800;
  color: var(--color-heading);
  text-decoration: none;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
  position: relative;
  z-index: 201;
}
.logo span {
  color: var(--color-primary);
}
.logo-icon {
  height: 28px;
  aspect-ratio: 134 / 77;
  flex-shrink: 0;
  display: block;
}
.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  display: flex;
  align-items: stretch;
}
.nav-links a {
  color: var(--color-muted);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  top: 41px;
}
.nav-links a:hover::after {
  transform: scaleX(1);
}
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}
.nav-links a:hover {
  color: var(--color-heading);
}

.btn-primary {
  background: var(--color-primary);
  color: #fff !important;
  padding: 0.55rem 1.15rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
  touch-action: manipulation;
  white-space: nowrap;
}
.btn-primary:hover {
  background: var(--color-primary-hover);
  transform: translateY(-1px);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  position: relative;
  z-index: 201;
}
.nav-login {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-heading);
  text-decoration: none;
  padding: 0.35rem 0;
  touch-action: manipulation;
}
.nav-links .nav-login-item {
  display: none;
}
.nav-cta-short {
  display: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 -0.35rem 0 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  touch-action: manipulation;
  color: var(--color-heading);
  position: relative;
  z-index: 201;
}
.nav-toggle:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-is-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-is-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--color-overlay-scrim, rgb(15 23 42 / 0.45));
  z-index: 198;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.nav-is-open .nav-backdrop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
body.nav-drawer-open {
  overflow: hidden;
}

@media (max-width: 992px) {
  .logo {
    font-size: clamp(1.2rem, 2.8vw, 1.35rem);
  }
  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 680;
  }
  .nav-right {
    margin-left: auto;
    margin-right: 0.2rem;
  }
  .nav-right .nav-login--header {
    display: none;
  }
  .nav-links .nav-login-item {
    display: flex;
  }
  .nav-links {
    position: fixed;
    top: var(--mf-header-height, calc(64px + env(safe-area-inset-top, 0px)));
    right: 0;
    bottom: 0;
    width: min(84vw, 320px);
    max-width: 320px;
    margin: 0;
    padding: 0.6rem 0 1rem;
    background: #fff;
    border-left: 1px solid var(--color-border, #e2e8f0);
    box-shadow: -8px 0 24px rgb(0 0 0 / 0.12);
    display: flex !important;
    flex-direction: column;
    gap: 0;
    z-index: 670;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.25s ease, visibility 0.25s;
  }
  #site-nav.nav-is-open .nav-links {
    transform: translateX(0);
    visibility: visible;
  }
  .nav-links li {
    border-bottom: 1px solid var(--color-border, #e2e8f0);
  }
  .nav-links a {
    display: block;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: var(--color-heading);
  }
  .nav-links a::after {
    display: none;
  }
  .nav-links a:hover {
    color: var(--color-primary);
    background: var(--color-surface-muted, #f8fafc);
  }
  .nav-backdrop {
    z-index: 660;
  }
  #site-nav.nav-is-open .nav-backdrop {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .hello-offer-inner {
    min-height: 56px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 2.4rem;
    gap: 0.65rem;
  }
  .hello-offer-main {
    gap: 0.5rem;
  }
  .hello-offer-text {
    font-size: 0.9rem;
  }
  .hello-offer-btn {
    padding: 0.42rem 0.72rem;
  }
}

@media (max-width: 380px) {
  .nav-cta-full {
    display: none;
  }
  .nav-cta-short {
    display: inline;
  }
  .btn-primary {
    padding: 0.55rem 0.85rem;
    font-size: 0.78rem;
  }
  .hello-offer-text {
    font-size: 0.82rem;
  }
}

/* Shared marketing footer (home, blog, articles). */
body.mf-marketing footer {
  background: var(--color-heading);
  padding: 3rem clamp(1rem, 5vw, 5%) calc(1.5rem + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
}
body.mf-marketing .footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  max-width: 1160px;
  margin: 0 auto 2.5rem;
}
body.mf-marketing .footer-brand .flogo {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-on-inverse);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
body.mf-marketing .footer-brand .flogo span { color: var(--color-primary); }
body.mf-marketing .footer-brand .logo-icon {
  height: 24px;
  aspect-ratio: 134 / 77;
  flex-shrink: 0;
  display: block;
}
body.mf-marketing .footer-brand .logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}
body.mf-marketing .footer-brand p {
  font-size: 0.82rem;
  color: var(--color-footer-text);
  line-height: 1.7;
  margin-top: 0.75rem;
  max-width: 280px;
}
body.mf-marketing .footer-col h5 {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-on-inverse);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body.mf-marketing .footer-col a {
  display: block;
  font-size: 0.82rem;
  color: var(--color-footer-link);
  text-decoration: none;
  margin-bottom: 0.55rem;
  transition: color 0.2s;
}
body.mf-marketing .footer-col a:hover { color: var(--color-footer-link-hover); }
body.mf-marketing .footer-bottom {
  border-top: 1px solid var(--color-footer-divider);
  padding-top: 1.5rem;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
body.mf-marketing .footer-bottom p {
  font-size: 0.77rem;
  color: var(--color-footer-note);
}
@media (max-width: 992px) {
  body.mf-marketing .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body.mf-marketing .footer-top { grid-template-columns: 1fr; }
}

/* Seasonal promo emoji — sized to match label text (hello bar, badges, upsell pill). */
.mf-offer-emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  font-style: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  vertical-align: -0.08em;
  text-align: center;
  overflow: hidden;
  flex: 0 0 1em;
}
.mf-offer-name {
  font-size: inherit;
  line-height: inherit;
}
.mf-offer-label {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
}
.mf-offer-label strong {
  font-weight: 800;
}

/* Prevent Enfold / theme styles from distorting the marketing header on blog and other shell pages. */
body.mf-marketing #site-nav {
  list-style: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  float: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body.mf-marketing #site-nav .nav-links,
body.mf-marketing #site-nav .nav-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.mf-marketing #site-nav a {
  text-decoration: none;
  box-shadow: none;
}
body.mf-marketing #site-nav .btn-primary {
  color: #fff !important;
}

body.mf-marketing .hello-offer {
  box-shadow: 0 6px 24px var(--color-primary-shadow-medium);
  overflow: hidden;
}
body.mf-marketing .hello-offer-inner {
  max-width: 100%;
  margin: 0 auto;
  min-height: 50px;
  max-height: 56px;
  padding: 0.55rem clamp(1rem, 5vw, 5%);
  padding-right: clamp(2.75rem, 6vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  position: relative;
}
body.mf-marketing .hello-offer-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  flex-wrap: nowrap;
  text-align: center;
  max-width: 100%;
}
body.mf-marketing .hello-offer-text,
body.mf-marketing .hello-offer-text strong {
  font-size: clamp(0.82rem, 2.2vw, 17px);
  line-height: 1.25;
  margin: 0;
  font-weight: 400;
}
body.mf-marketing .hello-offer-text {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.2rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body.mf-marketing .hello-offer-text strong {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  font-weight: 700;
}
body.mf-marketing #hello-offer-month {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  font-size: inherit;
  line-height: inherit;
}
body.mf-marketing .upsell-pill,
body.mf-marketing .badge {
  align-items: center;
}
body.mf-marketing .hello-offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  text-decoration: none;
  border-radius: 999px;
  background: var(--color-on-inverse, #fff);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.45rem 0.82rem;
  white-space: nowrap;
  line-height: 1.2;
  min-height: 0;
  height: auto;
  width: auto;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: none;
  flex-shrink: 0;
}
body.mf-marketing .hello-offer-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  min-height: 28px;
  min-width: 28px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.16);
  color: var(--color-on-inverse, #fff);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  body.mf-marketing .hello-offer-inner {
    min-height: 56px;
    max-height: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body.mf-marketing .hello-offer-main {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
