/* ==========================================================================
   airfrostpro.com — "Frost tech" redesign layer
   Loaded after every inline <style> block so it wins the cascade.
   Palette (from logo): near-black ink / olive-gold / brown-red brick / cream / stone
   Type:    Lexend (display) + Rubik (text)
   ========================================================================== */

:root {
    --ft-ink: #16110D;          /* logo near-black, warmed */
    --ft-umber: #2A1C15;        /* charcoal-brown */
    --ft-gold: #76693E;         /* logo olive-gold: 5.4:1 on white */
    --ft-gold-deep: #5E5330;    /* gold text on cream tints */
    --ft-gold-soft: #D2C391;    /* gold on dark surfaces */
    --ft-brick: #4B2218;        /* logo brown-red */
    --ft-cream: #EFE9D8;
    --ft-stone: #F9F6EE;
    --ft-body: #3A332B;
    --ft-muted: #675D50;
    --ft-rule: #E3DAC4;
    --ft-display: "Lexend", "Segoe UI", Helvetica, Arial, sans-serif;
    --ft-text: "Rubik", "Segoe UI", Helvetica, Arial, sans-serif;
    --ft-grid-light: linear-gradient(rgba(118, 105, 62, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(118, 105, 62, .06) 1px, transparent 1px);
    --ft-grid-dark: linear-gradient(rgba(205, 189, 138, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(205, 189, 138, .06) 1px, transparent 1px);
    --ft-glow: 0 0 0 6px rgba(168, 148, 90, .14), 0 0 22px rgba(168, 148, 90, .32);

    /* re-map the legacy tokens used by the older inline layers */
    --brand-dark: #16110D;
    --brand-mid: #76693E;
    --sage: #76693E;
    --sage-light: #EFE9D8;
    --paper: #F9F6EE;
    --tint: #EFE9D8;
    --line: #E3DAC4;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    background: #fff;
    color: var(--ft-body);
    font-family: var(--ft-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* ---------- font system: Rubik everywhere, Lexend for display ---------- */
#smb-page,
#smb-page :where(*:not(svg, svg *)) {
    font-family: var(--ft-text) !important;
}

#smb-page h1,
#smb-page h2,
#smb-page h3,
#smb-page summary,
#smb-page .advertisement,
#smb-page .fixed-btn,
#smb-page .banner-button-text,
#smb-page .banner-button-text span,
#smb-page .smb-right-button a,
#smb-page .smb-right-product-text a,
#smb-page .approve-user-name,
#smb-page .comment-new__author-name,
#smb-page .smb-autor-name,
#smb-page .byline-tag,
#smb-page .smb-footer-company strong {
    font-family: var(--ft-display) !important;
}

#smb-page img {
    max-width: 100%;
}

/* ==========================================================================
   Header strip + logo bar (not sticky)
   ========================================================================== */
.smb-presell1 .advertisement {
    background: var(--ft-ink);
    color: var(--ft-gold-soft);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .32em;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(168, 148, 90, .35);
}

.smb-presell1 .logo-bar {
    background: var(--ft-stone);
    border-bottom: 1px solid var(--ft-rule);
    padding: 18px 0;
}

.smb-presell1 .logo-bar-heart {
    max-width: 1240px;
    padding: 0 24px;
}

.smb-presell1 .logo-bar-img,
#im6k {
    width: 190px;
    height: auto;
    background: none;
}

/* ---------- desktop sticky bar driven by sticky-top.js ---------- */
.logo-bar-fixed {
    background: rgba(251, 248, 241, .96);
    -webkit-backdrop-filter: saturate(160%) blur(10px);
    backdrop-filter: saturate(160%) blur(10px);
    border-bottom: 1px solid var(--ft-rule);
    box-shadow: 0 1px 0 rgba(168, 148, 90, .35), 0 10px 30px rgba(22, 17, 13, .08);
}

.logo-bar-fixed-heart {
    max-width: 1240px;
    padding: 0 24px;
}

.fixed-logo-img {
    width: 160px;
}

.fixed-btn-module {
    padding: 12px 0;
}

