/* =============================================
   VEER - Luxury Premium Upgrade
   ============================================= */

:root {
    --font-scale: 1.08;
    --luxury-gold: #c9a227;
    --luxury-navy: #0a2e73;
    --luxury-navy-deep: #041530;
    --luxury-cream: #fafbfc;
    --luxury-border: rgba(10, 46, 115, 0.1);
    --mobile-cta-h: 52px;
    --mobile-nav-h: 68px;
    --mobile-cta-gap: 10px;
}

/* ---- Global Typography Boost ---- */
body {
    font-size: calc(16px * var(--font-scale));
    font-weight: 400;
    line-height: 1.7;
    color: #1a2332;
}

.section-tag {
    font-size: 12px !important;
    letter-spacing: 2.5px;
    padding: 5px 16px !important;
}

.section-title {
    font-size: clamp(1.65rem, 2.8vw, 2.2rem) !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
}

.section-desc { font-size: 17px !important; }

/* ---- Header / Navbar Premium ---- */
.site-header-shell {
    background: #fff;
    border-bottom: 1px solid rgba(10, 46, 115, 0.06);
}

.top-bar {
    font-size: 12.5px;
    padding: 7px 0;
    background: linear-gradient(90deg, #041530 0%, #0a2e73 55%, #0d3d8f 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-list li {
    font-weight: 500;
    letter-spacing: 0.2px;
}

.top-bar-actions .top-call {
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.top-whatsapp:hover {
    background: #25D366 !important;
    transform: scale(1.08);
}

.top-social {
    transition: transform 0.25s ease, background 0.25s ease;
}

.top-social:hover {
    background: var(--secondary) !important;
    transform: scale(1.08);
}

.top-bar-list {
    gap: 16px !important;
}

.top-bar-list li {
    white-space: nowrap;
}

.logo-img {
    width: auto;
    height: 46px;
    max-width: 160px;
    object-fit: contain;
}

.navbar-inner {
    gap: 12px;
    flex-wrap: nowrap;
    min-width: 0;
    align-items: center;
}

.navbar-brand {
    flex-shrink: 0;
    max-width: 155px;
}

.nav-menu {
    flex: 1;
    justify-content: center;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 6px;
}

.navbar-actions {
    flex-shrink: 0;
    gap: 8px !important;
    align-items: center;
}

.veer-navbar .container {
    max-width: 1320px;
    padding-left: 16px;
    padding-right: 16px;
}

.ref-design .veer-navbar {
    padding: 8px 0 !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px);
}

body.header-scrolled .site-header-shell .veer-navbar {
    padding: 6px 0 !important;
}

.nav-link {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
    padding: 8px 11px !important;
    white-space: nowrap;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.nav-link.active {
    color: var(--secondary) !important;
    background: rgba(255, 122, 0, 0.08);
    border-radius: 8px;
}

.btn-nav-quote {
    box-shadow: 0 4px 16px rgba(255, 122, 0, 0.35) !important;
    letter-spacing: 0.8px !important;
}

.btn-nav-call {
    border: 1px solid rgba(10, 46, 115, 0.12) !important;
    border-radius: 50px !important;
}

.btn-nav-call {
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 9px 16px !important;
}

.btn-nav-call span {
    font-size: 13px;
}

.btn-nav-quote {
    font-size: 11.5px !important;
    padding: 10px 18px !important;
    font-weight: 700 !important;
}

.mobile-app-header {
    padding: 8px 14px;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid rgba(255, 122, 0, 0.35);
    box-shadow: 0 2px 16px rgba(10, 46, 115, 0.08);
}

.mobile-app-header .logo-img { height: 40px; max-width: 115px; }

.mobile-header-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 15px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mobile-header-btn:active { transform: scale(0.95); }

body.page-home {
    overflow-x: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-img { height: 42px; max-width: 135px; }
    .nav-link { font-size: 11px !important; padding: 7px 9px !important; }
    .nav-menu { gap: 4px; }
    .btn-nav-call span { display: none; }
    .btn-nav-call { padding: 9px 12px !important; }
    .btn-nav-quote { font-size: 10.5px !important; padding: 9px 14px !important; }
    .exp-badge-default { width: 46px; height: 46px; }
    .exp-counter-num { font-size: 13px; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .nav-link { font-size: 12px !important; padding: 8px 10px !important; }
    .nav-menu { gap: 5px; }
}

@media (min-width: 1400px) {
    .nav-menu { gap: 8px; }
    .nav-link { font-size: 13px !important; padding: 8px 13px !important; }
}

/* ---- Header 10+ Experience Badge (shake animation) ---- */
.header-exp-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.exp-badge-default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffe066, #e8a800);
    border: 2.5px solid var(--luxury-navy);
    box-shadow: 0 3px 12px rgba(255, 170, 0, 0.35);
    text-align: center;
    line-height: 1.05;
}

.exp-badge-default strong,
.exp-counter-num {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    color: var(--luxury-navy);
    line-height: 1;
}

.exp-badge-default small {
    font-size: 7px;
    font-weight: 800;
    color: var(--luxury-navy);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 1px;
}

.exp-badge-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    display: block;
}

.header-exp-desktop {
    margin-right: 6px;
}

.header-exp-mobile .exp-badge-default {
    width: 38px;
    height: 38px;
    border-width: 2px;
}

.header-exp-mobile .exp-badge-default strong {
    font-size: 11px;
}

.header-exp-mobile .exp-badge-default small {
    font-size: 5.5px;
}

.header-exp-mobile .exp-badge-img {
    width: 38px;
    height: 38px;
}

@keyframes badgeShake {
    0%, 78%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    80% {
        transform: translateY(5px) rotate(-5deg) scale(1.05);
    }
    84% {
        transform: translateY(-4px) rotate(5deg) scale(1.05);
    }
    88% {
        transform: translateY(3px) rotate(-3deg) scale(1.03);
    }
    92% {
        transform: translateY(-2px) rotate(2deg) scale(1.02);
    }
    96% {
        transform: translateY(1px) rotate(-1deg) scale(1);
    }
}

.badge-shake {
    animation: badgeShake 2.8s ease-in-out infinite;
    transform-origin: center center;
}

.ref-design .veer-navbar {
    border-bottom: none !important;
    box-shadow: 0 2px 16px rgba(10, 46, 115, 0.08) !important;
}

.mobile-app-header {
    padding: 10px 14px;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
}

.mobile-app-header .logo-img {
    height: 40px;
    max-width: 120px;
}

.mobile-header-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.mobile-logo {
    flex-shrink: 0;
    margin-right: auto;
}

.header-exp-mobile {
    flex-shrink: 0;
}

.mobile-header-actions {
    flex-shrink: 0;
    margin-left: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-img { height: 40px; max-width: 140px; }
    .nav-link { font-size: 10px !important; padding: 6px 7px !important; }
    .btn-nav-call span { display: none; }
    .btn-nav-call { padding: 8px 10px !important; }
    .btn-nav-quote { font-size: 10px !important; padding: 8px 12px !important; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .nav-link { font-size: 10.5px !important; padding: 6px 8px !important; }
    .btn-nav-call { font-size: 11px !important; padding: 8px 12px !important; }
}

/* =============================================
   HERO IMAGE SLIDER — Natural aspect (no crop/stretch)
   ============================================= */

.hero-slider-wrap {
    position: relative;
    width: 100%;
    background: transparent;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.hero-desktop-swiper,
.hero-mobile-swiper {
    width: 100%;
    height: auto !important;
}

.hero-slider-section .swiper-wrapper,
.hero-slider-section .swiper-slide {
    height: auto !important;
}

.hero-slide-frame {
    width: 100%;
    height: auto;
    background: transparent;
    display: block;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.hero-slide-img,
.hero-slide-frame img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    vertical-align: top;
}

.hero-slider-section .hero-slider-controls {
    bottom: 14px;
}

/* Hero: no overlays, images only */
.ref-hero-overlays,
.ref-hero-overlays-mobile {
    display: none !important;
}

.hero-slider-controls {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 13px;
}

.hero-nav-btn:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.hero-desktop-pagination,
.hero-mobile-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.hero-desktop-pagination .swiper-pagination-bullet,
.hero-mobile-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 !important;
    transition: var(--transition);
}

.hero-desktop-pagination .swiper-pagination-bullet-active,
.hero-mobile-pagination .swiper-pagination-bullet-active {
    background: var(--secondary);
    width: 24px;
    border-radius: 4px;
}

.hero-mobile-pagination {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 6;
}

/* ---- Hero Glass Overlays ---- */
.ref-hero-overlays {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    padding-bottom: 56px;
}

.ref-hero-overlays .container,
.ref-hero-overlays > div {
    width: 100%;
    pointer-events: none;
}

.ref-hero-overlay-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 12px 20px;
    align-items: end;
    pointer-events: none;
}

.ref-hero-glass {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: end;
}

.ref-hero-overlay-side {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
}

.ref-quick-services-overlay {
    grid-column: 2;
    grid-row: 2;
    position: static !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: auto;
}

.ref-hero-glass {
    background: rgba(10, 46, 115, 0.38) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 18px !important;
    padding: 16px 20px !important;
    max-width: 300px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
    pointer-events: auto;
}

.ref-hero-glass .ref-panel-item {
    padding: 9px 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
}

.ref-hero-glass .ref-panel-item i {
    color: var(--secondary);
    font-size: 16px;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}

.ref-hero-glass .ref-panel-item span {
    line-height: 1.3;
}

.seal-glass {
    background: rgba(255, 200, 50, 0.72) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 3px solid rgba(10, 46, 115, 0.65) !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2) !important;
}

