*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #1a1a1a; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.page-container { max-width: 720px; margin: 0 auto; padding: 1.5rem 1rem; }
@media (min-width: 768px) { .page-container { padding: 2rem 1.5rem; } }
h1 { font-size: 1.75rem; font-weight: 700; line-height: 1.3; margin-bottom: 1rem; }
h2 { font-size: 1.375rem; font-weight: 600; line-height: 1.35; margin-bottom: 0.75rem; }
h3 { font-size: 1.125rem; font-weight: 600; line-height: 1.4; margin-bottom: 0.5rem; }
p { margin-bottom: 1rem; }
ul, ol { margin-bottom: 1rem; padding-left: 1.5rem; }
blockquote { border-left: 3px solid #d1d5db; padding-left: 1rem; margin-bottom: 1rem; color: #4b5563; }
table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
th, td { padding: 0.5rem; border: 1px solid #e5e7eb; text-align: left; }
th { background: #f9fafb; font-weight: 600; }
hr { border: none; border-top: 1px solid #e5e7eb; margin: 1.5rem 0; }
@media (max-width: 480px) { .page-container { padding: 1rem 0.75rem; } h1 { font-size: 1.5rem; } }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* =============================================================================
   Interstitial v1 — Clean CSS rewrite
   Flexbox-based, no floats, no !important, no relative url() paths
   Fonts served same-origin from /fonts/interstitial-v1/ (traffic-server public/).
   User-uploaded media (brand logos, images, videos) is a runtime value set per
   page via the dashboard — never hardcoded in template source.
   Scoped to .tpl-interstitial_v1
   ============================================================================= */

/* =============================================================================
   0. FONT FACES
   ============================================================================= */

@font-face {
  font-display: swap;
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: 400;
  src: local('LabGrotesque-Regular'),
       url("LabGrotesque-Regular.woff2") format('woff2'),
       url("LabGrotesque-Regular.woff") format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: 500;
  src: local('LabGrotesque-Medium'),
       url("LabGrotesque-Medium.woff2") format('woff2'),
       url("LabGrotesque-Medium.woff") format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: 700;
  src: local('LabGrotesque-Bold'),
       url("LabGrotesque-Bold.woff2") format('woff2'),
       url("LabGrotesque-Bold.woff") format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: 900;
  src: local('LabGrotesque-Black'),
       url("LabGrotesque-Black.woff2") format('woff2'),
       url("LabGrotesque-Black.woff") format('woff');
}

/* =============================================================================
   1. RESET (scoped)
   ============================================================================= */

/* Override body margin/padding for full-bleed template */
body {
  margin: 0;
  padding: 0;
}

.tpl-interstitial_v1 {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: 'Lab Grotesque', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  overflow-x: hidden;
}

.tpl-interstitial_v1 * {
  box-sizing: border-box;
}

.tpl-interstitial_v1 img {
  max-width: 100%;
  height: auto;
  border: none;
}

.tpl-interstitial_v1 a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.tpl-interstitial_v1 ul,
.tpl-interstitial_v1 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tpl-interstitial_v1 p {
  margin: 0;
  padding: 0;
}

.tpl-interstitial_v1 h1,
.tpl-interstitial_v1 h2,
.tpl-interstitial_v1 h3,
.tpl-interstitial_v1 h4,
.tpl-interstitial_v1 h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

.tpl-interstitial_v1 header,
.tpl-interstitial_v1 section,
.tpl-interstitial_v1 footer,
.tpl-interstitial_v1 nav,
.tpl-interstitial_v1 main,
.tpl-interstitial_v1 article,
.tpl-interstitial_v1 figure {
  display: block;
}

/* Utility classes */
.tpl-interstitial_v1 .clearall {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

.tpl-interstitial_v1 .show-mob {
  display: none;
}

.tpl-interstitial_v1 .hide-mob {
  display: block;
}

.tpl-interstitial_v1 .show-tab {
  display: none;
}

.tpl-interstitial_v1 .hide-tab {
  display: block;
}

/* =============================================================================
   2. CONTAINER
   ============================================================================= */

.tpl-interstitial_v1 .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* =============================================================================
   3. TOP STRIP
   ============================================================================= */

.tpl-interstitial_v1 .topStrip {
  background: #fd3939;
  padding: 10px 0;
}

.tpl-interstitial_v1 .topStrip p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.tpl-interstitial_v1 .topStrip span {
  color: #fff;
}

/* =============================================================================
   4. HEADER (Sticky Nav)
   ============================================================================= */

.tpl-interstitial_v1 .top-fix-bar {
  position: relative;
  z-index: 1000;
}

.tpl-interstitial_v1 .top-fix-bar.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.tpl-interstitial_v1 .header {
  background: #fff;
  height: 70px;
  padding: 9px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tpl-interstitial_v1 .header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.tpl-interstitial_v1 .logo-link {
  flex-shrink: 0;
}

.tpl-interstitial_v1 .logo {
  /* Caps the rendered size — never stretches a smaller logo upward.
     Brand logos can be any natural size; we only enforce an upper bound. */
  max-height: 52px;
  max-width: 220px;
  width: auto;
  height: auto;
  display: block;
}

.tpl-interstitial_v1 .logo-text {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}

.tpl-interstitial_v1 .nav-btn {
  flex-shrink: 0;
  background: #1fc862;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  display: inline-block;
}

.tpl-interstitial_v1 .topMenu {
  display: flex;
  gap: 30px;
  flex: 1;
  justify-content: center;
}

.tpl-interstitial_v1 .topMenu li a {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.tpl-interstitial_v1 .topMenu li a:hover {
  color: #0c64c5;
}

/* =============================================================================
   5. HERO BANNER
   ============================================================================= */

.tpl-interstitial_v1 .banner {
  background: #f1f6fc;
  padding: 40px 0 60px;
  overflow: hidden;
}

.tpl-interstitial_v1 .banner .container {
  display: flex;
  align-items: flex-start;
}

.tpl-interstitial_v1 .bnr-lft {
  width: 55%;
  text-align: left;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}

.tpl-interstitial_v1 .banner-prod {
  position: absolute;
  right: -40px;
  top: 20px;
  max-width: 45%;
  z-index: 1;
}

.tpl-interstitial_v1 .bnr-prd-mob {
  display: none;
}

.tpl-interstitial_v1 .banner-heading {
  font-size: 52px;
  line-height: 1.1;
  color: #0c64c5;
  font-weight: 700;
  margin-bottom: 10px;
}

.tpl-interstitial_v1 .banr-rev-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tpl-interstitial_v1 .banr-rev-text img {
  height: 16px;
  width: auto;
  display: inline;
}

.tpl-interstitial_v1 .bnr-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #fff, #f0f7ff);
  padding: 10px 15px;
  border-radius: 8px;
  margin: 15px 0;
}

.tpl-interstitial_v1 .bnr-strip .mik {
  width: 50px;
  height: 76px;
  flex-shrink: 0;
}

.tpl-interstitial_v1 .bnr-strip-content {
  flex: 1;
}

.tpl-interstitial_v1 .bnr-strip-p1 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
}

.tpl-interstitial_v1 .bnr-strip-p1 img {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}

.tpl-interstitial_v1 .bnr-strip-p2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

.tpl-interstitial_v1 .bnr-list {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.tpl-interstitial_v1 .bnr-list ul {
  padding-left: 0;
  list-style: none;
}

.tpl-interstitial_v1 .bnr-list li {
  padding: 4px 0 4px 25px;
  position: relative;
  font-size: 18px;
}

.tpl-interstitial_v1 .bnr-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #5b9bd5;
  font-weight: 700;
}

.tpl-interstitial_v1 .bnr-seal {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
}

/* =============================================================================
   6. CTA BUTTON BOX (reused everywhere)
   ============================================================================= */

.tpl-interstitial_v1 .btn-box {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 428px;
  max-width: 100%;
  margin-top: 40px;
}

.tpl-interstitial_v1 .btn-txt {
  float: left;
  margin: 0 0 10px;
  width: 100%;
  color: #000;
}

@keyframes int-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.tpl-interstitial_v1 .btn-text1 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 17px;
  padding: 0 8px;
  vertical-align: top;
}

.tpl-interstitial_v1 .btn-text1::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  width: 9px;
  height: 9px;
  background: #36ee4e;
  border-radius: 50%;
  animation: int-pulse 1.5s ease-in-out infinite;
}

.tpl-interstitial_v1 .btn-text2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 17px;
  padding: 0 8px;
  vertical-align: top;
}

@keyframes int-hourglass {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

.tpl-interstitial_v1 .btn-text2 .hourglass {
  width: 10px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  animation: int-hourglass 2s ease-in-out infinite;
}

.tpl-interstitial_v1 .stockAmount {
  font-weight: 900;
}

.tpl-interstitial_v1 .packageBtn {
  display: block;
  width: 100%;
  height: 68px;
  font-family: 'Lab Grotesque', sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 68px;
  color: #fff;
  background: #1fc862;
  border-radius: 50px;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px #2a8b3a;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.tpl-interstitial_v1 .packageBtn:hover {
  background: #1ab856;
}

.tpl-interstitial_v1 .packageBtn .btn-arw {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.tpl-interstitial_v1 .btn-rev {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 16px;
  margin-top: 12px;
  position: relative;
}

.tpl-interstitial_v1 .btn-rev::before,
.tpl-interstitial_v1 .btn-rev::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 73px;
  margin: -1px 10px 0;
  border-top: 1px solid #d3e4e9;
}

/* =============================================================================
   7. AS SEEN ON / BANNER BOTTOM
   ============================================================================= */

.tpl-interstitial_v1 .banner-btm {
  background: #fff;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}

.tpl-interstitial_v1 .bnr-btm-hding {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.tpl-interstitial_v1 .bnr-btm-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.tpl-interstitial_v1 .bnr-btm-list li img {
  height: 50px;
  width: auto;
  opacity: 0.7;
  display: inline-block;
}

/* =============================================================================
   8. AUTHORITY / SECTION 1
   ============================================================================= */

.tpl-interstitial_v1 .section1 {
  padding: 80px 0;
  text-align: center;
  width: 100%;
  background: #fff;
}

.tpl-interstitial_v1 .s1-reviw-bx {
  display: inline-block;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 55px 15px 15px;
}

.tpl-interstitial_v1 .cot {
  position: absolute;
  right: 50px;
  top: -23px;
}

.tpl-interstitial_v1 .reviw-mid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tpl-interstitial_v1 .reviw-lft {
  width: 212px;
  background: #0c64c5;
  border-radius: 8px;
  padding: 0 0 8px;
  text-align: center;
}

.tpl-interstitial_v1 .reviw-lft .t-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 8px 8px 0 0;
}

.tpl-interstitial_v1 .t-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 8px 0 0;
  text-align: center;
}

.tpl-interstitial_v1 .reviw-rgt {
  padding-left: 55px;
  text-align: left;
  width: calc(100% - 212px);
}

.tpl-interstitial_v1 .t-star {
  display: block;
  margin: 0;
  max-width: 100%;
}

.tpl-interstitial_v1 .reviw-rgt-p1 {
  font-size: 24px;
  font-weight: 500;
  color: #0c64c5;
  letter-spacing: 0.3px;
  line-height: 30px;
  margin-top: 15px;
}

.tpl-interstitial_v1 .reviw-rgt-p2 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 27px;
  margin-top: 15px;
}

.tpl-interstitial_v1 .reviw-rgt-p3 {
  font-size: 16px;
  color: #2a2a2a;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-top: 15px;
}

.tpl-interstitial_v1 .reviw-rgt-p3 span {
  font-weight: 700;
  color: #0c64c5;
  font-size: 20px;
}

/* =============================================================================
   9. INTRODUCTION / SECTION 2
   ============================================================================= */

.tpl-interstitial_v1 .section2 {
  background: #d8f2ff;
  overflow: hidden;
  padding: 70px 0;
  text-align: center;
  width: 100%;
}

.tpl-interstitial_v1 .section2 .container {
  display: flex;
  align-items: flex-start;
}

.tpl-interstitial_v1 .s2-rgt {
  padding: 0;
  text-align: left;
  width: 51%;
}

.tpl-interstitial_v1 .s2-lft {
  width: 44.27%;
  margin: 0;
  position: relative;
}

.tpl-interstitial_v1 .s2-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
}

.tpl-interstitial_v1 .s2-model {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-radius: 6px;
  margin-bottom: -6px;
}

.tpl-interstitial_v1 .slide-arw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}