.fixed-btn {
    width: 300px;
    background: linear-gradient(135deg, #7E7043, var(--ft-gold) 50%, var(--ft-brick));
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 14px 12px;
    margin-top: 0;
    box-shadow: 0 8px 22px rgba(168, 148, 90, .35);
}

.fixed-btn:hover {
    filter: brightness(1.08);
}

/* ==========================================================================
   Hero — diagonal clip-path split
   ========================================================================== */
.ft-hero {
    background-color: var(--ft-stone);
    background-image: var(--ft-grid-light);
    background-size: 36px 36px;
    border-bottom: 1px solid var(--ft-rule);
    padding: 40px 24px 56px;
}

.ft-hero-grid {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 56% 44%;
    min-height: 520px;
    box-shadow: 0 30px 60px -30px rgba(22, 17, 13, .45);
}

.ft-hero-panel {
    position: relative;
    z-index: 2;
    background: var(--ft-gold);
    clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
    padding: 64px 140px 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

/* midnight fill clipped 6px short of the diagonal = electric accent line along the cut */
.ft-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--ft-ink);
    background-image: radial-gradient(circle at 12% 0%, rgba(168, 148, 90, .28), transparent 55%), var(--ft-grid-dark);
    background-size: auto, 32px 32px, 32px 32px;
    clip-path: polygon(0 0, calc(100% - 6px) 0, calc(100% - 116px) 100%, 0 100%);
}

/* short electric rule at the top-left of the panel */
.ft-hero-panel::after {
    content: "";
    position: absolute;
    left: 56px;
    top: 0;
    width: 72px;
    height: 4px;
    background: var(--ft-gold);
    box-shadow: 0 0 18px rgba(168, 148, 90, .8);
}

.ft-hero-panel > * {
    position: relative;
    z-index: 1;
}

.ft-hero-media {
    position: relative;
    z-index: 1;
    margin-left: -120px;
    overflow: hidden;
    background: var(--ft-umber);
}

.ft-hero-media a,
.ft-hero-media #i97ckk {
    display: block;
    height: 100%;
    padding: 0;
    min-height: 0;
    min-width: 0;
}

.ft-hero-media img,
.ft-hero-media #ilzvmn {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

.smb-presell1 .ft-hero h1,
.smb-presell1 .ft-hero #ifnzy {
    font-size: clamp(30px, 3.5vw, 50px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #fff;
    margin: 0 0 20px;
}

.smb-presell1 .ft-hero #i21qvr {
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.55;
    color: var(--ft-cream);
    opacity: .85;
    border-left: 2px solid var(--ft-gold);
    padding-left: 16px;
    margin: 0 0 30px;
    max-width: 46ch;
}

.ft-hero .smb-autor {
    display: flex;
    align-items: center;
    gap: 14px;
    background: none;
    border: 0;
    border-top: 1px solid rgba(239, 233, 216, .16);
    border-radius: 0;
    padding: 22px 0 0;
    margin: 0;
}

.ft-hero .smb-autor-img {
    width: 46px;
    height: 46px;
    max-width: 46px;
    max-height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--ft-ink);
    box-shadow: 0 0 0 2px var(--ft-gold), 0 0 16px rgba(168, 148, 90, .55);
    margin: 0;
}

.ft-hero .smb-autor-content {
    border: 0;
    padding: 0;
}

.ft-hero .smb-autor-name {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.ft-hero .smb-autor-date {
    font-size: 13px;
    color: rgba(239, 233, 216, .68);
}

.ft-hero .byline-tag {
    display: inline-block;
    background: transparent;
    color: var(--ft-gold-soft);
    border: 1px solid rgba(168, 148, 90, .6);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 2px 8px;
    margin-left: 10px;
    vertical-align: 1px;
}

/* ==========================================================================
   Page frame: article + sidebar
   ========================================================================== */
.smb-page-main {
    max-width: 1240px;
    padding: 0 24px;
    gap: 48px;
    margin: 0 auto;
}

.smb-page-left {
    max-width: 820px;
    padding: 56px 0 24px;
}

.smb-page-right {
    max-width: 300px;
    padding: 56px 0 24px;
}

/* ---------- body copy ---------- */
.smb-presell1 .smb-left-main p,
.smb-presell1 .smb-left-main p.lead {
    font-size: 18px;
    line-height: 1.75;
    color: var(--ft-body);
    margin: 0 0 24px;
}

.smb-presell1 .smb-left-main p.lead {
    font-size: clamp(19px, 1.7vw, 22px);
    line-height: 1.65;
    color: var(--ft-ink);
}

.smb-presell1 .smb-left-main p.lead b:first-child {
    color: var(--ft-brick);
    font-weight: 600;
}

.smb-presell1 .smb-left-main b {
    color: var(--ft-ink);
    font-weight: 600;
}

.smb-presell1 .smb-left-main a:not(.legal-link),
.smb-presell1 .smb-page-right a:not(.banner-button) {
    color: var(--ft-gold);
    font-weight: 500;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.smb-presell1 .smb-left-main a:not(.legal-link):hover {
    color: var(--ft-ink);
    text-decoration: none;
}

/* image anchors carry no underline */
.smb-presell1 .smb-left-main a[id]:has(> img),
.smb-presell1 .smb-page-right a:has(> img) {
    background-image: none;
}

/* ---------- headings ---------- */
.smb-presell1 h2 {
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--ft-ink);
    margin: 56px 0 20px;
}

.smb-presell1 h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    border-radius: 0;
    background: linear-gradient(90deg, var(--ft-gold) 0 62%, var(--ft-brick) 62%);
    margin-top: 16px;
}

