/* ==========================================================================
   True Home — Modern Design System
   Layered on top of Bootstrap 5 + Porto theme
   Brand primary: #009fe3
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design Tokens
   -------------------------------------------------------------------------- */
:root {
    --th-primary: #009fe3;
    --th-primary-dark: #0077b3;
    --th-primary-light: #33b5e9;
    --th-primary-ultra-light: #e5f5fc;
    --th-gradient: linear-gradient(135deg, #009fe3 0%, #0077b3 50%, #1a1a2e 100%);
    --th-gradient-light: linear-gradient(135deg, #f0f9ff 0%, #e5f5fc 100%);
    --th-gradient-hero: linear-gradient(135deg, #009fe3 0%, #0077b3 40%, #1a1a2e 100%);
    --th-gradient-cta: linear-gradient(135deg, #009fe3 0%, #0077b3 100%);
    --th-gradient-footer: linear-gradient(160deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    --th-text: #1a1a2e;
    --th-text-muted: #64748b;
    --th-text-light: #94a3b8;
    --th-bg: #ffffff;
    --th-bg-alt: #f8fafc;
    --th-bg-subtle: #f1f5f9;
    --th-border: #e2e8f0;
    --th-border-light: #f1f5f9;
    --th-radius: 12px;
    --th-radius-sm: 8px;
    --th-radius-lg: 20px;
    --th-radius-xl: 28px;
    --th-radius-pill: 9999px;
    --th-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
    --th-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    --th-shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08), 0 4px 10px -2px rgba(0, 0, 0, 0.04);
    --th-shadow-xl: 0 20px 50px -5px rgba(0, 0, 0, 0.1), 0 8px 20px -5px rgba(0, 0, 0, 0.04);
    --th-shadow-glow: 0 0 30px rgba(11, 113, 225, 0.3);
    --th-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --th-transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --th-transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --th-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --th-space-xs: 0.25rem;
    --th-space-sm: 0.5rem;
    --th-space-md: 1rem;
    --th-space-lg: 2rem;
    --th-space-xl: 3rem;
    --th-space-2xl: 5rem;
    --th-space-3xl: 8rem;
}


/* --------------------------------------------------------------------------
   2. Global Typography & Body
   -------------------------------------------------------------------------- */
body {
    font-family: var(--th-font) !important;
    color: var(--th-text) !important;
    background-color: var(--th-bg) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7 !important;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--th-font) !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.2 !important;
    color: var(--th-text);
}

h1, .h1 { font-size: clamp(1.75rem, 1rem + 2.5vw, 3rem) !important; }
h2, .h2 { font-size: clamp(1.5rem, 0.75rem + 2vw, 2.375rem) !important; }
h3, .h3 { font-size: clamp(1.25rem, 0.9rem + 1vw, 1.75rem) !important; }
h4, .h4 { font-size: clamp(1.0625rem, 0.9rem + 0.5vw, 1.3125rem) !important; }

p {
    font-family: var(--th-font) !important;
    color: var(--th-text-muted);
    line-height: 1.8;
}

a {
    color: var(--th-primary);
    text-decoration: none;
    transition: var(--th-transition-fast);
}
a:hover {
    color: var(--th-primary-dark);
}

.lead {
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: var(--th-text-muted) !important;
}

.text-muted {
    color: var(--th-text-muted) !important;
}


/* --------------------------------------------------------------------------
   3. Header / Navigation — layered on Porto's header structure
   -------------------------------------------------------------------------- */

/* Override Porto header styles — let Porto JS handle sticky positioning */
#header.modern-header {
    border: none !important;
}

#header.modern-header .header-body {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border: none !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.6) !important;
    box-shadow: none !important;
    min-height: auto !important;
}

/* Porto logo container */
.modern-header .header-logo img {
    transition: var(--th-transition);
}

/* Nav links — Porto uses .nav-link on top-level items */
.modern-header .nav-link {
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    color: var(--th-text) !important;
    padding: 0.5rem 1rem !important;
    transition: var(--th-transition-fast) !important;
    letter-spacing: -0.01em !important;
    border-radius: var(--th-radius-sm);
    text-transform: none !important;
}

.modern-header .nav-link:hover,
.modern-header .nav-link:focus {
    color: var(--th-primary) !important;
    background: var(--th-primary-ultra-light);
}

/* Suppress Porto's nav active indicators, underlines, borders */
.modern-header .header-nav-main nav > ul > li > a::before,
.modern-header .header-nav-main nav > ul > li > a::after,
.modern-header .header-nav-main nav > ul > li::before,
.modern-header .header-nav-main nav > ul > li::after {
    display: none !important;
    content: none !important;
}

.modern-header .header-nav {
    border: none !important;
}

.modern-header .header-nav-main {
    border: none !important;
}

.modern-header .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Pro", "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.7rem;
    vertical-align: 0.1em;
    margin-left: 0.35rem;
    transition: transform 0.2s ease;
}

.modern-header .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Desktop hover-to-open dropdowns */
@media (min-width: 992px) {
    .modern-header .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .modern-header .dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }
}

/* Modern dropdown menu */
.modern-header .dropdown-menu {
    border: 1px solid var(--th-border) !important;
    border-radius: var(--th-radius) !important;
    box-shadow: var(--th-shadow-lg) !important;
    padding: 0.5rem !important;
    margin-top: 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    min-width: 200px;
}

.modern-header .dropdown-menu .dropdown-item {
    font-size: 0.9rem !important;
    font-weight: 450 !important;
    color: var(--th-text) !important;
    padding: 0.5rem 1rem !important;
    border-radius: var(--th-radius-sm) !important;
    transition: var(--th-transition-fast) !important;
}

.modern-header .dropdown-menu .dropdown-item:hover,
.modern-header .dropdown-menu .dropdown-item:focus {
    background: var(--th-primary-ultra-light) !important;
    color: var(--th-primary) !important;
}

/* CTA button in nav */
.btn-nav-cta {
    background: var(--th-gradient-cta) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    transition: var(--th-transition) !important;
    box-shadow: 0 2px 8px rgba(11, 113, 225, 0.3);
    white-space: nowrap;
}

.btn-nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(11, 113, 225, 0.4) !important;
    color: #fff !important;
}