.tpl-interstitial_v1 .slide-arw:hover {
  background: rgba(0, 0, 0, 0.6);
}

.tpl-interstitial_v1 .slide-prev,
.tpl-interstitial_v1 .slide-prev-mob {
  left: 10px;
}

.tpl-interstitial_v1 .slide-next,
.tpl-interstitial_v1 .slide-next-mob {
  right: 10px;
}

/* Common heading used across sections */
.tpl-interstitial_v1 .comn-hding {
  font-size: 45px;
  font-weight: 900;
  color: #2c2d2d;
  line-height: 54px;
}

.tpl-interstitial_v1 .comn-hding span {
  color: #0c64c5;
  font-size: 52px;
}

/* Common text used across sections */
.tpl-interstitial_v1 .comntxt,
.tpl-interstitial_v1 .comntxt > p {
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-top: 25px;
}

.tpl-interstitial_v1 .comntxt a {
  color: #0c64c5;
  font-weight: 700;
}

.tpl-interstitial_v1 .comntxt img {
  max-width: 100%;
  margin: 15px 0;
  border-radius: 8px;
}

/* =============================================================================
   10. FEATURES / S2 BOTTOM
   ============================================================================= */

.tpl-interstitial_v1 .s2-bottom {
  background: #f1f6fc;
  padding: 60px 0;
  width: 100%;
}

