.elementor-2933 .elementor-element.elementor-element-c290072{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2049491 */.volp-ty {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 116px 24px 80px;
    background: #f8f8f8;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.volp-ty *, .volp-ty *::before, .volp-ty *::after { box-sizing: border-box; }

/* Header / navbar — same as the LP */
.volp-ty__nav {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 44px;
    padding: 12px 22px;
    background: rgba(255,255,255,0.65);
    -webkit-backdrop-filter: blur(32px) saturate(200%) brightness(106%);
    backdrop-filter: blur(32px) saturate(200%) brightness(106%);
    border: 1px solid rgba(255,255,255,0.65);
    border-top-color: rgba(255,255,255,0.95);
    border-radius: 20px;
    box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.9), inset 0 -1px 0 rgba(0,0,0,0.03), 0 4px 20px rgba(0,0,0,0.06), 0 16px 40px rgba(0,0,0,0.04);
    white-space: nowrap;
}
.volp-ty__nav-logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.volp-ty__nav-logo img { height: 22px; width: auto; display: block; }
.volp-ty__nav-cta {
    font-size: .85rem; font-weight: 500; color: #1d1d1f; text-decoration: none;
    padding: 7px 16px; border-radius: 11px;
    background: rgba(0,0,0,0.055); border: 1px solid rgba(0,0,0,0.07);
    transition: background .2s, transform .2s; white-space: nowrap;
}
.volp-ty__nav-cta:hover { background: rgba(0,0,0,0.09); transform: translateY(-1px); }

.volp-ty__orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.volp-ty__orb { position: absolute; border-radius: 50%; filter: blur(80px); }
.volp-ty__orb--1 {
    width: 520px; height: 520px; top: -180px; right: -120px;
    background: radial-gradient(circle, rgba(255,160,90,0.20), rgba(232,84,30,0.08), transparent 68%);
}
.volp-ty__orb--2 {
    width: 420px; height: 420px; bottom: -140px; left: -100px;
    background: radial-gradient(circle, rgba(255,210,170,0.14), rgba(240,160,80,0.05), transparent 68%);
}

.volp-ty__inner {
    position: relative;
    z-index: 1;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.volp-ty__icon {
    width: 78px; height: 78px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff;
    background: linear-gradient(155deg, #2bd96e 0%, #1fb557 100%);
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 12px 34px rgba(30,190,87,0.34);
    margin-bottom: 30px;
    opacity: 0; animation: volpTyFadeUp .7s cubic-bezier(.22,1,.36,1) .1s forwards;
}

.volp-ty__title {
    margin: 0 0 20px 0;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.08; letter-spacing: -0.042em;
    color: #1d1d1f;
    opacity: 0; animation: volpTyFadeUp .7s cubic-bezier(.22,1,.36,1) .2s forwards;
}

.volp-ty__body {
    margin: 0 0 16px 0; max-width: 560px;
    font-size: 1.05rem; line-height: 1.7; letter-spacing: -0.01em; color: #6e6e73;
    opacity: 0; animation: volpTyFadeUp .7s cubic-bezier(.22,1,.36,1) .3s forwards;
}
.volp-ty__body em { font-style: italic; font-weight: 600; color: #1d1d1f; }

.volp-ty__note {
    margin: 0 0 52px 0; max-width: 460px;
    font-size: .9rem; line-height: 1.6; color: #6e6e73;
    opacity: 0; animation: volpTyFadeUp .7s cubic-bezier(.22,1,.36,1) .4s forwards;
}

.volp-ty__card {
    width: 100%; padding: 44px 40px; border-radius: 24px;
    background: rgba(255,255,255,0.65);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.72);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.9), 0 24px 64px rgba(0,0,0,0.07);
    opacity: 0; animation: volpTyFadeUp .7s cubic-bezier(.22,1,.36,1) .5s forwards;
}
.volp-ty__card-title {
    margin: 0 0 12px 0;
    font-size: clamp(1.4rem, 2.8vw, 1.95rem);
    font-weight: 800; line-height: 1.14; letter-spacing: -0.03em; color: #1d1d1f;
}
.volp-ty__card-text {
    margin: 0 auto 30px; max-width: 460px;
    font-size: .98rem; line-height: 1.7; letter-spacing: -0.01em; color: #6e6e73;
}

.volp-ty__actions { display: flex; gap: 12px; justify-content: center; align-items: center; flex-wrap: wrap; }

.volp-ty__btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 15px 30px; border-radius: 50px;
    font-size: .95rem; font-weight: 600; letter-spacing: -0.015em;
    text-decoration: none; cursor: pointer;
    transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s cubic-bezier(.22,1,.36,1);
}
.volp-ty__btn svg { flex-shrink: 0; transition: transform .2s; }

.volp-ty__btn--primary {
    color: rgba(0,0,0,0.82);
    background: linear-gradient(155deg, rgba(0,220,255,0.72), rgba(0,220,255,0.5));
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: inset 0 2px 0 rgba(255,255,255,1), 0 10px 28px rgba(0,220,255,0.22);
}
.volp-ty__btn--primary:hover { transform: translateY(-2px); }
.volp-ty__btn--primary:hover svg { transform: translateX(3px); }

.volp-ty__btn--wa {
    color: #fff;
    background: linear-gradient(155deg, #2bd96e 0%, #1fb557 100%);
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.45), 0 10px 28px rgba(30,190,87,0.28);
}
.volp-ty__btn--wa:hover { transform: translateY(-2px); }

@media (max-width: 768px) {
    .volp-ty { padding: 90px 18px 56px; }
    .volp-ty__nav {
        top: 16px; left: 16px; right: 16px;
        transform: none; gap: 0; justify-content: space-between;
        width: auto; padding: 11px 12px 11px 18px; border-radius: 16px;
    }
    .volp-ty__card { padding: 32px 24px; }
    .volp-ty__actions { flex-direction: column; align-items: stretch; }
    .volp-ty__btn { justify-content: center; }
}

@keyframes volpTyFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
    .volp-ty__icon, .volp-ty__title, .volp-ty__body, .volp-ty__note, .volp-ty__card { animation: none !important; opacity: 1 !important; }
}/* End custom CSS */