/* ================================================================
   KIT: ARCHERY CLUB
   Тёплый спортивный стиль с натуральными тонами и зелёными акцентами
   Вдохновлён: спортивные клубы, академии, outdoor-бренды
   ================================================================ */

/* ----------------------------------------------------------------
   CSS VARIABLES
   AI: Замени --f14zu и --f15wp на цвета из color_palette
---------------------------------------------------------------- */
:root {
    --bg-primary: #f5f2eb;
    --bg-secondary: #ece7db;
    --bg-card: #fffdf7;
    --bg-card-hover: #f9f5ea;
    --text-primary: #2b2922;
    --text-secondary: #5d5848;
    --text-muted: #9a9382;
    --footer-dark-bg: #2b2922;
    --border-color: #d9d1c0;
    --border-light: #e6dfce;

    --f14zu: #3a7d44;
    --f15wp: #b8860b;
    --f17o: linear-gradient(135deg, var(--f14zu), #5a9e62);
    --accent-glow: 0 6px 24px rgba(58, 125, 68, 0.20);

    --f3rf: 'Oswald', 'Impact', sans-serif;
    --f57k: 'Source Sans 3', 'Segoe UI', sans-serif;

    --f19u1: 60px;
    --f2085: 46px;
    --f21d2: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --f17ph: 17px;
    --fs-small: 14px;

    --f18x5: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --f664: 8px;
    --f7jy: 12px;
    --f8z3: 18px;
    --f9k3: 24px;
    --f41k: 50px;

    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);

    --f100b: 0 2px 8px rgba(43, 41, 34, 0.06);
    --f118q: 0 6px 20px rgba(43, 41, 34, 0.08);
    --f12yx: 0 12px 36px rgba(43, 41, 34, 0.11);
    --f13fd: 0 20px 56px rgba(43, 41, 34, 0.14);

    --sc_zwp4bz: 110px 0;
    --container-width: 1140px;
}

/* ----------------------------------------------------------------
   RESET & BASE
---------------------------------------------------------------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--f57k);
    font-size: var(--f17ph);
    font-weight: var(--fw-regular);
    line-height: 1.75;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: var(--f14zu);
    transition: var(--transition);
}
a:hover { color: var(--f15wp); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--f14zu); color: #fff; }

/* ----------------------------------------------------------------
   TYPOGRAPHY — sporty, bold headings
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--f3rf);
    font-weight: var(--f18x5);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h1 { font-size: var(--f19u1); }
h2 { font-size: var(--f2085); }
h3 { font-size: var(--f21d2); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--f17o);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--f14zu); }
.text-accent-2 { color: var(--f15wp); }
.text-dark { color: var(--text-primary); }
.sc_c8pr8n { color: var(--text-muted); }

/* ----------------------------------------------------------------
   UTILITIES
---------------------------------------------------------------- */
.sc_zwp4bz { padding: var(--sc_zwp4bz); position: relative; }
.sc_zwp4bz-sm { padding: 60px 0; }
.sc_zwp4bz-lg { padding: 150px 0; }
.sc_zwp4bz > .container { position: relative; z-index: 1; }

