

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #f7f8fc;
    --bg-card: #ffffff;
    --bg-card-hover: #f0f2ff;
    --text-primary: #1a1a2e;
    --text-secondary: #555770;
    --text-muted: #8b8da3;
    --footer-dark-bg: #1a1a2e;
    --border-color: #e8e9f0;
    --border-light: #d0d2e0;

    --a14yl: #2563eb;
    --a15gq: #0891b2;
    --a1np: linear-gradient(135deg, var(--a14yl), var(--a15gq));
    --accent-glow: 0 4px 14px rgba(37, 99, 235, 0.2);

    --a3u8: 'Inter', system-ui, sans-serif;
    --a5t5: 'Inter', system-ui, sans-serif;

    --a19yb: 56px;
    --a20hp: 42px;
    --a21nj: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --a17xm: 16px;
    --fs-small: 14px;

    --a185j: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --a6t9: 8px;
    --a77h: 12px;
    --a83d: 16px;
    --a9tm: 24px;
    --a43q: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --a109q: 0 2px 8px rgba(0, 0, 0, 0.04);
    --a11yo: 0 4px 16px rgba(0, 0, 0, 0.06);
    --a12ci: 0 8px 32px rgba(0, 0, 0, 0.08);
    --a13xz: 0 16px 48px rgba(0, 0, 0, 0.1);

    --_zk9byc: 100px 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(--a5t5);
    font-size: var(--a17xm);
    font-weight: var(--fw-regular);
    line-height: 1.7;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: var(--a14yl);
    transition: var(--transition);
}

a:hover {
    color: var(--a15gq);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

::selection {
    background: var(--a14yl);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--a3u8);
    font-weight: var(--a185j);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--a19yb); }
h2 { font-size: var(--a20hp); }
h3 { font-size: var(--a21nj); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--a1np);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--a14yl); }
.text-accent-2 { color: var(--a15gq); }
.text-dark { color: var(--text-primary); }
._aipwlpr { color: var(--text-muted); }

._zk9byc { padding: var(--_zk9byc); position: relative; }
._zk9byc-sm { padding: 60px 0; }
._zk9byc-lg { padding: 140px 0; }
._zk9byc > .container { position: relative; z-index: 1; }

._bwggry { background-color: var(--bg-primary); }
._e3b97z { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom {
    background: var(--a1np);
    color: #fff;
}
.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,
.bg-gradient-custom ._4dybpo { color: rgba(255,255,255,0.8); }
.bg-gradient-custom a:not(._qjltco) { color: #fff; }
.bg-gradient-custom ._wpiklx1 { color: #fff; }

._3xc9o {
    background-color: var(--text-primary);
    color: rgba(255, 255, 255, 0.7);
}
._3xc9o h1, ._3xc9o h2, ._3xc9o h3,
._3xc9o h4, ._3xc9o h5, ._3xc9o h6 { color: #fff; }
._3xc9o p, ._3xc9o li, ._3xc9o span:not(.badge) { color: rgba(255,255,255,0.7); }
._3xc9o a:not(._qjltco) { color: rgba(255,255,255,0.8); }
._3xc9o a:not(._qjltco):hover { color: #fff; }
._3xc9o ._syged { color: rgba(255,255,255,0.6); }

.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; }
.mb-80 { margin-bottom: 80px; }

.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; }

._rg583 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

._rg583.loaded {
    opacity: 0;
    visibility: hidden;
}

._m85t8ip {
    display: flex;
    gap: 8px;
}

._6fyjm34 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--a14yl);
    animation: _rg583Bounce 1.4s ease-in-out infinite both;
}

._6fyjm34:nth-child(1) { animation-delay: -0.32s; }
._6fyjm34:nth-child(2) { animation-delay: -0.16s; }
._6fyjm34:nth-child(3) { animation-delay: 0; }

@keyframes _rg583Bounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

._qjltco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: var(--a17xm);
    font-weight: var(--fw-semibold);
    border-radius: var(--a43q);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

._wcrpgpc {
    background: var(--a14yl);
    color: #fff;
    box-shadow: var(--accent-glow);
}

._wcrpgpc:hover {
    background: var(--a15gq);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
    color: #fff;
}

._86fd4zx {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-light);
}

