.web-page {
    --web-ink: var(--ma-ink);
    --web-text: rgba(0, 0, 0, .75);
    --web-muted: var(--ma-muted);
    --web-gold: var(--ma-gold);
    --web-gold-bright: var(--ma-gold-bright);
    --web-green: var(--ma-green);
    --web-line: var(--ma-line);
    --web-surface: var(--ma-surface);
    --web-soft: var(--ma-soft);
    position: relative;
    z-index: 1;
    color: var(--web-ink);
    font: 300 16px/1.618 "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: clip;
}
.web-shell { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: 28px; }
.web-page em { color: var(--web-gold); font-style: normal; }
.web-page h1, .web-page h2, .web-page h3, .web-page p { margin: 0; }
.web-page button, .web-page input, .web-page select, .web-page textarea { font: inherit; }
.web-page img, .web-page svg { display: block; }
.web-hero { padding-top: clamp(26px, 3.4vw, 48px); }
.web-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; }
.web-breadcrumb a { transition: color .25s; }
.web-breadcrumb a:hover { color: var(--web-gold); }
.web-hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center; }
.web-eyebrow { min-height: 36px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 999px; color: var(--web-gold); background: rgba(255, 183, 0, .1); font-size: 14px; font-weight: 600; }
.web-eyebrow i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--web-gold); }
.web-hero h1 { margin-top: 20px; font-size: clamp(38px, 4.2vw, 62px); font-weight: 300; line-height: 1.1; letter-spacing: -.035em; }
.web-hero h1 > span, .web-hero h1 small { display: block; }
.web-hero h1 em { font-weight: 700; }
.web-hero h1 small { max-width: 24em; margin-top: 12px; color: var(--web-text); font-size: clamp(19px, 1.75vw, 26px); font-weight: 600; line-height: 1.3; letter-spacing: -.025em; text-wrap: balance; }
.web-hero-grid > div > p { max-width: 38em; margin-top: 22px; color: var(--web-muted); font-size: clamp(15px, 1.15vw, 17px); line-height: 1.7; }
.web-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.web-btn { min-height: 48px; 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; }
.web-btn:hover { transform: translateY(-2px); }
.web-btn-primary { color: #241a00 !important; background: linear-gradient(135deg, #ffd700, #ffa500); box-shadow: 0 20px 25px -8px rgba(255, 183, 0, .36); }
.web-btn-primary:hover { box-shadow: 0 12px 20px -7px rgba(255, 183, 0, .72); }
.web-btn-outline { color: var(--web-green) !important; border-color: var(--web-green); background: rgba(255, 255, 255, .65); box-shadow: 0 18px 25px -12px rgba(12, 142, 57, .35); }
.web-btn-outline:hover { background: #fff; }
.web-proof { display: flex; align-items: center; gap: 11px; margin-top: 26px; color: var(--web-muted); font-size: 14.5px; }
.web-proof > span { color: var(--web-gold); font-size: 20px; line-height: 1; }
.web-hero-art { position: relative; align-self: end; }
.web-hero-art i { position: absolute; left: 4%; right: 4%; bottom: 8%; height: 54%; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(255, 183, 0, .2), rgba(255, 183, 0, 0) 70%); }
.web-hero-art img { position: relative; width: 100%; max-height: 660px; margin-inline: auto; object-fit: contain; }
.web-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: clamp(18px, 3vw, 42px); }
.web-stat { padding: 26px 24px; border: 1px solid var(--web-line); border-radius: 22px; background: rgba(255, 255, 255, .82); box-shadow: 0 18px 44px -32px rgba(0, 0, 0, .3); }
.web-stat:nth-child(2) { transform: translateY(28px); }
.web-stat strong { color: var(--web-gold); font-size: clamp(36px, 3.4vw, 50px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.web-stat strong span { color: rgba(0, 0, 0, .25); }
.web-stat h3 { margin-top: 14px; font-size: 18px; font-weight: 600; line-height: 1.35; }
.web-stat p { margin-top: 8px; color: var(--web-muted); font-size: 14px; line-height: 1.65; }
.web-section { padding-top: clamp(72px, 8.5vw, 118px); }
.web-section-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.web-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--web-gold); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.web-kicker::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.web-section-heading h2, .web-contact h2, .web-faq-intro h2 { max-width: 25em; font-size: clamp(27px, 2.8vw, 43px); font-weight: 700; line-height: 1.22; letter-spacing: -.028em; text-wrap: balance; }
.web-section-heading > p { max-width: 60em; margin-top: 18px; color: var(--web-muted); font-size: clamp(15px, 1.15vw, 17px); line-height: 1.7; }
.web-pricing { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: clamp(34px, 4vw, 52px); align-items: stretch; }
.web-plan { position: relative; display: flex; flex-direction: column; padding: 31px 25px; border: 1px solid var(--web-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; }
.web-plan:hover { transform: translateY(-6px); border-color: rgba(255, 183, 0, .48); box-shadow: 0 28px 58px -30px rgba(0, 0, 0, .42); }
.web-plan.is-featured { color: #fff; border-color: var(--web-ink); background: var(--web-ink); box-shadow: 0 30px 64px -30px rgba(0, 0, 0, .65); }
.web-popular { position: absolute; top: 20px; right: 20px; padding: 5px 9px; border-radius: 999px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.web-plan h3 { padding-right: 80px; font-size: 18px; font-weight: 700; letter-spacing: .02em; }
.web-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin-top: 15px !important; font-size: clamp(26px, 2.2vw, 34px); font-weight: 700; line-height: 1; letter-spacing: -.035em; }
.web-price small { flex-basis: 100%; color: var(--web-muted); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: uppercase; }
.web-price span { color: var(--web-muted); font-size: 12px; font-weight: 500; letter-spacing: 0; }
.web-plan.is-featured .web-price small, .web-plan.is-featured .web-price span, .web-plan.is-featured .web-plan-desc { color: rgba(255, 255, 255, .68); }
.web-plan-desc { min-height: 70px; margin-top: 11px !important; color: var(--web-muted); font-size: 14.5px; line-height: 1.55; }
.web-plan ul { flex: 1; display: flex; flex-direction: column; gap: 11px; margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid var(--web-line); list-style: none; }
.web-plan.is-featured ul { border-color: rgba(255, 255, 255, .14); }
.web-plan li { display: flex; align-items: flex-start; gap: 9px; color: var(--web-text); font-size: 13.5px; line-height: 1.55; }
.web-plan.is-featured li { color: rgba(255, 255, 255, .88); }
.web-plan li span { flex: none; color: var(--web-gold); font-weight: 700; }
.web-plan button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 25px; padding: 10px 18px; border: 1px solid var(--web-gold); border-radius: 999px; color: var(--web-gold); background: transparent; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.web-plan button:hover { color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); transform: translateY(-2px); }
.web-contact { margin-top: clamp(76px, 9vw, 124px); padding-block: clamp(64px, 7vw, 94px); color: #fff; background: var(--web-ink); }
.web-contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr); gap: clamp(36px, 6vw, 84px); align-items: center; }
.web-contact .web-kicker { color: var(--web-gold-bright); }
.web-contact h2 { color: #fff; }
.web-contact-copy > p { max-width: 38em; margin-top: 20px; color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.75; }
.web-contact-links { display: grid; gap: 12px; margin-top: 28px; }
.web-contact-links a { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; color: #fff; background: rgba(255, 255, 255, .05); transition: border-color .25s, transform .25s, background .25s; }
.web-contact-links a:hover { border-color: rgba(255, 183, 0, .55); background: rgba(255, 255, 255, .08); transform: translateX(3px); }
.web-contact-links a > span { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-weight: 700; }
.web-contact-links i { display: flex; flex-direction: column; color: rgba(255, 255, 255, .62); font-size: 12px; font-style: normal; }
.web-contact-links strong { color: #fff; font-size: 15px; }
.web-contact-form { padding: clamp(25px, 3vw, 40px); border-radius: 27px; color: var(--web-ink); background: #faf9f7; box-shadow: -10px -10px 0 rgba(255, 255, 255, .08); }
.web-contact-form h3 { font-size: 24px; font-weight: 700; text-align: center; }
.web-contact-form > p { margin: 10px auto 23px; max-width: 36em; color: var(--web-muted); font-size: 14px; text-align: center; }
.web-contact-form form { display: flex; flex-direction: column; gap: 15px; }
.web-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.web-field { display: flex; flex-direction: column; gap: 7px; }
.web-field label { color: rgba(0, 0, 0, .7); font-size: 13px; font-weight: 600; }
.web-field label span { color: #bb331f; }
.web-contact-form input, .web-contact-form select, .web-contact-form textarea { width: 100%; min-width: 0; padding: 0 17px; border: 1px solid rgba(0, 0, 0, .16); border-radius: 13px; outline: 0; color: var(--web-ink); background: #fff; }
.web-contact-form input, .web-contact-form select { height: 54px; }
.web-contact-form textarea { padding-block: 15px; line-height: 1.6; resize: vertical; }
.web-contact-form input:focus, .web-contact-form select:focus, .web-contact-form textarea:focus { border-color: var(--web-gold); box-shadow: 0 0 0 3px rgba(255, 183, 0, .16); }
.web-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: 600; cursor: pointer; box-shadow: 0 20px 25px -8px rgba(255, 183, 0, .3); }
.web-contact-form button:disabled { cursor: wait; opacity: .65; }
.web-contact-form form > small { color: rgba(0, 0, 0, .52); font-size: 11.5px; line-height: 1.5; text-align: center; }
.web-form-message { margin-bottom: 15px; padding: 12px 14px; border: 1px solid #bfe8cf; border-radius: 12px; color: #1f5c3d; background: #e8f7ee; font-size: 13px; font-weight: 500; line-height: 1.55; }
.web-form-message.is-error { border-color: #f6c9c6; color: #a32620; background: #fcebea; }
.web-honeypot { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.web-process { padding-inline: 0; }
.web-process-slider { margin-top: 42px; overflow: hidden; }
.web-step-rail { display: flex; align-items: stretch; gap: 24px; overflow-x: auto; padding: 8px 2px 30px; cursor: grab; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; touch-action: pan-x; }
.web-step-rail:focus-visible { outline: 2px solid var(--web-gold); outline-offset: 5px; border-radius: 18px; }
.web-step-rail.is-dragging { cursor: grabbing; user-select: none; }
.web-step-rail::-webkit-scrollbar { display: none; }
.web-step-card { width: calc((100% - 48px) / 3); flex: none; position: relative; display: flex; flex-direction: column; padding: 27px 25px; border: 1px solid var(--web-line); border-radius: 23px; background: #fff; box-shadow: 0 18px 44px -34px rgba(0, 0, 0, .34); scroll-snap-align: start; }
.web-step-card > span { position: absolute; top: 22px; right: 23px; color: rgba(0, 0, 0, .16); font-size: 22px; font-weight: 700; }
.web-step-icon { width: 74px; height: 74px; position: relative; display: grid; place-items: center; margin-bottom: 22px; border-radius: 22px; background: rgba(255, 183, 0, .1); }
.web-step-icon i { position: absolute; inset: 10px; border: 1px dashed rgba(255, 183, 0, .7); border-radius: 50%; }
.web-step-icon b { color: var(--web-gold); font-size: 22px; font-weight: 600; }
.web-step-card h3 { font-size: 20px; font-weight: 700; }
.web-step-card > p { margin-top: 10px; color: var(--web-muted); font-size: 14.5px; line-height: 1.7; }
.web-step-roles { display: flex; flex-direction: column; gap: 14px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--web-line); }
.web-step-roles > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; align-items: start; }
.web-step-roles dt { color: var(--web-gold); font-size: 10.5px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.web-step-roles dd { margin: 0; color: var(--web-text); font-size: 12.5px; font-weight: 500; line-height: 1.55; }
.web-step-dots { display: flex; justify-content: center; gap: 9px; margin-top: 6px; }
.web-step-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: rgba(0, 0, 0, .17); cursor: pointer; transition: width .25s, background .25s; }
.web-step-dots button.active { width: 27px; background: var(--web-gold); }
.web-drag-hint { margin-top: 13px !important; color: var(--web-muted); font-size: 12px; text-align: center; }
.web-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: clamp(34px, 4vw, 50px); }
.web-project { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 25px; border: 1px solid var(--web-line); border-radius: 22px; background: rgba(255, 255, 255, .86); box-shadow: 0 18px 44px -34px rgba(0, 0, 0, .28); transition: border-color .25s, transform .25s, box-shadow .25s; }
.web-project:hover { border-color: rgba(255, 183, 0, .55); transform: translateY(-3px); box-shadow: 0 26px 52px -34px rgba(255, 183, 0, .5); }
.web-project-no { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; color: var(--web-gold); background: rgba(255, 183, 0, .1); font-size: 18px; font-weight: 700; }
.web-project span { color: var(--web-gold); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.web-project h3 { margin-top: 5px; font-size: 19px; font-weight: 700; }
.web-project p { margin-top: 6px; color: var(--web-muted); font-size: 14px; }
.web-project > b { color: var(--web-gold); font-size: 20px; font-weight: 400; }
.web-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: clamp(34px, 4vw, 50px); }
.web-benefit { position: relative; min-height: 245px; padding: 30px 27px; overflow: hidden; border: 1px solid var(--web-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 44px -34px rgba(0, 0, 0, .28); transition: transform .28s, border-color .28s, box-shadow .28s; }
.web-benefit:hover { transform: translateY(-4px); border-color: rgba(255, 183, 0, .55); box-shadow: 0 28px 56px -34px rgba(255, 183, 0, .45); }
.web-benefit > span { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: var(--web-gold); background: rgba(255, 183, 0, .1); font-size: 14px; font-weight: 700; }
.web-benefit h3 { margin-top: 24px; font-size: 19px; font-weight: 700; }
.web-benefit p { margin-top: 10px; color: var(--web-muted); font-size: 14.5px; line-height: 1.7; }
.web-brands { padding-inline: 0; }
.web-logo-marquee { margin-top: 36px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.web-logo-track { width: max-content; display: flex; gap: 18px; padding: 4px 0; animation: web-logo-scroll 48s linear infinite; }
.web-logo-marquee:hover .web-logo-track { animation-play-state: paused; }
.web-brand-card { width: 190px; height: 106px; flex: none; display: grid; place-items: center; padding: 20px; border: 1px solid var(--web-line); border-radius: 18px; background: #fff; box-shadow: 0 15px 36px -30px rgba(0, 0, 0, .3); }
.web-brand-card img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.86); }
.web-reviews { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: clamp(34px, 4vw, 50px); }
.web-review { display: flex; flex-direction: column; margin: 0; padding: 26px 23px; border: 1px solid var(--web-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 44px -34px rgba(0, 0, 0, .3); }
.web-review-stars { color: var(--web-gold-bright); font-size: 14px; letter-spacing: 3px; }
.web-review > p { flex: 1; margin-top: 16px; color: var(--web-muted); font-size: 14px; line-height: 1.72; }
.web-review footer { display: flex; flex-direction: column; gap: 2px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--web-line); }
.web-review strong { font-size: 14px; }
.web-review footer span { color: var(--web-muted); font-size: 12.5px; }
.web-faq { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: clamp(30px, 5vw, 72px); align-items: start; padding-bottom: clamp(70px, 8vw, 112px); }
.web-faq-intro { position: sticky; top: 118px; }
.web-faq-intro > p { max-width: 32em; margin-top: 18px; color: var(--web-muted); font-size: 15.5px; line-height: 1.7; }
.web-hotline { display: flex; align-items: center; gap: 13px; margin-top: 27px; padding: 15px 17px; border: 1px solid var(--web-line); border-radius: 16px; color: var(--web-ink) !important; background: #fff; box-shadow: 0 16px 40px -34px rgba(0, 0, 0, .45); transition: border-color .25s, transform .25s; }
.web-hotline:hover { border-color: var(--web-gold); transform: translateY(-2px); }
.web-hotline > span { width: 43px; height: 43px; flex: none; display: grid; place-items: center; border-radius: 12px; color: var(--web-gold); background: rgba(255, 183, 0, .1); }
.web-hotline i { display: flex; flex-direction: column; color: var(--web-muted); font-size: 12px; font-style: normal; }
.web-hotline strong { color: var(--web-ink); font-size: 16px; }
.web-faq-list { display: flex; flex-direction: column; gap: 12px; }
.web-faq-list details { border: 1px solid var(--web-line); border-radius: 17px; background: #fff; box-shadow: 0 16px 40px -34px rgba(0, 0, 0, .42); }
.web-faq-list summary { display: flex; align-items: center; gap: 15px; padding: 20px 21px; cursor: pointer; list-style: none; }
.web-faq-list summary::-webkit-details-marker { display: none; }
.web-faq-list summary > span { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 11px; color: var(--web-gold); background: rgba(255, 183, 0, .1); font-size: 12px; font-weight: 700; }
.web-faq-list summary strong { flex: 1; font-size: 15.5px; font-weight: 600; line-height: 1.45; }
.web-faq-list summary i { width: 17px; height: 17px; position: relative; flex: none; }
.web-faq-list summary i::before, .web-faq-list summary i::after { content: ""; position: absolute; top: 8px; left: 1px; width: 15px; height: 1.5px; background: var(--web-gold); transition: transform .25s; }
.web-faq-list summary i::after { transform: rotate(90deg); }
.web-faq-list details[open] summary i::after { transform: rotate(0); }
.web-faq-list details > div { padding: 0 23px 21px 70px; }
.web-faq-list details p { color: var(--web-muted); font-size: 14.5px; line-height: 1.75; }
.web-js .web-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); }
.web-js .web-reveal.is-visible { opacity: 1; transform: none; }
@keyframes web-logo-scroll { to { transform: translateX(-50%); } }

@media (max-width: 1180px) {
    .web-pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .web-plan-desc { min-height: 0; }
    .web-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .web-step-card { width: calc((100% - 24px) / 2); }
}
@media (max-width: 900px) {
    .web-hero-grid, .web-contact-grid, .web-faq { grid-template-columns: 1fr; }
    .web-hero-art { max-width: 720px; margin-inline: auto; }
    .web-stats { grid-template-columns: 1fr; }
    .web-stat:nth-child(2) { transform: none; }
    .web-contact-copy { max-width: 650px; }
    .web-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .web-faq-intro { position: static; max-width: 650px; }
}
@media (max-width: 680px) {
    .website-design-page .ma-contact-rail { display: none; }
    .web-shell { padding-inline: 16px; }
    .web-hero { padding-top: 22px; }
    .web-eyebrow { max-width: 100%; font-size: 12.5px; }
    .web-hero h1 { font-size: clamp(36px, 11vw, 44px); }
    .web-hero h1 small { font-size: 19px; }
    .web-actions { flex-direction: column; }
    .web-actions .web-btn { width: 100%; }
    .web-proof { align-items: flex-start; }
    .web-proof p { padding-right: 56px; }
    .web-pricing, .web-projects, .web-benefits, .web-reviews { grid-template-columns: 1fr; }
    .web-plan { padding: 28px 22px; }
    .web-contact-grid { min-width: 0; }
    .web-contact-form { padding: 24px 18px; border-radius: 22px; box-shadow: none; }
    .web-form-row { grid-template-columns: 1fr; }
    .web-process-slider { padding-inline: 16px; }
    .web-step-rail { padding-inline: 2px; }
    .web-step-card { width: 100%; }
    .web-step-roles > div { grid-template-columns: 96px minmax(0, 1fr); gap: 10px; }
    .web-project { grid-template-columns: auto 1fr; }
    .web-project > b { display: none; }
    .web-logo-marquee { mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent); }
    .web-brand-card { width: 165px; height: 92px; padding: 17px; }
    .web-faq-list summary { gap: 12px; padding: 18px 15px; }
    .web-faq-list summary strong { font-size: 15px; }
    .web-faq-list details > div { padding: 0 17px 20px 61px; }
}
@media (prefers-reduced-motion: reduce) {
    .web-js .web-reveal { opacity: 1; transform: none; }
    .web-logo-track { animation: none; }
}
