:root {
    --ink: #17253d;
    --text: #34465a;
    --muted: #60758c;
    --brand-dark: #17345a;
    --brand: #4e91c7;
    --brand-light: #86cdec;
    --aqua: #c6f5fb;
    --ice: #effaff;
    --mist: #f8fcff;
    --silver: #d8e0ea;
    --line: #d9eaf7;
    --accent: #6e90d8;
    --paper: #ffffff;
    --shadow: 0 22px 60px rgba(44, 92, 142, 0.14);
}

body { background: #f4f4f4; display: block; height: auto; font-family: "Inter", sans-serif; font-optical-sizing: auto;  font-size: var(--nm); line-height: 1.6; }

.page { max-width: 1920px; width: 100%; margin: 0 auto; background: #fff; }
.container { width: calc(100% - 40px); max-width: 1140px; margin-left: auto; margin-right: auto; }
.container-2 { width: calc(100% - 40px); max-width: 1280px; margin-left: auto; margin-right: auto; }
.container-3 { width: calc(100% - 40px); max-width: 1000px; margin-left: auto; margin-right: auto; }
.container-4 { width: calc(100% - 40px); max-width: 1440px; margin-left: auto; margin-right: auto; }
.y-spacing { padding-top: var(--xl-3); padding-bottom: var(--xl-3); }

.hd-1 { font-size: clamp(2.6rem, 3.33vw, 4rem); font-family: "Montserrat", sans-serif; }
.hd-2 { font-size: clamp(2.2rem, 2.5vw, 3rem); font-family: "Montserrat", sans-serif; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(135, 204, 235, 0.32); background: rgba(255, 255, 255, 0.9); box-shadow: 0 12px 32px rgba(44, 92, 142, 0.1); backdrop-filter: blur(18px); font-size: 16px; font-family: "Montserrat", sans-serif; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; padding: 10px 0; }
.site-logo { display: inline-flex; align-items: center; min-width: 0; gap: 12px; color: var(--brand-dark); text-decoration: none; flex-shrink: 0; max-width: 115px; width: 100%; }
.site-logo img { width: 58px; height: 44px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(48, 77, 111, 0.16)); }
.site-logo span { overflow-wrap: break-word; }
.site-nav-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid rgba(78, 145, 199, 0.2); border-radius: 8px; background: rgba(255, 255, 255, 0.92); color: var(--brand-dark); cursor: pointer; box-shadow: 0 10px 22px rgba(44, 92, 142, 0.1); }
.site-nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 999px; background: currentColor; transition: transform 180ms ease, opacity 160ms ease; }
.site-nav-toggle:focus-visible { outline: 3px solid rgba(254, 203, 65, 0.65); outline-offset: 3px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; min-width: 0; gap: 32px; }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--brand-dark); font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--brand); }
.site-nav__cta { background: var(--brand-dark); color: #ffffff !important; box-shadow: 0 12px 26px rgba(78, 145, 199, 0.24); padding: 12px 32px; transition: background-color 0.1s ease; }
.site-nav__cta:hover { background: #1f4e8b; }
.site-header.is-nav-open .site-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.is-nav-open .site-nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-nav-open .site-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; background: #d8e5ee; }
.hero > div { position: relative; }
.hero:before { background: url(./../images/dkpal-lp-img-1.webp) right center no-repeat; background-size: auto 100%; content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0;  }
.hero h1 { max-width: 770px; margin: 0; color: var(--brand-dark); font-family: "Montserrat", sans-serif; font-size: clamp(2.9rem, 4vw, 4.8rem); font-weight: 700; line-height: 1.4; }
.hero h2 { max-width: 690px; color: rgb(64, 93, 116); font-size: clamp(2rem, 1.83vw, 2.2rem); font-weight: 750; line-height: 1.5; margin: 22px 0px 0px; }
.hero-stars { max-width: 76px; margin-bottom: 6px; }

.btn-style-1 { font-size: clamp(2.2rem, 2.83vw, 3.4rem); background: linear-gradient(to right, #ed6b3b, #fecb41); padding: 3px; border-radius: 8px; display: block; line-height: 1; position: relative; overflow: hidden; box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.6); transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease; -webkit-user-drag: none; }
.btn-style-1 > span { background: linear-gradient(to right, #cf411c, #fdbc38); padding: 16px; border-radius: 8px; display: block; position: relative; overflow: hidden; letter-spacing: 1px; font-weight: 700; text-transform: uppercase; color: #fff; text-align: center; transition: transform 220ms ease, background-position 320ms ease; }
.btn-style-1 > span::after { content: ''; position: absolute; top: 0; left: -35%; width: 22%; height: 100%; background: linear-gradient(to right, transparent, rgba(255,255,255,0.45), transparent); opacity: 0; transform: skewX(-24deg); transition: transform 420ms ease, opacity 220ms ease; }
.btn-style-1:hover, .btn-style-1:focus-visible { transform: translateY(-4px) scale(1.005); box-shadow: 0 18px 38px -18px rgba(0,0,0,0.8); filter: saturate(1.08); }
.btn-style-1:hover > span, .btn-style-1:focus-visible > span { transform: translateY(-1px); }
.btn-style-1:hover > span::after, .btn-style-1:focus-visible > span::after { opacity: 1; transform: translateX(520%) skewX(-24deg); }
.btn-style-1:active { transform: translateY(-1px) scale(0.9995); }

.btn-1 { max-width: 600px; }

.product-labels { display: flex; flex-wrap: wrap; align-items: center; max-width: 912px; gap: 10px; margin: 30px 0 28px; padding: 14px; border: 1px solid rgba(78, 145, 199, 0.16); border-radius: 8px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 255, 0.88)), #ffffff; box-shadow: 0 16px 34px rgba(44, 92, 142, 0.1); }
.p-label { display: flex; flex: 0 0 165px; align-items: center; min-width: 165px; min-height: 58px; gap: 10px; padding: 14px 16px 14px 16px; border-radius: 8px; color: var(--brand-dark); font-family: Montserrat, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.15; text-align: left; }
.p-label > div:first-child { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 999px; }
.p-label svg { width: 40px; height: 40px; }

.vid-list-1 { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--md); list-style: none; }
.vid-list-1 > li { border-radius: 12px; margin: 0; padding: 0; width: 100%; height: 500px; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.vid-list-1 > li:before { background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.7)); position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; }
.vid-list-1 > li > span:last-child { max-width: 250px; padding: 16px; position: relative; z-index: 1; color: #fff; font-weight: 700; }
.vid-list-1 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: left center; }

.vid-list-2 { height: 342px; border-radius: 12px; padding: 0; margin-top: var(--md); position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.vid-list-2:before { background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7)); position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; }
.vid-list-2 > span:last-child { padding: 16px; position: relative; z-index: 1; color: #fff; font-weight: 700; }
.vid-list-2 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: left center; }

.vid-list-3 { margin: 0; padding: 0; display: flex; gap: var(--md); list-style: none; align-items: center; }
.vid-list-3 > li { border-radius: 12px; margin: 0; padding: 0; width: 33%; height: 500px; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.vid-list-3 > li:before { background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.7)); position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; }
.vid-list-3 > li > span:last-child { max-width: 350px; padding: 16px; position: relative; z-index: 1; color: #fff; font-weight: 700; }
.vid-list-3 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: left center; }

.vid-list-4 { margin: 0; padding: 0; display: flex; gap: var(--md); list-style: none; align-items: center; }
.vid-list-4 > li { margin: 0; padding: 0; width: 33%; height: 500px; position: relative; }
.vid-list-4 > li > div { border-radius: 12px; margin: 0; padding: 0; width: 100%; height: 100%; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.vid-list-4 > li > div:before { background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.7)); position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; }
.vid-list-4 > li > div > span:last-child { max-width: 350px; padding: 16px; position: relative; z-index: 1; color: #fff; font-weight: 700; }
.vid-list-4 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: left center; }

