:root {
    --gold: #C8913D;
    --gold-br: #E0AE5C;
    --gold-dk: #9E6F28;
    --bg: #0C0D0F;
    --bg-2: #131518;
    --bg-3: #191C20;
    --card: #16191D;
    --line: rgba(255, 255, 255, .09);
    --line-2: rgba(200, 145, 61, .34);
    --txt: #E9E6E1;
    --muted: #9BA0A6;
    --white: #fff;
    --glow: 0 0 0 1px rgba(200, 145, 61, .45), 0 0 34px rgba(200, 145, 61, .18);
    --r: 12px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    background: var(--bg);
    color: var(--muted);
    font-size: 16px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--white);
    line-height: 1.12;
    font-weight: 700
}

h1 {
    font-size: clamp(2rem, 3.7vw, 3.15rem);
    letter-spacing: -.5px;
    text-transform: uppercase
}

h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.6rem);
    text-transform: uppercase;
    letter-spacing: -.3px
}

h3 {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: .02em
}

p {
    margin: 0 0 1rem
}

a {
    color: var(--gold-br);
    text-decoration: none
}

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

.wrap {
    width: min(1200px, 92vw);
    margin: 0 auto
}

.eyebrow {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .9rem
}

.rule {
    width: 52px;
    height: 3px;
    background: var(--gold);
    margin: .9rem 0 1.6rem;
    border-radius: 2px
}

.rule.mid {
    margin-left: auto;
    margin-right: auto
}

.center {
    text-align: center
}

section {
    padding: clamp(3.2rem, 6vw, 5.6rem) 0;
    position: relative
}

.alt {
    background: var(--bg-2)
}

.gold-t {
    color: var(--gold-br)
}

/* ---------- BUTTONS ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 1.05rem 2rem;
    border-radius: 6px;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: .2s;
    line-height: 1.2;
    text-align: center;
    font-family: 'Poppins', sans-serif
}

.btn-gold {
    background: var(--gold);
    color: #16110A;
    box-shadow: 0 10px 30px rgba(200, 145, 61, .28)
}

.btn-gold:hover {
    background: var(--gold-br);
    color: #16110A;
    transform: translateY(-2px)
}

.btn-out {
    background: transparent;
    color: var(--gold-br);
    border-color: var(--line-2)
}

.btn-out:hover {
    background: rgba(200, 145, 61, .12);
    color: var(--gold-br);
    border-color: var(--gold)
}

.btn-lg {
    width: 100%;
    padding: 1.15rem 1.4rem;
    font-size: .92rem
}

/* ---------- ANNOUNCEMENT ---------- */
.announce {
    background: var(--gold);
    color: #17120A;
    text-align: center;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .62rem 1rem
}

/* ---------- HEADER ---------- */
.header {
    background: rgba(12, 13, 15, .93);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 70;
    padding: .85rem 0
}

.header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.logo {
    display: flex;
    align-items: center;
    gap: .7rem
}

.logo-mark {
    width: 52px;
    height: 52px;
    flex: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px
}

.logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.logo-text strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.02rem;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.1
}

.logo-text small {
    font-size: .62rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold)
}

.phone-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--gold);
    color: #17120A;
    font-weight: 800;
    font-size: 1.02rem;
    letter-spacing: .02em;
    padding: .72rem 1.35rem;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(200, 145, 61, .25);
    transition: .2s
}

.phone-pill:hover {
    background: var(--gold-br);
    color: #17120A;
    transform: translateY(-1px)
}

@media(max-width:620px) {
    .phone-pill {
        font-size: .82rem;
        padding: .62rem .9rem;
        white-space: nowrap
    }

    .logo-mark {
        width: 40px;
        height: 40px;
        border-radius: 9px
    }

    .logo-text strong {
        font-size: .8rem;
        letter-spacing: .06em;
        white-space: nowrap
    }

    .logo-text small {
        display: none
    }

    .logo {
        gap: .55rem
    }
}

/* ---------- HERO ---------- */
.hero {
    position: relative;
    padding: clamp(3.2rem, 5.5vw, 5.2rem) 0 clamp(3.8rem, 6.5vw, 5.6rem);
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 70% at 18% 45%, rgba(0, 0, 0, .55), transparent 70%);
    pointer-events: none
}

.hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, var(--bg));
    pointer-events: none
}

