

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #fff8f4;
    --bg-card:       #ffffff;
    --bg-card-hover: #fff0ec;
    --bg-dark:       #2b2d42;
    --text-primary:  #2b2d42;
    --text-secondary: #666666;
    --text-muted:    #a0a0a0;
    --footer-dark-bg: #2b2d42;
    --border-color:  #ffe0d6;
    --border-light:  rgba(247, 63, 63, 0.08);

    --v149x: #f73f3f;
    --v15c0: #ff8c42;
    --v160m: #ffd700;
    --accent-4: #4caf50;
    --v1im: linear-gradient(135deg, var(--v149x), var(--v15c0));
    --accent-glow: 0 8px 28px rgba(247, 63, 63, 0.25);

    --v3ue: 'Sniglet', 'Nunito', cursive, system-ui;
    --v5bt:    'Lato', 'Nunito', system-ui, sans-serif;

    --v19ya: 62px;
    --v20xd: 44px;
    --v21wc: 32px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --v17uh: 16px;
    --fs-small: 14px;

    --v185v:     800;
    --fw-semibold: 700;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --v6em:   10px;
    --v7i7:   16px;
    --v8ph:   24px;
    --v9u6:   32px;
    --v41e: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --v10zq: 0 3px 12px rgba(247, 63, 63, 0.08);
    --v11nn: 0 8px 28px rgba(247, 63, 63, 0.12);
    --v12kp: 0 16px 50px rgba(247, 63, 63, 0.16);
    --v13yw: 0 28px 72px rgba(247, 63, 63, 0.20);
    --shadow-neutral: 0 6px 24px rgba(43, 45, 66, 0.10);

    --sc_2gc55r: 90px 0;
    --container-width: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: var(--v5bt);
    font-size: var(--v17uh);
    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; cursor: pointer; color: var(--v149x); transition: var(--transition); }
a:hover { color: var(--v15c0); text-decoration: none; outline: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--v149x); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--v3ue);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
    background: none;
}
h1 { font-size: var(--v19ya); }
h2 { font-size: var(--v20xd); }
h3 { font-size: var(--v21wc); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--v17uh); line-height: 1.9; font-weight: var(--fw-regular); color: var(--text-secondary); margin: 0; }
p.text { font-size: var(--v17uh); line-height: 1.9; color: var(--text-secondary); }

.text-gradient {
    background: var(--v1im);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--v149x); }
.text-accent-2 { color: var(--v15c0); }
.text-dark     { color: var(--text-primary); }
.sc_16eklv { color: var(--text-muted); }

.sc_2gc55r    { padding: var(--sc_2gc55r); position: relative; }
.sc_2gc55r-sm { padding: 60px 0; }
.sc_2gc55r-lg { padding: 120px 0; }
.sc_2gc55r > .container { position: relative; z-index: 1; }
.sc_kshx37  { background-color: var(--bg-primary); }
.sc_0qakrm { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.sc_y5fzis    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--v1im); color: #fff; }

