@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
    --vdp-green: #008000;
    --vdp-green-dark: #006400;
    --vdp-green-soft: #edf8ee;
    --vdp-dark: #080d16;
    --vdp-dark-soft: #111824;
    --vdp-text: #465568;
    --vdp-muted: #748195;
    --vdp-border: #e3e8ee;
    --vdp-soft: #f6f8fa;
    --vdp-white: #ffffff;
    --vdp-width: 1220px;
    --vdp-font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.vdp-page {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    color: var(--vdp-text);
    font-family: var(--vdp-font);
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.vdp-page *,
.vdp-page *::before,
.vdp-page *::after {
    box-sizing: border-box;
}

.vdp-page img {
    max-width: 100%;
}

.vdp-container {
    width: 100%;
    max-width: var(--vdp-width);
    margin: 0 auto;
    padding: 0 24px;
}

.vdp-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--vdp-green);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vdp-btn {
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: .87rem;
    font-weight: 650;
    text-align: center;
    text-decoration: none;
    transition: .25s ease;
}

.vdp-btn-primary {
    background: var(--vdp-green);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 128, 0, .18);
}

.vdp-btn-primary:hover {
    background: var(--vdp-green-dark);
    transform: translateY(-2px);
}

.vdp-btn-secondary {
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
    color: #fff !important;
}

.vdp-btn-secondary:hover {
    background: rgba(255,255,255,.14);
}

.vdp-btn-outline {
    border-color: var(--vdp-border);
    background: #fff;
    color: var(--vdp-dark) !important;
}

.vdp-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vdp-actions-center {
    justify-content: center;
}

/* HERO */
.vdp-hero {
    position: relative;
    min-height: 720px;
    height: 86vh;
    max-height: 920px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #05070b;
}

.vdp-hero-media,
.vdp-hero-overlay {
    position: absolute;
    inset: 0;
}

.vdp-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vdp-hero-overlay {
    background:
        radial-gradient(circle at 78% 30%, rgba(0,128,0,.13), transparent 26%),
        linear-gradient(
            90deg,
            rgba(3,6,11,.97) 0%,
            rgba(3,6,11,.82) 48%,
            rgba(3,6,11,.28) 100%
        );
}

.vdp-hero-inner {
    position: relative;
    z-index: 2;
}

.vdp-hero-copy {
    max-width: 850px;
}

.vdp-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.82);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vdp-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5.7vw, 5.5rem);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.063em;
}

.vdp-hero-copy > p {
    max-width: 680px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 1.03rem;
}

.vdp-hero-tags {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.vdp-hero-tags span {
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: rgba(255,255,255,.6);
    font-size: .68rem;
    font-weight: 600;
}

/* PARTNERS */
.vdp-partners {
    padding: 28px 0;
    border-bottom: 1px solid var(--vdp-border);
}

.vdp-partner-row {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 45px;
}

.vdp-partner-row > span {
    color: var(--vdp-muted);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vdp-partner-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 45px;
}

.vdp-partner-logos img {
    width: 100%;
    height: 42px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .68;
}

/* TYPOGRAPHY */
.vdp-intro h2,
.vdp-solution-head h2,
.vdp-vip-copy h2,
.vdp-dark-head h2,
.vdp-stock-copy h2,
.vdp-marketing h2,
.vdp-comparison-head h2,
.vdp-payments h2,
.vdp-installation-head h2,
.vdp-cta-inner h2 {
    margin: 0;
    color: var(--vdp-dark);
    font-size: clamp(2.2rem, 4.3vw, 3.6rem);
    line-height: 1.07;
    font-weight: 650;
    letter-spacing: -.052em;
}

/* INTRO */
.vdp-intro {
    padding: 118px 0 90px;
}

.vdp-intro-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 95px;
}

.vdp-intro-grid > div:last-child {
    padding-top: 38px;
}

.vdp-intro p {
    margin: 0 0 18px;
    color: var(--vdp-muted);
}

/* FLOW */
.vdp-flow {
    padding-bottom: 112px;
}

.vdp-flow-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
}

.vdp-flow-line::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 2%;
    right: 2%;
    height: 1px;
    background: var(--vdp-border);
}

.vdp-flow-line article {
    position: relative;
    padding-top: 45px;
}

.vdp-flow-line article::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--vdp-green);
    box-shadow: 0 0 0 7px var(--vdp-green-soft);
}

.vdp-flow-line span {
    color: var(--vdp-green);
    font-size: .66rem;
    font-weight: 700;
}

.vdp-flow-line h3 {
    margin: 12px 0 0;
    color: var(--vdp-dark);
    font-size: .95rem;
}