.sc_8unu4i { background-color: var(--bg-primary); }
.sc_ko0mw3 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--f17o); color: #fff; }
.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3,
.bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span { color: rgba(255,255,255,0.85); }
.bg-gradient-custom a:not(.sc_it6kpb) { color: #fff; }
.bg-gradient-custom .sc_drs59c { color: #fff; }
.bg-gradient-custom .sc_73p22o { color: rgba(255,255,255,0.7); }

.sc_32wfwc {
    background-color: #2b2922;
    color: rgba(255,255,255,0.7);
}
.sc_32wfwc h1, .sc_32wfwc h2, .sc_32wfwc h3,
.sc_32wfwc h4, .sc_32wfwc h5, .sc_32wfwc h6 { color: #fff; }
.sc_32wfwc p, .sc_32wfwc li, .sc_32wfwc span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_32wfwc a:not(.sc_it6kpb) { color: rgba(255,255,255,0.8); }
.sc_32wfwc a:not(.sc_it6kpb):hover { color: #fff; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.pt-20 { padding-top: 20px; }
.pt-40 { padding-top: 40px; }
.pt-60 { padding-top: 60px; }
.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }
.gap-20 { gap: 20px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }

/* ----------------------------------------------------------------
   PRELOADER
---------------------------------------------------------------- */
.sc_17wfvj {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
.sc_17wfvj.loaded { opacity: 0; visibility: hidden; }
.sc_aylh2s { display: flex; gap: 10px; }
.sc_nme9e4 {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--f14zu);
    animation: sc_17wfvjBounce 1.2s ease-in-out infinite both;
}
.sc_nme9e4:nth-child(1) { animation-delay: -0.3s; }
.sc_nme9e4:nth-child(2) { animation-delay: -0.15s; }
.sc_nme9e4:nth-child(3) { animation-delay: 0; }

@keyframes sc_17wfvjBounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.3; }
    40% { transform: scale(1.2); opacity: 1; }
}

/* ----------------------------------------------------------------
   BUTTONS — solid, sporty, rounded
---------------------------------------------------------------- */
.sc_it6kpb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 38px;
    font-family: var(--f3rf);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--f7jy);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sc_4vxfxh {
    background: var(--f14zu);
    color: #fff;
    box-shadow: 0 4px 16px rgba(58, 125, 68, 0.25);
}
.sc_4vxfxh:hover {
    background: #2f6838;
    color: #fff;
    box-shadow: 0 6px 24px rgba(58, 125, 68, 0.35);
    transform: translateY(-2px);
}

