.lgv-gv {
    --lgv-bg: #090806;
    --lgv-gold: #d5a63f;
    --lgv-gold-light: #f2d27b;
    --lgv-cream: #fffaf0;
    --lgv-text: #eee7dc;
    --lgv-muted: #bdb4a6;
    position: relative;
    isolation: isolate;
    width: calc(100% - 50px);
    max-width: 1350px;
    margin: 25px auto;
    padding: clamp(46px, 5.5vw, 78px);
    overflow: hidden;
    color: var(--lgv-text);
    background:
        radial-gradient(circle at 2% 0%, rgba(213,166,63,.15), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(213,166,63,.12), transparent 35%),
        linear-gradient(135deg, #121008 0%, #080705 48%, #0c0a06 100%);
    border: 1px solid rgba(213,166,63,.27);
    border-radius: 34px;
    box-shadow: 0 30px 85px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035);
    box-sizing: border-box;
}

.lgv-gv,
.lgv-gv * { box-sizing: border-box; }

.lgv-gv::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(213,166,63,.10);
    border-radius: 25px;
}

.lgv-gv::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    pointer-events: none;
    opacity: .18;
    background-image: repeating-linear-gradient(120deg, transparent 0, transparent 24px, rgba(255,255,255,.012) 25px, transparent 26px);
}

.lgv-gv__glow {
    position: absolute;
    z-index: -2;
    width: 450px;
    height: 450px;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(213,166,63,.10);
    filter: blur(95px);
}

.lgv-gv__glow--left { top: -290px; left: -180px; }
.lgv-gv__glow--right { right: -240px; bottom: -300px; }

.lgv-gv__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
    align-items: center;
    gap: clamp(50px, 7vw, 105px);
}

.lgv-gv__content { min-width: 0; }

.lgv-gv__logo {
    display: inline-flex;
    width: min(100%, 420px);
    margin-bottom: 34px;
    text-decoration: none;
}

.lgv-gv__logo img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
}

.lgv-gv__eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 16px;
    color: var(--lgv-gold);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .23em;
    text-transform: uppercase;
}

.lgv-gv__eyebrow > span {
    display: block;
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--lgv-gold);
    box-shadow: 0 0 14px rgba(213,166,63,.7);
}

.lgv-gv__title,
.lgv-gv__card-header h3,
.lgv-gv__card-header > span,
.lgv-gv__amount,
.lgv-gv__amount-label,
.lgv-gv__threshold strong,
.lgv-gv__validity strong {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif !important;
}

.lgv-gv__title {
    margin: 0;
    color: var(--lgv-cream);
    font-size: clamp(46px, 5.4vw, 76px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.03em;
}

.lgv-gv__title strong {
    display: block;
    margin-top: 3px;
    color: var(--lgv-gold);
    font: inherit;
    font-weight: 600;
}

.lgv-gv__description {
    max-width: 620px;
    margin: 26px 0 0;
    color: var(--lgv-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 400;
    line-height: 1.8;
}

.lgv-gv__benefits {
    display: grid;
    gap: 13px;
    margin-top: 30px;
}

.lgv-gv__benefit {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #eee8de;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.lgv-gv__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    color: var(--lgv-gold-light);
    background: rgba(213,166,63,.07);
    border: 1px solid rgba(213,166,63,.42);
    border-radius: 50%;
}

.lgv-gv__check svg,
.lgv-gv__automatic svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lgv-gv__check svg { width: 14px; height: 14px; }

.lgv-gv__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    min-height: 59px;
    margin-top: 35px;
    padding: 17px 29px;
    overflow: hidden;
    color: #151005 !important;
    background: linear-gradient(110deg, #b9852b 0%, #efce6b 48%, #c28e30 100%);
    border: 1px solid rgba(255,228,148,.40);
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,.30), 0 7px 25px rgba(213,166,63,.10);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .13em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .3s ease, box-shadow .3s ease;
}

.lgv-gv__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    transform: skewX(-24deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
    transition: left .65s ease;
}

.lgv-gv__button span,
.lgv-gv__button svg { position: relative; z-index: 2; }

.lgv-gv__button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .3s ease;
}

.lgv-gv__button:hover,
.lgv-gv__button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(0,0,0,.38), 0 10px 30px rgba(213,166,63,.16);
}

