/* Vyayata brand — core palette + Bootstrap theme overrides */
:root {
    /* Brand */
    --vt-black: #000000;
    --vt-orange: #ff7000;
    --vt-peach: #ffd5aa;

    /* Derived (harmony) */
    --vt-orange-hover: #e65f00;
    --vt-orange-soft: #ffe4cc;
    --vt-peach-muted: #fff5eb;
    --vt-body-text: #1a1a1a;
    --vt-muted-text: #5c5c5c;

    /* Bootstrap 5 primary = brand orange */
    --bs-primary: #ff7000;
    --bs-primary-rgb: 255, 112, 0;
    --bs-primary-bg-subtle: #ffd5aa;
    --bs-primary-border-subtle: #ffb366;
    --bs-primary-text-emphasis: #663000;

    --bs-link-color: #ff7000;
    --bs-link-hover-color: #cc5a00;
    --bs-focus-ring-color: rgba(255, 112, 0, 0.35);

    /* Layout tokens */
    --vt-topbar: var(--vt-black);
    --vt-whatsapp: var(--vt-orange);
    --vt-cta: linear-gradient(125deg, #000000 0%, #ff7000 48%, #ffb347 100%);
    --vt-hero-b: linear-gradient(125deg, #1a1a1a 0%, #cc5500 42%, #ff7000 72%, #ffd5aa 100%);
    --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--font-sans);
    color: var(--vt-body-text);
    overflow-x: hidden;
}

/* Primary buttons: crisp on peach sections */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--vt-orange);
    --bs-btn-border-color: var(--vt-orange);
    --bs-btn-hover-bg: var(--vt-orange-hover);
    --bs-btn-hover-border-color: var(--vt-orange-hover);
    --bs-btn-active-bg: #cc5a00;
    --bs-btn-active-border-color: #cc5a00;
    --bs-btn-disabled-bg: #ccc;
    --bs-btn-disabled-border-color: #ccc;
}

.btn-outline-primary {
    --bs-btn-color: var(--vt-orange);
    --bs-btn-border-color: var(--vt-orange);
    --bs-btn-hover-bg: var(--vt-orange);
    --bs-btn-hover-border-color: var(--vt-orange);
    --bs-btn-active-bg: var(--vt-orange-hover);
    --bs-btn-active-border-color: var(--vt-orange-hover);
}

.letter-spacing {
    letter-spacing: 0.12em;
}

/* Top bar — hidden at 425px width and below */
@media (max-width: 425px) {
    .topbar {
        display: none !important;
    }
}

.topbar {
    background: var(--vt-topbar);
    border-bottom: 1px solid rgba(255, 213, 170, 0.25);
}

/* Site-wide announcement slider — below nav, above page banner */
.announcement-bar {
    background: linear-gradient(90deg, #1a1a1a 0%, #cc5500 55%, #ff7000 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 213, 170, 0.35);
}

.announcement-bar__carousel {
    position: relative;
}

.announcement-bar__slide {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2.75rem;
    text-align: center;
}

.announcement-bar__link,
.announcement-bar__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.975rem;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}

