:root {
  --sr-red: #d91610;
  --sr-black: #080808;
  --sr-ink: #161616;
  --sr-muted: #60646c;
  --sr-line: #e0ddd5;
  --sr-bg: #f7f3ea;
  --sr-panel: #ffffff;
  --sr-cream: #fff2d8;
  --sr-proof: #1f0b43;
  --sr-radius: 8px;
  --sr-shadow: 0 10px 24px rgba(15, 15, 15, .06);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.srstudio-site {
  margin: 0;
  color: var(--sr-ink);
  background: var(--sr-bg);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
  letter-spacing: 0;
}

.sr-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.sr-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--sr-line);
}

.sr-elementor-template-section,
.sr-elementor-template-section > .elementor-container,
.sr-elementor-template-section .elementor-column,
.sr-elementor-template-section .elementor-widget-wrap,
.sr-elementor-template-section .elementor-widget,
.sr-elementor-template-section .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.sr-elementor-template-section .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.sr-native-hero,
.sr-native-panel-heading,
.sr-native-category-grid,
.sr-native-product-grid,
.sr-native-video-grid,
.sr-native-benefit-grid,
.sr-native-process,
.sr-native-cta {
  background: var(--sr-bg);
}

.sr-native-hero > .elementor-container,
.sr-native-panel-heading > .elementor-container,
.sr-native-category-grid > .elementor-container,
.sr-native-product-grid > .elementor-container,
.sr-native-video-grid > .elementor-container,
.sr-native-benefit-grid > .elementor-container,
.sr-native-process > .elementor-container,
.sr-native-cta > .elementor-container {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
}

.sr-native-hero {
  padding: 32px 0 22px;
}

.sr-native-hero .elementor-container {
  align-items: center;
}

.sr-native-hero .elementor-widget-wrap {
  align-content: center;
  justify-content: center;
}

.sr-native-hero-image img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  border-radius: 8px;
  background: #e8e1d4;
}

.sr-native-hero-title h1 {
  max-width: 560px;
  margin: 0 auto 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  text-align: center;
}

.sr-native-hero-text {
  max-width: 560px;
  margin: 0 auto;
  color: #30343a;
  text-align: center;
  font-size: 17px;
}

.sr-native-button-dark .elementor-button,
.sr-native-button-light .elementor-button {
  min-height: 44px;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 800;
}

.sr-native-button-dark .elementor-button {
  color: #fff;
  background: var(--sr-black);
}

.sr-native-button-light .elementor-button {
  color: #111;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.sr-native-trust-row {
  width: 100%;
}

.sr-native-brand-strip {
  padding: 22px 0 16px;
  background: var(--sr-bg);
}

.sr-native-rule-heading {
  position: relative;
}

.sr-native-rule-heading::before,
.sr-native-rule-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 43%;
  height: 1px;
  background: #111;
}

.sr-native-rule-heading::before {
  left: 0;
}

.sr-native-rule-heading::after {
  right: 0;
}

.sr-native-rule-heading h3 {
  display: inline-block;
  padding: 0 20px;
  background: var(--sr-bg);
  position: relative;
  z-index: 1;
}

.sr-native-panel-heading {
  padding: 20px 0 0;
}

.sr-native-panel-heading .elementor-container,
.sr-native-category-grid .elementor-container,
.sr-native-product-grid .elementor-container,
.sr-native-video-grid .elementor-container {
  border-left: 1px solid var(--sr-line);
  border-right: 1px solid var(--sr-line);
  background: #fff;
}

.sr-native-panel-heading .elementor-container {
  border-top: 1px solid var(--sr-line);
  border-radius: 8px 8px 0 0;
  padding: 28px 34px 8px;
}

.sr-native-category-grid .elementor-container,
.sr-native-product-grid .elementor-container,
.sr-native-video-grid .elementor-container {
  border-bottom: 1px solid var(--sr-line);
  border-radius: 0 0 8px 8px;
  padding: 8px 34px 30px;
  box-shadow: var(--sr-shadow);
}