/* Mobile hamburger — Porto uses .header-btn-collapse-nav */
/* Get Started CTA in nav — gold accent to match hero button */
#header.modern-header .header-nav-main nav .nav-link-cta {
    background: var(--th-gradient-accent) !important;
    background-color: var(--th-accent) !important;
    color: #fff !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 0.5rem 1.25rem !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    margin-left: 0.5rem;
    box-shadow: var(--th-shadow-accent);
    transition: var(--th-transition) !important;
    height: auto !important;
    line-height: 1.4 !important;
    align-self: center;
    display: inline-flex !important;
    align-items: center !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/* Porto nav items default to 100px height — override the CTA's parent li for centering */
#header.modern-header .header-nav-main nav > ul > li:last-child {
    display: flex !important;
    align-items: center !important;
}

#header.modern-header .header-nav-main nav .nav-link-cta:hover,
#header.modern-header .header-nav-main nav .nav-link-cta:focus {
    background: var(--th-accent-dark) !important;
    background-color: var(--th-accent-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(201, 149, 44, 0.35) !important;
}

.modern-header .header-btn-collapse-nav {
    border: none !important;
    padding: 0.5rem;
    font-size: 1.25rem;
    color: var(--th-text);
    box-shadow: none !important;
    background: transparent !important;
}

.modern-header .header-btn-collapse-nav:focus {
    box-shadow: none !important;
}


/* --------------------------------------------------------------------------
   4. Modern Hero Sections
   -------------------------------------------------------------------------- */
.modern-hero,
section.jumbotron {
    background: var(--th-gradient-hero) !important;
    padding: 5rem 0 4rem !important;
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.modern-hero::before,
section.jumbotron::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(61, 147, 240, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.modern-hero::after,
section.jumbotron::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 113, 225, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.modern-hero h1,
section.jumbotron h1 {
    color: #fff !important;
    font-weight: 800 !important;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.modern-hero h2,
section.jumbotron h2 {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 400 !important;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem) !important;
    margin-bottom: 1.5rem;
}

.modern-hero .lead,
section.jumbotron .lead {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1.05rem !important;
    max-width: 540px;
    position: relative;
    z-index: 1;
}

.modern-hero ul,
section.jumbotron ul {
    list-style: none;
    padding-left: 0;
}

.modern-hero ul li,
section.jumbotron ul li.h3 {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    padding: 0.25rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.modern-hero ul li::before,
section.jumbotron ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro", "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Hero list items styled as headings (h3/h4) — suppress tiny checkmarks, use clean design */
.modern-hero ul li.h3::before,
.modern-hero ul li.h4::before,
section.jumbotron ul li.h3::before,
section.jumbotron ul li.h4::before {
    content: none;
}
.modern-hero ul li.h3,
.modern-hero ul li.h4,
section.jumbotron ul li.h3,
section.jumbotron ul li.h4 {
    display: inline-block;
    padding: 0.4rem 1.25rem !important;
    margin: 0 0.5rem 0.5rem 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--th-radius-pill);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
    line-height: 1.4 !important;
}

/* Hero CTA button */
.modern-hero .btn-primary,
section.jumbotron .btn-primary {
    background: #fff !important;
    color: var(--th-primary) !important;
    border: none !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 0.875rem 2.5rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: var(--th-transition) !important;
    position: relative;
    z-index: 1;
}

.modern-hero .btn-primary:hover,
section.jumbotron .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
    background: #fff !important;
    color: var(--th-primary-dark) !important;
}

/* Hero images */
section.jumbotron img,
.modern-hero img {
    position: relative;
    z-index: 1;
}

/* Hero illustrations should never have a shadow (overrides section img.img-fluid) */
section.modern-hero img.img-fluid,
section.jumbotron img.img-fluid,
.banner-content-img img.img-fluid {
    box-shadow: none !important;
    border-radius: 0 !important;
}


/* --------------------------------------------------------------------------
   5. Feature Cards (.featured-box, .box-content)
   -------------------------------------------------------------------------- */
.featured-box {
    background: var(--th-bg) !important;
    border: none !important;
    border-radius: var(--th-radius-lg) !important;
    padding: 0 !important;
    transition: var(--th-transition) !important;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06) !important;
}

.featured-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08) !important;
}

.featured-box .box-content {
    padding: 2rem 1.75rem !important;
    text-align: center;
}

.featured-box .box-content h4 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem;
    color: var(--th-text) !important;
}

.featured-box .box-content p {
    font-size: 0.925rem !important;
    line-height: 1.7;
    color: var(--th-text-muted);
    margin-bottom: 0;
}

/* Apple-style icon styling in feature boxes */
.featured-box .icon-featured {
    background: var(--th-primary-ultra-light) !important;
    color: var(--th-primary) !important;
    width: 56px !important;
    height: 56px !important;
    line-height: 56px !important;
    font-size: 1.35rem !important;
    border-radius: 16px !important;
    margin: 0 auto 1.25rem !important;
    border: none !important;
    transition: var(--th-transition) !important;
}

.featured-box:hover .icon-featured {
    background: var(--th-primary-light, #d4e6fb) !important;
    color: var(--th-primary) !important;
    transform: scale(1.05);
}

/* Override featured-box effect styles from Porto */
.featured-box.featured-box-effect-4 .icon-featured::after {
    display: none !important;
}

.featured-boxes-style-2 .featured-box {
    margin: 0 !important;
}

/* Card variant for featured boxes */
.featured-box.modern-card {
    border: 1px solid var(--th-border);
    background: var(--th-bg);
}


/* --------------------------------------------------------------------------
   6. Section Styling & Visual Rhythm
   -------------------------------------------------------------------------- */
section {
    padding: 4rem 0;
}

section.md {
    padding: 4rem 0;
}

section.how-section {
    background: var(--th-bg-subtle) !important;
    padding: 5rem 0;
}

/* Section titles */
.section-title h2,
section h2.fw-700,
section h2.fw-bold {
    position: relative;
    margin-bottom: 1rem !important;
    letter-spacing: -0.03em !important;
}

/* Clean section titles — no decorative underline (Apple-style) */
.section-title.text-center h2::after,
section .text-center h2.fw-700::after {
    content: none;
}

/* Alternating section backgrounds */
.main > section:nth-child(even) {
    background-color: var(--th-bg-alt);
}
.main > section:nth-child(odd) {
    background-color: var(--th-bg);
}

/* Content sections with images */
section .row.align-items-center {
    padding: 2rem 0;
}


/* --------------------------------------------------------------------------
   7. Process Steps (.step-count, .how-section)
   -------------------------------------------------------------------------- */
.step-count {
    background: var(--th-primary) !important;
    color: #fff !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    padding: 0 !important;
    flex-shrink: 0;
}

.how-section .item {
    padding: 1.5rem;
}

/* Apple-style process step circles (Porto override) */
.process .process-step-circle {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    border-radius: 16px !important;
    background: var(--th-primary-ultra-light) !important;
    border-color: transparent !important;
}

.process .process-step-circle .process-step-circle-content {
    color: var(--th-primary) !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.process .process-step-circle .process-step-circle-content i,
.process .process-step-circle .process-step-circle-content .icons {
    color: var(--th-primary) !important;
    font-size: 1.2rem !important;
}

.process .process-step:hover .process-step-circle {
    background: var(--th-primary) !important;
    transform: scale(1.05);
    transition: var(--th-transition);
}

.process .process-step:hover .process-step-circle .process-step-circle-content,
.process .process-step:hover .process-step-circle .process-step-circle-content i,
.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
    color: #fff !important;
}

.how-section .item .desc {
    padding: 1rem 0 !important;
}

.how-section .item .desc h4 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    color: var(--th-text) !important;
}