._86fd4zx:hover {
    border-color: var(--a14yl);
    color: var(--a14yl);
    background: rgba(37, 99, 235, 0.04);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--a14yl);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover {
    color: var(--a15gq);
}

.btn-link-custom i {
    transition: transform 0.3s ease;
}

.btn-link-custom:hover i {
    transform: translateX(5px);
}

._q7tjy2s {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}

._q7tjy2s.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: var(--a109q);
}

._h6617a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._jc438 {
    font-size: 24px;
    font-weight: var(--a185j);
    color: var(--text-primary);
}

._jc438:hover {
    color: var(--text-primary);
}

._6xwodpr {
    display: flex;
    align-items: center;
    gap: 32px;
}

._6xwodpr .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

._6xwodpr .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--a14yl);
    transition: width 0.3s ease;
    border-radius: 2px;
}

._6xwodpr .nav-link:hover,
._6xwodpr .nav-link.active {
    color: var(--a14yl);
}

._6xwodpr .nav-link:hover::after,
._6xwodpr .nav-link.active::after {
    width: 100%;
}

._5343x {
    margin-left: 16px;
}

._bz6r2fk, ._mjyvl6p {
    display: flex;
    align-items: center;
    gap: 32px;
}
._bz6r2fk .nav-link, ._mjyvl6p .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}
._bz6r2fk .nav-link:hover, ._mjyvl6p .nav-link:hover { color: var(--a14yl); }

._bz6r2fk ~ ._6xwodpr { display: none; }

._singn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 6px;
}

._singn ._1jz87 {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

._singn.active ._1jz87:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._singn.active ._1jz87:nth-child(2) { opacity: 0; }
._singn.active ._1jz87:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

._lsb31pb {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

._lsb31pb .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

._lsb31pb ._kli8p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--bg-secondary) 0%, transparent 40%, transparent 60%, var(--bg-secondary) 100%);
}

._2xvok {
    position: relative;
    z-index: 2;
}

._oqc24lv {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--a14yl);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(37, 99, 235, 0.06);
    border-radius: var(--a43q);
}

._qectl {
    font-size: var(--a19yb);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
}

._whcd85e {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
}

._bp7i6 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

._a6vtt6e {
    position: relative;
    z-index: 2;
}

._a6vtt6e img {
    border-radius: var(--a83d);
    box-shadow: var(--a13xz);
}

._f34px9 {
    margin-bottom: 60px;
}

._z5pbbw {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--a14yl);
    margin-bottom: 16px;
}

._gyh59b {
    font-size: var(--a20hp);
    font-weight: var(--a185j);
    margin-bottom: 16px;
    color: var(--text-primary);
}

._yh6gr1 {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

._f34px9.text-center ._yh6gr1 {
    margin-left: auto;
    margin-right: auto;
}

._iss23vf {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a77h);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a109q);
}

._iss23vf:hover {
    transform: translateY(-5px);
    box-shadow: var(--a12ci);
    border-color: var(--a14yl);
}

._iss23vf ._bsg3d {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a77h);
    background: rgba(37, 99, 235, 0.08);
    color: var(--a14yl);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

._iss23vf:hover ._bsg3d {
    background: var(--a14yl);
    color: #fff;
}

._iss23vf ._gpuml2 {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

._iss23vf ._qbhz0n {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._iss23vf-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a77h);
    padding: 30px;
    transition: var(--transition);
    box-shadow: var(--a109q);
}

._iss23vf-horizontal:hover {
    box-shadow: var(--a11yo);
    border-color: var(--a14yl);
}

