

: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);

    --t14fe: #f73f3f;
    --t15gw: #ff8c42;
    --t16eo: #ffd700;
    --accent-4: #4caf50;
    --t1po: linear-gradient(135deg, var(--t14fe), var(--t15gw));
    --accent-glow: 0 8px 28px rgba(247, 63, 63, 0.25);

    --t3cl: 'Sniglet', 'Nunito', cursive, system-ui;
    --t5b3:    'Lato', 'Nunito', system-ui, sans-serif;

    --t19eh: 62px;
    --t20dm: 44px;
    --t21iq: 32px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --t17fr: 16px;
    --fs-small: 14px;

    --t18gd:     800;
    --fw-semibold: 700;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --t6rm:   10px;
    --t7vd:   16px;
    --t8qa:   24px;
    --t9vo:   32px;
    --t4pb: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --t10tp: 0 3px 12px rgba(247, 63, 63, 0.08);
    --t11pw: 0 8px 28px rgba(247, 63, 63, 0.12);
    --t12ev: 0 16px 50px rgba(247, 63, 63, 0.16);
    --t13jr: 0 28px 72px rgba(247, 63, 63, 0.20);
    --shadow-neutral: 0 6px 24px rgba(43, 45, 66, 0.10);

    --mpa1bg: 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(--t5b3);
    font-size: var(--t17fr);
    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(--t14fe); transition: var(--transition); }
a:hover { color: var(--t15gw); 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(--t14fe); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--t3cl);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
    background: none;
}
h1 { font-size: var(--t19eh); }
h2 { font-size: var(--t20dm); }
h3 { font-size: var(--t21iq); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--t17fr); line-height: 1.9; font-weight: var(--fw-regular); color: var(--text-secondary); margin: 0; }
p.text { font-size: var(--t17fr); line-height: 1.9; color: var(--text-secondary); }

.text-gradient {
    background: var(--t1po);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--t14fe); }
.text-accent-2 { color: var(--t15gw); }
.text-dark     { color: var(--text-primary); }
.jumer { color: var(--text-muted); }

.mpa1bg    { padding: var(--mpa1bg); position: relative; }
.mpa1bg-sm { padding: 60px 0; }
.mpa1bg-lg { padding: 120px 0; }
.mpa1bg > .container { position: relative; z-index: 1; }
.awy8  { background-color: var(--bg-primary); }
.mhni7t { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.gksdt    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--t1po); color: #fff; }

.gksdt h1,.gksdt h2,.gksdt h3,
.gksdt h4,.gksdt h5,.gksdt h6 { color: #fff; }
.gksdt p,.gksdt li,.gksdt span:not(.badge) { color: rgba(255,255,255,0.78); }
.gksdt a:not(.mafu1m) { color: rgba(255,255,255,0.85); }
.gksdt .ms1mz { color: #fff; }
.gksdt .ezpm3  { 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 .ms1mz { color: #fff; }
.bg-gradient-custom .ezpm3  { 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}

.lbxgsn {
    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;
}
.lbxgsn.loaded { opacity: 0; visibility: hidden; }
.vaq7  { display: flex; gap: 8px; }
.cns1 {
    width: 14px; height: 14px; border-radius: 50%;
    animation: preloadKidzBounce 0.9s ease-in-out infinite alternate;
}
.cns1:nth-child(1) { background: var(--t14fe); animation-delay: 0s; }
.cns1:nth-child(2) { background: var(--t15gw); animation-delay: 0.15s; }
.cns1:nth-child(3) { background: var(--t16eo); animation-delay: 0.30s; }

@keyframes preloadKidzBounce {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-14px); }
}

.mafu1m {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 32px;
    font-family: var(--t3cl);
    font-size: var(--t17fr);
    font-weight: var(--fw-semibold);
    border-radius: var(--t4pb);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.hgh6 {
    background: var(--t14fe);
    color: #fff; border-color: var(--t14fe);
    box-shadow: var(--accent-glow);
}
.hgh6: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);
}

.twet7g {
    background: transparent;
    color: var(--t14fe); border-color: var(--t14fe);
}
.twet7g:hover {
    background: var(--t14fe); color: #fff; transform: translateY(-4px);
}

.btn-yellow {
    background: var(--t16eo); color: var(--text-primary); border-color: var(--t16eo);
}
.btn-yellow:hover {
    background: #f0c000; border-color: #f0c000; transform: translateY(-4px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--t14fe); padding: 0;
    font-weight: var(--fw-semibold); font-family: var(--t5b3);
    display: inline-flex; align-items: center; gap: 6px;
}
.btn-link-custom:hover { color: var(--t15gw); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(4px); }

.xxlep {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}
.xxlep.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(--t15gw); }

