:root {
  --navy: #06101f;
  --navy-2: #0a1729;
  --navy-3: #10223b;
  --paper: #f3f4f6;
  --white: #fbfcfe;
  --ink: #101722;
  --blue: #0878f9;
  --blue-soft: #63b7ff;
  --silver: #cfd6df;
  --muted: #8c98a9;
  --line-dark: rgba(194, 210, 232, .16);
  --line-light: #d7dce3;
  --brand: "Sora", "Segoe UI", sans-serif;
  --display: "Manrope", "Segoe UI", sans-serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; overflow-x: hidden; background: var(--navy); color: var(--white); font-family: var(--sans); font-size: 16px; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 100; padding: 12px 16px; background: white; color: black; }
.skip-link:focus { top: 18px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; display: flex; align-items: center; padding: 0 max(30px, 5vw); border-bottom: 1px solid transparent; transition: background .25s, height .25s, border-color .25s; }
.site-header.scrolled { height: 68px; border-color: var(--line-dark); background: rgba(6, 16, 31, .9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-emblem { position: relative; width: 49px; height: 28px; margin-right: 10px; overflow: hidden; }
.brand-emblem img { position: absolute; width: 88px; max-width: none; transform: translate(-20px, -13px); }
.brand-name { font: 600 19px/1 var(--brand); letter-spacing: -.065em; }
.brand-name span { color: var(--blue-soft); }
.brand small { margin-left: 8px; color: #8c99aa; font-size: 8px; letter-spacing: .08em; }
.main-nav { display: flex; gap: 34px; margin: 0 auto; }
.main-nav a { position: relative; color: #abb5c3; font-size: 12px; transition: color .2s; }
.main-nav a::after { position: absolute; right: 100%; bottom: -10px; left: 0; height: 1px; background: var(--blue); content: ""; transition: right .2s; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { right: 0; }
.header-access { padding-bottom: 7px; border-bottom: 1px solid #4e6786; font-size: 12px; }
.header-access span { margin-left: 10px; color: var(--blue-soft); }
.language-switcher { display: inline-flex; align-items: center; flex-shrink: 0; gap: 7px; margin-right: 24px; padding: 5px 8px; border: 1px solid rgba(194, 210, 232, .18); border-radius: 999px; background: rgba(255, 255, 255, .025); }
.language-switcher button { min-width: 22px; padding: 0; border: 0; background: transparent; color: #6f7d90; cursor: pointer; font: 600 9px/1 var(--sans); letter-spacing: .08em; transition: color .2s; }
.language-switcher button:hover, .language-switcher button.active { color: white; }
.language-switcher button.active { text-shadow: 0 0 12px rgba(99, 183, 255, .72); }
.language-switcher span { width: 1px; height: 10px; background: rgba(194, 210, 232, .22); }
.menu-button { display: none; width: 38px; height: 38px; margin-left: auto; border: 0; background: transparent; }
.menu-button span { display: block; width: 20px; height: 1px; margin: 5px auto; background: white; transition: transform .2s; }

.hero { position: relative; min-height: 860px; height: 100svh; display: grid; grid-template-columns: minmax(480px, .88fr) minmax(520px, 1.12fr); align-items: center; gap: 6vw; padding: 115px max(30px, 6vw) 90px; overflow: hidden; background: radial-gradient(circle at 82% 28%, rgba(11, 94, 211, .18), transparent 33%), linear-gradient(135deg, #030913 0%, #071426 55%, #07101e 100%); }
.hero::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(146, 176, 217, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(146, 176, 217, .13) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, black, transparent 72%); content: ""; }
.hero-copy, .hero-identity { position: relative; z-index: 2; }
.eyebrow { margin: 0; color: #9eaabc; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 28px; height: 1px; margin-right: 12px; background: var(--blue); vertical-align: middle; content: ""; }
.eyebrow.dark { color: #687384; }
.hero h1 { max-width: 760px; margin: 28px 0; font: 500 clamp(60px, 6.3vw, 112px)/.92 var(--display); letter-spacing: -.072em; }
.hero-lede { max-width: 600px; color: #abb6c5; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid var(--line-dark); font-size: 12px; font-weight: 500; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button span { margin-left: 13px; }
.button-primary { border-color: var(--blue); background: var(--blue); box-shadow: inset 0 1px rgba(255, 255, 255, .2); }
.button-primary:hover { background: #1485ff; }
.button-secondary { background: rgba(255, 255, 255, .025); }
.button-secondary:hover { border-color: #65758b; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 46px; color: #6e7a8d; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.hero-note > span { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.hero-note b { color: #aeb8c5; font-weight: 500; }
.hero-identity { align-self: center; padding: 18px; border: 1px solid var(--line-dark); background: rgba(4, 13, 27, .54); box-shadow: 0 35px 100px rgba(0, 0, 0, .35); }
.hero-identity::before { position: absolute; inset: 17%; border: 1px solid rgba(20, 123, 255, .17); content: ""; transform: rotate(45deg); }
.hero-identity > img { position: relative; display: block; width: 100%; }
.identity-label, .identity-caption { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #76849a; font-size: 8px; letter-spacing: .15em; }
.identity-label { padding: 3px 2px 15px; }
.identity-caption { align-items: center; padding: 15px 2px 3px; }
.identity-caption i { flex: 1; height: 1px; margin: 0 18px; background: #25364d; }
.hero-rule { position: absolute; right: 6vw; bottom: 31px; left: 6vw; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); color: #657286; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.hero-rule span { padding: 18px 0 0; }

.section-label { color: #687383; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.section-label span { margin-right: 16px; color: var(--blue); }
.section-label.light { color: #7f8da1; }
.intro { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; align-content: center; column-gap: 8vw; padding: 135px max(30px, 7vw); background: var(--paper); color: var(--ink); }
.intro > .section-label { grid-column: 1 / -1; margin-bottom: 90px; }
.intro-heading h2, .flow-heading h2, .company h2 { margin: 24px 0 0; font: 500 clamp(50px, 5vw, 86px)/1 var(--display); letter-spacing: -.062em; }
.intro-copy { max-width: 510px; padding: 50px 0 0 42px; border-left: 1px solid #aeb7c2; }
.intro-copy p { margin: 0 0 24px; color: #596473; font-size: 17px; line-height: 1.75; }

.product-section { position: relative; min-height: 1250px; padding: 140px max(24px, 5vw); background: #050c17; }
.product-heading { display: grid; grid-template-columns: .75fr 1.6fr .85fr; align-items: end; gap: 5vw; max-width: 1500px; margin: 0 auto 74px; }
.product-heading h2 { margin: 23px 0 0; font: 500 clamp(48px, 5.2vw, 88px)/.99 var(--display); letter-spacing: -.063em; }
.product-heading h2 em, .config-copy h2 em { color: #a4aebb; font-style: normal; }
.product-heading > p { max-width: 360px; margin: 0 0 4px; color: #8f9bac; font-size: 15px; line-height: 1.72; }
.app-window { max-width: 1480px; min-height: 760px; display: grid; grid-template-columns: 210px 1fr; margin: 0 auto; overflow: hidden; border: 1px solid rgba(184, 205, 233, .2); border-radius: 10px; background: #f6f8fb; color: #192333; box-shadow: 0 50px 140px rgba(0, 0, 0, .58); }
.app-sidebar { display: flex; flex-direction: column; padding: 24px 14px 18px; background: #0b1728; color: #9eabba; }
.app-brand { display: flex; align-items: center; gap: 10px; padding: 0 9px 30px; color: white; }
.app-brand > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: var(--blue); font: 600 13px var(--display); }
.app-brand b { font: 600 15px var(--brand); letter-spacing: -.065em; }
.app-brand i { color: #5db2ff; font-style: normal; }
.app-sidebar nav { display: grid; gap: 5px; }
.app-sidebar nav a { display: flex; align-items: center; gap: 11px; min-height: 40px; padding: 0 12px; border-radius: 6px; font-size: 11px; }
.app-sidebar nav a:hover, .app-sidebar nav a.active { background: #142b49; color: white; }
.app-sidebar nav a > b { display: grid; place-items: center; width: 18px; height: 18px; margin-left: auto; border-radius: 50%; background: var(--blue); color: white; font-size: 8px; }
.nav-icon { width: 14px; height: 14px; border: 1px solid #62748b; border-radius: 3px; }
.active .nav-icon { border-color: #6bb9ff; }
.home-icon { transform: rotate(45deg) scale(.72); }
.inbox-icon { border-radius: 50%; }
.calendar-icon::before { display: block; height: 3px; border-bottom: 1px solid #62748b; content: ""; }
.people-icon { border-radius: 50%; }
.team-icon { border-radius: 50% 50% 3px 3px; }
.sidebar-foot { display: flex; align-items: center; gap: 9px; margin-top: auto; padding: 14px 8px 0; border-top: 1px solid var(--line-dark); }
.sidebar-foot > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #233753; color: white; font-size: 8px; }
.sidebar-foot p { display: grid; gap: 2px; margin: 0; }
.sidebar-foot b { color: #d9e0e9; font-size: 9px; }
.sidebar-foot small { font-size: 8px; }
.app-main { min-width: 0; }
.app-topbar { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #dfe4ea; background: white; }
.app-topbar > span { color: #6b7686; font-size: 10px; }
.app-topbar > div { display: flex; align-items: center; gap: 9px; }
.app-topbar button { width: 30px; height: 30px; border: 1px solid #dce2e9; border-radius: 50%; background: white; color: #7d8998; }
.user-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #102847; color: white; font-size: 8px; }
.product-view { display: none; min-height: 696px; padding: 36px; }
.product-view.active { display: block; animation: view-in .3s ease; }
.view-heading { display: flex; align-items: start; justify-content: space-between; margin-bottom: 30px; }
.view-heading small, .schedule-panel header small, .attention-panel header small { color: #8a97a8; font-size: 7px; font-weight: 600; letter-spacing: .15em; }
.view-heading h3 { margin: 8px 0 5px; font: 600 clamp(24px, 2.4vw, 38px) var(--display); letter-spacing: -.045em; }
.view-heading p { margin: 0; color: #7d8998; font-size: 11px; }
.view-heading > button { padding: 10px 13px; border: 0; border-radius: 5px; background: var(--blue); color: white; font-size: 9px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-grid article { min-height: 148px; display: grid; grid-template-columns: 1fr auto; align-content: start; padding: 18px; border: 1px solid #e0e5eb; border-radius: 7px; background: white; }
.metric-icon { grid-column: 2; grid-row: 1 / 3; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; font-size: 10px; }
.metric-icon.blue { background: #e7f2ff; color: var(--blue); }
.metric-icon.silver { background: #edf0f4; color: #738297; }
.metric-icon.amber { background: #fff1d9; color: #b87612; }
.metric-grid p { margin: 0; color: #6e7b8d; font-size: 9px; }
.metric-grid strong { margin-top: 10px; font: 600 31px var(--display); }
.metric-grid small { grid-column: 1 / -1; margin-top: 12px; color: #9aa4b2; font-size: 8px; }
.workspace-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; margin-top: 12px; }
.workspace-grid > article { min-height: 335px; padding: 21px; border: 1px solid #e0e5eb; border-radius: 7px; background: white; }
.workspace-grid header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 15px; border-bottom: 1px solid #e7ebef; }
.workspace-grid h4 { margin: 5px 0 0; font: 600 14px var(--display); }
.workspace-grid header a { color: var(--blue); font-size: 8px; }
.appointment { display: grid; grid-template-columns: 45px 7px 1fr 30px; align-items: center; gap: 11px; min-height: 76px; border-bottom: 1px solid #edf0f3; }
.appointment time { color: #4c5a6d; font-size: 9px; font-weight: 600; }
.appointment > span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.appointment > span.pending { background: #e8a52e; }
.appointment p { display: grid; gap: 4px; margin: 0; }
.appointment b { font-size: 10px; }
.appointment small { color: #8d98a7; font-size: 8px; }
.appointment em { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #eef2f6; color: #5e6c7d; font-size: 7px; font-style: normal; }
.attention-panel > div { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; min-height: 76px; border-bottom: 1px solid #edf0f3; }
.channel { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; color: white; font-size: 7px; }
.channel.whatsapp { background: #1aaf74; }
.channel.web { background: #3878d6; }
.attention-panel p { min-width: 0; display: grid; gap: 4px; margin: 0; }
.attention-panel b { font-size: 9px; }
.attention-panel small { overflow: hidden; color: #8b96a5; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.attention-panel time { color: #9aa4b2; font-size: 7px; }

.view-heading.compact { margin-bottom: 25px; }
.inbox-layout { height: 500px; display: grid; grid-template-columns: 310px 1fr; overflow: hidden; border: 1px solid #dfe4ea; border-radius: 7px; background: white; }
.thread-list { border-right: 1px solid #e1e6ec; }
.thread-list label { display: block; margin: 15px; padding: 10px 12px; border-radius: 5px; background: #f3f5f8; color: #99a4b2; font-size: 8px; }
.thread-list article { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; min-height: 84px; padding: 13px 15px; border-top: 1px solid #edf0f3; }
.thread-list article.selected { background: #eaf4ff; box-shadow: inset 2px 0 var(--blue); }
.thread-list article > span, .conversation-pane header > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #dfe6ef; color: #45556a; font-size: 8px; }
.thread-list p, .conversation-pane header p { min-width: 0; display: grid; gap: 5px; margin: 0; }
.thread-list b, .conversation-pane header b { font-size: 9px; }
.thread-list small, .conversation-pane header small { overflow: hidden; color: #8c98a7; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.thread-list time { color: #9aa4b2; font-size: 7px; }
.conversation-pane header { height: 70px; display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; padding: 0 18px; border-bottom: 1px solid #e3e7ec; }
.conversation-pane header button { padding: 8px 10px; border: 1px solid #d9e0e8; border-radius: 5px; background: white; color: #657387; font-size: 8px; }
.messages { display: flex; flex-direction: column; gap: 12px; padding: 35px; background: #f7f8fa; height: calc(100% - 70px); }
.messages > p { max-width: 64%; display: grid; gap: 8px; margin: 0; padding: 13px 15px; border: 1px solid #e0e5eb; border-radius: 4px 12px 12px 12px; background: white; font-size: 9px; line-height: 1.5; }
.messages p.outgoing { align-self: end; border-color: #cce2fc; border-radius: 12px 4px 12px 12px; background: #e8f3ff; }
.messages small { justify-self: end; color: #9aa4b1; font-size: 7px; }
.context-card { align-self: end; min-width: 60%; display: grid; gap: 6px; padding: 13px; border-left: 2px solid var(--blue); background: white; box-shadow: 0 5px 20px #23395a12; }
.context-card small { justify-self: start; color: #8e9aaa; font-size: 7px; letter-spacing: .11em; }
.context-card b { font-size: 9px; }
.context-card span { color: var(--blue); font-size: 8px; }

.calendar-toolbar { display: flex; align-items: center; gap: 10px; height: 45px; padding: 0 13px; border: 1px solid #dfe4ea; border-radius: 6px 6px 0 0; background: white; }
.calendar-toolbar button { border: 0; background: transparent; color: #778497; }
.calendar-toolbar strong { font-size: 9px; }
.calendar-toolbar span { margin-left: auto; padding: 6px 9px; border: 1px solid #dce2e9; border-radius: 4px; color: #69768a; font-size: 8px; }
.week-grid { height: 475px; display: grid; grid-template-columns: 55px repeat(5, 1fr); border: 1px solid #dfe4ea; border-top: 0; background: white; }
.times { display: grid; grid-template-rows: repeat(6, 1fr); padding-top: 48px; border-right: 1px solid #e7ebef; color: #9ba5b2; font-size: 7px; }
.times span { padding: 8px; border-top: 1px solid #edf0f3; }
.day { position: relative; border-right: 1px solid #e7ebef; background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 70px, #edf0f3 71px); }
.day > b { height: 48px; display: flex; align-items: center; justify-content: center; gap: 6px; color: #8390a1; font-size: 7px; letter-spacing: .08em; }
.day > b i { color: #26354a; font: 600 10px var(--display); }
.day.today > b i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; }
.day article { position: absolute; top: var(--top); right: 6px; left: 6px; height: var(--height); padding: 9px; border-left: 2px solid var(--blue); border-radius: 3px; background: #e6f2ff; color: #2b557e; font-size: 8px; font-weight: 600; }
.day article small { display: block; margin-top: 5px; color: #6f8aa4; font-size: 7px; font-weight: 400; }
.day article.silver-booking { border-color: #75869d; background: #eef1f5; color: #566476; }
.day article.open-slot { border: 1px dashed #a7c5e8; background: transparent; color: #7195bd; font-weight: 400; }

.customer-table { overflow: hidden; border: 1px solid #dfe4ea; border-radius: 7px; background: white; }
.table-head, .customer-table article { display: grid; grid-template-columns: 1.3fr 1fr 1.1fr .8fr; align-items: center; min-height: 64px; padding: 0 20px; border-bottom: 1px solid #e8ecf0; }
.table-head { min-height: 40px; background: #f5f7f9; color: #8d98a7; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.customer-table article > span { color: #687588; font-size: 8px; }
.customer-table article > span:first-child { display: flex; align-items: center; gap: 10px; }
.customer-table article i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e4eaf1; color: #53647a; font-size: 7px; font-style: normal; }
.customer-table article b { display: grid; gap: 4px; color: #273446; font-size: 9px; }
.customer-table article small { color: #9aa4b2; font-size: 7px; font-weight: 400; }
.product-disclaimer { max-width: 1480px; margin: 17px auto 0; color: #606d7f; font-size: 8px; letter-spacing: .04em; }

.flow-section { min-height: 950px; padding: 140px max(30px, 7vw); background: var(--paper); color: var(--ink); }
.flow-heading { margin: 90px 0 80px; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bec6d0; }
.flow-grid article { min-height: 320px; display: flex; flex-direction: column; padding: 30px 28px; border-right: 1px solid var(--line-light); }
.flow-grid article:last-child { border: 0; }
.flow-grid article > span { color: var(--blue); font-size: 9px; }
.flow-grid h3 { margin: 80px 0 17px; font: 500 27px var(--display); letter-spacing: -.04em; }
.flow-grid p { margin: 0 0 26px; color: #616c7a; font-size: 14px; line-height: 1.7; }
.flow-grid small { margin-top: auto; color: #8a94a1; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.configuration { min-height: 940px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; padding: 140px max(30px, 7vw); background: #07101d; }
.config-copy .section-label { margin-bottom: 95px; }
.config-copy h2 { margin: 25px 0 30px; font: 500 clamp(50px, 5vw, 84px)/1 var(--display); letter-spacing: -.062em; }
.config-copy > p:not(.eyebrow) { max-width: 530px; color: #8d99aa; font-size: 16px; line-height: 1.75; }
.text-link { display: inline-block; margin-top: 32px; padding-bottom: 7px; border-bottom: 1px solid #4e6786; color: #c4ccd7; font-size: 11px; }
.text-link span { margin-left: 12px; color: var(--blue-soft); }
.config-map { border: 1px solid var(--line-dark); background: #0a1728; box-shadow: 0 35px 100px rgba(0, 0, 0, .28); }
.config-row { min-height: 112px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; padding: 0 25px; border-bottom: 1px solid var(--line-dark); }
.config-row > span { color: #6381a8; font-size: 9px; }
.config-row p { display: grid; gap: 8px; margin: 0; }
.config-row b { font: 500 15px var(--display); }
.config-row small { color: #78869a; font-size: 10px; }
.config-row i { color: #56b692; font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.config-row i::before { display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: #3bd094; content: ""; }
.core-bar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 25px; background: linear-gradient(90deg, #0b3b78, #0c2545); }
.core-bar span { font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.core-bar strong { color: #8fb8ea; font-size: 8px; font-weight: 500; letter-spacing: .08em; }

.company { min-height: 900px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; background: #e7eaee; color: var(--ink); }
.company-mark { align-self: stretch; display: grid; place-items: center; overflow: hidden; background: #071224; }
.company-mark img { width: 130%; max-width: none; }
.company-copy { padding: 100px 8vw; }
.company-copy .section-label { margin-bottom: 90px; }
.company-copy > p:not(.eyebrow) { max-width: 590px; margin: 32px 0 50px; color: #596574; font-size: 16px; line-height: 1.75; }
.principles { display: grid; border-top: 1px solid #bfc6cf; }
.principles span { display: grid; grid-template-columns: 55px 1fr; padding: 18px 0; border-bottom: 1px solid #cbd1d8; font-size: 11px; }
.principles b { color: var(--blue); font-size: 8px; }

.login-section { min-height: 820px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 9vw; padding: 130px max(30px, 8vw); background: linear-gradient(135deg, #0b1728, #07101d 62%, #0a1b31); }
.login-intro .section-label { margin-bottom: 90px; }
.login-intro h2 { margin: 25px 0 30px; font: 500 clamp(50px, 5vw, 84px)/1 var(--display); letter-spacing: -.062em; }
.login-intro > p:not(.eyebrow) { max-width: 550px; color: #8e9aac; font-size: 16px; line-height: 1.75; }
.login-card { width: min(100%, 480px); justify-self: end; overflow: hidden; border: 1px solid rgba(191, 209, 233, .24); border-radius: 10px; background: #f8fafc; color: var(--ink); box-shadow: 0 35px 100px rgba(0, 0, 0, .38); }
.login-card-head { min-height: 82px; display: flex; align-items: center; padding: 0 28px; border-bottom: 1px solid #dce2e9; background: white; }
.login-card-head .brand-emblem { margin-right: 13px; }
.login-card-head > div { display: grid; gap: 5px; }
.login-card-head b { font: 600 17px var(--brand); letter-spacing: -.065em; }
.login-card-head b span { color: var(--blue); }
.login-card-head small { color: #8b96a5; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.login-card-body { min-height: 410px; display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.login-card-body > span { color: #7e8a9b; font-size: 8px; font-weight: 600; letter-spacing: .16em; }
.login-card-body h3 { margin: 18px 0 10px; font: 600 37px var(--display); letter-spacing: -.05em; }
.login-card-body p { margin: 0 0 32px; color: #6c7888; font-size: 13px; line-height: 1.65; }
.login-button { width: 100%; }
.login-card-body > small { margin-top: 18px; color: #939daa; font-size: 8px; text-align: center; }

.final-cta { min-height: 900px; position: relative; display: flex; align-items: center; padding: 130px max(30px, 7vw) 120px; overflow: hidden; background: radial-gradient(circle at 77% 38%, rgba(16, 103, 220, .22), transparent 32%), #040b15; }
.final-cta::after { position: absolute; right: -12vw; width: 55vw; height: 55vw; border: 1px solid rgba(69, 136, 227, .15); border-radius: 50%; box-shadow: inset 0 0 0 8vw #040b15, inset 0 0 0 calc(8vw + 1px) rgba(69, 136, 227, .12), inset 0 0 0 16vw #040b15, inset 0 0 0 calc(16vw + 1px) rgba(69, 136, 227, .12); content: ""; }
.final-copy { position: relative; z-index: 2; }
.final-copy h2 { margin: 25px 0 30px; font: 500 clamp(66px, 8vw, 132px)/.91 var(--display); letter-spacing: -.07em; }
.final-copy > p:not(.eyebrow) { max-width: 540px; color: #8e9aab; font-size: 16px; line-height: 1.7; }
.final-copy .button { margin-top: 25px; }
.final-cta footer { position: absolute; right: max(30px, 7vw); bottom: 34px; left: max(30px, 7vw); z-index: 2; display: flex; align-items: center; gap: 20px; padding-top: 21px; border-top: 1px solid var(--line-dark); color: #6f7c8e; }
.final-cta footer p { margin: 0 auto; font-size: 8px; }
.final-cta footer nav { display: flex; gap: 20px; font-size: 8px; }
.final-cta footer nav a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes view-in { from { opacity: 0; transform: translateY(5px); } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 3vw; }
  .hero h1 { font-size: clamp(55px, 7.4vw, 82px); }
  .product-heading { grid-template-columns: 1fr 2fr; }
  .product-heading > p { display: none; }
  .app-window { grid-template-columns: 170px 1fr; }
  .product-view { padding: 26px; }
  .metric-grid article { padding: 14px; }
  .company-copy { padding-right: 5vw; padding-left: 5vw; }
}

@media (max-width: 850px) {
  .site-header { height: 70px; padding: 0 22px; }
  .header-access { margin-left: 0; }
  .language-switcher { margin: 0 14px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; margin: 0; padding: 18px 22px 26px; border-bottom: 1px solid var(--line-dark); background: rgba(6, 16, 31, .97); }
  .main-nav.open { display: grid; gap: 22px; }
  .hero { height: auto; min-height: 1050px; grid-template-columns: 1fr; align-content: center; padding: 125px 24px 100px; }
  .hero-copy { max-width: 700px; }
  .hero-identity { width: min(100%, 680px); margin-top: 35px; }
  .hero-rule { right: 24px; left: 24px; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hero-rule span:nth-child(n+3) { display: none; }
  .intro { min-height: 800px; grid-template-columns: 1fr; padding: 110px 24px; }
  .intro > .section-label { margin-bottom: 65px; }
  .intro-copy { max-width: 650px; margin-top: 55px; padding: 0 0 0 24px; }
  .product-section { padding: 110px 16px; }
  .product-heading { grid-template-columns: 1fr; margin: 0 8px 60px; }
  .product-heading .section-label { margin-bottom: 42px; }
  .app-window { min-height: 700px; grid-template-columns: 58px 1fr; }
  .app-sidebar { padding: 20px 8px; }
  .app-brand { justify-content: center; padding: 0 0 26px; }
  .app-brand b, .app-sidebar nav a:not(.active)::after, .app-sidebar nav a { font-size: 0; }
  .app-sidebar nav a { justify-content: center; gap: 0; padding: 0; }
  .app-sidebar nav a > b { display: none; }
  .sidebar-foot p { display: none; }
  .sidebar-foot { justify-content: center; padding: 14px 0 0; }
  .workspace-grid { grid-template-columns: 1fr; }
  .attention-panel { display: none; }
  .flow-section { padding: 110px 24px; }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid article:nth-child(2) { border-right: 0; }
  .flow-grid article { border-bottom: 1px solid var(--line-light); }
  .configuration { grid-template-columns: 1fr; gap: 75px; padding: 110px 24px; }
  .config-copy .section-label { margin-bottom: 65px; }
  .company { grid-template-columns: 1fr; }
  .company-mark { min-height: 470px; }
  .company-mark img { width: min(130%, 850px); }
  .company-copy { padding: 100px 24px; }
  .login-section { grid-template-columns: 1fr; gap: 70px; padding: 110px 24px; }
  .login-intro .section-label { margin-bottom: 65px; }
  .login-card { justify-self: start; }
  .final-cta { min-height: 820px; padding: 110px 24px 130px; }
  .final-cta footer { right: 24px; bottom: 24px; left: 24px; }
  .final-cta footer p { display: none; }
  .final-cta footer nav { margin-left: auto; }
}

@media (max-width: 620px) {
  .brand small { display: none; }
  .header-access { font-size: 10px; }
  .language-switcher { gap: 5px; margin: 0 8px; padding: 5px 7px; }
  .hero { min-height: 960px; }
  .hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .hero-identity { padding: 10px; }
  .identity-label, .identity-caption { font-size: 6px; }
  .intro-heading h2, .flow-heading h2, .company h2, .config-copy h2 { font-size: 45px; }
  .intro-copy p { font-size: 15px; }
  .product-heading h2 { font-size: 43px; }
  .app-window { height: 560px; min-height: 0; display: block; }
  .app-sidebar { display: none; }
  .app-main { width: 150%; min-width: 760px; transform: scale(.667); transform-origin: top left; }
  .product-view { min-height: 740px; }
  .product-disclaimer { margin-right: 8px; margin-left: 8px; line-height: 1.5; }
  .flow-heading { margin: 70px 0 55px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid article { min-height: 265px; padding-right: 10px; padding-left: 10px; border-right: 0; }
  .flow-grid h3 { margin-top: 55px; }
  .config-row { grid-template-columns: 32px 1fr; padding: 16px; }
  .config-row i { display: none; }
  .core-bar { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; padding: 16px; }
  .company-mark { min-height: 350px; }
  .company-mark img { width: 155%; }
  .login-intro h2 { font-size: 45px; }
  .login-card-body { min-height: 360px; padding: 34px 26px; }
  .final-copy h2 { font-size: 58px; }
  .final-cta footer nav { gap: 11px; }
  .final-cta footer .brand-name { font-size: 16px; }
  .final-cta footer .brand-emblem { display: none; }
}

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