.app-page {
    --app-ink: var(--ma-ink);
    --app-text: rgba(0, 0, 0, .75);
    --app-muted: var(--ma-muted);
    --app-gold: var(--ma-gold);
    --app-gold-soft: var(--ma-gold-bright);
    --app-line: var(--ma-line);
    --app-surface: var(--ma-surface);
    --app-soft: var(--ma-soft);
    position: relative;
    z-index: 1;
    color: var(--app-ink);
    font: 300 16px/1.618 "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: clip;
}
.app-shell { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: 28px; }
.app-page em { color: var(--app-gold); font-style: normal; }
.app-page h1, .app-page h2, .app-page h3, .app-page p { margin: 0; }
.app-page button, .app-page input, .app-page select, .app-page textarea { font: inherit; }
.app-page svg { display: block; }
.app-hero { padding-top: clamp(26px,3.4vw,48px); }
.app-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: clamp(18px,2.4vw,30px); color: rgba(0,0,0,.55); font-size: 14px; }
.app-breadcrumb a { transition: color .25s; }
.app-breadcrumb a:hover { color: var(--app-gold); }
.app-hero-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(32px,5vw,64px); align-items: center; }
.app-eyebrow { height: 36px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; border-radius: 999px; color: var(--app-gold); background: rgba(255,183,0,.1); font-size: 14px; font-weight: 600; }
.app-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--app-gold); }
.app-hero h1 { margin-top: 20px; font-size: clamp(31px,3vw,49px); font-weight: 300; line-height: 1.2; letter-spacing: -.025em; }
.app-hero h1 em { font-weight: 700; }
.app-hero h1 small { max-width: 24em; display: block; margin-top: 10px; color: var(--app-text); font-size: clamp(18px,1.7vw,24px); font-weight: 500; line-height: 1.3; letter-spacing: -.02em; }
.app-hero-grid > div > p { max-width: 36em; margin-top: 22px; color: var(--app-muted); font-size: clamp(15px,1.15vw,17px); line-height: 1.618; }
.app-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.app-btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 500; transition: transform .25s,box-shadow .25s,background .25s,border-color .25s; }
.app-btn:hover { transform: translateY(-2px); }
.app-btn-primary { color: #241a00 !important; background: linear-gradient(135deg,#ffd700,#ffa500); box-shadow: 0 20px 25px -8px rgba(255,183,0,.36); }
.app-btn-primary:hover { box-shadow: 0 12px 20px -7px rgba(255,183,0,.82); }
.app-btn-outline { color: var(--ma-green) !important; border-color: var(--ma-green); background: rgba(255,255,255,.65); box-shadow: 0 18px 25px -12px rgba(12,142,57,.4); }
.app-btn-outline:hover { border-color: var(--ma-green); background: #fff; }
.app-rating { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.app-rating > span { color: var(--app-gold-soft); font-size: 21px; letter-spacing: 2px; line-height: 1; }
.app-rating p { color: var(--app-muted); font-size: 15px; }
.app-hero-art { position: relative; }
.app-hero-art i { position: absolute; left: 6%; right: 6%; bottom: 8%; height: 52%; border-radius: 999px; background: radial-gradient(ellipse at center,rgba(255,183,0,.18),rgba(255,183,0,0) 70%); }
.app-hero-art img { position: relative; width: 100%; max-height: 620px; margin-inline: auto; object-fit: contain; }

.app-section { padding-top: clamp(64px,8vw,110px); }
.app-section-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.app-section-heading h2, .app-faq-intro h2, .app-contact h2 { max-width: 26em; font-size: clamp(26px,2.5vw,41px); font-weight: 700; line-height: 1.25; letter-spacing: -.025em; text-wrap: balance; }
.app-section-heading > p { max-width: 60em; margin-top: 18px; color: var(--app-muted); font-size: clamp(15px,1.15vw,17px); line-height: 1.618; }

.app-pricing { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; margin-top: clamp(32px,4vw,48px); align-items: stretch; }
.app-plan { display: flex; flex-direction: column; padding: 32px 28px; border: 1px solid var(--app-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 44px -32px rgba(0,0,0,.32); transition: transform .3s,box-shadow .3s,border-color .3s; }
.app-plan:hover { transform: translateY(-6px); border-color: rgba(255,183,0,.45); box-shadow: 0 28px 58px -30px rgba(0,0,0,.42); }
.app-plan.is-featured { color: #fff; border-color: var(--app-ink); background: var(--app-ink); box-shadow: 0 30px 64px -30px rgba(0,0,0,.65); }
.app-plan.is-featured:hover { border-color: var(--app-gold-soft); box-shadow: 0 36px 72px -28px rgba(255,183,0,.75); }
.app-popular { align-self: flex-start; height: 28px; display: inline-flex; align-items: center; margin-bottom: 14px; padding: 0 13px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,255,255,.2); font-size: 12.5px; font-weight: 600; }
.app-plan > small { color: rgba(0,0,0,.55); font-size: 14px; font-weight: 600; letter-spacing: .1em; }
.app-plan.is-featured > small { color: rgba(255,255,255,.8); }
.app-plan h3 { margin-top: 6px; font-size: clamp(24px,2.3vw,30px); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.app-price { margin-top: 16px !important; color: var(--app-gold); font-size: clamp(22px,2vw,27px); font-weight: 700; line-height: 1.25; letter-spacing: -.03em; }
.app-price span { color: rgba(0,0,0,.55); font-size: 15px; font-weight: 600; letter-spacing: 0; }
.app-plan.is-featured .app-price { color: #fff; }
.app-plan.is-featured .app-price span { color: rgba(255,255,255,.8); }
.app-plan-desc { min-height: 3.3em; margin: 12px 0 22px !important; color: var(--app-muted); font-size: 15px; line-height: 1.65; }
.app-plan.is-featured .app-plan-desc { color: rgba(255,255,255,.86); }
.app-plan ul { flex: 1; display: flex; flex-direction: column; gap: 11px; margin: 0 0 26px; padding: 22px 0 0; border-top: 1px solid var(--app-line); list-style: none; }
.app-plan.is-featured ul { border-color: rgba(255,255,255,.25); }
.app-plan li { display: flex; align-items: flex-start; gap: 11px; color: var(--app-text); font-size: 15px; line-height: 1.6; }
.app-plan.is-featured li { color: rgba(255,255,255,.92); }
.app-plan li svg { width: 15px; height: 15px; flex: none; margin-top: 4px; fill: none; stroke: var(--app-gold); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.app-plan.is-featured li svg { stroke: #fff; }
.app-plan-button { min-height: 50px; border: 0; border-radius: 999px; color: #241a00; background: linear-gradient(135deg,#ffd700,#ffa500); font-size: 15px; font-weight: 500; cursor: pointer; transition: transform .25s,box-shadow .25s; }
.app-plan-button:hover { transform: translateY(-2px); box-shadow: 0 12px 20px -7px rgba(255,183,0,.82); }

.app-process { width: 100%; }
.app-step-rail { display: flex; gap: 26px; padding: 40px 0 28px; overflow-x: auto; overscroll-behavior-x: contain; cursor: grab; touch-action: pan-x; scrollbar-width: none; scroll-snap-type: x mandatory; }
.app-step-rail::-webkit-scrollbar { display: none; }
.app-step-card { position: relative; width: 344px; flex: none; padding: 44px 28px 28px; scroll-snap-align: start; text-align: center; border: 1px solid var(--app-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 48px -36px rgba(0,0,0,.4); transition: border-color .3s,box-shadow .3s,transform .3s; }
.app-step-card:hover { transform: translateY(-6px); border-color: var(--app-gold); box-shadow: 0 28px 56px -30px rgba(255,183,0,.55); }
.app-step-number { position: absolute; top: -14px; left: 50%; height: 30px; display: inline-flex; align-items: center; padding: 0 16px; transform: translateX(-50%); border-radius: 999px; color: #241a00; background: linear-gradient(135deg,#ffd700,#ffa500); box-shadow: 0 8px 20px -10px rgba(255,183,0,.9); font-size: 13.5px; font-weight: 700; white-space: nowrap; }
.app-step-icon { width: 170px; height: 170px; display: grid; place-items: center; margin: 14px auto 22px; border: 1px solid rgba(255,183,0,.16); border-radius: 50%; background: rgba(255,183,0,.06); }
.app-step-icon svg { width: 66px; height: 66px; fill: none; stroke: var(--app-gold); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.app-step-card h3 { margin-bottom: 12px; font-size: 19px; font-weight: 700; line-height: 1.35; letter-spacing: -.015em; }
.app-step-card p { color: var(--app-muted); font-size: 15.5px; line-height: 1.7; text-align: left; }
.app-drag-hint { padding: 0 28px; color: rgba(0,0,0,.55); font-size: 14px; text-align: center; }
.app-step-dots { display: flex; justify-content: center; align-items: center; gap: 9px; padding: 14px 28px 0; }
.app-step-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(0,0,0,.2); cursor: pointer; transition: width .3s,background .3s; }
.app-step-dots button.active { width: 30px; background: var(--app-gold); }

.app-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: clamp(32px,4vw,48px); }
.app-benefit { padding: 32px 28px; border: 1px solid var(--app-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 44px -32px rgba(0,0,0,.3); transition: border-color .3s,box-shadow .3s,transform .3s; }
.app-benefit:hover { transform: translateY(-5px); border-color: var(--app-gold); box-shadow: 0 26px 54px -30px rgba(255,183,0,.5); }
.app-benefit > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,183,0,.09); }
.app-benefit svg { width: 26px; height: 26px; fill: none; stroke: var(--app-gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.app-benefit h3 { margin: 22px 0 10px; font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -.015em; }
.app-benefit p { color: var(--app-muted); font-size: 15.5px; line-height: 1.7; }

.app-brands { padding-top: clamp(56px,7vw,96px); }
.app-brand-rows { display: flex; flex-direction: column; gap: 4px; margin-top: 28px; }
.app-logo-marquee { padding: 8px 0; mask-image: linear-gradient(90deg,transparent,#000 90px,#000 calc(100% - 90px),transparent); }
.app-brand-card { width: 212px; height: 112px; flex: none; display: grid; place-items: center; padding: 18px; border: 1px solid var(--app-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px -28px rgba(0,0,0,.4); transition: transform .3s,border-color .3s,box-shadow .3s; }
.app-brand-card:hover { transform: translateY(-5px); border-color: rgba(255,183,0,.45); box-shadow: 0 22px 44px -26px rgba(255,183,0,.5); }
.app-brand-card img { width: 100%; height: 52px; object-fit: contain; }

.app-faq { display: grid; grid-template-columns: minmax(300px,450px) minmax(0,1fr); gap: clamp(28px,3.4vw,56px); align-items: start; }
.app-faq-intro { position: sticky; top: 112px; }
.app-faq-intro > p { margin-top: 18px; color: var(--app-muted); line-height: 1.75; }
.app-hotline { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 18px 20px; border: 1px solid var(--app-line); border-radius: 16px; background: #fff; box-shadow: 0 16px 40px -34px rgba(0,0,0,.45); transition: transform .25s,border-color .25s; }
.app-hotline:hover { transform: translateY(-2px); border-color: var(--app-gold); }
.app-hotline > span { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 13px; color: var(--app-gold); background: rgba(255,183,0,.1); font-size: 20px; font-style: normal; }
.app-hotline i { display: flex; flex-direction: column; color: rgba(0,0,0,.55); font-size: 13px; font-style: normal; }
.app-hotline strong { color: var(--app-ink); font-size: 18px; }
.app-faq-intro .app-btn { width: 100%; margin-top: 12px; }
.app-faq-list { display: flex; flex-direction: column; gap: 12px; }
.app-faq-list details { border: 1px solid var(--app-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 40px -34px rgba(0,0,0,.45); }
.app-faq-list summary { display: flex; align-items: center; gap: 16px; padding: 20px 24px; cursor: pointer; list-style: none; }
.app-faq-list summary::-webkit-details-marker { display: none; }
.app-faq-list summary > span { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 11px; color: var(--app-gold); background: rgba(255,183,0,.1); font-size: 14px; font-weight: 700; }
.app-faq-list summary strong { flex: 1; font-size: 17px; font-weight: 600; line-height: 1.4; letter-spacing: -.01em; transition: color .2s; }
.app-faq-list summary i { position: relative; width: 18px; height: 18px; flex: none; }
.app-faq-list summary i::before, .app-faq-list summary i::after { content: ''; position: absolute; top: 8px; left: 1px; width: 16px; height: 2px; background: var(--app-gold); transition: transform .3s; }
.app-faq-list summary i::after { transform: rotate(90deg); }
.app-faq-list details[open] summary strong { color: var(--app-gold); }
.app-faq-list details[open] summary i::after { transform: rotate(0); }
.app-faq-list details > div { padding: 0 24px 22px 74px; }
.app-faq-list details p { color: var(--app-muted); font-size: 16px; line-height: 1.75; }

.app-contact { margin-top: clamp(64px,8vw,110px); color: #fff; background: linear-gradient(180deg,#1d1512,#251a15 55%,#150f0d); }
.app-contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(36px,5vw,72px); align-items: start; padding-top: clamp(56px,7vw,90px); padding-bottom: clamp(56px,7vw,90px); }
.app-contact h2 { color: #fff; }
.app-contact-copy > p { max-width: 36em; margin-top: 22px; color: rgba(255,255,255,.82); line-height: 1.8; }
.app-contact-links { max-width: 440px; display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.app-contact-links a { display: flex; align-items: center; gap: 16px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; color: #fff; background: rgba(255,255,255,.06); transition: transform .25s,background .25s; }
.app-contact-links a:hover { transform: translateY(-3px); background: rgba(255,255,255,.11); }
.app-contact-links a > span { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; color: #241a00; background: linear-gradient(135deg,#ffd700,#ffa500); font-size: 19px; font-weight: 700; }
.app-contact-links i { display: flex; flex-direction: column; color: rgba(255,255,255,.65); font-size: 13px; font-style: normal; }
.app-contact-links strong { color: #fff; font-size: 17px; }
.app-contact-form { padding: clamp(26px,3vw,42px); border-radius: 28px; color: var(--app-ink); background: var(--app-surface); box-shadow: -12px -12px 0 rgba(255,255,255,.08); }
.app-contact-form > p { margin-bottom: 24px; color: var(--app-muted); font-size: 16.5px; line-height: 1.7; text-align: center; }
.app-contact-form form { display: flex; flex-direction: column; gap: 16px; }
.app-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.app-field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.app-field label { color: rgba(0,0,0,.75); font-size: 13px; font-weight: 600; }
.app-field label span { color: #b42318; }
.app-contact-form input, .app-contact-form select, .app-contact-form textarea { width: 100%; min-width: 0; padding: 0 18px; border: 1px solid rgba(0,0,0,.16); border-radius: 14px; outline: 0; color: var(--app-ink); background: #fff; }
.app-contact-form input, .app-contact-form select { height: 56px; }
.app-contact-form textarea { padding-block: 16px; line-height: 1.6; resize: vertical; }
.app-contact-form input:focus, .app-contact-form select:focus, .app-contact-form textarea:focus { border-color: var(--app-gold); box-shadow: 0 0 0 3px rgba(255,183,0,.16); }
.app-contact-form button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; color: #241a00; background: linear-gradient(135deg,#ffd700,#ffa500); font-size: 15px; font-weight: 500; cursor: pointer; box-shadow: 0 20px 25px -8px rgba(255,183,0,.36); }
.app-contact-form button:disabled { cursor: wait; opacity: .65; }
.app-contact-form small { color: rgba(0,0,0,.55); font-size: 12px; line-height: 1.5; text-align: center; }
.app-form-message { margin-bottom: 16px; padding: 12px 14px; border: 1px solid #bfe8cf; border-radius: 12px; color: #1f5c3d; background: #e8f7ee; font-size: 14px; font-weight: 500; line-height: 1.55; }
.app-form-message.is-error { border-color: #f6c9c6; color: #a32620; background: #fcebea; }
.app-honeypot { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.app-js .app-reveal { opacity: 0; transform: translateY(18px) scale(.985); transition: opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1); }
.app-js .app-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .app-pricing { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
    .app-hero-grid, .app-contact-grid { grid-template-columns: 1fr; }
    .app-hero-art { max-width: 720px; margin-inline: auto; }
    .app-benefits { grid-template-columns: 1fr; }
    .app-faq { grid-template-columns: 1fr; }
    .app-faq-intro { position: static; max-width: 620px; }
}

@media (max-width: 680px) {
    .app-shell { padding-inline: 16px; }
    .app-hero { padding-top: 22px; }
    .app-hero h1 { font-size: 31px; }
    .app-actions { flex-direction: column; }
    .app-actions .app-btn { width: 100%; }
    .app-rating { align-items: flex-start; flex-direction: column; gap: 8px; }
    .app-pricing { grid-template-columns: 1fr; }
    .app-plan { padding: 28px 22px; }
    .app-plan-desc { min-height: 0; }
    .app-step-rail { padding-inline: 0; }
    .app-step-card { width: min(344px,86vw); padding-inline: 22px; }
    .app-step-icon { width: 140px; height: 140px; }
    .app-logo-marquee { mask-image: linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent); }
    .app-brand-card { width: 168px; height: 92px; }
    .app-faq-list summary { gap: 12px; padding: 18px 16px; }
    .app-faq-list summary strong { font-size: 15.5px; }
    .app-faq-list details > div { padding: 0 18px 20px 62px; }
    .app-form-row { grid-template-columns: 1fr; }
    .app-contact-form { border-radius: 22px; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
    .app-js .app-reveal { opacity: 1; transform: none; }
}