.hero .wrap {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: clamp(2rem, 4vw, 3.8rem);
    align-items: center
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid var(--line-2);
    background: rgba(200, 145, 61, .1);
    color: var(--gold-br);
    border-radius: 100px;
    padding: .42rem 1rem;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 1.3rem
}

.hero h1 {
    margin-bottom: 1.1rem;
    max-width: 22ch
}

.hero h1 .gold-t {
    display: inline
}

.hero-sub {
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    color: #C4C8CD;
    max-width: 48ch;
    margin-bottom: 1.8rem;
    font-weight: 300
}

.hero-sub b {
    color: #fff;
    font-weight: 600
}

.hero-cta {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    margin-bottom: 1.7rem
}

.mini {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
    margin-bottom: 1.6rem
}

.mini div {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    font-size: .8rem;
    color: #C4C8CD;
    max-width: 15ch;
    line-height: 1.35
}

.mini i {
    color: var(--gold);
    font-style: normal;
    font-size: .9rem;
    line-height: 1.2
}

.strip {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: rgba(255, 255, 255, .055);
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: .7rem 1.1rem;
    font-size: .8rem;
    color: #C4C8CD
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #48B37B;
    box-shadow: 0 0 0 4px rgba(72, 179, 123, .2);
    flex: none
}

.hero-foot {
    margin-top: 1.1rem;
    font-size: .73rem;
    color: #7E848B
}

/* ---------- FORM CARD ---------- */
.form-card {
    background: #101317;
    border: 1.5px solid var(--gold);
    border-radius: 14px;
    box-shadow: var(--glow), 0 30px 60px rgba(0, 0, 0, .5);
    padding: 1.15rem
}

.form-inner {
    background: #0B0D10;
    border-radius: 10px;
    padding: 1.4rem 1.3rem 1.5rem
}

.form-inner h2 {
    font-size: 1.22rem;
    line-height: 1.2;
    margin-bottom: .4rem
}

.form-inner .sub {
    font-size: .76rem;
    color: var(--gold-br);
    margin-bottom: 1.1rem;
    line-height: 1.45
}

label {
    display: block;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #B9BEC4;
    margin-bottom: .34rem
}

label .req {
    color: var(--gold)
}

input,
select,
textarea {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: .88rem;
    color: #fff;
    background: #15191E;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 6px;
    padding: .72rem .8rem;
    transition: .15s
}

input::placeholder {
    color: #6B7178
}

select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #8A9098 50%), linear-gradient(135deg, #8A9098 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 2rem
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(200, 145, 61, .16)
}

.fg {
    margin-bottom: .8rem
}

.fg2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem
}

.form-note {
    font-size: .66rem;
    color: #767C83;
    text-align: center;
    margin-top: .8rem;
    letter-spacing: .02em
}

.form-success {
    display: none;
    text-align: center;
    padding: 2rem .5rem
}

.form-success.on {
    display: block
}

.form-success .ok {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #2E7D52;
    color: #fff;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem
}

/* ---------- STATS ---------- */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
    margin-top: 2rem
}

.stat {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 1.6rem 1rem;
    text-align: center;
    transition: .2s
}

.stat:hover {
    border-color: var(--line-2);
    transform: translateY(-3px)
}

.stat b {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    color: var(--gold-br);
    line-height: 1;
    margin-bottom: .5rem
}

.stat span {
    font-size: .78rem;
    color: var(--muted);
    letter-spacing: .02em
}

/* ---------- STEPS ---------- */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.4rem;
    position: relative
}

.steps:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 11%;
    right: 11%;
    height: 1px;
    background: var(--line)
}

.step {
    position: relative
}

.step .n {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gold);
    color: #17120A;
    font-weight: 800;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 6px var(--bg)
}

.alt .step .n {
    box-shadow: 0 0 0 6px var(--bg-2)
}

.step h3 {
    margin-bottom: .5rem
}

.step p {
    font-size: .88rem;
    margin-bottom: .9rem
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border: 1px solid var(--line-2);
    color: var(--gold-br);
    border-radius: 5px;
    padding: .32rem .7rem;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase
}

/* ---------- FEATURE CARDS ---------- */
.f-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 2.2rem
}

.f-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-top: 2px solid var(--gold);
    border-radius: 10px;
    padding: 1.6rem 1.4rem;
    transition: .2s
}

