

: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);

    --c14ek: #f73f3f;
    --c15sl: #ff8c42;
    --c16bv: #ffd700;
    --accent-4: #4caf50;
    --c1vd: linear-gradient(135deg, var(--c14ek), var(--c15sl));
    --accent-glow: 0 8px 28px rgba(247, 63, 63, 0.25);

    --c3th: 'Sniglet', 'Nunito', cursive, system-ui;
    --c5bm:    'Lato', 'Nunito', system-ui, sans-serif;

    --c19s2: 62px;
    --c20ph: 44px;
    --c21mz: 32px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --c17as: 16px;
    --fs-small: 14px;

    --c18gl:     800;
    --fw-semibold: 700;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --c6oj:   10px;
    --c7xq:   16px;
    --c8oh:   24px;
    --c9nv:   32px;
    --c4i9: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --c10x7: 0 3px 12px rgba(247, 63, 63, 0.08);
    --c11go: 0 8px 28px rgba(247, 63, 63, 0.12);
    --c12dn: 0 16px 50px rgba(247, 63, 63, 0.16);
    --c13p4: 0 28px 72px rgba(247, 63, 63, 0.20);
    --shadow-neutral: 0 6px 24px rgba(43, 45, 66, 0.10);

    --_ciu5oq: 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(--c5bm);
    font-size: var(--c17as);
    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(--c14ek); transition: var(--transition); }
a:hover { color: var(--c15sl); 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(--c14ek); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--c3th);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
    background: none;
}
h1 { font-size: var(--c19s2); }
h2 { font-size: var(--c20ph); }
h3 { font-size: var(--c21mz); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--c17as); line-height: 1.9; font-weight: var(--fw-regular); color: var(--text-secondary); margin: 0; }
p.text { font-size: var(--c17as); line-height: 1.9; color: var(--text-secondary); }

.text-gradient {
    background: var(--c1vd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--c14ek); }
.text-accent-2 { color: var(--c15sl); }
.text-dark     { color: var(--text-primary); }
._ydifun9 { color: var(--text-muted); }

._ciu5oq    { padding: var(--_ciu5oq); position: relative; }
._ciu5oq-sm { padding: 60px 0; }
._ciu5oq-lg { padding: 120px 0; }
._ciu5oq > .container { position: relative; z-index: 1; }
._hp1ts  { background-color: var(--bg-primary); }
._az0bs6 { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
._nle110k    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--c1vd); color: #fff; }

._nle110k h1,._nle110k h2,._nle110k h3,
._nle110k h4,._nle110k h5,._nle110k h6 { color: #fff; }
._nle110k p,._nle110k li,._nle110k span:not(.badge) { color: rgba(255,255,255,0.78); }
._nle110k a:not(._tk4x1y) { color: rgba(255,255,255,0.85); }
._nle110k ._gvbocg0 { color: #fff; }
._nle110k ._bzkmiao  { 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 ._gvbocg0 { color: #fff; }
.bg-gradient-custom ._bzkmiao  { 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}

._ic5f02 {
    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;
}
._ic5f02.loaded { opacity: 0; visibility: hidden; }
._g9is6  { display: flex; gap: 8px; }
._s5k9bmb {
    width: 14px; height: 14px; border-radius: 50%;
    animation: preloadKidzBounce 0.9s ease-in-out infinite alternate;
}
._s5k9bmb:nth-child(1) { background: var(--c14ek); animation-delay: 0s; }
._s5k9bmb:nth-child(2) { background: var(--c15sl); animation-delay: 0.15s; }
._s5k9bmb:nth-child(3) { background: var(--c16bv); animation-delay: 0.30s; }

@keyframes preloadKidzBounce {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-14px); }
}

._tk4x1y {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 32px;
    font-family: var(--c3th);
    font-size: var(--c17as);
    font-weight: var(--fw-semibold);
    border-radius: var(--c4i9);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

._vr53y50 {
    background: var(--c14ek);
    color: #fff; border-color: var(--c14ek);
    box-shadow: var(--accent-glow);
}
._vr53y50: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);
}

._nzex4 {
    background: transparent;
    color: var(--c14ek); border-color: var(--c14ek);
}
._nzex4:hover {
    background: var(--c14ek); color: #fff; transform: translateY(-4px);
}

.btn-yellow {
    background: var(--c16bv); color: var(--text-primary); border-color: var(--c16bv);
}
.btn-yellow:hover {
    background: #f0c000; border-color: #f0c000; transform: translateY(-4px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--c14ek); padding: 0;
    font-weight: var(--fw-semibold); font-family: var(--c5bm);
    display: inline-flex; align-items: center; gap: 6px;
}
.btn-link-custom:hover { color: var(--c15sl); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(4px); }

._nbr0zw {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}
._nbr0zw.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(--c15sl); }

