

:root {
    
    --bg-primary:    #fcfaf5;
    --bg-secondary:  #f3efe7;
    --bg-card:       #ffffff;
    --bg-dark:       #1a1a1a;
    --bg-dark-card:  #252525;

    
    --f14lu:      #e85d04;
    --f15c6:      #dc2626;
    --f16mn:      #f97316;

    --f1nf: linear-gradient(135deg, var(--f14lu), var(--f16mn));
    --f1nf-hover: linear-gradient(135deg, var(--f16mn), var(--f14lu));
    --accent-soft:   rgba(232,93,4,.07);

    
    --text-heading:  #1a1a1a;
    --text-primary:  #1a1a1a;
    --text-body:     #494949;
    --text-secondary: #494949;
    --text-muted:    #878787;
    --text-on-accent:#ffffff;
    --footer-dark-bg: #1a1a1a;

    
    --f378:  'Libre Baskerville', 'Georgia', 'Times New Roman', serif;
    --f5s3:     'Source Sans 3', 'Source Sans Pro', 'Segoe UI', sans-serif;
    --font-mono:     'IBM Plex Mono', 'Courier New', monospace;

    
    --border-color:  #e0dbd0;
    --border-light:  rgba(0,0,0,.06);
    --f6su:     6px;
    --f781:     10px;
    --f8wg:     14px;
    --f99m:     20px;
    --radius-full:   9999px;

    
    --f10ob:     0 1px 4px rgba(0,0,0,.05);
    --f11k9:     0 4px 14px rgba(0,0,0,.07);
    --f12hg:     0 14px 44px rgba(0,0,0,.09);
    --shadow-accent: 0 8px 28px rgba(232,93,4,.14);

    
    --transition:    .3s ease;
    --transition-slow: .5s ease;

    
    --sc_6diwyg: 100px 0;
    --header-height:   72px;
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--f5s3);
    font-size: 18px;
    line-height: 1.78;
    color: var(--text-body);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: underline; color: var(--f14lu); transition: var(--transition); }
a:hover { color: var(--f15c6); }

::selection {
    background: rgba(232,93,4,.15);
    color: var(--text-heading);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--f378);
    color: var(--text-heading);
    font-weight: 700;
    line-height: 1.2;
}

h1 { font-size: 56px; line-height: 1.12; }
h2 { font-size: 40px; line-height: 1.15; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; font-weight: 700; }

p { margin-bottom: 1.2rem; }