.how-section .item .desc p {
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Icon holder in steps */
.how-section .icon-holder {
    margin-bottom: 1rem;
}

.how-section .icon-holder img {
    max-width: 160px;
    height: auto;
    transition: var(--th-transition);
}

.how-section .item:hover .icon-holder img {
    transform: scale(1.05);
}


/* --------------------------------------------------------------------------
   8. Pricing Tables (.price-column)
   -------------------------------------------------------------------------- */
.price-column {
    border-radius: var(--th-radius-lg) !important;
    overflow: hidden;
    border: 1px solid var(--th-border) !important;
    box-shadow: var(--th-shadow) !important;
    transition: var(--th-transition) !important;
    margin: 1rem 0 !important;
}

.price-column:hover {
    transform: translateY(-8px);
    box-shadow: var(--th-shadow-xl) !important;
}

.price-column h2 {
    background: var(--th-bg-alt) !important;
    color: var(--th-text) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: 1.5rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05em !important;
}

.price-column h3 {
    background: var(--th-gradient-hero) !important;
    color: #fff !important;
    padding: 2rem !important;
    font-size: 2.5rem !important;
}

.price-column ul {
    padding: 1.5rem 0 !important;
}

.price-column li {
    border-color: var(--th-border-light) !important;
    padding: 0.75rem 0 !important;
    font-size: 0.925rem;
    color: var(--th-text-muted) !important;
}

.price-bottom {
    background: var(--th-bg-alt) !important;
    padding: 1.5rem !important;
}

.price-btn {
    background: var(--th-gradient-cta) !important;
    border: none !important;
    border-radius: var(--th-radius-sm) !important;
    color: #fff !important;
    padding: 0.75rem 2rem !important;
    font-weight: 600 !important;
    transition: var(--th-transition) !important;
}

.price-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--th-shadow-glow) !important;
    background: var(--th-gradient-cta) !important;
    color: #fff !important;
}

/* Popular/large pricing plan */
.price-column.large {
    border-color: var(--th-primary) !important;
    transform: scale(1.03);
    box-shadow: var(--th-shadow-lg) !important;
    z-index: 2;
    margin-top: -0.5rem !important;
}

.price-column.large:hover {
    transform: scale(1.03) translateY(-8px);
}

.price-column.large h2 {
    background: var(--th-primary) !important;
    color: #fff !important;
}

.price-column.large .price-bottom {
    background: var(--th-primary-ultra-light) !important;
}


/* --------------------------------------------------------------------------
   9. Image Styling
   -------------------------------------------------------------------------- */
section img.img-fluid,
section .border.shadow {
    border-radius: var(--th-radius-lg) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    transition: var(--th-transition) !important;
    border: none !important;
}

section img.img-fluid:hover,
section .border.shadow:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 48px rgba(0, 0, 0, 0.1) !important;
}

.modern-img {
    border-radius: var(--th-radius-lg) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    transition: var(--th-transition) !important;
}

.modern-img:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 48px rgba(0, 0, 0, 0.1) !important;
}


/* --------------------------------------------------------------------------
   10. CTA Sections
   -------------------------------------------------------------------------- */
.modern-cta {
    background: var(--th-gradient-cta);
    padding: 4rem 0;
    text-align: center;
}

.modern-cta h2 {
    color: #fff !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 1rem;
}

.modern-cta p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.modern-cta .btn {
    background: #fff !important;
    color: var(--th-primary) !important;
    border: none !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 1rem 2.5rem !important;
    font-weight: 600 !important;
    font-size: 1.0625rem !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: var(--th-transition) !important;
}

.modern-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}


/* --------------------------------------------------------------------------
   11. Modern Footer
   -------------------------------------------------------------------------- */
#footer.modern-footer {
    background: var(--th-gradient-footer) !important;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin-top: 0 !important;
    border: none !important;
}

#footer.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--th-primary) 0%, var(--th-primary-light) 50%, var(--th-primary) 100%);
}

.modern-footer h5 {
    color: #fff !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 1.5rem !important;
}

.modern-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-footer .footer-links li {
    margin-bottom: 0.75rem;
}

.modern-footer .footer-links a {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none !important;
    transition: var(--th-transition-fast);
    position: relative;
    display: inline-block;
}

.modern-footer .footer-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--th-primary-light);
    transition: width 0.3s ease;
}

.modern-footer .footer-links a:hover {
    color: #fff !important;
}

.modern-footer .footer-links a:hover::after {
    width: 100%;
}

.modern-footer p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.modern-footer p i {
    color: var(--th-primary-light);
    width: 20px;
    margin-right: 0.5rem;
}

.modern-footer a.text-color-primary {
    color: var(--th-primary-light) !important;
    transition: var(--th-transition-fast);
}

.modern-footer a.text-color-primary:hover {
    color: #fff !important;
}

/* Footer copyright */
.modern-footer .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: transparent !important;
    padding: 0 !important;
}

.modern-footer .footer-copyright p {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 0.8125rem;
    margin: 0;
}

/* Footer brand */
.modern-footer .footer-brand p {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 280px;
}

/* Social icons */
.modern-footer .social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.modern-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.875rem;
    transition: var(--th-transition);
}

.modern-footer .social-icons a:hover {
    background: var(--th-primary);
    color: #fff !important;
    transform: translateY(-2px);
}

.modern-footer .social-icons a::after {
    display: none;
}


