

:root {
    
    --bg-primary:    #fcfaf5;
    --bg-secondary:  #f3efe7;
    --bg-card:       #ffffff;
    --bg-dark:       #1a1a1a;
    --bg-dark-card:  #252525;

    
    --g147a:      #e85d04;
    --g159s:      #dc2626;
    --g16z8:      #f97316;

    --g16z: linear-gradient(135deg, var(--g147a), var(--g16z8));
    --g16z-hover: linear-gradient(135deg, var(--g16z8), var(--g147a));
    --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;

    
    --g3md:  'Libre Baskerville', 'Georgia', 'Times New Roman', serif;
    --g5bu:     '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);
    --g60k:     6px;
    --g7m3:     10px;
    --g8mv:     14px;
    --g9b2:     20px;
    --radius-full:   9999px;

    
    --g10bo:     0 1px 4px rgba(0,0,0,.05);
    --g119n:     0 4px 14px rgba(0,0,0,.07);
    --g1216:     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_val27a: 100px 0;
    --header-height:   72px;
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--g5bu);
    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(--g147a); transition: var(--transition); }
a:hover { color: var(--g159s); }

::selection {
    background: rgba(232,93,4,.15);
    color: var(--text-heading);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--g3md);
    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(--g16z);
    -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_val27a { padding: var(--sc_val27a); }
.sc_val27a-sm { padding: 60px 0; }