.announcement-bar__link {
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.announcement-bar__link:hover {
    color: #fff;
    opacity: 0.92;
}

.announcement-bar__icon {
    flex-shrink: 0;
    font-size: 1rem;
    opacity: 0.95;
}

.announcement-bar__chevron {
    flex-shrink: 0;
    font-size: 0.75rem;
    opacity: 0.85;
}

.announcement-bar__indicators {
    position: absolute;
    right: 0.75rem;
    bottom: 50%;
    left: auto;
    z-index: 2;
    display: flex;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    transform: translateY(50%);
}

.announcement-bar__indicators [data-bs-target] {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.announcement-bar__indicators .active {
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .announcement-bar__slide {
        min-height: 3.25rem;
        padding: 0.55rem 2.25rem 0.55rem 0.75rem;
    }

    .announcement-bar__link,
    .announcement-bar__text {
        font-size: 0.925rem;
        font-weight: 400;
    }

    .announcement-bar__indicators {
        right: 0.5rem;
    }
}

/* Welcome note popup — first visit per session */
.welcome-banner__dialog {
    max-width: calc(100% - 1.5rem);
}

@media (min-width: 576px) {
    .welcome-banner__dialog {
        max-width: 480px;
    }
}

.welcome-banner__content {
    overflow: hidden;
    border-radius: 0.75rem;
}

.welcome-banner__header {
    padding: 0.75rem 1rem 0;
    background: #fff;
}

.welcome-banner__body {
    padding: 1rem 1.25rem 0.75rem;
    background: #fff;
}

.welcome-banner__media {
    line-height: 0;
}

.welcome-banner__image {
    display: inline-block;
    max-width: 100%;
    max-height: 11rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.welcome-banner__title {
    color: var(--vt-body-text);
}

.welcome-banner__intro {
    font-size: 0.975rem;
    font-weight: 400;
    line-height: 1.55;
}

.welcome-banner__offer {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--vt-orange);
    padding: 0.65rem 0.85rem;
    background: var(--vt-peach-muted);
    border-left: 3px solid var(--vt-orange);
    border-radius: 0.35rem;
}

.welcome-banner__footer {
    padding: 0.75rem 1.25rem 1.25rem;
    background: #fff;
    gap: 0.5rem;
}

.topbar .container {
    max-width: 100%;
}

.btn-whatsapp {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--vt-orange);
    --bs-btn-border-color: var(--vt-orange);
    --bs-btn-hover-bg: var(--vt-orange-hover);
    --bs-btn-hover-border-color: var(--vt-orange-hover);
}

/* Hero — clip carousel bleed */
.hero-carousel {
    overflow: hidden;
}

.hero-carousel .carousel {
    overflow: hidden;
}

.hero-slide {
    min-height: 420px;
}

@media (min-width: 992px) {
    .hero-slide {
        min-height: 480px;
    }
}

.hero-slide--a {
    background: var(--vt-cta);
}

.hero-slide--b {
    background: var(--vt-hero-b);
}

/* Subpage hero — background image, centered copy */
.subpage-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (min-width: 992px) {
    .subpage-hero {
        min-height: 320px;
    }
}

.subpage-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--subpage-hero-overlay, 0.5));
    pointer-events: none;
}

.subpage-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.subpage-hero__breadcrumbs {
    opacity: 0.92;
    letter-spacing: 0.02em;
}

.subpage-hero__breadcrumb-list {
    line-height: 1.4;
    gap: 0;
}

.subpage-hero__breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 0.4rem;
    opacity: 0.75;
}

.subpage-hero__breadcrumb-link {
    color: inherit;
    text-decoration: none;
}

.subpage-hero__breadcrumb-link:hover {
    color: var(--vt-peach);
    text-decoration: underline;
}

.subpage-hero__breadcrumb-item--current {
    font-weight: 500;
}

.subpage-hero__title {
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    letter-spacing: -0.02em;
}

.subpage-hero__accent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin: 1rem 0 1.25rem;
}

.subpage-hero__accent-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.subpage-hero__accent-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vt-orange);
}

.subpage-hero__accent-line {
    display: block;
    width: 52px;
    height: 2px;
    background: var(--vt-orange);
    border-radius: 1px;
}

.subpage-hero__features {
    font-size: 1.05rem;
    font-weight: 500;
    opacity: 0.95;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575.98px) {
    .subpage-hero__title {
        font-size: clamp(1.65rem, 7vw, 2.25rem);
    }

    .subpage-hero__features {
        font-size: 0.9rem;
    }
}

.hero-illustration {
    max-height: 320px;
    width: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
}