.sc_xvts5g {
    background: transparent;
    color: var(--f14zu);
    border: 2px solid var(--f14zu);
}
.sc_xvts5g:hover {
    background: var(--f14zu);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--f14zu);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--f17ph);
    font-family: var(--f57k);
    text-transform: none;
    letter-spacing: 0;
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--f15wp);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}
.btn-link-custom:hover::after { transform: scaleX(1); transform-origin: left; }
.btn-link-custom:hover { color: var(--f15wp); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

/* ----------------------------------------------------------------
   HEADER & NAVIGATION — sporty, clean
---------------------------------------------------------------- */
.sc_89umyk {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
.sc_89umyk .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
.sc_89umyk.scrolled {
    background: rgba(245, 242, 235, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px 0;
    box-shadow: 0 2px 16px rgba(43, 41, 34, 0.07);
}
.sc_ucj9my {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_ws0pbe {
    font-family: var(--f3rf);
    font-size: 22px;
    font-weight: var(--f18x5);
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
.sc_ws0pbe:hover { color: var(--text-primary); }

.sc_asljkj { display: flex; align-items: center; gap: 10px; }

.sc_asljkj .nav-link {
    color: var(--text-secondary);
    font-size: 10px;
    font-weight: var(--fw-semibold);
    padding: 4px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.sc_asljkj .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 3px;
    background: var(--f14zu);
    border-radius: 2px;
    transition: width 0.35s ease;
}
.sc_asljkj .nav-link:hover,
.sc_asljkj .nav-link.active { color: var(--f14zu); }
.sc_asljkj .nav-link:hover::after,
.sc_asljkj .nav-link.active::after { width: 100%; }

.sc_xdyz8y { margin-left: 6px; }

@media (max-width: 576px) {
    .sc_ws0pbe {
        font-size: 13px;
        letter-spacing: 0.3px;
    }
    .sc_89umyk .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* Centered logo variant */
.sc_v67z2r, .sc_3xtmvj { display: flex; align-items: center; gap: 26px; }
.sc_v67z2r .nav-link, .sc_3xtmvj .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); padding: 8px 0;
}
.sc_v67z2r .nav-link:hover, .sc_3xtmvj .nav-link:hover { color: var(--f14zu); }
.sc_v67z2r ~ .sc_asljkj { display: none; }

.sc_c0i0ig {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

.sc_c0i0ig .sc_f9skm7 {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
}

.sc_c0i0ig.active .sc_f9skm7:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_c0i0ig.active .sc_f9skm7:nth-child(2) { opacity: 0; }
.sc_c0i0ig.active .sc_f9skm7:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ----------------------------------------------------------------
   HERO SECTION — bold, sporty
---------------------------------------------------------------- */
.sc_r4jyot {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
.sc_r4jyot .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.12;
    filter: saturate(0.7) contrast(1.1);
}
.sc_r4jyot .sc_0ohzb9 {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, var(--bg-secondary) 0%, transparent 40%, transparent 60%, var(--bg-secondary) 100%);
}
.sc_te5c6c { position: relative; z-index: 2; }

.sc_ph29pi {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-small);
    font-weight: var(--f18x5);
    color: var(--f14zu);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(58, 125, 68, 0.1);
    border-radius: var(--f7jy);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.sc_ph29pi i { font-size: 14px; }

.sc_iapkco {
    font-size: var(--f19u1);
    font-weight: var(--f18x5);
    line-height: 1.08;
    margin-bottom: 24px;
    color: var(--text-primary);
    text-transform: uppercase;
}

.sc_pl9aob {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
    text-transform: none;
}

.sc_u44duo { display: flex; gap: 16px; flex-wrap: wrap; }

.sc_qxghpv { position: relative; z-index: 2; }
.sc_qxghpv img {
    border-radius: var(--f9k3);
    box-shadow: var(--f13fd);
}

/* sporty diagonal decoration */
.sc_r4jyot .hero-blob {
    position: absolute;
    width: 600px; height: 600px;
    background: linear-gradient(135deg, rgba(58,125,68,0.06) 0%, transparent 70%);
    border-radius: 30% 70% 50% 50% / 40% 60% 40% 60%;
    z-index: 0;
    pointer-events: none;
    animation: blobMorph 15s ease-in-out infinite;
}

@keyframes blobMorph {
    0%, 100% { border-radius: 30% 70% 50% 50% / 40% 60% 40% 60%; }
    33% { border-radius: 50% 50% 30% 70% / 60% 40% 50% 50%; }
    66% { border-radius: 40% 60% 60% 40% / 50% 50% 40% 60%; }
}

/* ----------------------------------------------------------------
   SECTION TITLE
---------------------------------------------------------------- */
.sc_vbrls6 { margin-bottom: 60px; }

.sc_wbpqxr {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--f18x5);
    color: var(--f14zu);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sc_wbpqxr i { font-size: 16px; }

.sc_bh4yc1 {
    font-size: var(--f2085);
    font-weight: var(--f18x5);
    margin-bottom: 18px;
    color: var(--text-primary);
}

.sc_0ksks1 {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.7;
    text-transform: none;
    font-family: var(--f57k);
    font-weight: var(--fw-regular);
    letter-spacing: 0;
}
.sc_vbrls6.text-center .sc_0ksks1 {
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------------------------------------------------
   ICON BOX / FEATURE CARD
---------------------------------------------------------------- */
.sc_8lxgu4 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--f8z3);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--f100b);
    border-bottom: 4px solid transparent;
}
.sc_8lxgu4:hover {
    box-shadow: var(--f12yx);
    transform: translateY(-6px);
    border-bottom-color: var(--f14zu);
}

.sc_8lxgu4 .sc_m46srm {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--f7jy);
    background: rgba(58, 125, 68, 0.1);
    color: var(--f14zu);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.sc_8lxgu4:hover .sc_m46srm {
    background: var(--f14zu);
    color: #fff;
    transform: scale(1.1);
}

.sc_8lxgu4 .sc_zeabzr {
    font-family: var(--f3rf);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.sc_8lxgu4 .sc_hrmg7x {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
    text-transform: none;
    font-family: var(--f57k);
    letter-spacing: 0;
}

.sc_8lxgu4-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--f7jy);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--f100b);
    border-left: 4px solid transparent;
}
.sc_8lxgu4-horizontal:hover { box-shadow: var(--f118q); transform: translateY(-3px); border-left-color: var(--f14zu); }
.sc_8lxgu4-horizontal .sc_m46srm {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--f7jy);
    background: rgba(58, 125, 68, 0.1);
    color: var(--f14zu);
    font-size: 20px;
}

/* ----------------------------------------------------------------
   ABOUT SECTION
---------------------------------------------------------------- */
.about-section .about-image {
    position: relative;
    border-radius: var(--f9k3);
    overflow: hidden;
    box-shadow: var(--f12yx);
}
.about-section .about-image img { width: 100%; border-radius: var(--f9k3); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--f14zu);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--f8z3);
    text-align: center;
    box-shadow: 0 4px 16px rgba(58,125,68,0.3);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--f3rf);
    font-size: 40px;
    line-height: 1;
}
.experience-badge .badge-text { font-size: var(--fs-small); opacity: 0.9; text-transform: none; letter-spacing: 0; }

