/*
 * Sobar SMCBD-style landing page polish
 * Enqueued only on the front page.
 */

/* Landing Page specific styles (section layout controlled via Elementor) */

/* Announcement strip */
.landing-announcement .elementor-widget-text-editor {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.landing-announcement .elementor-widget-text-editor p {
	margin: 0;
}

/* Hero / banners */
.landing-hero .sober-banner .banner-title,
.landing-brand .sober-banner .banner-title {
	font-weight: 500;
	letter-spacing: -0.01em;
}
.landing-hero .sober-banner .banner-subtitle,
.landing-brand .sober-banner .banner-subtitle {
	letter-spacing: 0.18em;
}
.landing-hero .sober-banner .banner-description {
	max-width: 520px;
}
.landing-brand .sober-banner .banner-description {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* Trust badges */
.landing-trust .sober-icon-box {
	text-align: center;
}
.landing-trust .sober-icon-box .icon-box-icon {
	margin-left: auto;
	margin-right: auto;
}
.landing-trust .sober-icon-box .icon-box-title {
	margin-bottom: 10px;
}
.landing-trust .sober-icon-box .icon-box-content {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

/* Brand story */
.landing-story .elementor-widget-heading h2 {
	letter-spacing: -0.01em;
}
.landing-story .elementor-widget-text-editor p {
	color: #7a7a7a;
	line-height: 1.8;
}

/* Category tiles */
.landing-cats .sober-banner .banner-title {
	font-size: 26px;
	font-weight: 500;
}
.landing-cats .sober-banner .banner-button {
	margin-top: 8px;
}

/* Blog + FAQ */
.landing-faq .sober-faq .faq-question {
	font-weight: 600;
}
.landing-faq .sober-faq .faq-answer {
	color: #7a7a7a;
}

/* Subscribe */
.landing-subscribe .sober-subscribe-box {
	border: 1px solid #eee;
	padding: 40px;
}
.landing-subscribe .sober-subscribe-box .subscribe-title {
	font-size: 26px;
}

/* Holistic — Making wellness fun (inserted after Optimal quality) */
.landing-holistic {
  padding: 80px 0;
  background: #fff;
}
.landing-holistic__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.landing-holistic__media {
  position: relative;
  padding: 18px 18px 40px 0;
}
.landing-holistic__main-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  border-radius: 28px;
  background: #eef2f3;
}
.landing-holistic__overlap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 16px 40px rgba(15,61,74,0.16);
  background: #fff;
}
.landing-holistic__overlap img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}
.landing-holistic__badge {
  position: absolute;
  top: 0;
  right: 6px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #18c2d0 0%, #0fb5c0 45%, #0aa0b0 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px rgba(15,181,192,0.35);
  z-index: 2;
}
.landing-holistic__badge svg {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  stroke: #fff;
  fill: none;
}
.landing-holistic__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f3d4a;
}
.landing-holistic__eyebrow span {
  background: #f59e0b;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.06em;
}
.landing-holistic__heading {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  color: #0e3a47;
  letter-spacing: -0.02em;
}
.landing-holistic__brush {
  display: block;
  width: 220px;
  height: 12px;
  margin: 14px 0 22px;
  background: #0fb5c0;
  border-radius: 999px;
  clip-path: polygon(2% 55%, 98% 18%, 99% 68%, 1% 88%);
  opacity: 0.95;
}
.landing-holistic__copy {
  margin: 0;
  color: #5a6b72;
  font-size: 15px;
  line-height: 1.75;
  max-width: 560px;
}
.landing-holistic__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  background: #f59e0b;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 15px 26px;
  border-radius: 999px;
  transition: background 0.2s, transform 0.2s;
}
.landing-holistic__cta:hover {
  background: #e48900;
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .landing-holistic { padding: 48px 0; }
  .landing-holistic__inner { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; }
  .landing-holistic__media { padding-right: 0; max-width: 520px; margin: 0 auto; }
  .landing-holistic__badge { width: 110px; height: 110px; font-size: 12px; right: -6px; }
  .landing-holistic__overlap { width: 58%; bottom: -6px; }
}

/* Dark footer-style disclaimer strip appended after content */
.landing-disclaimer {
	background: #16181c;
	color: #8a8d93;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
.landing-disclaimer .elementor-widget-text-editor {
	color: #8a8d93;
}
.landing-disclaimer a {
	color: #b08d57;
}
.landing-disclaimer a:hover {
	color: #cfae7c;
}