.text-gradient {
    background: var(--f1nf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-stroke {
    -webkit-text-stroke: 2px var(--text-heading);
    -webkit-text-fill-color: transparent;
}

.sc_6diwyg { padding: var(--sc_6diwyg); }
.sc_6diwyg-sm { padding: 60px 0; }

.sc_qvlspb { background-color: var(--bg-primary) !important; }
.sc_3m3hom { background-color: var(--bg-secondary) !important; }
.bg-dark-custom, .sc_okzl7v { background-color: var(--bg-dark) !important; color: #e8e4dc; }
.bg-dark-custom h1, .bg-dark-custom h2, .bg-dark-custom h3,
.bg-dark-custom h4, .bg-dark-custom h5, .bg-dark-custom h6,
.sc_okzl7v h1, .sc_okzl7v h2, .sc_okzl7v h3,
.sc_okzl7v h4, .sc_okzl7v h5, .sc_okzl7v h6 { color: #f3efe7; }
.bg-dark-custom p, .bg-dark-custom li,
.sc_okzl7v p, .sc_okzl7v li { color: #b0a99a; }
.sc_okzl7v a:not(.sc_s6bis5) { color: rgba(255,255,255,0.8); }
.bg-accent-custom, .bg-gradient-custom {
    background: var(--f1nf) !important;
    color: #fff;
}
.bg-accent-custom h1, .bg-accent-custom h2, .bg-accent-custom h3,
.bg-accent-custom h4, .bg-accent-custom h5, .bg-accent-custom h6,
.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_s6bis5) { color: #fff; }

.mb-6 { margin-bottom: 4rem !important; }
.mt-6 { margin-top: 4rem !important; }
.pt-6 { padding-top: 4rem !important; }
.pb-6 { padding-bottom: 4rem !important; }
.gap-30 { gap: 30px; }
.gap-24 { gap: 24px; }

.serial-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-muted);
    opacity: .35;
    position: absolute;
    bottom: 20px; right: 20px;
}

.line-divider {
    height: 1px;
    background: var(--border-color);
    border: none; margin: 0;
}
.line-divider.accent {
    height: 3px;
    background: var(--f14lu);
    width: 60px;
}

.sc_gypsww {
    position: fixed; inset: 0;
    z-index: 99999;
    background: var(--bg-primary);
    display: flex; align-items: center; justify-content: center;
    transition: opacity .5s, visibility .5s;
}
.sc_gypsww.loaded { opacity: 0; visibility: hidden; }

.sc_qb6mdf { display: flex; gap: 8px; }

.sc_56abyz {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--f14lu);
    animation: editPulse 1s ease-in-out infinite;
}
.sc_56abyz:nth-child(2) { animation-delay: .15s; background: var(--f15c6); }
.sc_56abyz:nth-child(3) { animation-delay: .3s; background: var(--f16mn); }

@keyframes editPulse {
    0%, 100% { transform: scale(.8); opacity: .3; }
    50%      { transform: scale(1.3); opacity: 1; }
}

.sc_87zwe8 {
    position: fixed; top: 0; left: 0; width: 100%;
    z-index: 1000;
    padding: 0 40px;
    height: var(--header-height);
    display: flex; align-items: center; justify-content: center;
    background: transparent;
    transition: var(--transition);
}
.sc_87zwe8.scrolled {
    background: rgba(252,250,245,.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--f10ob);
}

.sc_bij1b1 {
    width: 100%; max-width: 1200px;
    display: flex; align-items: center; justify-content: space-between;
}

.sc_gss1o8 {
    font-family: var(--f378);
    font-size: 24px; font-weight: 700;
    color: var(--text-heading);
    display: flex; align-items: center; gap: 10px;
    text-decoration: none;
}
.sc_gss1o8 img { height: 32px; width: auto; }
.sc_gss1o8:hover { color: var(--f14lu); }

.sc_h33jho,
.sc_lidr6x { display: flex; align-items: center; }

.sc_2en1bj {
    display: flex; align-items: center; gap: 32px;
    list-style: none; margin: 0; padding: 0;
}
.nav-link {
    font-size: 15px; font-weight: 600;
    color: var(--text-body);
    padding: 6px 0;
    position: relative;
    transition: var(--transition);
    text-decoration: none;
}
.nav-link::after {
    content: '';
    position: absolute; left: 0; bottom: -2px;
    width: 0; height: 2px;
    background: var(--f14lu);
    transition: var(--transition);
}
.nav-link:hover,
.nav-link.active { color: var(--f14lu); }
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

.sc_khwono .sc_s6bis5 { padding: 9px 22px; font-size: 14px; }

.sc_j3cme0 {
    display: none;
    background: none; border: none; cursor: pointer;
    width: 36px; height: 36px;
    position: relative;
    z-index: 1051;
}
.sc_j3cme0 span {
    display: block; width: 22px; height: 2px;
    background: var(--text-heading);
    border-radius: 2px;
    position: absolute; left: 7px;
    transition: var(--transition);
}
.sc_j3cme0 span:nth-child(1) { top: 10px; }
.sc_j3cme0 span:nth-child(2) { top: 17px; }
.sc_j3cme0 span:nth-child(3) { top: 24px; }
.sc_j3cme0.active span:nth-child(1) { top: 17px; transform: rotate(45deg); }
.sc_j3cme0.active span:nth-child(2) { opacity: 0; }
.sc_j3cme0.active span:nth-child(3) { top: 17px; transform: rotate(-45deg); }

.sc_s6bis5 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 32px;
    font-family: var(--f5s3);
    font-size: 16px; font-weight: 700;
    border-radius: var(--radius-full);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none !important;
    line-height: 1.4;
    white-space: nowrap;
}
.sc_s6bis5 i { font-size: 14px; }

.sc_aynjil {
    background: var(--f14lu);
    color: var(--text-on-accent);
    border-color: var(--f14lu);
}
.sc_aynjil:hover {
    background: var(--f15c6);
    border-color: var(--f15c6);
    color: var(--text-on-accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-accent);
}

.sc_i64wha {
    background: transparent;
    color: var(--text-heading);
    border-color: var(--text-heading);
}
.sc_i64wha:hover {
    background: var(--text-heading);
    color: var(--bg-primary);
    transform: translateY(-2px);
}

.btn-link-custom {
    background: none; border: none; padding: 0;
    color: var(--f14lu);
    font-weight: 700;
    gap: 6px;
    text-decoration: underline;
}
.btn-link-custom:hover { color: var(--f15c6); gap: 10px; }
.btn-link-custom i { transition: var(--transition); }

.sc_dbsn9m {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}
.sc_pj38cs {
    display: inline-block;
    font-family: var(--f5s3);
    font-size: 13px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--f14lu);
    margin-bottom: 14px;
}
.sc_gs0mcz {
    font-size: 40px; font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}