.f-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-2);
    border-top-color: var(--gold-br)
}

.f-ico {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(200, 145, 61, .13);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1rem
}

.f-card h3 {
    margin-bottom: .5rem;
    font-size: .98rem
}

.f-card p {
    font-size: .86rem;
    margin: 0
}

/* ---------- INCLUDED / STYLES ---------- */
.inc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2.2rem;
    align-items: start
}

.inc-card {
    background: var(--card);
    border: 1.5px solid var(--gold);
    border-radius: 12px;
    padding: 1.9rem 1.7rem;
    box-shadow: var(--glow);
    position: relative
}

.inc-card .badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #17120A;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .35rem 1rem;
    border-radius: 100px;
    white-space: nowrap
}

.inc-card h3 {
    text-align: center;
    font-size: 1.15rem;
    margin: .6rem 0 1.3rem
}

.inc-list {
    list-style: none
}

.inc-list li {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    font-size: .88rem;
    color: var(--txt);
    padding: .62rem 0;
    border-bottom: 1px solid var(--line)
}

.inc-list li:last-child {
    border-bottom: none
}

.inc-list i {
    color: var(--gold);
    font-style: normal;
    font-weight: 700;
    flex: none
}

.inc-card .btn {
    margin-top: 1.3rem
}

.styles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .9rem
}

.s-tile {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 9px;
    overflow: hidden;
    transition: .2s
}

.s-tile:hover {
    border-color: var(--line-2);
    transform: translateY(-3px)
}

.s-tile .im {
    height: 88px;
    background-size: cover;
    background-position: center
}

.s-tile span {
    display: block;
    padding: .7rem .6rem;
    text-align: center;
    font-size: .76rem;
    font-weight: 600;
    color: var(--txt)
}

.callout {
    border-left: 3px solid var(--gold);
    background: rgba(200, 145, 61, .08);
    border-radius: 0 9px 9px 0;
    padding: 1.2rem 1.3rem;
    margin-top: 1.2rem
}

.callout b {
    display: block;
    color: var(--gold-br);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .45rem
}

.callout p {
    font-size: .86rem;
    color: var(--txt);
    margin: 0
}

.sub-label {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .9rem
}

/* ---------- PHOTO FAN ---------- */
.photo-fan {
    position: relative;
    height: 230px;
    margin: 2.4rem 1.5rem 1.6rem
}

.pf-card {
    position: absolute;
    width: 66%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    border: 5px solid #EFEAE2;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .5);
}

.pf-1 {
    left: 2%;
    top: 26px;
    transform: rotate(-8deg);
    z-index: 1
}

.pf-2 {
    left: 19%;
    top: 2px;
    transform: rotate(3deg);
    z-index: 2
}

.pf-3 {
    left: 36%;
    top: 22px;
    transform: rotate(11deg);
    z-index: 3
}

.fan-note {
    font-size: .7rem;
    color: #6E747B;
    text-align: center;
    margin-top: .6rem
}

/* ---------- REVIEWS ---------- */
.rate-line {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

.stars {
    color: #E8B33D;
    letter-spacing: 2px;
    font-size: 1rem
}

.rate-line b {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    color: #fff;
    line-height: 1
}

.rate-line span {
    font-size: .85rem
}

.r-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem
}

.review {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 1.5rem 1.45rem
}

.review .stars {
    display: block;
    margin-bottom: .8rem;
    font-size: .9rem
}

.review p {
    font-size: .88rem;
    font-style: italic;
    color: var(--txt);
    margin-bottom: 1rem
}

.review strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: .8rem;
    color: #fff;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: .45rem
}

.vbadge {
    display: inline-block;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: .25rem .55rem;
    font-size: .66rem;
    color: var(--muted)
}

.cta-row {
    display: flex;
    gap: .9rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.2rem
}

/* ---------- GALLERY ---------- */
.gal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
    gap: .9rem;
    margin-top: 2.2rem
}

.gal div {
    border-radius: 9px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.gal div:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .45));
}

.gal .big {
    grid-column: span 2;
    grid-row: span 2
}

.gal-note {
    font-size: .72rem;
    color: #6E747B;
    margin-top: 1rem;
    text-align: center
}

/* ---------- ACCORDIONS ---------- */
details {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 9px;
    margin-bottom: .7rem;
    overflow: hidden;
    transition: .2s
}