.about-list { margin-top: 20px; }
.about-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--f14zu); font-size: 14px; }

/* ----------------------------------------------------------------
   COUNTER / STATS
---------------------------------------------------------------- */
.sc_7l3mlf {
    background: var(--f14zu);
    color: #fff;
    border-radius: var(--f9k3);
}
.counter-item { text-align: center; padding: 24px; }
.sc_drs59c {
    font-family: var(--f3rf);
    font-size: 54px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.sc_drs59c .counter-suffix { color: var(--f15wp); }
.sc_73p22o {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--f57k);
}

/* ----------------------------------------------------------------
   SERVICE CARDS
---------------------------------------------------------------- */
.sc_5uzde6 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--f8z3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--f100b);
}
.sc_5uzde6:hover {
    transform: translateY(-8px);
    box-shadow: var(--f12yx);
}
.sc_5uzde6 .sc_v69pb7 {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.sc_5uzde6 .sc_v69pb7 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_5uzde6:hover .sc_v69pb7 img { transform: scale(1.08); }
.sc_5uzde6 .sc_v69pb7 .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--f14zu);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--f7jy);
    font-size: 12px;
    font-weight: var(--f18x5);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sc_5uzde6 .card-body { padding: 28px; }
.sc_5uzde6 .card-title {
    font-family: var(--f3rf);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
.sc_5uzde6 .card-title a { color: var(--text-primary); }
.sc_5uzde6 .card-title a:hover { color: var(--f14zu); }
.sc_5uzde6 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.sc_5uzde6 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
.sc_5uzde6 .card-price {
    font-family: var(--f3rf);
    font-size: var(--fs-h5);
    color: var(--f14zu);
}

/* ----------------------------------------------------------------
   TEAM SECTION
---------------------------------------------------------------- */
.sc_6jc9ns { text-align: center; transition: var(--transition); }
.sc_6jc9ns:hover { transform: translateY(-5px); }
.sc_6jc9ns .sc_bc9a1q {
    position: relative;
    overflow: hidden;
    border-radius: var(--f9k3);
    margin-bottom: 20px;
}
.sc_6jc9ns .sc_bc9a1q img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_6jc9ns:hover .sc_bc9a1q img { transform: scale(1.05); }
.sc_6jc9ns .team-social {
    position: absolute;
    bottom: -60px; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(43,41,34,0.65) 0%, transparent 100%);
    transition: bottom 0.4s ease;
}
.sc_6jc9ns:hover .team-social { bottom: 0; }
.team-social a {
    width: 36px; height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: var(--f664);
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--f14zu); }
.sc_6jc9ns .sc_cu9mhf {
    font-family: var(--f3rf);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
}
.sc_6jc9ns .sc_czinzd {
    font-size: var(--fs-small);
    color: var(--f14zu);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--f57k);
}

/* ----------------------------------------------------------------
   TESTIMONIALS
---------------------------------------------------------------- */
.sc_v5f8e4 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--f8z3);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--f100b);
    position: relative;
    border-left: 4px solid var(--f14zu);
}
.sc_v5f8e4:hover { box-shadow: var(--f118q); transform: translateY(-4px); }
.sc_v5f8e4 .quote-icon {
    font-size: 44px;
    color: var(--f14zu);
    margin-bottom: 12px;
    opacity: 0.20;
    line-height: 1;
}
.sc_v5f8e4 .sc_4vqqtr {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
    font-family: var(--f57k);
    font-weight: var(--fw-regular);
    text-transform: none;
    letter-spacing: 0;
}
.sc_v5f8e4 .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.sc_v5f8e4 .sc_t3m627 {
    width: 50px; height: 50px;
    border-radius: var(--f7jy);
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
.sc_v5f8e4 .sc_fwenyq {
    font-size: var(--f17ph);
    font-weight: var(--f18x5);
    color: var(--text-primary);
    margin-bottom: 2px;
    font-family: var(--f3rf);
}
.sc_v5f8e4 .sc_lnyen4 {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--f57k);
}
.sc_v5f8e4 .stars { color: var(--f15wp); margin-bottom: 12px; }