.sr-native-section-title h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
}

.sr-native-section-text {
  color: var(--sr-muted);
}

.sr-native-category-card .elementor-image-box-wrapper {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.sr-native-category-card.elementor-widget-image-box .elementor-image-box-img {
  width: 126px !important;
  margin: 0 auto 10px !important;
}

.sr-native-category-card img {
  width: 126px;
  height: 126px;
  border-radius: 50% !important;
  object-fit: cover;
  background: #edf1ec;
}

.sr-native-category-card .elementor-image-box-title,
.sr-native-product-card .elementor-image-box-title,
.sr-native-video-card .elementor-image-box-title {
  margin: 0;
  color: var(--sr-ink);
  font-size: 15px;
  font-weight: 800;
}

.sr-native-product-card .elementor-image-box-wrapper,
.sr-native-video-card .elementor-image-box-wrapper {
  text-align: left;
}

.sr-native-product-card.elementor-widget-image-box .elementor-image-box-img,
.sr-native-video-card.elementor-widget-image-box .elementor-image-box-img {
  width: 100% !important;
  margin: 0 0 12px !important;
}

.sr-native-product-card img {
  width: 100%;
  height: 220px;
  aspect-ratio: 1.2;
  object-fit: cover;
  border-radius: 8px;
  background: #f0f2ec;
}

.sr-native-product-card .elementor-image-box-description {
  color: var(--sr-muted);
  font-size: 14px;
}

.sr-rating-stars {
  display: inline-block;
  margin-top: 6px;
  color: #f57a1f;
  letter-spacing: 1px;
}

.sr-native-video-card img {
  width: 100%;
  height: 190px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  background: #ddd;
}

.sr-native-benefits-heading,
.sr-native-benefit-grid,
.sr-native-process {
  background: var(--sr-cream);
}

.sr-native-benefits-heading {
  padding-top: 42px;
}

.sr-native-benefit-grid {
  padding-bottom: 42px;
}

.sr-native-benefit-card .elementor-icon-box-wrapper {
  min-height: 152px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
}

.sr-native-benefit-card .elementor-icon {
  color: var(--sr-red);
  font-size: 30px;
}

.sr-native-benefit-card .elementor-icon-box-title {
  margin: 0;
  font-size: 17px;
}

.sr-native-benefit-card .elementor-icon-box-description {
  color: var(--sr-muted);
  font-size: 14px;
}

.sr-native-process {
  padding: 36px 0 44px;
}

.sr-native-process-image img {
  border-radius: 8px;
}

.sr-native-steps {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, .18);
}

.sr-native-steps li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.sr-native-steps strong {
  font-size: 17px;
}

.sr-native-steps span {
  color: var(--sr-muted);
}

.sr-native-vivi-benefits,
.sr-native-vivi-process {
  background: var(--sr-bg);
}

.sr-native-vivi-benefits > .elementor-container,
.sr-native-vivi-process > .elementor-container {
  width: 100%;
  max-width: none;
}

.sr-vivi-panel {
  width: min(1228px, calc(100% - 48px));
  margin: 34px auto 0;
  border: 1px solid #ded6c8;
  border-radius: 8px;
  padding: 34px 32px 32px;
  background: #fff2d8;
}

.sr-vivi-panel h2 {
  margin: 0 0 28px;
  color: #111827;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.16;
}

.sr-vivi-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sr-vivi-benefit-card {
  min-height: 172px;
  border: 1px solid #d9dee6;
  border-radius: 8px;
  padding: 28px 26px 24px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
  background: #fbfcfe;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sr-vivi-benefit-card:hover {
  transform: translateY(-2px);
  border-color: #c8d0da;
  box-shadow: 0 12px 26px rgba(20, 24, 31, .08);
}

.sr-vivi-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #050505;
}