details[open] {
    border-color: var(--line-2)
}

summary {
    cursor: pointer;
    list-style: none;
    padding: 1.05rem 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: .92rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    content: "\25BE";
    color: var(--gold);
    font-size: .8rem;
    transition: .2s;
    flex: none
}

details[open] summary:after {
    transform: rotate(180deg)
}

details .body {
    padding: 0 1.3rem 1.2rem;
    font-size: .88rem;
    color: var(--muted)
}

.chk {
    list-style: none;
    columns: 2;
    column-gap: 2rem
}

.chk li {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
    font-size: .86rem;
    color: var(--txt);
    padding: .42rem 0;
    break-inside: avoid
}

.chk i {
    color: var(--gold);
    font-style: normal;
    font-weight: 700;
    flex: none
}

.count {
    display: inline-block;
    background: rgba(200, 145, 61, .15);
    color: var(--gold-br);
    border-radius: 100px;
    padding: .16rem .6rem;
    font-size: .66rem;
    font-weight: 700;
    margin-left: .6rem
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.2rem;
    margin-top: 2.2rem
}

/* ---------- FINAL CTA ---------- */
.final {
    background: var(--bg-2);
    text-align: center;
    border-top: 1px solid var(--line)
}

.final .pill {
    margin: 0 auto 1.4rem;
    display: inline-flex
}

.final p {
    max-width: 52ch;
    margin: 0 auto 1.9rem;
    color: #C4C8CD
}

.final .trust-line {
    margin-top: 1.4rem;
    font-size: .82rem;
    color: var(--muted)
}

.final .trust-line b {
    color: var(--gold-br)
}

/* ---------- FOOTER ---------- */
.footer {
    background: var(--bg);
    border-top: 1px solid var(--line);
    padding: 2.8rem 0 5.5rem;
    text-align: center;
    font-size: .82rem
}

.footer .brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--gold-br);
    letter-spacing: .3em;
    text-transform: uppercase;
    margin-bottom: .9rem
}

.footer p {
    margin-bottom: .4rem
}

.footer .num {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .04em;
    margin: .8rem 0
}

.footer .fine {
    margin-top: 1.4rem;
    font-size: .72rem;
    color: #61666C
}

.footer .areas {
    max-width: 70ch;
    margin: 1rem auto 0;
    font-size: .76rem;
    color: #7A8087;
    line-height: 1.9
}

/* ---------- LOCATION BADGE (new) ---------- */
.loc-switch {
    font-size: .68rem;
    color: #6E747B;
    text-align: center;
    padding: .5rem 0 0
}

.loc-switch a {
    color: var(--gold-br);
    border-bottom: 1px dotted var(--line-2)
}

/* ---------- STICKY MOBILE BAR ---------- */
.sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 -8px 26px rgba(0, 0, 0, .5);
    padding-bottom: env(safe-area-inset-bottom)
}

.sticky a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: 1rem .4rem;
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase
}

.sticky .c {
    background: #2E7D52;
    color: #fff
}

.sticky .q {
    background: var(--gold);
    color: #17120A
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1040px) {
    .hero .wrap {
        grid-template-columns: 1fr;
        gap: 2.4rem
    }

    .hero-sub,
    .hero h1 {
        max-width: none
    }

    .f-grid,
    .stat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .inc-grid,
    .faq-grid {
        grid-template-columns: 1fr
    }

    .gal {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:760px) {
    .steps {
        grid-template-columns: 1fr;
        gap: 1.8rem
    }

    .steps:before {
        display: none
    }

    .r-grid {
        grid-template-columns: 1fr
    }

    .mini {
        grid-template-columns: 1fr 1fr;
        gap: 1rem
    }

    .mini div {
        max-width: none
    }

    .chk {
        columns: 1
    }
}

@media(max-width:600px) {
    body {
        padding-bottom: 58px
    }

    .sticky {
        display: grid
    }

    .stat-grid,
    .f-grid,
    .styles-grid {
        grid-template-columns: 1fr 1fr
    }

    .fg2 {
        grid-template-columns: 1fr
    }

    .hero-cta .btn {
        width: 100%
    }

    .gal {
        grid-auto-rows: 120px
    }

    section {
        padding: 2.8rem 0
    }
}