.sc_nn42ed { background-color: var(--bg-primary) !important; }
.sc_eslhhz { background-color: var(--bg-secondary) !important; }
.bg-dark-custom, .sc_y391p5 { 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_y391p5 h1, .sc_y391p5 h2, .sc_y391p5 h3,
.sc_y391p5 h4, .sc_y391p5 h5, .sc_y391p5 h6 { color: #f3efe7; }
.bg-dark-custom p, .bg-dark-custom li,
.sc_y391p5 p, .sc_y391p5 li { color: #b0a99a; }
.sc_y391p5 a:not(.sc_01f0do) { color: rgba(255,255,255,0.8); }
.bg-accent-custom, .bg-gradient-custom {
    background: var(--g16z) !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_01f0do) { 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(--g147a);
    width: 60px;
}

.sc_6o5x3h {
    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_6o5x3h.loaded { opacity: 0; visibility: hidden; }

.sc_jjqacc { display: flex; gap: 8px; }

.sc_j4j38j {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--g147a);
    animation: editPulse 1s ease-in-out infinite;
}
.sc_j4j38j:nth-child(2) { animation-delay: .15s; background: var(--g159s); }
.sc_j4j38j:nth-child(3) { animation-delay: .3s; background: var(--g16z8); }

@keyframes editPulse {
    0%, 100% { transform: scale(.8); opacity: .3; }
    50%      { transform: scale(1.3); opacity: 1; }
}

.sc_zw5men {
    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_zw5men.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(--g10bo);
}

.sc_ez99wa {
    width: 100%; max-width: 1200px;
    display: flex; align-items: center; justify-content: space-between;
}

.sc_gvov3y {
    font-family: var(--g3md);
    font-size: 24px; font-weight: 700;
    color: var(--text-heading);
    display: flex; align-items: center; gap: 10px;
    text-decoration: none;
}
.sc_gvov3y img { height: 32px; width: auto; }
.sc_gvov3y:hover { color: var(--g147a); }

.sc_ovl65y,
.sc_m6cbxx { display: flex; align-items: center; }

.sc_r15k90 {
    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(--g147a);
    transition: var(--transition);
}
.nav-link:hover,
.nav-link.active { color: var(--g147a); }
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

.sc_vsruz6 .sc_01f0do { padding: 9px 22px; font-size: 14px; }

.sc_wwybav {
    display: none;
    background: none; border: none; cursor: pointer;
    width: 36px; height: 36px;
    position: relative;
    z-index: 1051;
}
.sc_wwybav span {
    display: block; width: 22px; height: 2px;
    background: var(--text-heading);
    border-radius: 2px;
    position: absolute; left: 7px;
    transition: var(--transition);
}
.sc_wwybav span:nth-child(1) { top: 10px; }
.sc_wwybav span:nth-child(2) { top: 17px; }
.sc_wwybav span:nth-child(3) { top: 24px; }
.sc_wwybav.active span:nth-child(1) { top: 17px; transform: rotate(45deg); }
.sc_wwybav.active span:nth-child(2) { opacity: 0; }
.sc_wwybav.active span:nth-child(3) { top: 17px; transform: rotate(-45deg); }

.sc_01f0do {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 32px;
    font-family: var(--g5bu);
    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_01f0do i { font-size: 14px; }

.sc_bbal7m {
    background: var(--g147a);
    color: var(--text-on-accent);
    border-color: var(--g147a);
}
.sc_bbal7m:hover {
    background: var(--g159s);
    border-color: var(--g159s);
    color: var(--text-on-accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-accent);
}

.sc_ntyagi {
    background: transparent;
    color: var(--text-heading);
    border-color: var(--text-heading);
}
.sc_ntyagi:hover {
    background: var(--text-heading);
    color: var(--bg-primary);
    transform: translateY(-2px);
}

.btn-link-custom {
    background: none; border: none; padding: 0;
    color: var(--g147a);
    font-weight: 700;
    gap: 6px;
    text-decoration: underline;
}
.btn-link-custom:hover { color: var(--g159s); gap: 10px; }
.btn-link-custom i { transition: var(--transition); }

.sc_khems9 {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}
.sc_2lzazp {
    display: inline-block;
    font-family: var(--g5bu);
    font-size: 13px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--g147a);
    margin-bottom: 14px;
}
.sc_hg9447 {
    font-size: 40px; font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}
.sc_5fz65q {
    font-size: 19px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto;
}

.sc_fgzauf {
    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_ty2d1a {
    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_fgzauf .container { position: relative; z-index: 2; }

.sc_9sd8zw {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--g5bu);
    font-size: 14px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--g147a);
    margin-bottom: 22px;
}
.sc_9sd8zw span {
    display: inline-block;
    width: 36px; height: 3px;
    background: var(--g147a);
    border-radius: 2px;
}

.sc_okmlz1 {
    font-size: 60px; font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    max-width: 720px;
}
.sc_y1vvam {
    font-size: 20px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 540px;
    margin-bottom: 36px;
}
.sc_n3rdvc { display: flex; gap: 16px; flex-wrap: wrap; }

.sc_eqclir {
    position: relative;
    border-radius: var(--g7m3);
    overflow: hidden;
    box-shadow: var(--g1216);
}
.sc_eqclir 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_209jds {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g7m3);
    padding: 36px 30px;
    text-align: left;
    transition: var(--transition);
    height: 100%;
    position: relative;
}
.sc_209jds:hover {
    transform: translateY(-4px);
    box-shadow: var(--g119n);
    border-color: transparent;
}
.sc_n66gc6 {
    width: 56px; height: 56px;
    border-radius: var(--g60k);
    background: var(--accent-soft);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--g147a);
    transition: var(--transition);
}
.sc_209jds:hover .sc_n66gc6 {
    background: var(--g147a);
    color: #fff;
}
.sc_i6b6rz {
    font-family: var(--g3md);
    font-size: 20px; font-weight: 700;
    margin-bottom: 10px;
}
.sc_618ub5 {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
}

.sc_209jds-horizontal {
    display: flex; gap: 22px;
    text-align: left;
}
.sc_209jds-horizontal .sc_n66gc6 { margin: 0; flex-shrink: 0; }

.about-image {
    position: relative;
    border-radius: var(--g7m3);
    overflow: hidden;
}
.about-image img { width: 100%; display: block; }

.experience-badge {
    position: absolute; bottom: 24px; left: 24px;
    background: var(--bg-card);
    border-radius: var(--g7m3);
    padding: 18px 24px;
    box-shadow: var(--g119n);
    display: flex; align-items: center; gap: 14px;
}
.experience-badge .number {
    font-family: var(--g3md);
    font-size: 44px; font-weight: 700;
    color: var(--g147a);
    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(--g147a);
    font-size: 18px;
    margin-top: 4px;
}

.sc_gkb8yu {
    position: relative;
    background: var(--bg-secondary);
    border-radius: var(--g8mv);
}
.counter-item {
    text-align: center;
    padding: 34px 16px;
}
.sc_83ar44 {
    font-family: var(--g3md);
    font-size: 52px; font-weight: 700;
    color: var(--g147a);
    line-height: 1.1;
    margin-bottom: 6px;
}
.sc_kl9ff7 {
    font-size: 15px; font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.sc_yckfs3 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g7m3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    display: flex; flex-direction: column;
}
.sc_yckfs3:hover {
    transform: translateY(-5px);
    box-shadow: var(--g1216);
    border-color: transparent;
}
.sc_yckfs3 .sc_dpvmzs {
    height: 220px; overflow: hidden;
}
.sc_yckfs3 .sc_dpvmzs img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}
.sc_yckfs3:hover .sc_dpvmzs img { transform: scale(1.05); }