.sr-vivi-icon svg {
  width: 44px;
  height: 44px;
  fill: currentColor;
}

.sr-vivi-benefit-card h3 {
  margin: 4px 0 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.22;
}

.sr-vivi-benefit-card p {
  max-width: 290px;
  margin: 0;
  color: #222936;
  font-size: 15px;
  line-height: 1.5;
}

.sr-vivi-process {
  padding-bottom: 32px;
}

.sr-vivi-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .98fr);
  gap: 34px;
  align-items: start;
}

.sr-vivi-video {
  position: relative;
  min-height: 0;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #ddd6ca;
}

.sr-vivi-video img {
  width: 100%;
  aspect-ratio: 1.51;
  object-fit: cover;
  border-radius: 8px;
}

.sr-vivi-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 52px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background: var(--sr-red);
  box-shadow: 0 10px 28px rgba(217, 22, 16, .28);
  transition: transform .18s ease, background .18s ease;
}

.sr-vivi-video:hover .sr-vivi-play {
  transform: translate(-50%, -50%) scale(1.04);
  background: #f21a12;
}

.sr-vivi-play::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 14px;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.sr-vivi-accordion {
  padding-top: 2px;
}

.sr-vivi-accordion button {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid rgba(20, 20, 20, .16);
  padding: 0;
  background: transparent;
  color: #111827;
  text-align: left;
  cursor: pointer;
}

.sr-vivi-accordion button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  justify-self: end;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.sr-vivi-accordion button[aria-expanded="true"]::after {
  transform: rotate(225deg);
}

.sr-vivi-accordion b {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #0f172a;
  background: #b9ddff;
  font-size: 18px;
}

.sr-vivi-accordion button:nth-of-type(2) b {
  background: #ffe16b;
}

.sr-vivi-accordion button:nth-of-type(3) b {
  background: #c4a6ff;
}

.sr-vivi-accordion button:nth-of-type(4) b {
  background: #65aeea;
}

.sr-vivi-accordion button span {
  font-size: 18px;
  font-weight: 800;
}

.sr-vivi-accordion div {
  display: none;
  margin: 0;
  padding: 14px 34px 18px 62px;
  border-bottom: 1px solid rgba(20, 20, 20, .16);
  color: #20242c;
  font-size: 15px;
  line-height: 1.55;
}

.sr-vivi-accordion button[aria-expanded="true"] + div {
  display: block;
}

.sr-vivi-accordion .sr-button {
  width: 156px;
  margin-top: 28px;
}

.sr-native-cta {
  padding: 38px 0;
  color: #fff;
  text-align: center;
  background: var(--sr-red);
}

.sr-native-cta .elementor-heading-title,
.sr-native-cta .elementor-widget-text-editor {
  color: #fff;
}

body.admin-bar .sr-header {
  top: 32px;
}

.sr-header-main {
  background: #fff;
}

.sr-header-grid {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.sr-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.sr-logo-mark {
  color: var(--sr-red);
  font-size: 28px;
}

.sr-logo-word {
  color: var(--sr-black);
  font-size: 30px;
}

.sr-search {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 58px;
  border: 2px solid #111;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.sr-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 13px 16px;
  outline: 0;
}

.sr-search button {
  display: grid;
  place-items: center;
  color: #fff;
  background: #050505;
  border: 0;
  cursor: pointer;
}

.sr-search svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.sr-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
}

.sr-help {
  display: grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
  color: #111;
}

.sr-help-icon {
  width: 26px;
  height: 26px;
  border: 2px solid #111;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.sr-action-link {
  font-weight: 700;
  white-space: nowrap;
}

.sr-icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 8px;
  display: none;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.sr-icon-button span {
  width: 24px;
  height: 2px;
  background: #111;
  display: block;
}

.sr-mobile-search {
  display: none;
  padding-bottom: 12px;
}

.sr-nav {
  background: #fff;
}