.vdp-flow-line p {
    margin: 7px 0 0;
    color: var(--vdp-muted);
    font-size: .76rem;
}

/* SOLUTIONS */
.vdp-solution {
    padding: 118px 0;
}

.vdp-agora {
    background: var(--vdp-soft);
}

.vdp-hiopos {
    background: #fff;
}

.vdp-solution-head {
    margin-bottom: 72px;
    display: grid;
    grid-template-columns: 1fr 320px;
    align-items: center;
    gap: 80px;
}

.vdp-solution-head > div:first-child {
    max-width: 760px;
}

.vdp-solution-head p {
    max-width: 650px;
    margin: 23px 0 0;
    color: var(--vdp-muted);
}

.vdp-solution-logo {
    min-height: 210px;
    padding-left: 40px;
    border-left: 1px solid var(--vdp-border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdp-solution-logo img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.vdp-editorial-list {
    border-top: 1px solid var(--vdp-border);
}

.vdp-editorial-row {
    padding: 34px 0;
    border-bottom: 1px solid var(--vdp-border);
    display: grid;
    grid-template-columns: 70px 270px 1fr;
    align-items: start;
    gap: 28px;
}

.vdp-editorial-row > span {
    color: var(--vdp-green);
    font-size: .68rem;
    font-weight: 700;
}

.vdp-editorial-row h3 {
    margin: 0;
    color: var(--vdp-dark);
    font-size: 1.08rem;
}

.vdp-editorial-row ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 28px;
    list-style: none;
}

.vdp-editorial-row li {
    position: relative;
    padding-left: 17px;
    color: var(--vdp-text);
    font-size: .82rem;
}

.vdp-editorial-row li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--vdp-green);
}

/* VIP */
.vdp-vip {
    padding: 112px 0;
    background: var(--vdp-soft);
}

.vdp-vip-grid,
.vdp-stock-grid,
.vdp-marketing-grid,
.vdp-payments-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 90px;
}

.vdp-vip-copy p,
.vdp-stock-copy p,
.vdp-marketing p,
.vdp-payments p {
    max-width: 570px;
    margin: 22px 0 0;
    color: var(--vdp-muted);
}

.vdp-vip-copy ul,
.vdp-stock-copy ul {
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
    list-style: none;
}

.vdp-vip-copy li,
.vdp-stock-copy li {
    position: relative;
    padding-left: 17px;
    font-size: .82rem;
}

.vdp-vip-copy li::before,
.vdp-stock-copy li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--vdp-green);
}

.vdp-vip-ui {
    padding: 28px;
    border: 1px solid var(--vdp-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(15,23,42,.07);
}

.vdp-vip-top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--vdp-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vdp-vip-top small,
.vdp-vip-top strong {
    display: block;
}

.vdp-vip-top small {
    color: var(--vdp-muted);
    font-size: .64rem;
}

.vdp-vip-top strong {
    color: var(--vdp-dark);
}

.vdp-vip-top > span {
    color: var(--vdp-green);
    font-size: .67rem;
    font-weight: 700;
}

.vdp-vip-progress {
    padding: 24px 0;
}

.vdp-vip-progress > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.vdp-vip-progress span {
    color: var(--vdp-muted);
    font-size: .72rem;
}

.vdp-vip-progress strong {
    color: var(--vdp-dark);
    font-size: .8rem;
}

.vdp-progress-bar {
    height: 7px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--vdp-soft);
}

.vdp-progress-bar span {
    display: block;
    width: 70%;
    height: 100%;
    background: var(--vdp-green);
}

.vdp-vip-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.vdp-vip-stats div {
    padding: 16px 10px;
    border: 1px solid var(--vdp-border);
    border-radius: 10px;
    text-align: center;
}

.vdp-vip-stats span,
.vdp-vip-stats strong {
    display: block;
}

.vdp-vip-stats span {
    color: var(--vdp-muted);
    font-size: .61rem;
}

.vdp-vip-stats strong {
    margin-top: 3px;
    color: var(--vdp-dark);
    font-size: .9rem;
}

.vdp-vip-order {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--vdp-border);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.vdp-vip-order span {
    color: var(--vdp-muted);
    font-size: .67rem;
}

.vdp-vip-order strong {
    color: var(--vdp-dark);
    font-size: .72rem;
}

/* FORMATS */
.vdp-formats {
    padding: 112px 0;
    background: var(--vdp-dark);
}

.vdp-dark-head {
    max-width: 760px;
    margin-bottom: 56px;
}