.card-tag {
    display: inline-block;
    background: var(--accent-soft);
    color: var(--g147a);
    font-size: 12px; font-weight: 700;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 12px;
}
.sc_yckfs3 .card-body {
    padding: 28px; flex: 1;
    display: flex; flex-direction: column;
}
.sc_yckfs3 .card-title {
    font-family: var(--g3md);
    font-size: 20px; font-weight: 700;
    margin-bottom: 10px;
}
.sc_yckfs3 .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(--g3md);
    font-size: 22px; font-weight: 700;
    color: var(--text-heading);
}

.sc_fex7je {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g7m3);
    overflow: hidden;
    transition: var(--transition);
    text-align: center;
}
.sc_fex7je:hover {
    transform: translateY(-5px);
    box-shadow: var(--g119n);
}
.sc_jyaqs2 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
}
.sc_jyaqs2 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}
.sc_fex7je:hover .sc_jyaqs2 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_fex7je:hover .team-social { opacity: 1; }
.team-social a {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: #fff;
    color: var(--g147a);
    border-radius: 50%;
    font-size: 15px;
    transform: translateY(12px);
    transition: var(--transition);
}
.sc_fex7je:hover .team-social a { transform: translateY(0); }
.team-social a:hover {
    background: var(--text-heading);
    color: #fff;
}

.sc_mat37m {
    font-family: var(--g3md);
    font-size: 18px; font-weight: 700;
    margin: 20px 0 4px;
    color: var(--text-heading);
}
.sc_uccdrr {
    font-size: 14px;
    color: var(--text-muted);
    padding-bottom: 22px;
}

.sc_8e2v07 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g7m3);
    padding: 36px;
    height: 100%;
    transition: var(--transition);
}
.sc_8e2v07:hover {
    box-shadow: var(--g119n);
    border-color: transparent;
}

.quote-icon {
    font-size: 28px;
    color: var(--g147a);
    opacity: .45;
    margin-bottom: 16px;
}
.sc_j50yh5 {
    font-family: var(--g3md);
    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_ciy3b9 {
    width: 48px; height: 48px;
    border-radius: 50%;
    overflow: hidden; flex-shrink: 0;
}
.sc_ciy3b9 img { width: 100%; height: 100%; object-fit: cover; }
.sc_oerrb3 {
    font-size: 15px; font-weight: 700;
    color: var(--text-heading);
}
.sc_i1frsz { font-size: 13px; color: var(--text-muted); }

.portfolio-item {
    position: relative;
    border-radius: var(--g7m3);
    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(--g16z8);
    margin-bottom: 6px;
}
.portfolio-title {
    font-family: var(--g3md);
    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(--g7m3) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--g3md);
    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(--g147a);
    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(--g147a);
}
.faq-section .accordion-body {
    padding: 0 26px 24px;
    font-size: 16px; color: var(--text-muted);
    line-height: 1.8;
}