.sr-nav-scroll {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sr-nav a {
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
}

.sr-nav a:hover,
.sr-action-link:hover {
  color: var(--sr-red);
}

.sr-proofbar {
  color: #fff;
  background: var(--sr-proof);
}

.sr-proofbar-grid {
  min-height: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.sr-proofbar span::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: #fff;
}

.sr-hero {
  padding: 32px 0 22px;
  background: #faf7ef;
}

.sr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 32px;
}

.sr-hero-media {
  width: 100%;
  height: 260px;
  object-fit: contain;
  border-radius: 8px;
  background: #e8e1d4;
}

.sr-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  text-align: center;
  padding: 6px 10px;
}

.sr-hero h1 {
  max-width: 620px;
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
}

.sr-hero p {
  max-width: 560px;
  margin: 0;
  color: #30343a;
  font-size: 17px;
}

.sr-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.sr-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.sr-button-dark,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background: var(--sr-black);
}

.sr-button-light {
  color: #111;
  background: #fff;
  border-color: #d9d9d9;
}

.sr-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
}

.sr-trust-row {
  width: min(520px, 100%);
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sr-trust-row span {
  min-height: 44px;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.sr-brand-strip {
  padding: 22px 0 16px;
}

.sr-section-rule {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 22px;
  font-weight: 800;
}

.sr-section-rule::before,
.sr-section-rule::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #111;
}

.sr-section-rule span {
  padding: 0 20px;
}

.sr-logo-marquee {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  overflow: hidden;
  color: #111;
  opacity: .9;
}

.sr-logo-marquee span {
  font-size: clamp(24px, 3.4vw, 43px);
  font-weight: 800;
  line-height: 1;
}

.sr-logo-marquee span:nth-child(2),
.sr-logo-marquee span:nth-child(5),
.sr-logo-marquee span:nth-child(8) {
  color: var(--sr-red);
}

.sr-logo-marquee span:nth-child(3),
.sr-logo-marquee span:nth-child(7) {
  color: #324f86;
}

.sr-section {
  padding: 18px 0;
}

.sr-panel {
  background: var(--sr-panel);
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  padding: clamp(22px, 3.2vw, 34px);
  box-shadow: var(--sr-shadow);
}

.sr-category-panel h2,
.sr-section-heading h2,
.sr-cream-section h2,
.sr-steps-section h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
}

.sr-section-heading {
  margin-bottom: 24px;
}

.sr-section-heading p {
  margin: 0;
  color: var(--sr-muted);
}

.sr-category-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(140px, 1fr);
  gap: 26px;
  overflow-x: auto;
  padding: 8px 2px 4px;
  scroll-snap-type: x mandatory;
}

.sr-category-item {
  min-width: 140px;
  display: grid;
  justify-items: center;
  gap: 12px;
  scroll-snap-align: start;
  font-weight: 800;
}

.sr-category-item img {
  width: 126px;
  aspect-ratio: 1;
  border-radius: 50% !important;
  object-fit: cover;
  background: #edf1ec;
  transition: transform .2s ease;
}

.sr-category-item:hover img {
  transform: translateY(-3px);
}

.sr-product-grid {
  display: grid;
  gap: 24px;
}

.sr-product-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sr-product-card {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.sr-product-img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f2ec;
}

.sr-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.sr-product-card:hover img {
  transform: scale(1.03);
}

.sr-product-card strong {
  margin-top: 4px;
  font-size: 15px;
}

.sr-product-card span:not(.sr-product-img) {
  color: var(--sr-muted);
  font-size: 14px;
}

.sr-product-card em {
  color: #f57a1f;
  font-style: normal;
  letter-spacing: 1px;
}

.sr-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sr-video-card {
  display: grid;
  gap: 10px;
  position: relative;
}

.sr-video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
  background: #ddd;
}