.vdp-dark-head h2 {
    color: #fff;
}

.vdp-dark-head p {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.6);
}

.vdp-format-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.12);
}

.vdp-format-line article {
    min-height: 225px;
    padding: 30px 26px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.vdp-format-line article:last-child {
    border-right: 0;
}

.vdp-format-line span {
    display: block;
    margin-bottom: 45px;
    color: #52ca5b;
    font-size: .68rem;
    font-weight: 700;
}

.vdp-format-line h3 {
    margin: 0;
    color: #fff;
    font-size: .98rem;
}

.vdp-format-line p {
    margin: 9px 0 0;
    color: rgba(255,255,255,.55);
    font-size: .76rem;
}

/* STOCK */
.vdp-stock {
    padding: 112px 0;
}

.vdp-stock-ui {
    padding: 28px;
    border: 1px solid var(--vdp-border);
    border-radius: 24px;
    background: var(--vdp-soft);
}

.vdp-stock-top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--vdp-border);
    display: flex;
    justify-content: space-between;
}

.vdp-stock-top span {
    color: var(--vdp-dark);
    font-weight: 700;
}

.vdp-stock-top small {
    color: var(--vdp-green);
    font-size: .65rem;
    font-weight: 700;
}

.vdp-stock-row {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.vdp-stock-row strong {
    color: var(--vdp-dark);
    font-size: .8rem;
}

.vdp-stock-row span {
    color: var(--vdp-muted);
    font-size: .7rem;
}

.vdp-stock-bar {
    height: 7px;
    margin-top: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7ebef;
}

.vdp-stock-bar span {
    display: block;
    height: 100%;
    background: var(--vdp-green);
}

.bar-main { width: 92%; }
.bar-vip { width: 68%; }
.bar-terrace { width: 47%; }

/* MARKETING */
.vdp-marketing {
    padding: 105px 0;
    background: var(--vdp-soft);
}

.vdp-marketing-grid {
    grid-template-columns: 1fr 420px;
}

.vdp-campaign {
    padding: 30px;
    border-left: 1px solid var(--vdp-border);
}

.vdp-campaign small {
    color: var(--vdp-green);
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.vdp-campaign > strong {
    display: block;
    margin-top: 10px;
    color: var(--vdp-dark);
    font-size: 1.25rem;
}

.vdp-campaign > p {
    margin: 7px 0 24px;
    font-size: .76rem;
}

.vdp-campaign > div {
    padding-top: 18px;
    border-top: 1px solid var(--vdp-border);
    display: flex;
    justify-content: space-between;
}

.vdp-campaign div span,
.vdp-campaign div strong {
    font-size: .7rem;
}

.vdp-campaign div span {
    color: var(--vdp-muted);
}

.vdp-campaign div strong {
    color: var(--vdp-green);
}

/* COMPARISON */
.vdp-comparison {
    padding: 112px 0;
}

.vdp-comparison-head {
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: end;
    gap: 60px;
}

.vdp-comparison-head p {
    margin: 0;
    color: var(--vdp-muted);
}

.vdp-comparison-labels,
.vdp-comparison-row {
    display: grid;
    grid-template-columns: 220px 1fr 1fr;
    gap: 30px;
}

.vdp-comparison-labels {
    margin-bottom: 12px;
    color: var(--vdp-muted);
    font-size: .69rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vdp-comparison-list {
    border-top: 1px solid var(--vdp-border);
}

.vdp-comparison-row {
    padding: 22px 0;
    border-bottom: 1px solid var(--vdp-border);
}

.vdp-comparison-row strong {
    color: var(--vdp-dark);
    font-size: .83rem;
}

.vdp-comparison-row span {
    color: var(--vdp-text);
    font-size: .82rem;
}

/* PAYMENTS */
.vdp-payments {
    padding: 105px 0;
    background: var(--vdp-soft);
}

.vdp-payments-grid {
    grid-template-columns: 1fr 420px;
}

.vdp-payment-logos {
    padding-left: 45px;
    border-left: 1px solid var(--vdp-border);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 32px;
}

.vdp-payment-logos img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

/* TYPES */
.vdp-types {
    padding: 88px 0;
}

.vdp-type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vdp-type-list span {
    padding: 10px 15px;
    border: 1px solid var(--vdp-border);
    border-radius: 999px;
    background: #fff;
    color: var(--vdp-dark);
    font-size: .78rem;
    font-weight: 600;
}

/* INSTALLATION */
.vdp-installation {
    padding: 112px 0;
    background: var(--vdp-dark);
}

.vdp-installation-head {
    max-width: 760px;
    margin-bottom: 58px;
}

.vdp-installation-head h2 {
    color: #fff;
}

.vdp-installation-list {
    border-top: 1px solid rgba(255,255,255,.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.vdp-installation-list article {
    min-height: 245px;
    padding: 34px 28px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.vdp-installation-list article:last-child {
    border-right: 0;
}

.vdp-installation-list span {
    display: block;
    margin-bottom: 50px;
    color: #52ca5b;
    font-size: .68rem;
    font-weight: 700;
}

.vdp-installation-list h3 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.vdp-installation-list p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.55);
    font-size: .78rem;
}

/* CTA */
.vdp-cta {
    padding: 110px 0;
}

.vdp-cta-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 64px 48px;
    border-top: 1px solid var(--vdp-border);
    border-bottom: 1px solid var(--vdp-border);
    text-align: center;
}

.vdp-cta-inner p {
    max-width: 680px;
    margin: 21px auto 0;
    color: var(--vdp-muted);
}

@media (max-width: 980px) {
    .vdp-intro-grid,
    .vdp-solution-head,
    .vdp-vip-grid,
    .vdp-stock-grid,
    .vdp-marketing-grid,
    .vdp-comparison-head,
    .vdp-payments-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vdp-intro-grid > div:last-child {
        padding-top: 0;
    }

    .vdp-solution-logo,
    .vdp-payment-logos,
    .vdp-campaign {
        padding: 35px 0 0;
        border-top: 1px solid var(--vdp-border);
        border-left: 0;
    }

    .vdp-editorial-row {
        grid-template-columns: 55px 220px 1fr;
    }

    .vdp-flow-line {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .vdp-flow-line::before {
        display: none;
    }

    .vdp-format-line,
    .vdp-installation-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .vdp-format-line article:nth-child(2),
    .vdp-installation-list article:nth-child(2) {
        border-right: 0;
    }

    .vdp-format-line article:nth-child(-n+2),
    .vdp-installation-list article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
}

@media (max-width: 720px) {
    .vdp-container {
        padding: 0 18px;
    }

    .vdp-hero {
        min-height: 630px;
        height: 82vh;
        align-items: flex-end;
    }

    .vdp-hero-overlay {
        background:
            radial-gradient(circle at 70% 20%, rgba(0,128,0,.12), transparent 22%),
            linear-gradient(
                180deg,
                rgba(3,6,11,.15) 0%,
                rgba(3,6,11,.62) 42%,
                rgba(3,6,11,.98) 100%
            );
    }

    .vdp-hero-inner {
        padding-bottom: 70px;
    }

    .vdp-hero h1 {
        font-size: clamp(2.5rem, 11vw, 4rem);
    }

    .vdp-partner-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .vdp-partner-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .vdp-intro,
    .vdp-solution,
    .vdp-vip,
    .vdp-formats,
    .vdp-stock,
    .vdp-marketing,
    .vdp-comparison,
    .vdp-payments,
    .vdp-types,
    .vdp-installation,
    .vdp-cta {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .vdp-editorial-row {
        grid-template-columns: 42px 1fr;
        gap: 18px;
    }

    .vdp-editorial-row ul {
        grid-column: 2;
        grid-template-columns: 1fr;
    }

    .vdp-flow-line,
    .vdp-vip-copy ul,
    .vdp-stock-copy ul,
    .vdp-format-line,
    .vdp-installation-list {
        grid-template-columns: 1fr;
    }

    .vdp-format-line article,
    .vdp-installation-list article {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .vdp-format-line article:last-child,
    .vdp-installation-list article:last-child {
        border-bottom: 0;
    }

    .vdp-comparison-labels {
        display: none;
    }

    .vdp-comparison-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 24px 0;
    }

    .vdp-comparison-row span::before {
        display: block;
        margin-bottom: 3px;
        color: var(--vdp-muted);
        font-size: .63rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .vdp-comparison-row span:nth-child(2)::before {
        content: "Ágora";
    }

    .vdp-comparison-row span:nth-child(3)::before {
        content: "HIOPOS";
    }

    .vdp-cta-inner {
        padding: 50px 20px;
    }
}

@media (max-width: 520px) {
    .vdp-actions {
        flex-direction: column;
    }

    .vdp-actions .vdp-btn {
        width: 100%;
    }

    .vdp-hero-tags {
        display: none;
    }

    .vdp-vip-stats,
    .vdp-payment-logos {
        grid-template-columns: 1fr;
    }

    .vdp-vip-order {
        flex-direction: column;
        gap: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vdp-btn {
        transition: none;
    }
}