.tpl-interstitial_v1 .s2-list {
  display: inline-block;
  margin: 40px 0 0;
  max-width: 1360px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}

.tpl-interstitial_v1 .s2-slide {
  float: left;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 25%;
}

.tpl-interstitial_v1 .s2-slide img {
  border: 1px solid #d1d2d4;
  border-radius: 6px;
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.tpl-interstitial_v1 .s2-list-p1 {
  font-size: 26px;
  font-weight: 700;
  color: #2c2d2d;
  line-height: 30px;
}

/* =============================================================================
   11. BENEFITS SHORT / S3 BOTTOM
   ============================================================================= */

.tpl-interstitial_v1 .s3-bottom {
  background: #3d7fb7;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

.tpl-interstitial_v1 .s3-btm-p1 {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 55px;
}

.tpl-interstitial_v1 .s3-btm-p2 {
  font-size: 26px;
  color: #ffcf11;
  line-height: 33px;
  margin-top: 15px;
}

.tpl-interstitial_v1 .s3-bottom .btn-box {
  margin-top: 30px;
}

/* =============================================================================
   12. BENEFITS LONG
   ============================================================================= */

.tpl-interstitial_v1 .benefitslong-section {
  background: #eaf8ff;
  padding: 60px 0;
}

.tpl-interstitial_v1 .benefits-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.tpl-interstitial_v1 .benefit-item {
  margin-bottom: 50px;
}

.tpl-interstitial_v1 .benefit-content {
  display: flex;
  gap: 50px;
  align-items: center;
}

.tpl-interstitial_v1 .benefit-right .benefit-content {
  flex-direction: row-reverse;
}

.tpl-interstitial_v1 .benefit-image {
  flex: 0 0 45%;
}

.tpl-interstitial_v1 .benefit-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tpl-interstitial_v1 .benefit-text {
  flex: 1;
  text-align: left;
}

.tpl-interstitial_v1 .benefit-text h3 {
  font-size: 32px;
  color: #0c64c5;
  font-weight: 700;
  margin-bottom: 15px;
}

.tpl-interstitial_v1 .benefit-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}

/* =============================================================================
   13. TECHNOLOGY / SECTION 4
   ============================================================================= */

.tpl-interstitial_v1 .section4 {
  background: #eaf8ff;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}

.tpl-interstitial_v1 .s4-mid {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.tpl-interstitial_v1 .s4-prd {
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 35px;
  transform: translateX(-50%);
  z-index: 2;
}

.tpl-interstitial_v1 ul.s4-list,
.tpl-interstitial_v1 ul.s4-list2 {
  float: left;
  position: relative;
  width: 27%;
}

.tpl-interstitial_v1 ul.s4-list2 {
  float: right;
}

.tpl-interstitial_v1 ul.s4-list li,
.tpl-interstitial_v1 ul.s4-list2 li {
  margin: 45px 0 0;
  padding: 0;
  position: relative;
  text-align: right;
}

.tpl-interstitial_v1 ul.s4-list2 li {
  text-align: left;
}

.tpl-interstitial_v1 .s4-list-p1 {
  color: #181818;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 33px;
}

.tpl-interstitial_v1 .s4-list-p2 {
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 10px 0 0;
}

.tpl-interstitial_v1 .s4-list-p2 p {
  margin-bottom: 5px;
}

.tpl-interstitial_v1 .section4 .btn-box {
  margin-top: 80px;
}

/* Decorative connector lines between list items and center product image */
.tpl-interstitial_v1 ul.s4-list li::before,
.tpl-interstitial_v1 ul.s4-list2 li::before {
  bottom: -30px;
  content: "";
  height: 8px;
  position: absolute;
  width: 396px;
}

/* Left list: line extends right toward center */
.tpl-interstitial_v1 ul.s4-list li::before {
  right: -93px;
  background: url("2dad0246c1646e4787593fa3ebd5fd4c3fcb7186.png") 100% 0 no-repeat;
}

/* Right list: line extends left toward center */
.tpl-interstitial_v1 ul.s4-list2 li::before {
  left: -93px;
  background: url("943ed65963be447ef0ce2b6eb9e15140cc3ae218.png") 0 0 no-repeat;
}

/* No line on last item (desktop) */
.tpl-interstitial_v1 ul.s4-list li:last-child::before,
.tpl-interstitial_v1 ul.s4-list2 li:last-child::before {
  display: none;
}

/* =============================================================================
   14. STEPS & SPECIAL OFFER / SECTION 5
   ============================================================================= */

.tpl-interstitial_v1 .section5 {
  background: #fff;
  padding: 60px 0;
}

.tpl-interstitial_v1 .s5-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.tpl-interstitial_v1 .s5-list li {
  width: 300px;
  text-align: center;
}

.tpl-interstitial_v1 .s5-list li img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.tpl-interstitial_v1 .s5-list li span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.tpl-interstitial_v1 .mnk-p {
  margin: 30px auto;
  max-width: 800px;
}

/* Special Offer / Money Back Box */
.tpl-interstitial_v1 .mnybkBox {
  background: #fff;
  border: 2px dashed #3d7fb7;
  border-radius: 0;
  display: inline-block;
  margin-top: 60px;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tpl-interstitial_v1 .seal30day {
  float: right;
  margin: 40px 0 0;
  width: 43%;
}

.tpl-interstitial_v1 .seal30day img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.tpl-interstitial_v1 .mnybk-top {
  display: none;
}

.tpl-interstitial_v1 .mnybk-cont {
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}

.tpl-interstitial_v1 .mnybk-cont .seal30day {
  margin: 20px auto 0;
  width: 236px;
  float: none;
}

.tpl-interstitial_v1 .mnybk-cont .seal30day img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.tpl-interstitial_v1 .mnybk-btm {
  background: #fdf5e6;
  float: left;
  padding: 40px 20px;
  width: 56.41%;
}

.tpl-interstitial_v1 .mnybk-cont-p1 {
  color: #202020;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.tpl-interstitial_v1 .mnybk-cont-p2 {
  color: #212020;
  font-size: 19px;
  line-height: 27px;
  margin-top: 10px;
}

.tpl-interstitial_v1 .mnybk-btm-p1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 20px;
}

.tpl-interstitial_v1 .mnybk-btm-p1 span {
  color: #0c64c5;
}

.tpl-interstitial_v1 .mnybk-btm .btn-box {
  margin-top: 30px;
}

.tpl-interstitial_v1 .counter-box {
  display: inline-block;
  margin: -5px 0 0;
  max-width: 100%;
  vertical-align: top;
  width: 400px;
}

.tpl-interstitial_v1 .counter-box p {
  color: #0c64c5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.tpl-interstitial_v1 .timer-digits {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0 0 20px;
  width: 180px;
}

.tpl-interstitial_v1 .timer-digits > div {
  float: left;
  width: 26%;
}

.tpl-interstitial_v1 .timer-digits p {
  color: #0c64c5;
  float: left;
  font-size: 30px;
  font-weight: 700;
  padding: 3px 0 0;
  text-align: center;
  width: 11%;
}

.tpl-interstitial_v1 .timer-digits div > span {
  border-radius: 3px;
  color: #226ea4;
  float: left;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  padding: 8px 0 0;
  text-align: center;
  width: 100%;
}

.tpl-interstitial_v1 .smalltext {
  color: #839bb6;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.tpl-interstitial_v1 .mny-list > ul {
  margin: 20px 0 0;
  padding: 0 0 0 50px;
  list-style: none;
}

.tpl-interstitial_v1 .mny-list > ul li {
  background-image: url("9b220cccd401077e936199d52c48fd157fcaaac8.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0 0;
  padding: 0 0 0 39px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

/* =============================================================================
   15. TESTIMONIALS / SECTION 6
   ============================================================================= */

.tpl-interstitial_v1 .section6 {
  background: #eaf8ff;
  padding: 40px 0 60px;
  text-align: center;
}

/* Star rating summary bar */
.tpl-interstitial_v1 .star-review-row {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
  vertical-align: middle;
}

.tpl-interstitial_v1 .star-review-col-1 {
  display: inline-block;
  vertical-align: middle;
  color: #131a2a;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 25px;
  text-align: center;
}

.tpl-interstitial_v1 .star-review-col-1 span {
  display: block;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 3px;
}

.tpl-interstitial_v1 .star-review-col-1 img {
  display: block;
  margin: 8px auto;
}

.tpl-interstitial_v1 ul.rev-bars {
  display: inline-block;
  vertical-align: middle;
  width: 635px;
  max-width: 100%;
}

.tpl-interstitial_v1 ul.rev-bars li {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0;
  width: 100%;
}

.tpl-interstitial_v1 ul.rev-bars li > div {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  float: left;
  height: 12px;
  overflow: hidden;
  width: calc(100% - 175px);
}

.tpl-interstitial_v1 ul.rev-bars li > div span {
  background-color: #fab73c;
  float: left;
  height: 100%;
}

.tpl-interstitial_v1 ul.rev-bars li img {
  display: inline-block;
  vertical-align: middle;
  margin: -13px 0 0;
  max-width: 100%;
}

.tpl-interstitial_v1 ul.rev-bars li p {
  color: #000;
  float: right;
  font-size: 18px;
  line-height: 12px;
  text-align: left;
  width: 22px;
}

/* 2-column row-major grid. Each row sizes to its tallest card so the two
   columns stay aligned even when reviews vary in length. align-items: stretch
   (grid default) makes both cards in a row equal-height for a tidy look. */
.tpl-interstitial_v1 .s6-reviw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-top: 50px;
  width: 100%;
}

.tpl-interstitial_v1 .tsti-bx {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.tpl-interstitial_v1 .t-img1 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.tpl-interstitial_v1 .tsti-bx-mid {
  flex: 1;
}

.tpl-interstitial_v1 .vrfy-p {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.tpl-interstitial_v1 .vrfy-p .vrfy-tk {
  width: 16px;
  height: 16px;
  display: inline;
  vertical-align: middle;
  margin: 0 4px;
}

.tpl-interstitial_v1 .vrfy-p span {
  font-weight: 400;
  color: #666;
  font-size: 13px;
}

.tpl-interstitial_v1 .tsti-star {
  width: 80px;
  margin-bottom: 8px;
}

.tpl-interstitial_v1 .tsti-txt {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.tpl-interstitial_v1 .tsti-txt p {
  margin: 0;
}

/* Mobile testimonial carousel (hidden on desktop via show-mob) */
.tpl-interstitial_v1 .s6-carousel {
  margin: 20px auto 0;
  max-width: 310px;
  overflow: hidden;
  position: relative;
}

.tpl-interstitial_v1 .s6-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}

.tpl-interstitial_v1 .s6-carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.tpl-interstitial_v1 .s6-carousel-slide .tsti-bx {
  display: block;
  margin: 0;
  box-shadow: none;
  border-radius: 12px;
  padding: 0 0 25px;
}

.tpl-interstitial_v1 .s6-carousel-slide .t-img1 {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}

.tpl-interstitial_v1 .s6-carousel-slide .tsti-bx-mid {
  padding: 0 20px;
  margin-top: 15px;
}

.tpl-interstitial_v1 .s6-carousel-prev,
.tpl-interstitial_v1 .s6-carousel-next {
  position: absolute;
  top: 120px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.tpl-interstitial_v1 .s6-carousel-prev {
  left: 8px;
}

.tpl-interstitial_v1 .s6-carousel-next {
  right: 8px;
}

/* =============================================================================
   16. FAQ / SECTION 9
   ============================================================================= */

.tpl-interstitial_v1 .section9 {
  background: #fff;
  padding: 80px 0;
}

.tpl-interstitial_v1 .faq-container {
  max-width: 800px;
  margin: 30px auto 0;
  text-align: left;
}

.tpl-interstitial_v1 .faq-accord {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.tpl-interstitial_v1 .accordion {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  position: relative;
  font-family: 'Lab Grotesque', sans-serif;
  color: #000;
}

.tpl-interstitial_v1 .accordion::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.tpl-interstitial_v1 .accordion.active::after {
  content: '−';
}

.tpl-interstitial_v1 .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.tpl-interstitial_v1 .panel p {
  padding: 0 20px 20px;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
}

/* =============================================================================
   17. SCARCITY / SECTION 10
   ============================================================================= */

.tpl-interstitial_v1 .section10 {
  background: #f1f6fc;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}

.tpl-interstitial_v1 .s10-p1 {
  font-size: 45px;
  font-weight: 700;
  color: #fc0000;
  line-height: 50px;
}

.tpl-interstitial_v1 .wring {
  display: inline-block;
  vertical-align: middle;
  margin: -11px 10px 0 0;
}

.tpl-interstitial_v1 .s10-p2 {
  font-size: 26px;
  font-weight: 500;
  color: #010101;
  line-height: 33px;
  margin-top: 15px;
}

.tpl-interstitial_v1 .s10-p3 {
  font-size: 17px;
  font-weight: 500;
  color: #272727;
  line-height: 24px;
  margin-top: 20px;
}

.tpl-interstitial_v1 .s10-p3 .highlight {
  background: url("c2c15d0759fbfc43232d4946d84e23464db557e1.png") 50% no-repeat;
  background-size: cover;
  padding: 6px;
}

.tpl-interstitial_v1 .s10-p3 p {
  margin-bottom: 10px;
}

/* =============================================================================
   18. FOOTER
   ============================================================================= */

.tpl-interstitial_v1 .footer {
  background: #fff;
  padding: 50px 0 80px;
  border-top: 1px solid #e5e5e5;
}

.tpl-interstitial_v1 .ftr-logo {
  /* Cap only — never stretches a smaller natural-size logo. */
  max-height: 44px;
  max-width: 264px;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.tpl-interstitial_v1 .ftr-txt {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.tpl-interstitial_v1 .ftr-txt a {
  color: #333;
  text-decoration: underline;
}

.tpl-interstitial_v1 .ftr-disclaimer {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.tpl-interstitial_v1 .ftr-disclaimer p {
  margin-bottom: 12px;
}

/* =============================================================================
   19. MOBILE STICKY CTA
   ============================================================================= */

.tpl-interstitial_v1 .floating-cta {
  display: none;
}

@media (max-width: 920px) {
  .tpl-interstitial_v1 .floating-cta {
    display: block;
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 100000;
    background: #333;
    padding: 10px 15px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    text-align: center;
    transition: bottom 0.4s ease-in;
  }

  .tpl-interstitial_v1 .floating-cta.open {
    bottom: 0;
  }

  .tpl-interstitial_v1 .mobileCta-btn {
    background: #ff4500;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 6px;
    padding: 12px 25px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }

  .tpl-interstitial_v1 .mobileCta-btn .btn-arw {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
  }
}

/* =============================================================================
   20. RESPONSIVE BREAKPOINTS
   ============================================================================= */

@media (max-width: 1200px) {
  .tpl-interstitial_v1 .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .tpl-interstitial_v1 .banner-heading {
    font-size: 40px;
  }

  .tpl-interstitial_v1 .comn-hding {
    font-size: 40px;
    line-height: 56px;
  }

  .tpl-interstitial_v1 .comn-hding span {
    font-size: 43px;
  }

}

@media (max-width: 1021px) {
  /* Header: hide desktop menu on tablet/mobile */
  .tpl-interstitial_v1 .topMenu {
    display: none;
  }

  .tpl-interstitial_v1 .header .container {
    justify-content: space-between;
  }

  .tpl-interstitial_v1 .banner .container {
    flex-direction: column;
  }

  .tpl-interstitial_v1 .bnr-lft {
    width: 100%;
  }

  .tpl-interstitial_v1 .banner-prod {
    display: none;
  }

  .tpl-interstitial_v1 .bnr-prd-mob {
    display: block;
    width: 60%;
    margin: 20px auto;
  }

  .tpl-interstitial_v1 .show-mob {
    display: block;
  }

  .tpl-interstitial_v1 .hide-mob {
    display: none;
  }

  .tpl-interstitial_v1 .show-tab {
    display: block;
  }

  .tpl-interstitial_v1 .hide-tab {
    display: none;
  }

  .tpl-interstitial_v1 .section10 {
    padding: 27px 0;
  }

  .tpl-interstitial_v1 .s10-p1 {
    font-size: 33px;
    line-height: 47px;
  }

  .tpl-interstitial_v1 .s10-p2 {
    font-size: 19px;
    line-height: 28px;
    margin-top: 10px;
  }

  .tpl-interstitial_v1 .wring {
    margin: -8px 10px 0 0;
    width: 35px;
  }

  .tpl-interstitial_v1 .section4 {
    padding: 40px 0;
  }

  .tpl-interstitial_v1 .s4-prd {
    top: 28px;
    width: 407px;
  }

  .tpl-interstitial_v1 ul.s4-list,
  .tpl-interstitial_v1 ul.s4-list2 {
    width: 29%;
  }

  .tpl-interstitial_v1 ul.s4-list li,
  .tpl-interstitial_v1 ul.s4-list2 li {
    margin: 33px 0 0;
  }

  .tpl-interstitial_v1 ul.s4-list li::before,
  .tpl-interstitial_v1 ul.s4-list2 li::before {
    bottom: -22px;
  }

  .tpl-interstitial_v1 .s4-list-p1 {
    font-size: 22px;
    line-height: 29px;
  }

  .tpl-interstitial_v1 .s4-list-p2 {
    font-size: 19px;
    line-height: 25px;
  }

  .tpl-interstitial_v1 .section4 .btn-box {
    margin-top: 40px;
  }

  .tpl-interstitial_v1 .section2 {
    padding: 40px 0 50px;
  }

  .tpl-interstitial_v1 .section2 .container {
    flex-direction: column;
  }

  .tpl-interstitial_v1 .s2-rgt {
    width: 100%;
  }

  .tpl-interstitial_v1 .s2-lft {
    width: 100%;
    margin: 20px auto 10px;
  }

  .tpl-interstitial_v1 .s2-model {
    height: 400px;
    object-fit: cover;
    width: 100%;
  }

  .tpl-interstitial_v1 .s2-slider {
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.2);
  }

  .tpl-interstitial_v1 .s2-list-p1 {
    font-size: 20px;
    line-height: 28px;
  }

  .tpl-interstitial_v1 .s2-slide img {
    margin: 0 auto 12px;
  }

  .tpl-interstitial_v1 .comn-hding {
    font-size: 35px;
    line-height: 49px;
  }

  .tpl-interstitial_v1 .comn-hding span {
    font-size: 40px;
  }

  .tpl-interstitial_v1 .comntxt,
  .tpl-interstitial_v1 .comntxt > p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }

  .tpl-interstitial_v1 .s3-bottom {
    padding: 30px 0;
  }

  .tpl-interstitial_v1 .s3-btm-p1 {
    font-size: 30px;
    line-height: 36px;
  }

  .tpl-interstitial_v1 .s3-btm-p2 {
    font-size: 20px;
    line-height: 33px;
    margin-top: 8px;
  }

  .tpl-interstitial_v1 .s3-bottom .btn-box {
    margin-top: 20px;
  }

  .tpl-interstitial_v1 .section1 {
    padding: 60px 0;
  }

  .tpl-interstitial_v1 .s1-reviw-bx {
    padding: 15px 30px 15px 15px;
  }

  .tpl-interstitial_v1 .reviw-rgt {
    padding-left: 37px;
  }

  .tpl-interstitial_v1 .reviw-rgt-p2 {
    font-size: 18px;
    line-height: 25px;
  }

  .tpl-interstitial_v1 .reviw-mid {
    flex-direction: column;
  }

  /* Collapse 2-col grid to a single column on tablet/mobile. (The desktop
     review block is hidden via .hide-mob below the carousel breakpoint, but
     keep this in case the breakpoint shifts.) */
  .tpl-interstitial_v1 .s6-reviw {
    grid-template-columns: 1fr;
  }

  .tpl-interstitial_v1 .star-review-row {
    margin-top: 35px;
  }

  .tpl-interstitial_v1 ul.rev-bars {
    width: 437px;
  }

  .tpl-interstitial_v1 .benefit-content {
    flex-direction: column;
    gap: 20px;
  }

  .tpl-interstitial_v1 .benefit-right .benefit-content {
    flex-direction: column;
  }

  .tpl-interstitial_v1 .benefit-image {
    order: -1;
  }

  .tpl-interstitial_v1 .mnybkBox {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .tpl-interstitial_v1 .seal30day.hide-mob {
    display: none;
  }

  .tpl-interstitial_v1 .mnybk-cont {
    order: 1;
  }

  .tpl-interstitial_v1 .mnybk-btm {
    float: none;
    width: 100%;
    padding: 20px 15px;
    order: 2;
  }

  .tpl-interstitial_v1 .mnybk-cont-p1 {
    font-size: 28px;
    line-height: 35px;
  }

  .tpl-interstitial_v1 .mnybk-cont-p2 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 5px;
  }

  .tpl-interstitial_v1 .mnybk-btm-p1 {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-top: 0;
  }

  .tpl-interstitial_v1 .counter-box {
    margin: 0;
    width: 100%;
  }

  .tpl-interstitial_v1 .counter-box p {
    display: block;
    font-size: 22px;
  }

  .tpl-interstitial_v1 .timer-digits {
    margin: 5px 0 0;
    width: 171px;
  }

  .tpl-interstitial_v1 .timer-digits div > span {
    font-size: 26px;
    line-height: 27px;
  }

  .tpl-interstitial_v1 .timer-digits p {
    font-size: 25px;
    padding: 4px 0 0;
  }

  .tpl-interstitial_v1 .mny-list > ul {
    margin: 6px 0 0;
    padding: 0;
  }

  .tpl-interstitial_v1 .mny-list > ul li {
    background-position: left 2px;
    background-size: 19px;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  /* Header: hide nav button, show only logo */
  .tpl-interstitial_v1 .nav-btn {
    display: none;
  }

  /* Hero: center text, full-width image */
  .tpl-interstitial_v1 .bnr-lft {
    text-align: center;
  }

  .tpl-interstitial_v1 .banner-heading {
    font-size: 32px;
    text-align: center;
  }

  .tpl-interstitial_v1 .banr-rev-text {
    justify-content: center;
  }

  .tpl-interstitial_v1 .bnr-prd-mob {
    width: 80%;
    margin: 20px auto;
  }

  /* Mechanism strip: stack vertically on mobile, hide icon */
  .tpl-interstitial_v1 .bnr-strip {
    flex-direction: column;
    text-align: left;
  }

  .tpl-interstitial_v1 .bnr-strip .mik {
    display: none;
  }

  .tpl-interstitial_v1 .bnr-list {
    text-align: left;
  }

  /* Authority testimonial: stack vertically on mobile */
  .tpl-interstitial_v1 .section1 {
    padding: 30px 0;
  }

  .tpl-interstitial_v1 .s1-reviw-bx {
    margin: 57px auto 0;
    padding: 0 10px 20px;
    overflow: visible;
  }

  .tpl-interstitial_v1 .reviw-lft {
    display: inline-block;
    float: none;
    margin: -38px auto 0;
    padding: 0;
    vertical-align: middle;
    width: 155px;
  }

  .tpl-interstitial_v1 .reviw-rgt {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .tpl-interstitial_v1 .t-img {
    margin: 0 auto;
  }

  .tpl-interstitial_v1 .t-star {
    margin: 0 auto;
  }

  .tpl-interstitial_v1 .t-name {
    font-size: 17px;
    line-height: 21px;
    padding: 8px 0 6px;
  }

  .tpl-interstitial_v1 .reviw-rgt-p1 {
    font-size: 23px;
    line-height: 28px;
  }

  .tpl-interstitial_v1 .reviw-rgt-p2 {
    margin-top: 10px;
  }

  .tpl-interstitial_v1 .cot {
    right: 27px;
  }

  .tpl-interstitial_v1 .reviw-rgt-p3 span {
    font-size: 18px;
  }

  .tpl-interstitial_v1 .section2 {
    padding: 30px 0;
  }

  .tpl-interstitial_v1 .comn-hding {
    font-size: 25px;
    line-height: 34px;
  }

  .tpl-interstitial_v1 .comn-hding span {
    font-size: 28px;
  }

  .tpl-interstitial_v1 .comntxt,
  .tpl-interstitial_v1 .comntxt > p {
    font-size: 17px;
    margin-top: 17px;
  }

  .tpl-interstitial_v1 .packageBtn {
    font-size: 23px;
    height: 60px;
    line-height: 58px;
    margin-top: 0;
  }

  .tpl-interstitial_v1 .btn-box {
    margin-top: 30px;
  }

  .tpl-interstitial_v1 .btn-arw {
    margin: -2px -4px 0 4px;
    width: 22px;
  }

  .tpl-interstitial_v1 .btn-txt p {
    padding: 0 4px;
  }

  .tpl-interstitial_v1 .btn-rev::before,
  .tpl-interstitial_v1 .btn-rev::after {
    margin: -3px 10px 0;
    width: 40px;
  }

  .tpl-interstitial_v1 .s2-bottom {
    padding: 30px 0;
  }

  .tpl-interstitial_v1 .s2-list {
    margin: 10px 0 0;
    padding: 0 5px;
  }

  .tpl-interstitial_v1 .s2-slide {
    margin-top: 20px;
    width: 50%;
  }

  .tpl-interstitial_v1 .s2-list-p1 {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 24px;
    min-height: 50px;
  }

  .tpl-interstitial_v1 .s5-list {
    flex-direction: column;
    align-items: center;
  }

  .tpl-interstitial_v1 .section10 {
    padding: 30px 0;
  }

  .tpl-interstitial_v1 .s10-p1 {
    font-size: 22px;
    line-height: 32px;
  }

  .tpl-interstitial_v1 .s10-p3 {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-top: 10px;
  }

  .tpl-interstitial_v1 .wring {
    margin: -8px 5px 0 0;
    width: 25px;
  }

  .tpl-interstitial_v1 .s3-bottom {
    padding: 30px 0;
  }

  .tpl-interstitial_v1 .s3-btm-p1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }

  .tpl-interstitial_v1 .s3-btm-p2 {
    font-size: 17px;
    line-height: 30px;
    margin-top: 5px;
  }

  .tpl-interstitial_v1 .s3-bottom .btn-box {
    margin-top: 20px;
  }

  .tpl-interstitial_v1 .tsti-bx {
    flex-direction: column;
  }

  .tpl-interstitial_v1 .t-img1 {
    width: 80px;
    height: 80px;
  }

  .tpl-interstitial_v1 .star-review-row {
    margin-top: 20px;
  }

  .tpl-interstitial_v1 .star-review-col-1 {
    margin-bottom: 15px;
    width: 100%;
  }

  .tpl-interstitial_v1 .star-review-col-1 span {
    font-size: 50px;
    line-height: 53px;
  }

  .tpl-interstitial_v1 .star-review-col-1 img {
    margin: 4px auto;
  }

  .tpl-interstitial_v1 ul.rev-bars {
    width: 323px;
  }

  .tpl-interstitial_v1 ul.rev-bars li img {
    width: 84px;
  }

  .tpl-interstitial_v1 ul.rev-bars li > div {
    width: calc(100% - 131px);
  }

  .tpl-interstitial_v1 ul.rev-bars li p {
    font-size: 15px;
    line-height: 10px;
  }

  .tpl-interstitial_v1 .section4 {
    padding: 30px 0;
  }

  .tpl-interstitial_v1 .s4-mid {
    margin-top: 0;
  }

  .tpl-interstitial_v1 .s4-prd {
    margin: 0 auto;
    position: static;
    transform: translateX(0);
    width: 396px;
    max-width: 100%;
  }

  .tpl-interstitial_v1 ul.s4-list,
  .tpl-interstitial_v1 ul.s4-list2 {
    float: none;
    width: 100%;
  }

  .tpl-interstitial_v1 ul.s4-list li,
  .tpl-interstitial_v1 ul.s4-list2 li {
    padding-left: 48px;
    position: relative;
    text-align: left;
  }

  /* Blue checkmark icon — original design asset on li background */
  .tpl-interstitial_v1 ul.s4-list li,
  .tpl-interstitial_v1 ul.s4-list2 li {
    background: url("39b430952609a61eae46c980e65267f8863f0c47.png") 0 0 no-repeat;
    background-size: 35px;
    padding: 0 0 0 48px;
    text-align: left;
  }

  /* Connector lines on mobile — original design asset */
  .tpl-interstitial_v1 ul.s4-list li::before,
  .tpl-interstitial_v1 ul.s4-list2 li::before {
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    height: 18px;
    bottom: -33px;
    background: url("2dad0246c1646e4787593fa3ebd5fd4c3fcb7186.png") 100% 0 no-repeat;
    background-size: 100%;
    border: none;
    border-radius: 0;
  }

  /* Show line on last child too on mobile */
  .tpl-interstitial_v1 ul.s4-list li:last-child::before,
  .tpl-interstitial_v1 ul.s4-list2 li:last-child::before {
    display: block;
  }

  .tpl-interstitial_v1 .s4-list-p1 {
    font-size: 20px;
    line-height: 28px;
  }

  .tpl-interstitial_v1 .s4-list-p2 {
    font-size: 17px;
    line-height: 24px;
    margin: 5px 0 0;
  }

  .tpl-interstitial_v1 .footer {
    padding-bottom: 75px;
  }
}
