:root {
    --veestore-ink: #121212;
    --veestore-muted: #6f7177;
    --veestore-gold: #d6a912;
    --veestore-gold-dark: #b67e0a;
    --veestore-soft: #f7f7f5;
    --veestore-border: #e6e6e2;
}

.veestore-page {
    color: var(--veestore-ink);
    font-family: inherit;
    overflow: hidden;
}

.veestore-shell {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
}

.veestore-section {
    padding-bottom: 88px;
    padding-top: 88px;
}

.veestore-section--soft {
    background: var(--veestore-soft);
}

.veestore-hero {
    align-items: center;
    display: flex;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.veestore-hero__image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.veestore-hero__overlay {
    background: linear-gradient(90deg, rgba(10, 12, 14, .94) 0%, rgba(10, 12, 14, .72) 52%, rgba(10, 12, 14, .3) 100%);
    inset: 0;
    position: absolute;
}

.veestore-hero__content {
    color: #fff;
    padding-bottom: 78px;
    padding-top: 78px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.veestore-eyebrow {
    color: #f1d471;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    margin-bottom: 18px;
}

.veestore-eyebrow--dark {
    color: var(--veestore-gold-dark);
}

.veestore-hero h1 {
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.06;
    max-width: 820px;
}

.veestore-hero__description {
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    line-height: 1.75;
    margin-top: 24px;
    max-width: 720px;
}

.veestore-button {
    align-items: center;
    background: var(--veestore-gold);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    margin-top: 30px;
    min-height: 52px;
    padding: 0 24px;
    transition: background .2s ease, transform .2s ease;
}

.veestore-button:hover {
    background: var(--veestore-gold-dark);
    transform: translateY(-2px);
}

.veestore-about-intro {
    align-items: center;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.veestore-about-intro__media {
    min-height: 520px;
    position: relative;
}

.veestore-about-intro__media > img {
    border-radius: 18px;
    height: 460px;
    object-fit: cover;
    width: 88%;
}

.veestore-mission-card {
    background: #fff;
    border-left: 5px solid var(--veestore-gold);
    border-radius: 12px;
    bottom: 0;
    box-shadow: 0 18px 55px rgba(20, 23, 29, .14);
    padding: 28px;
    position: absolute;
    right: 0;
    width: 76%;
}

.veestore-mission-card span,
.veestore-feature-card > span {
    color: var(--veestore-gold-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.veestore-mission-card h2,
.veestore-about-intro__copy h2,
.veestore-section-heading h2,
.veestore-services-intro h2,
.veestore-cta h2 {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.16;
}

.veestore-mission-card h2 {
    font-size: 28px;
    margin: 8px 0 12px;
}

.veestore-mission-card p,
.veestore-about-intro__copy p,
.veestore-feature-card p,
.veestore-services-intro > p:last-child,
.veestore-service-card p,
.veestore-faq-intro p,
.veestore-faq-item p,
.veestore-legal p {
    color: var(--veestore-muted);
    font-size: 16px;
    line-height: 1.75;
}

.veestore-about-intro__copy h2 {
    margin-bottom: 26px;
}

.veestore-about-intro__copy p + p {
    margin-top: 18px;
}

.veestore-section-heading {
    margin-bottom: 44px;
    max-width: 720px;
}

.veestore-feature-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.veestore-feature-card {
    background: #fff;
    border: 1px solid var(--veestore-border);
    border-radius: 14px;
    min-height: 310px;
    padding: 30px 26px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.veestore-feature-card:hover {
    box-shadow: 0 18px 45px rgba(20, 23, 29, .09);
    transform: translateY(-5px);
}

.veestore-feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 30px 0 14px;
}

.veestore-cta-wrap {
    padding-bottom: 90px;
    padding-top: 90px;
}

.veestore-cta {
    align-items: center;
    background: #151719;
    border-radius: 18px;
    color: #fff;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    overflow: hidden;
    padding: 54px 60px;
    position: relative;
}

.veestore-cta::after {
    border: 1px solid rgba(214, 169, 18, .45);
    border-radius: 50%;
    content: '';
    height: 300px;
    position: absolute;
    right: -110px;
    top: -140px;
    width: 300px;
}

.veestore-cta h2 {
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.veestore-button--light {
    flex: 0 0 auto;
    margin: 0;
    position: relative;
    z-index: 1;
}

.veestore-services-intro {
    max-width: 980px;
    text-align: center;
}

.veestore-services-intro .veestore-eyebrow {
    margin-bottom: 16px;
}

.veestore-services-intro h2 {
    margin-bottom: 26px;
}

.veestore-service-list {
    display: grid;
    gap: 96px;
}

.veestore-service-card {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.veestore-services-source {
    padding: 96px 0;
}

.veestore-service-card:nth-child(odd) img {
    order: 2;
}

.veestore-service-card > img {
    height: auto;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.veestore-service-card__content {
    padding: 40px 0;
}

.veestore-service-card h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.veestore-service-card a {
    align-items: center;
    background: #fffcde;
    border-radius: 8px;
    color: var(--veestore-gold);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 37px;
    justify-content: center;
    margin-top: 32px;
    width: 113px;
}

.veestore-faq-layout {
    align-items: start;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
}

.veestore-faq-intro {
    background: var(--veestore-soft);
    border-radius: 14px;
    padding: 42px 36px;
    position: sticky;
    top: 24px;
}

.veestore-faq-intro img {
    height: 92px;
    margin-bottom: 26px;
    object-fit: contain;
    width: 92px;
}

.veestore-faq-intro h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}

.veestore-faq-list {
    border-top: 1px solid var(--veestore-border);
}

.veestore-faq-item {
    border-bottom: 1px solid var(--veestore-border);
    padding: 0 4px;
}

.veestore-faq-item summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 650;
    gap: 24px;
    justify-content: space-between;
    list-style: none;
    padding: 25px 0;
}

.veestore-faq-item summary::-webkit-details-marker {
    display: none;
}

.veestore-faq-item__icon {
    flex: 0 0 18px;
    height: 18px;
    position: relative;
    width: 18px;
}

.veestore-faq-item__icon::before,
.veestore-faq-item__icon::after {
    background: var(--veestore-gold-dark);
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    transition: transform .2s ease;
    width: 18px;
}

.veestore-faq-item__icon::after {
    transform: rotate(90deg);
}

.veestore-faq-item[open] .veestore-faq-item__icon::after {
    transform: rotate(0deg);
}

.veestore-faq-item p {
    max-width: 760px;
    padding: 0 48px 26px 0;
}

.veestore-legal {
    max-width: 1020px;
}

.veestore-legal__header {
    align-items: center;
    border-bottom: 1px solid var(--veestore-border);
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 22px;
}

.veestore-legal__header span {
    color: var(--veestore-gold-dark);
    font-weight: 800;
}

.veestore-legal__header strong {
    color: #51535a;
    font-size: 14px;
}

.veestore-legal__introduction {
    font-size: 18px !important;
    margin-bottom: 52px;
}

.veestore-legal__sections {
    display: grid;
    gap: 38px;
}

.veestore-legal__sections article {
    border-bottom: 1px solid var(--veestore-border);
    padding-bottom: 38px;
}

.veestore-legal__sections h2 {
    font-size: 24px;
    font-weight: 750;
    line-height: 1.35;
    margin-bottom: 14px;
}

.veestore-legal__sections p + p {
    margin-top: 14px;
}

.veestore-legal__document {
    color: #121212;
    font-family: sans-serif;
    font-size: 11pt;
    line-height: 1.08;
}

.veestore-legal__document h1,
.veestore-legal__document h2,
.veestore-legal__document h3,
.veestore-legal__document h4,
.veestore-legal__document h5,
.veestore-legal__document h6,
.veestore-legal__document p {
    color: inherit;
    font-size: inherit;
    line-height: 1.08;
    margin: 0 0 8pt;
}

.veestore-legal__document li {
    margin: 0 0 8pt;
}

.veestore-legal__document ul,
.veestore-legal__document ol {
    list-style-position: outside;
    margin: 0 0 8pt 36pt;
}

.veestore-legal__document table {
    border-collapse: collapse;
    display: block;
    margin: 18px 0;
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}

.veestore-legal__document td,
.veestore-legal__document th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.veestore-page--services .veestore-hero,
.veestore-page--terms-and-conditions .veestore-hero,
.veestore-page--privacy-policy .veestore-hero,
.veestore-page--payment-policy .veestore-hero,
.veestore-page--shipping-policy .veestore-hero,
.veestore-page--refund-policy .veestore-hero,
.veestore-page--return-policy .veestore-hero {
    min-height: 390px;
    text-align: center;
}

.veestore-page--services .veestore-hero__overlay,
.veestore-page--terms-and-conditions .veestore-hero__overlay,
.veestore-page--privacy-policy .veestore-hero__overlay,
.veestore-page--payment-policy .veestore-hero__overlay,
.veestore-page--shipping-policy .veestore-hero__overlay,
.veestore-page--refund-policy .veestore-hero__overlay,
.veestore-page--return-policy .veestore-hero__overlay {
    background: rgba(196, 196, 196, .58);
}

.veestore-page--services .veestore-hero__content,
.veestore-page--terms-and-conditions .veestore-hero__content,
.veestore-page--privacy-policy .veestore-hero__content,
.veestore-page--payment-policy .veestore-hero__content,
.veestore-page--shipping-policy .veestore-hero__content,
.veestore-page--refund-policy .veestore-hero__content,
.veestore-page--return-policy .veestore-hero__content {
    color: #0b0b0c;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.veestore-page--services .veestore-hero h1,
.veestore-page--terms-and-conditions .veestore-hero h1,
.veestore-page--privacy-policy .veestore-hero h1,
.veestore-page--payment-policy .veestore-hero h1,
.veestore-page--shipping-policy .veestore-hero h1,
.veestore-page--refund-policy .veestore-hero h1,
.veestore-page--return-policy .veestore-hero h1 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    max-width: 880px;
}

.veestore-page--services .veestore-hero h1 {
    max-width: 640px;
}

.veestore-page--services .veestore-hero__description {
    color: #858586;
    font-size: 16px;
    line-height: 1.45;
    max-width: 862px;
}

@media (max-width: 1024px) {
    .veestore-shell {
        padding-left: 32px;
        padding-right: 32px;
    }

    .veestore-about-intro,
    .veestore-faq-layout {
        gap: 44px;
        grid-template-columns: 1fr;
    }

    .veestore-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .veestore-service-card {
        grid-template-columns: 1fr;
    }

    .veestore-service-card:nth-child(odd) img {
        order: initial;
    }

    .veestore-faq-intro {
        position: static;
    }
}

@media (max-width: 640px) {
    .veestore-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .veestore-section {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .veestore-hero {
        min-height: 390px;
    }

    .veestore-hero__content {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .veestore-hero h1 {
        font-size: 39px;
    }

    .veestore-hero__description {
        font-size: 16px;
    }

    .veestore-about-intro__media {
        min-height: 480px;
    }

    .veestore-about-intro__media > img {
        height: 330px;
        width: 100%;
    }

    .veestore-mission-card {
        width: 92%;
    }

    .veestore-feature-grid {
        grid-template-columns: 1fr;
    }

    .veestore-feature-card {
        min-height: auto;
    }

    .veestore-cta-wrap {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .veestore-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 38px 28px;
    }

    .veestore-service-card {
        gap: 20px;
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .veestore-service-card__number {
        height: 56px;
        width: 56px;
    }

    .veestore-faq-intro {
        padding: 32px 26px;
    }

    .veestore-faq-item summary {
        font-size: 17px;
    }
}