.smb-presell1 h3 {
    font-family: var(--ft-display);
    color: var(--ft-ink);
}

/* ---------- article imagery ---------- */
.smb-presell1 .smb-left-main section a > img,
.smb-presell1 .smb-left-main .ft-band a > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 8px 0 32px;
    border-radius: 4px;
    border: 1px solid var(--ft-rule);
    box-shadow: 0 18px 40px -24px rgba(22, 17, 13, .35);
}

#smb-page .smb-left-main a[id]:has(> img) {
    padding: 0;
    min-height: 0;
    min-width: 0;
}

.quote-rem,
.quote-px {
    display: none;
}

/* sections no longer need the old hairline divider */
.smb-presell1 .smb-left-main > section + section {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

/* ---------- full-bleed midnight pull-quote bands ---------- */
.smb-presell1 .smb-left-main h2.pull-quote {
    position: relative;
    z-index: 0;
    margin: 72px 0;
    padding: 60px 0 56px;
    background: none;
    border: 0;
    border-radius: 0;
    border-image: linear-gradient(180deg, rgba(168, 148, 90, .7) 0 1px, var(--ft-ink) 1px calc(100% - 1px), rgba(168, 148, 90, .7) calc(100% - 1px)) fill 0 / 0 / 0 100vmax;
    color: #fff;
    font-size: clamp(24px, 2.9vw, 38px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.015em;
}

.smb-presell1 .smb-left-main h2.pull-quote::before {
    content: "\201C";
    display: block;
    font-family: var(--ft-display);
    font-size: 88px;
    line-height: .55;
    height: 40px;
    color: var(--ft-gold-soft);
    text-shadow: 0 0 24px rgba(168, 148, 90, .6);
}

.smb-presell1 .smb-left-main h2.pull-quote::after {
    display: none;
}

/* ==========================================================================
   Story column rhythm
   ========================================================================== */
.ft-band {
    position: relative;
    margin: 56px 0;
}

.ft-band > h2:first-child {
    margin-top: 0;
}

/* 2-column newspaper band for the middle of the story */
.ft-band--2 {
    column-count: 2;
    column-gap: 48px;
    column-rule: 1px solid var(--ft-rule);
    background-color: var(--ft-stone);
    background-image: var(--ft-grid-light);
    background-size: 32px 32px;
    border: 1px solid var(--ft-rule);
    border-top: 3px solid var(--ft-brick);
    padding: 44px 44px 20px;
}

.ft-band--2 h2 {
    column-span: all;
    -webkit-column-span: all;
}

.smb-presell1 .smb-left-main .ft-band--2 p {
    font-size: 17px;
    line-height: 1.7;
    orphans: 3;
    widows: 3;
}

.ft-band--2 h2:not(:first-child) {
    margin-top: 28px;
    font-size: clamp(20px, 1.9vw, 25px);
}

/* 3-column band: image + list split over two text columns */
.ft-band--3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 32px;
    align-items: start;
    padding-top: 36px;
    border-top: 1px solid var(--ft-rule);
}

.ft-band--3 > h2 {
    grid-column: 1 / -1;
}

.ft-band--3 > a {
    grid-column: 1;
    grid-row: 2;
}

.smb-presell1 .smb-left-main .ft-band--3 > p.col-band {
    grid-column: 2 / span 2;
    grid-row: 2;
    column-count: 2;
    column-gap: 32px;
    column-rule: 1px solid var(--ft-rule);
    background: transparent;
    border-radius: 0;
    border-left: 3px solid var(--ft-gold);
    padding: 4px 0 4px 24px;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.ft-band--3.ft-band--flip > a {
    grid-column: 3;
}

.smb-presell1 .smb-left-main .ft-band--3.ft-band--flip > p.col-band {
    grid-column: 1 / span 2;
    border-left: 0;
    border-right: 3px solid var(--ft-gold);
    padding: 4px 24px 4px 0;
}

.smb-presell1 .smb-left-main .ft-band--3 a > img {
    margin: 4px 0 0;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

/* media band: image beside text */
.ft-band--media {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 0 36px;
    align-items: start;
}

.ft-band--media > h2 {
    grid-column: 1 / -1;
}

.smb-presell1 .smb-left-main .ft-band--media a > img {
    margin: 4px 0 0;
}

.smb-presell1 .smb-left-main .ft-band--media > p {
    margin: 0;
}

/* ==========================================================================
   Shared module heading
   ========================================================================== */
.mod-section {
    margin: 80px 0;
}

.smb-presell1 .mod-head {
    font-size: clamp(26px, 2.8vw, 38px);
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--ft-ink);
    margin: 0 0 12px;
}

.smb-presell1 .smb-left-main p.mod-sub {
    font-size: 17px;
    line-height: 1.65;
    color: var(--ft-muted);
    max-width: 58ch;
    margin: 0 0 36px;
}

/* layered icon system */
.ico-bg {
    width: 150px;
    height: 150px;
    right: -26px;
    top: -30px;
    color: var(--ft-gold);
    opacity: .08;
}

.ico-chip {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid var(--ft-gold);
    box-shadow: var(--ft-glow);
    margin-bottom: 22px;
}

.ico-fg {
    width: 24px;
    height: 24px;
    color: var(--ft-gold);
}

/* ==========================================================================
   #mod-features — staggered-offset card grid
   ========================================================================== */
#mod-features .bento {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-bottom: 56px;
}

#mod-features .bento-card,
#mod-features .bento-card.is-wide,
#mod-features .bento-card.is-feature {
    grid-column: auto;
    position: relative;
    background: #fff;
    background-image: linear-gradient(180deg, rgba(239, 233, 216, .5), rgba(255, 255, 255, 0) 45%);
    border: 1px solid var(--ft-rule);
    border-radius: 6px;
    padding: 30px 28px 28px;
    color: var(--ft-body);
}