._iss23vf-horizontal ._bsg3d {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a6t9);
    background: rgba(37, 99, 235, 0.08);
    color: var(--a14yl);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--a83d);
    overflow: hidden;
    box-shadow: var(--a12ci);
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--a83d);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--a14yl);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--a77h);
    text-align: center;
    box-shadow: var(--a11yo);
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--a185j);
    line-height: 1;
}

.experience-badge .badge-text {
    font-size: var(--fs-small);
    opacity: 0.9;
}

.about-list {
    margin-top: 20px;
}

.about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: var(--text-secondary);
}

.about-list li i {
    color: var(--a14yl);
    font-size: 16px;
}

._y10yhm {
    background: var(--bg-secondary);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

._wpiklx1 {
    font-size: 48px;
    font-weight: var(--a185j);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

._wpiklx1 .counter-suffix {
    color: var(--a14yl);
}

._4dybpo {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

._nntr0 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a77h);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a109q);
}

._nntr0:hover {
    transform: translateY(-8px);
    box-shadow: var(--a13xz);
}

._nntr0 ._519wwub {
    position: relative;
    overflow: hidden;
    height: 220px;
}

._nntr0 ._519wwub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

._nntr0:hover ._519wwub img {
    transform: scale(1.05);
}

._nntr0 ._519wwub .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--a14yl);
    color: #fff;
    padding: 4px 16px;
    border-radius: var(--a43q);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}

._nntr0 .card-body {
    padding: 28px;
}

._nntr0 .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

._nntr0 .card-title a {
    color: var(--text-primary);
}

._nntr0 .card-title a:hover {
    color: var(--a14yl);
}

._nntr0 .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

._nntr0 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

._nntr0 .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--a185j);
    color: var(--a14yl);
}

._2gdd5k {
    text-align: center;
    transition: var(--transition);
}

._2gdd5k:hover {
    transform: translateY(-5px);
}

._2gdd5k ._man9d24 {
    position: relative;
    overflow: hidden;
    border-radius: var(--a83d);
    margin-bottom: 20px;
    box-shadow: var(--a11yo);
}

._2gdd5k ._man9d24 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

._2gdd5k:hover ._man9d24 img {
    transform: scale(1.05);
}

._2gdd5k .team-social {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}

._2gdd5k:hover .team-social {
    bottom: 0;
}

.team-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: var(--transition);
}

.team-social a:hover {
    background: var(--a14yl);
}

._2gdd5k ._i6tv96m {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}

._2gdd5k ._7t5bmx {
    font-size: var(--fs-small);
    color: var(--a14yl);
}

._chhhx9 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a77h);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--a109q);
}

._chhhx9:hover {
    box-shadow: var(--a11yo);
}

._chhhx9 .quote-icon {
    font-size: 32px;
    color: var(--a14yl);
    margin-bottom: 20px;
    opacity: 0.3;
}

._chhhx9 ._ie1rd7v {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-style: italic;
}

._chhhx9 .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

._chhhx9 ._axkf54k {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

._chhhx9 ._ti331 {
    font-size: var(--a17xm);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

._chhhx9 ._33ps3 {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

._chhhx9 .stars {
    color: #f59e0b;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--a77h);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--a109q);
}

.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay { color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(26, 26, 46, 0.9) 0%, rgba(26, 26, 46, 0.2) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--a15gq);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.portfolio-overlay .portfolio-title {
    font-size: var(--fs-h5);
    color: #fff;
    margin-bottom: 0;
}
.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);
    border-radius: var(--a77h) !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--a109q);
}

.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 18px;
    font-weight: var(--fw-semibold);
    padding: 20px 28px;
    box-shadow: none;
    border: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--bg-card-hover);
    color: var(--a14yl);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._f09i2e {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a83d);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--a109q);
}

._f09i2e.featured {
    border-color: var(--a14yl);
    box-shadow: var(--a12ci);
}