._a7tox {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

._zwols {
    font-family: var(--c3th);
    font-size: 28px; font-weight: var(--c18gl);
    color: var(--c14ek);
}
._zwols:hover { color: var(--c14ek); }
._zwols img { height: 52px; width: auto; }

._d2budqm { display: flex; align-items: center; gap: 32px; }
._d2budqm .nav-link {
    color: var(--text-secondary); font-family: var(--c5bm);
    font-size: var(--fs-small); font-weight: var(--fw-semibold);
    padding: 6px 0; position: relative;
    transition: var(--transition);
}
._d2budqm .nav-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 3px; background: var(--c14ek);
    border-radius: 2px; transition: width 0.3s ease;
}
._d2budqm .nav-link:hover,
._d2budqm .nav-link.active { color: var(--c14ek); }
._d2budqm .nav-link:hover::after,
._d2budqm .nav-link.active::after { width: 100%; }
._tv43e8e { margin-left: 12px; }

._l8gbr, ._a69zuq { display: flex; align-items: center; gap: 28px; }
._l8gbr .nav-link, ._a69zuq .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-semibold); padding: 6px 0;
}
._l8gbr .nav-link:hover, ._a69zuq .nav-link:hover { color: var(--c14ek); }

._uesyi {
    display: none; flex-direction: column;
    justify-content: center; align-items: center;
    width: 42px; height: 42px;
    background: none; border: 2px solid var(--c14ek);
    border-radius: var(--c7xq); cursor: pointer; padding: 0; gap: 5px;
}
._uesyi ._wzt63 {
    display: block; width: 20px; height: 2.5px;
    background: var(--c14ek); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
._uesyi.active ._wzt63:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._uesyi.active ._wzt63:nth-child(2) { opacity: 0; }
._uesyi.active ._wzt63:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._aydh6a {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px;
    background: var(--bg-secondary);
}

._aydh6a::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background-image:
        radial-gradient(circle, var(--c16bv) 2px, transparent 2px),
        radial-gradient(circle, var(--c14ek) 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;
}

._ny3kt0v { position: relative; z-index: 2; }
._wjhhk   { position: relative; z-index: 2; }
._wjhhk img {
    border-radius: var(--c9nv); box-shadow: var(--c13p4);
}

._i59rl {
    display: inline-block;
    background: rgba(247,63,63,0.1);
    color: var(--c14ek);
    font-size: 13px; font-weight: var(--c18gl);
    padding: 8px 20px;
    border-radius: var(--c4i9);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

._w9mr9 {
    font-family: var(--c3th);
    font-size: var(--c19s2); font-weight: var(--c18gl);
    color: var(--text-primary); line-height: 1.15; margin-bottom: 20px;
}

._t0b0gfr {
    font-size: 17px; color: var(--text-secondary);
    max-width: 540px; margin-bottom: 36px; line-height: 1.8;
}

._qxcw0et { display: flex; flex-wrap: wrap; gap: 14px; }

._im2ug { margin-bottom: 50px; }
._im2ug.text-center { text-align: center; }
._im2ug.text-center ._chx6o { max-width: 600px; margin: 0 auto; }

._gbdp9g {
    display: inline-block; font-size: 13px;
    font-weight: var(--c18gl); color: var(--c14ek);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 10px;
}
._f59gbwi {
    font-family: var(--c3th);
    font-size: var(--c20ph); font-weight: var(--fw-semibold);
    color: var(--text-primary); line-height: 1.2; margin-bottom: 14px;
}
._chx6o { font-size: var(--c17as); color: var(--text-secondary); line-height: 1.8; }

._s7d8ngt {
    background: var(--bg-card); border-radius: var(--c8oh);
    padding: 32px 26px; box-shadow: var(--shadow-neutral);
    border: 2px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
._s7d8ngt:hover {
    box-shadow: var(--c11go);
    transform: translateY(-10px);
    border-color: var(--c14ek);
}
._dv5j1 {
    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);
}
._dv5j1 i, ._dv5j1 svg { color: var(--c14ek); font-size: 28px; }
._s7d8ngt:hover ._dv5j1 { background: var(--c14ek); transform: rotate(10deg); }
._s7d8ngt:hover ._dv5j1 i, ._s7d8ngt:hover ._dv5j1 svg { color: #fff; }
._kugz1o2 { font-family: var(--c3th); font-size: 19px; margin-bottom: 10px; }
._kotcsqw  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }

._s7d8ngt-horizontal {
    display: flex; align-items: flex-start; gap: 18px;
    padding: 22px; background: var(--bg-card);
    border-radius: var(--c8oh); border-left: 4px solid var(--c14ek);
    box-shadow: var(--shadow-neutral); transition: var(--transition);
}
._s7d8ngt-horizontal:hover { box-shadow: var(--c11go); transform: translateX(6px); }
._s7d8ngt-horizontal ._dv5j1 { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--c9nv); box-shadow: var(--c12dn); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -24px;
    width: 42%; border-radius: var(--c8oh);
    box-shadow: var(--c11go); border: 5px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 16px; right: -16px;
    background: var(--c14ek); color: #fff;
    padding: 18px 22px; border-radius: var(--c8oh);
    text-align: center; box-shadow: var(--c11go); z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--c3th); font-size: 40px;
    font-weight: var(--c18gl); 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(--c17as); color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--c14ek); margin-top: 2px; flex-shrink: 0; }

