/* FileDostV4 v4.1.6 modern responsive home */
.page-home main {
    padding-bottom: 28px;
}

.home-modern {
    display: grid;
    gap: clamp(24px, 4vw, 46px);
}

.home-hero-copy {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px) clamp(20px, 5vw, 62px);
    border: 1px solid rgba(226, 190, 153, .7);
    border-radius: 34px;
    background:
        radial-gradient(circle at 8% 14%, rgba(244, 129, 32, .18), transparent 18rem),
        radial-gradient(circle at 92% 16%, rgba(45, 94, 212, .15), transparent 20rem),
        linear-gradient(135deg, #fffdf9 0%, #ffffff 48%, #f5f8ff 100%);
    box-shadow: 0 24px 70px rgba(6, 32, 74, .09);
    text-align: center;
}

.home-hero-copy::after {
    content: "";
    position: absolute;
    right: -86px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border: 42px solid rgba(36, 99, 212, .055);
    border-radius: 50%;
    pointer-events: none;
}

.home-eyebrow,
.home-section-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b24d08;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.home-eyebrow::before,
.home-section-label::before {
    content: "";
    width: 23px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f97316, #f7ad45);
}

.home-hero-copy h1 {
    max-width: 870px;
    margin: 12px auto 0;
    color: #0b2250;
    font-size: clamp(2rem, 5.7vw, 4.35rem);
    line-height: .98;
    letter-spacing: -.064em;
}

.home-hero-copy > p {
    max-width: 770px;
    margin: 17px auto 0;
    color: #53647d;
    font-size: clamp(.98rem, 1.8vw, 1.16rem);
    line-height: 1.65;
}

.home-assurance-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 23px;
}

.home-assurance-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(211, 221, 237, .95);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #243958;
    box-shadow: 0 8px 22px rgba(15, 35, 68, .055);
    font-size: .8rem;
    font-weight: 850;
}

.home-assurance-row svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #d76514;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-map-card {
    padding: clamp(15px, 2.6vw, 28px);
    border: 1px solid rgba(215, 224, 238, .94);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 22px 64px rgba(6, 32, 74, .085);
}

.home-map-card-head,
.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
}

.home-map-card-head {
    padding: 2px 4px 17px;
}

.home-map-card-head h2,
.home-section-heading h2 {
    margin-top: 6px;
    color: #0d254e;
    font-size: clamp(1.45rem, 3vw, 2.35rem);
    line-height: 1.08;
}

.home-map-instruction {
    flex: 0 0 auto;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef4ff;
    color: #265dc7;
    font-size: .75rem;
    font-weight: 900;
}

.ecosystem-object-wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid #edf1f6;
    border-radius: 25px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8);
}

.ecosystem-map-stage {
    position: relative;
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    isolation: isolate;
}

.ecosystem-map-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

.ecosystem-hotspot {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 36px;
    background: transparent;
    text-decoration: none;
    outline: none;
    transition: background .16s ease, filter .16s ease;
}

.ecosystem-hotspot span {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, 5px);
    max-width: 92%;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(8, 29, 65, .93);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    font-size: .7rem;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(8, 29, 65, .2);
    transition: opacity .16s ease, transform .16s ease;
}

.ecosystem-hotspot:hover,
.ecosystem-hotspot:focus-visible {
    background: rgba(37, 99, 235, .065);
    filter: drop-shadow(0 12px 15px rgba(37, 99, 235, .16));
}

.ecosystem-hotspot:hover span,
.ecosystem-hotspot:focus-visible span {
    opacity: 1;
    transform: translate(-50%, 0);
}

.hotspot-scan-receive {
    left: 23.8%; top: 3.5%; width: 25.8%; height: 60%;
    clip-path: polygon(4% 5%, 47% 0, 76% 18%, 100% 87%, 89% 100%, 58% 79%, 16% 36%);
}

.hotspot-scan-send {
    left: 6.3%; top: 30%; width: 36%; height: 43%;
    clip-path: polygon(3% 10%, 25% 0, 58% 17%, 100% 66%, 88% 97%, 55% 100%, 16% 64%);
}

.hotspot-share-anyone {
    left: 41.8%; top: 0; width: 28.8%; height: 64%;
    clip-path: polygon(7% 4%, 72% 0, 95% 13%, 100% 46%, 50% 100%, 4% 63%, 0 22%);
}

