:root {
  --ink: #0b0b0d;
  --panel: #131317;
  --panel-2: #1b1b21;
  --paper: #f5f5f2;
  --white: #ffffff;
  --muted: #aaaab3;
  --line: rgba(255, 255, 255, 0.11);
  --orange: #ff7618;
  --orange-dark: #d84f00;
  --orange-soft: #ffb77e;
  --green: #69e59a;
  --radius: 1.5rem;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: var(--white); color: var(--ink); padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(11,11,13,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-wrap { min-height: 5.75rem; display: flex; align-items: center; justify-content: space-between; }
.brand-logo-link { flex: 0 0 auto; display: flex; align-items: center; }
.official-brand { display: block; width: 112px; height: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 1.8rem; color: #d6d6dc; font-size: .92rem; }
.nav a:not(.nav-login) { transition: color .2s; }
.nav a:not(.nav-login):hover { color: var(--white); }
.nav-login { border: 1px solid rgba(255,255,255,.25); padding: .66rem 1rem; border-radius: 999px; color: var(--white); }
.nav-login:hover { border-color: var(--orange); }
.menu-button { display: none; background: none; border: 0; width: 2.7rem; height: 2.7rem; padding: .6rem; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: .2s; }

.hero { min-height: 760px; padding: 10rem 0 6.5rem; position: relative; display: flex; align-items: center; background: radial-gradient(circle at 78% 45%, rgba(255,118,24,.11), transparent 30%), linear-gradient(150deg, #0b0b0d 30%, #111116 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,118,24,.65), transparent); }
.hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 700; color: var(--orange-soft); }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow > span { width: .5rem; height: .5rem; background: var(--orange); border-radius: 50%; box-shadow: 0 0 18px var(--orange); }
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.08; margin: 0; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-top: 1.4rem; font-size: clamp(3.3rem, 5.2vw, 5.6rem); font-weight: 700; }
h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; color: #c6c6ce; font-size: 1.12rem; line-height: 1.75; margin: 1.75rem 0 2rem; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.button { min-height: 3.25rem; display: inline-flex; justify-content: center; align-items: center; gap: .75rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, var(--orange-dark), var(--orange)); color: var(--white); box-shadow: 0 14px 35px rgba(255,118,24,.22); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(255,118,24,.34); }
.button-ghost { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.03); color: var(--white); }
.button-ghost:hover { border-color: rgba(255,255,255,.42); }
.proof-line { margin-top: 2.3rem; display: flex; align-items: center; gap: .85rem; color: #aaaab3; font-size: .88rem; }
.proof-line p { max-width: 345px; margin: 0; }
.proof-line strong { color: var(--white); }
.proof-avatars { display: flex; }
.proof-avatars span { width: 2rem; height: 2rem; margin-left: -.35rem; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: #26262e; color: var(--orange-soft); font-size: .62rem; font-weight: 800; }

.product-stage { position: relative; min-width: 0; }
.glow { position: absolute; inset: 15% 5%; background: var(--orange); filter: blur(110px); opacity: .12; }
.app-shell { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 1.6rem; background: #141419; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); }
.app-topbar { height: 3.6rem; padding: 0 1.2rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.mini-brand { font-family: Manrope, sans-serif; font-size: .8rem; font-weight: 700; }
.mini-brand > span { display: inline-grid; place-items: center; width: 1.6rem; height: 1.6rem; margin-right: .45rem; border-radius: .5rem; background: var(--orange); color: white; font-size: .66rem; }
.app-status { font-size: .66rem; color: #b9b9c1; }
.app-status i { display: inline-block; width: .42rem; height: .42rem; margin-right: .35rem; background: var(--green); border-radius: 50%; box-shadow: 0 0 10px var(--green); }
.app-content { padding: 1.5rem; }
.welcome-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1.2rem; }
.welcome-row small, .metric small, .card-title small, .floating-card small, .role-phone small { color: #82828c; font-size: .6rem; letter-spacing: .09em; }
.welcome-row h2 { margin-top: .25rem; font-size: 1.4rem; letter-spacing: -.035em; }
.date-pill { font-size: .65rem; padding: .45rem .65rem; border: 1px solid var(--line); border-radius: 999px; color: #bdbdc6; }
.metric-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: .65rem; }
.metric { min-width: 0; padding: .9rem; border: 1px solid var(--line); border-radius: 1rem; background: #1a1a20; }
.metric-featured { background: linear-gradient(145deg, rgba(255,118,24,.22), #1a1a20 70%); border-color: rgba(255,118,24,.28); }
.metric strong { display: block; margin: .2rem 0; font-family: Manrope, sans-serif; font-size: 1.75rem; }
.metric span { display: block; color: #898993; font-size: .57rem; white-space: nowrap; }
.schedule-card { margin-top: .75rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: #19191f; }
.card-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: .5rem; }
.card-title strong { display: block; font-size: .8rem; }
.card-title > span { color: var(--orange-soft); font-size: .58rem; }
.class-row { display: grid; grid-template-columns: 3.1rem 1fr auto; align-items: center; gap: .65rem; padding: .68rem 0; border-top: 1px solid rgba(255,255,255,.065); }
.class-row time { color: var(--orange-soft); font-weight: 700; font-size: .68rem; }
.class-row div strong { display: block; font-size: .7rem; }
.class-row div small { display: block; color: #777782; font-size: .55rem; }
.capacity { padding: .25rem .42rem; border-radius: .45rem; background: rgba(255,118,24,.12); color: var(--orange-soft); font-size: .57rem; }
.capacity.good { background: rgba(105,229,154,.1); color: var(--green); }
.floating-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.17); border-radius: .9rem; background: rgba(31,31,37,.88); box-shadow: 0 18px 45px rgba(0,0,0,.38); backdrop-filter: blur(12px); }
.floating-checkin { left: -3rem; bottom: 3rem; padding: .75rem .95rem; display: flex; align-items: center; gap: .65rem; }
.floating-checkin > span { width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: .65rem; background: rgba(105,229,154,.14); color: var(--green); }
.floating-checkin small, .floating-checkin strong { display: block; }
.floating-checkin strong { font-size: .65rem; }
.floating-plan { right: -1.5rem; top: 7.5rem; padding: .8rem 1rem; }
.floating-plan strong { display: block; font-size: 1rem; }
.floating-plan span { color: var(--green); font-size: .6rem; }

.trust-bar { background: #111115; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 5.6rem; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: .35rem 1.2rem; border-right: 1px solid var(--line); color: #b2b2ba; font-size: .82rem; }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border-right: 0; }
.trust-grid span { margin-right: .45rem; color: var(--orange); font-size: .65rem; }

.section { padding: 8rem 0; }
.platform { background: var(--paper); color: var(--ink); }
.section-heading { max-width: 780px; margin-bottom: 3.5rem; }
.section-heading h2 { font-size: clamp(2.5rem, 4vw, 4.4rem); }
.section-heading h2 span { color: #77777e; }
.section-heading > p:last-child { max-width: 580px; margin: 1.2rem 0 0; color: #64646b; font-size: 1.05rem; }
.section-heading.compact { max-width: 620px; }
.section-heading.compact h2 { font-size: clamp(2.4rem, 3.5vw, 3.8rem); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.outcome-card { min-height: 450px; padding: 1.5rem; display: flex; flex-direction: column; border: 1px solid #deded9; border-radius: var(--radius); background: #fff; }
.card-number { width: 2rem; height: 2rem; display: grid; place-items: center; border: 1px solid #d8d8d2; border-radius: 50%; color: #7a7a80; font-size: .7rem; }
.outcome-card h3 { margin-top: auto; font-size: 1.45rem; }
.outcome-card p { margin: .7rem 0 0; color: #68686f; }
.outcome-visual { height: 190px; margin: 1.4rem 0 1rem; padding: .85rem; overflow: hidden; border-radius: 1rem; background: #121216; color: white; }
.mini-visual-head { min-height: 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.mini-visual-head span { color: #8b8b95; font-size: .5rem; font-weight: 700; letter-spacing: .1em; }
.mini-visual-head em { padding: .16rem .38rem; border-radius: 999px; background: rgba(105,229,154,.1); color: var(--green); font-size: .44rem; font-style: normal; font-weight: 800; letter-spacing: .06em; }
.mini-person-row, .team-member { min-width: 0; display: grid; grid-template-columns: 1.85rem minmax(0, 1fr) auto; align-items: center; gap: .55rem; padding: .39rem 0; border-top: 1px solid rgba(255,255,255,.065); }
.mini-person-row:first-of-type, .team-member:first-of-type { margin-top: .28rem; }
.mini-person-row div, .team-member div { min-width: 0; }
.mini-person-row strong, .team-member strong { display: block; overflow: hidden; color: #f7f7fa; font-size: .62rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.mini-person-row small, .team-member small { display: block; overflow: hidden; margin-top: .12rem; color: #777782; font-size: .49rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.mini-avatar { width: 1.85rem; height: 1.85rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: .62rem; color: white; font-size: .52rem; font-weight: 800; }
.avatar-orange { background: linear-gradient(145deg, #ff8b3d, #d84f00); }
.avatar-blue { background: linear-gradient(145deg, #5976a7, #293852); }
.avatar-violet { background: linear-gradient(145deg, #8b6da8, #493858); }
.mini-status { padding: .18rem .34rem; border-radius: .35rem; font-size: .43rem; font-style: normal; font-weight: 700; white-space: nowrap; }
.mini-status.confirmed { background: rgba(105,229,154,.1); color: var(--green); }
.mini-status.waiting { background: rgba(255,118,24,.12); color: var(--orange-soft); }
.team-member > i { width: .42rem; height: .42rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(105,229,154,.45); }
.management-visual { display: flex; flex-direction: column; }
.management-metrics { margin-top: .5rem; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.management-metrics > div { min-width: 0; padding: .62rem; border: 1px solid rgba(255,255,255,.07); border-radius: .7rem; background: #1b1b21; }
.management-metrics small, .management-metrics strong, .management-metrics span { display: block; }
.management-metrics small { color: #777782; font-size: .44rem; letter-spacing: .06em; }
.management-metrics strong { margin: .08rem 0; font-family: Manrope, sans-serif; font-size: 1.05rem; line-height: 1.15; }
.management-metrics span { overflow: hidden; color: #9a9aa3; font-size: .46rem; text-overflow: ellipsis; white-space: nowrap; }
.progress-heading { margin: auto 0 .3rem; display: flex; align-items: center; justify-content: space-between; color: #9696a0; font-size: .52rem; }
.progress-heading strong { color: white; font-size: .54rem; }
.mini-progress { height: .38rem; overflow: hidden; border-radius: 999px; background: #292930; }
.mini-progress i { display: block; width: 75%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange-dark), var(--orange)); }

.operations { background: #0f0f12; }
.operation-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; }
.operation-copy { position: sticky; top: 8rem; align-self: start; }
.operation-copy h2 { max-width: 500px; font-size: clamp(2.6rem, 4vw, 4.2rem); }
.operation-copy > p:not(.kicker) { max-width: 510px; color: #aaaab3; font-size: 1.05rem; }
.text-link { display: inline-flex; gap: .65rem; align-items: center; margin-top: 1.5rem; color: var(--orange-soft); font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(.3rem); }
.feature-list { border-top: 1px solid var(--line); }
.feature-row { padding: 2.2rem .2rem; display: grid; grid-template-columns: 3rem 1fr; border-bottom: 1px solid var(--line); }
.feature-row > span { color: var(--orange); font-size: .68rem; }
.feature-row h3 { font-size: 1.55rem; }
.feature-row p { margin: .6rem 0 0; color: #9797a0; }

.roles { background: #18181e; }
.role-switcher { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #101014; }
.role-tabs { padding: .55rem; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.role-tabs button { min-height: 3.2rem; border: 0; border-radius: .9rem; background: transparent; color: #888892; cursor: pointer; }
.role-tabs button[aria-selected="true"] { background: var(--orange); color: white; font-weight: 700; }
.role-panel { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; padding: 4rem 5rem; background: radial-gradient(circle at 75% 50%, rgba(255,118,24,.12), transparent 32%); }
.role-index { color: var(--orange-soft); font-size: .68rem; letter-spacing: .1em; }
.role-copy h3 { max-width: 500px; margin-top: 1rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.role-copy p { max-width: 520px; color: #aaaab3; }
.role-copy ul { list-style: none; padding: 0; }
.role-copy li { padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #d1d1d7; }
.role-copy li::before { content: "✓"; margin-right: .7rem; color: var(--orange); }
.role-phone { width: min(305px, 100%); margin: 0 auto; padding: .9rem; border: 7px solid #292930; border-radius: 2.3rem; background: #16161b; box-shadow: 0 30px 75px rgba(0,0,0,.5); }
.phone-top { display: flex; align-items: center; justify-content: space-between; font-size: .55rem; }
.phone-top i { width: 3.7rem; height: 1rem; border-radius: 999px; background: #070708; }
.phone-appbar { margin: .75rem 0; display: flex; align-items: center; justify-content: space-between; }
.phone-brand { color: var(--orange); font-weight: 800; font-size: .75rem; }
.phone-brand b { margin-left: .25rem; color: white; }
.phone-demo { padding: .18rem .38rem; border: 1px solid rgba(255,118,24,.25); border-radius: 999px; color: var(--orange-soft); font-size: .43rem; font-weight: 800; letter-spacing: .08em; }
.phone-user { display: grid; grid-template-columns: 2.1rem 1fr auto; align-items: center; gap: .55rem; padding: .62rem; border: 1px solid rgba(255,255,255,.07); border-radius: .75rem; background: #1d1d23; }
.phone-avatar { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border-radius: .65rem; background: linear-gradient(145deg, #ff8b3d, #d84f00); color: white; font-size: .58rem; font-weight: 800; }
.phone-user div { min-width: 0; }
.phone-user small, .phone-user strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-user small { font-size: .47rem; }
.phone-user strong { font-size: .67rem; }
.phone-user > i { width: .42rem; height: .42rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(105,229,154,.45); }
.phone-title-row { margin: .78rem 0 .55rem; display: flex; align-items: flex-end; justify-content: space-between; }
.phone-title-row small, .phone-title-row strong { display: block; }
.phone-title-row strong { margin-top: .06rem; font-family: Manrope, sans-serif; font-size: 1.05rem; }
.phone-title-row > span { padding: .16rem .4rem; border-radius: 999px; background: rgba(255,255,255,.05); color: #9999a3; font-size: .48rem; }
.phone-summary { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.phone-summary article { min-width: 0; padding: .62rem; border: 1px solid rgba(255,255,255,.06); border-radius: .75rem; background: #202027; }
.phone-summary small, .phone-summary strong, .phone-summary span { display: block; }
.phone-summary small { font-size: .45rem; }
.phone-summary strong { margin: .1rem 0; font-family: Manrope, sans-serif; font-size: 1.18rem; line-height: 1.1; }
.phone-summary span { overflow: hidden; color: #8c8c96; font-size: .45rem; text-overflow: ellipsis; white-space: nowrap; }
.phone-next { margin-top: .5rem; padding: .65rem; border: 1px solid rgba(255,118,24,.16); border-radius: .75rem; background: linear-gradient(145deg, rgba(255,118,24,.09), #202027 70%); }
.phone-next-head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.phone-next-head > span { color: var(--green); font-size: .45rem; white-space: nowrap; }
.phone-next > strong { display: block; margin: .16rem 0 .45rem; font-size: .68rem; }
.phone-next-person { display: grid; grid-template-columns: 1.65rem 1fr; align-items: center; gap: .45rem; }
.phone-next-person > span { width: 1.65rem; height: 1.65rem; display: grid; place-items: center; border-radius: .5rem; background: #393943; color: var(--orange-soft); font-size: .48rem; font-weight: 800; }
.phone-next-person small, .phone-next-person b { display: block; }
.phone-next-person small { font-size: .42rem; }
.phone-next-person b { color: #d7d7de; font-size: .55rem; }
.phone-nav { margin-top: .72rem; display: flex; justify-content: center; gap: 2.2rem; }
.phone-nav i { width: .9rem; height: .35rem; border-radius: 999px; background: #4c4c55; }
.phone-nav i:first-child { background: var(--orange); }

.proof-section { background: var(--paper); color: var(--ink); }
.proof-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6rem; align-items: center; }
.proof-quote { position: relative; }
.proof-quote > span { position: absolute; left: -1.3rem; top: -3rem; color: var(--orange); font-family: Georgia, serif; font-size: 8rem; opacity: .24; }
blockquote { position: relative; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2rem, 3.5vw, 3.7rem); font-weight: 700; line-height: 1.18; letter-spacing: -.045em; }
.proof-facts article { padding: 1.2rem 0; border-bottom: 1px solid #d9d9d4; }
.proof-facts strong { font-family: Manrope, sans-serif; font-size: 1.25rem; }
.proof-facts p { margin: .25rem 0 0; color: #6f6f75; }

.faq { background: #101014; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; }
.faq .section-heading > p:last-child { color: #92929b; }
.accordion { border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; padding: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; border: 0; background: none; color: white; text-align: left; cursor: pointer; font-weight: 700; font-size: 1.05rem; }
.accordion button i { position: relative; flex: 0 0 1.5rem; width: 1.5rem; height: 1.5rem; border: 1px solid var(--line); border-radius: 50%; }
.accordion button i::before, .accordion button i::after { content: ""; position: absolute; left: .38rem; right: .38rem; top: .69rem; height: 1px; background: var(--orange); }
.accordion button i::after { transform: rotate(90deg); transition: .2s; }
.accordion button[aria-expanded="true"] i::after { transform: rotate(0); }
.answer p { margin: -.45rem 2.5rem 1.6rem 0; color: #9d9da6; }

.cta-section { padding: 2rem 0 8rem; background: #101014; }
.cta-card { padding: 5rem; border: 1px solid rgba(255,118,24,.32); border-radius: 2rem; background: radial-gradient(circle at 85% 15%, rgba(255,118,24,.17), transparent 25%), #17171c; text-align: center; }
.cta-card h2 { max-width: 850px; margin: 0 auto; font-size: clamp(2.7rem, 5vw, 5rem); }
.cta-card > p:not(.kicker):not(.contact-note) { max-width: 620px; margin: 1.3rem auto 2rem; color: #aaaab3; }
.cta-actions { justify-content: center; }
.contact-details { max-width: 660px; margin: 2.1rem auto 0; padding-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-top: 1px solid var(--line); text-align: left; }
.contact-details a { padding: .9rem 1rem; border-radius: .9rem; background: rgba(255,255,255,.035); transition: background .2s, transform .2s; }
.contact-details a:hover { background: rgba(255,255,255,.075); transform: translateY(-2px); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: #7f7f89; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { margin-top: .15rem; color: #e6e6eb; font-size: .95rem; }

.footer { border-top: 1px solid var(--line); background: #09090b; }
.footer-main { min-height: 8rem; display: flex; align-items: center; gap: 2rem; }
.footer-main p { margin-right: auto; color: #767680; }
.footer .official-brand { width: 150px; }
.footer-links { display: flex; align-items: center; gap: 1.3rem; color: #bcbcc5; font-size: .88rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { padding: 1rem 0 1.6rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); color: #666670; font-size: .75rem; }

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

@media (max-width: 980px) {
  .hero { padding-top: 8rem; }
  .hero-layout { grid-template-columns: 1fr; gap: 4rem; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: min(720px, 92%); margin: 0 auto; }
  .operation-layout, .proof-layout, .faq-layout { grid-template-columns: 1fr; gap: 3rem; }
  .operation-copy { position: static; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .outcome-card:last-child { grid-column: 1 / -1; }
  .role-panel { padding: 3rem; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 1.4rem, 1180px); }
  .section { padding: 5.5rem 0; }
  .nav-wrap { min-height: 4.75rem; }
  .official-brand { width: 88px; }
  .menu-button { display: block; }
  .nav { position: fixed; inset: 4.5rem .7rem auto; padding: 1rem; display: none; align-items: stretch; flex-direction: column; gap: .2rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(20,20,25,.98); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: .8rem; }
  .nav-login { text-align: center; }
  .hero { min-height: auto; padding: 7.5rem 0 5rem; }
  .hero-layout { gap: 3.2rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .proof-line { align-items: flex-start; }
  .product-stage { width: 100%; padding: 0 .2rem; }
  .app-shell { transform: none; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric:last-child { grid-column: 1 / -1; }
  .floating-plan { right: -.2rem; top: 5rem; }
  .floating-checkin { left: -.2rem; bottom: -1.7rem; }
  .trust-grid { padding: 1rem 0; grid-template-columns: 1fr 1fr; }
  .trust-grid p { padding: .7rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid p:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card, .outcome-card:last-child { grid-column: auto; min-height: 410px; }
  .role-tabs { grid-template-columns: 1fr; gap: .25rem; }
  .role-panel { grid-template-columns: 1fr; padding: 2rem 1.2rem; }
  .role-phone { margin-top: 1rem; }
  .cta-card { width: calc(100% - 1.4rem); padding: 3.2rem 1.1rem; border-radius: 1.4rem; }
  .cta-actions .button { width: 100%; }
  .contact-details { grid-template-columns: 1fr; }
  .footer-main { padding: 2rem 0; align-items: flex-start; flex-direction: column; gap: .6rem; }
  .footer-main p { margin: 0; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: .55rem; }
}

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