:root {
  --blue: #075ee7;
  --blue-dark: #053a9d;
  --navy: #071b48;
  --mint: #12cf9a;
  --line: #06c755;
  --ink: #102244;
  --muted: #64748b;
  --surface: #f5f9ff;
  --border: #dbe7f6;
  --white: #fff;
  --shadow: 0 24px 70px rgba(15, 66, 145, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--navy); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 231, 246, 0.8);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 850; letter-spacing: -0.5px; color: #061c4e; }
.brand-logo { position: relative; width: 40px; height: 40px; flex: 0 0 40px; overflow: hidden; border-radius: 12px; background: #fffffb; box-shadow: 0 8px 20px rgba(7, 94, 231, 0.15); }
.brand-logo img { position: absolute; top: -37px; left: -46px; width: 132px; max-width: none; height: auto; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; color: #425477; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover { color: var(--blue); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border-radius: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, nav a:focus-visible { outline: 3px solid rgba(7, 94, 231, .3); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 17px; border-radius: 12px; font-size: 14px; }
.button-line { color: #fff; background: var(--line); box-shadow: 0 12px 28px rgba(6, 199, 85, .24); }
.button-line:hover { background: #05b74e; box-shadow: 0 16px 34px rgba(6, 199, 85, .3); }
.button-line svg { width: 25px; fill: currentColor; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(7, 94, 231, .24); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; padding: 92px 0 80px; background: linear-gradient(135deg, #fafdff 0%, #eef7ff 58%, #ecfff9 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(17, 117, 225, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 117, 225, .09) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; right: -100px; top: -140px; background: radial-gradient(circle, rgba(7, 94, 231, .16), transparent 68%); }
.hero-glow-two { width: 400px; height: 400px; left: 42%; bottom: -260px; background: radial-gradient(circle, rgba(18, 207, 154, .22), transparent 67%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 19px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--mint)); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(46px, 5.2vw, 70px); line-height: 1.12; letter-spacing: -2.8px; color: #071c4c; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 590px; margin: 26px 0 0; color: #526681; font-size: 19px; line-height: 1.85; }
.hero-promise { max-width: 600px; display: flex; align-items: center; gap: 10px; margin: 18px 0 0; padding: 12px 15px; border: 1px solid rgba(18, 207, 154, .3); border-radius: 13px; color: #315e58; background: rgba(227, 255, 246, .72); font-size: 13px; font-weight: 700; line-height: 1.55; }
.hero-promise span { width: 23px; height: 23px; display: grid; flex: 0 0 23px; place-items: center; border-radius: 50%; color: #fff; background: #12b98b; font-size: 12px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.text-link { color: var(--blue); font-weight: 750; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.trust-row { display: flex; gap: 24px; margin-top: 26px; color: #526681; font-size: 13px; font-weight: 650; }
.trust-row span::first-letter { color: var(--mint); }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(7, 94, 231, .18); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 370px; height: 370px; border-color: rgba(18, 207, 154, .28); }
.phone { position: relative; z-index: 2; width: 276px; height: 552px; padding: 10px; border: 6px solid #092456; border-radius: 43px; background: #092456; box-shadow: 0 34px 90px rgba(5, 42, 105, .28), inset 0 0 0 1px rgba(255,255,255,.4); transform: rotate(2deg); }
.phone-top { position: absolute; z-index: 3; top: 13px; left: 50%; width: 88px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #061635; }
.phone-top span { position: absolute; right: 13px; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: #234477; }
.phone-screen { position: relative; height: 100%; overflow: hidden; padding: 28px 12px 14px; border-radius: 31px; background: #f9fafb; }
.demo-stage { position: relative; height: calc(100% - 15px); overflow: hidden; }
.demo-screen { position: absolute; inset: 0; overflow: hidden; opacity: 0; pointer-events: none; transform: translateX(18px) scale(.985); transition: opacity .48s ease, transform .48s ease; }
.demo-screen.is-active { opacity: 1; pointer-events: auto; transform: translateX(0) scale(1); }
.demo-screen, .demo-screen * { white-space: nowrap; }
.demo-pagination { position: absolute; z-index: 5; right: 0; bottom: 7px; left: 0; display: flex; justify-content: center; gap: 5px; }
.demo-pagination button { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 99px; background: #cbd5e1; cursor: pointer; transition: width .25s ease, background .25s ease; }
.demo-pagination button.is-active { width: 17px; background: #2563eb; }
.app-title-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 3px 12px; color: #111827; }
.app-title-row strong { display: flex; align-items: center; gap: 5px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; }
.activity-icon { color: #2563eb; font-size: 15px; font-weight: 900; }
.refresh-icon { display: grid; place-items: center; width: 22px; height: 22px; color: #4b5563; font-size: 14px; }
.charger-card { border-radius: 12px; background: #fff; }
.charger-card-real { overflow: hidden; border: 1px solid #60a5fa; background: #eff6ff; box-shadow: 0 0 0 2px #dbeafe, 0 9px 25px rgba(30, 64, 175, .08); }
.charger-card-real > p,
.charger-card-real > div:not(.real-controls) { margin-inline: 13px; }
.real-charger-name { overflow: hidden; margin-top: 11px; margin-bottom: 0; color: #111827; font-size: 10px; font-weight: 800; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.real-status-row { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.status { white-space: nowrap; padding: 4px 8px; border-radius: 999px; color: #166534; background: #dcfce7; font-size: 7px; font-weight: 800; }
.chevron { color: #6b7280; font-size: 14px; font-weight: 800; }
.real-details { display: grid; gap: 2.5px; margin-top: 6px; color: #4b5563; font-size: 6.8px; }
.real-details p { overflow: hidden; margin: 0; text-overflow: ellipsis; white-space: nowrap; }
.real-details b { color: #6b7280; font-weight: 650; }
.real-update-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: 7px; margin-bottom: 8px; color: #6b7280; font-size: 6.4px; }
.real-update-row b { color: #4b5563; white-space: nowrap; }
.real-controls { padding: 9px 13px 10px; border-top: 1px solid #bfdbfe; background: #fff; }
.real-controls > small { display: block; margin-bottom: 7px; color: #9ca3af; font-size: 6.5px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.real-setting-row, .real-schedule-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.real-setting-row { padding: 8px; border: 1px solid #e5e7eb; border-radius: 8px 8px 0 0; background: #f9fafb; }
.real-setting-row b, .real-schedule-head b { display: flex; align-items: center; gap: 4px; color: #374151; font-size: 7.5px; }
.real-setting-row b span, .real-schedule-head b span { color: #2563eb; }
.fake-select { padding: 5px 7px; border: 1px solid #d1d5db; border-radius: 6px; color: #374151; background: #fff; font-size: 7px; font-weight: 700; }
.real-schedule-head { padding: 7px 8px 4px; border-inline: 1px solid #e5e7eb; background: #f9fafb; }
.schedule-on { display: flex; align-items: center; gap: 5px; color: #6b7280; font-size: 6.5px; font-weight: 650; }
.schedule-on i { position: relative; width: 24px; height: 14px; border-radius: 99px; background: #2563eb; }
.schedule-on i::after { content: ""; position: absolute; top: 2px; right: 2px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.18); }
.real-times { display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: center; gap: 4px; padding: 5px 8px 7px; border-inline: 1px solid #e5e7eb; background: #f9fafb; color: #6b7280; font-size: 6px; }
.real-times b { padding: 4px; border: 1px solid #d1d5db; border-radius: 5px; color: #374151; background: #fff; text-align: center; font-size: 6.5px; }
.real-times i { font-style: normal; }
.real-sync { margin: 0 0 6px !important; padding: 0 8px 7px; border: 1px solid #e5e7eb; border-top: 0; border-radius: 0 0 8px 8px; color: #16a34a; background: #f9fafb; text-align: center; font-size: 5.8px; font-weight: 650; }
.real-controls button { width: 100%; margin-top: 5px; padding: 7px; border: 0; border-radius: 6px; color: #fff; font: inherit; font-size: 7.5px; font-weight: 750; }
.real-stop { background: #dc2626; }
.real-restart { background: #1f2937; }

.history-filter { display: flex; align-items: center; justify-content: space-between; overflow: hidden; padding: 8px 10px; border: 1px solid #d1d5db; border-radius: 8px; color: #374151; background: #fff; font-size: 7.5px; font-weight: 650; text-overflow: ellipsis; }
.history-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 8px; }
.history-summary article { padding: 9px; border: 1px solid #dbeafe; border-radius: 9px; background: #fff; }
.history-summary small, .history-summary b { display: block; overflow: hidden; text-overflow: ellipsis; }
.history-summary small { color: #6b7280; font-size: 6px; }
.history-summary b { margin-top: 3px; color: #1d4ed8; font-size: 10px; }
.history-periods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 8px; padding: 3px; border-radius: 7px; background: #e5e7eb; color: #6b7280; font-size: 6px; text-align: center; }
.history-periods span, .history-periods b { padding: 5px 2px; }
.history-periods b { border-radius: 5px; color: #1d4ed8; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.demo-chart { position: relative; height: 112px; display: flex; align-items: flex-end; gap: 7px; overflow: hidden; margin-top: 8px; padding: 13px 10px 9px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; }
.demo-chart .chart-grid { position: absolute; inset: 12px 9px; background: repeating-linear-gradient(to bottom, #edf2f7 0 1px, transparent 1px 24px); }
.demo-chart > i { position: relative; z-index: 1; flex: 1; border-radius: 3px 3px 1px 1px; background: linear-gradient(#3b82f6, #2563eb); }
.history-list-title { display: flex; align-items: center; justify-content: space-between; margin: 10px 1px 6px; color: #374151; font-size: 7px; }
.history-list-title span { color: #9ca3af; }
.session-card { display: grid; grid-template-columns: 28px 1fr auto; gap: 7px; align-items: center; margin-bottom: 6px; padding: 8px; border: 1px solid #e5e7eb; border-radius: 9px; background: #fff; }
.session-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #15803d; background: #dcfce7; font-size: 12px; font-weight: 900; }
.session-icon.blue { color: #1d4ed8; background: #dbeafe; }
.session-card div, .session-card p { min-width: 0; margin: 0; }
.session-card b, .session-card small { display: block; overflow: hidden; text-overflow: ellipsis; }
.session-card div b, .session-card p b { color: #374151; font-size: 6.5px; }
.session-card small { margin-top: 2px; color: #9ca3af; font-size: 5.5px; }
.session-card p { text-align: right; }

.invite-button { width: 100%; padding: 8px; border: 0; border-radius: 8px; color: #fff; background: #2563eb; font: inherit; font-size: 7.5px; font-weight: 750; }
.member-count { margin: 11px 1px 6px; color: #6b7280; font-size: 6.5px; font-weight: 650; }
.member-card { overflow: hidden; margin-bottom: 7px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; }
.member-card.expanded { border-color: #93c5fd; box-shadow: 0 0 0 1px #dbeafe; }
.member-head { display: grid; grid-template-columns: 32px 1fr auto; gap: 8px; align-items: center; padding: 9px; }
.member-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #2563eb; font-size: 10px; font-weight: 800; }
.member-avatar.green { background: #0f9f7c; }
.member-head div { min-width: 0; }
.member-head b, .member-head small { display: block; overflow: hidden; text-overflow: ellipsis; }
.member-head b { color: #374151; font-size: 7px; }
.member-head small { margin-top: 2px; color: #16a34a; font-size: 5.5px; }
.member-head > span:last-child { color: #6b7280; font-size: 11px; }
.member-permissions { padding: 8px 9px 9px; border-top: 1px solid #e5e7eb; background: #f9fafb; }
.member-permissions > small { display: block; margin-bottom: 6px; color: #6b7280; font-size: 5.8px; font-weight: 700; }
.member-permissions label { display: grid; grid-template-columns: 15px 1fr; gap: 7px; align-items: center; margin-bottom: 5px; padding: 7px; border: 1px solid #e5e7eb; border-radius: 7px; background: #fff; }
.member-permissions label > i { width: 14px; height: 14px; display: grid; place-items: center; border: 1px solid #cbd5e1; border-radius: 4px; color: #fff; background: #2563eb; font-size: 7px; font-style: normal; }
.member-permissions label:nth-of-type(2) > i { background: #fff; }
.member-permissions label b, .member-permissions label small { display: block; overflow: hidden; text-overflow: ellipsis; }
.member-permissions label b { color: #374151; font-size: 6.5px; }
.member-permissions label small { margin-top: 2px; color: #9ca3af; font-size: 5.3px; }
.member-permissions button { width: 100%; padding: 7px; border: 0; border-radius: 7px; color: #fff; background: #2563eb; font: inherit; font-size: 6.5px; font-weight: 750; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(27, 73, 136, .15); backdrop-filter: blur(8px); }
.floating-card b, .floating-card span { display: block; }
.floating-card b { margin-bottom: 1px; font-size: 11px; }
.floating-card span { color: #718198; font-size: 8px; }
.floating-live { top: 100px; right: -5px; }
.floating-live i { width: 11px; height: 11px; border: 3px solid #c8f9e8; border-radius: 50%; background: var(--mint); }
.floating-alert { left: -15px; bottom: 80px; }
.bell { width: 30px; height: 30px; display: grid !important; place-items: center; border-radius: 9px; color: #fff !important; background: var(--blue); font-size: 16px !important; }

.proof-strip { position: relative; z-index: 4; border-block: 1px solid #e3edf8; background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid #e3edf8; }
.proof-grid div:first-child { border-left: 1px solid #e3edf8; }
.proof-grid b { color: var(--blue); font-size: 17px; }
.proof-grid span { margin-top: 5px; color: #6d7f97; font-size: 12px; }

.section { padding: 110px 0; }
.section-heading { max-width: 700px; margin: 0 auto 55px; text-align: center; }
.eyebrow.centered { justify-content: center; }
.section-heading h2, .steps-copy h2, .line-copy h2 { margin: 0; color: #081d4c; font-size: clamp(36px, 4.3vw, 54px); line-height: 1.2; letter-spacing: -1.8px; }
.section-heading > p:last-child, .steps-copy > p, .line-copy > p { color: #63758d; font-size: 17px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 380px; position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: 0 12px 40px rgba(31, 80, 145, .07); }
.feature-card-blue { background: linear-gradient(150deg, #f3f8ff, #eefcff); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(7, 94, 231, .2); font-size: 24px; font-weight: 900; }
.icon-mint { background: #12b98b; }.icon-violet { background: #7459e8; }.icon-gold { background: #f0a628; }.icon-red { background: #f05261; }.icon-navy { background: #13346b; }
.feature-card h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.4; }
.feature-card > p { margin: 0; color: #6a7b92; font-size: 14px; line-height: 1.75; }
.mini-dashboard, .time-card, .chart, .people-row, .message-card, .device-stack { margin-top: 28px; }
.mini-dashboard { padding: 17px; border-radius: 17px; background: #fff; box-shadow: 0 10px 25px rgba(31,80,145,.08); }
.mini-dashboard > div { color: #4f6380; font-size: 10px; }.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 4px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(18,207,154,.13); }
.mini-dashboard strong { display: block; margin: 11px 0; color: var(--blue); font-size: 28px; }.mini-dashboard small { font-size: 11px; }
.bar { display: block; height: 7px; overflow: hidden; border-radius: 99px; background: #e6eef8; }.bar i { display: block; width: 76%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--blue)); }
.time-card { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 17px; border-radius: 17px; background: #effbf7; }
.time-card span { text-align: center; }.time-card small, .time-card b { display: block; }.time-card small { color: #6e8a80; font-size: 9px; }.time-card b { margin-top: 5px; font-size: 21px; }.time-card i { width: 32px; height: 2px; background: #78dabc; }
.chart { height: 115px; display: flex; align-items: flex-end; gap: 8px; padding: 14px 12px 0; border-bottom: 1px solid #dce6f3; background: linear-gradient(to bottom, rgba(116,89,232,.05), transparent); }
.chart i { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(#8c78ec, #6250cf); }
.people-row { display: flex; align-items: center; }
.people-row span { width: 37px; height: 37px; display: grid; place-items: center; margin-right: -8px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #0b65d8; font-size: 11px; font-weight: 800; }.people-row span:nth-child(2){background:#14b88c}.people-row span:nth-child(3){background:#f0a628}.people-row b { margin-left: 18px; color: #0a8a65; font-size: 10px; }
.message-card { display: flex; gap: 12px; align-items: center; padding: 15px; border-radius: 16px; background: #fff3f4; }.message-card > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #f05261; font-weight: 900; }.message-card p { margin: 0; }.message-card b, .message-card small { display: block; }.message-card b { font-size: 11px; }.message-card small { margin-top: 4px; color: #8b6d72; font-size: 8px; }
.device-stack { position: relative; height: 112px; }.device-stack i { position: absolute; width: 64px; height: 86px; border: 5px solid #e9f1fb; border-radius: 15px; background: #fff; box-shadow: 0 10px 25px rgba(17,49,99,.1); }.device-stack i::after { content:""; position:absolute; width:20px; height:5px; left:17px; bottom:12px; border-radius:8px; background:var(--mint); }.device-stack i:nth-child(1){left:6px;transform:rotate(-7deg)}.device-stack i:nth-child(2){left:63px;z-index:2}.device-stack i:nth-child(3){left:120px;transform:rotate(7deg)}.device-stack span { position:absolute; left:205px; top:35px; color:var(--blue); font-size:10px; font-weight:800; white-space:nowrap; }

.steps-section { background: var(--surface); }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.steps-copy > p { margin: 22px 0 30px; }
.steps-list { list-style: none; margin: 0; padding: 0; }
.steps-list li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid #dce7f4; }
.steps-list li:last-child { border-bottom: 0; }
.steps-list > li > span { color: var(--blue); font-size: 26px; font-weight: 850; }
.steps-list h3 { margin: 0; font-size: 20px; }.steps-list p { margin: 5px 0 0; color: #6a7c93; font-size: 14px; }

.audience-section { position: relative; overflow: hidden; color: #fff; background: #071d4d; }
.audience-section::before { content:""; position:absolute; width:600px; height:600px; right:-180px; top:-240px; border-radius:50%; background:radial-gradient(circle,rgba(16,177,235,.25),transparent 68%); }
.light-heading h2, .light-heading > p:last-child { color: #fff; }.light-heading .eyebrow { color: #5bdcb8; }
.audience-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-grid article { display: grid; grid-template-columns: 76px 1fr; gap: 22px; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); }
.role-icon { width: 64px; height: 64px; display: grid; place-items:center; border-radius:18px; color:#fff; background:linear-gradient(145deg,#168eff,#0760df); font-size:30px; }.role-member { background:linear-gradient(145deg,#2fd5a7,#0f9f7c); }
.audience-grid small { color:#59dcb8; font-weight:850; letter-spacing:1.5px; }.audience-grid h3 { margin:4px 0 8px; font-size:21px; }.audience-grid p { margin:0; color:#bbc9df; font-size:14px; line-height:1.7; }

.line-section { background: #f6faff; }
.line-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: center; padding: 68px 84px; border-radius: 32px; background: linear-gradient(135deg, #fff, #effff7); box-shadow: var(--shadow); }
.line-card::after { content:""; position:absolute; width:330px; height:330px; right:-90px; bottom:-160px; border-radius:50%; background:rgba(6,199,85,.1); }
.line-copy { position:relative; z-index:1; }.line-copy > p { max-width:580px; margin:20px 0 28px; }.line-copy .button { position:relative; z-index:2; }
.qr-wrap { position:relative; z-index:2; text-align:center; }.qr-wrap img { width:250px; height:250px; padding:14px; border-radius:20px; background:#fff; box-shadow:0 18px 45px rgba(28,88,75,.13); image-rendering:pixelated; }.qr-wrap span { display:block; margin-top:12px; color:#61766e; font-size:12px; }

.site-footer { padding: 55px 0 24px; color:#b8c6dc; background:#051534; }.footer-grid { display:flex; justify-content:space-between; gap:40px; }.footer-brand { color:#fff; }.footer-grid p { color:#8fa1bc; font-size:13px; }.footer-links { display:flex; align-items:center; gap:28px; font-size:13px; }.footer-links a:hover { color:#fff; }.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:38px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); color:#7588a4; font-size:11px; }

@media (max-width: 960px) {
  .desktop-nav { display:none; }
  .hero { padding-top:70px; }
  .hero-grid { grid-template-columns:1fr; gap:45px; text-align:center; }
  .hero-copy { display:flex; flex-direction:column; align-items:center; }
  .hero-visual { min-height:570px; }
  .feature-grid { grid-template-columns:1fr 1fr; }
  .steps-grid { grid-template-columns:1fr; gap:50px; }
  .steps-copy { text-align:center; }.steps-copy .eyebrow { justify-content:center; }
  .line-card { grid-template-columns:1fr 280px; padding:55px; }
}

@media (max-width: 680px) {
  .container { width:min(100% - 28px, 1160px); }
  .site-header .brand { font-size:20px; }.site-header .brand-logo { width:34px; height:34px; flex-basis:34px; }.site-header .brand-logo img { top:-31px; left:-39px; width:112px; }.site-header .button-small { padding:8px 12px; font-size:12px; }
  .hero { min-height:auto; padding:58px 0 55px; }.hero h1 { font-size:42px; letter-spacing:-1.8px; }.hero-lead { font-size:16px; }.hero-actions { flex-direction:column; gap:17px; width:100%; }.hero-actions .button { width:100%; max-width:330px; }.trust-row { flex-direction:column; gap:7px; }
  .hero-visual { min-height:515px; transform:scale(.9); margin:-10px -20px -30px; }.phone { width:250px; height:500px; }.orbit-one { width:390px; height:390px; }.orbit-two { width:320px; height:320px; }.floating-live { right:-8px; top:95px; }.floating-alert { left:-6px; bottom:72px; }
  .proof-grid { grid-template-columns:1fr 1fr; }.proof-grid div { min-height:92px; padding:17px; border-bottom:1px solid #e3edf8; }.proof-grid b { font-size:14px; }.proof-grid span { font-size:10px; }
  .section { padding:78px 0; }.section-heading { margin-bottom:38px; }.section-heading h2, .steps-copy h2, .line-copy h2 { font-size:36px; letter-spacing:-1.2px; }.section-heading > p:last-child, .steps-copy > p, .line-copy > p { font-size:15px; }
  .feature-grid { grid-template-columns:1fr; }.feature-card { min-height:350px; padding:25px; }
  .steps-list li { grid-template-columns:55px 1fr; gap:14px; padding:22px 0; }.steps-list > li > span { font-size:21px; }.steps-list h3 { font-size:17px; }
  .audience-grid { grid-template-columns:1fr; }.audience-grid article { grid-template-columns:58px 1fr; gap:16px; padding:24px 20px; }.role-icon { width:52px; height:52px; border-radius:15px; font-size:24px; }
  .line-card { grid-template-columns:1fr; gap:38px; padding:42px 24px; text-align:center; border-radius:24px; }.line-copy .eyebrow { justify-content:center; }.qr-wrap img { width:220px; height:220px; }
  .footer-grid, .footer-bottom { flex-direction:column; }.footer-links { flex-wrap:wrap; gap:18px; }.footer-bottom { margin-top:28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; }
}