.sc_4c9ra6 {
    font-size: 19px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto;
}

.sc_fahw1q {
    position: relative;
    min-height: 100vh;
    display: flex; align-items: center;
    padding-top: calc(var(--header-height) + 40px);
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    z-index: 0;
}
.sc_z9ie2h {
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
        rgba(252,250,245,.95) 0%,
        rgba(243,239,231,.88) 50%,
        rgba(252,250,245,.97) 100%);
    z-index: 1;
}
.sc_fahw1q .container { position: relative; z-index: 2; }

.sc_f17dpz {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--f5s3);
    font-size: 14px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--f14lu);
    margin-bottom: 22px;
}
.sc_f17dpz span {
    display: inline-block;
    width: 36px; height: 3px;
    background: var(--f14lu);
    border-radius: 2px;
}

.sc_pmga1y {
    font-size: 60px; font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    max-width: 720px;
}
.sc_c0e4rc {
    font-size: 20px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 540px;
    margin-bottom: 36px;
}
.sc_fornyr { display: flex; gap: 16px; flex-wrap: wrap; }

.sc_i5k130 {
    position: relative;
    border-radius: var(--f781);
    overflow: hidden;
    box-shadow: var(--f12hg);
}
.sc_i5k130 img { width: 100%; height: auto; display: block; }

.hero-shape {
    position: absolute;
    pointer-events: none; z-index: 0;
}
.hero-shape.shape-1 {
    width: 360px; height: 360px;
    border-radius: 50%;
    border: 2px solid rgba(232,93,4,.08);
    top: -5%; right: -3%;
}
.hero-shape.shape-2 {
    width: 240px; height: 240px;
    border-radius: 50%;
    border: 2px solid rgba(232,93,4,.06);
    bottom: 10%; left: -4%;
}

.sc_934att {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f781);
    padding: 36px 30px;
    text-align: left;
    transition: var(--transition);
    height: 100%;
    position: relative;
}
.sc_934att:hover {
    transform: translateY(-4px);
    box-shadow: var(--f11k9);
    border-color: transparent;
}
.sc_k5raxw {
    width: 56px; height: 56px;
    border-radius: var(--f6su);
    background: var(--accent-soft);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--f14lu);
    transition: var(--transition);
}
.sc_934att:hover .sc_k5raxw {
    background: var(--f14lu);
    color: #fff;
}
.sc_e95lr1 {
    font-family: var(--f378);
    font-size: 20px; font-weight: 700;
    margin-bottom: 10px;
}
.sc_bhxzaj {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
}

.sc_934att-horizontal {
    display: flex; gap: 22px;
    text-align: left;
}
.sc_934att-horizontal .sc_k5raxw { margin: 0; flex-shrink: 0; }

