/* =============================================
   Golden Visa Dubai — service page styles
   Brand colors: #0b032a (dark navy), #296D6B (teal), #f5b329 (gold accent)
   ============================================= */

:root {
    --gv-dark: #0b032a;
    --gv-green: #296D6B;
    --gv-green-soft: #85a6a6;
    --gv-cream: #f3f8f7;
    --gv-bg: #f7f9f9;
    --gv-card: #ffffff;
    --gv-line: rgba(41, 109, 107, 0.16);
    --gv-text: #373737;
    --gv-muted: #5a5a5a;
}

.gv-page {
    font-family: 'Roboto', sans-serif;
    color: var(--gv-text);
    background: var(--gv-card);
}

.gv-page h1,
.gv-page h2,
.gv-page h3 {
    font-family: 'Roboto', sans-serif;
    color: var(--gv-dark);
}

.gv-section {
    padding: 80px 24px;
}

.gv-section.alt {
    background: var(--gv-bg);
}

.gv-container {
    max-width: 1180px;
    margin: 0 auto;
}

.gv-section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    color: var(--gv-green);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.gv-section-head {
    max-width: 760px;
    margin-bottom: 40px;
}

.gv-section-head h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.gv-section-head p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--gv-muted);
}

/* HERO */
.gv-hero {
    background: linear-gradient(135deg, #f7f9f9 0%, #eef3f3 100%);
    padding: 130px 24px 60px;
}

.gv-hero-text {
    max-width: 860px;
    margin-bottom: 28px;
}

.gv-breadcrumbs {
    font-size: 14px;
    font-weight: 500;
    color: var(--gv-green);
    margin-bottom: 18px;
}

.gv-breadcrumbs a {
    color: var(--gv-green);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    font-weight: 600;
}

.gv-breadcrumbs a:hover {
    color: var(--gv-dark);
    text-decoration-thickness: 2px;
}

.gv-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--gv-green);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.gv-title {
    font-size: 38px;
    line-height: 1.18;
    font-weight: 700;
    color: var(--gv-dark);
    margin-bottom: 14px;
}

.gv-subtitle {
    font-size: 17px;
    line-height: 1.55;
    color: var(--gv-muted);
    max-width: 820px;
}

.gv-subtitle strong {
    color: var(--gv-dark);
    font-weight: 700;
}

.gv-hero-bottom {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 44px;
    align-items: start;
}

.gv-hero-card {
    background: var(--gv-card);
    border: 1px solid var(--gv-line);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 16px 38px rgba(11, 3, 42, 0.08);
}

.gv-hero-card h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 16px;
    color: var(--gv-dark);
}

.gv-hero-card ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.gv-hero-card li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--gv-text);
}

.gv-hero-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gv-green);
    font-weight: 700;
}

.gv-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.gv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
    text-align: center;
}

.gv-btn-primary {
    background: var(--gv-green);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(41, 109, 107, 0.22);
}

.gv-btn-primary:hover {
    background: #235e5c;
    color: #ffffff;
    transform: translateY(-2px);
}

.gv-btn-secondary {
    background: #ffffff;
    color: var(--gv-green);
    border: 1px solid rgba(41, 109, 107, 0.22);
}

.gv-btn-secondary:hover {
    background: var(--gv-cream);
    color: var(--gv-green);
}

.gv-small-list {
    border-top: 1px solid var(--gv-line);
    padding-top: 14px;
}

.gv-small-list p {
    position: relative;
    padding-left: 26px;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--gv-text);
}

.gv-small-list p::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gv-green);
    font-weight: 700;
}

.gv-hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
}

.gv-residency-label {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    background: var(--gv-dark);
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    box-shadow: 0 8px 18px rgba(11, 3, 42, 0.18);
}

.gv-visa-img {
    width: 100%;
    max-width: 430px;
    filter: drop-shadow(0 14px 22px rgba(11, 3, 42, 0.18));
    border-radius: 12px;
}

/* ELIGIBILITY */
.gv-eligibility-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 28px;
    align-items: start;
}

.gv-eligibility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.gv-category-card {
    position: relative;
    background: var(--gv-card);
    border: 1px solid var(--gv-line);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 10px 26px rgba(11, 3, 42, 0.06);
    overflow: hidden;
}

.gv-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gv-green);
}

.gv-wide-card {
    grid-column: 1 / -1;
}

.gv-card-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gv-cream);
    border-radius: 12px;
    margin-bottom: 16px;
    font-size: 22px;
    color: var(--gv-green);
}