.yn03b {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.ctmkg {
    font-family: var(--t3cl);
    font-size: 28px; font-weight: var(--t18gd);
    color: var(--t14fe);
}
.ctmkg:hover { color: var(--t14fe); }
.ctmkg img { height: 52px; width: auto; }

.gnwen2 { display: flex; align-items: center; gap: 32px; }
.gnwen2 .nav-link {
    color: var(--text-secondary); font-family: var(--t5b3);
    font-size: var(--fs-small); font-weight: var(--fw-semibold);
    padding: 6px 0; position: relative;
    transition: var(--transition);
}
.gnwen2 .nav-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 3px; background: var(--t14fe);
    border-radius: 2px; transition: width 0.3s ease;
}
.gnwen2 .nav-link:hover,
.gnwen2 .nav-link.active { color: var(--t14fe); }
.gnwen2 .nav-link:hover::after,
.gnwen2 .nav-link.active::after { width: 100%; }
.rkq76z { margin-left: 12px; }

.cem5l, .gbbfav { display: flex; align-items: center; gap: 28px; }
.cem5l .nav-link, .gbbfav .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-semibold); padding: 6px 0;
}
.cem5l .nav-link:hover, .gbbfav .nav-link:hover { color: var(--t14fe); }

.exg1 {
    display: none; flex-direction: column;
    justify-content: center; align-items: center;
    width: 42px; height: 42px;
    background: none; border: 2px solid var(--t14fe);
    border-radius: var(--t7vd); cursor: pointer; padding: 0; gap: 5px;
}
.exg1 .kfij3 {
    display: block; width: 20px; height: 2.5px;
    background: var(--t14fe); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.exg1.active .kfij3:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.exg1.active .kfij3:nth-child(2) { opacity: 0; }
.exg1.active .kfij3:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ykl57 {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px;
    background: var(--bg-secondary);
}

.ykl57::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background-image:
        radial-gradient(circle, var(--t16eo) 2px, transparent 2px),
        radial-gradient(circle, var(--t14fe) 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;
}

.knrq { position: relative; z-index: 2; }
.cm5o   { position: relative; z-index: 2; }
.cm5o img {
    border-radius: var(--t9vo); box-shadow: var(--t13jr);
}

.ct0ep {
    display: inline-block;
    background: rgba(247,63,63,0.1);
    color: var(--t14fe);
    font-size: 13px; font-weight: var(--t18gd);
    padding: 8px 20px;
    border-radius: var(--t4pb);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.qfue {
    font-family: var(--t3cl);
    font-size: var(--t19eh); font-weight: var(--t18gd);
    color: var(--text-primary); line-height: 1.15; margin-bottom: 20px;
}

.wnur {
    font-size: 17px; color: var(--text-secondary);
    max-width: 540px; margin-bottom: 36px; line-height: 1.8;
}

.wk0ve { display: flex; flex-wrap: wrap; gap: 14px; }

.wk0i40 { margin-bottom: 50px; }
.wk0i40.text-center { text-align: center; }
.wk0i40.text-center .axwllp { max-width: 600px; margin: 0 auto; }

.hrsrmf {
    display: inline-block; font-size: 13px;
    font-weight: var(--t18gd); color: var(--t14fe);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 10px;
}
.zunkg {
    font-family: var(--t3cl);
    font-size: var(--t20dm); font-weight: var(--fw-semibold);
    color: var(--text-primary); line-height: 1.2; margin-bottom: 14px;
}
.axwllp { font-size: var(--t17fr); color: var(--text-secondary); line-height: 1.8; }

.qhnn {
    background: var(--bg-card); border-radius: var(--t8qa);
    padding: 32px 26px; box-shadow: var(--shadow-neutral);
    border: 2px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
.qhnn:hover {
    box-shadow: var(--t11pw);
    transform: translateY(-10px);
    border-color: var(--t14fe);
}
.peij {
    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);
}
.peij i, .peij svg { color: var(--t14fe); font-size: 28px; }
.qhnn:hover .peij { background: var(--t14fe); transform: rotate(10deg); }
.qhnn:hover .peij i, .qhnn:hover .peij svg { color: #fff; }
.ibvl { font-family: var(--t3cl); font-size: 19px; margin-bottom: 10px; }
.bfvzb  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }

.qhnn-horizontal {
    display: flex; align-items: flex-start; gap: 18px;
    padding: 22px; background: var(--bg-card);
    border-radius: var(--t8qa); border-left: 4px solid var(--t14fe);
    box-shadow: var(--shadow-neutral); transition: var(--transition);
}
.qhnn-horizontal:hover { box-shadow: var(--t11pw); transform: translateX(6px); }
.qhnn-horizontal .peij { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--t9vo); box-shadow: var(--t12ev); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -24px;
    width: 42%; border-radius: var(--t8qa);
    box-shadow: var(--t11pw); border: 5px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 16px; right: -16px;
    background: var(--t14fe); color: #fff;
    padding: 18px 22px; border-radius: var(--t8qa);
    text-align: center; box-shadow: var(--t11pw); z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--t3cl); font-size: 40px;
    font-weight: var(--t18gd); 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(--t17fr); color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--t14fe); margin-top: 2px; flex-shrink: 0; }