.sc_y5fzis h1,.sc_y5fzis h2,.sc_y5fzis h3,
.sc_y5fzis h4,.sc_y5fzis h5,.sc_y5fzis h6 { color: #fff; }
.sc_y5fzis p,.sc_y5fzis li,.sc_y5fzis span:not(.badge) { color: rgba(255,255,255,0.78); }
.sc_y5fzis a:not(.sc_yhyjzw) { color: rgba(255,255,255,0.85); }
.sc_y5fzis .sc_gecjuv { color: #fff; }
.sc_y5fzis .sc_gzcxrv  { color: rgba(255,255,255,0.6); }
.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 { color: rgba(255,255,255,0.85); }
.bg-gradient-custom .sc_gecjuv { color: #fff; }
.bg-gradient-custom .sc_gzcxrv  { color: rgba(255,255,255,0.7); }

.bg-fun-yellow { background: #fff8e1; }
.bg-fun-green  { background: #f1f8f1; }
.bg-fun-blue   { background: #e8f4fd; }

.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}
.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}

.sc_3zq2h7 {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    z-index: 99999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.sc_3zq2h7.loaded { opacity: 0; visibility: hidden; }
.sc_vy07xl  { display: flex; gap: 8px; }
.sc_2pwzj7 {
    width: 14px; height: 14px; border-radius: 50%;
    animation: preloadKidzBounce 0.9s ease-in-out infinite alternate;
}
.sc_2pwzj7:nth-child(1) { background: var(--v149x); animation-delay: 0s; }
.sc_2pwzj7:nth-child(2) { background: var(--v15c0); animation-delay: 0.15s; }
.sc_2pwzj7:nth-child(3) { background: var(--v160m); animation-delay: 0.30s; }

@keyframes preloadKidzBounce {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-14px); }
}

.sc_yhyjzw {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 32px;
    font-family: var(--v3ue);
    font-size: var(--v17uh);
    font-weight: var(--fw-semibold);
    border-radius: var(--v41e);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.sc_neawy6 {
    background: var(--v149x);
    color: #fff; border-color: var(--v149x);
    box-shadow: var(--accent-glow);
}
.sc_neawy6:hover {
    background: #e03030; border-color: #e03030; color: #fff;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 36px rgba(247,63,63,0.35);
}

.sc_we2plx {
    background: transparent;
    color: var(--v149x); border-color: var(--v149x);
}
.sc_we2plx:hover {
    background: var(--v149x); color: #fff; transform: translateY(-4px);
}

.btn-yellow {
    background: var(--v160m); color: var(--text-primary); border-color: var(--v160m);
}
.btn-yellow:hover {
    background: #f0c000; border-color: #f0c000; transform: translateY(-4px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--v149x); padding: 0;
    font-weight: var(--fw-semibold); font-family: var(--v5bt);
    display: inline-flex; align-items: center; gap: 6px;
}
.btn-link-custom:hover { color: var(--v15c0); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(4px); }

.sc_alp98e {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}
.sc_alp98e.scrolled {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 24px rgba(247,63,63,0.10);
}

.header-topbar {
    background: var(--bg-dark);
    padding: 8px 0; font-size: 13px;
    color: rgba(255,255,255,0.75);
}
.header-topbar a { color: rgba(255,255,255,0.75); }
.header-topbar a:hover { color: var(--v15c0); }

.sc_cpjuwn {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.sc_9uj4ns {
    font-family: var(--v3ue);
    font-size: 28px; font-weight: var(--v185v);
    color: var(--v149x);
}
.sc_9uj4ns:hover { color: var(--v149x); }
.sc_9uj4ns img { height: 52px; width: auto; }

.sc_j3u9qu { display: flex; align-items: center; gap: 32px; }
.sc_j3u9qu .nav-link {
    color: var(--text-secondary); font-family: var(--v5bt);
    font-size: var(--fs-small); font-weight: var(--fw-semibold);
    padding: 6px 0; position: relative;
    transition: var(--transition);
}
.sc_j3u9qu .nav-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 3px; background: var(--v149x);
    border-radius: 2px; transition: width 0.3s ease;
}
.sc_j3u9qu .nav-link:hover,
.sc_j3u9qu .nav-link.active { color: var(--v149x); }
.sc_j3u9qu .nav-link:hover::after,
.sc_j3u9qu .nav-link.active::after { width: 100%; }
.sc_ca978a { margin-left: 12px; }

.sc_ur6oyn, .sc_o8fkqq { display: flex; align-items: center; gap: 28px; }
.sc_ur6oyn .nav-link, .sc_o8fkqq .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-semibold); padding: 6px 0;
}
.sc_ur6oyn .nav-link:hover, .sc_o8fkqq .nav-link:hover { color: var(--v149x); }

.sc_e8t3vd {
    display: none; flex-direction: column;
    justify-content: center; align-items: center;
    width: 42px; height: 42px;
    background: none; border: 2px solid var(--v149x);
    border-radius: var(--v7i7); cursor: pointer; padding: 0; gap: 5px;
}
.sc_e8t3vd .sc_gimjh2 {
    display: block; width: 20px; height: 2.5px;
    background: var(--v149x); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.sc_e8t3vd.active .sc_gimjh2:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_e8t3vd.active .sc_gimjh2:nth-child(2) { opacity: 0; }
.sc_e8t3vd.active .sc_gimjh2:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sc_ume6m2 {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px;
    background: var(--bg-secondary);
}

.sc_ume6m2::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background-image:
        radial-gradient(circle, var(--v160m) 2px, transparent 2px),
        radial-gradient(circle, var(--v149x) 2px, transparent 2px),
        radial-gradient(circle, var(--accent-4) 2px, transparent 2px);
    background-size: 60px 60px, 90px 90px, 120px 120px;
    background-position: 0 0, 30px 30px, 15px 50px;
    opacity: 0.25;
    z-index: 0;
}

.sc_8md5wu { position: relative; z-index: 2; }
.sc_u5cccf   { position: relative; z-index: 2; }
.sc_u5cccf img {
    border-radius: var(--v9u6); box-shadow: var(--v13yw);
}

.sc_7zi0bt {
    display: inline-block;
    background: rgba(247,63,63,0.1);
    color: var(--v149x);
    font-size: 13px; font-weight: var(--v185v);
    padding: 8px 20px;
    border-radius: var(--v41e);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.sc_ytwhtz {
    font-family: var(--v3ue);
    font-size: var(--v19ya); font-weight: var(--v185v);
    color: var(--text-primary); line-height: 1.15; margin-bottom: 20px;
}

.sc_bwd0j3 {
    font-size: 17px; color: var(--text-secondary);
    max-width: 540px; margin-bottom: 36px; line-height: 1.8;
}

.sc_otiidv { display: flex; flex-wrap: wrap; gap: 14px; }

.sc_m4rb9p { margin-bottom: 50px; }
.sc_m4rb9p.text-center { text-align: center; }
.sc_m4rb9p.text-center .sc_vycazv { max-width: 600px; margin: 0 auto; }

.sc_2kqdn4 {
    display: inline-block; font-size: 13px;
    font-weight: var(--v185v); color: var(--v149x);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 10px;
}
.sc_98aze5 {
    font-family: var(--v3ue);
    font-size: var(--v20xd); font-weight: var(--fw-semibold);
    color: var(--text-primary); line-height: 1.2; margin-bottom: 14px;
}
.sc_vycazv { font-size: var(--v17uh); color: var(--text-secondary); line-height: 1.8; }

.sc_7nnrzj {
    background: var(--bg-card); border-radius: var(--v8ph);
    padding: 32px 26px; box-shadow: var(--shadow-neutral);
    border: 2px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
.sc_7nnrzj:hover {
    box-shadow: var(--v11nn);
    transform: translateY(-10px);
    border-color: var(--v149x);
}
.sc_qi68ds {
    width: 68px; height: 68px;
    background: rgba(247,63,63,0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; transition: var(--transition);
}
.sc_qi68ds i, .sc_qi68ds svg { color: var(--v149x); font-size: 28px; }
.sc_7nnrzj:hover .sc_qi68ds { background: var(--v149x); transform: rotate(10deg); }
.sc_7nnrzj:hover .sc_qi68ds i, .sc_7nnrzj:hover .sc_qi68ds svg { color: #fff; }
.sc_wn2ozv { font-family: var(--v3ue); font-size: 19px; margin-bottom: 10px; }
.sc_3e7xvi  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }

.sc_7nnrzj-horizontal {
    display: flex; align-items: flex-start; gap: 18px;
    padding: 22px; background: var(--bg-card);
    border-radius: var(--v8ph); border-left: 4px solid var(--v149x);
    box-shadow: var(--shadow-neutral); transition: var(--transition);
}
.sc_7nnrzj-horizontal:hover { box-shadow: var(--v11nn); transform: translateX(6px); }
.sc_7nnrzj-horizontal .sc_qi68ds { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--v9u6); box-shadow: var(--v12kp); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -24px;
    width: 42%; border-radius: var(--v8ph);
    box-shadow: var(--v11nn); border: 5px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 16px; right: -16px;
    background: var(--v149x); color: #fff;
    padding: 18px 22px; border-radius: var(--v8ph);
    text-align: center; box-shadow: var(--v11nn); z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--v3ue); font-size: 40px;
    font-weight: var(--v185v); line-height: 1; display: block;
}
.experience-badge .badge-text { font-size: 12px; opacity: 0.9; }

.about-list { list-style: none; padding: 0; }
.about-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid var(--border-light);
    font-size: var(--v17uh); color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--v149x); margin-top: 2px; flex-shrink: 0; }

.sc_7rlb17 {
    background: var(--bg-card); border-radius: var(--v8ph);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%;
    border: 2px solid transparent;
}
.sc_7rlb17:hover {
    box-shadow: var(--v11nn); transform: translateY(-10px);
    border-color: var(--v149x);
}
.sc_7rlb17 .sc_yry8f6 { position: relative; overflow: hidden; height: 220px; }
.sc_7rlb17 .sc_yry8f6 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sc_7rlb17:hover .sc_yry8f6 img { transform: scale(1.08); }
.sc_7rlb17 .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--v149x); color: #fff;
    font-size: 11px; font-weight: var(--v185v);
    padding: 4px 14px; border-radius: var(--v41e);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.sc_7rlb17 .card-body  { padding: 24px; }
