

:root {
    --bg-primary: #faf9f6;
    --bg-secondary: #f3f0eb;
    --bg-card: #ffffff;
    --bg-card-hover: #fffdf8;
    --text-primary: #1c1c1c;
    --text-secondary: #555555;
    --text-muted: #999999;
    --footer-dark-bg: #1c1c1c;
    --border-color: #e0dcd5;
    --border-light: #c9c3b8;

    --d14m6: #b08d57;
    --d15wl: #8b6f3a;
    --d1f1: linear-gradient(135deg, var(--d14m6), var(--d15wl));
    --accent-glow: 0 4px 20px rgba(176, 141, 87, 0.15);

    --d3sk: 'Playfair Display', 'Georgia', serif;
    --d5vx: 'Cormorant Garamond', 'Georgia', serif;

    --d19s4: 62px;
    --d20ml: 46px;
    --d21zc: 32px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --d17d0: 17px;
    --fs-small: 14px;

    --d18mx: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --d6zn: 2px;
    --d7qu: 4px;
    --d8mr: 6px;
    --d9at: 8px;
    --d4c2: 50px;

    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    --d10vc: 0 2px 10px rgba(0, 0, 0, 0.03);
    --d11jt: 0 4px 20px rgba(0, 0, 0, 0.05);
    --d12h8: 0 8px 40px rgba(0, 0, 0, 0.07);
    --d13j2: 0 16px 60px rgba(0, 0, 0, 0.09);

    --_w2x1jbj: 120px 0;
    --container-width: 1100px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--d5vx);
    font-size: var(--d17d0);
    font-weight: var(--fw-regular);
    line-height: 1.8;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: var(--d14m6);
    transition: var(--transition);
}
a:hover { color: var(--d15wl); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--d14m6); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--d3sk);
    font-weight: var(--d18mx);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

h1 { font-size: var(--d19s4); letter-spacing: -1px; }
h2 { font-size: var(--d20ml); }
h3 { font-size: var(--d21zc); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--d1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--d14m6); }
.text-accent-2 { color: var(--d15wl); }
.text-dark { color: var(--text-primary); }
._r9r6vf { color: var(--text-muted); }

._w2x1jbj { padding: var(--_w2x1jbj); position: relative; }
._w2x1jbj-sm { padding: 70px 0; }
._w2x1jbj-lg { padding: 160px 0; }
._w2x1jbj > .container { position: relative; z-index: 1; }

._mfakc { background-color: var(--bg-primary); }
._dalsg52 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--d1f1); }
.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.8); }
.bg-gradient-custom a:not(._jk22f) { color: #fff; }
.bg-gradient-custom ._cm05m { color: #fff; }
.bg-gradient-custom ._yaczy { color: rgba(255,255,255,0.7); }

._y4j6vk {
    background-color: #1c1c1c;
    color: rgba(255,255,255,0.75);
}
._y4j6vk h1, ._y4j6vk h2, ._y4j6vk h3,
._y4j6vk h4, ._y4j6vk h5, ._y4j6vk h6 { color: #fff; }
._y4j6vk p, ._y4j6vk li, ._y4j6vk span:not(.badge) { color: rgba(255,255,255,0.75); }
._y4j6vk a:not(._jk22f) { color: rgba(255,255,255,0.8); }
._y4j6vk a:not(._jk22f):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; }

._aquy5m {
    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;
}
._aquy5m.loaded { opacity: 0; visibility: hidden; }
._ebyau6u { display: flex; gap: 12px; }
._yvllh9g {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--d14m6);
    animation: _aquy5mBounce 1.6s ease-in-out infinite both;
}
._yvllh9g:nth-child(1) { animation-delay: -0.32s; }
._yvllh9g:nth-child(2) { animation-delay: -0.16s; }
._yvllh9g:nth-child(3) { animation-delay: 0; }

@keyframes _aquy5mBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}

._jk22f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 40px;
    font-family: var(--d5vx);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    border-radius: 0;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 3px;
    text-transform: uppercase;
}

._aocq6gq {
    background: var(--d14m6);
    color: #fff;
    box-shadow: none;
}
._aocq6gq:hover {
    background: var(--d15wl);
    color: #fff;
    letter-spacing: 4px;
}

._xdpgv {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
}
._xdpgv:hover {
    background: var(--text-primary);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--d14m6);
    padding: 0;
    font-weight: var(--fw-medium);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: var(--fs-small);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 100%; height: 1px;
    background: var(--d14m6);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}