/* archery target decoration */
.sc_v5f8e4::before {
    content: '🎯';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

/* ----------------------------------------------------------------
   PORTFOLIO / GALLERY
---------------------------------------------------------------- */
.portfolio-item {
    position: relative;
    border-radius: var(--f8z3);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--f100b);
}
.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-item .portfolio-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(0deg, rgba(43,41,34,0.85) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--f15wp);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--f3rf);
    font-size: var(--fs-h4);
    color: #fff;
    margin-bottom: 0;
}

/* ----------------------------------------------------------------
   FAQ / ACCORDION
---------------------------------------------------------------- */
.faq-section .accordion-item {
    background: var(--bg-card);
    border: none !important;
    border-radius: var(--f7jy) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--f100b);
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--f3rf);
    font-size: 18px;
    padding: 20px 24px;
    box-shadow: none;
    border: none;
    text-transform: none;
    letter-spacing: 0;
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(58, 125, 68, 0.06);
    color: var(--f14zu);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
    font-family: var(--f57k);
    text-transform: none;
    letter-spacing: 0;
}

/* ----------------------------------------------------------------
   PRICING
---------------------------------------------------------------- */
.sc_wprbs0 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--f8z3);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--f100b);
}
.sc_wprbs0.featured {
    background: var(--f14zu);
    color: #fff;
    box-shadow: var(--accent-glow);
}
.sc_wprbs0.featured .sc_793qjf,
.sc_wprbs0.featured .plan-period,
.sc_wprbs0.featured .sc_d4s0x0 li { color: rgba(255,255,255,0.85); }
.sc_wprbs0.featured .sc_06yxgs { color: #fff; }
.sc_wprbs0.featured .sc_d4s0x0 li i { color: var(--f15wp); }
.sc_wprbs0.featured .sc_it6kpb { background: #fff; color: var(--f14zu); }
.sc_wprbs0.featured .sc_it6kpb:hover { background: var(--bg-secondary); }

.sc_wprbs0:hover {
    transform: translateY(-6px);
    box-shadow: var(--f12yx);
}
.sc_wprbs0 .sc_793qjf {
    font-size: var(--fs-small);
    color: var(--f14zu);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--f18x5);
}
.sc_wprbs0 .sc_06yxgs {
    font-family: var(--f3rf);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
.sc_wprbs0 .sc_06yxgs .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--f14zu);
}
.sc_wprbs0 .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.sc_wprbs0 .sc_d4s0x0 { text-align: left; margin-bottom: 30px; }
.sc_wprbs0 .sc_d4s0x0 li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-secondary);
    font-size: var(--fs-small);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--f57k);
}
.sc_wprbs0 .sc_d4s0x0 li:last-child { border-bottom: none; }
.sc_wprbs0 .sc_d4s0x0 li i { color: var(--f14zu); }
.sc_wprbs0 .sc_d4s0x0 li.disabled { opacity: 0.4; text-decoration: line-through; }

/* ----------------------------------------------------------------
   BLOG CARDS
---------------------------------------------------------------- */
.sc_8hguid {
    background: var(--bg-card);
    border: none;
    border-radius: var(--f8z3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--f100b);
}
.sc_8hguid:hover { transform: translateY(-5px); box-shadow: var(--f12yx); }
.sc_8hguid .sc_v69pb7 { height: 220px; overflow: hidden; }
.sc_8hguid .sc_v69pb7 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_8hguid:hover .sc_v69pb7 img { transform: scale(1.06); }
.sc_8hguid .card-body { padding: 24px; }
.sc_8hguid .sc_rg5a4y {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--f57k);
}
.sc_8hguid .sc_rg5a4y i { margin-right: 4px; color: var(--f14zu); }
.sc_8hguid .card-title {
    font-family: var(--f3rf);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--text-primary);
}
.sc_8hguid .card-title a { color: var(--text-primary); }
.sc_8hguid .card-title a:hover { color: var(--f14zu); }