/* --------------------------------------------------------------------------
   12. Modern Form Styling
   -------------------------------------------------------------------------- */
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
    border: 1.5px solid var(--th-border) !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.9375rem !important;
    font-family: var(--th-font) !important;
    color: var(--th-text) !important;
    background: var(--th-bg) !important;
    transition: var(--th-transition-fast) !important;
    box-shadow: none !important;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: var(--th-primary) !important;
    box-shadow: 0 0 0 3px rgba(11, 113, 225, 0.12) !important;
    outline: none !important;
}

.form-control::placeholder {
    color: var(--th-text-light) !important;
}

label,
.fw-bold.text-dark.text-3 {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: var(--th-text) !important;
    margin-bottom: 0.375rem;
}

/* Email signup box */
.featured-box.featured-box-primary {
    background: var(--th-bg) !important;
    border: 1px solid var(--th-border) !important;
    border-radius: var(--th-radius-lg) !important;
    box-shadow: var(--th-shadow-lg) !important;
    padding: 0 !important;
    overflow: hidden;
}

.featured-box.featured-box-primary .box-content {
    padding: 2.5rem !important;
}

.featured-box.featured-box-primary h4 {
    color: var(--th-primary) !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-size: 1.25rem !important;
    letter-spacing: -0.01em !important;
}


/* --------------------------------------------------------------------------
   13. Scroll Reveal Animations
   -------------------------------------------------------------------------- */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

/* Staggered animation delays */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }


/* --------------------------------------------------------------------------
   14. Button Modernization
   -------------------------------------------------------------------------- */
.btn {
    font-family: var(--th-font) !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    transition: var(--th-transition) !important;
    border-radius: var(--th-radius-sm) !important;
}

.btn-primary {
    background: var(--th-primary) !important;
    border-color: var(--th-primary) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--th-primary-dark) !important;
    border-color: var(--th-primary-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 113, 225, 0.35) !important;
}

.btn-modern {
    background: var(--th-gradient-cta) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(11, 113, 225, 0.3);
    transition: var(--th-transition) !important;
}

.btn-modern:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(11, 113, 225, 0.4) !important;
    color: #fff !important;
}

.btn-xl {
    padding: 1rem 2.5rem !important;
    font-size: 1.0625rem !important;
    border-radius: var(--th-radius-sm) !important;
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    border-radius: var(--th-radius-sm) !important;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}


/* --------------------------------------------------------------------------
   15. Checklist / List Styling
   -------------------------------------------------------------------------- */
.list-style7 li,
ul li:has(> i.fa-check) {
    list-style: none !important;
    position: relative;
    padding: 0.375rem 0 0.375rem 0 !important;
    font-size: 0.95rem;
    color: var(--th-text);
    line-height: 1.7;
}

.list-style7 li i.fa-check,
.list-style7 li i.fas.fa-check {
    color: var(--th-primary) !important;
    font-size: 0.65rem;
    margin-right: 0.75rem;
    width: 20px;
    height: 20px;
    background: var(--th-primary-ultra-light);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Footer list overrides (keep simple arrows) */
.list.list-icons li {
    padding: 0.375rem 0;
    border: none !important;
}

.list.list-icons li i.fa-angle-right {
    color: var(--th-primary-light);
    font-size: 0.75rem;
}


/* --------------------------------------------------------------------------
   16. Breadcrumbs — Hidden visually, preserved for SEO schema
   -------------------------------------------------------------------------- */
nav[aria-label="breadcrumb"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.8125rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--th-text-light) !important;
    content: "\f105" !important;
    font-family: "Font Awesome 5 Pro", "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 0.65rem !important;
}


/* --------------------------------------------------------------------------
   17. Testimonial / Quote Cards
   -------------------------------------------------------------------------- */
.modern-testimonial {
    background: var(--th-bg);
    border: 1px solid var(--th-border);
    border-radius: var(--th-radius-lg);
    padding: 2rem;
    position: relative;
    box-shadow: var(--th-shadow);
    transition: var(--th-transition);
}

.modern-testimonial:hover {
    box-shadow: var(--th-shadow-lg);
    transform: translateY(-4px);
}

.modern-testimonial::before {
    content: "\201c";
    font-family: Georgia, serif;
    font-size: 4rem;
    color: var(--th-primary-ultra-light);
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    line-height: 1;
}

.modern-testimonial blockquote,
.modern-testimonial p {
    font-size: 1rem;
    font-style: italic;
    color: var(--th-text);
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.modern-testimonial .testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.modern-testimonial .testimonial-author strong {
    display: block;
    font-weight: 600;
    color: var(--th-text);
    font-size: 0.9375rem;
}

.modern-testimonial .testimonial-author span {
    font-size: 0.8125rem;
    color: var(--th-text-muted);
}


/* --------------------------------------------------------------------------
   18. Responsive / Mobile
   -------------------------------------------------------------------------- */
/* ==========================================================================
   RESPONSIVE — Apple-quality mobile experience
   Consistent spacing, smooth type scaling, touch-optimized
   ========================================================================== */

/* Hover effects only on devices with a pointer (not touch) */
@media (hover: hover) and (pointer: fine) {
    .featured-box:hover {
        transform: translateY(-4px) !important;
        box-shadow: var(--th-shadow-xl) !important;
    }

    .how-section .item .how-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--th-shadow-lg);
    }

    .stat-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--th-shadow-lg);
    }

    .modern-img:hover {
        transform: scale(1.02);
    }

    .price-column:hover {
        transform: translateY(-6px);
    }
}

/* Disable all hover lifts on touch devices */
@media (hover: none) {
    .featured-box:hover,
    .how-section .item .how-card:hover,
    .stat-card:hover,
    .price-column:hover,
    .price-column.large:hover {
        transform: none !important;
    }
}

