.home-main { overflow: clip; }
.home-section { position: relative; padding-block: clamp(4.5rem, 8vw, 8rem); }
.section-heading { max-width: 690px; margin-bottom: clamp(2rem, 5vw, 3.75rem); }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child, .section-lead { color: var(--color-muted); font-size: clamp(1rem, 1.5vw, 1.15rem); }
.section-heading--center > p:last-child { max-width: 590px; margin-inline: auto; }
.icon-badge { display: inline-grid; flex: 0 0 auto; width: 3rem; height: 3rem; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-gold-light); background: rgba(212, 165, 58, 0.08); }
.icon-badge--large { width: 4rem; height: 4rem; }
.icon-badge svg, .button svg, .text-link svg, .check-list svg, .workshop-list svg, .workshop-section__icon svg, .vehicle-section svg { width: 1.45rem; height: 1.45rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button svg, .text-link svg { width: 1.1rem; height: 1.1rem; margin-left: 0.55rem; transition: transform 180ms ease; }
.button:hover svg, .text-link:hover svg { transform: translateX(0.2rem); }
.button--outline { color: var(--color-gold-light); background: rgba(5, 5, 5, 0.35); box-shadow: none; }
.button--outline:hover { color: var(--color-white); background: rgba(212, 165, 58, 0.12); }
.text-link { display: inline-flex; align-items: center; color: var(--color-gold-light); font-size: 0.88rem; font-weight: 800; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity 600ms ease var(--reveal-delay, 0ms), transform 600ms ease var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

.home-hero { position: relative; display: grid; min-height: clamp(500px, 42vw, 650px); align-items: center; isolation: isolate; overflow: hidden; }
.home-hero__media, .home-hero__overlay { position: absolute; z-index: -2; inset: 0; }
.home-hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero__overlay { z-index: -1; background: linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.88) 35%, rgba(3, 3, 3, 0.26) 69%, rgba(3, 3, 3, 0.16) 100%), linear-gradient(0deg, rgba(5, 5, 5, 0.86) 0%, transparent 42%); }
.home-hero__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(270px, 0.55fr); align-items: start; gap: 3rem; padding-block: clamp(3rem, 5vw, 5rem); }
.home-hero__content { max-width: 730px; padding-top: 1rem; }
.home-hero .eyebrow { display: flex; align-items: center; gap: 0.75rem; }
.home-hero .eyebrow::before { width: 2.5rem; height: 1px; content: ""; background: var(--color-gold); }
.home-hero__title { max-width: 720px; margin-bottom: 1.25rem; font-size: clamp(3.25rem, 6.5vw, 6.4rem); letter-spacing: -0.015em; text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.45); }
.home-hero__title span { display: block; color: var(--color-gold-light); }
.home-hero__lead { max-width: 640px; margin-bottom: 2rem; color: #dedede; font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.home-hero__contact { display: flex; width: min(100%, 320px); flex-direction: column; align-items: flex-start; gap: 0.75rem; margin-top: 0.25rem; padding: 1.25rem; border: 1px solid var(--color-border); border-radius: var(--radius); background: rgba(5, 5, 5, 0.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.home-hero__contact-brand { padding-bottom: 0.75rem; border-bottom: 1px solid var(--color-border); }
.home-hero__contact-brand strong { display: block; color: var(--color-gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; letter-spacing: -0.08em; line-height: 0.9; }
.home-hero__contact-brand span { display: block; margin-top: 0.35rem; color: var(--color-gold-light); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.home-hero__contact-platforms { display: flex; gap: 0.9rem; color: var(--color-white); font-family: var(--font-heading); font-size: 1.05rem; }
.home-hero__contact-phone { display: flex; align-items: center; gap: 0.45rem; color: var(--color-gold-light); font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.home-hero__contact-phone svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.home-hero__contact div { min-width: 0; }
.home-hero__contact span:not(.icon-badge), .home-hero__contact small { display: block; color: var(--color-muted); font-size: 0.78rem; }
.home-hero__contact a { display: block; color: var(--color-white); font-family: var(--font-heading); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 800; line-height: 1.25; text-decoration: none; }
.home-hero__curve { position: absolute; right: -5%; bottom: -7rem; width: 64%; height: 10rem; border-top: 2px solid var(--color-gold); border-radius: 50% 0 0; transform: rotate(-2deg); }

.platform-bar { position: relative; z-index: 2; border-block: 1px solid var(--color-border); background: var(--color-black-soft); }
.platform-bar__inner { display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: 2rem; }
.platform-bar p { margin: 0; color: var(--color-muted); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.platform-bar ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: clamp(1.5rem, 5vw, 4.5rem); margin: 0; padding: 0; list-style: none; }
.platform-bar li { color: var(--color-white); font-family: var(--font-heading); font-size: clamp(1.05rem, 2vw, 1.45rem); font-weight: 800; letter-spacing: 0.04em; }
.platform-bar li::before { display: inline-block; width: 0.4rem; height: 0.4rem; margin-right: 0.55rem; border-radius: 50%; content: ""; background: var(--color-gold); box-shadow: 0 0 0.8rem rgba(242, 202, 107, 0.6); vertical-align: middle; }

.services-section { background: radial-gradient(circle at 50% 0, rgba(212, 165, 58, 0.08), transparent 28rem), var(--color-black); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.service-card { position: relative; min-height: 315px; padding: 2rem; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius); background: linear-gradient(145deg, var(--color-panel-alt), var(--color-panel)); box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18); transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease; }
.service-card::after { position: absolute; right: -2rem; bottom: -3.5rem; width: 8rem; height: 8rem; border: 1px solid var(--color-border); border-radius: 50%; content: ""; opacity: 0.35; }
.service-card:hover { border-color: var(--color-gold); transform: translateY(-0.35rem); box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.32); }
.service-card__number { position: absolute; top: 1.4rem; right: 1.5rem; color: rgba(242, 202, 107, 0.28); font-family: var(--font-heading); font-size: 1.1rem; font-weight: 800; }
.service-card h3 { margin-top: 1.5rem; font-size: 1.45rem; }
.service-card p { min-height: 4.8em; color: var(--color-muted); font-size: 0.94rem; }

.about-section { border-block: 1px solid rgba(255, 255, 255, 0.06); background: var(--color-black-soft); }
.about-section__grid { display: grid; grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.about-panel { position: relative; }
.about-panel__badge { display: inline-flex; flex-direction: column; gap: 0.15rem; margin-bottom: 1.25rem; padding-bottom: 1.1rem; border-bottom: 1px solid rgba(212, 165, 58, 0.22); }
.about-panel__value { color: var(--color-gold-light); font-family: var(--font-heading); font-size: clamp(2.6rem, 5.5vw, 3.4rem); font-weight: 800; line-height: 1; }
.about-panel__label { color: var(--color-muted); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.about-panel .section-lead { margin-top: 0.75rem; }
.about-section__content { max-width: 610px; }
.check-list { display: grid; gap: 0.85rem; margin: 1.75rem 0 2rem; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 0.7rem; }
.check-list svg { flex: 0 0 auto; width: 1.25rem; color: var(--color-gold-light); }

.vehicle-section { min-height: 680px; overflow: hidden; background: linear-gradient(100deg, #080808 0%, #0d0d0d 50%, #060606 100%); }
.vehicle-section__glow { position: absolute; top: 0; right: -15%; width: 65%; height: 100%; opacity: 0.8; background: radial-gradient(ellipse, rgba(212, 165, 58, 0.18), transparent 65%); }
.vehicle-section__grid { position: relative; display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1.2fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.vehicle-specs { display: flex; margin: 2rem 0; padding: 1.2rem 0; border-block: 1px solid var(--color-border); list-style: none; }
.vehicle-specs li { min-width: 8rem; padding-inline: 1.25rem; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.vehicle-specs li:first-child { padding-left: 0; }
.vehicle-specs li:last-child { border: 0; }
.vehicle-specs strong, .vehicle-specs span { display: block; }
.vehicle-specs strong { color: var(--color-white); font-family: var(--font-heading); font-size: 1.15rem; text-transform: uppercase; }
.vehicle-specs span { color: var(--color-muted); font-size: 0.75rem; }
.vehicle-showcase { position: relative; }
.vehicle-showcase__frame { aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--color-border); border-radius: 50% 0.5rem 0.5rem 50%; box-shadow: var(--shadow); }
.vehicle-showcase__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; transform: scale(1.15); }
.vehicle-showcase__label { position: absolute; right: 1rem; bottom: 1rem; min-width: 13rem; padding: 0.85rem 1rem; border-left: 2px solid var(--color-gold); background: rgba(5, 5, 5, 0.86); backdrop-filter: blur(8px); }
.vehicle-showcase__label span, .vehicle-showcase__label strong { display: block; }
.vehicle-showcase__label span { color: var(--color-gold-light); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.vehicle-showcase__label strong { color: var(--color-white); font-family: var(--font-heading); text-transform: uppercase; }

.advantages-section { background: var(--color-black); }
.advantages-section::before { position: absolute; top: 0; right: 0; width: 38%; height: 100%; content: ""; opacity: 0.14; background: repeating-linear-gradient(135deg, transparent 0 2rem, var(--color-gold) 2rem calc(2rem + 1px)); mask-image: linear-gradient(90deg, transparent, #000); }
.advantages-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; gap: 1px; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-border); }
.advantage-item { display: flex; min-height: 190px; align-items: flex-start; gap: 1.25rem; padding: 2rem; background: var(--color-panel); }
.advantage-item h3 { margin-bottom: 0.5rem; font-size: 1.2rem; }
.advantage-item p { margin: 0; color: var(--color-muted); font-size: 0.92rem; }

.workshop-section { background: radial-gradient(circle at 12% 30%, rgba(212, 165, 58, 0.1), transparent 22rem), var(--color-black-soft); }
.workshop-section__grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.workshop-section__intro { position: relative; }
.workshop-section__icon { display: grid; width: 5rem; height: 5rem; margin-bottom: 2rem; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-gold-light); transform: rotate(-18deg); }
.workshop-section__icon svg { width: 2.5rem; height: 2.5rem; }
.workshop-section__intro > p:not(.eyebrow) { color: var(--color-muted); }
.workshop-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--color-border); list-style: none; }
.workshop-list li { display: flex; min-height: 86px; align-items: center; gap: 0.8rem; padding: 1rem; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.workshop-list li:nth-child(2n) { border-right: 0; }
.workshop-list svg { flex: 0 0 auto; width: 1.3rem; color: var(--color-gold-light); }

.faq-section { background: var(--color-black); }
.faq-section__grid { display: grid; grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr); align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.faq-section .section-heading { position: sticky; top: 120px; margin: 0; }
.faq-list { border-top: 1px solid var(--color-border); }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-item h3 { margin: 0; }
.faq-item__trigger { display: flex; width: 100%; min-height: 82px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border: 0; color: var(--color-white); background: transparent; font-family: var(--font-heading); font-size: clamp(1.05rem, 1.7vw, 1.3rem); font-weight: 800; line-height: 1.25; text-align: left; text-transform: uppercase; cursor: pointer; }
.faq-item__trigger:hover { color: var(--color-gold-light); }
.faq-item__symbol { position: relative; flex: 0 0 2rem; width: 2rem; height: 2rem; border: 1px solid var(--color-border); border-radius: 50%; }
.faq-item__symbol::before, .faq-item__symbol::after { position: absolute; top: 50%; left: 50%; width: 0.75rem; height: 1px; content: ""; background: var(--color-gold-light); transform: translate(-50%, -50%); transition: transform 180ms ease; }
.faq-item__symbol::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item__trigger[aria-expanded="true"] .faq-item__symbol::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item__panel { padding: 0 3rem 1.5rem 0; color: var(--color-muted); }
.faq-item__panel p { margin: 0; }

.trust-bar { border-block: 1px solid var(--color-border); background: var(--color-panel-alt); }
.trust-bar__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-item { display: flex; min-height: 130px; align-items: center; gap: 1rem; padding: 1.5rem; border-right: 1px solid var(--color-border); }
.trust-item:last-child { border-right: 0; }
.trust-item strong, .trust-item div > span { display: block; }
.trust-item strong { color: var(--color-white); font-family: var(--font-heading); line-height: 1.2; text-transform: uppercase; }
.trust-item div > span { margin-top: 0.25rem; color: var(--color-muted); font-size: 0.76rem; }

/* Compact composition inspired by the supplied reference. */
.home-info-grid, .home-support-grid { display: grid; gap: 0.75rem; padding: 0.75rem max(0.75rem, calc((100% - var(--container)) / 2)); background: #080808; }
.services-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.75rem; }
.services-section { padding-block: 1rem 1.5rem; }
.services-section .section-heading { margin-bottom: 1rem; }
.services-section .section-heading h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }
.services-section .section-heading > p:last-child { display: none; }
.services-section .service-card { min-height: 230px; padding: 1.15rem; text-align: center; }
.services-section .service-card__number { top: 0.65rem; right: 0.7rem; font-size: 0.75rem; }
.services-section .icon-badge--large { width: 3.1rem; height: 3.1rem; margin-inline: auto; }
.services-section .service-card h3 { margin-top: 0.9rem; font-size: 0.85rem; }
.services-section .service-card p { min-height: 0; margin-bottom: 0.8rem; font-size: 0.75rem; line-height: 1.45; }
.services-section .service-card .text-link { font-size: 0.65rem; }
.home-info-grid { grid-template-columns: 1.2fr 0.75fr 1fr; }
.home-support-grid { grid-template-columns: 0.9fr 1.1fr; }
.home-info-grid > .home-section, .home-support-grid > .home-section { min-width: 0; padding: 1.5rem; border: 1px solid rgba(212, 165, 58, 0.18); border-radius: 0.2rem; }
.home-info-grid > .home-section .container, .home-support-grid > .home-section .container { width: 100%; padding: 0; }
.home-info-grid > .home-section .about-section__grid, .home-info-grid > .home-section .vehicle-section__grid, .home-info-grid > .home-section .advantages-grid, .home-support-grid > .home-section .workshop-section__grid, .home-support-grid > .home-section .faq-section__grid { display: block; }
.home-info-grid > .home-section .about-panel__value { font-size: 2.4rem; }
.home-info-grid > .about-section .check-list { gap: 0.55rem; margin: 1.1rem 0 1.4rem; }
.home-info-grid > .about-section .check-list span { font-size: 0.82rem; }
.home-info-grid > .about-section .section-lead { font-size: 0.86rem; }
.home-info-grid > .vehicle-section { min-height: 0; }
.home-info-grid > .vehicle-section .vehicle-section__content { max-width: none; }
.home-info-grid > .vehicle-section .vehicle-section__content h2 { font-size: 1.65rem; }
.home-info-grid > .vehicle-section .vehicle-specs { display: block; margin: 1rem 0; padding-block: 0.6rem; }
.home-info-grid > .vehicle-section .vehicle-specs li, .home-info-grid > .vehicle-section .vehicle-specs li:first-child { display: flex; justify-content: space-between; min-width: 0; padding: 0.25rem 0; border: 0; }
.home-info-grid > .vehicle-section .vehicle-specs strong, .home-info-grid > .vehicle-section .vehicle-specs span { font-size: 0.75rem; }
.home-info-grid > .vehicle-section .vehicle-showcase { margin-top: 1.25rem; }
.home-info-grid > .vehicle-section .vehicle-showcase__frame { border-radius: 0.2rem; }
.home-info-grid > .vehicle-section .vehicle-showcase__label { right: 0; bottom: 0; }
.home-info-grid > .advantages-section .section-heading { margin-bottom: 1rem; }
.home-info-grid > .advantages-section .advantages-grid { border: 0; gap: 0.7rem; background: transparent; }
.home-info-grid > .advantages-section .advantage-item { min-height: 0; gap: 0.75rem; padding: 0.55rem 0; background: transparent; }
.home-info-grid > .advantages-section .advantage-item .icon-badge { width: 2.4rem; height: 2.4rem; }
.home-info-grid > .advantages-section .advantage-item h3 { margin-bottom: 0.15rem; font-size: 0.82rem; }
.home-info-grid > .advantages-section .advantage-item p { font-size: 0.73rem; line-height: 1.35; }
.home-support-grid > .workshop-section, .home-support-grid > .faq-section { min-height: 0; background: var(--color-panel); }
.home-support-grid > .workshop-section .workshop-section__icon { display: none; }
.home-support-grid > .workshop-section .workshop-section__intro { margin-bottom: 1.1rem; }
.home-support-grid > .workshop-section .workshop-section__intro h2 { font-size: 1.55rem; }
.home-support-grid > .workshop-section .workshop-list { grid-template-columns: 1fr; }
.home-support-grid > .workshop-section .workshop-list li { min-height: 0; padding: 0.55rem 0; border-right: 0; }
.home-support-grid > .workshop-section .workshop-list li span { font-size: 0.82rem; }
.home-support-grid > .faq-section .section-heading { margin-bottom: 1rem; }
.home-support-grid > .faq-section .section-heading h2 { font-size: 1.55rem; }
.home-support-grid > .faq-section .section-heading > p:not(.eyebrow), .home-support-grid > .faq-section .section-heading .button { display: none; }
.home-support-grid > .faq-section .faq-item__trigger { min-height: 50px; padding-block: 0.75rem; font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; text-transform: none; }
.home-support-grid > .faq-section .faq-item__panel { padding-bottom: 0.8rem; font-size: 0.78rem; }
.home-support-grid > .faq-section .faq-item__symbol { width: 1.35rem; height: 1.35rem; }

.vtcp-shortcode-grid { display: grid; grid-template-columns: repeat(var(--vtcp-columns, 3), minmax(0, 1fr)); gap: 1.25rem; }
.vtcp-shortcode-card { min-width: 0; padding: 1.75rem; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-panel); }
.vtcp-shortcode-card h2, .vtcp-shortcode-card h3 { margin-top: 1rem; font-size: 1.35rem; }
.vtcp-shortcode-card h2 a, .vtcp-shortcode-card h3 a { color: var(--color-white); text-decoration: none; }
.vtcp-shortcode-card p { color: var(--color-muted); font-size: 0.92rem; }
.vtcp-shortcode-card__image { display: block; aspect-ratio: 16 / 10; margin: -1.75rem -1.75rem 1.5rem; overflow: hidden; }
.vtcp-shortcode-card__image img { width: 100%; height: 100%; object-fit: cover; }
.vtcp-empty { padding: 1.5rem; border: 1px dashed var(--color-border); color: var(--color-muted); }
.single-content__features { margin-block: 2rem; }
.vehicle-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-block: 2rem; border-block: 1px solid var(--color-border); }
.vehicle-detail-grid div { padding: 1rem; border-right: 1px solid var(--color-border); }
.vehicle-detail-grid div:last-child { border-right: 0; }
.vehicle-detail-grid span, .vehicle-detail-grid strong { display: block; }
.vehicle-detail-grid span { color: var(--color-muted); font-size: 0.72rem; text-transform: uppercase; }
.vehicle-detail-grid strong { margin-top: 0.25rem; color: var(--color-white); font-family: var(--font-heading); text-transform: uppercase; }
.vehicle-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; margin-block: 2rem; }
.vehicle-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--color-border); border-radius: var(--radius); }
.vtcp-contact-info { display: grid; gap: 0.8rem; margin: 1rem 0; font-style: normal; }
.vtcp-contact-info p { display: flex; align-items: center; gap: 0.75rem; margin: 0; }
.vtcp-contact-info svg { width: 1.25rem; color: var(--color-gold-light); fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.vtcp-workshop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.vtcp-workshop-card { padding: 1.85rem; border: 1px solid var(--color-border); border-radius: var(--radius); background: linear-gradient(160deg, #151515, #0b0b0b); transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease; }
.vtcp-workshop-card:hover { border-color: var(--color-gold); transform: translateY(-0.35rem); box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.4); }
.vtcp-workshop-card__icon { display: grid; place-items: center; width: 3.4rem; height: 3.4rem; margin-bottom: 1.15rem; border: 1px solid var(--color-border); border-radius: 0.5rem; color: var(--color-gold-light); background: rgba(212, 165, 58, 0.06); }
.vtcp-workshop-card__icon svg { width: 1.65rem; height: 1.65rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.vtcp-workshop-card h3 { margin: 0 0 0.55rem; font-size: 1.2rem; }
.vtcp-workshop-card p { margin: 0; color: var(--color-muted); font-size: 0.9rem; line-height: 1.55; }
.vtcp-workshop-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 1.75rem; padding: 1.6rem 1.85rem; border: 1px solid var(--color-gold); border-radius: var(--radius); background: linear-gradient(120deg, rgba(212, 165, 58, 0.14), transparent 70%); }
.vtcp-workshop-cta .eyebrow { margin: 0 0 0.2rem; color: var(--color-gold-light); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.vtcp-workshop-cta strong { display: block; color: var(--color-white); font-family: var(--font-heading); font-size: clamp(1.2rem, 2.5vw, 1.6rem); text-transform: uppercase; }
.vtcp-workshop-cta .button { flex: 0 0 auto; }
@media (max-width: 900px) { .vtcp-workshop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .vtcp-workshop-grid { grid-template-columns: 1fr; } .vtcp-workshop-cta { flex-direction: column; align-items: flex-start; } }
.vtcp-appointment-placeholder { margin-block: 1rem; }
.vtcp-appointment-form { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-panel); }
.vtcp-form-heading { margin-bottom: 2rem; }
.vtcp-form-heading .eyebrow { color: var(--color-gold-light); }
.vtcp-form-heading h2 { color: var(--color-white); }
.vtcp-form-heading p:last-child { color: var(--color-muted); }
.vtcp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1rem; }
.vtcp-field { margin: 0 0 1rem; }
.vtcp-field label { display: block; margin-bottom: 0.35rem; color: var(--color-text); font-size: 0.82rem; font-weight: 700; }
.vtcp-field label > span, .vtcp-field label > span[aria-hidden="true"] { color: var(--color-gold-light); }
.vtcp-field input, .vtcp-field select, .vtcp-field textarea { width: 100%; padding: 0.7rem 0.85rem; border: 1px solid var(--color-border); border-radius: 0.25rem; color: var(--color-text); background: var(--color-black-soft); font-family: var(--font-body); font-size: 0.95rem; color-scheme: dark; }
.vtcp-field select { appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-right: 2.4rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f2ca6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.85rem center; background-size: 1rem; }
.vtcp-field input:focus, .vtcp-field select:focus, .vtcp-field textarea:focus { outline: 2px solid var(--color-gold); outline-offset: 1px; border-color: var(--color-gold); }
.vtcp-field select option { color: var(--color-text); background: var(--color-black-soft); }
.vtcp-field input::placeholder, .vtcp-field textarea::placeholder { color: var(--color-muted); }
.vtcp-field--consent { grid-column: 1 / -1; }
.vtcp-field--consent label { display: flex; align-items: flex-start; gap: 0.55rem; color: var(--color-muted); font-weight: 600; }
.vtcp-field--consent input { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; margin-top: 0.15rem; accent-color: var(--color-gold); }
.vtcp-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.vtcp-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 0.5rem; }
.vtcp-form-status { min-height: 1.5em; margin: 0; color: var(--color-text); font-weight: 700; }
.vtcp-form-status.is-success { color: #6cc47f; }
.vtcp-form-status.is-error { color: #e77c7c; }

/* =====================================================================
   Facelift — coordinated design polish across the home page.
   Unifies the "panel" language of the 360° block, adds breathing room,
   legibility, gold accents and micro-interactions. Layout unchanged.
   ===================================================================== */

/* Consistent gold kicker with a lead line on every section eyebrow. */
.home-section .eyebrow, .vtcp-form-heading .eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--color-gold-light); font-weight: 800; letter-spacing: 0.18em; }
.home-section .eyebrow::before, .vtcp-form-heading .eyebrow::before { flex: 0 0 auto; width: 1.75rem; height: 1px; content: ""; background: var(--color-gold); }
.section-heading h2 { letter-spacing: 0.01em; }