/* Mobile & tablet — full-width banner image above copy */
@media (max-width: 991.98px) {
    .hero-slide {
        flex-direction: column;
        align-items: stretch !important;
        min-height: 0;
        background: #fff !important;
    }

    .hero-slide .container {
        background-color: #fff;
    }

    .hero-slide .col-lg-7.text-white,
    .hero-slide .col-lg-7.text-white h1,
    .hero-slide .col-lg-7.text-white h2 {
        color: var(--vt-black) !important;
        opacity: 1 !important;
    }

    .hero-slide .col-lg-7.text-white .text-uppercase {
        color: var(--vt-black) !important;
        opacity: 0.85 !important;
    }

    .hero-slide .col-lg-7.text-white .lead {
        color: var(--vt-black) !important;
        opacity: 0.9 !important;
    }

    .hero-slide .btn-outline-light {
        --bs-btn-color: var(--vt-body-text);
        --bs-btn-border-color: var(--vt-body-text);
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: var(--vt-body-text);
        --bs-btn-hover-border-color: var(--vt-body-text);
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: var(--vt-body-text);
        --bs-btn-active-border-color: var(--vt-body-text);
    }

    .hero-slide .btn-light {
        --bs-btn-color: #fff;
        --bs-btn-bg: var(--vt-orange);
        --bs-btn-border-color: var(--vt-orange);
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: var(--vt-orange-hover);
        --bs-btn-hover-border-color: var(--vt-orange-hover);
    }

    .hero-slide__media--mobile {
        order: -1;
        flex: 0 0 auto;
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 1.75rem 0 0;
        overflow: hidden;
        line-height: 0;
        background-color: #fff;
    }

    .hero-slide__media--mobile .hero-illustration--banner {
        display: block;
        width: 100% !important;
        max-width: none !important;
        min-width: 100%;
        height: auto !important;
        max-height: none !important;
        margin: 0;
        padding: 2rem;
        /* transform: scale(1.22); */
        transform-origin: center center;
        filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.1));
    }

    .hero-slide__title,
    .hero-slide h1,
    .hero-slide h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.2;
    }

    .hero-slide .lead {
        font-size: 1rem;
        margin-bottom: 1.25rem !important;
    }

    /* Room for carousel dots below the CTA */
    .hero-carousel .carousel-indicators {
        bottom: 0.75rem;
        z-index: 3;
        margin-bottom: 0;
    }

    .hero-carousel .carousel-indicators [data-bs-target] {
        background-color: rgba(0, 0, 0, 0.35);
    }

    .hero-carousel .carousel-indicators .active {
        background-color: var(--vt-black);
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        opacity: 1;
    }

    .hero-carousel .carousel-control-prev-icon,
    .hero-carousel .carousel-control-next-icon {
        filter: brightness(0);
        opacity: 0.9;
    }

    .hero-slide .container {
        padding-bottom: 3.5rem !important;
    }

    .hero-slide .col-lg-7 > .btn {
        margin-bottom: 0.25rem;
    }
}

/* Tablet — slightly smaller banner than phone */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-slide__media--mobile {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 1.25rem 1.5rem 0;
    }

    .hero-slide__media--mobile .hero-illustration--banner {
        width: 72% !important;
        max-width: 480px !important;
        min-width: 0;
        max-height: min(260px, 32vw);
        margin-inline: auto;
        padding: 1rem;
    }
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 3rem;
    opacity: 0.9;
}

/* Muted sections: warm tint from peach */
.section-muted {
    background-color: var(--vt-peach-muted);
}

/* Strategy split section — image / copy */
.strategy-section__figure {
    position: relative;
}

.strategy-section__img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.strategy-section__figure .strategy-section__img {
    display: inline-block;
    vertical-align: middle;
}

.strategy-section__bullets--center,
.strategy-section__bullets--end {
    display: inline-block;
    text-align: inherit;
}

@media (max-width: 991.98px) {
    .strategy-section .order-lg-1 {
        margin-bottom: 0;
    }
}