.gv-category-card h3 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.gv-duration {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--gv-green);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.gv-category-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--gv-muted);
    margin-bottom: 16px;
}

.gv-requirements {
    background: var(--gv-cream);
    border-left: 3px solid var(--gv-green);
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #2f5f5d;
    font-weight: 600;
}

.gv-check-card {
    position: sticky;
    top: 24px;
    background: var(--gv-cream);
    border: 1px solid var(--gv-line);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 12px 28px rgba(11, 3, 42, 0.08);
}

.gv-check-label {
    color: var(--gv-green);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.gv-check-card h3 {
    font-size: 22px;
    line-height: 1.22;
    margin-bottom: 12px;
    color: var(--gv-dark);
}

.gv-check-card p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--gv-muted);
    margin-bottom: 18px;
}

.gv-check-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 12px;
    background: var(--gv-dark);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: 0.25s ease;
}

.gv-check-btn:hover {
    background: #1a0d40;
    color: #ffffff;
    transform: translateY(-2px);
}

.gv-check-note {
    margin-top: 12px;
    font-size: 13px;
    color: var(--gv-muted);
    text-align: center;
    font-weight: 500;
}

/* WHAT NEXT preview */
.gv-process-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 44px;
    align-items: center;
}

.gv-process-grid h2 {
    font-size: 30px;
    line-height: 1.22;
    color: var(--gv-dark);
}

.gv-process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gv-step {
    background: var(--gv-bg);
    border-radius: 14px;
    padding: 22px;
    border: 1px solid var(--gv-line);
}

.gv-step span.gv-step-num {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gv-green);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 14px;
}

.gv-step h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.gv-step p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--gv-muted);
}

/* TIMELINE */
.gv-timeline-container {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 56px;
    align-items: start;
}

.gv-timeline-left {
    position: sticky;
    top: 24px;
}

.gv-timeline-left h2 {
    font-size: 30px;
    line-height: 1.18;
    margin-bottom: 16px;
}

.gv-timeline-left p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--gv-muted);
    margin-bottom: 24px;
}

.gv-duration-card {
    background: var(--gv-cream);
    border: 1px solid var(--gv-line);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(11, 3, 42, 0.06);
}

.gv-duration-card span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gv-green);
    margin-bottom: 8px;
}

.gv-duration-card strong {
    display: block;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--gv-dark);
    font-weight: 700;
}

.gv-duration-card small {
    font-size: 14px;
    line-height: 1.55;
    color: var(--gv-muted);
}

.gv-timeline-steps {
    position: relative;
    padding-left: 32px;
}

.gv-timeline-steps::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--gv-green-soft);
}

.gv-timeline-step {
    position: relative;
    background: var(--gv-card);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 18px;
    border: 1px solid var(--gv-line);
    box-shadow: 0 10px 26px rgba(11, 3, 42, 0.05);
}

.gv-timeline-step::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gv-green);
    border: 3px solid var(--gv-bg);
    box-shadow: 0 0 0 3px rgba(41, 109, 107, 0.15);
}

.gv-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.gv-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gv-cream);
    color: var(--gv-green);
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.gv-step-duration {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--gv-green);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.gv-timeline-step h3 {
    font-size: 20px;
    line-height: 1.22;
    margin-bottom: 10px;
}

.gv-timeline-step p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--gv-muted);
}

.gv-timeline-note {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #6b6b6b;
}

/* BENEFITS */
.gv-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.gv-benefit-card {
    position: relative;
    background: var(--gv-bg);
    border-radius: 16px;
    padding: 26px 22px;
    border: 1px solid var(--gv-line);
    box-shadow: 0 10px 26px rgba(11, 3, 42, 0.04);
    transition: 0.25s ease;
    overflow: hidden;
}

.gv-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gv-green);
}

.gv-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(11, 3, 42, 0.08);
}

.gv-benefit-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gv-cream);
    border-radius: 14px;
    font-size: 26px;
    margin-bottom: 18px;
    color: var(--gv-green);
}

.gv-benefit-card h3 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.gv-benefit-card p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--gv-muted);
}

/* WHY US */
.gv-why-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 32px;
    align-items: stretch;
}

.gv-why-content {
    background: var(--gv-card);
    border-radius: 16px;
    padding: 36px;
    border: 1px solid var(--gv-line);
    box-shadow: 0 12px 28px rgba(11, 3, 42, 0.06);
}

.gv-why-content h2 {
    font-size: 30px;
    line-height: 1.18;
    margin-bottom: 16px;
}

.gv-why-content p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--gv-muted);
    margin-bottom: 24px;
}

