

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #fff7e6;
    --bg-card: #ffffff;
    --bg-card-hover: #ffefcc;
    --text-primary: #4a2a00;
    --text-secondary: #4b5563;
    --text-muted: #9ca3af;
    --footer-dark-bg: #7c2d12;
    --border-color: #e5e7eb;
    --border-light: #d1d5db;

    --a14fg: #f59e0b;
    --a15pk: #f97316;
    --a16ye: #fb923c;
    --a1n0: linear-gradient(135deg, var(--a14fg), var(--a15pk));
    --a1n0-alt: linear-gradient(135deg, var(--a15pk), var(--a16ye));
    --accent-glow: 0 4px 14px rgba(245, 158, 11, 0.28);

    --a3cx: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    --a5f2: 'Inter', system-ui, sans-serif;

    --a19ny: 60px;
    --a20wf: 44px;
    --a21ku: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --a17au: 16px;
    --fs-small: 14px;

    --a18hn: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --a6h6: 10px;
    --a7q6: 14px;
    --a8l2: 20px;
    --a9vd: 28px;
    --a4q3: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --a10zy: 0 2px 8px rgba(0, 0, 0, 0.04);
    --a11mh: 0 4px 20px rgba(245, 158, 11, 0.08);
    --a12ep: 0 8px 32px rgba(245, 158, 11, 0.12);
    --a13n4: 0 16px 48px rgba(245, 158, 11, 0.16);

    --_ttfnls: 100px 0;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--a5f2);
    font-size: var(--a17au);
    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(--a14fg);
    transition: var(--transition);
}

a:hover { color: var(--a15pk); }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { list-style: none; padding: 0; margin: 0; }

::selection {
    background: var(--a14fg);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--a3cx);
    font-weight: var(--a18hn);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--a19ny); letter-spacing: -1px; }
h2 { font-size: var(--a20wf); letter-spacing: -0.5px; }
h3 { font-size: var(--a21ku); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--a14fg); }
.text-accent-2 { color: var(--a15pk); }
.text-dark { color: var(--text-primary); }
._vdtrhtk { color: var(--text-muted); }

._ttfnls { padding: var(--_ttfnls); position: relative; }
._ttfnls-sm { padding: 60px 0; }
._ttfnls-lg { padding: 140px 0; }
._ttfnls > .container { position: relative; z-index: 1; }

._k09mwxh { background-color: var(--bg-primary); }
._g1d17q { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--a1n0); }
.bg-gradient-subtle {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}
.bg-gradient-custom {
    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(._fonyvu5) { color: #fff; }
.bg-gradient-custom ._bs44k00 { color: #fff; }
.bg-gradient-custom ._xeac1 { color: rgba(255,255,255,0.7); }

._qfy3b {
    background: linear-gradient(135deg, #7c2d12, #9a3412);
    color: rgba(255, 255, 255, 0.7);
}
._qfy3b h1, ._qfy3b h2, ._qfy3b h3,
._qfy3b h4, ._qfy3b h5, ._qfy3b h6 { color: #fff; }
._qfy3b p, ._qfy3b li, ._qfy3b span:not(.badge) { color: rgba(255,255,255,0.7); }
._qfy3b a:not(._fonyvu5) { color: rgba(255,255,255,0.8); }
._qfy3b a:not(._fonyvu5):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; }

._ldkyq2 {
    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;
}

._ldkyq2.loaded { opacity: 0; visibility: hidden; }

._muhvtp {
    display: flex;
    gap: 10px;
}

._jb5e3 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    animation: _ldkyq2Bounce 1.4s ease-in-out infinite both;
}

._jb5e3:nth-child(1) { background: var(--a14fg); animation-delay: -0.32s; }
._jb5e3:nth-child(2) { background: var(--a15pk); animation-delay: -0.16s; }
._jb5e3:nth-child(3) { background: var(--a16ye); animation-delay: 0; }

@keyframes _ldkyq2Bounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

._fonyvu5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-size: var(--a17au);
    font-weight: var(--fw-semibold);
    border-radius: var(--a4q3);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

._ulxfmsx {
    background: var(--a1n0);
    color: #fff;
    box-shadow: var(--accent-glow);
}

._ulxfmsx:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.35);
    color: #fff;
}

._sjvmng4 {
    background: transparent;
    color: var(--a14fg);
    border: 2px solid var(--a14fg);
}

._sjvmng4:hover {
    background: var(--a14fg);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--a14fg);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover { color: var(--a15pk); }

.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._gqo8s {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
}

._gqo8s.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: var(--a10zy);
}

._cbs4940 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._bxn7u9w {
    font-family: var(--a3cx);
    font-size: 26px;
    font-weight: 800;
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

._bxn7u9w:hover {
    opacity: 0.9;
}

._j1dydi {
    display: flex;
    align-items: center;
    gap: 32px;
}

._j1dydi .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

._j1dydi .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--a1n0);
    transition: all 0.3s ease;
    border-radius: 2px;
    transform: translateX(-50%);
}

