/*
 * custom.css — 4 Circles Inc.
 * All page-level styles extracted from inline <style> blocks.
 * Sections: Global, Header, Index, Contact, Orders, Download
 * ─────────────────────────────────────────────────────────
 */


/* ============================================================
   GLOBAL — shared across all pages
   ============================================================ */

body {
    line-height: 2.1 !important;
    letter-spacing: 0.01em !important;
}

li {
    line-height: 1.9 !important;
}

/* Uniform section spacing */
.section-gap {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Typography */
.sec-title {
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    font-weight: 500 !important;
}

.sec-heading .desc,
.tj-app-download-section .desc,
.footer-text p {
    line-height: 2.1 !important;
    letter-spacing: 0.01em !important;
}

.slider-title {
    line-height: 1.3 !important;
}

.sec-heading {
    margin-bottom: 50px !important;
}

.top-space-15 {
    display: none !important;
}

/* Shared logo mark watermark */
.section-bg-mark {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

/* ============================================================
   HEADER — shared across all inner pages
   ============================================================ */

.header-area {
    top: 0 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.header-sticky.sticky-active {
    background-color: #ffffff68 !important;
}

.header-sticky.sticky-active .menu-area {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 50px !important;
}

@media (max-width: 767px) {
    .header-sticky.sticky-active {
        background-color: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    .hamburger-search-area {
        display: none !important;
    }
}

/* ============================================================
   INDEX — homepage-specific styles
   ============================================================ */

/* Hero */
.tj-slider-item::after {
    display: none !important;
}

.tj-slider-section {
    margin: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.hero-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Section backgrounds */
.tj-client-section,
.tj-rectangles-section,
.tj-about-section.h8-about {
    background-color: #ffffff !important;
}

/* Sections with explicit backgrounds */
.tj-app-download-section,
.h6-service {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Mobile section spacing */
@media (max-width: 767px) {
    .section-gap,
    .tj-about-section.h8-about,
    .tj-service-section-5,
    .tj-app-download-section,
    .instagram-section,
    .tj-faq-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .tj-rectangles-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .tj-client-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* CTA section */
.tj-cta-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: -320px !important;
    border-radius: 0 !important;
}

.tj-service-section-5,
.tj-faq-section {
    position: relative;
    overflow: hidden;
}

.tj-cta-section {
    position: relative;
    overflow: visible !important;
    z-index: 30;
}

.tj-cta-section .container,
.tj-cta-section .cta-area,
.tj-cta-section .cta-img-combined,
.tj-cta-section .cta-mockup-img {
    position: relative;
}

.tj-cta-section .cta-area {
    z-index: 31;
    overflow: visible !important;
}

.tj-cta-section .cta-img-combined {
    z-index: 35;
}

.tj-cta-section .cta-mockup-img {
    z-index: 40;
}

.tj-footer-section {
    position: relative;
    z-index: 10;
}






.tj-cta-section .section-bg-mark {
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    width: 400px;
    opacity: 0.08;
    filter: brightness(0) invert(1);
}

/* CTA layout */
.cta-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.cta-content {
    flex: 1 1 300px;
    min-width: 0;
}
.cta-img-combined {
    flex: 0 1 auto;
}
.cta-store-buttons {
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 767px) {
    .cta-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .cta-img-combined img {
        max-height: 220px;
        width: auto;
    }
    .tj-cta-section .title span {
        display: inline !important;
        white-space: nowrap;
        font-size: clamp(38px, 9vw, 58px) !important;
    }
    .tj-cta-section .title span + span::before {
        content: ' ';
    }
}

/* Services section icons */
.h9-service-wrapper .service-item.style-5 .service-icon {
    background: #18292c !important;
    border: none !important;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.h9-service-wrapper .service-item.style-5 .service-icon i {
    color: #ffffff !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .h9-service-wrapper .service-item.style-5 .service-icon {
        width: 65px;
        height: 65px;
        font-size: 50px;
    }
}

/* Services section background matches site body */
.tj-service-section-5 {
    background-color: #f2f2eb !important;
}

/* Service section – bg marks */
.tj-service-section-5 .section-bg-mark {
    top: -60px;
    right: -80px;
    width: 375px;
    opacity: 0.06;
    filter: saturate(0);
}

.tj-faq-section .section-bg-mark {
    bottom: -60px;
    left: -70px;
    width: 300px;
    opacity: 0.07;
    filter: saturate(0);
}

/* FAQ readability and layout stability */
.tj-faq-section .tj-faq .accordion-item {
    background: #ffffff !important;
}

.tj-faq-section .tj-faq .faq-title {
    display: block !important;
    width: 100% !important;
    color: #18292c !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    white-space: normal !important;
}

/* FAQ mobile fixes */
@media (max-width: 767px) {
    .tj-faq-section .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .tj-faq-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tj-faq-section .col-lg-8,
    .tj-faq-section [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    .tj-faq-section .tj-faq {
        width: 100% !important;
    }
    .tj-faq-section .accordion-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tj-faq-section .sec-heading {
        text-align: center !important;
    }
    .tj-faq-section .faq-title {
        padding: 20px 50px 20px 0 !important;
        position: relative !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .tj-faq-section .faq-title::after {
        position: absolute !important;
        inset-inline-end: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        line-height: 34px !important;
    }
    .tj-faq-section .faq-text {
        padding: 10px 0 !important;
        text-align: left !important;
    }
}

/* About section */
.tj-about-section.h8-about {
    position: relative;
    overflow: hidden;
}
.tj-about-section.h8-about .section-bg-mark {
    bottom: -80px;
    left: -80px;
    width: 1000px;
    opacity: 0.06;
    filter: saturate(0);
}

@media (max-width: 767px) {
    .countup-item.style-2 .odometer.countup-number,
    .countup-item.style-2 .count-plus {
        font-size: 87px !important;
        line-height: 1 !important;
    }
    .countup-item.style-2 .count-text {
        font-size: 20px !important;
        margin-top: 6px !important;
        display: block;
    }
    .h8-about-item-counter {
        border-bottom: none !important;
    }
}

/* Service section cards */
.tj-service-section-5 .sec-heading .sub-title {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #000000 !important;
}
.tj-service-section-5 .sec-heading .sub-title .svc-logomark {
    height: 16px;
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.tj-service-section-5 .service-item.style-5 {
    background-color: #ffffff !important;
}
.tj-service-section-5 .service-item.style-5 .service-content .title,
.tj-service-section-5 .service-item.style-5 .service-content .title a,
.tj-service-section-5 .service-item.style-5 .service-content .no {
    color: #18292c !important;
}
.tj-service-section-5 .service-item.style-5 .service-content .desc {
    color: #555555 !important;
}
.tj-service-section-5 .service-item.style-5 .tj-primary-btn {
    background-color: #e65a24 !important;
}
.tj-service-section-5 .service-item.style-5 .tj-primary-btn .btn-text span {
    color: #ffffff !important;
}
.tj-service-section-5 .service-item.style-5 .tj-primary-btn .btn-icon {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.tj-service-section-5 .service-item.style-5 .tj-primary-btn .btn-icon i,
.tj-service-section-5 .service-item.style-5 .tj-primary-btn .btn-icon svg,
.tj-service-section-5 .service-item.style-5 .tj-primary-btn .btn-icon::before {
    color: #000000 !important;
    fill: #000000 !important;
}
.tj-service-section-5 .service-item.style-5 .service-icon {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #e65a24 !important;
    border: none !important;
    border-radius: 50%;
}
.tj-service-section-5 .service-item.style-5 .service-icon i {
    font-size: 40px;
    color: #ffffff !important;
}
.tj-service-section-5 .service-item.style-5 .service-content .title {
    font-size: 36px;
}
.tj-service-section-5 .service-item.style-5 .service-content .desc {
    font-size: 17px;
    line-height: 1.75;
}
.tj-service-section-5 .service-item.style-5 .service-content .no {
    font-size: 22px;
}


/* ============================================================
   CONTACT PAGE — contact.html
   ============================================================ */

/* Contact section */
.tj-contact-section {
    background: #ffffff;
    padding: 100px 0 110px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .tj-contact-section { padding: 64px 0 72px; }
}

/* Left info panel */
.contact-info-panel {
    padding-right: 48px;
}
@media (max-width: 991px) {
    .contact-info-panel {
        padding-right: 0;
        margin-bottom: 56px;
    }
}

.contact-info-panel .info-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #e65a24;
    margin-bottom: 20px;
}
.contact-info-panel .info-eyebrow::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #e65a24;
    border-radius: 2px;
}

.contact-info-panel .info-heading {
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 500;
    color: #18292c;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.contact-info-panel .info-desc {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 44px;
    max-width: 380px;
}

/* Contact detail rows */
.contact-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 0 44px 0;
}
.contact-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f2f5;
    line-height: 1.4 !important;
}
.contact-detail-list li:first-child { padding-top: 0; }
.contact-detail-list li:last-child  { border-bottom: none; }

.contact-detail-list .det-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #fff5f0;
    border: 1px solid #fde5d8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-detail-list .det-icon i {
    font-size: 18px;
    color: #e65a24;
}
.contact-detail-list .det-body { min-width: 0; }
.contact-detail-list .det-label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-bottom: 4px;
}
.contact-detail-list .det-value {
    font-size: 15px;
    font-weight: 400;
    color: #18292c;
}
.contact-detail-list .det-value a {
    color: #18292c;
    text-decoration: none;
    transition: color 0.15s;
}
.contact-detail-list .det-value a:hover { color: #e65a24; }

/* Social row */
.contact-social-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-social-row .social-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-right: 6px;
}
.contact-social-row a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}
.contact-social-row a:hover {
    background: #e65a24;
    border-color: #e65a24;
    color: #fff;
}

/* Right form card */
.contact-form-card {
    background: #ffffff;
    border: 1.5px solid #eaecf0;
    border-radius: 20px;
    padding: 48px 44px 44px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.04),
                0 20px 48px -8px rgba(0,0,0,0.07);
}
@media (max-width: 767px) {
    .contact-form-card { padding: 32px 24px 28px; }
}

.contact-form-card .card-form-header {
    padding-bottom: 24px;
    margin-bottom: 28px;
    border-bottom: 1px solid #f0f2f5;
}
.contact-form-card .card-form-title {
    font-size: 19px;
    font-weight: 500;
    color: #18292c;
    margin-bottom: 4px;
    line-height: 1.3;
}
.contact-form-card .card-form-sub {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.contact-form-card .field-group-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #374151;
    margin-bottom: 8px;
}
.contact-form-card .req { color: #e65a24; }

.contact-form-card .form-control,
.contact-form-card select.form-control,
.contact-form-card textarea.form-control {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    font-size: 14.5px;
    color: #18292c;
    background: #fafbfc;
    border: 1.5px solid #e2e5ea;
    border-radius: 10px;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
    appearance: none;
    -webkit-appearance: none;
    line-height: 50px;
}
.contact-form-card textarea.form-control {
    height: auto;
    padding: 14px 16px;
    resize: none;
    line-height: 1.6;
}
.contact-form-card select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239ca3af' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.contact-form-card .form-control:focus,
.contact-form-card select.form-control:focus,
.contact-form-card textarea.form-control:focus {
    border-color: #e65a24;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(230,90,36,0.10);
    outline: none;
}
.contact-form-card .form-control::placeholder { color: #c0c5cc; }

.contact-form-card .submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    background: #e65a24;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    margin-top: 4px;
}
.contact-form-card .submit-btn:hover {
    background: #cf4f1e;
    box-shadow: 0 8px 24px rgba(230,90,36,0.32);
    transform: translateY(-1px);
}
.contact-form-card .submit-btn:active { transform: translateY(0); }
.contact-form-card .submit-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.contact-form-card .submit-btn i { font-size: 16px; }

@keyframes fa-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.fa-spin { animation: fa-spin 0.8s linear infinite; }

.contact-form-card .privacy-note {
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    margin-top: 14px;
    line-height: 1.5;
}
.contact-form-card .privacy-note i { margin-right: 5px; }

/* Form notices */
.form-notice {
    display: none;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    border: 1px solid transparent;
}
.form-notice.success {
    background: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}
.form-notice.error {
    background: #fff7ed;
    color: #9a3412;
    border-color: #fed7aa;
}

/* Map section */
.tj-map-section {
    width: 100%;
    line-height: 0;
    position: relative;
}
.tj-map-section iframe {
    width: 100%;
    height: 480px;
    border: 0;
    display: block;
}

/* Contact page CTA overrides */
.contact-page .tj-cta-section {
    padding-top: 10px !important;
    margin-top: 0 !important;
}

/* Contact page logo mark watermark */
.contact-bg-mark {
    position: absolute;
    bottom: -60px;
    right: -120px;
    width: 1000px;
    opacity: 0.04;
    filter: saturate(0);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

/* ============================================================
   ORDERS PAGE — orders.html
   ============================================================ */

/* Hero: subtitle + current breadcrumb */
.orders-page-header .orders-page-header-sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(15px, 2.2vw, 18px);
    font-weight: 400;
    max-width: 540px;
    margin: 20px auto 0;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.orders-page .tj-page-link span.breadcrumb-current {
    font-weight: 600;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(230, 90, 36, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* Primary nav: make current page readable on transparent header over hero */
.orders-page .header-2.header-absolute .mainmenu > ul > li.current-menu-item > a,
.orders-page .header-2.header-absolute .mainmenu > ul > li.current-menu-ancestor > a {
    color: #ffffff;
    font-weight: 600;
}

.orders-page .header-sticky.sticky-active .mainmenu ul > li.current-menu-item > a,
.orders-page .header-sticky.sticky-active .mainmenu ul > li.current-menu-ancestor > a {
    color: var(--tj-color-theme-primary, #e65a24);
    font-weight: 600;
}

.tj-orders-embed-section {
    background: #ffffff;
    padding: 170px 0 110px;
    position: relative;
    overflow: hidden;
}

.tj-orders-embed-section .orders-embed-container {
    position: relative;
    z-index: 1;
    padding-top: 32px;
}

@media (max-width: 767px) {
    .tj-orders-embed-section {
        padding: 88px 0 72px;
    }

    .tj-orders-embed-section .orders-embed-container {
        padding-top: 24px;
    }
}

.orders-embed-card {
    padding: 0;
    overflow: hidden;
}

.orders-embed-card .orders-embed-card-header {
    padding: 48px 44px 28px;
    margin-bottom: 0;
    border-bottom: 1px solid #f0f2f5;
}

@media (max-width: 767px) {
    .orders-embed-card .orders-embed-card-header {
        padding: 32px 24px 20px;
    }
}

.orders-embed-frame-wrap {
    padding: 0 24px 32px;
}

@media (min-width: 768px) {
    .orders-embed-frame-wrap {
        padding: 0 44px 44px;
    }
}

.orders-embed-frame-inner {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #e2e5ea;
    background: #fafbfc;
}

.orders-embed-frame-inner iframe {
    display: block;
    width: 100%;
    height: 600px;
    border: 0;
}

@media (max-width: 575px) {
    .orders-embed-frame-inner iframe {
        min-height: 420px;
        height: 70vh;
    }
}

.orders-page .tj-cta-section {
    padding-top: 10px !important;
    margin-top: 0 !important;
}


/* ============================================================
   INDEX — App Download Section (was inline inside section tag)
   ============================================================ */

#app-download-section {
    background-color: #e65a24;
    position: relative;
    overflow: hidden;
}

.app-dl-bg-mark {
    position: absolute;
    pointer-events: none;
    user-select: none;
}
.app-dl-bg-mark-1 {
    display: none;
}
.app-dl-bg-mark-2 {
    bottom: -80px;
    right: -80px;
    left: auto;
    width: 620px;
    opacity: 0.15;
    transform: rotate(10deg);
    filter: brightness(0) invert(1);
}

.app-download-content .sub-title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    white-space: nowrap;
    color: rgba(255,255,255,0.85) !important;
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 50px;
    padding: 6px 18px !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.app-download-content .sub-title img {
    margin: 0 !important;
    height: 16px;
    width: auto;
    filter: brightness(0) invert(1);
}

.app-download-content .sec-title {
    color: #ffffff !important;
    font-size: clamp(36px, 4vw, 56px) !important;
    line-height: 1.1 !important;
}

.app-download-content .desc {
    color: rgba(255,255,255,0.85) !important;
    max-width: 520px;
    margin-bottom: 36px;
    font-size: 17px;
    line-height: 1.7 !important;
}

.app-store-btn {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 16px;
    text-decoration: none;
    gap: 14px;
    transition: all 0.3s ease;
    min-width: 175px;
}
.app-store-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
    background: #111;
}
.app-store-btn i {
    font-size: 30px;
    color: #fff;
    flex-shrink: 0;
}
.app-store-btn .btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    text-align: left;
}
.app-store-btn .small-text {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.75;
    letter-spacing: 0.05em;
    color: #fff;
}
.app-store-btn .large-text {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.app-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 36px;
}
.app-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.app-stat strong {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
}
.app-stat span {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 300;
}
.app-stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.25);
    align-self: stretch;
}

.app-mockup {
    position: relative;
    z-index: 2;
}
.app-mockup img {
    max-width: 100%;
    filter: drop-shadow(0 40px 60px rgba(0,0,0,0.3));
    animation: floatPhone 4s ease-in-out infinite;
}
@keyframes floatPhone {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@media (max-width: 991px) {
    .app-mockup { margin-top: 50px; }
    .app-stats { justify-content: flex-start; }
}
@media (max-width: 767px) {
    .app-buttons { flex-direction: column; align-items: flex-start; }
    .app-store-btn { width: 100%; max-width: 260px; }
    .app-stat strong { font-size: 18px !important; }
    .app-stat span { font-size: 10px !important; }
    .app-stats { gap: 14px; }
}


/* ============================================================
   DOWNLOAD PAGE — download.html
   ============================================================ */

html.dl-page,
html.dl-page body {
    background-color: #e65a24 !important;
    margin: 0;
    padding: 0;
}

html.dl-page #smooth-wrapper,
html.dl-page #smooth-content {
    background-color: #e65a24 !important;
}

/* Download header */
.header-area.header-dl {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 18px 0;
    transition: background-color 0.3s ease, padding 0.3s ease;
}
.header-area.header-dl.scrolled {
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 12px 0;
}
.header-area.header-dl .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-area.header-dl .mainmenu ul li a {
    color: rgba(255, 255, 255, 0.85) !important;
}
.header-area.header-dl .mainmenu ul li a:hover,
.header-area.header-dl .mainmenu ul li.current-menu-ancestor a {
    color: #ffffff !important;
}
.header-area.header-dl .menu_bar span {
    background-color: #ffffff;
}
.header-dl .tj-primary-btn {
    background-color: #ffffff;
    color: #e65a24 !important;
}
.header-dl .tj-primary-btn .btn-text span {
    color: #e65a24 !important;
}
.header-dl .tj-primary-btn .btn-icon {
    background-color: #e65a24;
    color: #ffffff;
}

/* Download page main layout */
.dl-page-main {
    min-height: 100vh;
    background-color: #e65a24;
    display: flex;
    flex-direction: column;
}

.dl-hero-section {
    padding: 140px 0 60px;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.dl-sub-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.dl-sub-label img {
    height: 14px;
    width: auto;
    filter: brightness(0) invert(1);
}

.dl-title {
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.dl-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* App store buttons */
.dl-app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 60px;
}

.dl-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background-color: #000000;
    color: #ffffff !important;
    padding: 13px 28px;
    border-radius: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    min-width: 180px;
}
.dl-store-btn:hover {
    background-color: #111;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.dl-store-btn i {
    font-size: 30px;
    color: #ffffff;
    flex-shrink: 0;
}
.dl-store-btn .store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    text-align: left;
}
.dl-store-btn .store-small {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.75;
    letter-spacing: 0.05em;
    color: #fff;
}
.dl-store-btn .store-big {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

/* Steps */
.dl-steps {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.dl-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.dl-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.dl-step-body h5 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
}
.dl-step-body p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    margin: 0;
    max-width: 420px;
}

/* Phone mockup */
.dl-mockup-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding-top: 30px;
}
.dl-mockup-wrap img {
    max-width: 100%;
    max-height: 620px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.25));
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-16px); }
}