.about-image {
    position: relative;
    border-radius: var(--f781);
    overflow: hidden;
}
.about-image img { width: 100%; display: block; }

.experience-badge {
    position: absolute; bottom: 24px; left: 24px;
    background: var(--bg-card);
    border-radius: var(--f781);
    padding: 18px 24px;
    box-shadow: var(--f11k9);
    display: flex; align-items: center; gap: 14px;
}
.experience-badge .number {
    font-family: var(--f378);
    font-size: 44px; font-weight: 700;
    color: var(--f14lu);
    line-height: 1;
}
.experience-badge .label {
    font-size: 14px; font-weight: 600;
    color: var(--text-muted);
    line-height: 1.3;
}

.about-list {
    list-style: none; padding: 0; margin: 24px 0 0;
}
.about-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 10px 0;
    font-size: 17px;
    color: var(--text-body);
}
.about-list li i {
    color: var(--f14lu);
    font-size: 18px;
    margin-top: 4px;
}

.sc_4bspdf {
    position: relative;
    background: var(--bg-secondary);
    border-radius: var(--f8wg);
}
.counter-item {
    text-align: center;
    padding: 34px 16px;
}
.sc_b3qjvx {
    font-family: var(--f378);
    font-size: 52px; font-weight: 700;
    color: var(--f14lu);
    line-height: 1.1;
    margin-bottom: 6px;
}
.sc_pcuz3p {
    font-size: 15px; font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.sc_ydx2x4 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f781);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    display: flex; flex-direction: column;
}
.sc_ydx2x4:hover {
    transform: translateY(-5px);
    box-shadow: var(--f12hg);
    border-color: transparent;
}
.sc_ydx2x4 .sc_wvmhkf {
    height: 220px; overflow: hidden;
}
.sc_ydx2x4 .sc_wvmhkf img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}
.sc_ydx2x4:hover .sc_wvmhkf img { transform: scale(1.05); }

.card-tag {
    display: inline-block;
    background: var(--accent-soft);
    color: var(--f14lu);
    font-size: 12px; font-weight: 700;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 12px;
}
.sc_ydx2x4 .card-body {
    padding: 28px; flex: 1;
    display: flex; flex-direction: column;
}
.sc_ydx2x4 .card-title {
    font-family: var(--f378);
    font-size: 20px; font-weight: 700;
    margin-bottom: 10px;
}
.sc_ydx2x4 .card-text {
    font-size: 16px; color: var(--text-muted);
    line-height: 1.7; flex: 1;
}
.card-footer-custom {
    padding: 18px 28px;
    border-top: 1px solid var(--border-color);
    display: flex; align-items: center; justify-content: space-between;
}
.card-price {
    font-family: var(--f378);
    font-size: 22px; font-weight: 700;
    color: var(--text-heading);
}

.sc_mel48n {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f781);
    overflow: hidden;
    transition: var(--transition);
    text-align: center;
}
.sc_mel48n:hover {
    transform: translateY(-5px);
    box-shadow: var(--f11k9);
}
.sc_p3rb68 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
}
.sc_p3rb68 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}
.sc_mel48n:hover .sc_p3rb68 img { transform: scale(1.04); }

.team-social {
    position: absolute; inset: 0;
    background: rgba(232,93,4,.60);
    display: flex; align-items: center; justify-content: center; gap: 12px;
    opacity: 0; transition: var(--transition);
}
.sc_mel48n:hover .team-social { opacity: 1; }
.team-social a {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: #fff;
    color: var(--f14lu);
    border-radius: 50%;
    font-size: 15px;
    transform: translateY(12px);
    transition: var(--transition);
}
.sc_mel48n:hover .team-social a { transform: translateY(0); }
.team-social a:hover {
    background: var(--text-heading);
    color: #fff;
}