._j1dydi .nav-link:hover,
._j1dydi .nav-link.active { color: var(--a14fg); }

._j1dydi .nav-link:hover::after,
._j1dydi .nav-link.active::after { width: 100%; }

._gr9r0 { margin-left: 16px; }

._gjy9mt, ._hoi8bu { display: flex; align-items: center; gap: 32px; }
._gjy9mt .nav-link, ._hoi8bu .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
._gjy9mt .nav-link:hover, ._hoi8bu .nav-link:hover { color: var(--a14fg); }
._gjy9mt ~ ._j1dydi { display: none; }

._j1gjyq {
    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;
}

._j1gjyq ._niu9b {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

._j1gjyq.active ._niu9b:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._j1gjyq.active ._niu9b:nth-child(2) { opacity: 0; }
._j1gjyq.active ._niu9b:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

._zjpfj {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

._zjpfj .hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

._zjpfj ._mg95a {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(ellipse at top right, rgba(245, 158, 11, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at bottom left, rgba(249, 115, 22, 0.06) 0%, transparent 50%);
}

._pydr700 {
    position: relative;
    z-index: 2;
}

._f7ptc1y {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--a14fg);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(249, 115, 22, 0.1));
    border-radius: var(--a4q3);
    border: 1px solid rgba(245, 158, 11, 0.25);
}

._ru089 {
    font-size: var(--a19ny);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

._en1ol {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 40px;
    line-height: 1.6;
}

._g4l5re {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

._vwf4r05 {
    position: relative;
    z-index: 2;
}

._vwf4r05 img {
    border-radius: var(--a9vd);
    box-shadow: var(--a13n4);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.hero-shape-1 {
    width: 500px;
    height: 500px;
    background: var(--a14fg);
    top: -200px;
    right: -100px;
}

.hero-shape-2 {
    width: 400px;
    height: 400px;
    background: var(--a15pk);
    bottom: -100px;
    left: -100px;
}

._fzh6n {
    margin-bottom: 60px;
}

._qv4t80 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--a18hn);
    text-transform: uppercase;
    letter-spacing: 3px;
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

._fx0co {
    font-size: var(--a20wf);
    font-weight: var(--a18hn);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

._wr6mx {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

._fzh6n.text-center ._wr6mx {
    margin-left: auto;
    margin-right: auto;
}

._lcfrn {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a8l2);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a10zy);
    position: relative;
    overflow: hidden;
}

._lcfrn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--a1n0);
    opacity: 0;
    transition: opacity 0.3s ease;
}

._lcfrn:hover::before { opacity: 1; }

._lcfrn:hover {
    transform: translateY(-5px);
    box-shadow: var(--a12ep);
}

._lcfrn ._hq4eq91 {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a7q6);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(249, 115, 22, 0.1));
    color: var(--a14fg);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

._lcfrn:hover ._hq4eq91 {
    background: var(--a1n0);
    color: #fff;
    transform: scale(1.1);
}

._lcfrn ._l7dsu3s {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

._lcfrn ._atywjg6 {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._lcfrn-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a7q6);
    padding: 30px;
    transition: var(--transition);
    box-shadow: var(--a10zy);
}

._lcfrn-horizontal:hover {
    box-shadow: var(--a11mh);
    border-color: var(--a14fg);
    transform: translateY(-3px);
}

._lcfrn-horizontal ._hq4eq91 {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a6h6);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(249, 115, 22, 0.1));
    color: var(--a14fg);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--a9vd);
    overflow: hidden;
    box-shadow: var(--a13n4);
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--a9vd);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--a1n0);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--a7q6);
    text-align: center;
    box-shadow: var(--a12ep);
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--a18hn);
    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(--a14fg);
    font-size: 16px;
}

._a12pv {
    background: var(--bg-secondary);
}

._a12pv.bg-gradient-custom {
    background: var(--a1n0);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

._bs44k00 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.bg-gradient-custom ._bs44k00 { color: #fff; }
._bs44k00 { color: var(--text-primary); }

._bs44k00 .counter-suffix {
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

._xeac1 {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bg-gradient-custom ._xeac1 {
    color: rgba(255, 255, 255, 0.7);
}

._vqz3rx {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a8l2);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a10zy);
}

._vqz3rx:hover {
    transform: translateY(-8px);
    box-shadow: var(--a13n4);
}

._vqz3rx ._v8fj2 {
    position: relative;
    overflow: hidden;
    height: 220px;
}

._vqz3rx ._v8fj2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

._vqz3rx:hover ._v8fj2 img {
    transform: scale(1.08);
}

._vqz3rx ._v8fj2 .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--a1n0);
    color: #fff;
    padding: 6px 18px;
    border-radius: var(--a4q3);
    font-size: 12px;
    font-weight: var(--a18hn);
}