/* Bordered feature grid (reference-style cells with arrow bullets) */
.feature-grid {
    --feature-grid-border: #e5e5e5;
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-grid__cell {
    padding: 1.75rem 1.5rem;
    border-bottom: 1px solid var(--feature-grid-border);
    border-right: none;
}

.feature-grid__cell:nth-last-child(-n+1) {
    border-bottom: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-grid__cell:not(:nth-child(2n)) {
        border-right: 1px solid var(--feature-grid-border);
    }

    .feature-grid__cell:nth-last-child(-n+1) {
        border-bottom: 1px solid var(--feature-grid-border);
    }

    .feature-grid__cell:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .feature-grid__cell:not(:nth-child(3n)) {
        border-right: 1px solid var(--feature-grid-border);
    }

    .feature-grid__cell:nth-last-child(-n+1) {
        border-bottom: 1px solid var(--feature-grid-border);
    }

    .feature-grid__cell:nth-last-child(-n+3) {
        border-bottom: none;
    }
}

.feature-grid__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    color: var(--vt-orange);
    font-size: 1.5rem;
    line-height: 1;
}

.feature-grid__title {
    margin-bottom: 0.75rem;
    color: var(--vt-black);
}

.feature-grid__text {
    color: var(--vt-muted-text);
    line-height: 1.6;
}

.feature-grid__bullets {
    color: var(--vt-body-text);
}

.feature-grid__bullet-item {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    line-height: 1.55;
}

.feature-grid__bullet-item + .feature-grid__bullet-item {
    margin-top: 0.4rem;
}

.feature-grid__bullet-mark {
    flex-shrink: 0;
    font-weight: 600;
    color: var(--vt-orange);
}

.service-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(255, 112, 0, 0.08) !important;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12) !important;
}

.icon-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    font-size: 1.25rem;
}

.service-card__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 0;
    background: none;
}

/* Platform rows — logo left, copy right */
.platform-rows-section__intro {
    max-width: 640px;
}

.platform-rows-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.platform-rows__item {
    padding: 1.75rem 0;
    border-bottom: 1px solid rgba(255, 112, 0, 0.15);
}

.platform-rows__item--last {
    border-bottom: 0;
    padding-bottom: 0;
}

.platform-rows__item:first-child {
    padding-top: 0;
}

.platform-rows__logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-rows__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.platform-rows__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.platform-rows__icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #fff;
    color: var(--vt-orange);
    font-size: 1.35rem;
}