.lgv-gv__button:hover::before,
.lgv-gv__button:focus-visible::before { left: 155%; }
.lgv-gv__button:hover svg,
.lgv-gv__button:focus-visible svg { transform: translateX(4px); }
.lgv-gv__button:focus-visible { outline: 2px solid var(--lgv-cream); outline-offset: 4px; }

.lgv-gv__offer-area { position: relative; min-width: 0; }

.lgv-gv__offer-area::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    width: 95%;
    height: 82%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    background: rgba(213,166,63,.14);
    filter: blur(78px);
}

.lgv-gv__card {
    position: relative;
    width: min(100%, 470px);
    margin: 0 auto;
    padding: clamp(42px, 5vw, 61px) clamp(28px, 4vw, 48px);
    overflow: hidden;
    text-align: center;
    background: linear-gradient(145deg, rgba(255,255,255,.045), transparent 34%), linear-gradient(160deg, #19140c 0%, #0b0905 50%, #080704 100%);
    border: 1px solid rgba(213,166,63,.43);
    border-radius: 29px;
    box-shadow: 0 32px 75px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 55px rgba(213,166,63,.03);
    transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.lgv-gv__card::before {
    content: "";
    position: absolute;
    inset: 11px;
    pointer-events: none;
    border: 1px solid rgba(213,166,63,.16);
    border-radius: 20px;
}

.lgv-gv__card:hover {
    transform: translateY(-6px);
    border-color: rgba(213,166,63,.65);
    box-shadow: 0 40px 90px rgba(0,0,0,.50), inset 0 1px 0 rgba(255,255,255,.07), inset 0 0 60px rgba(213,166,63,.05);
}

.lgv-gv__card-light {
    position: absolute;
    top: -150px;
    right: -150px;
    width: 310px;
    height: 310px;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(231,190,91,.08);
    filter: blur(48px);
}

.lgv-gv__card-header { position: relative; z-index: 2; }

.lgv-gv__card-header > span {
    display: block;
    margin-bottom: 7px;
    color: var(--lgv-cream);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lgv-gv__card-header h3 {
    margin: 0;
    color: var(--lgv-gold);
    font-size: clamp(39px, 4.5vw, 57px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -.02em;
}

.lgv-gv__divider {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 27px auto 17px;
}

.lgv-gv__divider span {
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(213,166,63,.58));
}

.lgv-gv__divider span:last-child { background: linear-gradient(90deg, rgba(213,166,63,.58), transparent); }

.lgv-gv__divider i {
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-radius: 2px;
    background: var(--lgv-gold);
}

.lgv-gv__amount {
    position: relative;
    z-index: 3;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: start;
    justify-content: center;
    column-gap: 10px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 20px 14px;
    overflow: visible !important;
    color: var(--lgv-gold-light);
    font-variant-numeric: lining-nums tabular-nums;
    white-space: nowrap;
}

.lgv-gv__amount-number {
    display: block;
    min-width: 0;
    padding: .02em .05em .14em;
    overflow: visible !important;
    color: var(--lgv-gold-light);
    font-size: clamp(116px, 13vw, 172px);
    font-weight: 500;
    line-height: 1 !important;
    letter-spacing: -.035em;
    text-shadow: 0 7px 28px rgba(213,166,63,.12), 0 1px 0 rgba(255,244,199,.30);
}

.lgv-gv__amount-currency {
    display: block;
    margin-top: 13px;
    padding: .04em .08em .18em;
    overflow: visible !important;
    color: var(--lgv-gold-light);
    font-size: clamp(48px, 5.8vw, 72px);
    font-weight: 500;
    line-height: 1 !important;
    letter-spacing: 0;
    text-shadow: 0 7px 25px rgba(213,166,63,.10), 0 1px 0 rgba(255,244,199,.30);
}

.lgv-gv__amount-label {
    position: relative;
    z-index: 2;
    margin-top: -2px;
    color: var(--lgv-gold-light);
    font-size: clamp(31px, 4vw, 45px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .15em;
    text-indent: .15em;
    text-transform: uppercase;
}

.lgv-gv__threshold {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 27px;
    padding-top: 25px;
    border-top: 1px solid rgba(213,166,63,.24);
}

.lgv-gv__threshold > span {
    color: var(--lgv-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.lgv-gv__threshold strong {
    display: block;
    padding-bottom: 6px;
    color: var(--lgv-cream);
    font-size: clamp(48px, 5vw, 64px);
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
}

.lgv-gv__automatic {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    max-width: 100%;
    margin-top: 19px;
    padding: 11px 16px;
    color: var(--lgv-gold-light);
    background: rgba(213,166,63,.07);
    border: 1px solid rgba(213,166,63,.19);
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.lgv-gv__automatic svg { width: 14px; height: 14px; flex: 0 0 14px; }

.lgv-gv__validity {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    color: #978f83;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.lgv-gv__validity strong {
    color: var(--lgv-gold-light);
    font-size: 13px;
    font-weight: 500;
}

.lgv-gv__legal {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: clamp(42px, 5vw, 63px) auto 0;
    padding-top: 21px;
    color: #8f887d;
    border-top: 1px solid rgba(213,166,63,.14);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .02em;
    text-align: center;
}

@media (max-width: 1024px) {
    .lgv-gv { width: calc(100% - 36px); padding: 54px 38px; border-radius: 29px; }
    .lgv-gv::before { border-radius: 21px; }
    .lgv-gv__inner { grid-template-columns: minmax(0,1fr) minmax(340px,.84fr); gap: 45px; }
    .lgv-gv__logo { max-width: 340px; }
    .lgv-gv__card { padding-right: 29px; padding-left: 29px; }
    .lgv-gv__amount-number { font-size: clamp(108px, 13vw, 145px); }
    .lgv-gv__amount-currency { font-size: clamp(44px, 5.5vw, 62px); }
}

@media (max-width: 767px) {
    .lgv-gv { width: calc(100% - 24px); margin: 12px auto; padding: 43px 21px 33px; border-radius: 24px; }
    .lgv-gv::before { inset: 7px; border-radius: 18px; }
    .lgv-gv__inner { grid-template-columns: 1fr; gap: 44px; }
    .lgv-gv__content { text-align: center; }
    .lgv-gv__logo { display: flex; width: min(100%,330px); margin: 0 auto 29px; }
    .lgv-gv__eyebrow { justify-content: center; font-size: 10px; letter-spacing: .19em; }
    .lgv-gv__title { font-size: clamp(40px,12vw,58px); line-height: 1.06; }
    .lgv-gv__description { margin-right: auto; margin-left: auto; font-size: 14px; line-height: 1.75; }
    .lgv-gv__benefits { width: min(100%,410px); margin-right: auto; margin-left: auto; text-align: left; }
    .lgv-gv__benefit { font-size: 13px; }
    .lgv-gv__button { width: 100%; max-width: 410px; }
    .lgv-gv__card { width: 100%; max-width: 470px; padding: 43px 22px; border-radius: 24px; }
    .lgv-gv__card::before { inset: 8px; border-radius: 17px; }
    .lgv-gv__card-header > span { font-size: 16px; }
    .lgv-gv__card-header h3 { font-size: clamp(35px,11vw,48px); }
    .lgv-gv__amount { column-gap: 6px; padding: 16px 8px 12px; }
    .lgv-gv__amount-number { font-size: clamp(108px,37vw,152px); letter-spacing: -.03em; }
    .lgv-gv__amount-currency { margin-top: 10px; font-size: clamp(45px,14vw,62px); }
    .lgv-gv__amount-label { font-size: clamp(29px,10vw,40px); letter-spacing: .13em; text-indent: .13em; }
    .lgv-gv__automatic { font-size: 8px; letter-spacing: .07em; }
    .lgv-gv__legal { margin-top: 39px; font-size: 9px; }
}

@media (max-width: 390px) {
    .lgv-gv { width: calc(100% - 16px); padding-right: 15px; padding-left: 15px; }
    .lgv-gv__card { padding-right: 15px; padding-left: 15px; }
    .lgv-gv__benefit { align-items: flex-start; font-size: 12px; }
    .lgv-gv__amount-number { font-size: clamp(96px,35vw,128px); }
    .lgv-gv__amount-currency { font-size: clamp(40px,12vw,52px); }
    .lgv-gv__automatic { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    .lgv-gv *, .lgv-gv *::before, .lgv-gv *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