#mod-features .bento-card:nth-child(even) {
    top: 56px;
}

#mod-features .bento-card::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--ft-gold), transparent);
    opacity: .5;
}

#mod-features .bento-card.is-feature {
    background-color: var(--ft-ink);
    background-image: radial-gradient(circle at 100% 0%, rgba(168, 148, 90, .35), transparent 55%), var(--ft-grid-dark);
    background-size: auto, 28px 28px, 28px 28px;
    border-color: rgba(168, 148, 90, .5);
}

#mod-features .bento-card.is-feature .ico-chip {
    background: var(--ft-ink);
}

#mod-features .bento-card.is-feature .ico-fg {
    color: var(--ft-gold-soft);
}

#mod-features .bento-card.is-feature .ico-bg {
    color: var(--ft-gold-soft);
    opacity: .12;
}

#mod-features .bento-card:hover {
    transform: translateY(-4px);
    border-color: rgba(168, 148, 90, .55);
    box-shadow: 0 22px 44px -22px rgba(22, 17, 13, .35);
}

.smb-presell1 #mod-features .bento-title {
    font-family: var(--ft-display) !important;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: var(--ft-ink);
    margin: 0 0 10px;
}

.smb-presell1 .smb-left-main #mod-features p.bento-text {
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--ft-muted);
    margin: 0;
}

.smb-presell1 #mod-features .is-feature .bento-title {
    color: #fff;
}

.smb-presell1 .smb-left-main #mod-features .is-feature p.bento-text {
    color: rgba(239, 233, 216, .8);
}

/* ==========================================================================
   #mod-how — horizontal connected timeline
   ========================================================================== */
#mod-how .steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 0;
}

#mod-how .steps::before {
    content: "";
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: 35px;
    bottom: auto;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, var(--ft-gold), var(--ft-gold-soft) 50%, var(--ft-gold));
    box-shadow: 0 0 12px rgba(168, 148, 90, .5);
}

#mod-how .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    margin: 0;
}

#mod-how .step-node {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--ft-ink);
    border: 2px solid var(--ft-gold);
    box-shadow: 0 0 0 8px #fff, var(--ft-glow);
    margin-bottom: 26px;
}

#mod-how .step-node svg {
    width: 28px;
    height: 28px;
    color: var(--ft-gold-soft);
}

#mod-how .step-body {
    display: flex;
    flex-direction: column;
    padding: 0;
}

#mod-how .step-idx {
    order: 3;
    align-self: center;
    margin: 16px 0 0;
    padding: 3px 10px;
    border: 1px solid var(--ft-rule);
    border-radius: 3px;
    background: var(--ft-stone);
    color: var(--ft-gold-deep);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.smb-presell1 #mod-how .step-title {
    font-family: var(--ft-display) !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ft-ink);
    margin: 0 0 8px;
}

.smb-presell1 .smb-left-main #mod-how p.step-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ft-muted);
    margin: 0;
}

