/* Landing Page Styles - Redesigned with Transactional Mail Nav/Footer */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-family-space_grotesk);
    line-height: 1.6;
    color: var(--black);
    overflow-x: hidden;
}

.container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.landing {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: var(--white);
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

/* ===== NAVIGATION - EXACT MATCH TO TRANSACTIONAL MAIL ===== */
.landing .nav-IwuWaX {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    height: 51px;
    justify-content: flex-start;
    margin-right: 42.0px;
    margin-top: 59px;
    min-width: 1234px;
    position: relative;
    width: auto;
    margin-bottom: 60px;
}

.landing .logo-ypCICB {
    flex-shrink: 1;
    position: relative;
    height: 40px;
    width: auto;
}

.landing .services-ypCICB {
    background-color: transparent;
    flex-shrink: 1;
    font-weight: 300;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 21px;
    margin-bottom: 2.0px;
    margin-left: 142px;
    min-width: 68px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.landing .pricing-ypCICB {
    background-color: transparent;
    flex-shrink: 1;
    font-weight: 300;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 21px;
    margin-bottom: 2.0px;
    margin-left: 41px;
    min-width: 55px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.landing .resources-ypCICB {
    background-color: transparent;
    flex-shrink: 1;
    font-weight: 300;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 21px;
    margin-bottom: 2.0px;
    margin-left: 42px;
    min-width: 84px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.landing .button-ypCICB {
    align-self: flex-start;
    background-image: url(../img/real-estate-button-backgroundmask-2.png);
    height: 50px;
    margin-left: 41px;
    overflow: hidden;
    width: 357px;
    position: relative;
}

.landing .background-dcTwxx {
    width: 357px;
}

.landing .shchedule-a-free-consultation-dcTwxx {
    background-color: transparent;
    font-weight: 600;
    height: auto;
    left: 50%;
    letter-spacing: 1.10px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: auto;
}

.landing .shchedule-a-free-consultation-dcTwxx a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.1px;
    display: block;
    width: 100%;
    padding: 16px 32px;
}

.landing .login-button-ypCICB {
    align-self: flex-start;
    background-color: transparent;
    background-image: url(../img/transactional-mail-button-backgroundmask-1@2x.png);
    background-size: 100% 100%;
    flex-shrink: 1;
    height: 50px;
    margin-left: 43px;
    overflow: hidden;
    position: relative;
    width: 143px;
}

.landing .background-iIuNZx {
    width: 143px;
}

.landing .login-iIuNZx {
    background-color: transparent;
    font-weight: 600;
    height: 29px;
    left: 37px;
    letter-spacing: 0.88px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 68px;
}

/* Dropdown styles - EXACT MATCH */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    padding: 8px 0;
    list-style: none;
}

.dropdown-content li {
    display: block;
    width: 100%;
}

.dropdown-content .dropdown-item {
    display: block;
    padding: 8px 16px;
}

.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
}

.dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Nested dropdown CSS - EXACT MATCH */
.nested-dropdown {
    position: relative;
}

.nested-dropdown > .dropdown-item {
    position: relative;
}

.nested-dropdown-content {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: white;
    min-width: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 2000;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    border: 1px solid #ddd;
}

.nested-dropdown-content li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nested-dropdown-item {
    color: black !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    display: block !important;
    white-space: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
}

.nested-dropdown-item:hover {
    background-color: #f1f1f1;
}

.nested-dropdown:hover .nested-dropdown-content {
    display: block;
}

/* Hide mobile elements by default on desktop */
.show-mobile {
    display: none !important;
}
.mobile-nav-toggle,
.mobile-menu,
.mobile-menu-overlay {
    display: none;
}

/* MOBILE NAVIGATION - EXACT MATCH TO TRANSACTIONAL MAIL */
.mobile-nav-toggle {
    display: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10001 !important;
    background: white !important;
    border: 2px solid #c00000 !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    padding: 12px !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.mobile-nav-toggle:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25) !important;
    border-color: #a00000 !important;
}

.hamburger {
    display: block !important;
    position: relative !important;
    width: 24px !important;
    height: 3px !important;
    background-color: #c00000 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 3px !important;
}

.hamburger::before,
.hamburger::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 24px !important;
    height: 3px !important;
    background-color: #c00000 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 3px !important;
}

.hamburger::before { top: -8px !important; }
.hamburger::after { top: 8px !important; }

.mobile-nav-toggle.active .hamburger {
    background-color: transparent !important;
}

.mobile-nav-toggle.active .hamburger::before {
    top: 0 !important;
    transform: rotate(45deg) !important;
}