.gv-why-list {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.gv-why-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--gv-bg);
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid var(--gv-line);
}

.gv-why-check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gv-green);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
}

.gv-why-item strong {
    display: block;
    font-size: 15px;
    line-height: 1.45;
    color: var(--gv-dark);
    font-weight: 600;
}

.gv-why-note {
    background: var(--gv-cream);
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--gv-dark);
    font-weight: 600;
}

.gv-why-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 100%;
    background: linear-gradient(135deg, var(--gv-dark) 0%, var(--gv-green) 100%);
    box-shadow: 0 12px 28px rgba(11, 3, 42, 0.10);
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gv-why-visual-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    padding: 24px;
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.gv-why-visual-card span {
    display: inline-flex;
    padding: 7px 13px;
    border-radius: 999px;
    background: var(--gv-green);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.gv-why-visual-card h3 {
    font-size: 22px;
    line-height: 1.22;
    margin-bottom: 10px;
}

.gv-why-visual-card p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--gv-muted);
}

/* RESPONSIVE */
@media (max-width: 980px) {
    .gv-section {
        padding: 64px 24px;
    }

    .gv-hero {
        padding: 120px 24px 48px;
    }

    .gv-hero-bottom,
    .gv-eligibility-layout,
    .gv-process-grid,
    .gv-timeline-container,
    .gv-why-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gv-check-card,
    .gv-timeline-left {
        position: relative;
        top: auto;
    }

    .gv-process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .gv-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gv-hero-visual {
        align-items: center;
        padding-top: 0;
    }

    .gv-why-visual {
        min-height: 320px;
    }
}

@media (max-width: 720px) {
    .gv-section {
        padding: 56px 18px;
    }

    .gv-hero {
        padding: 110px 18px 40px;
    }

    .gv-title {
        font-size: 28px;
    }

    .gv-subtitle {
        font-size: 15px;
    }

    .gv-section-head h2,
    .gv-process-grid h2,
    .gv-timeline-left h2,
    .gv-why-content h2 {
        font-size: 26px;
    }

    .gv-eligibility-grid {
        grid-template-columns: 1fr;
    }

    .gv-wide-card {
        grid-column: auto;
    }

    .gv-process-steps,
    .gv-benefits-grid {
        grid-template-columns: 1fr;
    }

    .gv-category-card,
    .gv-check-card,
    .gv-timeline-step,
    .gv-benefit-card,
    .gv-why-content,
    .gv-why-visual {
        padding: 22px;
    }

    .gv-hero-card {
        padding: 22px;
    }

    .gv-step-top {
        flex-wrap: wrap;
        gap: 10px;
    }

    .gv-duration-card strong {
        font-size: 38px;
    }

    .gv-timeline-steps {
        padding-left: 26px;
    }

    .gv-residency-label {
        font-size: 16px;
        padding: 10px 18px;
    }
}

@media (max-width: 480px) {
    .gv-title {
        font-size: 24px;
    }

    .gv-section-head h2,
    .gv-process-grid h2,
    .gv-timeline-left h2,
    .gv-why-content h2 {
        font-size: 22px;
    }

    .gv-hero-card h2 {
        font-size: 19px;
    }

    .gv-category-card h3,
    .gv-timeline-step h3,
    .gv-benefit-card h3 {
        font-size: 17px;
    }
}

/* =============================================
   Defensive overrides — beat common-service.css generic tag rules.
   .page_wrap p / .page_wrap img / .page_wrap span/strong/i / .page_wrap a
   have specificity (0,1,1) and were overriding our (0,1,0) rules.
   .page_wrap.gv-page .gv-foo is (0,3,0) — wins cleanly without !important.
   ============================================= */

/* Hero subtitle — was rendering white 14px/25px (invisible on light hero) */
.page_wrap.gv-page .gv-subtitle {
    color: var(--gv-muted);
    font-size: 17px;
    line-height: 1.55;
}

/* Hero label/breadcrumbs/section labels — were forced to white.
   !important here because they sit inside .gv-section-head/.gv-check-card whose `p`
   rules tie on specificity. Defensive override block — !important is appropriate. */