/* --------------------------------------------------------------------------
   Tablet — ≤991px
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
    body {
        padding-top: 0;
    }

    /* ---- Navigation — Porto mobile collapse ---- */
    .modern-header .header-btn-collapse-nav {
        display: block !important;
        position: relative;
        z-index: 10;
        color: var(--th-text) !important;
        font-size: 1.5rem;
        padding: 0.5rem 0.75rem;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .modern-header .header-nav-main nav.collapse {
        background: #fff;
        border-radius: var(--th-radius-lg);
        padding: 0.5rem;
        box-shadow: var(--th-shadow-xl);
        border: 1px solid var(--th-border-light);
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modern-header .nav-link {
        padding: 0.875rem 1.25rem !important;
        font-size: 0.9375rem !important;
        border-radius: var(--th-radius-sm);
    }

    .modern-header .nav-link:active {
        background: var(--th-bg-subtle);
    }

    .modern-header .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        padding: 0 0 0 1.25rem !important;
        margin: 0 !important;
        background: transparent !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        display: none;
    }

    .modern-header .dropdown.show > .dropdown-menu {
        display: block;
    }

    .modern-header .dropdown-item {
        padding: 0.625rem 1rem !important;
        border-radius: var(--th-radius-sm);
        font-size: 0.9375rem !important;
        color: var(--th-text-muted) !important;
    }

    .modern-header .dropdown-item:active {
        background: var(--th-primary-ultra-light) !important;
        color: var(--th-primary) !important;
    }

    .btn-nav-cta {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0.5rem 0 0.25rem;
        padding: 0.875rem !important;
        font-size: 0.9375rem !important;
    }

    /* ---- Hero ---- */
    .modern-hero,
    section.jumbotron {
        padding: 3.5rem 1.5rem 3rem !important;
        text-align: center;
    }

    .modern-hero .hero-subtitle,
    .modern-hero .lead {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .modern-hero ul {
        display: inline-block;
        text-align: left;
    }

    .modern-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .modern-hero .btn-primary,
    section.jumbotron .btn-primary {
        display: inline-block;
        width: auto;
        min-width: 220px;
        padding: 0.875rem 2.5rem !important;
    }

    .banner-content-img {
        display: block !important;
        text-align: center;
        margin: 0 auto 1rem;
        max-width: 220px;
        opacity: 0.85;
    }
    .banner-content-img img {
        max-height: 160px;
        width: auto;
    }

    /* ---- Sections ---- */
    section {
        padding: 3.5rem 0;
    }

    section.md {
        padding: 3rem 0;
    }

    section.md .row.align-items-center img {
        max-width: 75%;
        margin: 0 auto 1.5rem !important;
        display: block;
    }

    section.md .ps-0.ps-lg-5,
    section.md .pe-0.pe-lg-5 {
        padding: 0 !important;
    }

    /* ---- How-section ---- */
    section.how-section {
        padding: 3rem 0;
    }

    .how-section .item {
        padding: 0.5rem;
    }

    .how-section .item .how-card {
        padding: 1.75rem 1.5rem;
    }

    /* ---- CTA band ---- */
    .cta-band {
        padding: 3rem 1.5rem;
    }

    .cta-band::before {
        display: none;
    }

    /* ---- Pricing ---- */
    .price-column.large {
        transform: none;
        margin-top: 0 !important;
    }

    /* ---- Width utilities — no narrow columns on mobile ---- */
    .w-85 {
        width: 100% !important;
    }

    .small-title {
        max-width: 100% !important;
    }

    /* ---- Footer ---- */
    .modern-footer .row.py-5 {
        padding: 3rem 0 !important;
    }
}

/* --------------------------------------------------------------------------
   Phone — ≤767px
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
    /* ---- Typography — let clamp handle it, no hard overrides ---- */

    /* ---- Feature sections — compact on mobile ---- */
    section.md {
        padding: 2rem 0;
    }

    section.md .row.align-items-center {
        padding: 1.5rem 0 !important;
        margin-bottom: 0 !important;
    }

    section.md .row.align-items-center .col-lg-6.order-2.order-lg-1 {
        order: 2 !important;
    }

    section.md .row.align-items-center .col-lg-6.order-1.order-lg-2 {
        order: 1 !important;
    }

    section.md .row.align-items-center img {
        max-width: 70%;
        margin: 0 auto 1.25rem !important;
    }

    section.md .row.align-items-center[style*="background"] {
        padding: 1.5rem !important;
        border-radius: var(--th-radius) !important;
    }

    /* ---- Checklists on mobile ---- */
    .list-style7 li,
    ul li:has(> i.fa-check) {
        font-size: 0.875rem;
        padding: 0.25rem 0 !important;
        line-height: 1.6;
    }

    .list-style7 li i.fa-check,
    .list-style7 li i.fas.fa-check {
        width: 18px;
        height: 18px;
        font-size: 0.6rem;
        margin-right: 0.625rem;
    }

    /* ---- Content text on mobile ---- */
    section.md h2 {
        font-size: clamp(1.25rem, 4vw, 1.5rem) !important;
        margin-bottom: 0.75rem !important;
    }

    section.md p.small-title,
    section.md p.mb-2-3 {
        font-size: 0.875rem;
        line-height: 1.65;
    }

    /* ---- Images — lighter shadows on phone ---- */
    section img.img-fluid,
    .modern-img {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06) !important;
        border-radius: var(--th-radius) !important;
    }

    .img-showcase {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06);
        border-radius: var(--th-radius);
    }

    /* ---- Stats ---- */
    .stat-card {
        padding: 1.25rem 0.75rem;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .stat-number {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .stat-label {
        font-size: 0.7rem;
    }

    /* ---- Case studies ---- */
    .modern-tabs {
        width: 100%;
    }

    .modern-tabs .nav-link {
        flex: 1;
        text-align: center;
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .case-study-card {
        padding: 1.5rem;
    }

    .matterport-frame iframe {
        height: 260px;
    }

    .matterport-frame-sm iframe {
        height: 220px;
    }

    .renovation-details {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    /* ---- Footer — center on phone ---- */
    .modern-footer {
        text-align: center;
    }

    .modern-footer .social-icons {
        justify-content: center;
    }

    .modern-footer .footer-brand p {
        max-width: 320px;
        margin: 0 auto;
    }

    .modern-footer .row > div {
        margin-bottom: 2rem;
    }
}

/* --------------------------------------------------------------------------
   Small phone — ≤575px
   -------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
    /* ---- Hero — compact but readable ---- */
    .modern-hero,
    section.jumbotron {
        padding: 2.5rem 1rem 2rem !important;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 0.35rem 1rem;
    }

    .modern-hero ul li,
    section.jumbotron ul li.h3 {
        font-size: 0.8125rem !important;
        padding: 0.3rem 1rem !important;
        margin: 0 0.35rem 0.4rem 0 !important;
    }

    .modern-hero ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        padding: 0;
    }

    .modern-hero .lead {
        font-size: 0.95rem !important;
    }

    .modern-hero .btn-primary,
    section.jumbotron .btn-primary {
        width: 100%;
        max-width: 300px;
        padding: 0.875rem 1.5rem !important;
    }

    /* ---- Sections ---- */
    section {
        padding: 2.5rem 0;
    }

    /* ---- Cards — compact horizontal layout on mobile ---- */
    .featured-box .box-content {
        padding: 1.25rem 1rem !important;
    }

    .how-section .item {
        padding: 0.25rem 0 !important;
    }

    .how-section .item .how-card {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 1rem 1.125rem;
        gap: 1rem;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .how-section .item .how-card .icon-holder {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .how-section .item .how-card .icon-holder img {
        width: 40px;
        height: 40px;
        padding: 8px;
        border-radius: 10px;
    }

    .how-section .item .how-card .desc {
        padding: 0 !important;
        flex: 1;
        min-width: 0;
    }

    .how-section .item .how-card .desc h4 {
        font-size: 0.9375rem !important;
        margin-bottom: 0.375rem !important;
        justify-content: flex-start;
    }

    .how-section .item .how-card .desc p {
        font-size: 0.8125rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .step-count {
        width: 26px !important;
        height: 26px !important;
        font-size: 0.75rem !important;
        border-radius: 7px !important;
        padding-top: 0.15rem !important;
    }

    /* ---- CTA band ---- */
    .cta-band {
        padding: 2.5rem 1rem;
    }

    .cta-band .btn {
        width: 100%;
        max-width: 300px;
        padding: 0.875rem 1.5rem !important;
    }

    .cta-band form {
        padding: 1.25rem !important;
    }

    .cta-band form .form-control-lg {
        font-size: 1rem !important;
        padding: 0.625rem 0.75rem !important;
    }

    /* ---- Case studies ---- */
    .case-study-card {
        padding: 1.25rem;
    }

    .matterport-frame iframe {
        height: 220px;
    }

    .matterport-frame-sm iframe {
        height: 180px;
    }

    .result-highlight {
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
    }

    /* ---- Process steps (Porto) ---- */
    .process .process-step-circle {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        border-radius: 14px !important;
    }

    /* ---- Footer ---- */
    .modern-footer h5 {
        margin-bottom: 0.75rem !important;
    }

    .modern-footer .footer-copyright {
        padding-top: 1.5rem !important;
    }
}


/* --------------------------------------------------------------------------
   19. Miscellaneous Overrides (Porto Theme)
   -------------------------------------------------------------------------- */

/* Remove Porto text-color utility conflicts */
.text-color-primary {
    color: var(--th-primary) !important;
}

.text-color-light {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Remove Porto body wrapper border */
.body {
    border: none !important;
    box-shadow: none !important;
}

/* Porto section background overrides */
.bg-dark {
    background: var(--th-gradient-hero) !important;
}

/* Remove old wow animation overrides — handled by .reveal now */
[data-wow-delay] {
    visibility: visible !important;
    animation: none !important;
}

/* Technology diagram section */
section .d-flex.justify-content-center img[src*="technology.svg"] {
    max-width: 900px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
}

/* Smooth scroll for the whole page */
html {
    scroll-behavior: smooth;
}

/* Remove Porto link hover styles that conflict */
.link-hover-style-1 {
    transition: var(--th-transition-fast) !important;
}

.link-hover-style-1:hover {
    color: var(--th-primary) !important;
}

/* Override Porto section padding */
#footer.mt-0 {
    margin-top: 0 !important;
}

/* Get started CTA button modernization */
.btn-xl.btn-primary {
    background: var(--th-gradient-cta) !important;
    border: none !important;
    border-radius: var(--th-radius-sm) !important;
    box-shadow: 0 4px 15px rgba(11, 113, 225, 0.3);
}

.btn-xl.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(11, 113, 225, 0.4) !important;
}

/* Round utility class */
.round {
    border-radius: var(--th-radius-lg) !important;
}

/* Porto header collapse button — show on mobile, hide on desktop */
@media (min-width: 992px) {
    .header-btn-collapse-nav {
        display: none !important;
    }
}

/* Google Calendar button styling */
.calendar-booking-button {
    border-radius: var(--th-radius-pill) !important;
}


/* --------------------------------------------------------------------------
   20. Print styles - keep nav/footer hidden
   -------------------------------------------------------------------------- */
@media print {
    .modern-header,
    .modern-footer,
    .print-hide {
        display: none !important;
    }

    body {
        padding-top: 0 !important;
    }
}


/* --------------------------------------------------------------------------
   21. How-Section Item Cards
   -------------------------------------------------------------------------- */
.how-section .item .how-card {
    background: var(--th-bg);
    border: none;
    border-radius: var(--th-radius-lg);
    padding: 2.25rem 1.75rem;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: var(--th-transition);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.how-section .item .how-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--th-gradient-cta);
    opacity: 0;
    transition: var(--th-transition);
}

.how-section .item .how-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
}

.how-section .item .how-card:hover::before {
    opacity: 1;
}

/* Apple-style icon circles */
.how-section .item .how-card .icon-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.how-section .item .how-card .icon-holder img {
    width: 56px;
    height: 56px;
    padding: 12px;
    background: var(--th-primary-ultra-light, #eef4fd);
    border-radius: 16px;
    transition: var(--th-transition);
}

.how-section .item .how-card:hover .icon-holder img {
    transform: scale(1.08);
    background: var(--th-primary-light, #d4e6fb);
}

.how-section .item .how-card .desc {
    padding: 0.5rem 0 0 !important;
}

.how-section .item .how-card .desc h4 {
    justify-content: center;
}


/* --------------------------------------------------------------------------
   22. Hero Enhancement - Badge + Gradient Animation
   -------------------------------------------------------------------------- */
.hero-badge {
    display: inline-block;
    padding: 0.375rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--th-radius-pill);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 350 !important;
    font-size: clamp(1.0625rem, 2.5vw, 1.3125rem) !important;
    line-height: 1.7 !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 1.75rem;
    max-width: 540px;
    position: relative;
    z-index: 1;
}

@keyframes heroGradientShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.modern-hero.hero-animated {
    background: linear-gradient(
        135deg,
        #0b71e1 0%,
        #0854a5 25%,
        #1a1a2e 50%,
        #0854a5 75%,
        #0b71e1 100%
    ) !important;
    background-size: 200% 200% !important;
    animation: heroGradientShift 12s ease infinite;
}

.modern-hero h1 + .hero-subtitle,
.modern-hero .hero-badge + h1 {
    margin-top: 0.25rem;
}


/* --------------------------------------------------------------------------
   23. CTA Band Section
   -------------------------------------------------------------------------- */
.cta-band {
    background: var(--th-gradient-cta);
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -15%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-band h2 {
    color: #fff !important;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem) !important;
    font-weight: 800 !important;
    margin-bottom: 0.75rem;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.cta-band .btn {
    background: #fff !important;
    color: var(--th-primary) !important;
    border: none !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 1rem 2.5rem !important;
    font-weight: 600 !important;
    font-size: 1.0625rem !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: var(--th-transition) !important;
}

.cta-band .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-band .btn-outline-cta {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
}

.cta-band .btn-outline-cta:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: #fff !important;
}

.cta-band form .form-control {
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: var(--th-radius-sm) !important;
}

.cta-band form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.cta-band form .form-control:focus {
    border-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

.cta-band form label,
.cta-band form .fw-bold {
    color: rgba(255, 255, 255, 0.9) !important;
}

.cta-band form .btn {
    background: #fff !important;
    color: var(--th-primary) !important;
}


/* --------------------------------------------------------------------------
   24. Stats / Metrics Row
   -------------------------------------------------------------------------- */
.stats-row {
    padding: 1rem 0;
}

.stat-card {
    padding: 2rem 1rem;
    background: var(--th-bg);
    border: none;
    border-radius: var(--th-radius-lg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: var(--th-transition);
}

.stat-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
}

.stat-number {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    background: linear-gradient(135deg, var(--th-primary) 0%, var(--th-primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 0.375rem;
}

.stat-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--th-text-muted);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* stat-card mobile handled in consolidated responsive section */


/* --------------------------------------------------------------------------
   25. Improved Section Dividers
   -------------------------------------------------------------------------- */
.section-divider-wave {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.section-divider-wave svg {
    display: block;
    width: 100%;
    height: 60px;
}

.section-divider-wave.flip svg {
    transform: rotate(180deg);
}

.section-divider-gradient {
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        var(--th-primary-ultra-light) 20%,
        var(--th-primary-light) 50%,
        var(--th-primary-ultra-light) 80%,
        transparent 100%
    );
    margin: 0;
    border: none;
}


/* --------------------------------------------------------------------------
   26. Enhanced Image Presentation
   -------------------------------------------------------------------------- */
.img-showcase {
    background: var(--th-bg);
    border: none;
    border-radius: var(--th-radius-lg);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: var(--th-transition);
}

.img-showcase::before {
    content: none;
}

.img-showcase img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.img-showcase:hover {
    transform: scale(1.02);
    box-shadow: var(--th-shadow-xl);
}


/* --------------------------------------------------------------------------
   27. Announcement / Trust Bar
   -------------------------------------------------------------------------- */
.trust-bar {
    background: var(--th-bg-alt);
    border-bottom: 1px solid var(--th-border-light);
    padding: 1.5rem 0;
    text-align: center;
}

.trust-bar .trust-label {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--th-text-light);
    margin-bottom: 1rem;
}

.trust-bar .trust-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.trust-bar .trust-logos img {
    height: 28px;
    width: auto;
    filter: grayscale(100%) opacity(0.45);
    transition: var(--th-transition);
}

.trust-bar .trust-logos img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* ===== Case Studies ===== */

.case-studies-section {
    background: var(--th-bg);
}

.case-studies-section .section-title {
    margin-bottom: 2.5rem;
}

/* Modern pill tabs */
.modern-tabs {
    border: none !important;
    background: #f1f5f9;
    border-radius: var(--th-radius-pill);
    padding: 4px;
    display: inline-flex;
    gap: 4px;
    margin: 0 auto 2.5rem;
}

.modern-tabs .nav-item {
    margin: 0;
}

.modern-tabs .nav-link {
    border: none !important;
    border-radius: var(--th-radius-pill);
    padding: 0.6rem 1.8rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--th-text-muted);
    background: transparent;
    transition: var(--th-transition);
    white-space: nowrap;
}

.modern-tabs .nav-link:hover {
    color: var(--th-primary);
    background: rgba(11, 113, 225, 0.06);
}

.modern-tabs .nav-link.active {
    background: var(--th-primary) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(11, 113, 225, 0.3);
}

/* Case study card */
.case-study-card {
    background: #fff;
    border-radius: var(--th-radius-lg);
    box-shadow: var(--th-shadow);
    padding: 2.5rem;
    border: 1px solid var(--th-border);
}

.case-study-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--th-text);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

/* Iframe container with rounded corners and shadow */
.matterport-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    background: #0f172a;
    margin-bottom: 1.5rem;
}

.matterport-frame iframe {
    display: block;
    width: 100%;
    height: 480px;
    border: none;
}

.matterport-frame-sm iframe {
    height: 360px;
}

/* Before/After labels */
.frame-label {
    display: inline-block;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: var(--th-radius-pill);
    margin-bottom: 0.75rem;
}

.frame-label-before {
    background: #fef2f2;
    color: #dc2626;
}

.frame-label-after {
    background: #f0fdf4;
    color: #16a34a;
}

/* Result highlight callout */
.result-highlight {
    background: linear-gradient(135deg, rgba(11, 113, 225, 0.06) 0%, rgba(11, 113, 225, 0.03) 100%);
    border-left: 4px solid var(--th-primary);
    border-radius: 0 12px 12px 0;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    font-size: 1.05rem;
}

.result-highlight strong {
    color: var(--th-primary);
}

/* Renovation detail list */
.renovation-details {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.renovation-details li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--th-text-muted);
}