/* ----------------------------------------------------------------
   CTA SECTION
---------------------------------------------------------------- */
.sc_3herih {
    background: linear-gradient(135deg, #2b2922 0%, #2f6838 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--f9k3);
}
.sc_3herih .cta-content { position: relative; z-index: 2; }
.sc_3herih .sc_jmfmhn { font-size: var(--f2085); color: #fff; }
.sc_3herih .sc_8s3toc { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 520px; text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.sc_3herih p, .sc_3herih li { color: rgba(255,255,255,0.7); }
.sc_3herih .sc_it6kpb { background: #fff; color: var(--f14zu); border: none; }
.sc_3herih .sc_it6kpb:hover { background: var(--bg-secondary); transform: translateY(-2px); }
.sc_3herih .cta-shape {
    position: absolute;
    border-radius: 30% 70% 50% 50% / 40% 60% 40% 60%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
    z-index: 0;
}
.cta-shape-1 { width: 400px; height: 400px; top: -180px; right: -100px; }
.cta-shape-2 { width: 250px; height: 250px; bottom: -100px; left: -60px; }

/* ----------------------------------------------------------------
   NEWSLETTER
---------------------------------------------------------------- */
.newsletter-form { display: flex; gap: 12px; max-width: 460px; }
.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--f7jy);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--f57k);
    font-size: var(--f17ph);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--f14zu); }