._vqz3rx .card-body { padding: 28px; }

._vqz3rx .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

._vqz3rx .card-title a { color: var(--text-primary); }
._vqz3rx .card-title a:hover { color: var(--a14fg); }

._vqz3rx .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

._vqz3rx .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

._vqz3rx .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--a18hn);
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

._vo6ak {
    text-align: center;
    transition: var(--transition);
}

._vo6ak:hover { transform: translateY(-5px); }

._vo6ak ._l2v8og {
    position: relative;
    overflow: hidden;
    border-radius: var(--a9vd);
    margin-bottom: 20px;
    box-shadow: var(--a11mh);
}

._vo6ak ._l2v8og img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

._vo6ak:hover ._l2v8og img { transform: scale(1.05); }

._vo6ak .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.7) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}

._vo6ak: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(--a14fg); }

._vo6ak ._xo9qub0 {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}

._vo6ak ._du7hbt3 {
    font-size: var(--fs-small);
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: var(--fw-medium);
}

._huq4zuv {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a8l2);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--a10zy);
    position: relative;
}

._huq4zuv::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--a1n0);
    border-radius: var(--a8l2) var(--a8l2) 0 0;
}

._huq4zuv:hover {
    box-shadow: var(--a12ep);
    transform: translateY(-3px);
}

._huq4zuv .quote-icon {
    font-size: 36px;
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

._huq4zuv ._lnjbv46 {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

._huq4zuv .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

._huq4zuv ._uychdyw {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(245, 158, 11, 0.25);
}

._huq4zuv ._k66wep {
    font-size: var(--a17au);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

._huq4zuv ._jl9l9fq {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

._huq4zuv .stars {
    color: #f59e0b;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--a8l2);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--a11mh);
}

.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(124, 45, 18, 0.9) 0%, rgba(124, 45, 18, 0.15) 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;
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: var(--a18hn);
}

.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(--a7q6) !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--a10zy);
}

.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(--a14fg);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._o55rt {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a9vd);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--a10zy);
    overflow: hidden;
}

._o55rt.featured {
    border-color: transparent;
    background: linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
                var(--a1n0) border-box;
    border: 2px solid transparent;
    box-shadow: var(--a12ep);
}

._o55rt.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    background: var(--a1n0);
    color: #fff;
    padding: 6px 24px;
    font-size: 12px;
    font-weight: var(--a18hn);
    border-radius: 0 0 var(--a6h6) var(--a6h6);
}

._o55rt:hover {
    transform: translateY(-8px);
    box-shadow: var(--a13n4);
}

._o55rt ._qraasau {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: var(--a18hn);
    margin-bottom: 16px;
}

._o55rt ._glwen4 {
    font-size: 56px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

._o55rt ._glwen4 .currency {
    font-size: 24px;
    vertical-align: top;
    background: var(--a1n0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

._o55rt .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

._o55rt ._khm9jxt {
    text-align: left;
    margin-bottom: 30px;
}

._o55rt ._khm9jxt 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);
}

._o55rt ._khm9jxt li:last-child { border-bottom: none; }
._o55rt ._khm9jxt li i { color: var(--a14fg); }
._o55rt ._khm9jxt li.disabled { opacity: 0.4; text-decoration: line-through; }

._nd7cam {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a8l2);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a10zy);
}

._nd7cam:hover {
    transform: translateY(-5px);
    box-shadow: var(--a12ep);
}

._nd7cam ._v8fj2 {
    height: 200px;
    overflow: hidden;
}

._nd7cam ._v8fj2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

._nd7cam:hover ._v8fj2 img { transform: scale(1.05); }

._nd7cam .card-body { padding: 24px; }

._nd7cam ._w4pfa {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

._nd7cam ._w4pfa i {
    margin-right: 4px;
    color: var(--a14fg);
}

._nd7cam .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}

._nd7cam .card-title a { color: var(--text-primary); }
._nd7cam .card-title a:hover { color: var(--a14fg); }

._g4s5xm9 {
    background: var(--a1n0);
    position: relative;
    overflow: hidden;
}

._g4s5xm9 .cta-content {
    position: relative;
    z-index: 2;
}

._g4s5xm9 ._jfaqwz3 {
    font-size: var(--a20wf);
    color: #fff;
    letter-spacing: -0.5px;
}

._g4s5xm9 ._r15o2v {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    max-width: 600px;
}

._g4s5xm9 p, ._g4s5xm9 li { color: rgba(255,255,255,0.85); }

._g4s5xm9 ._fonyvu5 {
    background: #fff;
    color: var(--a14fg);
    font-weight: var(--a18hn);
}

._g4s5xm9 ._fonyvu5:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