.ref-hero-overlays .ref-experience-seal {
    position: static;
    width: 100px;
    height: 100px;
    pointer-events: auto;
}

.ref-hero-overlays .seal-inner strong {
    font-size: 26px;
}

.ref-hero-overlays .seal-inner span {
    font-size: 8px;
}

.ref-quick-glass {
    background: rgba(255, 255, 255, 0.52) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-left: 3px solid var(--secondary) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    pointer-events: auto;
}

.ref-hero-overlays .ref-quick-services-overlay {
    position: static;
    pointer-events: auto;
}

.ref-hero-overlays .ref-quick-svc {
    padding: 9px 14px;
    font-size: 11px;
    border-radius: 10px;
}

/* Mobile hero overlays */
.ref-hero-overlays-mobile {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    padding: 12px 12px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ref-hero-overlays-mobile .ref-hero-overlay-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;
}

.ref-hero-overlays-mobile .ref-hero-glass,
.ref-hero-overlays-mobile .ref-hero-overlay-side,
.ref-hero-overlays-mobile .ref-quick-services-overlay {
    grid-column: auto;
    grid-row: auto;
}

.ref-hero-overlays-mobile .ref-hero-overlay-side {
    order: -1;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
}

.ref-hero-overlays-mobile .ref-quick-services-overlay {
    order: 1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin-top: 4px;
}