.sc_52mll5 {
    font-family: var(--f378);
    font-size: 18px; font-weight: 700;
    margin: 20px 0 4px;
    color: var(--text-heading);
}
.sc_ubhnn1 {
    font-size: 14px;
    color: var(--text-muted);
    padding-bottom: 22px;
}

.sc_y9k074 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f781);
    padding: 36px;
    height: 100%;
    transition: var(--transition);
}
.sc_y9k074:hover {
    box-shadow: var(--f11k9);
    border-color: transparent;
}

.quote-icon {
    font-size: 28px;
    color: var(--f14lu);
    opacity: .45;
    margin-bottom: 16px;
}
.sc_8mygz7 {
    font-family: var(--f378);
    font-size: 18px;
    color: var(--text-body);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 24px;
}
.stars {
    color: #fbbf24;
    font-size: 14px;
    margin-bottom: 16px;
    display: flex; gap: 3px;
}
.author {
    display: flex; align-items: center; gap: 14px;
}
.sc_pmdgse {
    width: 48px; height: 48px;
    border-radius: 50%;
    overflow: hidden; flex-shrink: 0;
}
.sc_pmdgse img { width: 100%; height: 100%; object-fit: cover; }
.sc_z3d7xe {
    font-size: 15px; font-weight: 700;
    color: var(--text-heading);
}
.sc_enltnp { font-size: 13px; color: var(--text-muted); }

.portfolio-item {
    position: relative;
    border-radius: var(--f781);
    overflow: hidden;
    cursor: pointer;
}
.portfolio-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}
.portfolio-item:hover img { transform: scale(1.05); }

.portfolio-overlay { color: #fff;
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(26,26,26,.80) 0%, transparent 55%);
    display: flex; flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    opacity: 0; transition: var(--transition);
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat {
    font-size: 12px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--f16mn);
    margin-bottom: 6px;
}
.portfolio-title {
    font-family: var(--f378);
    font-size: 20px; font-weight: 700;
    color: #fff;
}
.portfolio-overlay .serial-badge { color: rgba(255,255,255,0.85); -webkit-text-stroke: 0; font-size: inherit; opacity: 1; position: static; background: rgba(255,255,255,0.15); border-radius: 6px; display: inline-block; padding: 4px 12px; }

.faq-section .accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color) !important;
    border-radius: var(--f781) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--f378);
    font-size: 18px; font-weight: 700;
    color: var(--text-heading);
    background: transparent;
    padding: 22px 26px;
    box-shadow: none !important;
}
.faq-section .accordion-button:not(.collapsed) {
    color: var(--f14lu);
    background: transparent;
}
.faq-section .accordion-button::after {
    background-image: none;
    content: '\f078';
    font-family: 'Font Awesome 6 Free'; font-weight: 900;
    font-size: 14px;
    color: var(--text-muted);
    transition: var(--transition);
}
.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    color: var(--f14lu);
}
.faq-section .accordion-body {
    padding: 0 26px 24px;
    font-size: 16px; color: var(--text-muted);
    line-height: 1.8;
}

.sc_4xnpxt {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f8wg);
    padding: 40px 34px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    height: 100%;
}
.sc_4xnpxt:hover {
    transform: translateY(-5px);
    box-shadow: var(--f12hg);
}
.sc_4xnpxt.featured {
    border-color: var(--f14lu);
    border-width: 2px;
}
.sc_4xnpxt.featured::before {
    content: 'Популярный';
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    background: var(--f14lu);
    color: #fff;
    font-size: 12px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 5px 20px;
    border-radius: 0 0 var(--f6su) var(--f6su);
}
.sc_xokdr6 {
    font-family: var(--f378);
    font-size: 18px; font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 8px;
}
.sc_fl9eea {
    font-family: var(--f378);
    font-size: 52px; font-weight: 700;
    color: var(--text-heading);
    line-height: 1.1;
}
.plan-period {
    font-size: 15px; color: var(--text-muted);
    margin-bottom: 28px;
}
.sc_1xmw5h {
    list-style: none; padding: 0;
    margin-bottom: 32px;
    text-align: left;
}
.sc_1xmw5h li {
    padding: 10px 0;
    font-size: 16px;
    display: flex; align-items: center; gap: 10px;
    border-bottom: 1px solid var(--border-color);
}
.sc_1xmw5h li i {
    color: var(--f14lu);
    font-size: 16px;
}

