:root {
    --primary: #071b36;
    --primary-2: #0d274a;
    --gold: #c49a53;
    --gold-2: #d8b16a;
    --ink: #182033;
    --text: #303744;
    --muted: #667085;
    --line: #e5e8ee;
    --cloud: #f6f7f8;
    --sage: #edf4f0;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    overflow-x: hidden;
    background: var(--white);
}

a {
    color: var(--primary);
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    color: var(--primary);
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

.skip-link {
    position: absolute;
    top: -48px;
    left: 16px;
    z-index: 2000;
    background: var(--primary);
    color: var(--white);
    padding: 10px 14px;
    border-radius: 6px;
}

.skip-link:focus {
    top: 12px;
}

.prestige-navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(7, 27, 54, 0.08);
    min-height: 88px;
    padding: 14px 0;
}

.prestige-navbar .container,
.prestige-navbar .navbar-collapse {
    gap: 28px;
}

.prestige-navbar .navbar-collapse {
    justify-content: flex-end;
}

.prestige-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--primary);
    text-decoration: none;
    margin: 0;
}

.prestige-logo:hover,
.prestige-logo:focus {
    color: var(--primary);
}

.logo-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 42px;
    color: var(--gold);
}

.logo-mark svg {
    width: 54px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.logo-copy {
    display: grid;
    line-height: 1;
    text-transform: uppercase;
}

.logo-copy span {
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 700;
}

.logo-copy small {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 600;
}

.prestige-navbar .mod-menu {
    align-items: center;
    gap: 22px;
    margin: 0;
}

.prestige-navbar .mod-menu a {
    color: var(--primary);
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
}

.prestige-navbar .mod-menu .active > a::after,
.prestige-navbar .mod-menu .current > a::after,
.prestige-navbar .mod-menu a:hover::after {
    background: var(--gold);
    bottom: 4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

.nav-actions {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-left: 8px;
}

.nav-phone {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.btn-primary-custom,
.btn-outline-custom,
.btn-gold-custom {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    text-decoration: none;
}

.btn-primary-custom {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
    background: #0b2b55;
    border-color: #0b2b55;
    color: var(--white);
}

.btn-outline-custom {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(7, 27, 54, 0.32);
    color: var(--primary);
}

.btn-outline-custom:hover,
.btn-outline-custom:focus {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-gold-custom {
    background: var(--gold-2);
    border: 1px solid var(--gold-2);
    color: var(--primary);
}

.btn-gold-custom:hover,
.btn-gold-custom:focus {
    background: #e4bf78;
    color: var(--primary);
}

.btn-nav {
    min-height: 44px;
    padding: 11px 20px;
}

.navbar-toggler {
    border: 1px solid var(--line);
    border-radius: 8px;
}

.nav-offset {
    height: 104px;
}

.hero-section {
    background: #f4f1ea;
    padding: 96px 0 0;
    position: relative;
}

.prestige-hero-module {
    align-items: center;
    display: flex;
    min-height: 610px;
    position: relative;
}

.prestige-hero-module::before {
    background-image: var(--hero-image);
    background-position: center right;
    background-size: cover;
    content: "";
    inset: 0 0 0 34%;
    position: absolute;
}

.prestige-hero-module::after {
    background: linear-gradient(90deg, #f8f5ee 0%, #f8f5ee 36%, rgba(248, 245, 238, 0.72) 54%, rgba(248, 245, 238, 0.08) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.hero-copy {
    max-width: 590px;
    padding: 80px 0 120px;
    position: relative;
    z-index: 1;
}

.section-subtitle {
    color: var(--gold);
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-title {
    color: var(--primary);
    font-size: 4.25rem;
    line-height: 1.05;
    margin: 0 0 22px;
    max-width: 640px;
}

.hero-text {
    color: var(--ink);
    font-size: 1.1rem;
    line-height: 1.75;
    margin: 0;
    max-width: 520px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.feature-strip {
    margin-top: -48px;
    position: relative;
    z-index: 4;
}

.feature-grid {
    background: var(--white);
    border: 1px solid rgba(7, 27, 54, 0.08);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(7, 27, 54, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.feature-card {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    min-height: 112px;
    padding: 26px;
}

.feature-card + .feature-card {
    border-left: 1px solid var(--line);
}

.feature-icon {
    align-items: center;
    border: 1px solid rgba(196, 154, 83, 0.48);
    border-radius: 50%;
    color: var(--gold);
    display: inline-flex;
    flex: 0 0 44px;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.feature-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 0.96rem;
    font-weight: 800;
    margin: 0 0 7px;
}

.feature-card p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0;
}

.site-main {
    padding: 74px 0;
}

.no-hero .site-main {
    padding-top: 56px;
}

.section-spacing {
    padding: 84px 0;
}

.fleet-section {
    background: var(--white);
}

.services-section {
    background: linear-gradient(90deg, var(--cloud) 0%, var(--white) 60%);
}

.section-heading {
    margin-bottom: 32px;
}

.split-heading {
    align-items: end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.section-heading h2 {
    font-size: 2.2rem;
    line-height: 1.15;
    margin: 0 0 10px;
}

.section-heading p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}

.vehicle-showcase {
    background: var(--cloud);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    overflow: hidden;
}

.vehicle-image {
    background: #e8ecef;
    min-height: 340px;
}

.vehicle-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.vehicle-details {
    padding: 42px;
}

.vehicle-details h3 {
    font-size: 2rem;
    margin: 0 0 14px;
}

.vehicle-details p {
    color: var(--muted);
    line-height: 1.75;
}

.vehicle-stats {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.vehicle-stats span {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    font-weight: 700;
    padding: 12px 14px;
}

.content-page {
    display: grid;
    gap: 32px;
}

.page-top-module-wrap {
    margin-bottom: 32px;
}

.prestige-slideshow {
    background: var(--primary);
    border-radius: 8px;
    overflow: hidden;
}

.prestige-slideshow__image {
    display: block;
    height: 480px;
    object-fit: cover;
    width: 100%;
}

.prestige-slideshow__caption {
    align-items: flex-start;
    background: linear-gradient(90deg, rgba(7, 27, 54, 0.9), rgba(7, 27, 54, 0.64) 58%, rgba(7, 27, 54, 0.08));
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    min-height: 100%;
    padding: 56px;
    right: 0;
    text-align: left;
}

.prestige-slideshow__caption h2 {
    color: var(--white);
    font-size: 2.45rem;
    line-height: 1.12;
    margin: 0 0 12px;
    max-width: 680px;
}

.prestige-slideshow__caption p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
    margin: 0;
    max-width: 640px;
}

.prestige-slideshow .carousel-control-prev,
.prestige-slideshow .carousel-control-next {
    width: 12%;
}

.prestige-slideshow__indicators {
    margin-bottom: 18px;
}

.page-hero {
    background: var(--cloud);
    border-radius: 8px;
    padding: 46px;
}

.page-hero h1 {
    font-size: 3rem;
    line-height: 1.08;
    margin: 0 0 18px;
    max-width: 850px;
}

.prestige-category-blog {
    display: grid;
    gap: 34px;
}

.prestige-category-blog__hero {
    background: linear-gradient(135deg, var(--cloud) 0%, var(--white) 68%);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    overflow: hidden;
    padding: 42px;
}

.prestige-category-blog__hero-copy {
    align-self: center;
}

.prestige-category-blog__hero h1,
.prestige-category-blog__category-title {
    font-size: 3rem;
    line-height: 1.08;
    margin: 0;
    max-width: 860px;
}

.prestige-category-blog__hero h1 + .prestige-category-blog__category-title {
    color: var(--gold);
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 14px;
    text-transform: uppercase;
}

.prestige-category-blog__intro {
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.78;
    margin-top: 18px;
    max-width: 790px;
}

.prestige-category-blog__intro > :last-child,
.prestige-blog-card__text > :last-child {
    margin-bottom: 0;
}

.prestige-category-blog__tags {
    margin-top: 18px;
}

.prestige-category-blog__media {
    align-self: stretch;
    margin: 0;
    min-height: 280px;
}

.prestige-category-blog__media img {
    border-radius: 8px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.prestige-category-blog__items {
    display: grid;
    gap: 22px;
}

.prestige-category-blog__items--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prestige-category-blog__item {
    min-width: 0;
}

.prestige-blog-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    height: 100%;
    overflow: hidden;
}

.prestige-category-blog__items--leading .prestige-blog-card--has-image {
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
}

.prestige-blog-card__media,
.prestige-blog-card .item-image {
    height: 100%;
    margin: 0;
    min-height: 250px;
}

.prestige-blog-card .item-image {
    float: none !important;
    position: relative;
}

.prestige-blog-card .item-image a,
.prestige-blog-card .item-image img {
    display: block;
    height: 100%;
    width: 100%;
}

.prestige-blog-card .item-image img {
    object-fit: cover;
}

.prestige-blog-card .caption {
    background: rgba(7, 27, 54, 0.82);
    bottom: 0;
    color: var(--white);
    font-size: 0.82rem;
    left: 0;
    margin: 0;
    padding: 8px 12px;
    position: absolute;
    right: 0;
}

.prestige-blog-card__content {
    align-content: start;
    display: grid;
    gap: 14px;
    padding: 28px;
}

.prestige-blog-card .page-header {
    margin: 0;
}

.prestige-blog-card .page-header h2 {
    font-size: 1.55rem;
    line-height: 1.18;
    margin: 0;
}

.prestige-blog-card .page-header a {
    color: var(--primary);
    text-decoration: none;
}

.prestige-blog-card .page-header a:hover,
.prestige-blog-card .page-header a:focus {
    color: var(--gold);
}

.prestige-blog-card .article-info {
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.88rem;
    gap: 8px 16px;
    line-height: 1.5;
    margin: 0;
}

.prestige-blog-card .article-info dd,
.prestige-blog-card .article-info dt {
    margin: 0;
}

.prestige-blog-card__text {
    color: var(--muted);
    line-height: 1.72;
}

.prestige-blog-card__text p {
    color: inherit;
}

.prestige-blog-card .readmore {
    margin: 4px 0 0;
}

.prestige-blog-card .readmore .btn,
.prestige-category-blog .pagination a,
.prestige-category-blog .pagination span {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    text-decoration: none;
}

.prestige-blog-card .readmore .btn {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.prestige-blog-card .readmore .btn:hover,
.prestige-blog-card .readmore .btn:focus {
    background: #0b2b55;
    border-color: #0b2b55;
    color: var(--white);
}

.prestige-category-blog__more,
.prestige-category-blog__children,
.prestige-category-blog__navigation,
.prestige-category-blog__empty {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 26px;
}

.prestige-category-blog__more h3,
.prestige-category-blog__children h3 {
    font-size: 1.35rem;
    margin: 0 0 16px;
}

.com-content-blog__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-left: 20px;
}

.com-content-blog__link a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
}

.com-content-blog__link a:hover,
.com-content-blog__link a:focus {
    color: var(--gold);
}

.prestige-category-blog__navigation {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.prestige-category-blog__navigation .counter {
    color: var(--muted);
    font-weight: 700;
    margin: 0;
}

.prestige-category-blog .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.prestige-category-blog .pagination a,
.prestige-category-blog .pagination span {
    border: 1px solid var(--line);
    color: var(--primary);
}

.prestige-category-blog .pagination .active span,
.prestige-category-blog .pagination a:hover,
.prestige-category-blog .pagination a:focus {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.lead-text {
    color: var(--ink);
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 0;
    max-width: 860px;
}

.content-band {
    padding: 8px 0;
}

.two-column,
.contact-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.content-panel,
.contact-card,
.prestige-contact-form,
.step,
.info-card,
.tour-card,
.soft-panel {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 28px;
}

.content-panel h2,
.content-panel h3,
.contact-card h2,
.contact-card h3,
.prestige-contact-form h2,
.soft-panel h2,
.soft-panel h3 {
    margin-top: 0;
}

.content-panel p,
.contact-card p,
.prestige-contact-form p,
.soft-panel p,
.tour-card p,
.info-card p {
    color: var(--muted);
    line-height: 1.72;
}

.check-list,
.plain-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.check-list li,
.plain-list li {
    border-left: 3px solid var(--gold);
    color: var(--ink);
    font-weight: 650;
    padding-left: 14px;
}

.contact-form-module-wrap {
    margin-top: 32px;
}

.prestige-contact-form {
    display: grid;
    gap: 24px;
}

.prestige-contact-form__header {
    max-width: 760px;
}

.prestige-contact-form h2 {
    font-size: 2rem;
    line-height: 1.16;
    margin-bottom: 10px;
}

.prestige-contact-form__form {
    display: grid;
    gap: 18px;
}

.prestige-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prestige-form-field {
    display: grid;
    gap: 8px;
}

.prestige-form-field label {
    color: var(--ink);
    font-weight: 800;
}

.prestige-form-field input,
.prestige-form-field textarea {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    font: inherit;
    min-height: 52px;
    padding: 13px 15px;
    width: 100%;
}

.prestige-form-field textarea {
    line-height: 1.65;
    min-height: 160px;
    resize: vertical;
}

.prestige-form-field input:focus,
.prestige-form-field textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(196, 154, 83, 0.18);
    outline: 0;
}

.prestige-form-message {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.55;
    padding: 14px 16px;
}

.prestige-form-message p,
.prestige-form-message ul {
    margin: 0;
}

.prestige-form-message ul {
    padding-left: 20px;
}

.prestige-form-message--success {
    background: var(--sage);
    color: var(--primary);
}

.prestige-form-message--error {
    background: #fff4f2;
    border: 1px solid #f4c7c0;
    color: #8a2d1f;
}

.prestige-contact-submit {
    justify-self: start;
}

.prestige-contact-hp {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.info-grid,
.tour-grid,
.booking-steps,
.why-grid {
    display: grid;
    gap: 18px;
}

.info-grid,
.why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.booking-steps {
    counter-reset: booking-step;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step {
    counter-increment: booking-step;
}

.step::before {
    align-items: center;
    background: var(--sage);
    border-radius: 50%;
    color: var(--primary);
    content: counter(booking-step);
    display: inline-flex;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    margin-bottom: 18px;
    width: 38px;
}

.info-card h3,
.tour-card h3,
.step h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 10px;
}

.notice-band,
.services-module {
    background: var(--primary);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    padding: 42px;
}

.notice-band h2,
.services-module h2,
.notice-band h3,
.services-module h3 {
    color: var(--white);
}

.notice-band p,
.services-module p {
    color: rgba(255, 255, 255, 0.78);
}

.services-module {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

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

.why-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 22px;
}

.why-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 8px;
}

.cta-section {
    background: var(--white);
    padding: 0 0 42px;
}

.cta {
    align-items: center;
    background: var(--primary);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding: 34px 48px;
}

.cta .section-subtitle,
.cta h2 {
    color: var(--white);
}

.cta h2 {
    font-size: 1.8rem;
    margin: 0 0 8px;
}

.cta p {
    margin: 0;
}

.prestige-footer {
    background: #f8f8f7;
    border-top: 1px solid var(--line);
    color: var(--muted);
    padding: 56px 0 28px;
}

.prestige-footer h3,
.prestige-footer h4 {
    color: var(--primary);
    font-family: 'Inter', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    margin: 0 0 16px;
}

.prestige-footer p {
    line-height: 1.7;
    margin: 0 0 14px;
}

.footer-brand-name {
    color: var(--primary);
    font-weight: 900;
    text-transform: uppercase;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a,
.footer-contact a {
    color: var(--muted);
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--primary);
}

.social-row {
    display: flex;
    gap: 10px;
}

.social-row a {
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    width: 34px;
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .prestige-navbar .mod-menu {
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .prestige-navbar .navbar-collapse {
        align-items: stretch;
        background: var(--white);
        border-top: 1px solid var(--line);
        margin-top: 14px;
        padding: 18px 0 4px;
    }

    .prestige-navbar .mod-menu,
    .nav-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .nav-actions {
        margin-left: 0;
        margin-top: 12px;
    }

    .nav-phone {
        padding: 8px 0;
    }

    .hero-section {
        padding-top: 88px;
    }

    .prestige-hero-module {
        min-height: 620px;
    }

    .prestige-hero-module::before {
        inset: 0;
        opacity: 0.28;
    }

    .prestige-hero-module::after {
        background: rgba(248, 245, 238, 0.88);
    }

    .hero-copy {
        max-width: 100%;
        padding: 72px 0 110px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .prestige-slideshow__image {
        height: 400px;
    }

    .prestige-slideshow__caption {
        padding: 42px;
    }

    .prestige-slideshow__caption h2 {
        font-size: 2rem;
    }

    .feature-grid,
    .vehicle-showcase,
    .two-column,
    .contact-grid,
    .services-module,
    .info-grid,
    .tour-grid,
    .booking-steps,
    .prestige-category-blog__hero,
    .prestige-category-blog__items--grid,
    .prestige-category-blog__items--leading .prestige-blog-card--has-image {
        grid-template-columns: 1fr;
    }

    .feature-card + .feature-card {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .split-heading,
    .cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 19px;
    }

    body {
        font-size: 1rem;
        line-height: 1.7;
    }

    .prestige-navbar {
        min-height: 88px;
        padding: 16px 0;
    }

    .logo-mark {
        height: 38px;
        width: 48px;
    }

    .logo-mark svg {
        height: 38px;
        width: 48px;
    }

    .logo-copy span {
        font-size: 1.08rem;
    }

    .logo-copy small {
        font-size: 0.68rem;
        line-height: 1.2;
    }

    .navbar-toggler {
        min-height: 48px;
        min-width: 58px;
    }

    .prestige-navbar .navbar-collapse {
        padding: 22px 0 8px;
    }

    .prestige-navbar .mod-menu {
        gap: 10px;
    }

    .prestige-navbar .mod-menu a,
    .nav-phone {
        align-items: center;
        font-size: 1.08rem;
        min-height: 48px;
        padding: 12px 0;
    }

    .btn-primary-custom,
    .btn-outline-custom,
    .btn-gold-custom {
        font-size: 1.06rem;
        line-height: 1.25;
        min-height: 56px;
        padding: 16px 20px;
        width: 100%;
    }

    .hero-title,
    .page-hero h1,
    .prestige-category-blog__hero h1,
    .prestige-category-blog__category-title {
        font-size: 2.5rem;
        line-height: 1.08;
    }

    .hero-text,
    .lead-text {
        font-size: 1.16rem;
        line-height: 1.72;
    }

    .section-subtitle {
        font-size: 0.98rem;
        line-height: 1.35;
    }

    .hero-copy {
        padding: 82px 0 110px;
    }

    .prestige-slideshow__image {
        height: 340px;
    }

    .prestige-slideshow__caption {
        background: linear-gradient(0deg, rgba(7, 27, 54, 0.92), rgba(7, 27, 54, 0.5) 70%, rgba(7, 27, 54, 0.12));
        justify-content: flex-end;
        padding: 26px 24px 44px;
    }

    .prestige-slideshow__caption h2 {
        font-size: 1.65rem;
        line-height: 1.16;
    }

    .prestige-slideshow__caption p {
        font-size: 1.02rem;
        line-height: 1.6;
    }

    .feature-strip {
        margin-top: -36px;
    }

    .feature-card {
        gap: 18px;
        padding: 26px 24px;
    }

    .feature-icon {
        flex-basis: 50px;
        font-size: 1rem;
        height: 50px;
        width: 50px;
    }

    .feature-card h3,
    .info-card h3,
    .tour-card h3,
    .step h3,
    .why-card h3 {
        font-size: 1.14rem;
        line-height: 1.35;
    }

    .feature-card p,
    .section-heading p,
    .vehicle-details p,
    .content-panel p,
    .contact-card p,
    .prestige-contact-form p,
    .soft-panel p,
    .tour-card p,
    .info-card p,
    .notice-band p,
    .services-module p,
    .why-card p,
    .cta p,
    .prestige-footer p,
        .footer-links,
        .footer-contact,
        .check-list,
        .plain-list {
        font-size: 1.08rem;
        line-height: 1.75;
    }

    .section-heading h2,
    .content-panel h2,
    .contact-card h2,
    .prestige-contact-form h2,
    .soft-panel h2,
    .notice-band h2,
    .services-module h2 {
        font-size: 2rem;
        line-height: 1.18;
    }

    .vehicle-details h3 {
        font-size: 1.8rem;
        line-height: 1.18;
    }

    .check-list,
    .plain-list {
        gap: 14px;
    }

    .check-list li,
    .plain-list li,
    .vehicle-stats span {
        font-size: 1.08rem;
        line-height: 1.55;
    }

    .step::before {
        font-size: 1.05rem;
        height: 48px;
        width: 48px;
    }

    .page-hero,
    .prestige-category-blog__hero,
    .content-panel,
    .contact-card,
    .prestige-contact-form,
    .step,
    .info-card,
    .tour-card,
    .soft-panel,
    .notice-band,
    .services-module,
    .cta,
    .vehicle-details {
        padding: 24px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .prestige-form-grid {
        grid-template-columns: 1fr;
    }

    .prestige-form-field input,
    .prestige-form-field textarea {
        font-size: 1.05rem;
        min-height: 56px;
    }

    .prestige-blog-card__content,
    .prestige-category-blog__more,
    .prestige-category-blog__children,
    .prestige-category-blog__navigation,
    .prestige-category-blog__empty {
        padding: 24px;
    }

    .prestige-blog-card .page-header h2 {
        font-size: 1.45rem;
    }

    .prestige-blog-card__media,
    .prestige-blog-card .item-image,
    .prestige-category-blog__media {
        min-height: 230px;
    }

    .prestige-footer h3,
    .prestige-footer h4 {
        font-size: 1.08rem;
        line-height: 1.35;
    }

    .footer-links,
    .footer-contact {
        gap: 12px;
    }

    .footer-links a,
    .footer-contact a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
    }

    .social-row a {
        font-size: 0.95rem;
        height: 44px;
        width: 44px;
    }

    .site-main,
    .section-spacing {
        padding: 56px 0;
    }
}