.eg8xq {
    background: var(--bg-card); border-radius: var(--t8qa);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%;
    border: 2px solid transparent;
}
.eg8xq:hover {
    box-shadow: var(--t11pw); transform: translateY(-10px);
    border-color: var(--t14fe);
}
.eg8xq .mm6z { position: relative; overflow: hidden; height: 220px; }
.eg8xq .mm6z img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.eg8xq:hover .mm6z img { transform: scale(1.08); }
.eg8xq .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--t14fe); color: #fff;
    font-size: 11px; font-weight: var(--t18gd);
    padding: 4px 14px; border-radius: var(--t4pb);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.eg8xq .card-body  { padding: 24px; }
.eg8xq .card-title { font-family: var(--t3cl); font-size: 19px; margin-bottom: 8px; }
.eg8xq .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.eg8xq .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(--t14fe); font-size: 13px; }

.iecb { background: var(--t1po); padding: var(--mpa1bg); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 52px; color: rgba(255,255,255,0.85); margin-bottom: 12px; display: block; }
.ms1mz {
    font-family: var(--t3cl); font-size: 56px;
    font-weight: var(--t18gd); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
.ezpm3 { 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(--t8qa); }
.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(--t8qa);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

.btq8x {
    background: var(--bg-card); border-radius: var(--t9vo);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); text-align: center;
    border: 2px solid transparent;
}
.btq8x:hover { box-shadow: var(--t11pw); transform: translateY(-8px); border-color: var(--t14fe); }
.btq8x .apkok4 { position: relative; overflow: hidden; height: 260px; }
.btq8x .apkok4 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.btq8x:hover .apkok4 img { transform: scale(1.05); }
.btq8x .team-body { padding: 22px; }
.lvot { font-family: var(--t3cl); font-size: 19px; margin-bottom: 4px; }
.zk0d { font-size: 14px; color: var(--t14fe); 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(--t14fe); color: #fff; transform: scale(1.15); }

.shj0rk {
    background: var(--bg-card); border-radius: var(--t9vo);
    padding: 36px; box-shadow: var(--shadow-neutral);
    border: 2px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
.shj0rk:hover { box-shadow: var(--t11pw); border-color: var(--t14fe); }
.quote-icon   { color: var(--t14fe); font-size: 36px; margin-bottom: 16px; display: block; }
.hlr931   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.shj0rk .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 2px solid var(--border-light); }
.qlxj { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--t14fe); flex-shrink: 0; }
.me0g  { font-family: var(--t3cl); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: var(--text-primary); }
.bvx0y  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.evrnsn {
    background: var(--bg-card); border: 2px solid var(--border-color);
    border-radius: var(--t9vo); padding: 36px 30px;
    transition: var(--transition); position: relative; overflow: hidden; height: 100%;
}
.evrnsn.featured { border-color: var(--t14fe); box-shadow: var(--t11pw); }
.evrnsn:hover { border-color: var(--t14fe); transform: translateY(-8px); box-shadow: var(--t11pw); }
.zsr0zw   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.gccnh8  { font-family: var(--t3cl); font-size: 48px; font-weight: var(--t18gd); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.lt3h { list-style: none; padding: 0; margin: 0 0 28px; }
.lt3h 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);
}
.lt3h li:last-child { border-bottom: none; }
.lt3h li i { color: var(--t14fe); font-size: 13px; flex-shrink: 0; }
.lt3h li.disabled { color: var(--text-muted); text-decoration: line-through; }
.lt3h li.disabled i { color: var(--border-color); }
.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--t14fe); color: #fff;
    font-size: 11px; font-weight: var(--t18gd);
    padding: 6px 14px; border-radius: 0 0 var(--t6rm) var(--t6rm);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--t8qa); }
