:root {
  --bg: #0f1013;
  --bg-2: #17191e;
  --text: #17181b;
  --muted: #6e727b;
  --line: #e7e8eb;
  --soft: #f6f7f9;
  --white: #ffffff;
  --orange: #ff641e;
  --orange-2: #ff8a22;
  --yellow: #ffbf2d;
  --dark-orange: #c8420c;
  --shadow: 0 20px 60px rgba(16, 17, 20, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans Thai", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: -100px; left: 16px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--bg); color: var(--white); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(15,16,19,.76);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(15,16,19,.95); box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; min-width: max-content; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 16px; letter-spacing: .08em; }
.brand-copy small { font-size: 10px; letter-spacing: .16em; color: #aeb2ba; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #d9dbe0; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.btn) { transition: color .2s ease; }
.main-nav > a:not(.btn):hover { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 12px; padding: 10px; }
.menu-toggle span { height: 2px; background: #fff; display: block; margin: 5px 0; transition: .2s ease; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 14px; border: 1px solid transparent; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 12px 30px rgba(255,100,30,.24); }
.btn-primary:hover { box-shadow: 0 16px 38px rgba(255,100,30,.34); }
.btn-ghost { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-sm { min-height: 44px; padding: 0 17px; border-radius: 12px; }
.btn-full { width: 100%; }

.hero { min-height: 760px; padding: 160px 0 92px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(30px); opacity: .22; }
.hero-orb-one { width: 440px; height: 440px; right: 5%; top: 80px; background: #ff611c; }
.hero-orb-two { width: 320px; height: 320px; left: -120px; bottom: -70px; background: #873313; opacity: .18; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .14em; color: #ffac75; text-transform: uppercase; margin-bottom: 24px; }
.eyebrow-light { color: #d2551e; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.hero h1, .section-heading h2, .form-pitch h2, .platform-copy h2 { margin: 0; letter-spacing: -.045em; line-height: 1.13; }
.hero h1 { font-size: clamp(42px, 5.4vw, 72px); max-width: 760px; }
.hero h1 span, .section-heading h2 span, .form-pitch h2 span, .platform-copy h2 span { color: var(--orange); }
.hero-lead { margin: 26px 0 0; color: #f1f2f4; font-size: 19px; max-width: 680px; font-weight: 600; }
.hero-support { margin: 14px 0 0; color: #aeb2ba; max-width: 650px; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-trust { display: flex; gap: 30px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.10); }
.hero-trust div { display: grid; gap: 2px; }
.hero-trust strong { font-size: 19px; color: #fff; }
.hero-trust span { color: #8e939d; font-size: 12px; }

.hero-visual { min-height: 540px; position: relative; }
.visual-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; right: 30px; top: 40px; background: radial-gradient(circle, rgba(255,111,33,.5), rgba(255,111,33,0)); filter: blur(18px); }
.logo-stage { position: absolute; top: -20px; right: 0; width: 330px; height: 330px; display: grid; place-items: center; border-radius: 42px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); transform: rotate(2deg); }
.hero-logo { width: 92%; filter: drop-shadow(0 24px 25px rgba(0,0,0,.32)); }
.dashboard-card { position: absolute; left: 0; right: 95px; bottom: 10px; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,.12); background: #fff; box-shadow: 0 34px 70px rgba(0,0,0,.44); transform: rotate(-2deg); }
.browser-bar { height: 34px; background: #24262c; display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #575b64; }
.browser-bar span { margin-left: 7px; font-size: 9px; color: #959aa4; }
.dashboard-card img { width: 100%; }
.floating-badge { position: absolute; display: grid; padding: 13px 17px; border-radius: 14px; background: rgba(28,30,35,.9); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 30px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.floating-badge span { font-weight: 800; font-size: 14px; color: #fff; }
.floating-badge small { color: #9aa0aa; font-size: 10px; }
.badge-pos { left: -18px; top: 152px; }
.badge-stock { right: -4px; bottom: 80px; }
.hero-bottom-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 100px; background: linear-gradient(to bottom, transparent, rgba(15,16,19,.95)); pointer-events: none; }

.trust-strip { background: #111216; color: #858a94; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-items { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.trust-items span + span::before { content: "•"; margin-right: 38px; color: #4e5158; }

.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.section-heading h2, .platform-copy h2, .form-pitch h2 { font-size: clamp(34px, 4vw, 54px); }
.section-heading p { color: var(--muted); margin: 18px auto 0; max-width: 700px; }
.section-heading.centered { text-align: center; max-width: 850px; margin: 0 auto 54px; }
.intro-copy { color: #555a63; font-size: 17px; }
.intro-copy p { margin: 0 0 18px; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.mini-stats div { padding: 22px; border-radius: 18px; background: #f7f7f8; border: 1px solid #ececef; display: grid; }
.mini-stats strong { font-size: 26px; color: #1a1b1e; }
.mini-stats span { font-size: 12px; color: #7a7f88; }

.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.solution-card { position: relative; min-height: 330px; background: #fff; border: 1px solid #e7e8eb; border-radius: 24px; padding: 28px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #d9dbe0; }
.solution-card.featured { background: #17191e; color: #fff; border-color: #17191e; }
.solution-card.featured p { color: #aab0ba; }
.icon-box { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: #fff2e9; color: var(--orange); }
.featured .icon-box { background: rgba(255,100,30,.14); }
.icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-index { position: absolute; top: 28px; right: 28px; color: #b8bbc1; font-size: 11px; font-weight: 800; }
.solution-card h3 { margin: 38px 0 10px; font-size: 20px; }
.solution-card p { margin: 0; color: #757a83; font-size: 14px; }

.partner-benefits { position: relative; overflow: hidden; }
.partner-benefits::before { content: ""; position: absolute; width: 650px; height: 650px; right: -270px; top: -250px; background: radial-gradient(circle, rgba(255,102,30,.18), rgba(255,102,30,0) 67%); }
.benefits-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.partner-benefits .section-heading h2 { color: #fff; }
.partner-benefits .section-heading p { color: #a4a9b2; margin-left: 0; }
.text-link { display: inline-flex; gap: 12px; margin-top: 20px; font-weight: 700; color: #fff; }
.text-link span { color: var(--orange); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid #303239; background: #303239; border-radius: 24px; overflow: hidden; }
.benefit-item { min-height: 125px; padding: 24px; background: #181a1f; display: grid; gap: 18px; transition: background .2s ease; }
.benefit-item:hover { background: #1d2026; }
.benefit-item b { color: #686d76; font-size: 11px; }
.benefit-item span { color: #f2f3f5; font-weight: 700; font-size: 15px; }

.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.audience-card { min-height: 240px; border-top: 2px solid #222; padding: 25px 18px 20px; transition: border-color .2s ease; }
.audience-card:hover { border-color: var(--orange); }
.audience-card > span { color: #b9bcc2; font-size: 11px; font-weight: 800; }
.audience-card h3 { font-size: 20px; margin: 54px 0 8px; }
.audience-card p { font-size: 13px; color: #757a83; margin: 0; }
.audience-note { margin: 40px auto 0; text-align: center; max-width: 820px; color: #60656e; font-size: 16px; }

.platform-section { background: linear-gradient(180deg, #fff 0%, #fafafb 100%); overflow: hidden; }
.platform-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; }
.platform-copy p { color: #686d76; margin: 20px 0 0; }
.module-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.module-chips span { border: 1px solid #dddfe3; background: #fff; padding: 8px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; color: #595e67; }
.platform-window { border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid #e1e3e6; box-shadow: 0 35px 75px rgba(19,20,23,.16); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.window-top { height: 38px; background: #181a1f; display: flex; align-items: center; gap: 6px; padding: 0 13px; }
.window-top span { width: 7px; height: 7px; border-radius: 50%; background: #5e626c; }
.window-top b { margin-left: 7px; font-size: 9px; color: #a1a6af; letter-spacing: .06em; }

.gallery-section .section-heading { max-width: 780px; }
.gallery-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 16px; }
.gallery-placeholder { min-height: 340px; border-radius: 24px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; position: relative; overflow: hidden; background: linear-gradient(145deg, #292c32, #121316); }
.gallery-placeholder::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; top: -90px; right: -90px; background: radial-gradient(circle, rgba(255,109,31,.65), rgba(255,109,31,0)); }
.gallery-placeholder::after { content: "+"; position: absolute; top: 26px; right: 28px; font-size: 32px; color: rgba(255,255,255,.22); font-weight: 300; }
.gallery-placeholder span, .gallery-placeholder strong, .gallery-placeholder small { position: relative; z-index: 1; }
.gallery-placeholder span { color: #ffad79; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.gallery-placeholder strong { font-size: 24px; margin-top: 8px; }
.gallery-placeholder small { color: #9ea3ad; margin-top: 3px; }

.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step-card { padding: 26px 22px; border-radius: 20px; background: #fff; border: 1px solid #e4e6e9; min-height: 230px; }
.step-card i { width: 38px; height: 38px; border-radius: 50%; background: #1a1b1f; color: #fff; display: grid; place-items: center; font-style: normal; font-size: 12px; font-weight: 800; }
.step-card h3 { margin: 42px 0 7px; font-size: 18px; }
.step-card p { margin: 0; color: #747982; font-size: 13px; }

.partner-form-section { background: #111216; color: #fff; position: relative; overflow: hidden; }
.partner-form-section::before { content: ""; position: absolute; width: 660px; height: 660px; border-radius: 50%; left: -220px; bottom: -330px; background: radial-gradient(circle, rgba(255,101,28,.20), transparent 68%); }
.form-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.form-pitch p { color: #a9aeb7; margin-top: 20px; }
.contact-shortcuts { display: grid; gap: 10px; margin-top: 34px; }
.contact-shortcuts a { padding: 15px 0; border-bottom: 1px solid #2d3036; display: flex; justify-content: space-between; gap: 20px; }
.contact-shortcuts b { color: #f0f1f3; font-size: 13px; }
.contact-shortcuts span { color: #8f949d; font-size: 12px; }
.form-card { background: #fff; color: #1c1d20; padding: 32px; border-radius: 26px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field > span, .interest-fieldset legend { font-size: 12px; font-weight: 800; color: #4e535c; }
.field input { width: 100%; height: 50px; border-radius: 13px; border: 1px solid #dfe1e5; background: #fafafb; padding: 0 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus { border-color: #ff8a52; box-shadow: 0 0 0 4px rgba(255,100,30,.10); }
.interest-fieldset { border: 0; padding: 0; margin: 2px 0 18px; }
.interest-fieldset legend { margin-bottom: 9px; }
.interest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.interest-grid label { cursor: pointer; }
.interest-grid input { position: absolute; opacity: 0; pointer-events: none; }
.interest-grid span { display: flex; align-items: center; min-height: 44px; border: 1px solid #e0e2e5; background: #fafafb; padding: 0 13px; border-radius: 12px; font-size: 12px; font-weight: 700; color: #5f646d; transition: .2s ease; }
.interest-grid input:checked + span { background: #fff0e8; color: #a73808; border-color: #ff9a68; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0 20px; color: #70757e; font-size: 11px; }
.consent input { margin-top: 4px; accent-color: var(--orange); }
.consent a { color: #c44813; text-decoration: underline; }
.form-note { text-align: center; margin: 11px 0 0; color: #81868e; font-size: 11px; }
.form-note a { color: #bf4615; font-weight: 700; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-bottom: 16px; padding: 12px 14px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.form-status.success { background: #eaf8ef; color: #196d36; border: 1px solid #bfe8cb; }
.form-status.error { background: #fff0ee; color: #a5362b; border: 1px solid #f3c4bf; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-list details { border-top: 1px solid #e1e3e6; }
.faq-list details:last-child { border-bottom: 1px solid #e1e3e6; }
.faq-list summary { list-style: none; cursor: pointer; font-weight: 700; padding: 22px 44px 22px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: #8b9098; font-size: 24px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: #6e737c; margin: -4px 0 22px; max-width: 90%; }

.site-footer { background: #0c0d10; color: #a2a7b0; padding: 68px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1.1fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 15px; color: #fff; }
.footer-brand img { width: 76px; height: 76px; object-fit: contain; }
.footer-brand div { display: grid; gap: 4px; }
.footer-brand strong { font-size: 15px; }
.footer-brand span { font-size: 10px; color: #70757f; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-col h3 { color: #fff; font-size: 12px; margin: 0 0 8px; }
.footer-col a, .footer-col p { font-size: 11px; color: #858a93; margin: 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #25272d; margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #636872; }

.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .hero-grid { gap: 38px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: 1.2fr .8fr; }
  .gallery-placeholder:last-child { grid-column: 1 / -1; min-height: 250px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-address { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  :root { --container: 760px; }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .main-nav { position: fixed; inset: 0; background: rgba(14,15,18,.98); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 22px; font-size: 22px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav .nav-cta { margin-top: 10px; font-size: 16px; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { text-align: center; }
  .hero-lead, .hero-support { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { width: min(100%, 680px); min-height: 530px; margin: 0 auto; }
  .split-intro, .benefits-layout, .platform-layout, .form-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .platform-window { transform: none; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-placeholder.wide { grid-column: 1 / -1; }
  .gallery-placeholder:last-child { grid-column: auto; min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-address { grid-column: auto; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .site-header .nav-wrap { height: 66px; }
  .brand img { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 9px; }
  .hero { min-height: auto; padding: 116px 0 66px; }
  .hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .hero-lead { font-size: 17px; }
  .hero-support { font-size: 13px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: left; }
  .hero-trust strong { font-size: 14px; }
  .hero-trust span { font-size: 9px; }
  .hero-visual { min-height: 420px; }
  .logo-stage { width: 220px; height: 220px; top: 0; right: 0; border-radius: 30px; }
  .dashboard-card { left: 0; right: 34px; bottom: 4px; border-radius: 13px; }
  .browser-bar { height: 26px; }
  .browser-bar span { font-size: 7px; }
  .floating-badge { display: none; }
  .trust-items { min-height: 64px; overflow: hidden; gap: 30px; justify-content: flex-start; white-space: nowrap; }
  .trust-items span { font-size: 9px; }
  .trust-items span + span::before { margin-right: 30px; }
  .section-heading.centered { margin-bottom: 38px; }
  .section-heading h2, .platform-copy h2, .form-pitch h2 { font-size: clamp(31px, 9.5vw, 42px); }
  .split-intro { gap: 32px; }
  .intro-copy { font-size: 15px; }
  .mini-stats { grid-template-columns: 1fr; }
  .solution-grid, .audience-grid, .steps-grid, .gallery-grid, .field-row, .interest-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 290px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 190px; }
  .audience-card h3 { margin-top: 34px; }
  .gallery-placeholder, .gallery-placeholder:last-child { grid-column: auto; min-height: 260px; }
  .platform-window { border-radius: 14px; }
  .module-chips span { font-size: 10px; }
  .form-card { padding: 22px 18px; border-radius: 20px; }
  .contact-shortcuts a { flex-direction: column; gap: 2px; }
  .faq-list p { max-width: 100%; font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-address { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; padding-bottom: 68px; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 990; display: grid; grid-template-columns: .7fr .7fr 1.4fr; padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); gap: 7px; background: rgba(13,14,17,.95); border-top: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
  .mobile-cta a { min-height: 44px; display: grid; place-items: center; border-radius: 11px; background: #24262b; color: #fff; font-size: 12px; font-weight: 800; }
  .mobile-cta a.primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