.renovation-details li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--th-primary);
    opacity: 0.6;
}

.renovation-details li strong {
    color: var(--th-text);
    font-weight: 600;
}

/* case study + stats mobile handled in consolidated responsive section */


/* --------------------------------------------------------------------------
   28. Gold / Amber Accent System — Contractor & Premium Pages
   -------------------------------------------------------------------------- */
:root {
    --th-accent: #c9952c;
    --th-accent-dark: #a67a1e;
    --th-accent-light: #e5c367;
    --th-accent-ultra-light: #fdf8ed;
    --th-gradient-accent: linear-gradient(135deg, #c9952c 0%, #a67a1e 100%);
    --th-gradient-hero-dark: linear-gradient(135deg, #0f1419 0%, #1a2332 40%, #0f1419 100%);
    --th-shadow-accent: 0 4px 15px rgba(201, 149, 44, 0.25);
}


/* --------------------------------------------------------------------------
   29. Dark Hero Variant
   -------------------------------------------------------------------------- */
.modern-hero.modern-hero-dark {
    background: var(--th-gradient-hero-dark) !important;
    animation: none !important;
}

.modern-hero.modern-hero-dark::before {
    background: radial-gradient(circle, rgba(201, 149, 44, 0.06) 0%, transparent 70%);
}

.modern-hero.modern-hero-dark::after {
    background: radial-gradient(circle, rgba(201, 149, 44, 0.04) 0%, transparent 70%);
}

/* Product mockup frame in dark hero */
.hero-mockup {
    position: relative;
    z-index: 1;
}

.hero-mockup img {
    border-radius: var(--th-radius-lg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* Outline hero button */
.btn-outline-hero {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    transition: var(--th-transition) !important;
    position: relative;
    z-index: 1;
}

.btn-outline-hero:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

/* Accent-colored primary button in dark hero */
.modern-hero.modern-hero-dark .btn-accent {
    background: var(--th-gradient-accent) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--th-radius-sm) !important;
    padding: 0.875rem 2.5rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    box-shadow: var(--th-shadow-accent);
    transition: var(--th-transition) !important;
    position: relative;
    z-index: 1;
}

.modern-hero.modern-hero-dark .btn-accent:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(201, 149, 44, 0.35) !important;
    color: #fff !important;
}


/* --------------------------------------------------------------------------
   30. Section Pre-Label
   -------------------------------------------------------------------------- */
.section-pre-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--th-accent);
    margin-bottom: 0.75rem;
}


