:root {
  --ink: #101113;
  --ink-soft: #1b1d20;
  --yellow: #ffc400;
  --yellow-soft: #ffe99a;
  --cream: #f7f7f2;
  --white: #fff;
  --muted: #666b70;
  --line: #dedfd9;
  --green: #14a46f;
  --shadow: 0 26px 70px rgba(15, 16, 18, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Manrope, system-ui, sans-serif; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1380px, calc(100% - 44px)); margin: auto; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; width: 0; height: 3px; z-index: 200; background: var(--yellow); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 247, 242, .88); border-bottom: 1px solid rgba(30, 30, 30, .08); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 38px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 46px; height: 46px; border-radius: 13px; box-shadow: 0 8px 20px rgba(20, 20, 20, .16); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 21px; letter-spacing: -.03em; }
.brand small { margin-top: 2px; color: #707277; font-size: 10px; }
.nav { display: flex; justify-content: center; gap: 34px; flex: 1; }
.nav a { position: relative; padding: 30px 0 26px; font-size: 13px; font-weight: 800; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 3px; background: var(--yellow); border-radius: 3px; transform: scaleX(0); transition: .25s; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.lang-switch button { padding: 6px 8px; border: 0; border-radius: 7px; color: #74767a; background: transparent; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.lang-switch button.active { color: var(--ink); background: var(--yellow); }
.menu-toggle { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 23px; border: 1px solid transparent; border-radius: 13px; font-size: 13px; font-weight: 800; transition: .25s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(15, 16, 18, .18); }
.btn-dark { color: var(--yellow); background: var(--ink); }
.btn-light { color: var(--ink); border-color: rgba(15, 16, 18, .22); background: rgba(255, 255, 255, .78); }
.btn-sm { padding: 12px 17px; }

.hero { position: relative; overflow: hidden; padding: 62px 0 0; background: radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .5), transparent 22%), linear-gradient(145deg, #ffd52a 0%, #ffbd00 64%, #f2a900 100%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(16,17,19,.22) 1px,transparent 1px), linear-gradient(90deg,rgba(16,17,19,.22) 1px,transparent 1px); background-size: 62px 62px; transform: perspective(600px) rotateX(56deg) scale(1.4); transform-origin: center bottom; }
.hero-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 50px; min-height: 590px; }
.hero-copy { padding: 22px 0 80px; }
.eyebrow { display: inline-flex; padding: 8px 13px; border: 1px solid rgba(16, 17, 19, .22); border-radius: 999px; background: rgba(255, 255, 255, .35); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
h1 { max-width: 700px; margin: 20px 0; font-size: clamp(43px, 4.6vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
h1 span { display: block; color: var(--white); text-shadow: 0 4px 22px rgba(105, 76, 0, .16); }
.hero-copy > p { max-width: 620px; color: #332b18; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin: 29px 0 25px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; font-size: 11px; font-weight: 700; }
.hero-trust span::before { content: "✓"; display: inline-grid; width: 18px; height: 18px; margin-right: 6px; place-items: center; border-radius: 50%; color: var(--yellow); background: var(--ink); }
.hero-media { position: relative; height: 530px; }
.dashboard-frame { position: absolute; top: 58px; right: -12%; width: 108%; padding: 10px; border-radius: 24px; background: #111214; box-shadow: 0 40px 80px rgba(69, 48, 0, .34); transform: rotate(-1.4deg); }
.dashboard-frame img { width: 100%; height: 415px; object-fit: cover; object-position: left top; border-radius: 15px; }
.phone-preview { position: absolute; z-index: 5; bottom: 0; left: -3%; width: 158px; padding: 6px; overflow: hidden; border-radius: 27px; background: #111214; box-shadow: 0 30px 65px rgba(28, 20, 0, .35); transform: rotate(-4deg); }
.phone-preview::before { content: ""; position: absolute; z-index: 2; top: 6px; left: 50%; width: 48px; height: 13px; border-radius: 0 0 10px 10px; background: #111214; transform: translateX(-50%); }
.phone-preview img { width: 100%; height: 345px; object-fit: cover; object-position: top; border-radius: 21px; }
.float-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.6); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.fc-book { top: 16px; right: 2%; padding: 15px 18px; }
.fc-book b, .fc-book strong, .fc-book span { display: block; }
.fc-book b, .fc-book span { font-size: 10px; }
.fc-book strong { font-size: 30px; }
.fc-book span { color: var(--muted); }
.fc-unit { bottom: 13px; left: 15%; display: flex; align-items: center; gap: 12px; padding: 14px 18px; }
.fc-unit i { width: 15px; height: 15px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(20,164,111,.13); }
.fc-unit b, .fc-unit span { display: block; font-size: 11px; }
.fc-unit span { margin-top: 2px; color: var(--muted); }
.metric-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: -64px; padding: 24px; border: 1px solid #ecece6; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.metric-strip article { display: flex; gap: 17px; align-items: center; padding: 7px 25px; border-right: 1px solid var(--line); }
.metric-strip article:last-child { border: 0; }
.metric-strip strong { color: #c18b00; font-size: 13px; }
.metric-strip b, .metric-strip span { display: block; }
.metric-strip b { font-size: 14px; }
.metric-strip span { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.section { padding: 118px 0 80px; }
.section-heading { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.section-heading > span { color: #a97800; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.section-heading h2, .workflow-copy h2, .faq-copy h2 { margin: 11px 0; font-size: clamp(32px, 3.5vw, 50px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p, .workflow-copy > p, .faq-copy > p { color: var(--muted); line-height: 1.75; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.feature-card { min-height: 270px; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.feature-card h3 { margin: 18px 0 10px; font-size: 21px; line-height: 1.25; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-wide { grid-column: span 2; }
.dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.dark p { color: #b8bbc0; }
.yellow { background: var(--yellow); border-color: #e4ad00; }
.yellow p { color: #40340d; }
.tag { color: #d99d00; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.icon-box { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #9d7200; background: #fff1bd; font-size: 20px; }
.dark-icon { color: var(--yellow); background: var(--ink); }
.mini-flow { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 28px; }
.mini-flow span { padding: 9px 11px; border: 1px solid #393b3e; border-radius: 9px; color: #f3f3ef; font-size: 10px; }
.mini-flow i { color: var(--yellow); font-style: normal; }
.bars { display: flex; align-items: end; gap: 7px; height: 80px; margin-top: 24px; }
.bars i { flex: 1; border-radius: 7px 7px 3px 3px; background: var(--ink); }
.bars i:nth-child(1) { height: 34%; }.bars i:nth-child(2) { height: 70%; }.bars i:nth-child(3) { height: 52%; }.bars i:nth-child(4) { height: 92%; }.bars i:nth-child(5) { height: 77%; }
.visual-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; grid-column: span 3; min-height: 320px; padding-right: 0; }
.visual-card img { align-self: end; width: 100%; height: 285px; object-fit: cover; object-position: left top; border: 7px solid var(--ink); border-right: 0; border-bottom: 0; border-radius: 18px 0 0 0; }

.workflow-section { padding-top: 90px; color: var(--white); background: var(--ink); }
.workflow-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.workflow-copy > p { color: #b6b9bd; }
.status-line { position: relative; display: grid; gap: 18px; margin-top: 35px; padding-left: 28px; }
.status-line::before { content: ""; position: absolute; top: 12px; bottom: 12px; left: 8px; width: 2px; background: #45474a; }
.status-line span { position: relative; color: #777a7f; font-size: 12px; font-weight: 800; }
.status-line span::before { content: ""; position: absolute; top: 2px; left: -25px; width: 10px; height: 10px; border: 2px solid #777a7f; border-radius: 50%; background: var(--ink); }
.status-line .done { color: #f0f0ed; }.status-line .done::before { border-color: var(--green); background: var(--green); }
.status-line .active { color: var(--yellow); }.status-line .active::before { border-color: var(--yellow); box-shadow: 0 0 0 6px rgba(255,196,0,.12); }
.workflow-image { padding: 10px; border: 1px solid #36383b; border-radius: 23px; background: #202225; }
.workflow-image img { width: 100%; height: 540px; object-fit: cover; object-position: left top; border-radius: 14px; }

.device-section { background: #fff; }
.role-showcase { display: grid; gap: 20px; }
.role-panel { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); box-shadow: 0 22px 60px rgba(16,17,19,.08); }
.role-copy { align-self: center; padding: 42px; }
.role-badge { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #9b7000; background: #fff0b5; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.role-copy h3 { margin: 17px 0 12px; font-size: clamp(29px,3vw,43px); line-height: 1.08; letter-spacing: -.045em; }
.role-copy p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.role-copy ul { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.role-copy li { position: relative; padding-left: 28px; font-size: 12px; font-weight: 750; }
.role-copy li::before { content: "✓"; position: absolute; top: -1px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 6px; color: var(--yellow); background: var(--ink); font-size: 10px; }
.owner-devices { position: relative; min-height: 520px; overflow: hidden; background: radial-gradient(circle at 70% 15%,rgba(255,255,255,.6),transparent 28%),linear-gradient(145deg,#ffd52a,#f5ad00); }
.owner-tablet { position: absolute; top: 78px; right: -9%; width: 96%; padding: 8px; border-radius: 21px; background: var(--ink); box-shadow: 0 30px 55px rgba(91,60,0,.3); transform: rotate(-1.5deg); }
.owner-tablet img { width: 100%; height: 345px; object-fit: cover; object-position: left top; border-radius: 13px; }
.owner-phone { position: absolute; z-index: 3; bottom: -18px; left: 4%; width: 145px; padding: 6px; border-radius: 26px; background: var(--ink); box-shadow: 0 24px 50px rgba(40,28,0,.35); transform: rotate(4deg); }
.owner-phone img { width: 100%; height: 330px; object-fit: cover; object-position: top; border-radius: 20px; }
.staff-panel { color: #fff; background: var(--ink); border-color: var(--ink); }
.staff-panel .role-badge { color: var(--yellow); background: #2b2d30; }
.staff-panel .role-copy p { color: #b9bcc0; }
.staff-panel .role-copy li::before { color: var(--ink); background: var(--yellow); }
.staff-phones { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: end; padding: 34px 30px 0 0; overflow: hidden; background: radial-gradient(circle at 50% 100%,rgba(255,196,0,.18),transparent 60%); }
.staff-phones figure { margin: 0; padding: 6px 6px 0; border-radius: 24px 24px 0 0; background: #2a2c30; box-shadow: 0 24px 50px rgba(0,0,0,.35); }
.staff-phones figure:nth-child(2) { transform: translateY(-28px); }
.staff-phones img { width: 100%; height: 405px; object-fit: cover; object-position: top; border-radius: 18px 18px 0 0; }
.staff-phones figcaption { padding: 10px 5px 13px; color: #d4d6d8; font-size: 10px; font-weight: 800; text-align: center; }

.screens { background: #efefe9; }
.screen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.screen-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 16px 45px rgba(16,17,19,.06); }
.screen-card > div { padding: 24px 24px 20px; }
.screen-card span { color: #b48100; font-size: 10px; font-weight: 800; }
.screen-card h3 { margin: 8px 0 5px; font-size: 19px; }
.screen-card p { margin: 0; color: var(--muted); font-size: 12px; }
.screen-card img { width: 100%; height: 280px; object-fit: cover; object-position: left top; border-top: 1px solid var(--line); }

.faq-section { padding-top: 84px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.faq-item button { display: flex; width: 100%; justify-content: space-between; padding: 20px 22px; border: 0; color: var(--ink); background: transparent; font: inherit; font-size: 13px; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button span:last-child { font-size: 20px; transition: .2s; }
.faq-item p { display: none; margin: -4px 22px 20px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq-item.open p { display: block; }.faq-item.open button span:last-child { transform: rotate(45deg); }

.cta { padding: 10px 0 70px; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 35px 40px; border-radius: 24px; background: var(--yellow); box-shadow: 0 24px 50px rgba(183,129,0,.2); }
.cta-card > div:first-child > span { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.cta-card h2 { margin: 8px 0; font-size: 30px; letter-spacing: -.04em; }
.cta-card p { margin: 0; color: #493a0c; font-size: 13px; }
.cta-actions { display: flex; gap: 12px; min-width: max-content; }

footer { padding: 31px 0; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-grid > p { color: var(--muted); font-size: 11px; text-align: center; }
.footer-grid > div { display: flex; flex-wrap: wrap; gap: 20px; font-size: 11px; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s, transform .75s; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .13s; }.delay-2 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 20px; }
  .hero-copy { padding-bottom: 0; }
  .hero-media { height: 560px; }
  .dashboard-frame { right: -4%; width: 96%; }
  .phone-preview { left: 1%; }
  .bento { grid-template-columns: 1fr 1fr; }
  .visual-card { grid-column: span 2; }
  .workflow-layout { grid-template-columns: 1fr; }
  .workflow-image img { height: 480px; }
  .role-panel { grid-template-columns: 1fr; }
  .role-copy { padding: 34px; }
  .owner-devices { min-height: 480px; }
  .staff-phones { min-height: 500px; padding-left: 30px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 1380px); }
  .nav-wrap { height: 72px; }
  .nav, .header-actions .btn { display: none; }
  .menu-toggle { display: grid; margin-left: auto; width: 42px; height: 42px; place-content: center; gap: 5px; border: 0; border-radius: 11px; background: var(--white); }
  .menu-toggle span { width: 19px; height: 2px; background: var(--ink); }
  .nav.open { position: absolute; top: 72px; right: 14px; left: 14px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .nav.open a { padding: 12px; }.nav.open a::after { display: none; }
  .lang-switch { margin-left: auto; }
  .hero { padding-top: 30px; }
  .hero-media { height: 430px; }
  .dashboard-frame { top: 35px; width: 104%; }
  .dashboard-frame img { height: 330px; }
  .phone-preview { width: 120px; }
  .phone-preview img { height: 265px; }
  .fc-unit { left: 24%; }
  .metric-strip { grid-template-columns: 1fr; margin-bottom: -50px; }
  .metric-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-top: 92px; }
  .screen-grid { grid-template-columns: 1fr; }
  .screen-card img { height: 390px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .owner-tablet { width: 106%; }
  .staff-phones { min-height: 460px; }
  .staff-phones img { height: 355px; }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .cta-actions { width: 100%; min-width: 0; }
  .cta-actions .btn { flex: 1; }
  .footer-grid { flex-direction: column; text-align: center; }
}

@media (max-width: 580px) {
  h1 { font-size: 43px; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .hero-media { height: 320px; }
  .dashboard-frame { right: -8%; width: 112%; padding: 6px; border-radius: 15px; }
  .dashboard-frame img { height: 235px; border-radius: 10px; }
  .phone-preview { bottom: 1px; left: -1%; width: 92px; padding: 4px; border-radius: 18px; }
  .phone-preview::before { top: 4px; width: 31px; height: 8px; }
  .phone-preview img { height: 195px; border-radius: 14px; }
  .fc-book { right: -2%; }.fc-unit { bottom: 5px; left: 1%; }
  .bento { grid-template-columns: 1fr; }
  .feature-wide, .visual-card { grid-column: span 1; }
  .visual-card { grid-template-columns: 1fr; padding-right: 29px; }
  .visual-card img { height: 215px; border-right: 7px solid var(--ink); border-bottom: 7px solid var(--ink); border-radius: 15px; }
  .mini-flow i { display: none; }
  .workflow-image img { height: 310px; }
  .role-copy { padding: 28px 23px; }
  .owner-devices { min-height: 350px; }
  .owner-tablet { top: 52px; width: 112%; padding: 5px; }
  .owner-tablet img { height: 230px; }
  .owner-phone { bottom: -10px; left: 2%; width: 92px; padding: 4px; border-radius: 18px; }
  .owner-phone img { height: 210px; border-radius: 14px; }
  .staff-phones { min-height: 385px; gap: 7px; padding: 28px 8px 0; }
  .staff-phones figure { padding: 4px 4px 0; border-radius: 15px 15px 0 0; }
  .staff-phones figure:nth-child(2) { transform: translateY(-18px); }
  .staff-phones img { height: 295px; border-radius: 11px 11px 0 0; }
  .staff-phones figcaption { padding: 8px 2px 10px; font-size: 8px; }
  .screen-card img { height: 250px; }
  .cta-card { padding: 28px 23px; }
  .cta-card h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