.sc_icdxjw {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f781);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
.sc_icdxjw:hover {
    transform: translateY(-5px);
    box-shadow: var(--f11k9);
}
.sc_icdxjw .sc_wvmhkf {
    height: 220px; overflow: hidden;
}
.sc_icdxjw .sc_wvmhkf img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}
.sc_icdxjw:hover .sc_wvmhkf img { transform: scale(1.04); }

.sc_icdxjw .card-body { padding: 26px; }
.sc_icdxjw .sc_2ympr9 {
    display: flex; gap: 16px;
    font-size: 13px; color: var(--text-muted);
    margin-bottom: 12px;
}
.sc_icdxjw .sc_2ympr9 i { margin-right: 5px; color: var(--f14lu); }
.sc_icdxjw .card-title {
    font-family: var(--f378);
    font-size: 20px; font-weight: 700;
    line-height: 1.35;
    color: var(--text-heading);
}
.sc_icdxjw .card-title:hover { color: var(--f14lu); }

.sc_wy3ko1 {
    position: relative;
    background: var(--bg-dark);
    border-radius: var(--f99m);
    overflow: hidden;
    padding: 80px 40px;
    text-align: center;
}
.sc_wy3ko1 .container { position: relative; z-index: 2; }
.sc_5dkziu {
    font-family: var(--f378);
    font-size: 40px; font-weight: 700;
    color: #f3efe7;
    margin-bottom: 18px;
}
.sc_oi02gi {
    font-size: 18px; color: #b0a99a;
    margin-bottom: 36px;
    max-width: 540px; margin-left: auto; margin-right: auto;
}
.sc_wy3ko1 .sc_aynjil {
    background: var(--f14lu);
    color: #fff;
}
.sc_wy3ko1 .sc_aynjil:hover {
    background: var(--f16mn);
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(232,93,4,.1);
    pointer-events: none;
}
.cta-shape.shape-1 { width: 400px; height: 400px; top: -25%; right: -8%; }
.cta-shape.shape-2 { width: 260px; height: 260px; bottom: -20%; left: -5%; }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 18px;
}
.sc_flw7fh {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--f14lu);
    font-family: var(--f378);
    font-size: 22px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 22px;
    position: relative; z-index: 2;
    transition: var(--transition);
}
.process-item:hover .sc_flw7fh {
    background: var(--f14lu);
    color: #fff;
}

.process-item:not(:last-child)::after {
    content: '';
    position: absolute; top: 30px;
    left: calc(50% + 38px); right: calc(-50% + 38px);
    height: 2px;
    background: var(--border-color);
    z-index: 1;
}

.sc_24406j {
    font-family: var(--f378);
    font-size: 18px; font-weight: 700;
    margin-bottom: 8px;
}
.step-text {
    font-size: 15px; color: var(--text-muted);
    line-height: 1.7;
}

.newsletter-form {
    display: flex; gap: 12px;
    max-width: 480px;
}
.newsletter-form .form-control {
    flex: 1;
    padding: 14px 22px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-full);
    font-size: 16px;
    background: var(--bg-card);
    color: var(--text-body);
    transition: var(--transition);
}
.newsletter-form .form-control:focus {
    border-color: var(--f14lu);
    box-shadow: 0 0 0 3px rgba(232,93,4,.10);
    outline: none;
}

.sc_kzmnec .form-control,
.sc_kzmnec .form-select {
    padding: 14px 20px;
    border: 1px solid var(--border-color);
    border-radius: var(--f6su);
    font-size: 16px;
    background: var(--bg-card);
    color: var(--text-body);
    transition: var(--transition);
}
.sc_kzmnec .form-control:focus,
.sc_kzmnec .form-select:focus {
    border-color: var(--f14lu);
    box-shadow: 0 0 0 3px rgba(232,93,4,.10);
    outline: none;
}
.sc_kzmnec textarea.form-control { min-height: 140px; resize: vertical; }
.sc_kzmnec .form-label {
    font-size: 14px; font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 6px;
}