.btn-link-custom:hover::after { transform: scaleX(1); transform-origin: left; }
.btn-link-custom:hover { color: var(--d15wl); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._ggui3 {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 24px 0;
    transition: var(--transition);
    background: transparent;
}
._ggui3.scrolled {
    background: rgba(250, 249, 246, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
}
._u1yhv4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._cg9bm60 {
    font-family: var(--d3sk);
    font-size: 26px;
    font-weight: var(--d18mx);
    color: var(--text-primary);
    letter-spacing: 2px;
}
._cg9bm60:hover { color: var(--text-primary); }

._z8x15hg { display: flex; align-items: center; gap: 36px; }

._z8x15hg .nav-link {
    color: var(--text-secondary);
    font-family: var(--d5vx);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
._z8x15hg .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    width: 0; height: 1px;
    background: var(--d14m6);
    transition: width 0.4s ease, left 0.4s ease;
}
._z8x15hg .nav-link:hover,
._z8x15hg .nav-link.active { color: var(--text-primary); }
._z8x15hg .nav-link:hover::after,
._z8x15hg .nav-link.active::after { width: 100%; left: 0; }

._wlkvf { margin-left: 16px; }

._jy7611, ._hpn2ai { display: flex; align-items: center; gap: 36px; }
._jy7611 .nav-link, ._hpn2ai .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0; letter-spacing: 2px; text-transform: uppercase;
}
._jy7611 .nav-link:hover, ._hpn2ai .nav-link:hover { color: var(--d14m6); }
._jy7611 ~ ._z8x15hg { display: none; }

._phqpvt3 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: none;
    border: 1px solid var(--text-primary);
    cursor: pointer;
    padding: 0;
    gap: 6px;
}

._phqpvt3 ._a73hbmy {
    display: block;
    width: 20px;
    height: 1.5px;
    background: var(--text-primary);
    border-radius: 0;
    transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.3s ease;
}

._phqpvt3.active ._a73hbmy:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
._phqpvt3.active ._a73hbmy:nth-child(2) { opacity: 0; }
._phqpvt3.active ._a73hbmy:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

._yhj6ary {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
._yhj6ary .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.12;
    filter: sepia(20%);
}
._yhj6ary ._lg4b16 {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, var(--bg-secondary) 0%, transparent 30%, transparent 70%, var(--bg-secondary) 100%);
}
._nchtq7 { position: relative; z-index: 2; }

._uoezbq {
    display: inline-block;
    font-family: var(--d5vx);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--d14m6);
    margin-bottom: 28px;
    padding: 0;
    position: relative;
}
._uoezbq::before,
._uoezbq::after {
    content: '—';
    margin: 0 12px;
    color: var(--border-light);
}

._y9sjc {
    font-size: var(--d19s4);
    font-weight: var(--d18mx);
    line-height: 1.1;
    margin-bottom: 28px;
    color: var(--text-primary);
    letter-spacing: -1px;
}

._hqte4hc {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 550px;
    margin-bottom: 44px;
    line-height: 1.8;
    font-style: italic;
}

._cxj3ln6 { display: flex; gap: 20px; flex-wrap: wrap; }

._jklko78 { position: relative; z-index: 2; }
._jklko78 img {
    border-radius: var(--d7qu);
    box-shadow: var(--d13j2);
}

._yhj6ary::before {
    content: '';
    position: absolute;
    top: 50%; left: 40px;
    width: 1px; height: 200px;
    background: var(--border-color);
    transform: translateY(-50%);
    opacity: 0.5;
}

._cvspjy { margin-bottom: 70px; }

._u15a3 {
    display: inline-block;
    font-family: var(--d5vx);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--d14m6);
    margin-bottom: 16px;
}

._s4qdx {
    font-size: var(--d20ml);
    font-weight: var(--d18mx);
    margin-bottom: 20px;
    color: var(--text-primary);
    position: relative;
}
._cvspjy.text-center ._s4qdx::after {
    content: '';
    display: block;
    width: 60px; height: 1px;
    background: var(--d14m6);
    margin: 20px auto 0;
}

._h3z8x {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    font-style: italic;
}
._cvspjy.text-center ._h3z8x {
    margin-left: auto;
    margin-right: auto;
}

._ptgtuw {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7qu);
    padding: 44px 32px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
}
._ptgtuw:hover {
    box-shadow: var(--d12h8);
    border-color: var(--d14m6);
}