.sc_7rlb17 .card-title { font-family: var(--v3ue); font-size: 19px; margin-bottom: 8px; }
.sc_7rlb17 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.sc_7rlb17 .card-footer-custom {
    padding: 0 24px 24px;
    display: flex; align-items: center; justify-content: space-between;
}

.course-meta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.course-meta-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-muted); }
.course-meta-item i { color: var(--v149x); font-size: 13px; }

.sc_vvvott { background: var(--v1im); padding: var(--sc_2gc55r); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 52px; color: rgba(255,255,255,0.85); margin-bottom: 12px; display: block; }
.sc_gecjuv {
    font-family: var(--v3ue); font-size: 56px;
    font-weight: var(--v185v); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
.sc_gzcxrv { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.75); }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--v8ph); }
.gallery-item img {
    width: 100%; height: 260px; object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay {
    position: absolute; inset: 0;
    background: rgba(247,63,63,0.7);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.35s ease;
    border-radius: var(--v8ph);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

.sc_lvn0b7 {
    background: var(--bg-card); border-radius: var(--v9u6);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); text-align: center;
    border: 2px solid transparent;
}
.sc_lvn0b7:hover { box-shadow: var(--v11nn); transform: translateY(-8px); border-color: var(--v149x); }
.sc_lvn0b7 .sc_aaxfo5 { position: relative; overflow: hidden; height: 260px; }
.sc_lvn0b7 .sc_aaxfo5 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_lvn0b7:hover .sc_aaxfo5 img { transform: scale(1.05); }
.sc_lvn0b7 .team-body { padding: 22px; }
.sc_pesgt7 { font-family: var(--v3ue); font-size: 19px; margin-bottom: 4px; }
.sc_xppybo { font-size: 14px; color: var(--v149x); margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a {
    width: 36px; height: 36px; background: var(--bg-secondary);
    color: var(--text-secondary); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; transition: var(--transition);
}
.team-social a:hover { background: var(--v149x); color: #fff; transform: scale(1.15); }

.sc_7w9v3t {
    background: var(--bg-card); border-radius: var(--v9u6);
    padding: 36px; box-shadow: var(--shadow-neutral);
    border: 2px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
.sc_7w9v3t:hover { box-shadow: var(--v11nn); border-color: var(--v149x); }
.quote-icon   { color: var(--v149x); font-size: 36px; margin-bottom: 16px; display: block; }
.sc_yighzz   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.sc_7w9v3t .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 2px solid var(--border-light); }
.sc_9u9c8y { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--v149x); flex-shrink: 0; }
.sc_mqj7xq  { font-family: var(--v3ue); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: var(--text-primary); }
.sc_0j7ams  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.sc_a4pkbw {
    background: var(--bg-card); border: 2px solid var(--border-color);
    border-radius: var(--v9u6); padding: 36px 30px;
    transition: var(--transition); position: relative; overflow: hidden; height: 100%;
}
.sc_a4pkbw.featured { border-color: var(--v149x); box-shadow: var(--v11nn); }
.sc_a4pkbw:hover { border-color: var(--v149x); transform: translateY(-8px); box-shadow: var(--v11nn); }
.sc_9w8h9o   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.sc_t7a3ug  { font-family: var(--v3ue); font-size: 48px; font-weight: var(--v185v); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.sc_om52sv { list-style: none; padding: 0; margin: 0 0 28px; }
.sc_om52sv li {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 0; font-size: 14px; color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.sc_om52sv li:last-child { border-bottom: none; }
.sc_om52sv li i { color: var(--v149x); font-size: 13px; flex-shrink: 0; }
.sc_om52sv li.disabled { color: var(--text-muted); text-decoration: line-through; }
.sc_om52sv li.disabled i { color: var(--border-color); }
.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--v149x); color: #fff;
    font-size: 11px; font-weight: var(--v185v);
    padding: 6px 14px; border-radius: 0 0 var(--v6em) var(--v6em);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--v8ph); }
.portfolio-item img { width: 100%; height: 270px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
.portfolio-overlay { color: #fff;
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(247,63,63,0.85), transparent);
    opacity: 0; transition: opacity 0.35s ease;
    display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
    border-radius: var(--v8ph);
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(255,200,200,0.9); text-transform: uppercase; letter-spacing: 1px; }
.portfolio-title { font-family: var(--v3ue); font-size: 18px; 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; }

.sc_iq67mo {
    background: var(--bg-card); border-radius: var(--v9u6);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%;
    border: 2px solid transparent;
}
.sc_iq67mo:hover { box-shadow: var(--v11nn); transform: translateY(-6px); border-color: var(--v149x); }
.sc_iq67mo .sc_yry8f6 { height: 210px; overflow: hidden; }
.sc_iq67mo .sc_yry8f6 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_iq67mo:hover .sc_yry8f6 img { transform: scale(1.07); }
.sc_iq67mo .card-body  { padding: 24px; }
.sc_072tha  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.sc_iq67mo .card-title { font-family: var(--v3ue); font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
.sc_iq67mo .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item {
    background: var(--bg-card); border-radius: var(--v8ph);
    padding: 30px 24px; box-shadow: var(--shadow-neutral);
    border: 2px solid var(--border-light);
    transition: var(--transition); height: 100%; position: relative;
}
.process-item:hover { box-shadow: var(--v11nn); transform: translateY(-8px); border-color: var(--v149x); }
.sc_rrfht7 {
    font-family: var(--v3ue); font-size: 64px;
    font-weight: var(--v185v); color: var(--v149x);
    opacity: 0.12; position: absolute; top: 8px; right: 16px; line-height: 1;
}
.step-icon  { font-size: 42px; color: var(--v149x); margin-bottom: 14px; display: block; }
.sc_7osbsd { font-family: var(--v3ue); font-size: 19px; margin-bottom: 8px; }
.step-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item {
    border: 2px solid var(--border-color);
    border-radius: var(--v8ph) !important;
    margin-bottom: 12px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--v3ue); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 17px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--v149x); background: var(--bg-secondary); box-shadow: none; }