.sc_ihxks0 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g8mv);
    padding: 40px 34px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    height: 100%;
}
.sc_ihxks0:hover {
    transform: translateY(-5px);
    box-shadow: var(--g1216);
}
.sc_ihxks0.featured {
    border-color: var(--g147a);
    border-width: 2px;
}
.sc_ihxks0.featured::before {
    content: 'Популярный';
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    background: var(--g147a);
    color: #fff;
    font-size: 12px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 5px 20px;
    border-radius: 0 0 var(--g60k) var(--g60k);
}
.sc_vf306d {
    font-family: var(--g3md);
    font-size: 18px; font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 8px;
}
.sc_cvxqjz {
    font-family: var(--g3md);
    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_zwsv0q {
    list-style: none; padding: 0;
    margin-bottom: 32px;
    text-align: left;
}
.sc_zwsv0q li {
    padding: 10px 0;
    font-size: 16px;
    display: flex; align-items: center; gap: 10px;
    border-bottom: 1px solid var(--border-color);
}
.sc_zwsv0q li i {
    color: var(--g147a);
    font-size: 16px;
}

.sc_7tdz09 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g7m3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
.sc_7tdz09:hover {
    transform: translateY(-5px);
    box-shadow: var(--g119n);
}
.sc_7tdz09 .sc_dpvmzs {
    height: 220px; overflow: hidden;
}
.sc_7tdz09 .sc_dpvmzs img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}
.sc_7tdz09:hover .sc_dpvmzs img { transform: scale(1.04); }

.sc_7tdz09 .card-body { padding: 26px; }
.sc_7tdz09 .sc_nkbg2s {
    display: flex; gap: 16px;
    font-size: 13px; color: var(--text-muted);
    margin-bottom: 12px;
}
.sc_7tdz09 .sc_nkbg2s i { margin-right: 5px; color: var(--g147a); }
.sc_7tdz09 .card-title {
    font-family: var(--g3md);
    font-size: 20px; font-weight: 700;
    line-height: 1.35;
    color: var(--text-heading);
}
.sc_7tdz09 .card-title:hover { color: var(--g147a); }

.sc_hzjejk {
    position: relative;
    background: var(--bg-dark);
    border-radius: var(--g9b2);
    overflow: hidden;
    padding: 80px 40px;
    text-align: center;
}
.sc_hzjejk .container { position: relative; z-index: 2; }
.sc_8fla6t {
    font-family: var(--g3md);
    font-size: 40px; font-weight: 700;
    color: #f3efe7;
    margin-bottom: 18px;
}
.sc_snu3le {
    font-size: 18px; color: #b0a99a;
    margin-bottom: 36px;
    max-width: 540px; margin-left: auto; margin-right: auto;
}
.sc_hzjejk .sc_bbal7m {
    background: var(--g147a);
    color: #fff;
}
.sc_hzjejk .sc_bbal7m:hover {
    background: var(--g16z8);
}

.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_3ehip8 {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--g147a);
    font-family: var(--g3md);
    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_3ehip8 {
    background: var(--g147a);
    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_hkmksl {
    font-family: var(--g3md);
    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(--g147a);
    box-shadow: 0 0 0 3px rgba(232,93,4,.10);
    outline: none;
}

.sc_bm4rfn .form-control,
.sc_bm4rfn .form-select {
    padding: 14px 20px;
    border: 1px solid var(--border-color);
    border-radius: var(--g60k);
    font-size: 16px;
    background: var(--bg-card);
    color: var(--text-body);
    transition: var(--transition);
}
.sc_bm4rfn .form-control:focus,
.sc_bm4rfn .form-select:focus {
    border-color: var(--g147a);
    box-shadow: 0 0 0 3px rgba(232,93,4,.10);
    outline: none;
}
.sc_bm4rfn textarea.form-control { min-height: 140px; resize: vertical; }
.sc_bm4rfn .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(--g3md);
    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(--g147a);
    border-radius: 50%;
    margin: 0 24px;
    vertical-align: middle;
    opacity: .4;
}