.page_wrap.gv-page .gv-label,
.page_wrap.gv-page .gv-breadcrumbs,
.page_wrap.gv-page .gv-section-label,
.page_wrap.gv-page .gv-check-label {
    color: var(--gv-green) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.page_wrap.gv-page .gv-breadcrumbs {
    font-size: 14px !important;
    text-transform: none;
    letter-spacing: normal;
}

/* Breadcrumb links — make them clearly clickable */
.page_wrap.gv-page .gv-breadcrumbs a {
    color: var(--gv-green) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    font-weight: 600;
}

.page_wrap.gv-page .gv-breadcrumbs a:hover {
    color: var(--gv-dark) !important;
    text-decoration-thickness: 2px;
}

/* Hero visa image — was rendering 736px wide instead of capped at 430px */
.page_wrap.gv-page .gv-visa-img {
    max-width: 430px;
}

/* Body copy in cards — .page_wrap p forced color/font-size/line-height */
.page_wrap.gv-page .gv-section-head p,
.page_wrap.gv-page .gv-process-grid p,
.page_wrap.gv-page .gv-timeline-left p,
.page_wrap.gv-page .gv-category-card p,
.page_wrap.gv-page .gv-step p,
.page_wrap.gv-page .gv-timeline-step p,
.page_wrap.gv-page .gv-benefit-card p,
.page_wrap.gv-page .gv-check-card p,
.page_wrap.gv-page .gv-why-content p,
.page_wrap.gv-page .gv-why-visual-card p {
    color: var(--gv-muted);
    font-size: 14px;
    line-height: 1.6;
}

.page_wrap.gv-page .gv-section-head p { font-size: 16px; }
.page_wrap.gv-page .gv-timeline-left p { font-size: 15px; }
.page_wrap.gv-page .gv-why-content p { font-size: 15px; }
.page_wrap.gv-page .gv-process-grid p { font-size: 15px; }

/* Category card requirements box */
.page_wrap.gv-page .gv-requirements {
    color: #2f5f5d;
    font-size: 13px;
    line-height: 1.5;
}

/* List items / small lists / notes */
.page_wrap.gv-page .gv-hero-card li {
    color: var(--gv-text);
    font-size: 14px;
    line-height: 1.5;
}

.page_wrap.gv-page .gv-small-list p {
    color: var(--gv-text);
    font-size: 13px;
    line-height: 1.4;
}

.page_wrap.gv-page .gv-check-note,
.page_wrap.gv-page .gv-timeline-note {
    color: var(--gv-muted);
    font-size: 13px;
    line-height: 1.5;
}

.page_wrap.gv-page .gv-why-note {
    color: var(--gv-dark);
    font-size: 14px;
    line-height: 1.55;
}

/* Span/strong/i elements — .page_wrap span/strong/i overrode color */
.page_wrap.gv-page .gv-residency-label {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}

.page_wrap.gv-page .gv-duration,
.page_wrap.gv-page .gv-step-duration {
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
}

.page_wrap.gv-page .gv-step-num,
.page_wrap.gv-page .gv-step-number {
    color: #ffffff;
}

.page_wrap.gv-page .gv-step-number {
    color: var(--gv-green);
    font-size: 15px;
}

.page_wrap.gv-page .gv-why-check {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.page_wrap.gv-page .gv-duration-card span {
    color: var(--gv-green);
    font-size: 13px;
    line-height: 1.2;
}

.page_wrap.gv-page .gv-duration-card strong {
    color: var(--gv-dark);
    font-size: 48px;
    line-height: 1;
}

.page_wrap.gv-page .gv-duration-card small {
    color: var(--gv-muted);
    font-size: 14px;
    line-height: 1.55;
}

.page_wrap.gv-page .gv-why-visual-card span {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
}

/* Buttons — .page_wrap a forced font-size: inherit */
.page_wrap.gv-page .gv-btn,
.page_wrap.gv-page .gv-check-btn {
    font-size: 15px;
    line-height: 1.2;
}

.page_wrap.gv-page .gv-btn-primary,
.page_wrap.gv-page .gv-btn-primary:hover,
.page_wrap.gv-page .gv-check-btn,
.page_wrap.gv-page .gv-check-btn:hover {
    color: #ffffff;
}

.page_wrap.gv-page .gv-btn-secondary,
.page_wrap.gv-page .gv-btn-secondary:hover {
    color: var(--gv-green);
}

/* Mobile re-application of subtitle and residency-label sizes */
@media (max-width: 720px) {
    .page_wrap.gv-page .gv-subtitle { font-size: 15px; }
    .page_wrap.gv-page .gv-residency-label { font-size: 16px; }
    .page_wrap.gv-page .gv-section-head p,
    .page_wrap.gv-page .gv-process-grid p,
    .page_wrap.gv-page .gv-timeline-left p,
    .page_wrap.gv-page .gv-why-content p {
        font-size: 14px;
    }
    .page_wrap.gv-page .gv-duration-card strong { font-size: 38px; }
}