/* Download footer */
.dl-footer {
    background-color: rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.dl-footer img {
    height: 38px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}
.dl-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 0;
    text-align: center;
}

/* Divider */
.dl-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0;
}

/* Download page watermarks */
.dl-bg-mark {
    position: absolute;
    pointer-events: none;
    user-select: none;
    filter: brightness(0) invert(1);
    z-index: 0;
}
.dl-bg-mark-1 {
    bottom: -100px;
    right: -100px;
    width: 620px;
    opacity: 0.12;
    transform: rotate(10deg);
}
.dl-bg-mark-2 {
    top: -100px;
    left: -100px;
    width: 620px;
    opacity: 0.07;
    transform: rotate(-14deg);
}
.dl-hero-section .container {
    position: relative;
    z-index: 2;
}

/* Download responsive */
@media (max-width: 991px) {
    .dl-hero-section { padding: 100px 0 40px; }
    .dl-mockup-wrap {
        margin-top: 40px;
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .dl-app-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .dl-store-btn {
        width: 100%;
        max-width: 260px;
    }
}


/* PERFORMANCE: render and media loading optimizations */
img[loading="lazy"] {
    content-visibility: auto;
}

@supports (content-visibility: auto) {
    .tj-about-section,
    .tj-service-section-5,
    .instagram-section,
    .tj-faq-section,
    .tj-app-download-section,
    .tj-contact-section,
    .h6-service {
        content-visibility: auto;
        contain-intrinsic-size: 1px 900px;
    }
}