.mobile-nav-toggle.active .hamburger::after {
    top: 0 !important;
    transform: rotate(-45deg) !important;
}

/* Menu Overlay - EXACT MATCH */
.mobile-menu-overlay {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    backdrop-filter: blur(4px) !important;
}

.mobile-menu-overlay.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Mobile Menu Container - EXACT MATCH */
.mobile-menu {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 90% !important;
    max-width: 380px !important;
    height: 100vh !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    z-index: 9999 !important;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow-y: auto !important;
    box-shadow: -10px 0 30px rgba(0,0,0,0.2) !important;
    flex-direction: column !important;
}

.mobile-menu.active {
    right: 0 !important;
}

/* Mobile Menu Header - EXACT MATCH */
.mobile-menu-header {
    padding: 40px 25px 25px !important;
    border-bottom: 2px solid #e9ecef !important;
    text-align: center !important;
    background: white !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

.mobile-menu-header::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: #c00000 !important;
    border-radius: 2px !important;
}

.mobile-menu-logo {
    height: 50px !important;
    width: auto !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)) !important;
}

/* Mobile Menu Content - EXACT MATCH */
.mobile-menu-content {
    flex: 1 !important;
    padding: 0 !important;
}

/* Collapsible Category Headers - EXACT MATCH */
.mobile-menu-category {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 25px 25px 15px !important;
    color: #c00000 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #c00000 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    margin: 15px 0 0 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    position: relative !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.mobile-menu-category::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 4px !important;
    height: 100% !important;
    background: #c00000 !important;
}

.mobile-menu-category:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%) !important;
}

/* Dropdown Arrow - EXACT MATCH */
.mobile-menu-category::after {
    content: '▼' !important;
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
    color: #c00000 !important;
}

.mobile-menu-category.active::after {
    transform: rotate(180deg) !important;
}

/* Collapsible Section - EXACT MATCH */
.mobile-menu-section {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.mobile-menu-section.active {
    max-height: 500px !important;
}

/* Menu Items within Sections - EXACT MATCH */
.mobile-menu-item {
    display: block !important;
    padding: 18px 25px 18px 45px !important;
    color: #495057 !important;
    text-decoration: none !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(233, 236, 239, 0.5) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.mobile-menu-item::before {
    content: '' !important;
    position: absolute !important;
    left: 32px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    background: #c00000 !important;
    border-radius: 50% !important;
    opacity: 0.6 !important;
    transition: all 0.3s ease !important;
}

.mobile-menu-item::after {
    content: '' !important;
    position: absolute !important;
    left: -100% !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(192, 0, 0, 0.05) 0%, transparent 100%) !important;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.mobile-menu-item:hover::after {
    left: 0 !important;
}

.mobile-menu-item:hover {
    color: #c00000 !important;
    padding-left: 50px !important;
    transform: translateX(5px) !important;
}

.mobile-menu-item:hover::before {
    opacity: 1 !important;
    transform: translateY(-50%) scale(1.2) !important;
    left: 37px !important;
}

/* Mobile Menu Footer - EXACT MATCH */
.mobile-menu-footer {
    padding: 25px !important;
    margin-top: auto !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-top: 2px solid #e9ecef !important;
    flex-shrink: 0 !important;
}

.mobile-menu-button {
    display: block !important;
    width: 100% !important;
    padding: 16px !important;
    text-align: center !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    overflow: hidden !important;
}

.mobile-menu-button.primary {
    background-color: #c00000 !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(192, 0, 0, 0.3) !important;
}

.mobile-menu-button.primary:hover {
    background-color: #a00000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(192, 0, 0, 0.4) !important;
}

.mobile-menu-button.secondary {
    background-color: #fff !important;
    color: #c00000 !important;
    border: 2px solid #c00000 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.mobile-menu-button.secondary:hover {
    background-color: #c00000 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(192, 0, 0, 0.3) !important;
}

/* Hero Section */
.hero-section {
    padding: 80px 40px;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    min-height: 70vh;
}

.hero-content {
    flex: 1;
}

.hero-title {
    font-family: var(--font-family-lora);
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--black);
}

.hero-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #555;
}

/* Hero Button - More Specific Selectors */
.hero-section .hero-button,
a.hero-button {
    display: inline-block !important;
    background: #c00000 !important;
    background-color: #c00000 !important;
    background-image: none !important;
    color: #ffffff !important;
    padding: 14.5px 35px !important;
    height: 50px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(192, 0, 0, 0.3) !important;
    box-sizing: border-box !important;
    line-height: 21px !important;
}