/* Premium panels in the compact grids (same gradient/depth as the 360° block). */
.home-info-grid > .home-section, .home-support-grid > .home-section { padding: clamp(1.35rem, 2vw, 1.95rem); border-color: var(--color-border); border-radius: var(--radius); background: linear-gradient(160deg, #151515, #0b0b0b); transition: border-color 220ms ease, box-shadow 220ms ease; }
.home-info-grid > .home-section:hover, .home-support-grid > .home-section:hover { border-color: rgba(212, 165, 58, 0.45); box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.38); }

/* Legibility and hierarchy: no more cramped micro-type. */
.services-section .service-card h3 { margin-top: 1rem; font-size: 0.94rem; letter-spacing: 0.01em; }
.services-section .service-card p { font-size: 0.82rem; line-height: 1.5; }
.services-section .service-card .text-link { font-size: 0.68rem; }
.home-info-grid > .advantages-section .advantage-item h3 { font-size: 0.9rem; }
.home-info-grid > .advantages-section .advantage-item p { font-size: 0.8rem; line-height: 1.45; }
.home-info-grid > .vehicle-section .vehicle-section__content h2 { font-size: 1.55rem; letter-spacing: 0.01em; }
.home-info-grid > .vehicle-section .vehicle-specs strong { font-size: 0.9rem; }
.home-info-grid > .vehicle-section .vehicle-specs span { font-size: 0.72rem; }
.home-support-grid > .workshop-section .workshop-list li span { font-size: 0.88rem; }
.home-support-grid > .faq-section .faq-item__trigger { font-size: 0.85rem; }

/* Service cards: rounded, refined accent and lively icon on hover. */
.services-section .service-card { border-radius: var(--radius); transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease; }
.services-section .service-card:hover { transform: translateY(-0.3rem); }
.services-section .service-card .icon-badge--large { border-color: rgba(212, 165, 58, 0.35); background: rgba(212, 165, 58, 0.08); transition: transform 220ms ease, border-color 220ms ease; }
.services-section .service-card:hover .icon-badge--large { transform: translateY(-2px); border-color: var(--color-gold); }
.services-section .service-card__number { color: rgba(242, 202, 107, 0.4); }

/* "Trabajamos con" platform strip: refined trusted-by band. */
.platform-bar p { color: var(--color-gold-light); }
.platform-bar li { transition: color 180ms ease; cursor: default; }
.platform-bar li:hover { color: var(--color-gold-light); }

/* Trust bar micro-interaction. */
.trust-item { transition: background 200ms ease; }
.trust-item:hover { background: rgba(212, 165, 58, 0.05); }
.trust-item strong { font-size: 1.05rem; }

/* Advantages: refined icon badges to match the panel language. */
.home-info-grid > .advantages-section .advantage-item .icon-badge { border-color: rgba(212, 165, 58, 0.3); background: rgba(212, 165, 58, 0.06); }

/* FAQ trigger accent on the full-width layout. */
.faq-item__trigger:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 3px; }

/* Hero: subtle premium finishing. */
.home-hero__title span { text-shadow: 0 0 2.2rem rgba(242, 202, 107, 0.28); }
.home-hero__contact { border-color: rgba(212, 165, 58, 0.28); box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.55); }
.home-hero__contact-platforms { letter-spacing: 0.02em; }
.home-hero__actions .button { letter-spacing: 0.03em; }