._f09i2e.featured::before {
    content: 'Popular';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--a14yl);
    color: #fff;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    border-radius: 0 0 var(--a6t9) var(--a6t9);
}

._f09i2e:hover {
    transform: translateY(-5px);
    box-shadow: var(--a12ci);
}

._f09i2e ._gqv8xla {
    font-size: var(--fs-h5);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

._f09i2e ._ickz4dm {
    font-size: 56px;
    font-weight: var(--a185j);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

._f09i2e ._ickz4dm .currency {
    font-size: 24px;
    vertical-align: top;
    color: var(--a14yl);
}

._f09i2e .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

._f09i2e ._rdhdk0 {
    text-align: left;
    margin-bottom: 30px;
}

._f09i2e ._rdhdk0 li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: var(--fs-small);
}

._f09i2e ._rdhdk0 li:last-child { border-bottom: none; }

._f09i2e ._rdhdk0 li i {
    color: var(--a14yl);
}

._f09i2e ._rdhdk0 li.disabled {
    opacity: 0.4;
    text-decoration: line-through;
}

._etf774x {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a77h);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a109q);
}

._etf774x:hover {
    transform: translateY(-5px);
    box-shadow: var(--a12ci);
}

._etf774x ._519wwub {
    height: 200px;
    overflow: hidden;
}

._etf774x ._519wwub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

._etf774x:hover ._519wwub img {
    transform: scale(1.05);
}

._etf774x .card-body {
    padding: 24px;
}

._etf774x ._q4ny69k {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

._etf774x ._q4ny69k i {
    margin-right: 4px;
    color: var(--a14yl);
}

._etf774x .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}

._etf774x .card-title a { color: var(--text-primary); }
._etf774x .card-title a:hover { color: var(--a14yl); }

._e63jha9 {
    background: var(--a14yl);
    position: relative;
    overflow: hidden;
}

._e63jha9 .cta-content {
    position: relative;
    z-index: 2;
}

._e63jha9 ._90mil {
    font-size: var(--a20hp);
    color: #fff;
}

._e63jha9 ._5jw5ceu {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 600px;
}

._e63jha9 p, ._e63jha9 li { color: rgba(255,255,255,0.8); }

._e63jha9 ._qjltco {
    background: #fff;
    color: var(--a14yl);
}

._e63jha9 ._qjltco:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

._e63jha9 .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 { width: 300px; height: 300px; top: -150px; right: -50px; }
.cta-shape-2 { width: 200px; height: 200px; bottom: -100px; left: -50px; }

.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 500px;
}

.newsletter-form input {
    flex: 1;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--a43q);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--a17xm);
}

.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--a14yl); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-item ._5ohu42j {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.08);
    color: var(--a14yl);
    font-size: 24px;
    font-weight: var(--a185j);
    margin: 0 auto 20px;
    border: 2px solid var(--a14yl);
}

.process-item ._53osme {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.process-item .step-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
}

.process-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    right: -20px;
    width: 40px;
    height: 2px;
    background: var(--border-color);
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 64px;
    font-weight: var(--a185j);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

._46z0f {
    background: var(--text-primary);
    color: rgba(255, 255, 255, 0.6);
}

._46z0f h1, ._46z0f h2, ._46z0f h3,
._46z0f h4, ._46z0f h5 { color: #fff; }

._oxa11av ._dgsjndo {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

._oxa11av ._dgsjndo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--a14yl);
}

._oxa11av p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

._ijmy9t a {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}

._ijmy9t a:hover {
    color: var(--a14yl);
    padding-left: 5px;
}

._ijmy9t li { margin-bottom: 10px; }

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.footer-contact li i { color: var(--a14yl); margin-top: 4px; }

._ug80m {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

._ug80m a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
    transition: var(--transition);
}

._ug80m a:hover {
    background: var(--a14yl);
    border-color: var(--a14yl);
    color: #fff;
}

._y4slix {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    margin-top: 60px;
}