.sr-video-card > span,
.sr-step-media > span {
  position: absolute;
  width: 58px;
  height: 40px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: var(--sr-red);
}

.sr-video-card > span::after,
.sr-step-media > span::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 11px;
  border-left: 15px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.sr-video-card strong {
  font-size: 15px;
}

.sr-cream-section {
  background: var(--sr-cream);
  padding: 42px 0;
  margin-top: 18px;
}

.sr-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.sr-benefit-card {
  min-height: 152px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
}

.sr-benefit-card span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--sr-red);
  box-shadow: inset 12px 0 0 #111;
}

.sr-benefit-card h3 {
  margin: 0;
  font-size: 17px;
}

.sr-benefit-card p {
  margin: 0;
  color: var(--sr-muted);
  font-size: 14px;
}

.sr-steps-section {
  background: var(--sr-cream);
  padding: 36px 0 44px;
}

.sr-steps-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 34px;
  align-items: center;
}

.sr-step-media {
  position: relative;
}

.sr-step-media img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.sr-accordion {
  margin: 18px 0 22px;
  border-top: 1px solid rgba(0, 0, 0, .18);
}

.sr-accordion button {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  background: transparent;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.sr-accordion b {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #c5e5ff;
}

.sr-accordion button:nth-of-type(2) b {
  background: #ffe16b;
}

.sr-accordion button:nth-of-type(3) b {
  background: #c6b5ff;
}

.sr-accordion button:nth-of-type(4) b {
  background: #83c8ff;
}

.sr-accordion div {
  display: none;
  padding: 0 0 16px 60px;
  color: var(--sr-muted);
}

.sr-accordion button[aria-expanded="true"] + div {
  display: block;
}

.sr-cta {
  padding: 38px 0;
  text-align: center;
  color: #fff;
  background: var(--sr-red);
}

.sr-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 34px);
}

.sr-cta p {
  margin: 0 0 22px;
}

.sr-page {
  padding: 42px 0 60px;
  min-height: 52vh;
}

.sr-policy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--sr-shadow);
}

.sr-policy-content h1 {
  margin-top: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.sr-policy-content h2 {
  margin-top: 28px;
  font-size: 22px;
}

.sr-policy-content a {
  color: var(--sr-red);
  font-weight: 800;
}

.sr-quote-page {
  padding: 54px 0;
}

.sr-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 30px;
  align-items: start;
}

.sr-quote-grid h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 48px);
}

.sr-quote-card,
.sr-quote-result {
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--sr-shadow);
}

.sr-quote-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  padding: 24px;
}

.sr-quote-card label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.sr-quote-card input,
.sr-quote-card select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.sr-quote-result {
  position: sticky;
  top: 180px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.sr-quote-result span {
  color: var(--sr-muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

.sr-quote-result strong {
  font-size: 48px;
  line-height: 1;
}

.sr-quote-result small {
  color: var(--sr-muted);
  line-height: 1.5;
}

.sr-quote-actions {
  display: grid;
  gap: 10px;
}

.sr-quote-actions .sr-button {
  width: 100%;
  justify-content: center;
}

.sr-form-panel {
  margin: 24px auto 56px;
}

.sr-contact-form {
  display: grid;
  gap: 18px;
}

.sr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sr-contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.sr-contact-form input,
.sr-contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.sr-contact-form textarea {
  resize: vertical;
}

.sr-form-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}

.sr-form-success {
  color: #12451f;
  background: #e5f6e9;
}

.sr-form-error {
  color: #7a160f;
  background: #fde7e4;
}

.sr-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.sr-review-grid blockquote {
  margin: 0;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  padding: 18px;
  background: #fafafa;
}

.sr-review-grid p {
  margin-top: 0;
}

.sr-review-grid cite {
  color: var(--sr-muted);
  font-style: normal;
  font-weight: 800;
}

.sr-footer {
  width: calc(100% - 32px);
  margin: 34px auto 0;
  border-radius: 8px 8px 0 0;
  padding: 40px 0 22px;
  color: #fff;
  background: #020202;
}

.sr-footer-grid {
  display: grid;
  grid-template-columns: .78fr .78fr 1.15fr 1.75fr;
  gap: clamp(28px, 4vw, 66px);
}

.sr-footer h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.2;
}

.sr-footer a,
.sr-footer p {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .86);
}