._g4s5xm9 .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 { width: 400px; height: 400px; top: -200px; right: -100px; }
.cta-shape-2 { width: 300px; height: 300px; bottom: -150px; left: -100px; }

.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(--a4q3);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--a17au);
}

.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--a14fg); box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-item ._e491f0 {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--a1n0);
    color: #fff;
    font-size: 24px;
    font-weight: var(--a18hn);
    margin: 0 auto 20px;
    box-shadow: var(--accent-glow);
}

.process-item ._hr55i5 {
    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(--a1n0);
    opacity: 0.3;
}

.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(--a18hn);
    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%); }
}

._nnjgpd {
    background: linear-gradient(135deg, #7c2d12, #9a3412);
    color: rgba(255, 255, 255, 0.6);
}

._nnjgpd h1, ._nnjgpd h2, ._nnjgpd h3,
._nnjgpd h4, ._nnjgpd h5 { color: #fff; }

._p8iqmkk ._bwqf5m {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

._p8iqmkk ._bwqf5m::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--a1n0);
    border-radius: 2px;
}

._p8iqmkk p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

._iwjkh8 a {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}

._iwjkh8 a:hover {
    color: #fff;
    padding-left: 5px;
}

._iwjkh8 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(--a15pk); margin-top: 4px; }

._xd9hn0 {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

._xd9hn0 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);
}

._xd9hn0 a:hover {
    background: var(--a1n0);
    border-color: transparent;
    color: #fff;
}

._d2i0c4 {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    margin-top: 60px;
}

._d2i0c4 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(--a14fg);
}

.policy-content h1 {
    font-size: var(--a20wf);
    font-weight: var(--a18hn);
    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(--a14fg);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

._m4z7but {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    background: var(--a1n0);
    color: #fff;
    border: none;
    border-radius: var(--a7q6);
    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(--accent-glow);
}

._m4z7but.visible { opacity: 1; visibility: visible; }
._m4z7but:hover { transform: translateY(-3px); }

._kmce2b .form-control {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--a6h6);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--a17au);
}

._kmce2b .form-control:focus {
    border-color: var(--a14fg);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
    background: var(--bg-primary);
    color: var(--text-primary);
}

._kmce2b .form-control::placeholder { color: var(--text-muted); }
._kmce2b textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; }
.swiper-pagination-bullet-active {
    background: var(--a1n0);
    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: var(--a6h6);
    color: var(--text-primary);
    box-shadow: var(--a10zy);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--a1n0);
    border-color: transparent;
    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); }
}

@keyframes floatLeftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}

.float-anim { animation: floatUpDown 3s ease-in-out infinite; }
.float-anim-2 { animation: floatLeftRight 4s ease-in-out infinite; }

@media (max-width: 1200px) {
    :root { --a19ny: 50px; --a20wf: 38px; }
}

@media (max-width: 992px) {
    :root {
        --a19ny: 40px; --a20wf: 32px; --a21ku: 26px;
        --_ttfnls: 80px 0;
    }

    ._j1dydi {
        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.25);
        transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
    }

    ._j1dydi.active {
        right: 0;
    }

    ._j1dydi .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;
    }

    ._j1dydi .nav-link:hover,
    ._j1dydi .nav-link.active {
        color: var(--a14fg) !important;
    }

    ._j1dydi .nav-link::after {
        display: none;
    }

    ._gr9r0 { display: none !important; }

    ._j1gjyq {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    ._t9vs7ch {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    ._t9vs7ch.active {
        opacity: 1;
        visibility: visible;
    }

    ._ru089 { font-size: var(--a19ny); }
    .process-item:not(:last-child)::after { display: none; }
    ._bs44k00 { font-size: 40px; }
}

@media (max-width: 768px) {
    :root {
        --a19ny: 34px; --a20wf: 28px; --a21ku: 22px; --fs-h4: 20px;
        --_ttfnls: 60px 0;
    }
    ._fzh6n { margin-bottom: 40px; }
    ._zjpfj { min-height: auto; padding: 140px 0 80px; }
    ._g4l5re { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._o55rt ._glwen4 { font-size: 40px; }
    ._d2i0c4 { text-align: center; }
}

@media (max-width: 576px) {
    :root {
        --a19ny: 28px; --a20wf: 24px; --a21ku: 20px;
        --_ttfnls: 50px 0;
    }
    ._huq4zuv { padding: 24px; }
    ._o55rt { padding: 28px; }
    ._lcfrn { padding: 28px 20px; }
}

._qfy3b ._f7ptc1y { color: #fff; }
._qfy3b ._qv4t80 { color: var(--a14fg); }
._qfy3b ._vdtrhtk { color: rgba(255,255,255,0.55); }
._qfy3b ._iwjkh8 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._qfy3b ._iwjkh8 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(--a14fg) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