.faq-section .accordion-body { background: var(--bg-secondary); color: var(--text-secondary); font-size: 15px; line-height: 1.8; }

.sc_pr96md {
    background: var(--v1im);
    padding: var(--sc_2gc55r);
    position: relative; overflow: hidden; text-align: center;
    border-radius: 0;
}
.sc_pr96md::before {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 280px; height: 280px;
    background: rgba(255,255,255,0.08); border-radius: 50%;
}
.cta-content { position: relative; z-index: 1; }
.sc_fl9vrc { font-family: var(--v3ue); font-size: var(--v20xd); color: #fff; margin-bottom: 14px; }
.sc_ynt8ze  { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 34px; }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
    flex: 1; min-width: 200px;
    padding: 13px 22px; border: 2px solid var(--border-color);
    border-radius: var(--v41e); font-family: var(--v5bt);
    font-size: var(--v17uh); background: var(--bg-primary);
    color: var(--text-primary); transition: border-color 0.3s ease;
}
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--v149x); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.sc_65r520 .form-control {
    border: 2px solid var(--border-color); border-radius: var(--v8ph);
    padding: 13px 20px; font-family: var(--v5bt); font-size: var(--v17uh);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
.sc_65r520 .form-control:focus { outline: none; box-shadow: none; border-color: var(--v149x); }
.sc_65r520 label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
.sc_65r520 .form-control::placeholder { color: var(--text-muted); }

.sc_94pvqm { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.sc_gf713u { margin-bottom: 40px; }
.sc_r6f54q {
    font-family: var(--v3ue); font-size: 18px;
    font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 3px solid var(--v149x); width: max-content;
}
.sc_v3ywy6 { list-style: none; padding: 0; }
.sc_v3ywy6 li { margin-bottom: 10px; }
.sc_v3ywy6 a {
    color: rgba(255,255,255,0.65); font-size: 14px;
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
.sc_v3ywy6 a:hover { color: var(--v15c0); padding-left: 4px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    color: rgba(255,255,255,0.65); font-size: 14px; margin-bottom: 12px;
}
.footer-contact li i { color: var(--v15c0); margin-top: 2px; flex-shrink: 0; }
.sc_9evl7v { display: flex; gap: 10px; margin-top: 20px; }
.sc_9evl7v a {
    width: 38px; height: 38px; border: 2px solid rgba(255,255,255,0.12); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6); font-size: 15px; transition: var(--transition);
}
.sc_9evl7v a:hover { background: var(--v149x); border-color: var(--v149x); color: #fff; transform: scale(1.15); }
.sc_8k9mtn {
    margin-top: 40px; padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center; font-size: 13px; color: rgba(255,255,255,0.45);
}

.sc_aajezg {
    position: fixed; bottom: 30px; right: 30px;
    width: 48px; height: 48px; background: var(--v149x); color: #fff;
    border: none; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; opacity: 0; visibility: hidden;
    transition: var(--transition); box-shadow: var(--accent-glow); z-index: 999;
}
.sc_aajezg.visible { opacity: 1; visibility: visible; }
.sc_aajezg:hover { background: var(--v15c0); transform: translateY(-4px) scale(1.1); }

.marquee-section { overflow: hidden; padding: 22px 0; background: var(--bg-secondary); border-top: 2px solid var(--border-light); border-bottom: 2px solid var(--border-light); }
.marquee-track {
    display: flex; gap: 48px; align-items: center;
    animation: marqueeScroll 30s linear infinite; width: max-content;
}
.marquee-section:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
    display: flex; align-items: center; gap: 12px;
    font-family: var(--v3ue); font-size: 18px;
    font-weight: var(--fw-semibold); color: var(--text-muted);
    white-space: nowrap;
}
.marquee-item i { color: var(--v149x); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 4px; background: var(--v1im); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-family: var(--v3ue); font-size: 80px;
    font-weight: var(--v185v); color: transparent;
    -webkit-text-stroke: 2px var(--v149x); line-height: 1; opacity: 0.15;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --v19ya: 52px; --v20xd: 38px; --v21wc: 28px; }
}
@media (max-width: 991px) {
    :root { --v19ya: 42px; --v20xd: 32px; --sc_2gc55r: 75px 0; }
    .sc_j3u9qu { display: none; }
    .sc_e8t3vd { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --v19ya: 34px; --v20xd: 26px; --sc_2gc55r: 60px 0; }
    .sc_ytwhtz { font-size: 32px; }
    .sc_otiidv { flex-direction: column; }
    .sc_otiidv .sc_yhyjzw { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .sc_gecjuv { font-size: 44px; }
    .gallery-item img { height: 200px; }
}

.sc_y5fzis .sc_7zi0bt { color: #fff; }
.sc_y5fzis .sc_2kqdn4 { color: var(--v149x); }
.sc_y5fzis .sc_16eklv { color: rgba(255,255,255,0.55); }
.sc_y5fzis .sc_v3ywy6 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_y5fzis .sc_v3ywy6 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(--v149x) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