.ref-hero-overlays-mobile .ref-experience-seal.app-seal {
    width: 68px;
    height: 68px;
}

.ref-hero-overlays-mobile .seal-inner strong {
    font-size: 18px;
}

.ref-hero-overlays-mobile .ref-hero-glass {
    max-width: 100%;
    margin-top: auto;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8px;
}

.ref-hero-overlays-mobile .ref-panel-item {
    padding: 7px 0;
    font-size: 11px;
    gap: 8px;
    border-bottom: none;
}

.ref-hero-overlays-mobile .ref-panel-item:nth-child(5) {
    grid-column: 1 / -1;
    justify-content: center;
}

.ref-hero-overlays-mobile .ref-panel-item i {
    font-size: 13px;
    width: 18px;
}

/* ---- Desktop Hero overrides (slider) ---- */
.hero-slider-section.ref-hero {
    min-height: auto !important;
    max-height: none !important;
}

/* Legacy hero text hidden if any remains */
.hero-slider-section .ref-hero-wrap,
.hero-slider-section .app-hero-sheet {
    display: none !important;
}

/* ---- Homepage polish ---- */
.page-home .ref-trust-strip {
    border-top: 3px solid var(--secondary);
}

.page-home .ref-features-only {
    margin-top: 4px;
}

.page-home .ref-services {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.page-home .section-gray {
    background: #f4f7fb !important;
}

/* ---- Features Strip (Animated Cards) ---- */
.ref-features-only {
    padding: 20px 0 !important;
    background: transparent;
}

.ref-features-only .ref-feature-inner {
    padding: 20px 16px !important;
    border-radius: 20px !important;
    border: 1px solid #ff8800 !important;
    background: var(--white) !important;
    box-shadow: 0 4px 24px rgba(10, 46, 115, 0.06) !important;
}

.ref-feature-inner .feature-bar-item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid #0073ff !important;
    border-radius: 14px !important;
    padding: 14px 8px !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.35s ease,
                border-color 0.35s ease !important;
    animation: featureFadeIn 0.6s ease both;
}

.ref-feature-inner .feature-bar-item:nth-child(1) { animation-delay: 0.05s; }
.ref-feature-inner .feature-bar-item:nth-child(2) { animation-delay: 0.1s; }
.ref-feature-inner .feature-bar-item:nth-child(3) { animation-delay: 0.15s; }
.ref-feature-inner .feature-bar-item:nth-child(4) { animation-delay: 0.2s; }
.ref-feature-inner .feature-bar-item:nth-child(5) { animation-delay: 0.25s; }
.ref-feature-inner .feature-bar-item:nth-child(6) { animation-delay: 0.3s; }
.ref-feature-inner .feature-bar-item:nth-child(7) { animation-delay: 0.35s; }
.ref-feature-inner .feature-bar-item:nth-child(8) { animation-delay: 0.4s; }

@keyframes featureFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.ref-feature-inner .feature-bar-item:hover {
    transform: translateY(-4px) !important;
    border-color: var(--secondary) !important;
    box-shadow: 0 8px 24px rgba(255, 122, 0, 0.12) !important;
}

.ref-feature-inner .feature-bar-item i {
    font-size: 24px !important;
    color: var(--secondary) !important;
    margin-bottom: 8px !important;
    transition: transform 0.35s ease;
}

.ref-feature-inner .feature-bar-item:hover i {
    transform: scale(1.1);
}

.ref-feature-inner .feature-bar-item span {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #0f2744 !important;
    line-height: 1.35 !important;
}

/* ---- WE WORK IN Section ---- */
.ref-map-banner {
    background: linear-gradient(135deg, var(--luxury-navy-deep) 0%, var(--luxury-navy) 60%, #0d3d8f 100%) !important;
    padding: 36px 0 !important;
    position: relative;
    overflow: hidden;
}

.ref-map-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.ref-map-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
}

.ref-map-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 10px;
}

