

:root {
    --bg-primary: #f8faf9;
    --bg-secondary: #eef4f1;
    --bg-card: #ffffff;
    --bg-card-hover: #f4f9f6;
    --text-primary: #1a2e28;
    --text-secondary: #4d6a5e;
    --text-muted: #8da79b;
    --footer-dark-bg: #1a2e28;
    --border-color: #d0e0d6;
    --border-light: #e2ede6;

    --y14gi: #1b9e6d;
    --y15ck: #2a7fc2;
    --y1o6: linear-gradient(135deg, var(--y14gi), var(--y15ck));
    --accent-glow: 0 6px 28px rgba(27, 158, 109, 0.18);

    --y3gp: 'Inter', 'Segoe UI', sans-serif;
    --y5dm: 'Inter', 'Segoe UI', sans-serif;

    --y19sl: 56px;
    --y20ol: 42px;
    --y21r7: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --y17iy: 16px;
    --fs-small: 14px;

    --y18e7: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --y6f5: 10px;
    --y7aj: 14px;
    --y8tj: 20px;
    --y9x2: 28px;
    --y4gp: 50px;

    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);

    --y10a6: 0 2px 8px rgba(26, 46, 40, 0.04);
    --y11rr: 0 6px 22px rgba(26, 46, 40, 0.06);
    --y12c1: 0 12px 40px rgba(26, 46, 40, 0.08);
    --y13ti: 0 20px 60px rgba(26, 46, 40, 0.10);

    --hhrmt4: 110px 0;
    --container-width: 1160px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--y5dm);
    font-size: var(--y17iy);
    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(--y14gi);
    transition: var(--transition);
}
a:hover { color: var(--y15ck); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--y14gi); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--y3gp);
    font-weight: var(--y18e7);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--y19sl); letter-spacing: -0.03em; }
h2 { font-size: var(--y20ol); letter-spacing: -0.02em; }
h3 { font-size: var(--y21r7); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--y1o6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--y14gi); }
.text-accent-2 { color: var(--y15ck); }
.text-dark { color: var(--text-primary); }
.widn2 { color: var(--text-muted); }

.hhrmt4 { padding: var(--hhrmt4); position: relative; }
.hhrmt4-sm { padding: 60px 0; }
.hhrmt4-lg { padding: 150px 0; }
.hhrmt4 > .container { position: relative; z-index: 1; }

.xxvk { background-color: var(--bg-primary); }
.bkvp { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--y1o6); 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 { color: rgba(255,255,255,0.85); }
.bg-gradient-custom a:not(.qgef) { color: #fff; }
.bg-gradient-custom .wwld { color: #fff; }
.bg-gradient-custom .bec5 { color: rgba(255,255,255,0.7); }

.gicby2 {
    background-color: #1a2e28;
    color: rgba(255,255,255,0.7);
}
.gicby2 h1, .gicby2 h2, .gicby2 h3,
.gicby2 h4, .gicby2 h5, .gicby2 h6 { color: #fff; }
.gicby2 p, .gicby2 li, .gicby2 span:not(.badge) { color: rgba(255,255,255,0.7); }
.gicby2 a:not(.qgef) { color: rgba(255,255,255,0.8); }
.gicby2 a:not(.qgef):hover { color: #fff; }

.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; }

.ptgg0 {
    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.6s ease, visibility 0.6s ease;
}
.ptgg0.loaded { opacity: 0; visibility: hidden; }
.qf8x { display: flex; gap: 8px; }
.bpbb {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--y14gi);
    animation: ptgg0Pulse 1.4s ease-in-out infinite both;
}
.bpbb:nth-child(1) { animation-delay: -0.3s; }
.bpbb:nth-child(2) { animation-delay: -0.15s; }
.bpbb:nth-child(3) { animation-delay: 0; }

@keyframes ptgg0Pulse {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.1); opacity: 1; }
}

.qgef {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-family: var(--y5dm);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--y4gp);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.tnd96p {
    background: var(--y1o6);
    color: #fff;
    box-shadow: 0 4px 18px rgba(27, 158, 109, 0.22);
}
.tnd96p:hover {
    color: #fff;
    box-shadow: 0 8px 28px rgba(27, 158, 109, 0.30);
    transform: translateY(-2px);
}