.hero-section .hero-button:hover,
a.hero-button:hover {
    background: #a00000 !important;
    background-color: #a00000 !important;
    background-image: none !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(192, 0, 0, 0.4) !important;
    text-decoration: none !important;
}

.hero-section .hero-button:visited,
a.hero-button:visited {
    color: #ffffff !important;
    background: #c00000 !important;
    background-color: #c00000 !important;
}

.hero-images {
    flex: 1;
    position: relative;
    min-height: 400px;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.hero-rectangle {
    position: absolute;
    background-color: var(--iron);
    width: 70%;
    height: 80%;
    top: 10%;
    right: 0;
    border-radius: 8px;
}

.hero-oval {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

.hero-oval img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-1,
.hero-image-2 {
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hero-image-1 {
    width: 60%;
    height: 50%;
    top: 0;
    left: 20%;
    z-index: 2;
}

.hero-image-2 {
    width: 60%;
    height: 50%;
    bottom: 0;
    right: 10%;
    z-index: 4;
}

.hero-image-1 img,
.hero-image-2 img {
    width: 100%;
    height: auto;
}

/* Section Styles */
.section {
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.section.bg-light {
    background: var(--cararra);
    margin: 0;
    max-width: none;
    width: 100%;
    padding: 80px 0;
}

.section.bg-light .section-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.section-title {
    font-family: var(--font-family-lora);
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
    color: var(--black);
}

.section-subtitle {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 60px;
    color: #555;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin: 60px 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.benefit-icon {
    color: var(--guardsman-red);
    font-size: 28px;
    margin-top: 5px;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--black);
}

.benefit-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

/* Process Section */
.process-section {
    padding: 100px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step:nth-child(even) {
    flex-direction: row-reverse;
}

.process-content {
    flex: 1;
}

.process-number {
    font-family: var(--font-family-lora);
    font-size: 72px;
    font-weight: 400;
    color: var(--guardsman-red);
    line-height: 1;
    margin-bottom: 20px;
}

.process-title {
    font-family: var(--font-family-lora);
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: var(--black);
}

.process-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.process-image {
    flex: 1;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Quality Section */
.quality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.quality-item {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.quality-item:hover {
    transform: translateY(-5px);
}

.quality-icon {
    width: 60px;
    height: 60px;
    background: var(--guardsman-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: 24px;
}

.quality-title {
    font-family: var(--font-family-lora);
    font-size: 18px;
    line-height: 1.4;
    color: var(--black);
}

/* CTA Buttons */
.section-cta {
    text-align: center;
    margin-top: 60px;
}

/* CTA Button - More Specific Selectors */
.section-cta .cta-button,
a.cta-button {
    display: inline-block !important;
    background: #c00000 !important;
    background-color: #c00000 !important;
    background-image: none !important;
    color: #ffffff !important;
    padding: 14.5px 40px !important;
    height: 50px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(192, 0, 0, 0.3) !important;
    box-sizing: border-box !important;
    line-height: 21px !important;
    white-space: nowrap !important;
}

.section-cta .cta-button:hover,
a.cta-button:hover {
    background: #a00000 !important;
    background-color: #a00000 !important;
    background-image: none !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(192, 0, 0, 0.4) !important;
    text-decoration: none !important;
}

.section-cta .cta-button:visited,
a.cta-button:visited {
    color: #ffffff !important;
    background: #c00000 !important;
    background-color: #c00000 !important;
}

/* ===== FOOTER - EXACT MATCH TO TRANSACTIONAL MAIL ===== */
.landing .footer-IwuWaX {
    background-color: transparent;
    height: 300px;
    margin-top: 80px;
    position: relative;
    width: 100%;
}

.landing .rectangle-pVUAZI {
    background-color: transparent;
    height: 300px;
    left: 1px;
    position: absolute;
    top: 0px;
    width: 1440px;
}

.landing .copyright-pVUAZI {
    background-color: transparent;
    font-weight: 300;
    height: auto;
    left: 599px;
    letter-spacing: 0.00px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 250px;
    white-space: nowrap;
    width: auto;
}

.landing .line-pVUAZI {
    background-color: transparent;
    height: 47px;
    left: -0px;
    position: absolute;
    top: 202px;
    width: 1443px;
}

.landing .links-pVUAZI {
    background-color: transparent;
    font-weight: 400;
    height: auto;
    left: 297px;
    letter-spacing: 0.00px;
    line-height: 33px;
    position: absolute;
    text-align: left;
    top: 133px;
    white-space: nowrap;
    width: auto;
}

.landing .socials-pVUAZI {
    background-color: transparent;
    font-weight: 400;
    height: auto;
    left: 1174px;
    letter-spacing: 0.00px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 55px;
    width: 148px;
}

.landing .logo-pVUAZI {
    left: 101px;
    position: absolute;
    top: 50px;
    height: 40px;
    width: auto;
}

/* Hide mobile elements on desktop */
.hide-mobile {
    display: block;
}

.show-mobile {
    display: none;
}

/* =================================================================== */
/* --- MOBILE RESPONSIVE OVERRIDES --- */
/* =================================================================== */

@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: flex !important;
    }

    .mobile-nav-toggle {
        display: flex !important;
    }

    .landing {
        padding-top: 70px;
        min-width: 100%;
        width: 100%;
    }

    /* Hide desktop navigation */
    .landing .nav-IwuWaX {
        display: none !important;
    }

    /* Mobile Hero Section */
    .hero-section {
        flex-direction: column;
        padding: 60px 20px;
        gap: 40px;
    }

    .hero-content {
        order: 1;
    }

    .hero-images {
        order: 2;
        display: block !important;
        width: 100% !important;
        min-height: 300px !important;
    }

    .hero-image-container {
        height: 300px;
        width: 100% !important;
        position: relative !important;
        display: block !important;
    }

    .hero-rectangle,
    .hero-oval,
    .hero-image-1,
    .hero-image-2 {
        display: block !important;
        position: absolute !important;
    }

    .hero-rectangle {
        width: 70% !important;
        height: 80% !important;
        top: 10% !important;
        right: 0 !important;
    }

    .hero-oval {
        width: 60% !important;
        height: 60% !important;
        top: 20% !important;
        left: 0 !important;
    }

    .hero-image-1 {
        width: 60% !important;
        height: 50% !important;
        top: 0 !important;
        left: 20% !important;
        z-index: 2 !important;
    }

    .hero-image-2 {
        width: 60% !important;
        height: 50% !important;
        bottom: 0 !important;
        right: 10% !important;
        z-index: 4 !important;
    }

    .hero-oval img,
    .hero-image-1 img,
    .hero-image-2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    .hero-title {
        font-size: 36px;
        text-align: center;
    }

    .hero-text {
        text-align: center;
        font-size: 16px;
    }

    .section {
        padding: 60px 20px;
    }

    .section-title {
        font-size: 32px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .process-section {
        padding: 80px 20px;
    }

    .process-step {
        flex-direction: column !important;
        gap: 40px;
        text-align: center;
        margin-bottom: 80px;
    }

    .process-number {
        font-size: 60px;
    }

    .process-title {
        font-size: 28px;
    }

    .process-image {
        height: 300px;
        width: 100%;
    }

    .quality-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Mobile Footer - EXACT MATCH TO TRANSACTIONAL MAIL */
    .landing .footer-IwuWaX {
        margin-top: 40px;
        height: auto;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 40px 20px !important;
        background-color: var(--cararra) !important;
    }

    .landing .footer-IwuWaX > * {
        position: static !important;
        margin: 0 0 25px 0 !important;
        text-align: center !important;
        width: auto !important;
        left: auto !important;
        top: auto !important;
    }

    .landing .footer-IwuWaX .rectangle-pVUAZI,
    .landing .footer-IwuWaX .line-pVUAZI {
        display: none !important;
    }

    .landing .footer-IwuWaX .copyright-pVUAZI {
        order: 1 !important;
        margin-bottom: 25px !important;
    }

    .landing .footer-IwuWaX .links-pVUAZI {
        order: 2 !important;
        font-size: 0 !important;
        line-height: 1 !important;
        margin-bottom: 25px !important;
    }

    .landing .footer-IwuWaX .socials-pVUAZI {
        order: 3 !important;
        width: auto !important;
        margin-bottom: 25px !important;
    }

    .landing .footer-IwuWaX .logo-pVUAZI {
        order: 4 !important;
        margin-bottom: 0 !important;
        position: static !important;
        max-width: 150px;
        height: auto;
    }

    .landing .footer-IwuWaX .links-pVUAZI a {
        display: block !important;
        font-size: 18px !important;
        padding: 8px 0 !important;
        color: var(--black, #000);
        text-decoration: none;
        font-family: var(--font-family-lora);
    }
}

/* Small mobile screens */
@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 28px;
    }

    .process-number {
        font-size: 48px;
    }

    .process-title {
        font-size: 24px;
    }

    .section {
        padding: 40px 15px;
    }

    .landing .footer-IwuWaX {
        padding: 30px 15px !important;
    }

    .landing .footer-IwuWaX .links-pVUAZI a {
        font-size: 16px !important;
    }
}