/* ==========================================================================
   Customer reviews — masonry wall
   ========================================================================== */
#idabg h2 {
    margin-top: 80px;
}

.presell-comment-px {
    display: block;
    column-count: 2;
    column-gap: 24px;
    margin: 8px 0 72px;
}

.presell-comment-px .comment-module {
    display: flex;
    flex-direction: column;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    width: 100%;
    background: #fff !important;
    border: 1px solid var(--ft-rule);
    border-radius: 6px;
    padding: 0;
    margin: 0 0 24px;
    overflow: hidden;
    box-shadow: 0 16px 36px -26px rgba(22, 17, 13, .4);
}

.presell-comment-px .comment-module-img {
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}

.presell-comment-px .comment-product-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0;
    border-bottom: 1px solid var(--ft-rule);
}

.presell-comment-px .comment-module:first-child .comment-product-img {
    height: 360px;
}

.presell-comment-px .comment-module-content {
    margin: 0;
    padding: 22px 24px 26px;
}

.presell-comment-px .comment-module-content::before {
    content: "Owner note";
    display: block;
    color: var(--ft-gold-deep);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    line-height: 1;
    margin-bottom: 14px;
    text-shadow: 0 0 10px rgba(168, 148, 90, .35);
}

.presell-comment-px .approve-module {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--ft-rule);
    padding-bottom: 12px;
    margin-bottom: 14px;
}

#smb-page .presell-comment-px .approve-module-img {
    width: 18px;
    max-width: 18px;
    height: auto;
    margin: 0;
}

.presell-comment-px .approve-module-star-img {
    display: none;
}

.presell-comment-px .approve-user-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--ft-ink);
}

.presell-comment-px .user-comment-content {
    display: block;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ft-body);
}

.presell-comment-px .user-comment-content::before {
    color: var(--ft-gold);
    opacity: .14;
}

/* ==========================================================================
   #mod-faq — two-column accordion grid
   ========================================================================== */
#mod-faq .faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    align-items: start;
    border: 0;
}

#mod-faq .faq details {
    background: #fff;
    border: 1px solid var(--ft-rule);
    border-radius: 6px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#mod-faq .faq details[open] {
    border-color: var(--ft-gold);
    box-shadow: 0 0 0 3px rgba(168, 148, 90, .12);
}

#mod-faq .faq summary {
    gap: 12px;
    padding: 18px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--ft-ink);
}

#mod-faq .faq details[open] summary {
    color: var(--ft-ink);
}

#mod-faq .faq summary .q-ico {
    width: 20px;
    height: 20px;
    color: var(--ft-gold);
}

#mod-faq .faq summary .chev {
    width: 28px;
    height: 28px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid var(--ft-rule);
    color: var(--ft-gold);
}

#mod-faq .faq details[open] summary .chev {
    background: var(--ft-gold);
    border-color: var(--ft-gold);
    color: #fff;
}

.smb-presell1 .smb-left-main #mod-faq p.faq-a {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ft-muted);
    border-top: 1px solid var(--ft-rule);
    margin: 0 18px;
    padding: 14px 0 20px;
}

/* ==========================================================================
   Offer — framed midnight panel
   ========================================================================== */
.smb-presell1 .smb-left-main #ix1tvi {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    column-gap: 40px;
    align-items: start;
    background-color: var(--ft-ink);
    background-image: radial-gradient(circle at 100% 0%, rgba(168, 148, 90, .3), transparent 50%), var(--ft-grid-dark);
    background-size: auto, 32px 32px, 32px 32px;
    color: var(--ft-cream);
    padding: 60px 52px 48px;
    margin: 88px 0 32px;
    border-radius: 4px;
    box-shadow: 0 40px 70px -40px rgba(22, 17, 13, .7);
}

.smb-presell1 .smb-left-main #ix1tvi::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(168, 148, 90, .75);
    border-radius: 2px;
    box-shadow: inset 0 0 36px rgba(168, 148, 90, .14), 0 0 18px rgba(168, 148, 90, .18);
    pointer-events: none;
}

#ix1tvi > * {
    grid-column: 1;
    position: relative;
    z-index: 1;
}

#ix1tvi > #ipokaj {
    grid-column: 2;
    grid-row: 1 / span 6;
    align-self: center;
    padding: 0;
    min-height: 0;
}

.smb-presell1 .smb-left-main #ix1tvi #ic0f9g {
    margin: 0;
    border-radius: 4px;
    border: 1px solid rgba(168, 148, 90, .55);
    box-shadow: 0 0 0 6px rgba(168, 148, 90, .1), 0 24px 50px -20px rgba(0, 0, 0, .6);
}