.sr-footer a:hover {
  color: #fff;
}

.sr-footer-badges {
  display: grid;
  grid-template-columns: 1fr 1.1fr 80px;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.sr-footer-badges span {
  min-height: 76px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 8px;
  color: #111;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  padding: 10px;
}

.sr-footer-badges b,
.sr-footer-badges small {
  display: block;
}

.sr-footer-badges small {
  margin-top: 6px;
  color: #f57a1f;
  font-size: 13px;
}

.sr-money-badge {
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  color: #111;
  background: radial-gradient(circle, #ffeeb0 0 35%, #d6a41c 36% 48%, #111 49% 52%, #ffeeb0 53% 100%) !important;
  font-size: 11px !important;
}

.sr-newsletter {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 10px;
}

.sr-newsletter input {
  min-width: 0;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 12px 14px;
}

.sr-newsletter button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  background: #bfe1ff;
  cursor: pointer;
}

.sr-payments,
.sr-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.sr-payments span,
.sr-socials a {
  min-width: 42px;
  min-height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #111;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.sr-socials a {
  padding: 0 10px;
}

.sr-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 13px;
}

.sr-footer-bottom p,
.sr-footer-bottom a {
  margin: 0;
}

.sr-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.sr-post-list {
  display: grid;
  gap: 18px;
}

.sr-post-card {
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.sr-woo-page .page-title,
.woocommerce-products-header__title {
  font-size: clamp(30px, 4vw, 46px);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--sr-shadow);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0;
  background: #f0f2ec;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 16px;
  margin-right: 16px;
}

.woocommerce div.product {
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(18px, 3vw, 32px);
  box-shadow: var(--sr-shadow);
}

.woocommerce div.product div.images img {
  border-radius: 8px;
  background: #f0f2ec;
}

.sr-instant-quote {
  display: inline-flex;
  margin-top: 4px;
  color: var(--sr-red);
  font-size: 14px;
  font-weight: 800;
}

.sr-loop-quote-button {
  margin-bottom: 16px;
}

.sr-product-detail {
  padding: 34px 0 58px;
}

.sr-product-detail .woocommerce-breadcrumb {
  margin-bottom: 22px;
  color: var(--sr-muted);
  font-size: 14px;
}

.sr-product-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: start;
}

.sr-product-gallery,
.sr-product-summary,
.sr-product-info-grid article {
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--sr-shadow);
}

.sr-product-gallery {
  padding: 18px;
}

.sr-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.sr-product-gallery img {
  border-radius: 8px;
  background: #f0f2ec;
}

.sr-product-summary {
  padding: clamp(22px, 3vw, 34px);
}

.sr-product-eyebrow {
  margin: 0 0 8px;
  color: var(--sr-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sr-product-summary h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.sr-product-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #f57a1f;
  font-weight: 900;
}

.sr-product-rating span {
  color: var(--sr-muted);
  font-size: 14px;
}

.sr-product-copy {
  margin: 18px 0;
  color: #333842;
}

.sr-product-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 20px;
}

.sr-product-points span {
  min-height: 44px;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  background: #fafafa;
}

.sr-product-quote {
  display: grid;
  gap: 14px;
}

.sr-product-quote-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
}