.sc_yc952z {
    background: var(--bg-dark);
    color: #b0a99a;
    padding: 80px 0 0;
}

.sc_u7ax1n { margin-bottom: 40px; }
.sc_r5eehm {
    font-family: var(--g3md);
    font-size: 18px; font-weight: 700;
    color: #f3efe7;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 14px;
}
.sc_r5eehm::after {
    content: '';
    position: absolute; left: 0; bottom: 0;
    width: 32px; height: 3px;
    background: var(--g147a);
    border-radius: 2px;
}
.footer-about {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #918a7e;
}
.sc_2zi4ez {
    list-style: none; padding: 0; margin: 0;
}
.sc_2zi4ez li { margin-bottom: 12px; }
.sc_2zi4ez a {
    color: #918a7e;
    font-size: 15px;
    transition: var(--transition);
    text-decoration: none;
}
.sc_2zi4ez 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(--g147a);
    font-size: 16px;
    margin-top: 4px;
}

.sc_b9m6cp {
    display: flex; gap: 10px;
    margin-top: 18px;
}
.sc_b9m6cp 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_b9m6cp a:hover {
    background: var(--g147a);
    border-color: var(--g147a);
    color: #fff;
    transform: translateY(-3px);
}

.sc_nh8irq {
    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_nh8irq 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(--g147a);
    text-decoration: underline;
}
.policy-content strong { color: var(--text-heading); }

.sc_s4oelv {
    position: fixed; bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--g147a);
    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_s4oelv.visible {
    opacity: 1; visibility: visible;
    transform: translateY(0);
}
.sc_s4oelv:hover {
    background: var(--g159s);
    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(--g147a);
    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(--g147a);
    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(--g10bo);
    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(--g147a);
    border-color: var(--g147a);
}
.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_okmlz1 { font-size: 46px; }
    h2, .sc_hg9447 { font-size: 34px; }
}

@media (max-width: 992px) {
    .sc_wwybav { display: flex; align-items: center; justify-content: center; }

    .sc_r15k90 {
        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_r15k90.active { right: 0; }
    .sc_r15k90 .nav-link {
        width: 100%;
        padding: 14px 0;
        font-size: 17px;
        border-bottom: 1px solid var(--border-color);
    }

    .sc_ovl65y, .sc_m6cbxx {
        flex-direction: column; width: 100%;
    }

    .sc_gwge85 {
        display: none;
        position: fixed; inset: 0;
        background: rgba(0,0,0,.40);
        z-index: 1049;
    }
    .sc_gwge85.active { display: block; }

    .sc_vsruz6 { display: none; }
    .sc_zw5men { padding: 0 20px; }
}

@media (max-width: 768px) {
    h1, .sc_okmlz1 { font-size: 36px; }
    h2, .sc_hg9447 { font-size: 28px; }
    .sc_val27a { padding: 68px 0; }
    .sc_fgzauf { min-height: auto; padding: 120px 0 70px; }
    .sc_hzjejk { padding: 60px 24px; }
    .sc_8fla6t { font-size: 30px; }
    .sc_nh8irq { flex-direction: column; text-align: center; }
}

@media (max-width: 576px) {
    h1, .sc_okmlz1 { font-size: 30px; }
    h2, .sc_hg9447 { font-size: 24px; }
    .sc_val27a { padding: 54px 0; }
    .sc_n3rdvc { flex-direction: column; }
    .sc_01f0do { width: 100%; justify-content: center; }
    .sc_83ar44 { font-size: 38px; }
    .sc_cvxqjz { font-size: 40px; }
    .marquee-item { font-size: 40px; }
}

.sc_y391p5 .sc_9sd8zw { color: #fff; }
.sc_y391p5 .sc_2lzazp { color: var(--g147a); }
.sc_y391p5 .sc_x7ghu2 { color: rgba(255,255,255,0.55); }
.sc_y391p5 .sc_2zi4ez a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_y391p5 .sc_2zi4ez 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(--g147a) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