.platform-rows__subtitle {
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

.platform-rows__text {
    line-height: 1.55;
}

.platform-rows__highlights {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.platform-rows__highlight {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.65rem 0.85rem;
    background: var(--vt-peach-muted);
    border-left: 3px solid var(--vt-orange);
    border-radius: 0 0.5rem 0.5rem 0;
}

.platform-rows__highlight-headline {
    color: var(--vt-black);
    font-size: 0.95rem;
}

.platform-rows__highlight-text {
    color: #555;
    font-size: 0.875rem;
    line-height: 1.45;
}

.platform-rows__bullets {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.platform-rows__bullet {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.platform-rows__bullet .bi {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

@media (min-width: 768px) {
    .platform-rows__logo-col {
        align-items: center;
        justify-content: center;
        align-self: stretch;
    }

    .platform-rows__logo-wrap {
        margin-inline: auto;
    }
}

@media (min-width: 1024px) {
    .platform-rows__highlights {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .platform-rows__logo-wrap {
        margin-inline: auto;
    }

    .platform-rows__body {
        text-align: center;
    }

    .platform-rows__bullet {
        justify-content: center;
        text-align: left;
    }
}

/* Marketplace services list */
.marketplace-services-list__subtitle {
    max-width: 44rem;
    margin-inline: auto;
}

.marketplace-services-list__intro {
    max-width: 40rem;
}

.marketplace-services-list__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .marketplace-services-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem 1.25rem;
    }
}

.marketplace-services-list__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid rgba(255, 112, 0, 0.14);
    border-radius: 0.65rem;
    box-shadow: 0 0.12rem 0.4rem rgba(26, 26, 26, 0.04);
}

.section-muted .marketplace-services-list__item {
    background: #fff;
}

.marketplace-services-list__index {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: var(--vt-peach-muted);
    color: var(--vt-orange);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
}

.marketplace-services-list__label {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.45;
    padding-top: 0.1rem;
}

/* Config schema playground */
.schema-config-card {
    scroll-margin-top: 7rem;
}

.schema-go-config-btn {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1040;
    border-radius: 999px;
    padding-inline: 1.1rem;
    box-shadow: 0 0.5rem 1.25rem rgba(255, 112, 0, 0.35) !important;
}

@media (max-width: 575.98px) {
    .schema-go-config-btn {
        right: 0.85rem;
        bottom: 0.85rem;
        font-size: 0.875rem;
    }
}

.partner-logo {
    max-height: 3rem;
    object-fit: contain;
    filter: grayscale(0.15);
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.partner-logos .partner-logo:hover {
    opacity: 1;
}

/* Services highlight — audience line */
.services-highlight {
    border-block: 1px solid rgba(255, 112, 0, 0.12);
}

.services-highlight__line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 0.4rem;
    row-gap: 0.5rem;
    font-size: clamp(1.0625rem, 2.6vw + 0.35rem, 1.5rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--vt-body-text);
}

.services-highlight__prefix {
    font-weight: 500;
    color: var(--vt-muted-text);
    white-space: nowrap;
}

.services-highlight__segment {
    white-space: nowrap;
}

.services-highlight__sep {
    color: var(--vt-orange);
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

@media (min-width: 768px) {
    .services-highlight__line {
        font-size: clamp(1.2rem, 1.4vw + 0.85rem, 1.85rem);
        column-gap: 0.55rem;
    }
}

@media (min-width: 1200px) {
    .services-highlight__line {
        flex-wrap: nowrap;
        font-size: clamp(1.5rem, 1.1vw + 0.9rem, 2.125rem);
        column-gap: 0.65rem;
    }
}

/* CTA strip */
.cta-strip {
    background: var(--vt-cta);
}

/* Testimonial carousel */
#testimonialCarousel.carousel {
    overflow: hidden;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: 3rem;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
}

/* Orange control pads; Bootstrap SVG chevrons stay readable */
#testimonialCarousel .vt-carousel-icon {
    background-color: var(--vt-orange);
    border-radius: 0.375rem;
}

/* Instagram feed — grid (5 columns × 2 rows on large screens) */
.instagram-section__intro {
    max-width: 40rem;
}

.instagram-grid {
    margin-left: 0;
    margin-right: 0;
}

.instagram-card {
    background: var(--vt-orange-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    line-height: 0;
    overflow: hidden;
}

.instagram-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.35rem 0.85rem rgba(0, 0, 0, 0.1) !important;
}

.instagram-card__img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    display: block;
}

.instagram-card__badge {
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    width: 1.65rem;
    height: 1.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.9rem;
}

.instagram-section__cta {
    font-size: 1.0625rem;
    font-weight: 600;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-radius: 0.5rem;
}

@media (min-width: 992px) {
    .instagram-section__cta {
        font-size: 1.125rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

/* Cards + blog */
.card-img-top {
    object-fit: cover;
    max-height: 200px;
    background: var(--vt-orange-soft);
}

/* Footer */
.footer {
    background: var(--vt-black);
    border-top: 3px solid var(--vt-orange);
}

/* Header logo — scales down on narrow viewports, avoids overflow next to toggler */
.navbar-wrap .navbar-brand {
    line-height: 0;
}

/* Nested dropdown inside Services menu */
.dropdown-submenu > .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    float: none !important;
    width: 100%;
    margin-top: 0.25rem;
    margin-left: 0;
    padding-left: 0.5rem;
    border: 0;
    box-shadow: none !important;
    background: transparent;
}

.submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.submenu-toggle.dropdown-toggle::after {
    display: none;
}

.submenu-chevron {
    font-size: 0.72rem;
    opacity: 0.8;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.dropdown-submenu > .dropdown-toggle:hover,
.dropdown-submenu > .dropdown-toggle:focus,
.dropdown-submenu > .dropdown-toggle.show {
    background-color: var(--vt-peach-muted);
    color: var(--vt-black);
}

.dropdown-submenu > .dropdown-toggle.show .submenu-chevron {
    transform: rotate(90deg);
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .dropdown-submenu .dropdown-menu .dropdown-item {
        padding-left: 1rem;
    }

    .dropdown-submenu > .dropdown-toggle.show .submenu-chevron {
        transform: rotate(90deg);
    }
}

.dropdown-submenu .dropdown-menu .dropdown-item {
    white-space: normal;
    line-height: 1.35;
}

.navbar-brand-logo {
    display: block;
    height: clamp(1.625rem, 4.2vw, 2.625rem);
    width: auto;
    max-width: min(220px, calc(100vw - 8rem));
    object-fit: contain;
    object-position: left center;
}

.navbar-brand-logo--drawer {
    max-width: min(200px, 72vw);
    height: clamp(1.5rem, 4vw, 2.125rem);
}

@media (max-width: 374px) {
    .navbar-brand-logo {
        max-width: min(160px, calc(100vw - 6.5rem));
        height: clamp(1.375rem, 5vw, 1.75rem);
    }
}

/* Accordion: brand accent on open state */
.accordion-button:not(.collapsed) {
    background-color: var(--vt-peach-muted);
    color: var(--vt-black);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 112, 0, 0.25);
}

/*
 * Navbar: inline desktop menu only at xl (≥1200px).
 */
@media (min-width: 1200px) {
    .navbar .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        width: auto !important;
        height: auto !important;
        transition: none;
    }

    .navbar .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 1;
        padding: 0;
        overflow: visible;
    }
}