.marquee-section {
    overflow: hidden;
    padding: 36px 0;
    background: var(--bg-secondary);
}
.marquee-track {
    display: flex; align-items: center;
    gap: 52px;
    animation: marqueeScroll 28s linear infinite;
    width: max-content;
}
@keyframes marqueeScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.marquee-item {
    font-family: var(--f378);
    font-size: 60px; font-weight: 700;
    color: var(--text-heading);
    white-space: nowrap;
    opacity: .08;
}
.marquee-item.stroke {
    -webkit-text-stroke: 2px var(--text-heading);
    -webkit-text-fill-color: transparent;
    opacity: .10;
}
.marquee-item .separator {
    display: inline-block;
    width: 12px; height: 12px;
    background: var(--f14lu);
    border-radius: 50%;
    margin: 0 24px;
    vertical-align: middle;
    opacity: .4;
}

.sc_14x58x {
    background: var(--bg-dark);
    color: #b0a99a;
    padding: 80px 0 0;
}

.sc_md8rgt { margin-bottom: 40px; }
.sc_jb0hma {
    font-family: var(--f378);
    font-size: 18px; font-weight: 700;
    color: #f3efe7;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 14px;
}
.sc_jb0hma::after {
    content: '';
    position: absolute; left: 0; bottom: 0;
    width: 32px; height: 3px;
    background: var(--f14lu);
    border-radius: 2px;
}
.footer-about {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #918a7e;
}
.sc_6lkejl {
    list-style: none; padding: 0; margin: 0;
}
.sc_6lkejl li { margin-bottom: 12px; }
.sc_6lkejl a {
    color: #918a7e;
    font-size: 15px;
    transition: var(--transition);
    text-decoration: none;
}
.sc_6lkejl a:hover {
    color: #f3efe7;
    padding-left: 6px;
}
.footer-contact li {
    display: flex; gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
}
.footer-contact i {
    color: var(--f14lu);
    font-size: 16px;
    margin-top: 4px;
}

.sc_sudctn {
    display: flex; gap: 10px;
    margin-top: 18px;
}
.sc_sudctn a {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    color: #918a7e;
    font-size: 16px;
    transition: var(--transition);
    text-decoration: none;
}
.sc_sudctn a:hover {
    background: var(--f14lu);
    border-color: var(--f14lu);
    color: #fff;
    transform: translateY(-3px);
}

.sc_ajon91 {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 40px;
    padding: 24px 0;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 16px;
}
.sc_ajon91 p { margin: 0; font-size: 14px; color: #6b6460; }
.footer-policy {
    display: flex; gap: 20px; flex-wrap: wrap;
}
.footer-policy a {
    font-size: 14px;
    color: #6b6460;
    text-decoration: none;
}
.footer-policy a:hover { color: #f3efe7; }

.policy-content {
    padding: 120px 0 80px;
}
.policy-content h1 {
    font-size: 42px; font-weight: 700;
    margin-bottom: 12px;
}
.policy-content h2 {
    font-size: 26px; font-weight: 700;
    margin-top: 40px;
    margin-bottom: 14px;
}
.policy-content p {
    font-size: 17px;
    color: var(--text-body);
    line-height: 1.85;
    margin-bottom: 18px;
}
.policy-content ul {
    padding-left: 24px;
    margin-bottom: 18px;
}
.policy-content ul li {
    margin-bottom: 8px;
    color: var(--text-body);
    line-height: 1.8;
}
.policy-content a {
    color: var(--f14lu);
    text-decoration: underline;
}
.policy-content strong { color: var(--text-heading); }

.sc_hvbfx7 {
    position: fixed; bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--f14lu);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    cursor: pointer; border: none;
    opacity: 0; visibility: hidden;
    transform: translateY(16px);
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-accent);
}
.sc_hvbfx7.visible {
    opacity: 1; visibility: visible;
    transform: translateY(0);
}
.sc_hvbfx7:hover {
    background: var(--f15c6);
    transform: translateY(-4px);
}