._nlpm0o {
    background: var(--bg-card); border-radius: var(--c8oh);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%;
    border: 2px solid transparent;
}
._nlpm0o:hover {
    box-shadow: var(--c11go); transform: translateY(-10px);
    border-color: var(--c14ek);
}
._nlpm0o ._s5bmgmy { position: relative; overflow: hidden; height: 220px; }
._nlpm0o ._s5bmgmy img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
._nlpm0o:hover ._s5bmgmy img { transform: scale(1.08); }
._nlpm0o .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--c14ek); color: #fff;
    font-size: 11px; font-weight: var(--c18gl);
    padding: 4px 14px; border-radius: var(--c4i9);
    text-transform: uppercase; letter-spacing: 0.5px;
}
._nlpm0o .card-body  { padding: 24px; }
._nlpm0o .card-title { font-family: var(--c3th); font-size: 19px; margin-bottom: 8px; }
._nlpm0o .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
._nlpm0o .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(--c14ek); font-size: 13px; }

._ycojv7 { background: var(--c1vd); padding: var(--_ciu5oq); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 52px; color: rgba(255,255,255,0.85); margin-bottom: 12px; display: block; }
._gvbocg0 {
    font-family: var(--c3th); font-size: 56px;
    font-weight: var(--c18gl); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
._bzkmiao { 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(--c8oh); }
.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(--c8oh);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

._qbtdquy {
    background: var(--bg-card); border-radius: var(--c9nv);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); text-align: center;
    border: 2px solid transparent;
}
._qbtdquy:hover { box-shadow: var(--c11go); transform: translateY(-8px); border-color: var(--c14ek); }
._qbtdquy ._kt44p46 { position: relative; overflow: hidden; height: 260px; }
._qbtdquy ._kt44p46 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._qbtdquy:hover ._kt44p46 img { transform: scale(1.05); }
._qbtdquy .team-body { padding: 22px; }
._tydyzvs { font-family: var(--c3th); font-size: 19px; margin-bottom: 4px; }
._cu6kd { font-size: 14px; color: var(--c14ek); 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(--c14ek); color: #fff; transform: scale(1.15); }

._pet2a60 {
    background: var(--bg-card); border-radius: var(--c9nv);
    padding: 36px; box-shadow: var(--shadow-neutral);
    border: 2px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
._pet2a60:hover { box-shadow: var(--c11go); border-color: var(--c14ek); }
.quote-icon   { color: var(--c14ek); font-size: 36px; margin-bottom: 16px; display: block; }
._a9ro2p1   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
._pet2a60 .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 2px solid var(--border-light); }
._a8qjnp { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--c14ek); flex-shrink: 0; }
._xw87pp  { font-family: var(--c3th); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: var(--text-primary); }
._gtxbjk  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

._ec1gnq {
    background: var(--bg-card); border: 2px solid var(--border-color);
    border-radius: var(--c9nv); padding: 36px 30px;
    transition: var(--transition); position: relative; overflow: hidden; height: 100%;
}
._ec1gnq.featured { border-color: var(--c14ek); box-shadow: var(--c11go); }
._ec1gnq:hover { border-color: var(--c14ek); transform: translateY(-8px); box-shadow: var(--c11go); }
._di3sxer   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
._tntip  { font-family: var(--c3th); font-size: 48px; font-weight: var(--c18gl); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
._zab76up { list-style: none; padding: 0; margin: 0 0 28px; }
._zab76up 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);
}
._zab76up li:last-child { border-bottom: none; }
._zab76up li i { color: var(--c14ek); font-size: 13px; flex-shrink: 0; }
._zab76up li.disabled { color: var(--text-muted); text-decoration: line-through; }
._zab76up li.disabled i { color: var(--border-color); }
.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--c14ek); color: #fff;
    font-size: 11px; font-weight: var(--c18gl);
    padding: 6px 14px; border-radius: 0 0 var(--c6oj) var(--c6oj);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--c8oh); }