/* ---------- Intro section (page headers) ---------- */
.intro-section:not(.section-muted) {
    background: linear-gradient(180deg, var(--vt-peach-muted) 0%, #fff 100%);
}

.intro-section__eyebrow {
    color: var(--vt-orange);
    letter-spacing: 0.14em;
}

.intro-section__title {
    color: var(--vt-black);
    letter-spacing: -0.02em;
}

.intro-section__lead {
    max-width: 38rem;
    line-height: 1.55;
}

.intro-section__highlights {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 42rem;
}

.intro-section__highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid rgba(255, 112, 0, 0.18);
    border-radius: 0.75rem;
    box-shadow: 0 0.15rem 0.5rem rgba(26, 26, 26, 0.04);
}

.intro-section__highlight-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--vt-peach-muted);
    color: var(--vt-orange);
    font-size: 1.15rem;
}

.intro-section__highlight-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.intro-section__highlight-headline {
    color: var(--vt-black);
    font-size: 1rem;
    line-height: 1.35;
}

.intro-section__highlight-text {
    color: #5c5c5c;
    font-size: 0.9rem;
    line-height: 1.45;
}

.intro-section__bullets {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: 38rem;
}

.intro-section__bullet {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #444;
}

.intro-section__bullet .bi {
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 1.1rem;
}

.intro-section__closing {
    color: var(--vt-black);
    font-size: 1.1rem;
    line-height: 1.5;
    max-width: 38rem;
}

.intro-section__cta-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.intro-section__cta-wrap {
    width: 100%;
}

.intro-section__cta {
    width: 100%;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .intro-section__cta-wrap {
        width: auto;
    }

    .intro-section__cta {
        width: auto;
        min-width: 12rem;
    }
}