._ptgtuw ._e5c5k {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--d14m6);
    color: var(--d14m6);
    font-size: 24px;
    margin: 0 auto 24px;
    transition: var(--transition);
}
._ptgtuw:hover ._e5c5k {
    background: var(--d14m6);
    color: #fff;
}

._ptgtuw ._zhax3b {
    font-family: var(--d3sk);
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}
._ptgtuw ._cnnxa {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._ptgtuw-horizontal {
    display: flex;
    gap: 24px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7qu);
    padding: 30px;
    transition: var(--transition);
}
._ptgtuw-horizontal:hover { box-shadow: var(--d11jt); border-color: var(--d14m6); }
._ptgtuw-horizontal ._e5c5k {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--d14m6);
    color: var(--d14m6);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--d7qu);
    overflow: hidden;
    box-shadow: var(--d12h8);
}
.about-section .about-image img { width: 100%; border-radius: var(--d7qu); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--d14m6);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--d7qu);
    text-align: center;
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--d3sk);
    font-size: 40px;
    font-weight: var(--d18mx);
    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: 14px;
    padding: 12px 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-color);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--d14m6); font-size: 14px; }

._yy8on { background: var(--bg-secondary); }
.counter-item { text-align: center; padding: 24px; }
._cm05m {
    font-family: var(--d3sk);
    font-size: 52px;
    font-weight: var(--d18mx);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
._cm05m .counter-suffix { color: var(--d14m6); }
._yaczy {
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 4px;
}

._y7e5jw {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7qu);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
._y7e5jw:hover {
    transform: translateY(-6px);
    box-shadow: var(--d12h8);
}
._y7e5jw ._tuwa142 {
    position: relative;
    overflow: hidden;
    height: 240px;
}
._y7e5jw ._tuwa142 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
._y7e5jw:hover ._tuwa142 img { transform: scale(1.06); }
._y7e5jw ._tuwa142 .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(28,28,28,0.85);
    color: #fff;
    padding: 4px 16px;
    font-size: 11px;
    font-weight: var(--fw-medium);
    letter-spacing: 2px;
    text-transform: uppercase;
}
._y7e5jw .card-body { padding: 32px; }
._y7e5jw .card-title {
    font-family: var(--d3sk);
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}
._y7e5jw .card-title a { color: var(--text-primary); }
._y7e5jw .card-title a:hover { color: var(--d14m6); }
._y7e5jw .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
._y7e5jw .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}
._y7e5jw .card-price {
    font-family: var(--d3sk);
    font-size: var(--fs-h5);
    font-weight: var(--d18mx);
    color: var(--d14m6);
}

._fi4l2 { text-align: center; transition: var(--transition); }
._fi4l2:hover { transform: translateY(-4px); }
._fi4l2 ._zwbgsc {
    position: relative;
    overflow: hidden;
    border-radius: var(--d7qu);
    margin-bottom: 24px;
}
._fi4l2 ._zwbgsc img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._fi4l2:hover ._zwbgsc img { transform: scale(1.04); }
._fi4l2 .team-social {
    position: absolute;
    bottom: -60px; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(28,28,28,0.7) 0%, transparent 100%);
    transition: bottom 0.4s ease;
}
._fi4l2:hover .team-social { bottom: 0; }
.team-social a {
    width: 38px; height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--d14m6); border-color: var(--d14m6); }
._fi4l2 ._uxzkgvl {
    font-family: var(--d3sk);
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}
._fi4l2 ._offtnl {
    font-size: var(--fs-small);
    color: var(--d14m6);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: italic;
}

._v9b29s {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7qu);
    padding: 44px;
    transition: var(--transition);
    text-align: center;
}
._v9b29s:hover { box-shadow: var(--d11jt); }
._v9b29s .quote-icon {
    font-family: var(--d3sk);
    font-size: 60px;
    color: var(--d14m6);
    margin-bottom: 16px;
    opacity: 0.25;
    line-height: 1;
}
._v9b29s ._rtle5pd {
    font-family: var(--d3sk);
    font-size: 20px;
    line-height: 1.7;
    color: var(--text-primary);
    margin-bottom: 28px;
    font-style: italic;
    font-weight: var(--fw-regular);
}
._v9b29s .author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
._v9b29s ._m39r8 {
    width: 52px; height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border-color);
}
._v9b29s ._fbr1w1f {
    font-size: var(--d17d0);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._v9b29s ._jpmdy2 {
    font-size: var(--fs-small);
    color: var(--text-muted);
    letter-spacing: 1px;
}
._v9b29s .stars { color: var(--d14m6); margin-bottom: 16px; }

.portfolio-item {
    position: relative;
    border-radius: var(--d7qu);
    overflow: hidden;
    cursor: pointer;
}
.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.5s ease;
}
.portfolio-item:hover img { transform: scale(1.08); filter: brightness(0.7); }
.portfolio-item .portfolio-overlay { color: #fff;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--d14m6);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--d3sk);
    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-color) !important;
    border-radius: var(--d7qu) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--d3sk);
    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(--d14m6);
}
.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.9;
}