.ref-map-cities {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 2rem) !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    margin: 0 0 8px !important;
    letter-spacing: -0.01em;
}

.ref-map-cities em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.ref-map-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-weight: 400;
}

.ref-map-pins {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ref-map-pins span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.ref-map-pins span i {
    color: var(--secondary);
    font-size: 12px;
}

.ref-map-pins span:hover {
    background: rgba(255, 122, 0, 0.15);
    border-color: rgba(255, 122, 0, 0.3);
    transform: translateY(-2px);
}

/* ---- GET IN TOUCH Redesign (Equal, No Gap) ---- */
.ref-contact-section {
    padding: 48px 0 !important;
    background: linear-gradient(165deg, var(--luxury-navy-deep) 0%, var(--luxury-navy) 50%, #0d3d8f 100%) !important;
}

.ref-contact-header {
    text-align: center;
    margin-bottom: 32px;
}

.section-tag-light {
    background: rgba(255, 122, 0, 0.15) !important;
    color: #ffb366 !important;
}

.ref-contact-title {
    font-size: clamp(1.75rem, 3vw, 2.2rem) !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.01em;
}

.ref-contact-sub {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.ref-contact-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.ref-contact-form-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--white);
}

.ref-contact-form-col,
.ref-contact-info-col {
    display: flex;
    flex-direction: column;
}

.ref-contact-form-col {
    background: var(--white);
}

.ref-contact-info-col {
    background: linear-gradient(180deg, #0a2e73 0%, #071f4f 100%);
}

.ref-contact-form {
    flex: 0 0 auto;
    height: auto !important;
    border-radius: 0 !important;
    padding: 24px 24px 12px !important;
    box-shadow: none !important;
    display: block !important;
}

/* Fix huge gap - override premium-home flex stretch */
.ref-contact-form form,
.ref-contact-form .row.g-2,
.ref-contact-form .row.g-3 {
    flex: none !important;
    height: auto !important;
}

.ref-contact-form .form-group {
    margin-bottom: 0 !important;
}

.ref-contact-form .row.g-2 {
    --bs-gutter-y: 0.5rem;
    --bs-gutter-x: 0.65rem;
}

.ref-contact-form .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 4px;
}

.ref-contact-form .form-control {
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 10px;
    border-color: #e2e8f0;
}

.ref-contact-form textarea.form-control {
    min-height: 72px;
    resize: vertical;
}

.ref-contact-form .btn-submit {
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    margin-top: 4px;
}

/* Image fills remaining gap in form column */
.ref-contact-form-image {
    flex: 1;
    position: relative;
    min-height: 140px;
    margin: 0 24px 24px;
    border-radius: 14px;
    overflow: hidden;
}

.ref-contact-form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ref-contact-img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(transparent, rgba(4, 21, 48, 0.85));
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ref-contact-img-caption i {
    color: var(--secondary);
}

.ref-contact-info-inner {
    padding: 24px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--white);
}

.ref-contact-info-inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--white);
}

.ref-contact-list > div {
    margin-bottom: 16px;
    gap: 14px;
}

.ref-contact-list i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
}

.ref-contact-list small {
    font-size: 12px;
    opacity: 0.65;
}

.ref-contact-list a,
.ref-contact-list span {
    font-size: 16px !important;
    font-weight: 500;
}

.ref-hours-box {
    padding: 16px 18px;
    background: linear-gradient(135deg, #e8c547, #d4a82a);
    color: var(--luxury-navy);
}

.ref-hours-box strong { font-size: 16px; }
.ref-hours-box span { font-size: 14px; }

.ref-why-checklist {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px;
    padding: 18px !important;
    margin: 0 !important;
}

.ref-why-checklist h5 {
    font-size: 15px;
    margin-bottom: 12px;
    color: var(--white);
}

.ref-why-checklist li {
    font-size: 13px !important;
    padding: 3px 0 !important;
    color: rgba(255, 255, 255, 0.9);
}

/* ---- Process Section Layout ---- */
.ref-process-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px;
    align-items: start;
}