/* Form validation messages — hidden until JS adds .d-block */
.invalid-feedback[data-error-for] {
    display: none;
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: 0.8125rem;
    line-height: 1.3;
}

.invalid-feedback[data-error-for].d-block {
    display: block;
    margin-top: 0.15rem;
}

/* ---------- Contact page ---------- */

.contact-page-alert {
    border-radius: 0.75rem;
}

.contact-page-alert__icon {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(25, 135, 84, 0.15);
    color: #0f5132;
}

.contact-map {
    background: linear-gradient(145deg, var(--vt-peach-muted) 0%, #fff 55%);
    min-height: 280px;
}

.contact-map--tall {
    min-height: 100%;
}

@media (min-width: 992px) {
    .contact-map--tall {
        min-height: 420px;
    }

    .contact-map--tall iframe {
        min-height: 420px !important;
    }
}

.contact-map iframe {
    display: block;
}

.contact-office-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-office-card__accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 1rem 0 0 1rem;
    background: linear-gradient(180deg, var(--vt-orange) 0%, #ffb347 100%);
}

.contact-office-card__inner {
    padding-left: calc(1.25rem + 5px) !important;
}

@media (min-width: 1200px) {
    .contact-office-card__inner {
        padding-left: calc(1.5rem + 5px) !important;
    }
}

.contact-office-list__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-office-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-office-list__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: var(--vt-peach-muted);
    color: var(--vt-orange);
    font-size: 1.15rem;
}

.contact-office-list__label {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
}

.contact-office-list__value {
    color: var(--vt-body-text);
    font-weight: 500;
}

a.contact-office-list__value:hover {
    color: var(--vt-orange);
}

.contact-callback-strip {
    background: linear-gradient(180deg, #fff 0%, var(--vt-peach-muted) 35%, var(--vt-peach-muted) 100%);
    margin-top: -0.5rem;
}

@media (min-width: 992px) {
    .contact-callback-strip {
        padding-bottom: 4rem !important;
    }
}

.contact-callback-panel {
    border: 1px solid rgba(255, 112, 0, 0.2);
}

.contact-callback-panel__intro {
    background: var(--vt-cta);
}

.contact-callback-panel__form-wrap {
    background: #fff;
}

.contact-callback-form__control.is-invalid {
    border-color: var(--bs-danger);
}

.contact-callback-form__control.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}


.contact-callback-form__submit:disabled {
    opacity: 0.85;
    cursor: wait;
}

.contact-lead-form .form-control.is-invalid,
.contact-lead-form .form-select.is-invalid {
    border-color: var(--bs-danger);
}

.contact-lead-form .form-control.is-invalid:focus,
.contact-lead-form .form-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}


.contact-lead-form .btn-primary:disabled {
    opacity: 0.85;
    cursor: wait;
}

.contact-callback-form__control {
    font-size: 0.875rem;
    border-radius: 0.65rem;
    border-color: rgba(0, 0, 0, 0.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.contact-callback-form__control:focus {
    border-color: var(--vt-orange);
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 0, 0.2);
}

.contact-callback-form__actions {
    padding-top: 1.25rem;
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    .contact-callback-form__actions {
        justify-content: flex-end;
    }
}

.contact-callback-form__submit {
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    box-shadow: 0 0.35rem 1rem rgba(255, 112, 0, 0.35);
}

@media (min-width: 576px) {
    .contact-callback-form__submit {
        min-width: 13rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.contact-callback-form__submit:hover {
    box-shadow: 0 0.45rem 1.15rem rgba(255, 112, 0, 0.45);
}

/* ---------- Stats section ---------- */
.stats-section__intro {
    max-width: 42rem;
}

.stats-card {
    border-radius: 1rem;
}

.stats-card__value {
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.stats-card__label {
    color: var(--vt-orange);
    letter-spacing: 0.08em;
}