.cyza {
    background: transparent;
    color: var(--y14gi);
    border: 2px solid var(--y14gi);
}
.cyza:hover {
    background: var(--y14gi);
    color: #fff;
    border-color: var(--y14gi);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--y14gi);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--y17iy);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--y15ck);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}
.btn-link-custom:hover::after { transform: scaleX(1); transform-origin: left; }
.btn-link-custom:hover { color: var(--y15ck); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.gdgnn {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
.gdgnn.scrolled {
    background: rgba(248, 250, 249, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(26, 46, 40, 0.05);
}
.pert9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.akqsi {
    font-family: var(--y3gp);
    font-size: 26px;
    font-weight: var(--y18e7);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
.akqsi:hover { color: var(--text-primary); }

.vss0 { display: flex; align-items: center; gap: 32px; }

.vss0 .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.vss0 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--y14gi);
    border-radius: 2px;
    transition: width 0.35s ease;
}
.vss0 .nav-link:hover,
.vss0 .nav-link.active { color: var(--y14gi); }
.vss0 .nav-link:hover::after,
.vss0 .nav-link.active::after { width: 100%; }

.qhgm { margin-left: 12px; }

.zmtq, .wnxmx { display: flex; align-items: center; gap: 28px; }
.zmtq .nav-link, .wnxmx .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.zmtq .nav-link:hover, .wnxmx .nav-link:hover { color: var(--y14gi); }
.zmtq ~ .vss0 { display: none; }

.sa72 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

.sa72 .ws7ehn {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 4px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
}

.sa72.active .ws7ehn:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sa72.active .ws7ehn:nth-child(2) { opacity: 0; }
.sa72.active .ws7ehn:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ndnj3a {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}
.ndnj3a .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.08;
    filter: saturate(0.6);
}
.ndnj3a .wv6uc {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, var(--bg-primary) 0%, transparent 40%, transparent 60%, var(--bg-primary) 100%);
}
.qxuu { position: relative; z-index: 2; }

.uajz {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--y14gi);
    margin-bottom: 24px;
    padding: 8px 18px;
    background: rgba(27, 158, 109, 0.08);
    border-radius: var(--y4gp);
    border: 1px solid rgba(27, 158, 109, 0.12);
}
.uajz i { font-size: 14px; }

.fw9c8 {
    font-size: var(--y19sl);
    font-weight: var(--y18e7);
    line-height: 1.12;
    margin-bottom: 24px;
    color: var(--text-primary);
    letter-spacing: -0.03em;
}

.nft2qz {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.bs0on0 { display: flex; gap: 14px; flex-wrap: wrap; }

.roi9o { position: relative; z-index: 2; }
.roi9o img {
    border-radius: var(--y9x2);
    box-shadow: var(--y13ti);
}

.ndnj3a .hero-blob {
    position: absolute;
    width: 550px; height: 550px;
    background: radial-gradient(ellipse, rgba(27,158,109,0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    animation: blobPulse 10s ease-in-out infinite;
}

@keyframes blobPulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 1; }
}

.jazdd6 { margin-bottom: 60px; }

.yc8e {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--y14gi);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.yc8e i { font-size: 15px; }

.kji5 {
    font-size: var(--y20ol);
    font-weight: var(--y18e7);
    margin-bottom: 18px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.pkh0e4 {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}
.jazdd6.text-center .pkh0e4 {
    margin-left: auto;
    margin-right: auto;
}

.csjk2 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--y8tj);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--y10a6);
}
.csjk2:hover {
    box-shadow: var(--y12c1);
    transform: translateY(-6px);
    border-color: rgba(27, 158, 109, 0.2);
}

.csjk2 .px7yn {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--y7aj);
    background: rgba(27, 158, 109, 0.08);
    color: var(--y14gi);
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.csjk2:hover .px7yn {
    background: var(--y1o6);
    color: #fff;
    transform: scale(1.08);
}