/* --------------------------------------------------------------------------
   31. Dark Trust Bar Variant
   -------------------------------------------------------------------------- */
.trust-bar.trust-bar-dark {
    background: #0f1419 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 2rem 0 !important;
}

.trust-bar.trust-bar-dark .trust-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
    letter-spacing: 0.15em;
    margin-bottom: 1.25rem;
}

.trust-bar.trust-bar-dark .trust-logos {
    gap: 3rem;
}

.trust-bar.trust-bar-dark .trust-logo-text {
    font-family: var(--th-font);
    font-size: 1.0625rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
    transition: var(--th-transition);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.trust-bar.trust-bar-dark .trust-logo-text i {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.5);
}

.trust-bar.trust-bar-dark .trust-logo-text:hover {
    color: rgba(255, 255, 255, 0.95);
}

.trust-bar.trust-bar-dark .trust-logo-text:hover i {
    color: rgba(255, 255, 255, 0.8);
}

.trust-bar.trust-bar-dark .trust-logos img {
    height: 24px;
    filter: grayscale(100%) brightness(0.4) invert(1);
    opacity: 0.3;
}

/* --------------------------------------------------------------------------
   31b. Light Trust Bar Variant
   -------------------------------------------------------------------------- */
.trust-bar.trust-bar-light {
    background: #fff !important;
    border-bottom: 1px solid var(--th-border-light);
    padding: 2.25rem 0 !important;
}