.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(--t8qa);
}
.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(--t3cl); 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; }

.ln3b {
    background: var(--bg-card); border-radius: var(--t9vo);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%;
    border: 2px solid transparent;
}
.ln3b:hover { box-shadow: var(--t11pw); transform: translateY(-6px); border-color: var(--t14fe); }
.ln3b .mm6z { height: 210px; overflow: hidden; }
.ln3b .mm6z img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ln3b:hover .mm6z img { transform: scale(1.07); }
.ln3b .card-body  { padding: 24px; }
.wz7e  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.ln3b .card-title { font-family: var(--t3cl); font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
.ln3b .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item {
    background: var(--bg-card); border-radius: var(--t8qa);
    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(--t11pw); transform: translateY(-8px); border-color: var(--t14fe); }
.euyr50 {
    font-family: var(--t3cl); font-size: 64px;
    font-weight: var(--t18gd); color: var(--t14fe);
    opacity: 0.12; position: absolute; top: 8px; right: 16px; line-height: 1;
}
.step-icon  { font-size: 42px; color: var(--t14fe); margin-bottom: 14px; display: block; }
.wucagm { font-family: var(--t3cl); 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(--t8qa) !important;
    margin-bottom: 12px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--t3cl); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 17px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--t14fe); 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; }

.ob9j {
    background: var(--t1po);
    padding: var(--mpa1bg);
    position: relative; overflow: hidden; text-align: center;
    border-radius: 0;
}
.ob9j::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; }
.mp33z9 { font-family: var(--t3cl); font-size: var(--t20dm); color: #fff; margin-bottom: 14px; }
.zov8  { 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(--t4pb); font-family: var(--t5b3);
    font-size: var(--t17fr); 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(--t14fe); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.ra32 .form-control {
    border: 2px solid var(--border-color); border-radius: var(--t8qa);
    padding: 13px 20px; font-family: var(--t5b3); font-size: var(--t17fr);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
.ra32 .form-control:focus { outline: none; box-shadow: none; border-color: var(--t14fe); }
.ra32 label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
.ra32 .form-control::placeholder { color: var(--text-muted); }

.zve8q { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.kue9w { margin-bottom: 40px; }
.vk0vs {
    font-family: var(--t3cl); font-size: 18px;
    font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 3px solid var(--t14fe); width: max-content;
}
.zt4k { list-style: none; padding: 0; }
.zt4k li { margin-bottom: 10px; }
.zt4k a {
    color: rgba(255,255,255,0.65); font-size: 14px;
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
.zt4k a:hover { color: var(--t15gw); 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(--t15gw); margin-top: 2px; flex-shrink: 0; }
.cvely7 { display: flex; gap: 10px; margin-top: 20px; }
.cvely7 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);
}
.cvely7 a:hover { background: var(--t14fe); border-color: var(--t14fe); color: #fff; transform: scale(1.15); }
.ae1x {
    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);
}

.bn05v {
    position: fixed; bottom: 30px; right: 30px;
    width: 48px; height: 48px; background: var(--t14fe); 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;
}
.bn05v.visible { opacity: 1; visibility: visible; }
.bn05v:hover { background: var(--t15gw); 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(--t3cl); font-size: 18px;
    font-weight: var(--fw-semibold); color: var(--text-muted);
    white-space: nowrap;
}
.marquee-item i { color: var(--t14fe); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 4px; background: var(--t1po); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-family: var(--t3cl); font-size: 80px;
    font-weight: var(--t18gd); color: transparent;
    -webkit-text-stroke: 2px var(--t14fe); line-height: 1; opacity: 0.15;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --t19eh: 52px; --t20dm: 38px; --t21iq: 28px; }
}
@media (max-width: 991px) {
    :root { --t19eh: 42px; --t20dm: 32px; --mpa1bg: 75px 0; }
    .gnwen2 { display: none; }
    .exg1 { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --t19eh: 34px; --t20dm: 26px; --mpa1bg: 60px 0; }
    .qfue { font-size: 32px; }
    .wk0ve { flex-direction: column; }
    .wk0ve .mafu1m { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .ms1mz { font-size: 44px; }
    .gallery-item img { height: 200px; }
}

.gksdt .ct0ep { color: #fff; }
.gksdt .hrsrmf { color: var(--t14fe); }
.gksdt .jumer { color: rgba(255,255,255,0.55); }
.gksdt .zt4k a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.gksdt .zt4k 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(--t14fe) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