.hotspot-broadcast {
    left: 60.5%; top: 20.3%; width: 39.3%; height: 51%;
    clip-path: polygon(1% 15%, 44% 0, 85% 4%, 100% 21%, 94% 66%, 41% 100%, 10% 68%);
}

.hotspot-receive {
    left: 66.8%; top: 56.5%; width: 33.1%; height: 39%;
    clip-path: polygon(2% 10%, 44% 0, 85% 5%, 100% 23%, 98% 70%, 70% 96%, 29% 100%, 4% 73%);
}

.hotspot-pickup {
    left: 5.5%; top: 63%; width: 39%; height: 32%;
    clip-path: polygon(4% 20%, 28% 4%, 66% 8%, 100% 45%, 93% 84%, 57% 100%, 19% 84%, 0 54%);
}

.home-map-mobile-hint {
    display: none;
    margin: 10px 4px 0;
    color: #65758d;
    font-size: .78rem;
    font-weight: 750;
    text-align: center;
}

.home-applications {
    display: grid;
    gap: 24px;
}

.home-section-heading {
    align-items: end;
}

.home-section-heading > div {
    min-width: 0;
}

.home-section-heading p {
    max-width: 490px;
    color: #68778e;
    font-size: .92rem;
    text-align: right;
}

.home-app-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-app-card {
    --feature: #d96913;
    --feature-soft: #fff2e7;
    --feature-border: rgba(217, 105, 19, .22);
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--feature-border);
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(14, 33, 64, .075);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-app-card:hover {
    transform: translateY(-4px);
    border-color: var(--feature);
    box-shadow: 0 24px 60px rgba(14, 33, 64, .12);
}

.home-app-card.tone-green { --feature: #299339; --feature-soft: #edf9ea; --feature-border: rgba(41,147,57,.22); }
.home-app-card.tone-purple { --feature: #6540d4; --feature-soft: #f2edff; --feature-border: rgba(101,64,212,.22); }
.home-app-card.tone-blue { --feature: #2865d4; --feature-soft: #edf4ff; --feature-border: rgba(40,101,212,.22); }
.home-app-card.tone-cyan { --feature: #117d9b; --feature-soft: #eafaff; --feature-border: rgba(17,125,155,.22); }
.home-app-card.tone-indigo { --feature: #4b43bd; --feature-soft: #f1f0ff; --feature-border: rgba(75,67,189,.22); }

.home-app-visual {
    position: relative;
    display: grid;
    min-height: 220px;
    place-items: center;
    overflow: hidden;
    padding: 12px;
    background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,.98), transparent 10rem),
        linear-gradient(145deg, var(--feature-soft), #fff 72%);
    text-decoration: none;
}

.home-app-visual::after {
    content: "";
    position: absolute;
    inset: auto 16px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--feature-border), transparent);
}

.home-app-visual picture {
    display: grid;
    width: 100%;
    height: 198px;
    place-items: center;
}

.home-app-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .22s ease;
}

.home-app-card:hover .home-app-visual img {
    transform: scale(1.025);
}

.home-app-category {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 9px;
    border: 1px solid var(--feature-border);
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: var(--feature);
    backdrop-filter: blur(8px);
    font-size: .67rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-app-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 19px 19px 18px;
}

.home-app-title-row {
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-app-number {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    flex: 0 0 34px;
    border-radius: 11px;
    background: var(--feature-soft);
    color: var(--feature);
    font-size: .72rem;
    font-weight: 950;
}

.home-app-card h3 {
    margin: 0;
    color: #10264c;
    font-size: 1.18rem;
    letter-spacing: -.025em;
}

.home-app-content > p {
    margin-top: 10px;
    color: #5b6a81;
    font-size: .86rem;
    line-height: 1.55;
}

.home-benefit-list {
    display: grid;
    gap: 8px;
    margin: 15px 0 18px;
    padding: 0;
    list-style: none;
}

.home-benefit-list li {
    position: relative;
    padding-left: 21px;
    color: #354862;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.35;
}

.home-benefit-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
    border-radius: 50%;
    background: var(--feature-soft);
    color: var(--feature);
    font-size: .67rem;
    font-weight: 950;
}

.home-app-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding: 11px 13px;
    border-radius: 13px;
    background: var(--feature-soft);
    color: var(--feature);
    text-decoration: none;
    font-size: .8rem;
    font-weight: 950;
    transition: background .16s ease, color .16s ease;
}