._a8w5al {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7qu);
    padding: 44px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
}
._a8w5al.featured {
    border-color: var(--d14m6);
}
._a8w5al.featured::before {
    content: 'Recommended';
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    background: var(--d14m6);
    color: #fff;
    padding: 4px 20px;
    font-size: 11px;
    font-weight: var(--fw-medium);
    letter-spacing: 2px;
    text-transform: uppercase;
}
._a8w5al:hover {
    box-shadow: var(--d12h8);
}
._a8w5al ._ylbuta {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
._a8w5al ._pj1cx {
    font-family: var(--d3sk);
    font-size: 56px;
    font-weight: var(--d18mx);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
._a8w5al ._pj1cx .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--d14m6);
}
._a8w5al .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 30px; }
._a8w5al ._mqy0l { text-align: left; margin-bottom: 30px; }
._a8w5al ._mqy0l 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);
}
._a8w5al ._mqy0l li:last-child { border-bottom: none; }
._a8w5al ._mqy0l li i { color: var(--d14m6); }
._a8w5al ._mqy0l li.disabled { opacity: 0.4; text-decoration: line-through; }

._tdye4e {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7qu);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
._tdye4e:hover { transform: translateY(-4px); box-shadow: var(--d12h8); }
._tdye4e ._tuwa142 { height: 220px; overflow: hidden; }
._tdye4e ._tuwa142 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._tdye4e:hover ._tuwa142 img { transform: scale(1.05); }
._tdye4e .card-body { padding: 28px; }
._tdye4e ._bh9fl {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
._tdye4e ._bh9fl i { margin-right: 4px; color: var(--d14m6); }
._tdye4e .card-title {
    font-family: var(--d3sk);
    font-size: 20px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}
._tdye4e .card-title a { color: var(--text-primary); }
._tdye4e .card-title a:hover { color: var(--d14m6); }

._x219p {
    background: #1c1c1c;
    position: relative;
    overflow: hidden;
}
._x219p .cta-content { position: relative; z-index: 2; }
._x219p ._rv2vmve { font-size: var(--d20ml); color: #fff; }
._x219p ._fl55nx { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 560px; font-style: italic; }
._x219p p, ._x219p li { color: rgba(255,255,255,0.7); }
._x219p ._jk22f { background: var(--d14m6); color: #fff; border: none; }
._x219p ._jk22f:hover { background: var(--d15wl); }
._x219p .cta-shape { position: absolute; border-radius: 50%; background: rgba(176,141,87,0.06); pointer-events: none; z-index: 0; }
.cta-shape-1 { width: 400px; height: 400px; top: -200px; right: -100px; }
.cta-shape-2 { width: 250px; height: 250px; bottom: -120px; left: -80px; }

.newsletter-form { display: flex; gap: 12px; max-width: 480px; }
.newsletter-form input {
    flex: 1;
    background: transparent;
    border: 1px solid var(--border-color);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--d5vx);
    font-size: var(--d17d0);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--d14m6); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._t3tff {
    width: 56px; height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--d14m6);
    color: var(--d14m6);
    font-family: var(--d3sk);
    font-size: 22px;
    font-weight: var(--d18mx);
    margin: 0 auto 20px;
}
.process-item ._xwkasiz {
    font-family: var(--d3sk);
    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: 28px; right: -20px;
    width: 40px; height: 1px;
    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(--d18mx);
    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%); }
}