#ix1tvi > #ifwu9i {
    grid-column: 1 / -1;
    background: rgba(239, 233, 216, .05) !important;
    border: 1px solid rgba(168, 148, 90, .35) !important;
    border-radius: 4px;
    padding: 24px 26px !important;
    margin-top: 28px !important;
    padding-top: 24px;
    border-top: 1px solid rgba(239, 233, 216, .16);
}

.smb-presell1 .smb-left-main #ix1tvi h2 {
    color: #fff;
    margin: 0 0 16px;
}

.smb-presell1 .smb-left-main #ix1tvi h2 + p {
    margin-bottom: 32px;
}

.smb-presell1 .smb-left-main #ix1tvi p {
    color: rgba(239, 233, 216, .86);
    font-size: 17px;
}

.smb-presell1 .smb-left-main #ix1tvi b,
.smb-presell1 .smb-left-main #ix1tvi #inzzqf {
    color: #fff;
}

.smb-presell1 .smb-left-main #ix1tvi a:not(.banner-button) {
    color: var(--ft-gold-soft);
}

#ix1tvi #ibnh77 {
    color: #DCC98F !important;
}

#ix1tvi #i9lga3 {
    color: #DCC98F !important;
}

.smb-presell1 .smb-left-main #ix1tvi #ifwu9i,
.smb-presell1 .smb-left-main #ix1tvi #ifwu9i b,
.smb-presell1 .smb-left-main #ix1tvi #ich74o {
    font-size: 15.5px;
    line-height: 1.75;
    color: rgba(239, 233, 216, .8);
}

/* ---------- CTA buttons (all JS-bound anchors keep their markup) ---------- */
.smb-click-button {
    width: 100%;
    background: linear-gradient(135deg, #7E7043, var(--ft-gold) 50%, var(--ft-brick)) !important;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(205, 189, 138, .5) inset, 0 16px 34px -12px rgba(168, 148, 90, .75) !important;
    margin: 12px 0 8px;
    transition: transform .2s ease, filter .2s ease;
}

.smb-click-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.07);
}

.smb-click-button a,
.smb-click-button a:hover {
    display: block;
    text-decoration: none !important;
    background-image: none !important;
}

.smb-click-button .banner-button-text {
    padding: 20px 18px !important;
}

.smb-click-button .banner-button-text span {
    font-size: clamp(16px, 1.6vw, 19px);
    font-weight: 600;
    letter-spacing: .04em;
}

.smb-click-button .banner-button-text span::after {
    content: "\2192";
    display: inline-block;
    margin-left: 12px;
    transition: transform .2s ease;
}

.smb-click-button:hover .banner-button-text span::after {
    transform: translateX(4px);
}

.smb-presell1 .smb-left-main #ihawlm {
    max-width: 560px;
    margin: 0 auto 72px;
}

/* ==========================================================================
   Comments — social thread on frost
   ========================================================================== */
.comment-new {
    background-color: var(--ft-cream);
    background-image: var(--ft-grid-light);
    background-size: 32px 32px;
    border: 1px solid var(--ft-rule);
    border-radius: 6px;
    padding: 40px 40px 28px;
    margin: 24px 0 64px;
}

.smb-presell1 #iyi4ej,
.smb-presell1 .comment-new__title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ft-ink);
    margin: 0 0 24px;
}

#i0b4it.comment-new__container {
    column-count: auto;
    columns: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.comment-new .comment-new__item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--ft-rule);
    border-radius: 8px;
    padding: 20px 22px 14px;
    margin: 0 0 12px;
    min-height: 0;
}

.comment-new .comment-new__item:nth-child(3n) {
    background: #fff;
}

.comment-new .comment-new__author {
    display: contents;
}

.comment-new .comment-new__author .picture {
    grid-column: 1;
    grid-row: 1 / span 3;
}

.comment-new img.comment-new__avatar {
    width: 48px;
    height: 48px;
    max-width: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1.5px var(--ft-gold);
}

.comment-new .comment-new__author-name {
    grid-column: 2;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--ft-ink);
    margin: 2px 0 6px;
}

.comment-new .comment-new__text {
    grid-column: 2;
    font-size: 16px;
    line-height: 1.65;
    color: var(--ft-body);
    margin: 0 0 12px;
}

.comment-new .comment-new__verified {
    grid-column: 2;
    border-top: 1px solid var(--ft-rule);
    padding-top: 10px;
    margin: 0;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    letter-spacing: .02em;
    color: var(--ft-muted) !important;
}

/* ==========================================================================
   Sidebar product card
   ========================================================================== */