.trust-bar.trust-bar-light .trust-label {
    color: var(--th-text-muted);
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
    margin-bottom: 1.25rem;
}

.trust-bar.trust-bar-light .trust-logos {
    gap: 2.5rem;
}

.trust-bar.trust-bar-light .trust-logo-text {
    font-family: var(--th-font);
    font-size: 1rem;
    font-weight: 600;
    color: var(--th-text);
    opacity: 0.55;
    letter-spacing: 0.02em;
    transition: var(--th-transition);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.trust-bar.trust-bar-light .trust-logo-text i {
    font-size: 1.2rem;
    color: var(--th-text-muted);
}

.trust-bar.trust-bar-light .trust-logo-text:hover {
    opacity: 1;
    color: var(--th-primary);
}

.trust-bar.trust-bar-light .trust-logo-text:hover i {
    color: var(--th-primary);
}

.trust-bar.trust-bar-dark .trust-logos img:hover {
    filter: grayscale(0%) brightness(1) invert(0);
    opacity: 0.8;
}


/* --------------------------------------------------------------------------
   32. Gold Accent Variants — Cards, Icons, CTA
   -------------------------------------------------------------------------- */

/* Gold icon holder */
.icon-holder-accent img {
    background: var(--th-accent-ultra-light) !important;
}

.how-card:hover .icon-holder-accent img {
    background: rgba(201, 149, 44, 0.15) !important;
}

/* Gold accent card top line */
.how-card-accent::before {
    background: var(--th-gradient-accent) !important;
}

/* Gold accent CTA band */
.cta-band.cta-band-accent {
    background: var(--th-gradient-accent) !important;
}

.cta-band.cta-band-accent::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

.cta-band.cta-band-accent .btn {
    background: #fff !important;
    color: var(--th-accent-dark) !important;
}

.cta-band.cta-band-accent .btn:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Gold step count badge */
.step-count-accent {
    background: var(--th-gradient-accent) !important;
}


/* --------------------------------------------------------------------------
   33. Process Steps Section (numbered steps)
   -------------------------------------------------------------------------- */
.process-section {
    padding: 5rem 0;
}

.process-step-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--th-bg);
    border-radius: var(--th-radius-lg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: var(--th-transition);
    height: 100%;
}

.process-step-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
}

.process-step-num {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    background: var(--th-gradient-accent);
    flex-shrink: 0;
}

.process-step-card h4 {
    font-size: 1.125rem !important;
    margin-bottom: 0.5rem;
}

.process-step-card p {
    font-size: 0.925rem;
    line-height: 1.7;
    margin-bottom: 0;
}


/* --------------------------------------------------------------------------
   34. Responsive — Dark Hero, Trust Bar, Process Steps
   -------------------------------------------------------------------------- */

/* Tablet */
@media (max-width: 991.98px) {
    .trust-bar.trust-bar-dark .trust-logos {
        gap: 1.75rem;
    }

    .trust-bar.trust-bar-dark .trust-logo-text {
        font-size: 0.8125rem;
    }

    .hero-mockup img {
        max-width: 85%;
        margin: 2rem auto 0;
        display: block;
    }
}

/* Phone */
@media (max-width: 767.98px) {
    .trust-bar.trust-bar-dark {
        padding: 1rem 0;
    }

    .trust-bar.trust-bar-dark .trust-logos {
        gap: 1.25rem;
    }

    .trust-bar.trust-bar-dark .trust-logo-text {
        font-size: 0.75rem;
    }

    .process-step-card {
        padding: 1.5rem;
        gap: 1rem;
    }

    .process-step-num {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 0.95rem;
        border-radius: 10px;
    }
}

/* Small phone */
@media (max-width: 575.98px) {
    .trust-bar.trust-bar-dark .trust-logos {
        gap: 0.75rem 1.25rem;
    }

    .trust-bar.trust-bar-dark .trust-logo-text {
        font-size: 0.6875rem;
    }

    .section-pre-label {
        font-size: 0.6875rem;
        letter-spacing: 0.1em;
    }

    .process-step-card {
        padding: 1.25rem;
    }
}