.csjk2 .xqjk {
    font-family: var(--y3gp);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.csjk2 .wmfp4r {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.csjk2-horizontal {
    display: flex;
    gap: 18px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--y7aj);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--y10a6);
}
.csjk2-horizontal:hover { box-shadow: var(--y11rr); transform: translateY(-3px); border-color: rgba(27,158,109,0.2); }
.csjk2-horizontal .px7yn {
    flex-shrink: 0;
    width: 50px; height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--y7aj);
    background: rgba(27, 158, 109, 0.08);
    color: var(--y14gi);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--y9x2);
    overflow: hidden;
    box-shadow: var(--y12c1);
}
.about-section .about-image img { width: 100%; border-radius: var(--y9x2); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--y1o6);
    color: #fff;
    padding: 18px 22px;
    border-radius: var(--y8tj);
    text-align: center;
    box-shadow: 0 4px 18px rgba(27,158,109,0.25);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--y3gp);
    font-size: 38px;
    line-height: 1;
    font-weight: var(--y18e7);
}
.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: 14px;
    padding: 12px 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--y14gi); font-size: 14px; }

.svbz {
    background: var(--y1o6);
    color: #fff;
    border-radius: var(--y9x2);
}
.counter-item { text-align: center; padding: 24px; }
.wwld {
    font-family: var(--y3gp);
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--y18e7);
}
.wwld .counter-suffix { color: rgba(255,255,255,0.8); }
.bec5 {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
}

.ivo680 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--y8tj);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--y10a6);
}
.ivo680:hover {
    transform: translateY(-8px);
    box-shadow: var(--y12c1);
    border-color: rgba(27,158,109,0.2);
}
.ivo680 .bwvu {
    position: relative;
    overflow: hidden;
    height: 230px;
}
.ivo680 .bwvu img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.ivo680:hover .bwvu img { transform: scale(1.06); }
.ivo680 .bwvu .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--y1o6);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--y4gp);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
.ivo680 .card-body { padding: 26px; }
.ivo680 .card-title {
    font-family: var(--y3gp);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
.ivo680 .card-title a { color: var(--text-primary); }
.ivo680 .card-title a:hover { color: var(--y14gi); }
.ivo680 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
.ivo680 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--border-light);
}
.ivo680 .card-price {
    font-family: var(--y3gp);
    font-size: var(--fs-h5);
    color: var(--y14gi);
    font-weight: var(--y18e7);
}

.ldz8 { text-align: center; transition: var(--transition); }
.ldz8:hover { transform: translateY(-5px); }
.ldz8 .sol5 {
    position: relative;
    overflow: hidden;
    border-radius: var(--y9x2);
    margin-bottom: 20px;
}
.ldz8 .sol5 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.ldz8:hover .sol5 img { transform: scale(1.05); }
.ldz8 .team-social {
    position: absolute;
    bottom: -60px; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(26,46,40,0.6) 0%, transparent 100%);
    transition: bottom 0.4s ease;
}
.ldz8:hover .team-social { bottom: 0; }
.team-social a {
    width: 36px; height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--y14gi); }
.ldz8 .gjcme {
    font-family: var(--y3gp);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
}
.ldz8 .wt0a8 {
    font-size: var(--fs-small);
    color: var(--y14gi);
}