.page-home .ref-quote-card {
    position: static !important;
    top: auto !important;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ref-process-flow {
    background: var(--white);
    border-radius: 18px;
    padding: 20px 16px;
    border: 1px solid #0073ff;
    box-shadow: 0 4px 20px rgba(10, 46, 115, 0.06);
}

/* ---- CTA Section Fix ---- */
.page-home .cta-section {
    padding: 40px 0 !important;
    overflow: hidden;
}

.page-home .cta-content h2 {
    font-size: clamp(1.4rem, 3vw, 2rem) !important;
}

.page-home .cta-content p {
    font-size: 15px;
    margin-bottom: 24px;
}

.page-home .cta-buttons {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 12px;
}

.page-home .cta-buttons a {
    font-size: 14px !important;
    padding: 12px 22px !important;
    white-space: nowrap;
}

.page-home .btn-hero-whatsapp {
    background: #25D366 !important;
    color: var(--white) !important;
    border: 1px solid #25D366 !important;
}

.page-home .btn-hero-whatsapp:hover {
    background: #1fb855 !important;
    color: var(--white) !important;
}

.page-home .btn-hero-outline {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: var(--white) !important;
}

/* ---- Floating buttons: no overlap on home ---- */
.page-home .floating-actions {
    bottom: 28px;
    right: 20px;
    gap: 10px;
}

.page-home .floating-actions .float-quote {
    display: none !important;
}

.page-home .floating-actions .float-btn {
    width: 46px;
    height: 46px;
    font-size: 17px;
}

.ref-warranty-seal {
    margin-top: auto !important;
    border-radius: 14px !important;
    padding: 16px 20px !important;
    background: linear-gradient(135deg, #e8c547, #d4a82a) !important;
    color: var(--luxury-navy) !important;
}

/* ---- Trust Strip ---- */
.ref-trust-strip {
    padding: 14px 0 !important;
}

.ref-trust-grid {
    gap: 12px !important;
    align-items: center;
}

.ref-trust-item {
    font-size: 14px !important;
    font-weight: 500;
    gap: 10px;
    line-height: 1.4;
}

.ref-trust-item span {
    display: block;
}

@media (min-width: 992px) {
    .ref-trust-item {
        justify-content: center;
        text-align: center;
    }
    .ref-trust-item span {
        white-space: nowrap;
    }
}

/* ---- Section Polish ---- */
.ref-svc-head h3 { font-size: 18px !important; }
.ref-svc-head li { font-size: 14px !important; }

.ref-why-item span { font-size: 13px !important; }

.ref-process-node > span { font-size: 12px !important; }

.ref-testimonial-card .testimonial-text { font-size: 15px !important; }
.ref-testimonial-card .testimonial-name { font-size: 16px !important; }

.faq-question { font-size: 15px !important; }
.faq-answer-inner { font-size: 14px !important; }

.trust-item span { font-size: 13px !important; }

/* ---- Mobile App Experience ---- */
@media (max-width: 991px) {

    body.page-home.ref-design {
        background: #fff !important;
        padding-bottom: calc(var(--mobile-nav-h) + var(--mobile-cta-h) + var(--mobile-cta-gap) + 24px + env(safe-area-inset-bottom)) !important;
        overflow-x: hidden;
    }

    /* Full-width hero & trust — no side gaps */
    .page-home .hero-slider-section,
    .page-home .hero-slider-wrap,
    .page-home .hero-mobile-swiper,
    .page-home .hero-slide-frame,
    .page-home .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
        box-sizing: border-box;
    }

    .page-home .app-hero.hero-slider-section {
        margin-top: 0 !important;
        padding: 0 !important;
        width: 100%;
        max-width: 100%;
        background: transparent !important;
    }

    .page-home .hero-mobile-swiper,
    .page-home .hero-mobile-swiper .swiper-slide {
        height: auto !important;
        line-height: 0;
    }

    .page-home .hero-slide-img,
    .page-home .hero-slide-frame img {
        width: 100% !important;
        height: auto !important;
    }

    .page-home .ref-trust-strip {
        margin: 0 !important;
        width: 100%;
        border-radius: 0;
    }

    .page-home .ref-trust-strip .container {
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .page-home .ref-trust-item {
        font-size: 13px !important;
        padding: 6px 0;
        justify-content: flex-start;
        text-align: left;
    }

    .page-home .ref-trust-item span {
        white-space: normal;
        line-height: 1.4;
    }

    .page-home .ref-home-strip {
        padding: 10px 10px !important;
        margin: 0 !important;
    }

    .page-home .ref-home-strip .container {
        padding: 0 !important;
        max-width: 100%;
    }

    .page-home .ref-features-only .ref-feature-inner {
        margin: 0 !important;
        border-radius: 14px !important;
    }

    .page-home #main-content {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    .page-home .container {
        max-width: 100%;
    }

    /* Sticky CTA - separated from bottom nav */
    .sticky-mobile-cta {
        bottom: calc(var(--mobile-nav-h) + 16px + env(safe-area-inset-bottom)) !important;
        left: 16px !important;
        right: 16px !important;
        gap: 6px !important;
        padding: 0 !important;
        border-radius: 16px !important;
        overflow: hidden;
        box-shadow: 0 6px 28px rgba(10, 46, 115, 0.2) !important;
        z-index: 999 !important;
    }

    .sticky-cta-call,
    .sticky-cta-whatsapp,
    .sticky-cta-quote {
        flex: 1;
        padding: 14px 8px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        gap: 6px;
        border-radius: 0 !important;
    }

    .sticky-cta-call { border-radius: 16px 0 0 16px !important; }
    .sticky-cta-quote { border-radius: 0 16px 16px 0 !important; }

    /* Bottom nav island */
    .mobile-bottom-nav {
        bottom: 10px !important;
        left: 14px !important;
        right: 14px !important;
        padding: 10px 8px calc(10px + env(safe-area-inset-bottom)) !important;
        border-radius: 20px !important;
        box-shadow: 0 8px 32px rgba(10, 46, 115, 0.15) !important;
        z-index: 1000 !important;
    }

    .bottom-nav-item {
        font-size: 10px !important;
        font-weight: 600 !important;
        padding: 6px 4px !important;
    }

    .bottom-nav-item i { font-size: 20px !important; }

    /* Hide floating buttons on mobile (sticky CTA handles it) */
    .floating-actions {
        display: none !important;
    }

    /* Features mobile */
    .ref-feature-inner .feature-bar-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .ref-feature-inner .feature-bar-item span {
        font-size: 11px !important;
    }

    /* Map banner mobile */
    .ref-map-banner {
        margin: 12px 14px !important;
        border-radius: 18px !important;
        padding: 24px 18px !important;
    }

    .ref-map-inner {
        flex-direction: column;
        text-align: center;
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .ref-map-pins {
        justify-content: center;
    }

    .ref-map-pins span {
        font-size: 12px;
        padding: 8px 14px;
    }

    /* Contact mobile - stack */
    .ref-contact-split {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .ref-contact-form {
        padding: 20px 18px 10px !important;
        border-radius: 18px 18px 0 0 !important;
    }

    .ref-contact-form-image {
        margin: 0 18px 18px;
        min-height: 160px;
        border-radius: 12px;
    }

    .ref-contact-info-inner {
        padding: 20px 18px;
        border-radius: 0 0 18px 18px;
    }

    .ref-process-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ref-process-quote .ref-quote-card {
        margin: 0 14px;
    }

    .ref-contact-header {
        margin-bottom: 20px;
        padding: 0 4px;
    }

    .ref-contact-title { font-size: 1.5rem !important; }

    .ref-home-strip {
        padding: 0 14px 10px !important;
    }

    .ref-features-only .ref-feature-inner {
        margin: 0 !important;
    }

    /* Section cards app-like */
    .ref-about-row,
    .ref-why-section,
    .ref-trust-values {
        border-radius: 18px !important;
    }

    .ref-hero-overlays-mobile .ref-quick-services-overlay {
        justify-content: center;
    }

    .ref-hero-overlays-mobile .ref-quick-svc {
        flex: 1 1 calc(50% - 6px);
        min-width: 0;
        justify-content: center;
        padding: 8px 10px;
        font-size: 10px;
    }

    .ref-hero-overlays-mobile .ref-quick-svc small {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-home .app-hero.hero-slider-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
    }

    .page-home .hero-slider-wrap,
    .page-home .hero-mobile-swiper,
    .page-home .hero-slide-frame,
    .page-home .hero-slide-mobile {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
    }

    .page-home .app-mobile-block {
        margin-top: 0 !important;
    }

    /* Process: 3-column grid, no horizontal cut */
    .ref-process-section .container {
        overflow: hidden;
        max-width: 100%;
    }

    .ref-process-layout {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .ref-process-main {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .ref-process-flow {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px 8px !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        flex-wrap: wrap !important;
        margin: 0 !important;
        padding: 16px 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .ref-process-node {
        flex-direction: column !important;
        min-width: 0 !important;
        flex: none !important;
        gap: 6px !important;
        align-items: center !important;
        width: 100%;
    }

    .ref-process-arrow {
        display: none !important;
    }

    .ref-process-node > span {
        display: block !important;
        font-size: 9px !important;
        line-height: 1.25;
        text-align: center;
    }

    .ref-process-circle {
        width: 42px !important;
        height: 42px !important;
        font-size: 15px !important;
    }

    .ref-process-quote .ref-quote-card {
        margin: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

    /* Hide old mobile trust/features when app block is used */
    .page-home .ref-trust-strip.d-lg-none,
    .page-home .ref-home-strip.d-lg-none {
        display: none !important;
    }

    .section-title { font-size: 1.35rem !important; }
}

@media (min-width: 992px) {
    .ref-map-inner {
        gap: 40px;
        align-items: center;
    }

    .ref-hero-wrap {
        padding: 20px 0 32px !important;
    }

    .ref-contact-split {
        min-height: 480px;
    }

    .ref-map-text {
        flex: 1;
        min-width: 0;
    }

    .ref-map-visual {
        flex-shrink: 0;
    }

    .page-home .ref-hero.hero-slider-section {
        margin-top: 0 !important;
        padding: 0 !important;
        line-height: 0;
    }

    .page-home .ref-hero .hero-slider-wrap,
    .page-home .ref-hero .hero-desktop-swiper,
    .page-home .ref-hero .hero-slide-frame {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0;
        height: auto !important;
    }
}

/* =============================================
   MOBILE APP BLOCK (Reference Design)
   ============================================= */
.app-mobile-block {
    background: linear-gradient(180deg, #041530 0%, #0a2e73 100%);
    padding: 0;
    width: 100%;
}

.app-stats-card {
    margin: 0;
    padding: 14px 12px;
    border: 2px solid rgba(100, 160, 255, 0.35);
    border-radius: 0;
    background: rgba(4, 21, 48, 0.6);
}

.app-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.app-stat-item {
    text-align: center;
    padding: 8px 4px;
}

.app-stat-item i {
    display: block;
    color: var(--secondary);
    font-size: 18px;
    margin-bottom: 4px;
}

.app-stat-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.1;
}

.app-stat-item span {
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 2px;
    line-height: 1.2;
}

.app-trust-bullets {
    list-style: none;
    margin: 0;
    padding: 12px 16px;
}

.app-trust-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.app-trust-bullets li i {
    color: var(--secondary);
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.app-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 12px 8px 14px;
    background: #fff;
}

.app-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 4px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(10, 46, 115, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.app-feature-card:active {
    transform: scale(0.98);
}

.app-feature-card i {
    display: block;
    color: var(--secondary);
    font-size: 18px;
    margin-bottom: 5px;
}

.app-feature-card span {
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #0f2744;
    line-height: 1.25;
}

/* =============================================
   REVIEWS + FAQ PREMIUM
   ============================================= */
.ref-reviews-faq {
    background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
    padding: 40px 0 !important;
}

.reviews-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.reviews-faq-panel {
    background: var(--white);
    border: 1px solid #e8edf3;
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 8px 32px rgba(10, 46, 115, 0.07);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews-faq-head {
    margin-bottom: 16px;
}

.reviews-faq-head .section-title {
    font-size: 1.35rem !important;
    margin-bottom: 0;
}

.ref-reviews-faq .ref-testimonial-wrap {
    flex: none;
    margin-top: 0;
    padding: 0 40px;
    min-height: 280px;
}

.ref-reviews-faq .ref-testimonial-swiper {
    min-height: 240px;
    width: 100%;
    overflow: hidden;
}

.ref-reviews-faq .ref-testimonial-swiper .swiper-slide {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.reviews-score-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
    border: 1px solid rgba(255, 122, 0, 0.2);
    border-radius: 14px;
}

.reviews-score-num {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.reviews-score-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 4px;
}

.reviews-score-meta span {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.reviews-avatars-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e8edf3;
}

.reviews-avatars-row img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(10, 46, 115, 0.12);
    margin-left: -6px;
}

.reviews-avatars-row img:first-child {
    margin-left: 0;
}

.reviews-avatars-row span {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary);
    margin-left: 4px;
}

.ref-reviews-faq .ref-testimonial-card {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    padding: 22px 20px;
    position: relative;
    min-height: 220px;
}

.testimonial-quote-icon {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 28px;
    color: rgba(255, 122, 0, 0.15);
}

.ref-reviews-faq .testimonial-name {
    font-size: 16px !important;
    font-weight: 700;
    color: var(--primary);
}

.ref-reviews-faq .testimonial-location {
    font-size: 12px;
    color: var(--gray);
}

.ref-reviews-faq .testimonial-stars {
    color: #f59e0b;
    font-size: 13px;
    margin: 10px 0;
}

.ref-reviews-faq .testimonial-text {
    font-size: 15px !important;
    line-height: 1.65;
    color: #334155 !important;
    font-style: italic;
    margin: 0;
}

.ref-reviews-faq .testimonial-pagination {
    position: relative;
    margin-top: 12px;
    bottom: auto !important;
}

.ref-reviews-faq .testimonial-pagination .swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}

.ref-reviews-faq .testimonial-pagination .swiper-pagination-bullet-active {
    background: var(--secondary);
    width: 20px;
    border-radius: 4px;
}

.ref-reviews-faq .testimonial-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--secondary);
}

.faq-accordion-wrap {
    flex: 1;
}

.faq-item-premium {
    background: #f8fafc;
    border: 1px solid #e8edf3 !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item-premium.active {
    border-color: rgba(255, 122, 0, 0.35) !important;
    box-shadow: 0 4px 16px rgba(255, 122, 0, 0.08);
}

.faq-item-premium .faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 14px 16px !important;
    color: var(--primary);
}

.faq-item-premium .faq-answer-inner {
    font-size: 14px !important;
    line-height: 1.65;
    padding: 0 16px 14px !important;
    color: #475569;
}

/* Trust Values Premium */
.ref-trust-values-premium {
    background: var(--white);
    padding: 32px 0 !important;
    border-top: 1px solid #e8edf3;
}

.trust-values-head {
    text-align: center;
    margin-bottom: 20px;
}

.trust-values-head h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin: 8px 0 0;
}

.trust-grid-premium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.trust-grid-premium .trust-item {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #c1e0ff ;
    border-radius: 14px;
    padding: 16px 10px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.trust-grid-premium .trust-item:hover {
    transform: translateY(-3px);
    border-color: var(--secondary);
}

.trust-grid-premium .trust-item i {
    font-size: 26px;
    color: var(--secondary);
    margin-bottom: 8px;
}

.trust-grid-premium .trust-item span {
    font-size: 13px !important;
    font-weight: 600;
    color: var(--primary);
}

@media (max-width: 991px) {
    .reviews-faq-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .reviews-faq-panel {
        padding: 18px 16px;
        border-radius: 16px;
        margin: 0 10px;
    }

    .ref-reviews-faq {
        padding: 20px 0 !important;
        background: #f4f7fb;
    }

    .ref-reviews-faq .ref-testimonial-wrap {
        padding: 0 36px;
        min-height: 260px;
    }

    .reviews-score-bar {
        padding: 12px 14px;
        margin-bottom: 12px;
    }

    .reviews-score-num {
        font-size: 1.6rem;
    }

    .app-features-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 6px !important;
        padding: 12px 6px 14px !important;
    }

    .app-feature-card {
        padding: 9px 3px !important;
        border: 1px solid #0073ff;
    }

    .app-feature-card i {
        font-size: 16px !important;
    }

    .app-feature-card span {
        font-size: 8px !important;
    }

    .ref-trust-values-premium {
        margin: 0 10px 10px;
        border-radius: 16px;
        border: 1px solid #e8edf3;
        padding: 18px 12px !important;
    }

    .trust-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .trust-grid-premium .trust-item {
        padding: 12px 8px;
    }

    .trust-grid-premium .trust-item span {
        font-size: 11px !important;
    }

    .page-home .ref-contact-section {
        margin: 0 !important;
    }
}

/* =============================================
   HOMEPAGE SMOOTH SCROLL — NO BLINK
   ============================================= */
html {
    scroll-behavior: smooth;
}

body.page-home {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.page-home [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

body.page-home .section {
    padding: 28px 0 !important;
}

body.page-home .section-gray {
    background: #f4f7fb !important;
}

/* =============================================
   COMPACT REVIEWS STRIP
   ============================================= */
.ref-reviews-compact {
    padding: 20px 0 !important;
    background: #fff;
}

.reviews-compact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px 20px;
    background: linear-gradient(135deg, #fffaf5 0%, #fff 100%);
    border: 1px solid rgba(255, 122, 0, 0.18);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(10, 46, 115, 0.06);
}

.reviews-compact-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 10px 12px;
    background: var(--primary);
    border-radius: 12px;
    color: #fff;
    flex-shrink: 0;
}

.reviews-compact-badge i {
    color: #fbbf24;
    font-size: 14px;
    margin-bottom: 2px;
}

.reviews-compact-badge strong {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.reviews-compact-badge span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.85;
    margin-top: 2px;
}

.reviews-compact-quote {
    flex: 1;
    min-width: 200px;
    margin: 0;
    padding: 0;
    border: none;
}

.reviews-compact-quote p {
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
    font-style: italic;
    margin: 0 0 6px;
}

.reviews-compact-quote footer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.reviews-compact-quote cite {
    font-style: normal;
    font-weight: 700;
    color: var(--primary);
}

.reviews-compact-quote footer span {
    color: #64748b;
}

.reviews-compact-quote footer span::before {
    content: '•';
    margin-right: 8px;
    color: #cbd5e1;
}

.reviews-compact-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
}

.reviews-compact-meta span {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
}

.reviews-compact-meta i {
    color: var(--secondary);
    margin-right: 4px;
}

/* =============================================
   COMPACT FAQ
   ============================================= */
.ref-faq-compact {
    padding: 24px 0 28px !important;
}

.faq-compact-head {
    text-align: center;
    margin-bottom: 16px;
}

.faq-compact-head .section-title {
    font-size: 1.35rem !important;
    margin-bottom: 0;
}

.faq-compact-list {
    max-width: 720px;
    margin: 0 auto;
}

.faq-item-compact {
    background: #fff;
    border: 1px solid #e8edf3 !important;
    border-radius: 12px !important;
    margin-bottom: 8px !important;
    overflow: hidden;
}

.faq-item-compact .faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 14px 16px !important;
    color: var(--primary);
}

.faq-item-compact .faq-answer-inner {
    font-size: 13px !important;
    line-height: 1.6;
    padding: 0 16px 14px !important;
    color: #475569;
}

@media (max-width: 991px) {
    body.page-home .section {
        padding: 16px 0 !important;
    }

    .reviews-compact-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
        margin: 0 10px;
    }

    .reviews-compact-badge {
        flex-direction: row;
        gap: 8px;
        width: 100%;
        justify-content: flex-start;
        padding: 10px 14px;
    }

    .reviews-compact-badge strong {
        font-size: 1.25rem;
    }

    .reviews-compact-meta {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        padding-top: 8px;
        border-top: 1px solid #f1f5f9;
    }

    .faq-compact-list {
        padding: 0 10px;
    }

    .ref-faq-compact {
        padding: 16px 0 20px !important;
    }
}

/* Sticky shell overrides legacy fixed header */
.site-header-shell .veer-navbar,
.site-header-shell-mobile .mobile-app-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}

html {
    scroll-padding-top: var(--header-stack-h, 88px);
}

@media (max-width: 380px) {
    .app-stat-item strong { font-size: 13px; }
    .app-stat-item span { font-size: 8px; }
    .app-stat-item i { font-size: 16px; }
}