.sr-product-quote-head span {
  color: var(--sr-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sr-product-quote-head strong {
  font-size: 14px;
}

.sr-product-quote-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 18px;
  box-shadow: none;
}

.sr-product-quote-result {
  position: static;
  box-shadow: none;
}

.sr-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.sr-product-info-grid article {
  padding: clamp(22px, 3vw, 34px);
}

.sr-product-info-grid h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.sr-product-info-grid ol {
  margin: 0;
  padding-left: 20px;
}

.sr-product-info-grid li + li {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .sr-header-grid {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
  }

  .sr-header-grid > .sr-search {
    display: none;
  }

  .sr-mobile-search {
    display: block;
  }

  .sr-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sr-hero-media,
  .sr-hero-copy {
    min-height: 0;
    height: auto;
  }

  .sr-hero-media {
    aspect-ratio: 1.75;
  }

  .sr-product-grid-four,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sr-vivi-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sr-vivi-process-grid {
    grid-template-columns: 1fr;
  }

  .sr-product-hero,
  .sr-product-info-grid {
    grid-template-columns: 1fr;
  }

  .sr-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body.admin-bar .sr-header {
    top: 46px;
  }

  .sr-container {
    width: min(100% - 24px, 1120px);
  }

  .sr-icon-button {
    display: grid;
  }

  .sr-header-grid {
    min-height: 64px;
  }

  .sr-logo-mark {
    font-size: 24px;
  }

  .sr-logo-word {
    font-size: 26px;
  }

  .sr-help {
    display: none;
  }

  .sr-header-actions {
    gap: 12px;
    font-size: 13px;
  }

  .sr-nav {
    display: none;
    border-top: 1px solid var(--sr-line);
  }

  .sr-nav.is-open {
    display: block;
  }

  .sr-nav-scroll {
    height: auto;
    padding: 10px 0 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sr-nav a {
    min-height: 42px;
    border: 1px solid var(--sr-line);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
  }

  .sr-proofbar-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
    font-size: 13px;
  }

  .sr-hero {
    padding-top: 18px;
  }

  .sr-hero-grid {
    display: flex;
    flex-direction: column;
  }

  .sr-hero-copy {
    order: -1;
    padding: 12px 0 6px;
  }

  .sr-hero p {
    font-size: 15px;
  }

  .sr-trust-row {
    grid-template-columns: 1fr;
  }

  .sr-logo-marquee {
    overflow-x: auto;
  }

  .sr-panel {
    padding: 20px 14px;
  }

  .sr-vivi-panel {
    width: min(100% - 24px, 1228px);
    margin-top: 24px;
    padding: 24px 16px;
  }

  .sr-vivi-panel h2 {
    margin-bottom: 20px;
  }

  .sr-vivi-benefit-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sr-vivi-benefit-card {
    min-height: 154px;
    padding: 22px 18px;
  }

  .sr-vivi-process-grid {
    gap: 22px;
  }

  .sr-vivi-accordion button {
    grid-template-columns: 44px 1fr 20px;
    min-height: 60px;
  }

  .sr-vivi-accordion div {
    padding: 12px 24px 16px 58px;
  }

  .sr-vivi-accordion .sr-button {
    width: 100%;
    margin-top: 22px;
  }

  .sr-product-grid-four,
  .sr-video-grid,
  .sr-benefit-grid,
  .sr-steps-grid,
  .sr-quote-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .sr-product-img {
    aspect-ratio: 1.08;
  }

  .sr-quote-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .sr-form-grid,
  .sr-review-grid {
    grid-template-columns: 1fr;
  }

  .sr-quote-result {
    position: static;
  }

  .sr-footer-grid,
  .sr-footer-badges,
  .sr-newsletter {
    grid-template-columns: 1fr;
  }

  .sr-footer {
    width: 100%;
    border-radius: 0;
  }

  .sr-money-badge {
    width: 100%;
    height: 76px;
    border-radius: 8px !important;
  }

  .sr-footer-bottom {
    display: grid;
  }

  .sr-footer-bottom nav {
    justify-content: flex-start;
  }

  .sr-product-points,
  .sr-product-quote-form {
    grid-template-columns: 1fr;
  }
}