.smb-right-main {
    top: 100px;
    z-index: 5;
    background: #fff;
    border: 1px solid var(--ft-rule);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 60px -30px rgba(22, 17, 13, .45);
}

.smb-right-product-text {
    background-color: var(--ft-ink);
    background-image: var(--ft-grid-dark);
    background-size: 24px 24px;
    border-radius: 0;
    border-bottom: 3px solid var(--ft-gold);
    padding: 14px 18px;
}

.smb-presell1 .smb-right-product-text a,
#ifu9ko {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    background-image: none !important;
}

.smb-right-content #iehasg {
    background-image: none;
}

.smb-right-content #ivspnt {
    display: block;
    width: 100%;
    height: auto;
}

.smb-content-text {
    padding: 6px 18px 18px;
}

.smb-right-slogan-text {
    font-size: 15px;
    line-height: 1.45;
}

.smb-presell1 .smb-right-slogan-text a {
    color: var(--ft-ink) !important;
    background-image: none !important;
}

.smb-right-button {
    background: linear-gradient(135deg, #7E7043, var(--ft-gold) 50%, var(--ft-brick));
    border-radius: 6px;
    box-shadow: 0 12px 26px -10px rgba(168, 148, 90, .7);
    margin-top: 14px;
}

.smb-right-button a,
.smb-presell1 .smb-page-right .smb-right-button a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    background-image: none !important;
}

/* mobile bottom bar */
.smb-button-bottom {
    background: rgba(22, 17, 13, .94);
    border-top: 1px solid rgba(168, 148, 90, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.smb-button-bottom .smb-right-button {
    margin-top: 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#smb-page .smb-page-footer {
    background-color: var(--ft-ink);
    background-image: var(--ft-grid-dark);
    background-size: 32px 32px;
    border-top: 3px solid var(--ft-brick);
    box-shadow: inset 0 3px 0 rgba(168, 148, 90, .35);
    padding: 56px 24px 40px;
    margin-top: 0;
}

#smb-page .smb-footer-main {
    max-width: 960px;
}

#smb-page .smb-footer-main p {
    font-size: 12.5px;
    line-height: 1.7;
    color: rgba(239, 233, 216, .62);
    margin: 0 0 12px;
}

#smb-page .smb-footer-company {
    border-top: 1px solid rgba(239, 233, 216, .14);
    border-bottom: 1px solid rgba(239, 233, 216, .14);
    padding: 20px 0;
    margin: 0 0 24px;
}

#smb-page .smb-footer-company p {
    font-size: 14px;
    color: rgba(239, 233, 216, .82);
    margin: 0 0 4px;
}

#smb-page .smb-footer-company strong {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

#smb-page #ie8r7e {
    color: var(--ft-cream);
    font-size: 13px;
}

#smb-page .smb-footer-main a {
    color: var(--ft-gold-soft);
    font-size: inherit;
    font-weight: 500;
}

#smb-page .smb-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 6px;
    margin: 28px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(239, 233, 216, .14);
}

#smb-page .smb-footer-nav a {
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    color: var(--ft-cream);
    border-radius: 3px;
}

#smb-page .smb-footer-nav a:hover {
    color: #fff;
    background: rgba(168, 148, 90, .18);
    text-decoration: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
    .smb-page-main {
        gap: 32px;
    }

    .smb-page-right {
        max-width: 260px;
    }

    .ft-hero-panel {
        padding: 52px 120px 48px 40px;
    }

    .ft-hero-panel::after {
        left: 40px;
    }

    #mod-how .steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
    }

    #mod-how .steps::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .ft-hero {
        padding: 0;
    }

    .ft-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
        box-shadow: none;
    }

    .ft-hero-panel {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), 0 100%);
        padding: 48px 28px 88px;
    }

    .ft-hero-panel::before {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 calc(100% - 6px));
    }

    .ft-hero-panel::after {
        left: 28px;
    }

    .ft-hero-media {
        margin: -44px 0 0;
        aspect-ratio: 16 / 10;
    }

    .ft-band--3,
    .ft-band--media {
        grid-template-columns: 1fr;
    }

    .ft-band--3 > a,
    .ft-band--3.ft-band--flip > a,
    .smb-presell1 .smb-left-main .ft-band--3 > p.col-band,
    .smb-presell1 .smb-left-main .ft-band--3.ft-band--flip > p.col-band {
        grid-column: 1;
        grid-row: auto;
    }

    .smb-presell1 .smb-left-main .ft-band--3 a > img {
        aspect-ratio: 16 / 10;
        margin-bottom: 24px;
    }

    .smb-presell1 .smb-left-main .ft-band--media a > img {
        margin-bottom: 24px;
    }

    .smb-presell1 .smb-left-main #ix1tvi {
        grid-template-columns: 1fr;
    }

    #ix1tvi > #ipokaj {
        grid-column: 1;
        grid-row: auto;
        max-width: 320px;
        margin: 24px auto 0;
    }
}