.home-app-cta span {
    font-size: 1.1rem;
    transition: transform .16s ease;
}

.home-app-cta:hover,
.home-app-cta:focus-visible {
    background: var(--feature);
    color: #fff;
    outline: none;
}

.home-app-cta:hover span,
.home-app-cta:focus-visible span {
    transform: translateX(3px);
}

.home-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(18px, 3vw, 28px);
    border-radius: 29px;
    background: linear-gradient(135deg, #0b234c, #173f83);
    box-shadow: 0 22px 60px rgba(6, 32, 74, .16);
}

.home-trust-strip > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 3px 12px;
    align-items: center;
    padding: 8px;
}

.trust-icon {
    display: grid;
    width: 42px;
    height: 42px;
    grid-row: 1 / span 2;
    place-items: center;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    color: #ffb56f;
}

.trust-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-trust-strip strong {
    color: #fff;
    font-size: .93rem;
}

.home-trust-strip p {
    color: rgba(255,255,255,.72);
    font-size: .75rem;
    line-height: 1.42;
}

@media (max-width: 980px) {
    .home-map-card-head,
    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .home-section-heading p {
        max-width: 650px;
        text-align: left;
    }

    .ecosystem-object-wrap {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        scrollbar-color: #b8c8e4 #f2f5fa;
    }

    .ecosystem-map-stage {
        width: 900px;
        min-width: 900px;
        height: 506px;
    }

    .home-map-mobile-hint {
        display: block;
    }

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

    .home-trust-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .page-home .app-shell {
        width: min(100% - 18px, 1120px);
    }

    .home-modern {
        gap: 22px;
    }

    .home-hero-copy {
        padding: 28px 18px;
        border-radius: 25px;
    }

    .home-hero-copy h1 {
        font-size: clamp(2rem, 11vw, 3.1rem);
    }

    .home-assurance-row {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .home-assurance-row span {
        justify-content: center;
    }

    .home-map-card {
        padding: 12px;
        border-radius: 23px;
    }

    .home-map-card-head {
        padding: 4px 4px 12px;
    }

    .home-map-instruction {
        display: none;
    }

    .ecosystem-map-stage {
        width: 780px;
        min-width: 780px;
        height: 439px;
    }

    .home-app-grid {
        grid-template-columns: 1fr;
    }

    .home-app-card {
        border-radius: 23px;
    }

    .home-app-visual {
        min-height: 205px;
    }

    .home-app-visual picture {
        height: 183px;
    }

    .home-trust-strip {
        padding: 14px;
        border-radius: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-app-card,
    .home-app-visual img,
    .home-app-cta,
    .home-app-cta span,
    .ecosystem-hotspot,
    .ecosystem-hotspot span {
        transition: none !important;
    }
}

/* FileDostV4 v4.1.4 SEO-supporting visible FAQ content */
.home-faq {
    display: grid;
    gap: 22px;
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid rgba(215, 224, 238, .94);
    border-radius: 30px;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    box-shadow: 0 18px 54px rgba(6, 32, 74, .075);
}

.home-faq-heading {
    align-items: end;
}

.home-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-faq-item {
    min-width: 0;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 35, 68, .045);
}

.home-faq-item summary {
    position: relative;
    padding: 17px 48px 17px 18px;
    color: #142b50;
    cursor: pointer;
    font-size: .93rem;
    font-weight: 900;
    line-height: 1.4;
    list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
    display: none;
}

.home-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #eef4ff;
    color: #265dc7;
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 24px;
    text-align: center;
}

.home-faq-item[open] summary::after {
    content: "−";
}

.home-faq-item p {
    margin: 0;
    padding: 0 18px 18px;
    color: #5d6d84;
    font-size: .88rem;
    line-height: 1.65;
}

@media (max-width: 760px) {
    .home-faq-list {
        grid-template-columns: 1fr;
    }

    .home-faq-heading {
        align-items: flex-start;
    }

    .home-faq-heading p {
        text-align: left;
    }
}