.box-1 { padding: var(--xl); border: 1px solid rgba(78, 145, 199, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.95); box-shadow: var(--shadow); }
.box-2 { padding: var(--xl); border-radius: 8px; background: linear-gradient(135deg, var(--brand-dark), #245f94); box-shadow: var(--shadow); color: #fff; }

.box-3 { padding: var(--xl); border-radius: 8px; background: linear-gradient(135deg, #ffffff, #fff7ed); border: 1px solid rgba(237, 107, 59, 0.2); box-shadow: var(--shadow); position: relative; }
.box-3:before { content: ''; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, #ed6b3b, #fecb41); }

.box-4 { padding: var(--xl); border-radius: 8px; background: linear-gradient(135deg, var(--brand-dark), #245f94); border: 1px solid rgba(78, 145, 199, 0.24); box-shadow: var(--shadow); position: relative; color: #fff; }
.box-4:before { content: ''; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, var(--brand), var(--accent)); }

.box-5 { margin: var(--xl) 0 calc((-1 * var(--xl-3)) - 45px); padding: 16px; border-radius: 8px; background: linear-gradient(135deg, var(--brand-dark), #245f94); box-shadow: var(--shadow); position: relative; border: 1px solid #eaeaea; color: #fff; }

.box-head { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.box-bottom { border-top-left-radius: 0px; border-top-right-radius: 0px; }

.list-1 { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 0; }
.list-1 li { counter-increment: receptor; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.18); padding: 12px; margin: 4px 0; border-radius: 3px; list-style: none; display: flex; align-items: center; gap: 16px; }
.list-1 li:before { content: counter(receptor); display: grid; width: 36px; height: 36px; place-items: center; background: #ffffff; color: var(--brand-dark); box-shadow: none; font-size: 16px; font-weight: 800; }

.list-2 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sm); }
.list-2 li { padding: 16px; margin: 0; border: 1px solid rgba(78, 145, 199, 0.14); border-radius: 8px; background: linear-gradient(180deg, #ffffff, #f8fcff); display: flex; align-items: center; gap: 8px; }
.list-2 li > span:first-child { width: 30px; height: 30px; display: flex; align-items: center; flex-shrink: 0; }
.list-2 li svg { width: 100%; height: 100%; fill: var(--accent); }
.list-2 .long { grid-column: span 2; }

.list-3 { margin: 0; padding: 0; list-style: none; }
.list-3 li { position: relative; margin: var(--sm) 0 0; padding: 16px; border: 1px solid rgba(237, 107, 59, 0.18); border-left: 5px solid #ed6b3b; border-radius: 3px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.92)); box-shadow: 0 14px 34px rgba(44, 92, 142, 0.1); color: var(--brand-dark); display: block; }

.list-4 { list-style: none; margin: 0; padding: 0; }
.list-4 li { padding: 0 0 16px; margin: 0 0 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #e1e1e1; }
.list-4 li:last-child { margin-bottom: 0; padding: 0; border-bottom: 0; }
.list-4 li > span:first-child { width: 30px; height: 30px; display: flex; align-items: center;  flex-shrink: 0; }
.list-4 li svg { width: 100%; height: 100%; fill: var(--accent); }

.list-5 { list-style: none; margin: 0; padding: 0; }
.list-5 li { padding: 0 0 16px; margin: 0 0 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #7590ac; }
.list-5 li:last-child { margin-bottom: 0; padding: 0; border-bottom: 0; }
.list-5 li > span:first-child { width: 32px; height: 32px; display: flex; align-items: center;  flex-shrink: 0; }
.list-5 li svg { width: 100%; height: 100%; fill: #f08057; }

.list-6 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sm); margin: var(--xl) auto 0; padding: 0; list-style: none; }
.list-6 li { position: relative; display: flex; align-items: center; gap: 8px; margin: 0; padding: 16px; border: 1px solid rgba(78, 145, 199, 0.16); border-radius: 8px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 255, 0.9)); box-shadow: 0 18px 42px rgba(44, 92, 142, 0.1); color: var(--brand-dark); font-family: "Montserrat", sans-serif; font-weight: 700; line-height: 1.25; overflow: hidden; }
.list-6 li svg { width: 38px; height: 38px; fill: var(--accent); display: block; margin: 0 auto; }
.list-6 li:last-child svg { width: 38px; height: 38px; fill: #ed6b3b; background: radial-gradient(#fff 14px, transparent 14px); border-radius: 999px; border: 0; }

.list-6 li:last-child { grid-column: 1 / -1; justify-content: center; padding: 16px; border-color: rgba(237, 107, 59, 0.28); background: linear-gradient(135deg, var(--brand-dark), #245f94); color: #ffffff; box-shadow: 0 24px 58px rgba(44, 92, 142, 0.16); text-align: center; }

.list-7 { list-style: none; margin: 0; padding: 0; font-weight: 600; }
.list-7 li { padding: 16px; margin: 0 0 16px; border: 1px solid rgba(78, 145, 199, 0.14); border-radius: 8px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgb(255 251 245 / 92%)); display: flex; align-items: center; gap: 8px; }
.list-7 li > span:first-child { width: 30px; height: 30px; display: flex; align-items: center; flex-shrink: 0; }
.list-7 li svg { width: 100%; height: 100%; fill: #ed6b3b; }

.list-8 { list-style: none; margin: 0; padding: 0; color: var(--brand-dark); font-weight: 600; }
.list-8 li { padding: 16px; margin: 0 0 16px; border: 1px solid rgba(78, 145, 199, 0.14); border-radius: 8px; background: linear-gradient(180deg, #ffffff, #f8fcff); display: flex; align-items: center; gap: 8px; }
.list-8 li > span:first-child { width: 30px; height: 30px; display: flex; align-items: center; flex-shrink: 0; }
.list-8 li:last-child { margin-bottom: 0; }
.list-8 li svg { width: 100%; height: 100%; fill: var(--accent); }

.img-1 { position: absolute; top: 50%; transform: translateY(-50%); max-width: 100px; right: -60px; z-index: 2; }
.img-2 { display: block; margin: calc((-1 * var(--xl)) - 100px) auto 0; max-width: 845px; width: 100%; }
.zinc-img, .orange-img, .peppermint-img, .pomegranate-img, .acerola-img, .jasmine-img { display: none; }

.flex-1 { display: flex; gap: var(--md); margin: var(--xl-3) 0 0; align-items: center; }
.flex-1 > div:first-child { max-width: 500px; min-height: 450px; width: 100%; flex-shrink: 0; position: relative; overflow: hidden; border-radius: 12px; }
.flex-1 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: left center; }

.flex-2 { display: flex; gap: var(--xl-3); margin: 0; align-items: center; }
.flex-2 > div:last-child { max-width: 500px; min-height: 450px; width: 100%; flex-shrink: 0; position: relative; overflow: hidden; border-radius: 12px; }
.flex-2 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: center; }

.flex-3 { display: flex; align-items: flex-end; background: rgba(255,255,255,0.3); gap: 12px; padding: var(--xl); border-radius: 8px; box-shadow: var(--shadow); }
.flex-3 > div:first-child { max-width: 620px; margin: -120px 0 -30px -230px; }

.flex-5 { display: flex; gap: var(--xl); align-items: center; }
.flex-5 > div:first-child { flex-grow: 1; padding: var(--xl); border-radius: 8px; }
.flex-5 > div:last-child { padding: var(--xl); border-radius: 8px;  max-width: 420px; width: 100%; flex-shrink: 0; }

.flex-6 { display: flex; gap: var(--xl); }
.flex-6 > div { width: 50%; }
.flex-6 > div:first-child { display: flex; flex-direction: column; justify-content: center; }
.flex-6 > div:last-child { font-weight: 600; padding: var(--xl); }

.flex-7 { display: flex; gap: var(--xl); font-family: "Montserrat", sans-serif; text-wrap: balance; }
.flex-7 > div { width: 50%; text-align: center; border-radius: 8px; padding: var(--lg); box-shadow: 0 18px 42px rgba(44, 92, 142, 0.12); }
.flex-7 > div:first-child { background: #fff5ef; border: 1px solid rgba(237,107,59,0.24); }
.flex-7 > div:last-child { background: linear-gradient(135deg, var(--brand), var(--accent)); border: 1px solid rgba(78,145,199,0.22); color: #fff; }

.flex-8 { display: flex; gap: var(--xl); align-items: center; }
.flex-8 > div:first-child { max-width: 400px; min-height: 450px; width: 100%; flex-shrink: 0; position: relative; overflow: hidden; border-radius: 12px; }
.flex-8 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: center; }

.flex-9 { display: flex; gap: var(--xl); align-items: center; }
.flex-9 > div:first-child { max-width: 500px; min-height: 477px; width: 44%; flex-shrink: 0; position: relative; }
.flex-9 > div:last-child { flex-grow: 1; }
.flex-9 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: center; border-radius: 8px; }

.flex-10 { display: flex; gap: var(--xl); align-items: center; }
.flex-10 > div:first-child { flex-grow: 1; }
.flex-10 > div:last-child { max-width: 500px; min-height: 477px; width: 100%; flex-shrink: 0; position: relative; }
.flex-10 video { width: 100%; height: 100%; position: absolute; top: 0; object-fit: cover; object-position: center; border-radius: 8px; }

.flex-11 { display: flex; gap: var(--xl); position: relative; }
.flex-11 > div { width: 50%; }
.flex-11 > div:first-child { flex-grow: 1; padding: var(--xl); border-radius: 8px; }
.flex-11 > div:last-child { padding: var(--xl); border-radius: 8px; }
.arrow-1 { width: 54px; height: 54px; display: block; position: absolute; top: 50%; right: -45px; transform: translateY(-50%); z-index: 1; }
.arrow-1:before { content: ''; position: absolute; top: 50%; left: 50%; z-index: 3; width: 14px; height: 14px; border: solid #ffffff; border-width: 0 4px 4px 0; transform: translate(-62%, -50%) rotate(-45deg); }
.arrow-1:after { content: ''; position: absolute; top: 50%; left: 50%; z-index: 2; width: 100%; height: 100%; border: 7px solid #ffffff; border-radius: 999px; background: var(--brand-dark); box-shadow: 0 18px 34px rgba(44, 92, 142, 0.18); transform: translate(-50%, -50%); }


.flex-12 { max-width: 920px; margin-bottom: -195px; width: 100%; margin-left: auto; margin-right: auto; display: flex; gap: var(--xl); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(239,250,255,0.9)); box-shadow: 0 24px 58px rgba(44, 92, 142, 0.16); position: relative; }
.flex-12::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 20%, rgba(254,203,65,0.22), transparent 34%), radial-gradient(circle at 92% 18%, rgba(78,145,199,0.16), transparent 32%); }
.flex-12::after { content: ''; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, #ed6b3b, #fecb41); }
.flex-12 > div:first-child { margin: -90px 0 -90px -150px; max-width: 380px; width: 100%; flex-shrink: 0; position: relative; z-index: 1; }
.flex-12 h3 { color: var(--brand-dark); line-height: 1.12; }
.flex-12 p { color: var(--text); font-weight: 650; }
.flex-12 p:last-child { display: block; width: fit-content; padding: 10px 24px; background: var(--brand-dark); color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 800; border-radius: 3px; }

.flex-13 { display: flex; gap: var(--xl); }
.flex-13 > div:last-child { margin-right: calc(-1 * var(--xl)); margin-bottom: calc(-1 * var(--xl)); margin-top: -65px; max-width: 360px; }

.grid-1 { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: var(--md); align-items: stretch; }
.grid-1 > div { position: relative; display: flex; min-height: 210px; margin: 0; padding: calc(var(--xl) + 32px) var(--lg) var(--lg); border: 1px solid rgba(78, 145, 199, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.94); color: var(--text); box-shadow: 0 18px 42px rgba(44, 92, 142, 0.12); transition: transform 180ms ease, box-shadow 180ms ease; }
.grid-1 > div.long { grid-column: span 2; background: linear-gradient(135deg, var(--brand-dark), #245f94); color: #ffffff; }
.grid-1 > div:after  { content: '\2605\2605\2605\2605\2605'; position: absolute; top: var(--lg); right: var(--lg); color: #fdbc38; font-size: 1.8rem; letter-spacing: 2px; line-height: 1; }
.grid-1 > div:before { content: '\201C'; position: absolute; top: 16px; left: var(--lg); color: #ed6b3b; font-family: Georgia, serif; font-size: 7rem; font-weight: 700; line-height: 1; opacity: 0.86; }
.grid-1 > div.long:before { color: #fecb41; opacity: 1; }

.grid-2 { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: var(--md); }
.grid-2 > div { position: relative; }
.grid-2 > div > div { position: relative; z-index: 1; min-height: 100%; padding: calc(var(--xl) + 8px) var(--lg) var(--lg); border: 1px solid rgba(78, 145, 199, 0.16); border-radius: 8px; background: #fff; color: var(--text); box-shadow: 0 18px 42px rgba(44, 92, 142, 0.1); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.grid-2 > div > div::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 6px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.grid-2 > div.long { grid-column: span 2; }
.grid-2 > div.long > div { background: linear-gradient(135deg, var(--brand-dark), #245f94); color: #ffffff; }
.grid-2 > div.long > div:before { background: linear-gradient(90deg, #ed6b3b, #fecb41); }
.grid-2 .grid-2-accent { background: linear-gradient(135deg, #fff7ed, #ffffff); border-color: rgba(237, 107, 59, 0.18); }

.zinc:before { content: ''; background: url(./../images/zinc.webp) center no-repeat; left: -260px; width: 500px; height: 500px; display: block; background-size: 100% auto; position: absolute; }
.orange:before { content: ''; background: url(./../images/orange.webp) center no-repeat; right: -220px; width: 500px; height: 500px; display: block; background-size: 100% auto; position: absolute; }
.peppermint:before { content: ''; background: url(./../images/peppermint.webp) center no-repeat; top: 0; left: -160px; width: 450px; height: 450px; display: block; background-size: 100% auto; position: absolute; }
.peppermint:after { content: ''; background: url(./../images/peppermint.webp) center no-repeat; top: 0; right: -160px; width: 450px; height: 450px; display: block; background-size: 100% auto; position: absolute; }
.pomegranate:before { content: ''; background: url(./../images/pomegranate.webp) center no-repeat; left: -220px; width: 470px; height: 470px; display: block; background-size: 100% auto; position: absolute; }
.acerola:before { content: ''; background: url(./../images/acerola.webp) center no-repeat; right: -220px; width: 500px; height: 500px; display: block; background-size: 100% auto; position: absolute; }
.jasmine:before { content: ''; background: url(./../images/jasmine.webp) center no-repeat; top: -70px; left: -200px; width: 450px; height: 450px; display: block; background-size: 100% auto; position: absolute; }
.jasmine:after { content: ''; background: url(./../images/jasmine.webp) center no-repeat; top: -100px; right: -144px; width: 500px; height: 500px; display: block; background-size: 100% auto; position: absolute; z-index: 0; }

.section-2 { background: #f8f8f8; }
.section-4 { position: relative; background: #f6fbff; }
.section-4 > div { position: relative; }
.section-4:before { opacity: 0.15; content: ''; position: absolute; width: 100%; height: 100%; background: #dce5ef url(./../images/abstract-bg-1.webp) bottom center / cover no-repeat; pointer-events: none; }

.section-5 { position: relative; background: #fff; }
.section-5 > div { position: relative; }
.section-5:before { opacity: 0.18; content: ''; position: absolute; width: 100%; height: 100%; background: url(./../images/abstract-bg-2.webp) left center / cover no-repeat; pointer-events: none; }

.section-7 { background: #f8f8f8; }

.section-9 { position: relative; background: #f2faff; }
.section-9 > div { position: relative; }
.section-9:before { opacity: 0.25; content: ''; position: absolute; width: 100%; height: 100%; background: url(./../images/bg-relief-texture.webp) center / cover no-repeat; pointer-events: none; }

.section-10 { padding-bottom: 50px; overflow: hidden; }

.section-11 { position: relative; background: linear-gradient(135deg, #f8fcff 0%, #effaff 54%, #fff7ed 100%); }
.section-11 > div { position: relative; }
.section-11::before { content: ''; position: absolute; inset: 0; background: url(./../images/abstract-bg-1.webp) center / cover no-repeat; opacity: 0.18; pointer-events: none; }

.section-12 { position: relative; background: linear-gradient(135deg, #ffffff 0%, #f8fcff 48%, #effaff 100%); }
.section-12::before { content: ''; position: absolute; inset: 0; background: url(./../images/abstract-bg-2.webp) bottom center / cover no-repeat; opacity: 0.1; pointer-events: none; }

.section-13 { padding-top: 42px; }

.section-14 { padding-top: 140px; background: #f8f8f8; }
.section-15 { background: #17345a; color: #fff; }

.faqs { position: relative; z-index: 1; margin: 0 auto; scroll-margin-top: 110px; }
.faqs h2 { margin-bottom: var(--lg); color: var(--brand-dark); line-height: 1.1; text-align: center; }
.faq-list { display: grid; gap: 12px; max-width: 1024px; margin: 0 auto; }
.faq-item { border: 1px solid rgba(78, 145, 199, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.95); box-shadow: 0 14px 34px rgba(44, 92, 142, 0.1); overflow: hidden; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.faq-item.is-sliding { transition: height 280ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms ease, box-shadow 180ms ease; will-change: height; }
.faq-item[open] { border-color: rgba(237, 107, 59, 0.34); box-shadow: 0 20px 44px rgba(44, 92, 142, 0.14); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; color: var(--brand-dark); cursor: pointer; font-weight: 700; list-style: none; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { content: ''; }
.faq-question:focus-visible { outline: 3px solid rgba(254, 203, 65, 0.65); outline-offset: -5px; }
.faq-question > span:first-child { min-width: 0; }
.faq-icon { position: relative; display: block; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 999px; background: linear-gradient(135deg, var(--brand), var(--accent)); box-shadow: 0 10px 22px rgba(44, 92, 142, 0.18); }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; top: 50%; left: 50%; width: 14px; height: 3px; border-radius: 999px; background: #ffffff; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-item.is-closing .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-answer { padding: 0 20px 20px; border-top: 1px solid rgba(78, 145, 199, 0.12); color: var(--text); font-size: 1.6rem; line-height: 1.65; opacity: 0; transform: translateY(-6px); transition: opacity 180ms ease, transform 220ms ease; }
.faq-answer p { margin: 14px 0 0; }
.faq-answer a { color: var(--brand-dark); font-weight: 800; }
.faq-item[open] .faq-answer { opacity: 1; transform: translateY(0); }
.faq-item.is-closing .faq-answer { opacity: 0; transform: translateY(-6px); }

.sep-1 {  display: block; width: 110px; height: 7px; margin: var(--md) auto; border-radius: 999px; background: linear-gradient(90deg, #ed6b3b, #fecb41); box-shadow: 0 10px 22px rgba(237, 107, 59, 0.26); }
.text-balance { text-wrap: balance; }
.text-capitalize { text-transform: capitalize; }
.red { color: #bb0000; }

.options-wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: var(--md); margin: 0 auto var(--xl); padding: 0; font-family: "Inter", sans-serif; }
.option { position: relative; display: flex; min-width: 0; min-height: 100%; flex-direction: column; align-items: center; justify-content: flex-start; padding: var(--lg); border: 1px solid rgba(78,145,199,0.16); border-radius: 8px; background: rgba(255,255,255,0.96); color: var(--brand-dark); box-shadow: 0 18px 42px rgba(44,92,142,0.12); text-align: center; overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.option:hover, .section-13 .option:focus-visible { transform: translateY(-6px); border-color: rgba(78,145,199,0.34); box-shadow: 0 28px 62px rgba(44,92,142,0.18); outline: none; }
.option::before { content: ''; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.option-featured { border: 2px solid rgba(237,107,59,0.52); background: linear-gradient(180deg, #ffffff, #fff7ed); transform: translateY(-14px); box-shadow: 0 30px 70px rgba(237,107,59,0.18); height: calc(100% + 28px); }
.option-featured:hover, .section-13 .option-featured:focus-visible { transform: translateY(-20px); }
.option-featured::before { height: 9px; background: linear-gradient(90deg, #ed6b3b, #fecb41); }
.option-featured::after { content: 'Best Value'; position: absolute; top: 18px; right: -38px; width: 160px; padding: 7px 0; background: linear-gradient(90deg, #ed6b3b, #fecb41); color: #ffffff; font-family: "Montserrat", sans-serif; font-size: 1.2rem; font-weight: 900; text-transform: uppercase; transform: rotate(35deg); box-shadow: 0 10px 22px rgba(237,107,59,0.22); }
.option-title { margin: 0; color: var(--brand-dark); font-family: "Montserrat", sans-serif; font-size: clamp(2.2rem, 2.4vw, 3rem); font-weight: 900; line-height: 1.1; }
.option-featured .option-title, .section-13 .primary-text { color: #ed6b3b; }
.option-subtitle { margin: 8px 0 var(--sm); color: var(--muted); font-family: "Montserrat", sans-serif; font-size: var(--md); font-style: normal; font-weight: 700; }
.option-img { display: flex; align-items: center; justify-content: center; min-height: 190px; width: 100%; max-width: 410px; margin: 0 auto var(--md); padding: var(--sm); border-radius: 8px; }
.option-img img { width: 100%; height: auto; filter: drop-shadow(0 20px 24px rgba(44,92,142,0.18)); }
.price-row { align-items: flex-start; gap: 4px; margin-top: auto; color: var(--brand-dark); font-family: "Montserrat", sans-serif; }
.price-hd { font-size: clamp(5.4rem, 5vw, 7.2rem); font-weight: 900; line-height: 0.82; letter-spacing: 0; }
.price-hd-2 { font-size: clamp(2.6rem, 2.4vw, 3.4rem); font-weight: 850; line-height: 0.92; }
.price-hd-3 { color: var(--muted); font-size: 1.6rem; font-weight: 800; line-height: 1.1; }
.price-hd-4 { font-size: 1.8rem; }
.option-discount { margin: var(--sm) 0; min-height: 34px; color: var(--brand-dark); font-weight: 800; font-family: "Montserrat", sans-serif; }
.discount-text { color: #cf411c; font-family: "Montserrat", sans-serif; font-weight: 800; }
.cta-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: min(100%, 280px); min-height: 62px; margin-top: 4px; padding: 16px; border: 3px solid transparent; border-radius: 8px; background: linear-gradient(to right, #cf411c, #fdbc38) padding-box, linear-gradient(to right, #ed6b3b, #fecb41) border-box; color: #ffffff; box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.6); font-family: "Montserrat", sans-serif; font-size: clamp(1.9rem, 2vw, 2.4rem); font-weight: 900; letter-spacing: 1px; line-height: 1; text-align: center; text-transform: uppercase; overflow: hidden; transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease, background-position 320ms ease; -webkit-user-drag: none; }
.cta-btn::after { content: ''; position: absolute; top: 0; bottom: 0; left: -35%; width: 22%; background: linear-gradient(to right, transparent, rgba(255,255,255,0.45), transparent); opacity: 0; transform: skewX(-24deg); transition: transform 420ms ease, opacity 220ms ease; }
.option:hover .cta-btn, .section-13 .option:focus-visible .cta-btn { transform: translateY(-4px) scale(1.005); box-shadow: 0 18px 38px -18px rgba(0,0,0,0.8); filter: saturate(1.08); }
.option:hover .cta-btn::after, .section-13 .option:focus-visible .cta-btn::after { opacity: 1; transform: translateX(520%) skewX(-24deg); }
.cta-btn:active { transform: translateY(-1px) scale(0.9995); }
.cta-pulse { animation: cta-pulse 1500ms ease-in-out infinite; }
.price-compare-row { width: 100%; margin: var(--md) 0; padding-top: var(--sm); border-top: 1px solid rgba(78, 145, 199, 0.14); gap: var(--sm); display: flex; align-items: center; justify-content: center; }
.old-price-wrap { position: relative; display: inline-flex; align-items: center; padding: 2px 6px; color: #7c8795; font-size: clamp(2rem, 2.4vw, 2.6rem); font-weight: 600; line-height: 1; }
.old-price { position: relative; color: #7c8795; }
.price-strike { position: absolute; left: -3%; top: 50%; width: 106%; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #ef4444, #f97316); box-shadow: 0 5px 12px rgba(239, 68, 68, 0.24); transform: translateY(-50%) rotate(-13deg); transform-origin: center; }
.price-strike::after { content: ''; position: absolute; inset: 1px 10%; border-radius: inherit; background: rgba(255,255,255,0.34); }
.final-price { color: #cf411c; font-family: "Montserrat", sans-serif; font-weight: 900; }
.payment-icons { margin-top: auto; opacity: 0.84; max-width: 280px; width: 100%; }

.site-footer { position: relative; isolation: isolate; max-width: 1920px; margin: 0 auto; overflow: hidden; background: linear-gradient(135deg, #102b4c 0%, #17345a 48%, #245f94 100%); color: #eaf6ff; }
.site-footer::before { content: ''; position: absolute; inset: 0; z-index: 0; background: url(./../images/bg-relief-texture.webp) center / cover no-repeat; opacity: 0.1; pointer-events: none; }
.site-footer::after { content: ''; position: absolute; inset: 0 0 auto; z-index: 1; height: 7px; background: linear-gradient(90deg, #ed6b3b, #fecb41); }
.site-footer__inner { position: relative; z-index: 2; padding: var(--xl-3) 0 var(--xl); }
.site-footer__label { display: block; min-width: 0; padding: 12px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 8px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)); color: #ffffff; box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.site-footer__label:hover, .site-footer__label:focus-visible { transform: translateY(-3px); border-color: rgba(254, 203, 65, 0.5); background-color: rgba(255, 255, 255, 0.04); outline: none; }
.site-footer__label span { display: block; margin: 0 0 10px; color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 800; line-height: 1.2; }
.site-footer__label img { display: block; width: 100%; height: auto; border-radius: 6px; background: #ffffff; }
.site-footer__disclaimer { padding: var(--lg) 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); color: #d8e8f6; font-size: 1.4rem; line-height: 1.65; }
.site-footer__disclaimer p { margin: 0 0 10px; }
.site-footer__disclaimer p:last-child { margin-bottom: 0; }
.site-footer__disclaimer strong { color: #ffffff; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: var(--lg); padding-top: var(--lg); }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 8px; font-family: "Montserrat", sans-serif; }
.site-footer__links a { color: #ffffff; font-weight: 800; line-height: 1.2; text-decoration: none; }
.site-footer__links a:hover, .site-footer__links a:focus-visible { color: #fecb41; outline: none; }
.site-footer__copyright { color: #bed3e8; font-size: 1.35rem; line-height: 1.5; }
.site-footer__payments { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; max-width: 320px; }
.site-footer__payments svg { flex: 0 0 auto; border-radius: 4px; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16); }

.text-red-400 { color: rgb(207, 65, 28); }

#exitpop { display: none; }
.exitpop-btn { font-size: 24px; font-weight: 700; box-sizing: border-box; text-align: center; text-decoration: none; margin: 0 auto; width: 100%; display: block; color: #ffffff; line-height: 1.2; padding: 15px 30px; position: relative; cursor: pointer; background: linear-gradient(90deg, rgb(227 83 4) 0%, rgb(242 103 28) 100%); box-shadow: 0 10px 22px rgba(237,107,59,0.22); transition: all 0.3s ease-in-out 0s; outline: 0; border: 0; -webkit-appearance: none; appearance: none; }
#pr-pop { font-size: 14px; font-family: arial; line-height: 1.4; transition: all 0.6s ease; opacity: 0; left: -35px; bottom: 15px; margin-right: 15px; position: fixed; background: #fff; padding: 16px 10px 16px 20px; border-radius: 7px; box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%); display: flex; gap: 10px; z-index: 20; align-items: center; justify-content: center; }
	
#pr-pop.active { opacity: 1; left: 15px; }
.hd-10 { font-size: clamp(2.2rem, 2.5vw, 3rem); font-weight: 700; max-width: 800px; text-align: center; margin: 0 auto 16px; line-height: 1.6; }
.red { color: #ff0000; }

.pr-time-wrap  { color: #333; }
.pr-img-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.pr-img-wrap img { height: 56px; width: auto; display: block; }
#pr-name { font-weight: 600; }
#pr-loc { font-weight: 600; color: #005cc4; }

@media (max-width: 1440px) {
    .hero:before { opacity: 0.2; }
    .flex-3 { flex-direction: column; margin-top: 16%; }
    .flex-3 > div:first-child { margin: -18% auto 0 }
    .flex-3 > div:last-child { width: 100%; }

    .flex-12 { gap: 24px; }
    .flex-12 > div:first-child { margin-left: -30px; max-width: 330px; }
}
@media (max-width: 980px) {
    .options-wrap { grid-template-columns: repeat(1, minmax(0, 1fr)); max-width: 600px; }
    .option-featured { transform: none; height: auto; }

    .product-labels { max-width: 545px; margin-left: auto; margin-right: auto; }
    .hero { text-align: center; }
    .hero h1 { margin-left: auto; margin-right: auto; }
    .hero h2 { margin-left: auto; margin-right: auto; }
    .hero-stars { margin-left: auto; margin-right: auto; }
    .hero br { display: none; }
    .hero .btn-1 { margin-left: auto; margin-right: auto; }

    .flex-1 { flex-direction: column; gap: 1em; }
    .flex-1 > div:first-child { max-width: 300px; min-height: 350px; }

    .flex-2 { flex-direction: column-reverse; gap: 1em; }
    .flex-2 > div:last-child { max-width: 300px; min-height: 350px; }

    .flex-12 { flex-direction: column; align-items: center; justify-content: center; max-width: 600px; margin-top: 50px; }
    .flex-12 > div:first-child { max-width: 300px; width: 70%; margin: -70px auto -16px; }
    .flex-12 > div:last-child { text-align: center; }
    .flex-12 p:last-child { margin: 0 auto; }

    

    .img-2 { margin-top: calc((-1 * var(--xl)) - 70px) ; }
}
@media (max-width: 900px) {
    .site-footer__top { grid-template-columns: 1fr; }
    .site-footer__label { max-width: 720px; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
    .site-footer__payments { justify-content: flex-start; max-width: none; }

    .vid-list-1 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .flex-5 { flex-direction: column; gap: var(--md); }
    .flex-5 > div:first-child, .flex-5 > div:last-child { max-width: 100%; width: 100%; }
}

@media (max-width: 800px) {
    .site-header { background: rgba(255, 255, 255, 0.96); }
    .site-header__inner { position: relative; min-height: 68px; gap: 12px; padding: 8px 0; }
    .site-logo { max-width: 98px; }
    .site-nav-toggle { display: inline-flex; }
    .site-nav { position: absolute; top: calc(100% + 8px); margin: 0 0 0 auto; left: 0; right: 0; display: block; max-width: 240px; min-width: 0; max-height: calc(100vh - 92px); padding: 10px; border: 1px solid rgba(78, 145, 199, 0.18); border-radius: 8px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 22px 48px rgba(44, 92, 142, 0.18); opacity: 0; overflow: auto; pointer-events: none; transform: translateY(-8px); visibility: hidden; transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; backdrop-filter: blur(16px); }
    .site-header.is-nav-open .site-nav { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; max-width: 240px; margin: 0 0 0 auto; text-align: left; display: block; }
    .site-nav a { justify-content: flex-start; width: 100%; min-height: 48px; padding: 14px 16px; border-radius: 0; background: transparent; line-height: 1.2; border-top: 1px solid #ccc; }
    .site-nav a:first-child { border-top: 0; }
    .site-nav a:hover, .site-nav a:focus-visible { background: var(--mist); color: var(--brand-dark); }
    .site-nav__cta { justify-content: center !important; margin-top: 4px; background: var(--brand-dark) !important; color: #ffffff !important; box-shadow: 0 12px 26px rgba(78, 145, 199, 0.2); }

    .flex-6 { flex-direction: column; }
    .flex-6 > div { width: 100%; }
    .flex-8 { flex-direction: column-reverse; }
    .flex-8 > div { width: 100%; }
    .flex-8 > div:first-child { max-width: 300px; min-height: 350px; }

    .flex-9 { flex-direction: column; }
    .flex-9 > div:first-child { max-width: 300px; min-height: 350px; width: 100%; }
    
    .flex-11 { flex-direction: column; }
    .flex-11 > div { width: 100%; }
    .arrow-1 { width: 46px; height: 46px; top: auto; bottom: -36px; right: 50%; transform: translateX(50%) rotate(90deg); }
    .arrow-1:before { width: 10px; height: 10px; border-width: 0 3px 3px 0; }
    .arrow-1:after { border: 3px solid #ffffff; }

    .flex-13 > div:last-child { display: none; }
    
    .grid-1 { grid-template-columns: repeat(1, minmax(0, 1fr));  }
    .grid-1 > div {  min-height: auto; }
    .grid-1 > div.long { grid-column: span 1; }
    .grid-1 > div:nth-child(odd) { background: linear-gradient(135deg, var(--brand-dark), #245f94); color: #ffffff; }
    .grid-1 > div:before { font-size: 5rem; }
    .grid-1 > div:nth-child(odd):before { color: #fecb41; }

    .grid-2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid-2 > div { min-height: auto; grid-column: span 2; }
    .grid-2 > div > div { min-height: auto; margin-top: 30px; }

    .zinc:before, .orange:before, .peppermint:before, .peppermint:after, .pomegranate:before, .acerola:before, .jasmine:before, .jasmine:after { display: none; }
    .zinc-img, .orange-img, .peppermint-img, .pomegranate-img, .acerola-img, .jasmine-img { display: block; max-width: 250px; width: 80%; margin-left: auto; margin-right: auto; margin-top: -60px; margin-bottom: 20px; z-index: 1; position: relative; }
    .zinc-img { margin-bottom: 0; }

    .vid-list-3 { flex-direction: column; }
    .vid-list-3 > li { width: 100%; max-width: 300px; height: 350px; }


    .vid-list-4 { flex-direction: column; }
    .vid-list-4 > li { width: 100%; max-width: 300px; height: 350px; }
    .vid-list-4 > li > div > span:last-child { padding: 16px 16px 20px; }
    .img-1 { position: absolute; top: auto; bottom: -47px; transform: translateX(50%) rotate(90deg); max-width: 60px; right: 50%; z-index: 2; }

    .list-6 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .list-6 li:last-child { text-align: left; }

    .mob-hide { display: none; }
}

@media (max-width: 700px) {
    .faq-question { align-items: flex-start; padding: 16px; font-size: 1.6rem; }
    .faq-icon { flex-basis: 30px; width: 30px; height: 30px; }
    .faq-answer { padding: 0 16px 16px; font-size: 1.5rem; }
    .site-footer__inner { padding: var(--xl) 0; }
    .site-footer__top { gap: var(--lg); padding-bottom: var(--lg); text-align: center; }
    .site-footer__brand { margin: 0 auto; }
    .site-footer__logo { margin-left: auto; margin-right: auto; }
    .site-footer__label span { text-align: center; }
    .site-footer__disclaimer { font-size: 1.32rem; text-align: left; }
    .site-footer__bottom { align-items: center; text-align: center; }
    .site-footer__links { justify-content: center; }
    .site-footer__payments { justify-content: center; }
}


@media (max-width: 600px) {
    .product-labels { max-width: 375px; gap: 0; }
    .p-label { display: flex; flex: auto; width: 100%; border-bottom: 1px solid #bbc6c8; max-width: 100%; min-height: auto; gap: 10px; padding: 16px; border-radius: 0; }
    .product-labels > .p-label:last-child { border-bottom: 0; }
    
    .hero:before { background-position: right -310px bottom; }
}

@media (max-width: 520px) {
    .vid-list-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .vid-list-1 li { height: 342px; }

    .container-2, .container-4 { width: calc(100% - 32px); }
    .box-1, .box-2 { padding-left: 16px; padding-right: 16px; }

    .list-2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

    .flex-6 > div:last-child { padding: 16px; }

    .flex-7 { flex-direction: column; }
    .flex-7 > div { width: 100%; }
    .flex-11 > div:first-child, .flex-11 > div:last-child, .grid-2 > div > div, .flex-5 > div:first-child, .flex-5 > div:last-child, .grid-1 > div { padding-left: 16px; padding-right: 16px; }

    .list-2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .list-2 > li { grid-column: span 2; }

    #exitpop.fancybox-content { padding-left: 16px; padding-right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .site-nav, .site-nav-toggle span, .faq-item.is-sliding, .faq-answer, .faq-icon::before, .faq-icon::after { transition: none; }
}

@keyframes cta-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes section-rise { from { opacity: 0; transform: translateY(2rem); } to { opacity: 1; transform: translateY(0); } }
