body {
    font-family: "Work Sans", sans-serif;
    color: #161616;
    background: #fff;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
html {
    font-size: 17px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2 {
    font-family: "Playfair Display", serif !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U +0301, U +0400 -045F, U +0490 -0491, U +04B0 -04B1, U +2116;
}
h2 {
    text-wrap: balance;
}
.landing-content {
    margin: 0px !important;
}
.landing-content a[target=_blank]::after{
    background: none;
}
/*Header Section*/
.topbar {
    background: #fff;
    border-bottom: 1px solid #e5e2de;
    padding: 14px 0;
}
.topbar .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #161616;
}
.logo-flag {
    width: 0;
    height: 0;
    border-top: 26px solid #af0d18;
    border-left: 34px solid transparent;
}
.logo-text {
    font-family: "Playfair Display", serif;
    font-weight: 800;
    font-size: 1.05em;
    line-height: 1.1;
}
.topbar-phone {
    font-weight: 700;
    color: #af0d18;
    text-decoration: none;
    font-size: .95em;
    white-space: nowrap;
}

/*Hero Section*/
.hero {
    background: #161616;
    position: relative;
    overflow: hidden;
    padding: 56px 0 72px;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 55%;
    height: 100%;
    background: #af0d18;
    opacity: .92;
    clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
}
.hero .wrap {
    position: relative;
    z-index: 2;
}
.kicker {
    display: inline-block;
    background: #fff;
    color: #af0d18;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .75em;
    padding: 6px 14px;
    margin-bottom: 18px;
}
.hero h1 {
    font-size: clamp(2.1em, 5.5vw, 3.2em);
    margin-bottom: 16px;
    max-width: 14ch;
color: #fff !important;
    text-transform: inherit;
    font-weight: 800;
}
.hero p.sub {
    font-size: 1.2em;
    line-height: 1.5;
    max-width: 34ch;
    margin-bottom: 28px;
    color: #fdfcfb;
}
.call-btn {
    display: inline-block;
    background: #fff;
    color: #af0d18;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 16px 34px;
    border: 3px solid #fff;
}
.hero .save {
    margin-top: 18px;
    font-size: 1.02em;
    line-height: 1.55;
    color: #f6f1ee;
    max-width: 46ch;
}
.hero .now {
    margin-top: 10px;
    font-size: 1.05em;
    color: #fff;
    font-weight: 600;
    max-width: 46ch;
}
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 40%;
    height: 100%;
    background: var(--red-dark);
    opacity: .55;
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 20% 100%);
}
.video-main {
    background: #f7f5f3;
}
section {
    padding: 60px 0;
}
.wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: clamp(1.6em, 4vw, 2.2em);
margin-top: 0px;
font-weight: 800;
}
.section-sub {
    text-align: center;
    color: #af0d18;
    font-weight: 600;
    font-size: .92em;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 36px;
max-width: 100% !important;
}
.vslot {
    max-width: 720px;
    margin: 0 auto;
}
.vslot iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
}
.vid {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #334049;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
}
.vid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vid .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #af0d18;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .45);
    transition: transform .15s ease;
}
.vid .play::after {
    content: "";
    margin-left: 6px;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.vid:hover .play, .vid:focus-visible .play {
    transform: translate(-50%, -50%) scale(1.08);
}

/*Video Tutorial Section*/
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.card {
    background: #fff;
    border: 1px solid #e5e2de;
    border-top: 4px solid #af0d18;
}
.card .vid .play {
    width: 52px;
    height: 52px;
}
.card .vid .play::after {
    border-left-width: 15px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-left: 4px;
}
.card h3 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 1.08em;
    padding: 18px 18px 6px;
    line-height: 1.4;
margin: 0px;
}
.card p {
    font-size: .95em;
    line-height: 1.55;
    color: var(--muted);
    padding: 0 18px 18px;
}

/*Trust Section*/
.trust {
    background: #f7f5f3;
    position: relative;
    overflow: hidden;
}
.trust::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -60px;
    width: 45%;
    height: 120px;
    background: #af0d18;
    opacity: .08;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    margin: 30px 0;
}
.stat {
    background: #fff;
    border: 1px solid #e5e2de;
    padding: 20px 14px;
    text-align: center;
}
.stat .num {
    font-family: "Playfair Display", serif;
    font-weight: 800;
    font-size: 1.9em;
    color: #af0d18;
}
.stat .lbl {
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--slate);
    margin-top: 4px;
}
.trust p.body {
    max-width: 62ch;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 1.05em;
}
.lookup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.lookup a {
    display: inline-block;
    border: 2px solid #161616;
    color: #161616;
    text-decoration: none;
    font-weight: 600;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 10px 18px;
}
.lookup a:hover {
    border-color: #af0d18;
    color: #af0d18;
}
.manu {
    max-width: 60ch;
    margin: 28px auto 0;
    text-align: center;
    font-size: .98em;
    line-height: 1.6;
    color: var(--slate);
    border-top: 1px solid #e0dcd7;
    padding-top: 22px;
}

/*Check Section*/
.check ul {
    list-style: none;
    max-width: 560px;
    margin: 0 auto 22px;
}
.check li {
    padding: 13px 0 13px 42px;
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 1.08em;
}
.check li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 18px;
    width: 16px;
    height: 9px;
    border-left: 3px solid #af0d18;
    border-bottom: 3px solid #af0d18;
    transform: rotate(-45deg);
}
.check p.check-paragraph {
    text-align: center;
    max-width: 48ch;
    margin: 0 auto;
    font-size: 1em;
    color: #494949;
}

/*Band Section*/
.band {
    background: #af0d18;
    text-align: center;
    padding: 44px 20px;
}
.band h2 {
    font-size: clamp(1.4rem, 4vw, 2em);
    color: #fff;
    margin-bottom: 16px;
        max-width: 100%;
margin-top: 0px;
}
.band a {
    display: inline-block;
    background: #fff;
    color: #af0d18;
    font-weight: 700;
    font-size: 1.25em;
    text-decoration: none;
    padding: 14px 30px;
}

/*Footer section*/
.landing-footer{
    background: #161616;
    color: #cfcbc6;
    font-size: .9em;
    text-align: center;
    padding: 34px 20px;
}
.landing-footer strong {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.05em;
}
.landing-footer a {
    color: #fff;
    text-decoration: none;
}
.landing-footer .lic {
    margin-top: 10px;
    font-size: .8em;
    color: #999;
}