/* Public application landing context: one clear H1 and breadcrumb per indexable route. */
.app-seo-intro {
    display: grid;
    gap: 9px;
    margin-bottom: clamp(18px, 3vw, 28px);
    padding: clamp(19px, 3vw, 28px) clamp(18px, 4vw, 36px);
    border: 1px solid rgba(215, 224, 238, .94);
    border-radius: 25px;
    background:
        radial-gradient(circle at 100% 0, rgba(45, 94, 212, .12), transparent 18rem),
        linear-gradient(135deg, #fffdf9, #ffffff 58%, #f4f8ff);
    box-shadow: 0 14px 42px rgba(6, 32, 74, .07);
}

.app-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: #738198;
    font-size: .74rem;
    font-weight: 800;
}

.app-breadcrumbs a {
    color: #b6510b;
    text-decoration: none;
}

.app-breadcrumbs a:hover,
.app-breadcrumbs a:focus-visible {
    text-decoration: underline;
}

.app-seo-intro h1 {
    margin: 0;
    color: #0b2250;
    font-size: clamp(1.55rem, 4vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.app-seo-intro p {
    max-width: 850px;
    margin: 0;
    color: #5b6b82;
    font-size: clamp(.9rem, 1.6vw, 1rem);
    line-height: 1.6;
}

/* FileDostV4 v4.1.4 mobile-first launcher and saved-device descriptions */
.home-mobile-launcher {
    display: none;
}

.home-saved-devices {
    display: grid;
    gap: 20px;
}

.home-saved-device-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-saved-device-card {
    --saved-accent: #2b65d9;
    --saved-soft: #edf4ff;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 20px;
    border: 1px solid color-mix(in srgb, var(--saved-accent) 24%, transparent);
    border-radius: 24px;
    background: linear-gradient(145deg, #fff, var(--saved-soft));
    box-shadow: 0 14px 42px rgba(10, 32, 68, .07);
}

.home-saved-device-card.trusted {
    --saved-accent: #7a4bd8;
    --saved-soft: #f4efff;
}

.saved-device-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 17px;
    background: var(--saved-soft);
    color: var(--saved-accent);
}

.saved-device-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-saved-device-card h3 {
    margin: 0;
    color: #10264c;
    font-size: 1.08rem;
}

.home-saved-device-card p {
    margin: 7px 0 0;
    color: #5c6c83;
    font-size: .84rem;
    line-height: 1.55;
}

.home-saved-device-card > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    border-radius: 13px;
    background: var(--saved-accent);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: .78rem;
    font-weight: 900;
}

.home-trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
    .home-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .home-mobile-launcher {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .home-mobile-launcher a {
        --quick: #d96913;
        --quick-soft: #fff2e7;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 10px;
        align-items: center;
        min-width: 0;
        padding: 12px;
        border: 1px solid color-mix(in srgb, var(--quick) 24%, transparent);
        border-radius: 17px;
        background: linear-gradient(145deg, #fff, var(--quick-soft));
        color: #10264c;
        text-decoration: none;
        box-shadow: 0 9px 26px rgba(14, 33, 64, .055);
    }

    .home-mobile-launcher a.tone-green { --quick: #299339; --quick-soft: #edf9ea; }
    .home-mobile-launcher a.tone-purple { --quick: #6540d4; --quick-soft: #f2edff; }
    .home-mobile-launcher a.tone-blue { --quick: #2865d4; --quick-soft: #edf4ff; }
    .home-mobile-launcher a.tone-cyan { --quick: #117d9b; --quick-soft: #eafaff; }
    .home-mobile-launcher a.tone-indigo { --quick: #4b43bd; --quick-soft: #f1f0ff; }

    .home-mobile-launcher a > span {
        display: grid;
        width: 38px;
        height: 38px;
        grid-row: 1 / 3;
        place-items: center;
        border-radius: 12px;
        background: var(--quick-soft);
        color: var(--quick);
        font-size: 1.15rem;
        font-weight: 950;
    }

    .home-mobile-launcher strong {
        overflow: hidden;
        color: #10264c;
        font-size: .82rem;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-mobile-launcher small {
        overflow: hidden;
        color: #6b7890;
        font-size: .68rem;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-saved-device-grid {
        grid-template-columns: 1fr;
    }

    .home-saved-device-card {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 16px;
        border-radius: 20px;
    }

    .home-saved-device-card > a {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .saved-device-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .home-trust-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .page-home main {
        padding-bottom: 16px;
    }

    .page-home .app-shell {
        width: min(100% - 12px, 1120px);
    }

    .home-modern {
        gap: 18px;
    }

    .home-hero-copy {
        padding: 23px 14px;
        border-radius: 22px;
    }

    .home-eyebrow,
    .home-section-label {
        font-size: .66rem;
        letter-spacing: .08em;
    }

    .home-hero-copy h1 {
        margin-top: 9px;
        font-size: clamp(1.82rem, 9.4vw, 2.65rem);
        line-height: 1.02;
        letter-spacing: -.05em;
    }

    .home-hero-copy > p {
        margin-top: 13px;
        font-size: .9rem;
        line-height: 1.55;
    }

    .home-assurance-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 17px;
    }

    .home-assurance-row span {
        min-width: 0;
        justify-content: flex-start;
        padding: 8px 9px;
        border-radius: 14px;
        font-size: .69rem;
        line-height: 1.2;
    }

    .home-assurance-row svg {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }

    .home-map-card {
        padding: 10px;
        border-radius: 20px;
    }

    .home-map-card-head h2,
    .home-section-heading h2 {
        font-size: clamp(1.3rem, 6.8vw, 1.75rem);
    }

    .ecosystem-object-wrap {
        border-radius: 18px;
        scroll-behavior: smooth;
    }

    .ecosystem-map-stage {
        width: 660px;
        min-width: 660px;
        height: 371px;
    }

    .home-map-mobile-hint {
        margin-top: 8px;
        font-size: .7rem;
    }

    .home-applications,
    .home-saved-devices {
        gap: 15px;
    }

    .home-app-grid {
        gap: 12px;
    }

    .home-app-card {
        border-radius: 20px;
    }

    .home-app-visual {
        min-height: 166px;
        padding: 8px;
    }

    .home-app-visual picture {
        height: 150px;
    }

    .home-app-content {
        padding: 15px;
    }

    .home-app-number {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        border-radius: 10px;
    }

    .home-app-card h3 {
        font-size: 1.05rem;
    }

    .home-app-content > p {
        font-size: .82rem;
    }

    .home-benefit-list {
        gap: 7px;
        margin: 12px 0 15px;
    }

    .home-benefit-list li {
        font-size: .76rem;
    }

    .home-faq {
        gap: 15px;
        padding: 16px 12px;
        border-radius: 22px;
    }

    .home-faq-item {
        border-radius: 15px;
    }

    .home-faq-item summary {
        padding: 14px 42px 14px 14px;
        font-size: .84rem;
    }

    .home-faq-item p {
        padding: 0 14px 15px;
        font-size: .82rem;
    }
}

@media (max-width: 390px) {
    .home-mobile-launcher,
    .home-assurance-row {
        grid-template-columns: 1fr;
    }
}

/* FileDostV4 v4.1.6: fit the complete home page inside the mobile viewport. */
@media (max-width: 980px) {
    .ecosystem-object-wrap {
        overflow: hidden !important;
        overscroll-behavior: auto !important;
    }

    .ecosystem-map-stage {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        aspect-ratio: 1601 / 900 !important;
    }

    .home-map-mobile-hint {
        display: none !important;
    }
}

@media (max-width: 700px) {
    .page-home,
    .page-home .app-shell,
    .page-home main,
    .page-home .home-modern,
    .page-home .home-map-card,
    .page-home .ecosystem-object-wrap,
    .page-home .ecosystem-map-stage,
    .page-home .home-applications,
    .page-home .home-app-grid,
    .page-home .home-saved-devices,
    .page-home .home-saved-device-grid,
    .page-home .home-trust-strip,
    .page-home .home-faq,
    .page-home .home-faq-list {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .page-home .ecosystem-map-image {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .page-home .home-map-card {
        padding: 8px !important;
    }

    .page-home .home-map-card-head {
        padding: 4px 4px 10px !important;
    }

    .page-home .home-app-grid,
    .page-home .home-saved-device-grid,
    .page-home .home-faq-list {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .page-home .home-app-card,
    .page-home .home-saved-device-card,
    .page-home .home-faq-item {
        width: 100% !important;
        min-width: 0 !important;
    }

    .page-home .home-app-visual picture,
    .page-home .home-app-visual img {
        max-width: 100% !important;
    }
}

/* FileDostV4 v4.1.7: explicit FAQ accordion state for consistent browser rendering. */
.home-faq-item:not([open]) > p {
    display: none;
}

.home-faq-item[open] > p {
    display: block;
}