.rb1bg {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--y8tj);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--y10a6);
    position: relative;
}
.rb1bg:hover { box-shadow: var(--y11rr); transform: translateY(-4px); border-color: rgba(27,158,109,0.2); }
.rb1bg .quote-icon {
    font-size: 44px;
    color: var(--y14gi);
    margin-bottom: 12px;
    opacity: 0.18;
    line-height: 1;
}
.rb1bg .trurn {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
.rb1bg .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.rb1bg .kyvbt {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--bg-secondary);
}
.rb1bg .hn55k {
    font-size: var(--y17iy);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
.rb1bg .scdscw {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
.rb1bg .stars { color: var(--y15ck); margin-bottom: 12px; }

.rb1bg::before {
    content: '☀️';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--y8tj);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--y10a6);
}
.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-item .portfolio-overlay { color: #fff;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(0deg, rgba(26,46,40,0.8) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--y15ck);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--y3gp);
    font-size: var(--fs-h4);
    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-light) !important;
    border-radius: var(--y7aj) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--y3gp);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    padding: 20px 24px;
    box-shadow: none;
    border: none;
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(27, 158, 109, 0.04);
    color: var(--y14gi);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.jkvpr8 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--y8tj);
    padding: 38px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--y10a6);
}
.jkvpr8.featured {
    background: var(--y1o6);
    color: #fff;
    border: none;
    box-shadow: var(--accent-glow);
}
.jkvpr8.featured .iwgep,
.jkvpr8.featured .plan-period,
.jkvpr8.featured .nhl1 li { color: rgba(255,255,255,0.85); }
.jkvpr8.featured .ifzz2u { color: #fff; }
.jkvpr8.featured .nhl1 li i { color: rgba(255,255,255,0.9); }
.jkvpr8.featured .qgef { background: #fff; color: var(--y14gi); }
.jkvpr8.featured .qgef:hover { background: var(--bg-secondary); }

.jkvpr8:hover {
    transform: translateY(-6px);
    box-shadow: var(--y12c1);
}
.jkvpr8 .iwgep {
    font-size: var(--fs-small);
    color: var(--y14gi);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
.jkvpr8 .ifzz2u {
    font-family: var(--y3gp);
    font-size: 48px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--y18e7);
}
.jkvpr8 .ifzz2u .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--y14gi);
}
.jkvpr8 .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
.jkvpr8 .nhl1 { text-align: left; margin-bottom: 30px; }
.jkvpr8 .nhl1 li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-secondary);
    font-size: var(--fs-small);
}
.jkvpr8 .nhl1 li:last-child { border-bottom: none; }
.jkvpr8 .nhl1 li i { color: var(--y14gi); }
.jkvpr8 .nhl1 li.disabled { opacity: 0.4; text-decoration: line-through; }

.rqtz {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--y8tj);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--y10a6);
}
.rqtz:hover { transform: translateY(-5px); box-shadow: var(--y12c1); border-color: rgba(27,158,109,0.2); }
.rqtz .bwvu { height: 210px; overflow: hidden; }
.rqtz .bwvu img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.rqtz:hover .bwvu img { transform: scale(1.06); }
.rqtz .card-body { padding: 24px; }
.rqtz .txcn {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.rqtz .txcn i { margin-right: 4px; color: var(--y14gi); }
.rqtz .card-title {
    font-family: var(--y3gp);
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
}
.rqtz .card-title a { color: var(--text-primary); }
.rqtz .card-title a:hover { color: var(--y14gi); }

.cpit {
    background: var(--y1o6);
    position: relative;
    overflow: hidden;
    border-radius: var(--y9x2);
}
.cpit .cta-content { position: relative; z-index: 2; }
.cpit .xc7o { font-size: var(--y20ol); color: #fff; }
.cpit .def1e { color: rgba(255,255,255,0.8); font-size: 17px; max-width: 520px; }
.cpit p, .cpit li { color: rgba(255,255,255,0.8); }
.cpit .qgef { background: #fff; color: var(--y14gi); border: none; }
.cpit .qgef:hover { background: var(--bg-secondary); transform: translateY(-2px); }
.cpit .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
    z-index: 0;
}
.cta-shape-1 { width: 350px; height: 350px; top: -150px; right: -80px; }
.cta-shape-2 { width: 220px; height: 220px; bottom: -90px; left: -50px; }

.newsletter-form { display: flex; gap: 12px; max-width: 460px; }
.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--y4gp);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--y5dm);
    font-size: var(--y17iy);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--y14gi); box-shadow: 0 0 0 3px rgba(27,158,109,0.08); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item .sjtvq {
    width: 58px; height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(27, 158, 109, 0.08);
    color: var(--y14gi);
    font-family: var(--y3gp);
    font-size: 22px;
    font-weight: var(--y18e7);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover .sjtvq {
    background: var(--y1o6);
    color: #fff;
}
.process-item .rpvi44 {
    font-family: var(--y3gp);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    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: 24px; right: -16px;
    color: var(--y14gi);
    font-size: 22px;
    opacity: 0.5;
}

.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: 60px;
    font-weight: var(--y18e7);
    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%); }
}