.nav-pills .nav-link {
    border-radius: var(--radius-full);
    color: var(--text-body);
    font-weight: 700;
    padding: 10px 24px;
    font-size: 14px;
    transition: var(--transition);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: var(--f14lu);
    color: #fff;
}

.swiper-pagination-bullet {
    width: 10px; height: 10px;
    background: var(--text-muted);
    opacity: .3;
    transition: var(--transition);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--f14lu);
    width: 28px;
    border-radius: var(--radius-full);
}
.swiper-button-prev,
.swiper-button-next {
    width: 48px; height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    box-shadow: var(--f10ob);
    transition: var(--transition);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: var(--text-heading);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--f14lu);
    border-color: var(--f14lu);
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after { color: #fff; }

.wow-ready .wow { visibility: hidden; }
.wow.animated { visibility: visible; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }
.delay-5 { animation-delay: .5s; }
.delay-6 { animation-delay: .6s; }

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-14px); }
}
@keyframes floatLeftRight {
    0%, 100% { transform: translateX(0); }
    50%      { transform: translateX(14px); }
}

@media (max-width: 1200px) {
    h1, .sc_pmga1y { font-size: 46px; }
    h2, .sc_gs0mcz { font-size: 34px; }
}

@media (max-width: 992px) {
    .sc_j3cme0 { display: flex; align-items: center; justify-content: center; }

    .sc_2en1bj {
        position: fixed; top: 0; right: -100%;
        width: min(340px, 85vw); height: 100vh;
        background: var(--bg-card);
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 30px 40px;
        gap: 0;
        box-shadow: -6px 0 30px rgba(0,0,0,.10);
        transition: right .4s ease;
        z-index: 1050;
        overflow-y: auto;
    }
    .sc_2en1bj.active { right: 0; }
    .sc_2en1bj .nav-link {
        width: 100%;
        padding: 14px 0;
        font-size: 17px;
        border-bottom: 1px solid var(--border-color);
    }

    .sc_h33jho, .sc_lidr6x {
        flex-direction: column; width: 100%;
    }

    .sc_vzns6e {
        display: none;
        position: fixed; inset: 0;
        background: rgba(0,0,0,.40);
        z-index: 1049;
    }
    .sc_vzns6e.active { display: block; }

    .sc_khwono { display: none; }
    .sc_87zwe8 { padding: 0 20px; }
}

@media (max-width: 768px) {
    h1, .sc_pmga1y { font-size: 36px; }
    h2, .sc_gs0mcz { font-size: 28px; }
    .sc_6diwyg { padding: 68px 0; }
    .sc_fahw1q { min-height: auto; padding: 120px 0 70px; }
    .sc_wy3ko1 { padding: 60px 24px; }
    .sc_5dkziu { font-size: 30px; }
    .sc_ajon91 { flex-direction: column; text-align: center; }
}

@media (max-width: 576px) {
    h1, .sc_pmga1y { font-size: 30px; }
    h2, .sc_gs0mcz { font-size: 24px; }
    .sc_6diwyg { padding: 54px 0; }
    .sc_fornyr { flex-direction: column; }
    .sc_s6bis5 { width: 100%; justify-content: center; }
    .sc_b3qjvx { font-size: 38px; }
    .sc_fl9eea { font-size: 40px; }
    .marquee-item { font-size: 40px; }
}

.sc_okzl7v .sc_f17dpz { color: #fff; }
.sc_okzl7v .sc_pj38cs { color: var(--f14lu); }
.sc_okzl7v .sc_kjy764 { color: rgba(255,255,255,0.55); }
.sc_okzl7v .sc_6lkejl a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_okzl7v .sc_6lkejl a:hover { color: #fff; }

.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(--f14lu) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