._y4slix p {
    margin: 0;
    font-size: var(--fs-small);
    color: rgba(255, 255, 255, 0.4);
}

.footer-policy {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.footer-policy a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-policy a:hover {
    color: var(--a14yl);
}

.policy-content h1 {
    font-size: var(--a20hp);
    font-weight: var(--a185j);
    margin-bottom: 24px;
    color: var(--text-primary);
}

.policy-content h2 {
    font-size: var(--fs-h4);
    font-weight: var(--fw-semibold);
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.policy-content p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 16px;
}

.policy-content ul, .policy-content ol {
    color: var(--text-secondary);
    padding-left: 24px;
    margin-bottom: 16px;
}

.policy-content li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.policy-content a {
    color: var(--a14yl);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

._zbaw620 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: var(--a14yl);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--a11yo);
}

._zbaw620.visible { opacity: 1; visibility: visible; }
._zbaw620:hover { transform: translateY(-3px); }

._t62n4g6 .form-control {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--a6t9);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--a17xm);
}

._t62n4g6 .form-control:focus {
    border-color: var(--a14yl);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
    background: var(--bg-primary);
    color: var(--text-primary);
}

._t62n4g6 .form-control::placeholder { color: var(--text-muted); }
._t62n4g6 textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; }
.swiper-pagination-bullet-active {
    background: var(--a14yl);
    width: 24px;
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--text-primary);
    box-shadow: var(--a109q);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--a14yl);
    border-color: var(--a14yl);
    color: #fff;
}

.wow-ready .wow { visibility: hidden; }
.wow.animated { visibility: visible; }

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.float-anim { animation: floatUpDown 3s ease-in-out infinite; }

@media (max-width: 1200px) {
    :root { --a19yb: 48px; --a20hp: 36px; }
}

@media (max-width: 992px) {
    :root {
        --a19yb: 40px; --a20hp: 32px; --a21nj: 26px;
        --_zk9byc: 80px 0;
    }

    ._6xwodpr {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-body);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        box-shadow: -4px 0 30px rgba(0,0,0,0.12);
        transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
    }

    ._6xwodpr.active {
        right: 0;
    }

    ._6xwodpr .nav-link {
        display: block !important;
        font-size: 18px !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
        text-transform: none;
        letter-spacing: 0;
        color: var(--text-primary) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    ._6xwodpr .nav-link:hover,
    ._6xwodpr .nav-link.active {
        color: var(--a14yl) !important;
    }

    ._6xwodpr .nav-link::after {
        display: none;
    }

    ._5343x { display: none !important; }

    ._singn {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    ._owmrk {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    ._owmrk.active {
        opacity: 1;
        visibility: visible;
    }

    ._qectl { font-size: var(--a19yb); }
    .process-item:not(:last-child)::after { display: none; }
    ._wpiklx1 { font-size: 36px; }
}

@media (max-width: 768px) {
    :root {
        --a19yb: 34px; --a20hp: 28px; --a21nj: 22px; --fs-h4: 20px;
        --_zk9byc: 60px 0;
    }
    ._f34px9 { margin-bottom: 40px; }
    ._lsb31pb { min-height: auto; padding: 140px 0 80px; }
    ._bp7i6 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._f09i2e ._ickz4dm { font-size: 40px; }
    ._y4slix { text-align: center; }
}

@media (max-width: 576px) {
    :root {
        --a19yb: 28px; --a20hp: 24px; --a21nj: 20px;
        --_zk9byc: 50px 0;
    }
    ._chhhx9 { padding: 24px; }
    ._f09i2e { padding: 28px; }
    ._iss23vf { padding: 28px 20px; }
}

._3xc9o ._oqc24lv { color: #fff; }
._3xc9o ._z5pbbw { color: var(--a14yl); }
._3xc9o ._aipwlpr { color: rgba(255,255,255,0.55); }
._3xc9o ._ijmy9t a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._3xc9o ._ijmy9t 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(--a14yl) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