/* ----------------------------------------------------------------
   PROCESS / STEPS
---------------------------------------------------------------- */
.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item .sc_qseaeu {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--f7jy);
    background: rgba(58, 125, 68, 0.1);
    color: var(--f14zu);
    font-family: var(--f3rf);
    font-size: 26px;
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover .sc_qseaeu {
    background: var(--f14zu);
    color: #fff;
}
.process-item .sc_ginny7 {
    font-family: var(--f3rf);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.process-item .step-text { font-size: var(--fs-small); color: var(--text-secondary); text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.process-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 24px; right: -16px;
    color: var(--f14zu);
    font-size: 24px;
    font-weight: var(--f18x5);
}

/* ----------------------------------------------------------------
   MARQUEE / TEXT SLIDER
---------------------------------------------------------------- */
.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 28s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 64px;
    font-weight: var(--f18x5);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 2px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ----------------------------------------------------------------
   FOOTER
---------------------------------------------------------------- */
.sc_4sr1iq {
    background: #2b2922;
    color: rgba(255,255,255,0.6);
}
.sc_4sr1iq h1, .sc_4sr1iq h2, .sc_4sr1iq h3,
.sc_4sr1iq h4, .sc_4sr1iq h5 { color: #fff; }

.sc_3wlxkw .sc_zjuwn5 {
    font-family: var(--f3rf);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
.sc_3wlxkw .sc_zjuwn5::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 32px; height: 3px;
    background: var(--f14zu);
    border-radius: 2px;
}
.sc_3wlxkw p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.sc_sbp7db a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.sc_sbp7db a:hover { color: var(--f14zu); padding-left: 5px; }
.sc_sbp7db li { margin-bottom: 10px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 16px; color: rgba(255,255,255,0.45); font-size: var(--fs-small);
    text-transform: none; letter-spacing: 0; font-family: var(--f57k);
}
.footer-contact li i { color: var(--f14zu); margin-top: 4px; }
.sc_h01ikm { display: flex; gap: 10px; margin-top: 20px; }
.sc_h01ikm a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: var(--f664);
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
.sc_h01ikm a:hover { background: var(--f14zu); color: #fff; }
.sc_m2kkyl { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
.sc_m2kkyl p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); text-transform: none; letter-spacing: 0; font-family: var(--f57k); }

.footer-policy { margin-top: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.footer-policy a { font-size: 13px; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.3s; }
.footer-policy a:hover { color: var(--f14zu); }

/* ----------------------------------------------------------------
   POLICY PAGES
---------------------------------------------------------------- */
.policy-content h1 { font-size: var(--f2085); margin-bottom: 24px; }
.policy-content h2 { font-size: var(--fs-h4); margin-top: 32px; margin-bottom: 16px; }
.policy-content p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.policy-content ul, .policy-content ol { color: var(--text-secondary); padding-left: 24px; margin-bottom: 16px; }
.policy-content li { margin-bottom: 8px; line-height: 1.7; text-transform: none; letter-spacing: 0; font-family: var(--f57k); }
.policy-content a { color: var(--f14zu); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

/* ----------------------------------------------------------------
   SCROLL TO TOP
---------------------------------------------------------------- */
.sc_1cdoyz {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--f14zu);
    color: #fff;
    border: none;
    border-radius: var(--f7jy);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: 0 4px 12px rgba(58,125,68,0.3);
}
.sc_1cdoyz.visible { opacity: 1; visibility: visible; }
.sc_1cdoyz:hover { background: #2f6838; transform: translateY(-3px); }

/* ----------------------------------------------------------------
   FORMS
---------------------------------------------------------------- */
.sc_1xwnxq .form-control {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--f7jy);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--f57k);
    font-size: var(--f17ph);
}
.sc_1xwnxq .form-control:focus {
    border-color: var(--f14zu);
    box-shadow: 0 0 0 3px rgba(58, 125, 68, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}
.sc_1xwnxq .form-control::placeholder { color: var(--text-muted); }
.sc_1xwnxq textarea.form-control { min-height: 120px; resize: vertical; }

/* ----------------------------------------------------------------
   SWIPER OVERRIDES
---------------------------------------------------------------- */
.swiper-pagination-bullet { background: var(--border-color); opacity: 1; width: 10px; height: 10px; }
.swiper-pagination-bullet-active { background: var(--f14zu); width: 24px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border-radius: var(--f7jy);
    color: var(--text-primary);
    box-shadow: var(--f100b);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--f14zu); color: #fff; }

/* ----------------------------------------------------------------
   WOW.JS / ANIMATION HELPERS
---------------------------------------------------------------- */
.wow { visibility: hidden; }
.animated { visibility: visible; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.float-anim { animation: floatUpDown 5s ease-in-out infinite; }

/* ----------------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------------- */
@media (max-width: 1200px) { :root { --f19u1: 48px; --f2085: 38px; } }

@media (max-width: 992px) {
    :root { --f19u1: 40px; --f2085: 34px; --f21d2: 26px; --sc_zwp4bz: 80px 0; }
    .sc_asljkj {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(300px, 80vw);
        height: 100vh;
        background: var(--bg-primary);
        padding: 90px 28px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
        box-shadow: -10px 0 40px rgba(0,0,0,0.1);
    }
    .sc_asljkj.active { right: 0; }
    .sc_asljkj .nav-link {
        display: block !important;
        font-size: 16px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-light); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    .sc_asljkj .nav-link:hover, .sc_asljkj .nav-link.active { color: var(--f14zu) !important; }
    .sc_asljkj .nav-link::after { display: none; }
    .sc_xdyz8y { display: none !important; }
    .sc_c0i0ig {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    .sc_mwqufa {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.25);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .sc_mwqufa.active { opacity: 1; visibility: visible; }
    .sc_iapkco { font-size: var(--f19u1); }
    .process-item:not(:last-child)::after { display: none; }
    .sc_drs59c { font-size: 38px; }
    .sc_3herih { border-radius: var(--f8z3); }
}

@media (max-width: 768px) {
    :root { --f19u1: 34px; --f2085: 28px; --f21d2: 22px; --fs-h4: 20px; --sc_zwp4bz: 60px 0; }
    .sc_vbrls6 { margin-bottom: 36px; }
    .sc_r4jyot { min-height: auto; padding: 130px 0 70px; }
    .sc_u44duo { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .sc_wprbs0 .sc_06yxgs { font-size: 38px; }
    .sc_m2kkyl { text-align: center; }
}

@media (max-width: 576px) {
    :root { --f19u1: 28px; --f2085: 24px; --f21d2: 19px; --sc_zwp4bz: 44px 0; }
    .sc_v5f8e4 { padding: 24px; }
    .sc_wprbs0 { padding: 24px; }
    .sc_8lxgu4 { padding: 24px 18px; }
    .sc_7l3mlf { border-radius: var(--f7jy); }
}

/* [PATCH] sc_32wfwc gaps */
.sc_32wfwc .sc_ph29pi { color: #fff; }
.sc_32wfwc .sc_wbpqxr { color: var(--f14zu); }
.sc_32wfwc .sc_c8pr8n { color: rgba(255,255,255,0.55); }
.sc_32wfwc .sc_sbp7db a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_32wfwc .sc_sbp7db a:hover { color: #fff; }

/* [PATCH] text-force-light utilities */
/* Utility classes replacing inline color:#fff / color:rgba(255,255,255,...) */
.text-force-light { color: #fff !important; }
.text-force-light-muted { color: rgba(255,255,255,0.7) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.55) !important; }
.text-force-accent { color: var(--f14zu) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