._wakqvcw {
    background: #1c1c1c;
    color: rgba(255,255,255,0.6);
}
._wakqvcw h1, ._wakqvcw h2, ._wakqvcw h3,
._wakqvcw h4, ._wakqvcw h5 { color: #fff; }

._by9lh ._a9hhlc {
    font-family: var(--d3sk);
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 14px;
}
._by9lh ._a9hhlc::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px; height: 1px;
    background: var(--d14m6);
}
._by9lh p { color: rgba(255,255,255,0.5); font-size: var(--fs-small); }
._l4jw3k a { color: rgba(255,255,255,0.5); font-size: var(--fs-small); transition: var(--transition); }
._l4jw3k a:hover { color: var(--d14m6); padding-left: 5px; }
._l4jw3k li { margin-bottom: 10px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 16px; color: rgba(255,255,255,0.5); font-size: var(--fs-small);
}
.footer-contact li i { color: var(--d14m6); margin-top: 4px; }
._ojm0y { display: flex; gap: 10px; margin-top: 20px; }
._ojm0y a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
._ojm0y a:hover { background: var(--d14m6); border-color: var(--d14m6); color: #fff; }
._b5srzj { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 60px; }
._b5srzj 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(--d14m6); }

.policy-content h1 { font-size: var(--d20ml); 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.9; 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(--d14m6); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._yrsbu7 {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 44px; height: 44px;
    background: transparent;
    color: var(--d14m6);
    border: 1px solid var(--d14m6);
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; visibility: hidden;
    transition: var(--transition);
    z-index: 999;
}
._yrsbu7.visible { opacity: 1; visibility: visible; }
._yrsbu7:hover { background: var(--d14m6); color: #fff; }

._mx0vdtl .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    padding: 14px 0;
    color: var(--text-primary);
    font-family: var(--d5vx);
    font-size: var(--d17d0);
}
._mx0vdtl .form-control:focus {
    border-bottom-color: var(--d14m6);
    box-shadow: none;
    background: transparent;
    color: var(--text-primary);
}
._mx0vdtl .form-control::placeholder { color: var(--text-muted); }
._mx0vdtl textarea.form-control { min-height: 120px; resize: vertical; border: 1px solid var(--border-color); padding: 14px; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; width: 8px; height: 8px; }
.swiper-pagination-bullet-active { background: var(--d14m6); width: 20px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--text-primary);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--d14m6); border-color: var(--d14m6); 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(-10px); }
}
.float-anim { animation: floatUpDown 4s ease-in-out infinite; }

@media (max-width: 1200px) { :root { --d19s4: 50px; --d20ml: 38px; } }

@media (max-width: 992px) {
    :root { --d19s4: 42px; --d20ml: 34px; --d21zc: 26px; --_w2x1jbj: 90px 0; }
    ._z8x15hg {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(300px, 80vw);
        height: 100vh;
        background: var(--bg-primary);
        border-left: 1px solid var(--border-color);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
        overflow-y: auto;
    }
    ._z8x15hg.active { right: 0; }
    ._z8x15hg .nav-link {
        display: block !important;
        font-size: 16px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-color); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    ._z8x15hg .nav-link:hover, ._z8x15hg .nav-link.active { color: var(--d14m6) !important; }
    ._z8x15hg .nav-link::after { display: none; }
    ._wlkvf { display: none !important; }
    ._phqpvt3 {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._suuzr {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.3);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    ._suuzr.active { opacity: 1; visibility: visible; }
    ._y9sjc { font-size: var(--d19s4); }
    ._yhj6ary::before { display: none; }
    .process-item:not(:last-child)::after { display: none; }
    ._cm05m { font-size: 38px; }
}

@media (max-width: 768px) {
    :root { --d19s4: 36px; --d20ml: 28px; --d21zc: 22px; --fs-h4: 20px; --_w2x1jbj: 70px 0; }
    ._cvspjy { margin-bottom: 40px; }
    ._yhj6ary { min-height: auto; padding: 140px 0 80px; }
    ._cxj3ln6 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._a8w5al ._pj1cx { font-size: 40px; }
    ._b5srzj { text-align: center; }
}

@media (max-width: 576px) {
    :root { --d19s4: 30px; --d20ml: 24px; --d21zc: 20px; --_w2x1jbj: 50px 0; }
    ._v9b29s { padding: 28px; }
    ._a8w5al { padding: 28px; }
    ._ptgtuw { padding: 28px 20px; }
}

._y4j6vk ._uoezbq { color: #fff; }
._y4j6vk ._u15a3 { color: var(--d14m6); }
._y4j6vk ._r9r6vf { color: rgba(255,255,255,0.55); }
._y4j6vk ._l4jw3k a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._y4j6vk ._l4jw3k 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(--d14m6) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