.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(--c8oh);
}
.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(--c3th); 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; }

._hawmmn {
    background: var(--bg-card); border-radius: var(--c9nv);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%;
    border: 2px solid transparent;
}
._hawmmn:hover { box-shadow: var(--c11go); transform: translateY(-6px); border-color: var(--c14ek); }
._hawmmn ._s5bmgmy { height: 210px; overflow: hidden; }
._hawmmn ._s5bmgmy img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._hawmmn:hover ._s5bmgmy img { transform: scale(1.07); }
._hawmmn .card-body  { padding: 24px; }
._teivxt  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
._hawmmn .card-title { font-family: var(--c3th); font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
._hawmmn .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item {
    background: var(--bg-card); border-radius: var(--c8oh);
    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(--c11go); transform: translateY(-8px); border-color: var(--c14ek); }
._d4tuwis {
    font-family: var(--c3th); font-size: 64px;
    font-weight: var(--c18gl); color: var(--c14ek);
    opacity: 0.12; position: absolute; top: 8px; right: 16px; line-height: 1;
}
.step-icon  { font-size: 42px; color: var(--c14ek); margin-bottom: 14px; display: block; }
._mgzfzv { font-family: var(--c3th); 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(--c8oh) !important;
    margin-bottom: 12px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--c3th); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 17px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--c14ek); 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; }

._fi8bdeb {
    background: var(--c1vd);
    padding: var(--_ciu5oq);
    position: relative; overflow: hidden; text-align: center;
    border-radius: 0;
}
._fi8bdeb::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; }
._qzp7a2z { font-family: var(--c3th); font-size: var(--c20ph); color: #fff; margin-bottom: 14px; }
._s0ewq  { 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(--c4i9); font-family: var(--c5bm);
    font-size: var(--c17as); 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(--c14ek); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

._ird93ny .form-control {
    border: 2px solid var(--border-color); border-radius: var(--c8oh);
    padding: 13px 20px; font-family: var(--c5bm); font-size: var(--c17as);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
._ird93ny .form-control:focus { outline: none; box-shadow: none; border-color: var(--c14ek); }
._ird93ny label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
._ird93ny .form-control::placeholder { color: var(--text-muted); }

._dixqq6a { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
._i2bnvh { margin-bottom: 40px; }
._k5bjjv6 {
    font-family: var(--c3th); font-size: 18px;
    font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 3px solid var(--c14ek); width: max-content;
}
._jd880u { list-style: none; padding: 0; }
._jd880u li { margin-bottom: 10px; }
._jd880u a {
    color: rgba(255,255,255,0.65); font-size: 14px;
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
._jd880u a:hover { color: var(--c15sl); 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(--c15sl); margin-top: 2px; flex-shrink: 0; }
._hkxjv7 { display: flex; gap: 10px; margin-top: 20px; }
._hkxjv7 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);
}
._hkxjv7 a:hover { background: var(--c14ek); border-color: var(--c14ek); color: #fff; transform: scale(1.15); }
._y05ozo {
    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);
}

._zjuzq {
    position: fixed; bottom: 30px; right: 30px;
    width: 48px; height: 48px; background: var(--c14ek); 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;
}
._zjuzq.visible { opacity: 1; visibility: visible; }
._zjuzq:hover { background: var(--c15sl); 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(--c3th); font-size: 18px;
    font-weight: var(--fw-semibold); color: var(--text-muted);
    white-space: nowrap;
}
.marquee-item i { color: var(--c14ek); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 4px; background: var(--c1vd); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-family: var(--c3th); font-size: 80px;
    font-weight: var(--c18gl); color: transparent;
    -webkit-text-stroke: 2px var(--c14ek); line-height: 1; opacity: 0.15;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --c19s2: 52px; --c20ph: 38px; --c21mz: 28px; }
}
@media (max-width: 991px) {
    :root { --c19s2: 42px; --c20ph: 32px; --_ciu5oq: 75px 0; }
    ._d2budqm { display: none; }
    ._uesyi { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --c19s2: 34px; --c20ph: 26px; --_ciu5oq: 60px 0; }
    ._w9mr9 { font-size: 32px; }
    ._qxcw0et { flex-direction: column; }
    ._qxcw0et ._tk4x1y { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    ._gvbocg0 { font-size: 44px; }
    .gallery-item img { height: 200px; }
}

._nle110k ._i59rl { color: #fff; }
._nle110k ._gbdp9g { color: var(--c14ek); }
._nle110k ._ydifun9 { color: rgba(255,255,255,0.55); }
._nle110k ._jd880u a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._nle110k ._jd880u 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(--c14ek) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
