/* Mobile app page shares the website-development layout, with app screens in place of browser previews. */
.mobile-app-page .ma-line-icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ma-hero-benefits { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; color: var(--sg-gold-light); }
.ma-hero-benefits > span { display: flex; align-items: center; gap: 7px; font-size: 12px; }
.mobile-app-page .ma-hero-benefits svg { width: 17px; height: 17px; }
.mobile-app-page .ma-project-features li { display: flex; align-items: flex-start; gap: 10px; padding-left: 0; }
.mobile-app-page .ma-project-features li::before { content: none; }
.mobile-app-page .ma-project-features svg { width: 17px; height: 17px; margin-top: 2px; color: var(--sg-gold-light); }
.mobile-app-page .wd-tags.ma-project-features { gap: 12px 18px; }
.mobile-app-page .wd-tags.ma-project-features li { font-size: 12px; }
.ma-device-choice,.ma-build-section,.ma-faq-section { scroll-margin-top: 80px; }
.ma-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.ma-choice-card { border: 1px solid var(--wd-line); border-radius: 18px; overflow: hidden; background: var(--sg-raised); }
.ma-choice-diagram { display: grid; place-items: center; height: 264px; background: #141c40; border-bottom: 1px solid var(--wd-line); }
.ma-choice-diagram > div { position: relative; width: 300px; max-width: 100%; }
.ma-common-base { display: flex; align-items: center; justify-content: center; gap: 9px; width: 182px; padding: 9px; margin-inline: auto; border: 1px solid #eba71d65; border-radius: 9px; background: #2d2b38; color: #f6c75f; font-size: 12px; font-weight: 650; }
.ma-choice-branches { position: relative; display: block; width: 146px; height: 20px; margin: 18px auto 0; border: 1px solid #eba71d80; border-bottom: 0; border-radius: 8px 8px 0 0; }
.ma-choice-branches::before { content: ''; position: absolute; width: 1px; height: 18px; background: #eba71d80; left: 50%; top: -19px; }
.ma-choice-phones { display: flex; justify-content: center; gap: 48px; }
.ma-choice-phone { position: relative; width: 98px; height: 139px; border: 3px solid #72809b; border-radius: 17px; padding: 20px 8px 9px; background: #f7f8ff; color: #11173f; }
.ma-choice-speaker { position: absolute; width: 23px; height: 3px; top: 7px; left: calc(50% - 11.5px); background: #a9b3c7; border-radius: 5px; }
.ma-choice-phone > strong { display: block; font-size: 12px; text-align: center; }
.ma-choice-app-grid { display: flex; justify-content: center; gap: 5px; padding: 9px 0; }
.mobile-app-page .ma-choice-app-grid svg { width: 30px; height: 32px; padding: 5px; border-radius: 6px; background: #fff0cb; color: #8b5e05; }
.ma-choice-line { display: block; height: 4px; width: 65%; background: #cbd3e3; border-radius: 2px; margin-bottom: 10px; }
.ma-choice-action { display: grid; place-items: center; height: 20px; border-radius: 5px; background: #eba71d; color: #11173f; }
.mobile-app-page .ma-choice-action svg { width: 15px; height: 15px; }
.ma-choice-diagram .ma-separate-pair { display: flex; justify-content: center; gap: 40px; }
.ma-separate-pair > div { display: flex; flex-direction: column; align-items: center; }
.ma-separate-base { position: relative; display: block; width: 112px; padding: 10px 4px; text-align: center; color: #f6c75f; font-size: 11px; border: 1px solid #eba71d65; border-radius: 9px; background: #2d2b38; margin-bottom: 30px; }
.ma-separate-base::after { content: ''; position: absolute; height: 30px; width: 1px; top: 100%; left: 50%; background: #eba71d80; }
.ma-choice-separate .ma-choice-phone { border-color: #657ba0; }
.ma-choice-separate .ma-separate-pair > div:last-child .ma-choice-phone { border-color: #ad9c6c; }
.ma-choice-copy { padding: 28px; }
.mobile-app-page .ma-choice-copy h3 { font-size: 26px; line-height: 1.3; letter-spacing: -.03em; margin-bottom: 13px; }
.ma-choice-copy > p { font-size: 15px; line-height: 1.8; color: var(--sg-text); }
.ma-choice-note { display: block; color: #f5cd73; font-size: 12px; line-height: 1.7; margin-top: 18px; padding-left: 12px; border-left: 2px solid #eba71d80; }
.ma-start-heading { margin-top: 48px; padding-top: 38px; border-top: 1px solid var(--wd-line); }
.mobile-app-page .ma-start-heading h3 { font-size: 28px; letter-spacing: -.03em; }
.ma-start-heading p { font-size: 15px; color: var(--sg-text); margin-top: 10px; }
.ma-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 26px; }
.ma-plan-art { display: grid; place-items: center; height: 144px; border-radius: 12px; background: var(--sg-deep); border: 1px solid var(--wd-line); margin-bottom: 22px; }
.ma-priority-list { width: 184px; background: #f7f8ff; border: 1px solid #cdd5e6; border-radius: 9px; padding: 10px 14px; color: #11173f; transform: rotate(-3deg); }
.ma-priority-list > span { display: flex; align-items: center; gap: 9px; font-size: 12px; padding: 4px 0; }
.mobile-app-page .ma-priority-list svg { width: 16px; height: 16px; color: #8b5e05; }
.ma-priority-list .ma-plan-later { margin-top: 5px; border-top: 1px solid #d3daea; padding-left: 25px; color: #606777; }
.ma-role-diagram { position: relative; display: flex; gap: 16px; }
.ma-role-diagram::before { content: ''; position: absolute; top: 24px; left: 24px; right: 24px; height: 1px; background: #eba71d60; }
.ma-role-diagram > span { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; width: 55px; color: #c3cbe0; font-size: 11px; }
.mobile-app-page .ma-role-diagram svg { width: 47px; height: 47px; padding: 11px; border: 1px solid #eba71d50; border-radius: 50%; color: #f6c75f; background: #192147; }
.ma-reuse-diagram { display: flex; align-items: center; gap: 25px; color: #f6c75f; }
.ma-reuse-diagram > span { display: grid; place-items: center; height: 70px; width: 57px; background: #20294f; border: 1px solid #435179; border-radius: 12px; }
.mobile-app-page .ma-reuse-diagram > span svg { width: 34px; height: 34px; }
.ma-reuse-diagram > .ma-reuse-check { background: #fff0cb; color: #8b5e05; border-color: #f7dda0; }
.ma-plan-grid h4 { font-family: 'Space Grotesk',sans-serif; font-size: 21px; line-height: 1.3; letter-spacing: -.02em; margin: 0 0 12px; font-weight: 600; }
.ma-plan-grid p { font-size: 14px; line-height: 1.8; color: var(--sg-text); }
.ma-build-steps { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.ma-build-steps > li { border-top: 1px solid #eba71d50; padding-top: 18px; }
.ma-build-step-number { display: block; font-size: 12px; font-weight: 650; color: var(--sg-gold-light); margin-bottom: 17px; }
.ma-step-art { display: grid; place-items: center; height: 126px; border-radius: 12px; background: #192147; border: 1px solid var(--wd-line); margin-bottom: 22px; color: #11173f; }
.mobile-app-page .ma-build-steps h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 13px; text-wrap: initial; }
.ma-build-steps p { font-size: 14px; line-height: 1.8; color: var(--sg-text); }
.ma-step-chat { width: 134px; }
.ma-step-chat > span { display: flex; align-items: center; gap: 7px; border-radius: 9px 9px 9px 2px; background: #f7f8ff; padding: 8px 10px; font-size: 11px; width: fit-content; }
.ma-step-chat > span + span { margin: 9px 0 0 auto; background: #f7dda0; border-radius: 9px 9px 2px 9px; }
.mobile-app-page .ma-step-chat svg { width: 16px; height: 16px; }
.ma-step-design { display: flex; align-items: center; gap: 13px; }
.ma-step-design > div { display: grid; gap: 7px; padding: 12px; width: 65px; height: 72px; background: #f7f8ff; border-radius: 6px; transform: rotate(-6deg); }
.ma-step-design i { display: block; border: 1px solid #9ca9c3; border-radius: 2px; }
.ma-step-design i:first-child { background: #f7dda0; border-color: #d4ba80; }
.ma-step-design > span { display: grid; place-items: center; width: 46px; height: 79px; background: #fff0cb; border-radius: 8px; border: 2px solid #b6a674; }
.mobile-app-page .ma-step-design svg { width: 34px; height: 45px; }
.ma-step-connect { display: flex; align-items: center; gap: 10px; color: #f6c75f; }
.ma-step-connect > span { display: flex; flex-direction: column; align-items: center; gap: 7px; color: #11173f; font-size: 10px; background: #f7f8ff; border-radius: 8px; padding: 11px 7px; min-width: 49px; }
.ma-step-connect > span:last-child { background: #fff0cb; }
.mobile-app-page .ma-step-connect > svg { width: 17px; height: 17px; }
.ma-step-test { display: flex; align-items: center; gap: 11px; }
.mobile-app-page .ma-step-test > span svg { width: 39px; height: 65px; color: #f6c75f; }
.ma-step-test > div { display: grid; gap: 8px; color: #c3cbe0; }
.ma-step-test > div > span { display: flex; gap: 5px; align-items: center; font-size: 10px; }
.mobile-app-page .ma-step-test > div svg { width: 15px; height: 15px; color: #f6c75f; }
.ma-step-handover { position: relative; width: 109px; }
.ma-step-handover > span:first-child { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 77px; padding: 12px; background: #f7f8ff; border-radius: 8px; font-size: 11px; transform: rotate(-6deg); }
.ma-step-handover > span:last-child { position: absolute; bottom: 3px; right: 0; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #eba71d; border: 3px solid #192147; }
.mobile-app-page .ma-step-handover > span:first-child svg { width: 31px; height: 31px; }
.ma-cost-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--wd-line); scroll-margin-top: 110px; }
.mobile-app-page .ma-cost-intro h3 { font-size: 32px; line-height: 1.3; letter-spacing: -.035em; margin-bottom: 16px; }
.ma-cost-intro > p:not(.wd-kicker) { color: var(--sg-text); font-size: 15px; line-height: 1.8; max-width: 430px; }
.ma-cost-intro > .wd-link { margin-top: 14px; }
.ma-estimate-visual { padding: 24px 10px 0; max-width: 360px; }
.ma-estimate-sheet { background: #f7f8ff; border-radius: 12px; color: #11173f; border: 1px solid #cbd3e3; overflow: hidden; transform: rotate(-2deg); box-shadow: 6px 6px 0 #2b355b; }
.ma-estimate-title { display: flex; align-items: center; gap: 9px; padding: 13px 16px; background: #e8ecf5; font-size: 12px; font-weight: 700; }
.ma-estimate-sheet > div:not(.ma-estimate-title) { display: flex; justify-content: space-between; gap: 12px; margin-inline: 16px; padding: 10px 0; font-size: 11px; border-bottom: 1px solid #d5dbea; }
.ma-estimate-sheet > div:not(.ma-estimate-title) span:last-child { color: #667087; }
.ma-estimate-sheet > strong { display: flex; align-items: center; gap: 8px; padding: 11px 16px; font-size: 11px; background: #fff0cb; }
.mobile-app-page .ma-estimate-sheet > strong svg { width: 16px; height: 16px; }
.ma-cost-list { margin: 0; padding: 0; list-style: none; align-self: center; }
.ma-cost-list li { display: flex; align-items: flex-start; gap: 21px; padding-block: 28px; border-bottom: 1px solid var(--wd-line); font-size: 14px; line-height: 1.8; color: var(--sg-text); }
.ma-cost-list li:first-child { padding-top: 0; }
.ma-cost-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.ma-cost-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #eba71d50; border-radius: 12px; background: #192147; color: #f6c75f; flex-shrink: 0; }
.ma-cost-list strong { display: block; font-family: 'Space Grotesk',sans-serif; font-size: 22px; font-weight: 550; line-height: 1.3; margin-bottom: 12px; color: var(--sg-white); }
.ma-faq-section .wd-faq summary > .ma-faq-question { display: flex; align-items: flex-start; gap: 15px; font-size: 16px; line-height: 1.6; color: inherit; flex-shrink: 1; }
.ma-faq-section .wd-faq summary > .ma-faq-question svg { margin-top: 2px; color: var(--sg-gold-light); }
.ma-faq-section .wd-faq details[open] summary > .ma-faq-question { transform: none; }
.ma-faq-section .wd-faq details p { padding-left: 36px; }
.ma-agreement-art { max-width: 320px; padding: 12px 14px 20px; margin-block: 20px; }
.ma-agreement-sheet { padding: 20px; border-radius: 12px; border: 1px solid #d5dbea; background: #f7f8ff; color: #11173f; box-shadow: 7px 7px 0 #2b355b; transform: rotate(-3deg); }
.ma-agreement-sheet strong { display: block; font-family: 'Space Grotesk',sans-serif; font-size: 18px; margin-bottom: 13px; }
.ma-agreement-sheet > span { display: flex; align-items: center; gap: 10px; font-size: 13px; padding-block: 11px; border-bottom: 1px solid #d5dbea; }
.ma-agreement-sheet > span:last-child { border-bottom: 0; padding-bottom: 0; }
.ma-agreement-sheet > span svg:last-child { margin-left: auto; color: #8b5e05; }
.ma-final-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }
.ma-final-grid p:not(.wd-kicker) { max-width: 520px; line-height: 1.8; }
.ma-final-grid .sp-button { margin-top: 25px; }
.ma-idea-visual { padding: 22px; }
.ma-idea-scene { display: grid; grid-template-columns: 1fr 24px 1.08fr; align-items: center; gap: 16px; max-width: 345px; margin-inline: auto; color: #11173f; }
.ma-idea-paper { display: flex; flex-direction: column; align-items: flex-start; height: 169px; padding: 17px 16px; background: #f7f8ff; border: 1px solid #d5dbea; border-radius: 8px; transform: rotate(-7deg); box-shadow: 5px 5px 0 #35415f; }
.ma-idea-paper > span { font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.mobile-app-page .ma-idea-paper svg { width: 34px; height: 34px; color: #8b5e05; margin-bottom: 15px; }
.ma-idea-paper i { display: block; width: 100%; height: 4px; border-radius: 2px; background: #d0d7e6; margin-bottom: 7px; }
.ma-idea-paper i:last-child { width: 60%; }
.ma-idea-arrow { color: #f6c75f; }
.ma-idea-phone { position: relative; height: 215px; background: #f7f8ff; border: 4px solid #9c9b88; border-radius: 22px; padding: 25px 11px 12px; transform: rotate(5deg); box-shadow: 0 14px 24px #070a2130; }
.ma-idea-phone > strong { display: block; font-size: 14px; }
.ma-idea-phone > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-block: 16px; }
.mobile-app-page .ma-idea-phone > div svg { width: 100%; height: 37px; padding: 8px; border-radius: 7px; background: #fff0cb; color: #8b5e05; }
.ma-idea-phone .ma-mini-action { font-size: 10px; text-align: center; line-height: 1.4; }
@media (max-width:1100px) {
  .ma-build-steps { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
  .ma-cost-section { gap: 44px; }
  .ma-final-grid { gap: 32px; }
}
@media (max-width:900px) {
  .ma-plan-grid { gap: 22px; }
  .ma-plan-grid h4 { font-size: 20px; }
  .ma-role-diagram { gap: 5px; }
  .ma-reuse-diagram { gap: 17px; }
  .ma-choice-copy { padding: 24px; }
  .mobile-app-page .ma-choice-copy h3 { font-size: 24px; }
  .ma-cost-section { grid-template-columns: 1fr 1fr; gap: 32px; }
  .ma-cost-list li { gap: 14px; }
  .ma-cost-icon { width: 40px; height: 40px; }
  .ma-cost-list strong { font-size: 21px; }
  .ma-final-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ma-idea-visual { padding: 18px; }
  .ma-idea-scene { gap: 11px; }
}
@media (max-width:700px) {
  .ma-choice-grid,.ma-plan-grid,.ma-cost-section,.ma-final-grid { grid-template-columns: 1fr; }
  .ma-choice-grid { gap: 24px; }
  .ma-choice-diagram { height: 254px; }
  .ma-plan-grid { gap: 30px; }
  .ma-plan-art { margin-bottom: 20px; }
  .ma-role-diagram { gap: 20px; }
  .ma-start-heading { margin-top: 36px; padding-top: 30px; }
  .mobile-app-page .ma-start-heading h3 { font-size: 26px; }
  .ma-build-steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 20px; }
  .ma-cost-section { gap: 38px; margin-top: 40px; padding-top: 36px; }
  .ma-cost-list li { padding-block: 23px; }
  .ma-cost-list li:first-child { padding-top: 0; }
  .ma-cost-list li:last-child { padding-bottom: 0; }
  .ma-estimate-visual { max-width: 350px; }
  .ma-faq-section .wd-faq details p { padding-left: 0; }
  .ma-faq-section .wd-faq summary { gap: 15px; }
  .ma-faq-section .wd-faq summary > .ma-faq-question { gap: 12px; font-size: 15px; }
  .ma-agreement-art { max-width: 290px; }
  .ma-final-grid { gap: 32px; }
  .ma-idea-visual { padding: 14px; max-width: 390px; width: 100%; margin-inline: auto; }
}
@media (max-width:420px) {
  .ma-build-steps { grid-template-columns: 1fr; gap: 28px; }
  .ma-build-steps > li { display: grid; grid-template-columns: 105px 1fr; gap: 0 17px; }
  .ma-build-step-number { grid-column: 1; margin-bottom: 10px; }
  .ma-step-art { grid-column: 1; grid-row: 2/4; height: 116px; margin-bottom: 0; overflow: hidden; }
  .ma-build-steps h3 { grid-column: 2; grid-row: 2; }
  .ma-build-steps p { grid-column: 2; grid-row: 3; }
  .ma-step-art > div { transform: scale(.7); }
  .ma-step-art > .ma-step-chat { width: 90px; transform: none; }
  .ma-step-chat > span { padding: 6px 7px; gap: 4px; font-size: 8px; }
  .mobile-app-page .ma-step-chat svg { width: 13px; height: 13px; }
  .mobile-app-page .ma-build-steps h3 { font-size: 20px; margin-bottom: 10px; }
  .ma-build-steps p { font-size: 13px; line-height: 1.8; }
  .ma-hero-benefits { gap: 8px 14px; }
  .ma-hero-benefits > span { font-size: 11px; }
  .ma-choice-diagram .ma-separate-pair { gap: 27px; }
  .ma-choice-copy { padding: 23px; }
  .ma-choice-phones { gap: 40px; }
  .ma-choice-branches { width: 138px; }
  .ma-idea-scene { gap: 10px; }
  .ma-idea-paper { padding-inline: 12px; }
  .ma-idea-phone { padding-inline: 9px; }
  .ma-idea-phone .ma-mini-action { font-size: 9px; }
}
@media (max-width:340px) {
  .ma-choice-diagram > div { width: 240px; }
  .ma-choice-diagram .ma-separate-pair { gap: 10px; }
  .ma-separate-base { width: 100px; }
}
.mobile-app-page .ma-hero-visual { height: 418px; }
.ma-hero-device { display: block; position: absolute; transition: transform 220ms ease; }
.ma-device-main { left: 15%; top: 31px; width: 188px; z-index: 2; transform: rotate(-5deg); }
.ma-device-back { right: 12%; top: 63px; width: 169px; transform: rotate(7deg); }
.ma-hero-device:hover { transform: translateY(-5px); }
.ma-phone { display: block; overflow: hidden; border: 5px solid #52607b; border-radius: 26px; background: #fff; box-shadow: 0 18px 38px #03061960; aspect-ratio: .49; }
.mobile-app-page .ma-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.ma-featured-project { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; border: 1px solid #eba71d40; border-radius: 16px; overflow: hidden; background: var(--sg-raised); margin-bottom: 42px; scroll-margin-top: 110px; }
.ma-featured-preview { display: block; background: #273c38; padding: 28px 32px 20px; overflow: hidden; }
.ma-phone-pair { display: flex; align-items: flex-start; justify-content: center; gap: 26px; height: 336px; overflow: hidden; }
.ma-phone-pair .ma-phone { flex: 0 1 160px; border-width: 4px; border-radius: 23px; transition: transform 220ms ease; }
.ma-phone-pair .ma-phone + .ma-phone { margin-top: 26px; }
.ma-featured-preview .ma-phone-pair { height: 367px; gap: 32px; }
.ma-featured-preview .ma-phone { flex-basis: 175px; }
.ma-featured-preview:hover .ma-phone,.ma-app-preview:hover .ma-phone { transform: translateY(-5px); }
.ma-preview-caption { display: block; margin-top: 17px; font-size: 11px; color: #d2d9e7; }
.ma-featured-copy { padding: 38px; }
.mobile-app-page .ma-featured-copy h3 { font-size: 40px; letter-spacing: -.045em; line-height: 1.15; margin: 10px 0 18px; }
.ma-featured-copy > p:not(.wd-project-type) { font-size: 15px; line-height: 1.8; color: var(--sg-text); }
.ma-featured-copy .wd-feature-list { margin-block: 22px; }
.mobile-app-page .ma-app-preview { padding: 28px 28px 18px; }
.ma-preview-carnic { background: #30313d; }
.ma-preview-mind { background: #302a49; }
.ma-preview-twseel { background: #3b3037; }
.ma-preview-kisan { background: #253c36; }
.ma-preview-alnilen { background: #2e2c49; }
.ma-app-preview .ma-preview-caption { margin-top: 16px; }
.mobile-app-page .ma-delivery-project { margin-top: 36px; margin-bottom: 40px; }
.ma-related-work { display: grid; grid-template-columns: .8fr 1fr 1fr; align-items: start; gap: 38px; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--wd-line); scroll-margin-top: 110px; }
.mobile-app-page .ma-related-work h3 { font-size: 24px; margin-top: 9px; }
.ma-related-work .wd-tool-row { padding-top: 0; border-bottom: 0; }
.ma-related-work .wd-tool-row small { max-width: 320px; }
.ma-platforms { background: var(--sg-deep); border-block: 1px solid var(--wd-line); }
.ma-platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ma-platform { border-top: 1px solid var(--wd-line); padding-top: 26px; }
.ma-platform-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.ma-platform-heading svg { width: 34px; height: 34px; stroke: var(--sg-gold-light); fill: none; stroke-width: 1.5; flex: 0 0 34px; }
.mobile-app-page .ma-platform h3 { font-size: 23px; }
.ma-platform > p { color: var(--sg-text); max-width: 530px; font-size: 15px; line-height: 1.8; }
.ma-platform-foot { display: block; padding-top: 18px; color: var(--sg-muted); font-size: 12px; }
.ma-platform-note { margin-top: 32px; padding: 20px 24px; border-left: 2px solid var(--sg-gold); background: #eba71d08; color: var(--sg-text); font-size: 14px; line-height: 1.8; }
.ma-start-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--wd-line); }
.mobile-app-page .ma-start-grid h3 { font-size: 20px; margin-bottom: 12px; }
.ma-start-grid p { color: var(--sg-text); font-size: 14px; line-height: 1.8; }
.mobile-app-page .ma-steps { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 26px; }
.ma-budget { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: 34px; background: var(--sg-raised); border: 1px solid var(--wd-line); border-radius: 14px; margin-top: 44px; }
.mobile-app-page .ma-budget h3 { font-size: 27px; margin-bottom: 12px; }
.ma-budget p { color: var(--sg-text); font-size: 14px; line-height: 1.8; }
.ma-budget .wd-link { margin-top: 16px; }
.ma-budget ul { list-style: none; margin: 0; padding: 0; }
.ma-budget li { color: var(--sg-text); font-size: 13px; line-height: 1.8; padding-block: 14px; border-bottom: 1px solid var(--wd-line); }
.ma-budget li:first-child { padding-top: 0; }
.ma-budget li:last-child { border: 0; padding-bottom: 0; }
.ma-budget strong { color: var(--sg-white); display: block; font-size: 14px; font-weight: 550; margin-bottom: 4px; }
.mobile-app-page :is(.ma-featured-project,.ma-related-work) svg.ma-arrow,.mobile-app-page svg.ma-arrow { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; flex-shrink: 0; }
/* Pictorial app capabilities: local CSS and inline icons keep these examples light. */
.ma-app-scope { scroll-margin-top: 80px; }
.ma-scope-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 38px; }
.ma-scope-intro > p { color: var(--sg-text); font-size: 16px; line-height: 1.8; max-width: 500px; margin-bottom: 16px; }
.ma-capability-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.ma-capability { min-width: 0; overflow: hidden; border: 1px solid var(--wd-line); border-radius: 18px; background: var(--sg-raised); }
.ma-capability-visual { position: relative; height: 288px; overflow: hidden; background: #141c40; border-bottom: 1px solid var(--wd-line); }
.ma-visual-label { position: absolute; top: 20px; left: 24px; color: #c3cbe0; font-size: 12px; z-index: 3; }
.ma-scene { position: relative; width: 340px; max-width: 100%; height: 100%; margin-inline: auto; }
.ma-capability-visual svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ma-scene-caption { position: absolute; bottom: 16px; left: 0; width: 100%; text-align: center; font-size: 12px; color: #c3cbe0; }
.ma-mini-phone { position: absolute; width: 138px; background: #f8f9fc; color: #11173f; border: 4px solid #65718e; border-radius: 23px; box-shadow: 0 14px 30px #070a2140; padding: 21px 11px 12px; }
.ma-phone-speaker { position: absolute; width: 29px; height: 4px; left: calc(50% - 14.5px); top: 7px; border-radius: 4px; background: #c4cbda; }
.ma-shop-phone { top: 42px; left: 43px; transform: rotate(-5deg); }
.ma-mini-phone > strong { display: block; font-size: 13px; font-weight: 700; }
.ma-shop-item { display: grid; place-items: center; height: 58px; margin-block: 8px; color: #8b5e05; background: #fff0cb; border-radius: 9px; }
.ma-shop-item svg { width: 36px; height: 36px; }
.ma-mini-label { display: block; font-size: 11px; margin-bottom: 8px; }
.ma-mini-action { display: flex; justify-content: center; align-items: center; gap: 6px; padding: 7px 5px; background: #eba71d; color: #11173f; border-radius: 6px; font-size: 11px; font-weight: 750; }
.ma-mini-action svg { width: 14px; height: 14px; }
.ma-order-note { position: absolute; right: 10px; top: 117px; display: flex; align-items: center; gap: 10px; padding: 15px; border: 1px solid #f7dda0; border-radius: 12px; color: #11173f; background: #fff8e8; box-shadow: 0 10px 24px #070a2130; }
.ma-illustration-icon { display: grid; place-items: center; width: 30px; height: 30px; background: #eba71d; border-radius: 50%; flex-shrink: 0; }
.ma-order-note strong,.ma-order-note div > span { display: block; white-space: nowrap; }
.ma-order-note strong { font-size: 13px; margin-bottom: 3px; }
.ma-order-note div > span { font-size: 10px; color: #606777; }
.ma-route-map { position: absolute; left: 31px; top: 57px; width: 278px; height: 148px; transform: rotate(-7deg); border: 1px solid #435179; border-radius: 15px; overflow: hidden; background: #1d294d; }
.ma-route-map > svg { width: 100%; height: 100%; }
.ma-route-map .ma-map-street { stroke: #344365; stroke-width: 12; }
.ma-route-map .ma-delivery-route { stroke: #eba71d; stroke-width: 3; stroke-dasharray: 6 6; }
.ma-route-map circle { fill: #eba71d; stroke: #11173f; stroke-width: 3; }
.ma-task-panel { position: absolute; top: 80px; left: 56px; width: 228px; border: 1px solid #e1e5ef; border-radius: 12px; padding: 14px 16px; background: #f8f9fc; color: #11173f; box-shadow: 0 12px 30px #070a2140; }
.ma-task-title { display: flex; align-items: center; gap: 10px; padding-bottom: 11px; border-bottom: 1px solid #dce1eb; font-size: 13px; }
.ma-task-title svg { color: #8b5e05; }
.ma-task-row { display: flex; align-items: center; gap: 9px; font-size: 11px; margin-top: 12px; }
.ma-task-dot { width: 6px; height: 6px; background: #b0bacd; border-radius: 50%; }
.ma-task-row svg { width: 15px; height: 15px; margin-left: auto; color: #8b5e05; }
.ma-done-note { position: absolute; top: 186px; right: 29px; display: flex; align-items: center; gap: 7px; background: #eba71d; color: #11173f; padding: 8px 13px; border-radius: 30px; font-weight: 700; font-size: 12px; box-shadow: 0 6px 18px #070a2140; }
.ma-done-note svg { width: 17px; height: 17px; }
.ma-business-panel { position: absolute; top: 59px; left: 20px; width: calc(100% - 40px); border: 1px solid #71809d; border-radius: 12px; overflow: hidden; background: #f8f9fc; color: #11173f; box-shadow: 0 14px 30px #070a2140; }
.ma-business-bar { display: flex; align-items: center; gap: 30px; padding: 11px 14px; background: #273459; color: #f7f8ff; font-size: 12px; }
.ma-window-dots { display: flex; gap: 4px; }
.ma-window-dots i { display: block; width: 4px; height: 4px; background: #adb8d0; border-radius: 50%; }
.ma-business-tools { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 14px; }
.ma-business-tools > div { display: flex; flex-direction: column; align-items: center; gap: 7px; background: #eef0f6; border-radius: 8px; padding: 10px 4px; font-size: 11px; }
.ma-business-tools svg { color: #8b5e05; }
.ma-business-update { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #fff0cb; font-size: 11px; }
.ma-business-update > span { width: 6px; height: 6px; border-radius: 50%; background: #8b5e05; }
.ma-business-update svg { margin-left: auto; width: 16px; height: 16px; }
.ma-upgrade-scene { display: flex; align-items: flex-start; justify-content: center; gap: 20px; padding-top: 50px; }
.ma-old-app,.ma-new-app { width: 100px; }
.ma-old-app > span,.ma-new-app > span { display: block; text-align: center; font-size: 11px; color: #aeb8d0; margin-bottom: 8px; }
.ma-new-app > span { color: #f5cd73; }
.ma-upgrade-phone { height: 146px; padding: 15px 9px 11px; border: 3px solid #67748f; border-radius: 17px; background: #24304e; }
.ma-old-app .ma-upgrade-phone { transform: rotate(-5deg); }
.ma-old-lines { display: grid; gap: 5px; }
.ma-old-lines i { height: 4px; border-radius: 2px; background: #64718d; }
.ma-old-lines i:nth-child(2) { width: 70%; }
.ma-old-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-block: 12px; }
.ma-old-boxes i { height: 20px; border: 1px solid #67748f; border-radius: 3px; }
.ma-upgrade-arrow { display: grid; place-items: center; height: 34px; width: 34px; margin-top: 80px; color: #f5cd73; border: 1px solid #eba71d60; border-radius: 50%; }
.ma-upgrade-arrow svg { width: 19px; height: 19px; }
.ma-new-app .ma-upgrade-phone { color: #11173f; background: #f8f9fc; border-color: #b6a674; transform: rotate(5deg); }
.ma-new-app strong { display: block; font-size: 11px; }
.ma-new-menu { display: flex; gap: 6px; margin-block: 10px; }
.ma-new-menu > span { display: grid; place-items: center; width: 32px; height: 33px; border-radius: 6px; background: #fff0cb; color: #8b5e05; }
.ma-new-menu svg { width: 19px; height: 19px; }
.ma-new-line { width: 70%; height: 4px; border-radius: 2px; background: #d5dbea; margin-bottom: 12px; }
.ma-new-app .ma-mini-action { padding: 6px 3px; font-size: 10px; }
.ma-capability-copy { padding: 26px 28px 28px; }
.mobile-app-page .ma-capability-copy h3 { font-size: clamp(21px,1.9vw,25px); line-height: 1.25; letter-spacing: -.025em; margin-bottom: 12px; }
.ma-capability-copy > p { color: var(--sg-text); font-size: 15px; line-height: 1.8; max-width: 510px; }
.ma-capability-tags { display: flex; flex-wrap: wrap; gap: 7px 18px; list-style: none; margin: 20px 0 0; padding: 0; }
.ma-capability-tags li { font-size: 12px; color: #f5cd73; display: flex; align-items: center; gap: 7px; }
.ma-capability-tags li::before { content: ''; width: 4px; height: 4px; background: currentColor; border-radius: 50%; }
.ma-scope-example-note { text-align: center; color: var(--sg-muted); font-size: 12px; line-height: 1.7; margin-top: 23px; }
@media (prefers-reduced-motion:no-preference) {
  .ma-scene-float { animation: ma-scope-float 6s ease-in-out infinite; }
  .ma-done-note { animation-delay: -3s; }
  .ma-capability:hover .ma-scene-float { animation-play-state: paused; }
  @keyframes ma-scope-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
}
@media (max-width:900px) {
  .ma-scope-heading { gap: 36px; }
  .ma-capability-grid { gap: 22px; }
  .ma-capability-copy { padding: 23px; }
  .ma-scope-intro > p,.ma-capability-copy > p { font-size: 14px; }
}
@media (max-width:700px) {
  .ma-scope-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
  .ma-scope-heading h2 br { display: none; }
  .ma-scope-intro > p { margin-bottom: 10px; }
  .ma-capability-grid { grid-template-columns: 1fr; }
  .ma-capability-visual { height: 288px; }
  .ma-capability-copy { padding: 24px; }
  .ma-visual-label { left: 22px; }
  .ma-capability-copy > p { font-size: 15px; }
  .ma-scope-example-note { text-align: left; }
}
@media (max-width:420px) {
  .ma-scene { width: 280px; }
  .ma-shop-phone { left: 18px; }
  .ma-order-note { padding: 12px; gap: 7px; }
  .ma-order-note div > span { font-size: 9px; }
  .ma-task-panel { width: calc(100% - 62px); left: 31px; }
  .ma-route-map { width: calc(100% - 32px); left: 16px; }
  .ma-done-note { right: 9px; }
  .ma-business-panel { left: 8px; width: calc(100% - 16px); }
  .ma-upgrade-scene { gap: 14px; }
  .ma-capability-copy { padding: 22px 20px; }
}
@media (max-width:370px) {
  .ma-old-app,.ma-new-app { width: 90px; }
  .ma-upgrade-scene { gap: 12px; }
  .ma-new-menu > span { width: 28px; }
}
@media (max-width:1199px) {
  .mobile-app-page .ma-hero-visual { height: 370px; }
  .ma-device-main { width: 166px; left: 10%; }
  .ma-device-back { width: 149px; right: 8%; top: 57px; }
  .ma-featured-copy { padding: 28px; }
  .ma-phone-pair { gap: 18px; height: 304px; }
  .ma-phone-pair .ma-phone { flex-basis: 145px; }
  .ma-featured-preview .ma-phone-pair { height: 330px; gap: 20px; }
  .ma-featured-preview .ma-phone { flex-basis: 152px; }
  .ma-budget { gap: 40px; }
}
@media (max-width:900px) {
  .mobile-app-page .ma-hero-visual { height: 330px; }
  .ma-device-main { width: 148px; left: 2%; top: 30px; }
  .ma-device-back { width: 131px; right: 0; top: 56px; }
  .ma-phone { border-width: 4px; border-radius: 22px; }
  .ma-featured-project { grid-template-columns: 1fr 1fr; }
  .ma-featured-preview { padding-inline: 18px; }
  .ma-featured-preview .ma-phone-pair { height: 294px; gap: 12px; }
  .ma-featured-preview .ma-phone { flex-basis: 135px; }
  .mobile-app-page .ma-app-preview { padding-inline: 18px; }
  .ma-phone-pair { height: 270px; gap: 14px; }
  .ma-phone-pair .ma-phone { border-width: 3px; border-radius: 18px; }
  .ma-featured-copy { padding: 24px; }
  .mobile-app-page .ma-featured-copy h3 { font-size: 32px; }
  .ma-featured-copy > p:not(.wd-project-type) { font-size: 14px; }
  .ma-related-work { gap: 28px; }
  .ma-start-grid { gap: 24px; }
  .mobile-app-page .ma-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ma-budget { grid-template-columns: 1fr 1fr; gap: 28px; padding: 26px; }
}
@media (max-width:700px) {
  .mobile-app-page .ma-hero-visual { height: 375px; max-width: 440px; margin-inline: auto; }
  .ma-device-main { width: 165px; left: 12%; }
  .ma-device-back { width: 147px; right: 9%; top: 62px; }
  .ma-featured-project { grid-template-columns: 1fr; margin-bottom: 36px; }
  .ma-featured-preview { padding: 28px 24px 20px; }
  .ma-featured-preview .ma-phone-pair { height: 330px; gap: 24px; }
  .ma-featured-preview .ma-phone { flex-basis: 154px; }
  .ma-featured-copy { padding: 28px; }
  .mobile-app-page .ma-app-preview { padding: 26px 24px 18px; }
  .ma-phone-pair { height: 320px; gap: 24px; }
  .ma-phone-pair .ma-phone { flex-basis: 152px; }
  .ma-related-work { grid-template-columns: 1fr; gap: 26px; }
  .ma-related-work .wd-tool-row { padding-bottom: 22px; border-bottom: 1px solid var(--wd-line); }
  .ma-platform-grid,.ma-start-grid { grid-template-columns: 1fr; gap: 30px; }
  .ma-start-grid { margin-top: 32px; }
  .mobile-app-page .ma-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ma-budget { grid-template-columns: 1fr; padding: 24px; gap: 26px; }
}
@media (max-width:420px) {
  .mobile-app-page .ma-hero-visual { height: 322px; }
  .ma-device-main { width: 139px; left: 6%; }
  .ma-device-back { width: 123px; right: 4%; top: 55px; }
  .ma-hero-device .ma-phone { border-radius: 20px; }
  .ma-featured-preview,.mobile-app-page .ma-app-preview { padding-inline: 18px; }
  .ma-featured-preview .ma-phone-pair,.ma-phone-pair { height: 285px; gap: 14px; }
  .ma-featured-preview .ma-phone,.ma-phone-pair .ma-phone { flex-basis: 132px; }
  .ma-featured-copy { padding: 24px; }
  .mobile-app-page .ma-steps { grid-template-columns: 1fr; }
}
@media (min-width:1101px) {
  .mobile-app-page .wd-hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 48px; }
  .mobile-app-page .wd-hero h1 { max-width: 600px; font-size: clamp(44px,3.8vw,56px); }
}
@media (min-width:1101px) and (max-height:760px) {
  .mobile-app-page .wd-hero { padding-top: 12px; }
  .mobile-app-page .wd-hero-grid { padding: 18px 0 24px; }
  .mobile-app-page .wd-hero h1 { font-size: 44px; line-height: 1.04; }
  .mobile-app-page .wd-lead { margin-top: 14px; font-size: 16px; line-height: 1.5; }
  .mobile-app-page .wd-hero-detail { margin-top: 10px; line-height: 1.6; }
  .mobile-app-page .ma-hero-benefits { margin-top: 10px; }
  .mobile-app-page .wd-actions { margin-top: 18px; }
  .mobile-app-page .ma-hero-visual { height: 330px; }
  .ma-device-main { width: 143px; left: 20%; top: 28px; }
  .ma-device-back { width: 129px; right: 14%; top: 48px; }
  .mobile-app-page .wd-project-strip { padding-block: 8px; }
}
@media (prefers-reduced-motion:reduce) {
  .ma-hero-device,.ma-phone-pair .ma-phone { transition: none; }
  .ma-device-main:hover { transform: rotate(-5deg); }
  .ma-device-back:hover { transform: rotate(7deg); }
  .ma-featured-preview:hover .ma-phone,.ma-app-preview:hover .ma-phone { transform: none; }
}

/* Connected product path: one visual system from users to operations. */
.ma-system-section { background: #0d1434; border-block: 1px solid var(--wd-line); }
.ma-system-map { display: grid; grid-template-columns: minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr); align-items: stretch; gap: 0; margin-top: 42px; }
.ma-system-node { position: relative; min-width: 0; padding: 24px 22px; border: 1px solid #ffffff18; border-radius: 18px; background: linear-gradient(155deg,#1a244b,#121a3a); overflow: hidden; }
.ma-system-node::after { content: ''; position: absolute; width: 92px; height: 92px; border-radius: 50%; right: -42px; bottom: -50px; background: var(--ma-node-accent,#eba71d); opacity: .12; }
.ma-system-people { --ma-node-accent:#4fd1c5; }
.ma-system-app { --ma-node-accent:#eba71d; }
.ma-system-connect { --ma-node-accent:#60a5fa; }
.ma-system-ops { --ma-node-accent:#a78bfa; }
.ma-system-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 34px; color: var(--ma-node-accent); border: 1px solid color-mix(in srgb,var(--ma-node-accent) 45%,transparent); border-radius: 14px; background: color-mix(in srgb,var(--ma-node-accent) 10%,transparent); }
.ma-system-icon svg { width: 25px; height: 25px; }
.ma-system-node strong,.ma-system-node small { display: block; }
.ma-system-node strong { color: var(--sg-white); font-size: 17px; line-height: 1.35; margin-bottom: 9px; }
.ma-system-node small { color: var(--sg-text); font-size: 12px; line-height: 1.65; }
.ma-system-connector { position: relative; align-self: center; height: 1px; background: linear-gradient(90deg,#ffffff18,#eba71d99); }
.ma-system-connector::after { content: ''; position: absolute; top: -4px; right: -1px; width: 9px; height: 9px; border-top: 1px solid #eba71d; border-right: 1px solid #eba71d; transform: rotate(45deg); }
.ma-enterprise-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 30px; }
.ma-enterprise-grid article { padding: 24px 25px 26px; border-top: 1px solid #eba71d70; background: #ffffff05; }
.ma-enterprise-grid span { display: block; margin-bottom: 22px; color: #f5cd73; font-size: 11px; letter-spacing: .14em; }
.mobile-app-page .ma-enterprise-grid h3 { color: var(--sg-white); font-size: 18px; margin-bottom: 10px; }
.ma-enterprise-grid p { color: var(--sg-text); font-size: 13px; line-height: 1.75; }
@media (prefers-reduced-motion:no-preference) {
  .ma-system-node { transition: transform .28s ease,border-color .28s ease; }
  .ma-system-node:hover { transform: translateY(-5px); border-color: color-mix(in srgb,var(--ma-node-accent) 55%,transparent); }
}
@media (max-width:1000px) {
  .ma-system-map { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
  .ma-system-connector { display: none; }
}
@media (max-width:700px) {
  .ma-system-map,.ma-enterprise-grid { grid-template-columns: 1fr; }
  .ma-system-node { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; padding: 20px; }
  .ma-system-icon { margin: 0; }
  .ma-enterprise-grid { gap: 14px; }
}
@media (prefers-reduced-motion:reduce) {
  .ma-system-node { transition: none; }
}