.qj1s {
    background: #1a2e28;
    color: rgba(255,255,255,0.6);
}
.qj1s h1, .qj1s h2, .qj1s h3,
.qj1s h4, .qj1s h5 { color: #fff; }

.hz7qv .qpzhz6 {
    font-family: var(--y3gp);
    font-size: 17px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-weight: var(--fw-semibold);
}
.hz7qv .qpzhz6::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--y14gi);
    border-radius: 2px;
}
.hz7qv p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
.wdl0 a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
.wdl0 a:hover { color: var(--y14gi); padding-left: 5px; }
.wdl0 li { margin-bottom: 10px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 16px; color: rgba(255,255,255,0.45); font-size: var(--fs-small);
}
.footer-contact li i { color: var(--y14gi); margin-top: 4px; }
.bn4l { display: flex; gap: 10px; margin-top: 20px; }
.bn4l a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
.bn4l a:hover { background: var(--y14gi); color: #fff; }
.gybw { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
.gybw p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); }

.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.3); text-decoration: none; transition: color 0.3s; }
.footer-policy a:hover { color: var(--y14gi); }

.policy-content h1 { font-size: var(--y20ol); margin-bottom: 24px; }
.policy-content h2 { font-size: var(--fs-h4); margin-top: 32px; margin-bottom: 16px; }
.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(--y14gi); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

.xzwu9 {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 44px; height: 44px;
    background: var(--y1o6);
    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: 0 4px 14px rgba(27,158,109,0.25);
}
.xzwu9.visible { opacity: 1; visibility: visible; }
.xzwu9:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(27,158,109,0.35); }

.lmov .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--y7aj);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--y5dm);
    font-size: var(--y17iy);
}
.lmov .form-control:focus {
    border-color: var(--y14gi);
    box-shadow: 0 0 0 3px rgba(27, 158, 109, 0.08);
    background: var(--bg-card);
    color: var(--text-primary);
}
.lmov .form-control::placeholder { color: var(--text-muted); }
.lmov textarea.form-control { min-height: 120px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-color); opacity: 1; width: 10px; height: 10px; }
.swiper-pagination-bullet-active { background: var(--y14gi); width: 24px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border-radius: 50%;
    color: var(--text-primary);
    box-shadow: var(--y10a6);
    border: 1px solid var(--border-light);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--y14gi); color: #fff; border-color: var(--y14gi); }

.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(-10px); }
}
.float-anim { animation: floatUpDown 5s ease-in-out infinite; }

@media (max-width: 1200px) { :root { --y19sl: 46px; --y20ol: 36px; } }

@media (max-width: 992px) {
    :root { --y19sl: 38px; --y20ol: 32px; --y21r7: 24px; --hhrmt4: 80px 0; }
    .vss0 {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(300px, 80vw);
        height: 100vh;
        background: var(--bg-primary);
        padding: 90px 28px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
        box-shadow: -10px 0 40px rgba(0,0,0,0.08);
    }
    .vss0.active { right: 0; }
    .vss0 .nav-link {
        display: block !important;
        font-size: 16px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-light); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    .vss0 .nav-link:hover, .vss0 .nav-link.active { color: var(--y14gi) !important; }
    .vss0 .nav-link::after { display: none; }
    .qhgm { display: none !important; }
    .sa72 {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    .riwl {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.2);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .riwl.active { opacity: 1; visibility: visible; }
    .fw9c8 { font-size: var(--y19sl); }
    .process-item:not(:last-child)::after { display: none; }
    .wwld { font-size: 36px; }
    .cpit { border-radius: var(--y8tj); }
}

@media (max-width: 768px) {
    :root { --y19sl: 32px; --y20ol: 26px; --y21r7: 22px; --fs-h4: 20px; --hhrmt4: 60px 0; }
    .jazdd6 { margin-bottom: 36px; }
    .ndnj3a { min-height: auto; padding: 130px 0 70px; }
    .bs0on0 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .jkvpr8 .ifzz2u { font-size: 36px; }
    .gybw { text-align: center; }
}

@media (max-width: 576px) {
    :root { --y19sl: 28px; --y20ol: 22px; --y21r7: 19px; --hhrmt4: 44px 0; }
    .rb1bg { padding: 24px; }
    .jkvpr8 { padding: 24px; }
    .csjk2 { padding: 24px 18px; }
    .svbz { border-radius: var(--y7aj); }
}

.gicby2 .uajz { color: #fff; }
.gicby2 .yc8e { color: var(--y14gi); }
.gicby2 .widn2 { color: rgba(255,255,255,0.55); }
.gicby2 .wdl0 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.gicby2 .wdl0 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(--y14gi) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