@media (max-width: 768px) {
    .smb-presell1 .logo-bar-heart {
        padding: 0 16px;
    }

    .smb-page-main {
        padding: 0 16px;
        gap: 0;
    }

    .smb-page-left {
        max-width: 100%;
        padding: 40px 0 8px;
    }

    .smb-page-right {
        max-width: 100%;
        padding: 0 0 110px;
    }

    .smb-right-main {
        max-width: 420px;
        margin: 0 auto;
    }

    .ft-band--2 {
        column-count: 1;
        padding: 32px 22px 12px;
    }

    #mod-features .bento {
        grid-template-columns: 1fr;
        padding-bottom: 0;
        gap: 16px;
    }

    #mod-features .bento-card:nth-child(even) {
        top: 0;
    }

    #mod-faq .faq {
        grid-template-columns: 1fr;
    }

    .presell-comment-px {
        column-count: 1;
    }

    .presell-comment-px .comment-module:first-child .comment-product-img {
        height: 240px;
    }

    .comment-new {
        padding: 28px 16px 16px;
        margin: 16px 0 48px;
    }

    #i0b4it.comment-new__container {
        padding: 0;
        margin: 0;
    }

    #smb-page .smb-page-footer {
        padding: 40px 16px 110px;
    }
}

@media (max-width: 640px) {
    .smb-presell1 .smb-left-main p,
    .smb-presell1 .smb-left-main p.lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .smb-presell1 h2 {
        margin: 44px 0 16px;
    }

    .smb-presell1 .smb-left-main h2.pull-quote {
        margin: 48px 0;
        padding: 44px 0 40px;
    }

    .smb-presell1 .smb-left-main h2.pull-quote::before {
        font-size: 64px;
        height: 30px;
    }

    .smb-presell1 .smb-left-main .ft-band--3 > p.col-band {
        column-count: 1;
    }

    .mod-section {
        margin: 56px 0;
    }

    #mod-how .steps {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    #mod-how .steps::before {
        display: block;
        left: 27px;
        right: auto;
        top: 28px;
        bottom: 28px;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, var(--ft-gold), var(--ft-gold-soft));
    }

    #mod-how .step {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 18px;
        text-align: left;
        align-items: start;
    }

    #mod-how .step-node {
        width: 56px;
        height: 56px;
        margin: 0;
        box-shadow: 0 0 0 6px #fff, var(--ft-glow);
    }

    #mod-how .step-node svg {
        width: 22px;
        height: 22px;
    }

    #mod-how .step-idx {
        align-self: flex-start;
        margin-top: 12px;
    }

    .smb-presell1 .smb-left-main #ix1tvi {
        padding: 44px 26px 34px;
        margin-top: 64px;
    }

    .smb-presell1 .smb-left-main #ix1tvi::before {
        inset: 8px;
    }

    .smb-presell1 .ft-hero #i21qvr {
        margin-bottom: 24px;
    }

    .ft-hero .byline-tag {
        margin-left: 0;
        margin-top: 4px;
    }

    .ft-hero .smb-autor-date {
        display: block;
    }
}

@media (max-width: 400px) {
    .ft-hero-panel {
        padding: 40px 18px 80px;
    }

    .ft-hero-panel::after {
        left: 18px;
    }

    .ft-band--2 {
        padding: 28px 16px 8px;
    }

    #mod-features .bento-card,
    #mod-features .bento-card.is-wide,
    #mod-features .bento-card.is-feature {
        padding: 26px 20px 22px;
    }

    .comment-new .comment-new__item {
        grid-template-columns: 40px minmax(0, 1fr);
        column-gap: 12px;
        padding: 16px 14px 12px;
    }

    .comment-new img.comment-new__avatar {
        width: 40px;
        height: 40px;
        max-width: 40px;
    }

    .fixed-btn {
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }

    #mod-features .bento-card:hover,
    .smb-click-button:hover,
    .picture-enlarger:hover,
    .picture-enlarger:hover img {
        transform: none !important;
    }
}

/* compliance: remote offer image carries a baked-in "50% OFF" badge — hide it and let the panel run single-column */
#ix1tvi > #ipokaj { display: none !important; }
.smb-presell1 .smb-left-main #ix1tvi { grid-template-columns: 1fr !important; }
