:root {
  --navy: #061b38;
  --navy-2: #09284e;
  --blue: #1266f1;
  --violet: #5834f5;
  --cyan: #08b9e8;
  --ink: #0b203d;
  --muted: #647287;
  --line: #dfe7f0;
  --soft: #f4f7fb;
  --white: #fff;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", Arial, sans-serif; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { height: 78px; display: flex; align-items: center; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(222,230,240,.8); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 190px; display: block; }
.nav-links { display: flex; gap: 31px; margin-left: auto; }
.nav-links a { font-size: 14px; font-weight: 500; color: #3d4e65; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 17px; }
.login-link { color: #43546a; font-size: 12px; font-weight: 600; }
.login-link:hover { color: var(--blue); }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 9px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-outline { border: 1px solid #b9c7d7; }
.button-outline:hover { border-color: var(--blue); color: var(--blue); }
.button-primary { color: var(--white); background: linear-gradient(115deg, var(--blue), var(--violet)); box-shadow: 0 14px 35px rgba(41,74,221,.22); }
.button-white { color: #14295c; background: white; box-shadow: 0 14px 35px rgba(0,0,0,.18); }

.hero { min-height: 790px; padding: 104px 0 0; position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f8faff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; margin-bottom: 22px; }
.eyebrow > span { width: 25px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--violet)); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(52px, 5vw, 74px); line-height: 1.02; letter-spacing: -.052em; margin-bottom: 25px; }
h1 em, h2 em { font-style: normal; color: transparent; background: linear-gradient(100deg, var(--blue), var(--violet)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 570px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: #243750; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--blue); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 46px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 33px; height: 33px; display: grid; place-items: center; margin-left: -7px; border: 2px solid white; border-radius: 50%; background: #d7e6ff; color: #285caf; font-size: 9px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: #dfd9ff; color: #543dc0; }
.avatar-stack span:last-child { background: var(--navy); color: white; font-size: 14px; }
.hero-note p { margin: 0; color: #78869a; font-size: 11px; line-height: 1.5; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .8; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 40px; background: radial-gradient(circle, rgba(52,77,255,.14), transparent 68%); }
.hero-glow-two { width: 300px; height: 300px; left: -160px; bottom: 20px; background: radial-gradient(circle, rgba(0,190,226,.1), transparent 68%); }
.hero-visual { min-height: 510px; position: relative; }
.hero-real { display: flex; align-items: center; min-height: 470px; isolation: isolate; }
.hero-real:before { content: ""; position: absolute; width: 360px; height: 360px; left: 100px; top: 56px; border-radius: 50%; background: radial-gradient(circle,rgba(40,106,245,.09),rgba(99,70,246,.025) 48%,transparent 70%); filter: blur(3px); z-index: -2; }
.hero-app-screen { width: 535px; max-width: none; margin-left: 16px; transform: perspective(1300px) rotateY(-3deg); transform-origin: center left; box-shadow: 0 28px 65px rgba(27,57,99,.16); z-index: 2; }
.real-orbit { position: absolute; left: 53%; top: 50%; border: 1px solid rgba(47,104,215,.15); border-radius: 50%; transform: translate(-50%,-50%); z-index: -1; }
.real-orbit-one { width: 450px; height: 450px; }
.real-orbit-two { width: 340px; height: 340px; border-style: dashed; }
.real-float { width: 156px; padding: 9px; position: absolute; z-index: 4; overflow: hidden; border: 1px solid #dbe5ef; border-radius: 10px; background: rgba(255,255,255,.97); box-shadow: 0 13px 32px rgba(28,61,103,.13); transition: transform .25s, box-shadow .25s; }
.real-float:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(28,61,103,.22); }
.real-float > span, .real-float > strong { display: block; position: relative; z-index: 2; }
.real-float > span { color: #8b99aa; text-transform: uppercase; letter-spacing: .09em; font-size: 7px; }
.real-float > strong { margin: 3px 0 9px; font-size: 9px; }
.real-float > div { height: 54px; overflow: hidden; border: 1px solid #e2e8ef; border-radius: 6px; background: #f7f9fc; }
.real-float img { width: 100%; height: 100%; display: block; object-fit: cover; }
.real-float-events { left: -22px; top: 35px; }
.real-float-events img { object-position: 58% 25%; }
.real-float-team { right: -34px; top: 100px; }
.real-float-team img { object-position: 67% 30%; }
.real-float-workflow { right: -5px; bottom: 34px; }
.real-float-workflow img { object-position: 61% 30%; }
.visual-orbit { position: absolute; border: 1px solid #dce5f5; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 350px; height: 350px; border-style: dashed; }
.system-card { width: 350px; position: absolute; top: 50%; left: 50%; z-index: 3; transform: translate(-50%,-50%); padding: 21px; background: rgba(255,255,255,.96); border: 1px solid #dce5f1; border-radius: 17px; box-shadow: 0 28px 70px rgba(34,63,110,.16); }
.system-card-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid #e6ebf2; }
.system-card-head img { width: 35px; height: 35px; }
.system-card-head strong, .system-card-head small { display: block; }
.system-card-head strong { font-size: 13px; }
.system-card-head small { margin-top: 2px; color: #8994a3; font-size: 9px; }
.status-dot { margin-left: auto; padding: 5px 8px; border-radius: 15px; background: #e8f8ef; color: #21945b; font-size: 8px; font-weight: 700; }
.system-stats { display: grid; grid-template-columns: repeat(3,1fr); padding: 19px 0; }
.system-stats > div { padding-left: 11px; border-left: 2px solid #e2e8f0; }
.system-stats > div:first-child { border-color: var(--blue); }
.system-stats small, .system-stats strong { display: block; }
.system-stats small { color: #98a2b0; font-size: 8px; margin-bottom: 6px; }
.system-stats strong { font-size: 11px; }
.progress-row { padding: 13px; border-radius: 9px; background: #f3f6fb; }
.progress-row > div:first-child { display: flex; justify-content: space-between; font-size: 9px; }
.progress { height: 5px; margin-top: 9px; border-radius: 4px; background: #dde5ef; overflow: hidden; }
.progress i { display: block; width: 76%; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--violet)); border-radius: inherit; }
.float-card { position: absolute; z-index: 4; min-width: 195px; padding: 12px; display: flex; align-items: center; gap: 10px; background: white; border: 1px solid #e0e8f2; border-radius: 11px; box-shadow: 0 12px 35px rgba(34,63,110,.13); }
.float-card small, .float-card strong { display: block; }
.float-card small { color: #9aa4b1; font-size: 8px; }
.float-card strong { margin-top: 3px; font-size: 10px; }
.float-card > b, .float-card > span { margin-left: auto; }
.card-client { top: 32px; left: 3px; }
.card-team { top: 91px; right: -18px; }
.card-gear { bottom: 88px; left: -5px; }
.card-money { bottom: 24px; right: 5px; }
.check { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #15945d; background: #e1f7ec; font-size: 10px; }
.trend { color: #15945d; font-weight: 700; }
.icon { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 7px; background: #edf3ff; position: relative; }
.icon:after { content: ""; width: 10px; height: 10px; border: 2px solid var(--blue); border-radius: 3px; }
.icon-person:after { border-radius: 50% 50% 45% 45%; }
.icon-team:after { box-shadow: 5px 2px 0 -2px #edf3ff, 7px 2px 0 -1px var(--violet); }
.icon-box:after { transform: rotate(45deg); border-color: var(--violet); }
.icon-chart:after { border-width: 0 0 2px 2px; border-radius: 0; transform: skew(-20deg); }
.icon-search:after { border-radius: 50%; }
.icon-fire:after { border-radius: 8px 3px 8px 3px; transform: rotate(45deg); border-color: var(--violet); }
.icon-eye:after { border-radius: 50% 0 50% 0; transform: rotate(45deg); }
.icon-calendar:after { border-radius: 2px; box-shadow: inset 0 3px var(--blue); }
.trust-line { height: 89px; margin-top: 73px; display: flex; align-items: center; gap: 33px; border-top: 1px solid #e2e8f0; color: #9aa5b4; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 600; }
.trust-line span { color: #607086; }
.trust-line div { height: 23px; width: 1px; background: #d9e1eb; }
.trust-line p { margin: 0; }

.section { padding: 120px 0; }
.section-intro h2, .solution h2, .intelligence h2, .faq h2, .cta h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.1; letter-spacing: -.04em; margin-bottom: 0; }
.split-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.split-intro > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 4px; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.problem-card { min-height: 338px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); position: relative; transition: transform .25s, box-shadow .25s, border-color .25s; }
.problem-card:hover { transform: translateY(-5px); border-color: #c3d6f1; box-shadow: 0 22px 50px rgba(31,65,108,.08); }
.problem-card .number { position: absolute; right: 24px; top: 25px; color: #b6c0cc; font-size: 11px; font-weight: 700; }
.problem-icon { margin-bottom: 42px; }
.problem-icon .icon { width: 47px; height: 47px; border-radius: 12px; }
.problem-card h3 { font-size: 20px; letter-spacing: -.025em; margin-bottom: 14px; }
.problem-card p { min-height: 69px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.problem-effect { display: inline-block; margin-top: 13px; padding: 8px 11px; color: #7a4f33; background: #fff4e9; border-radius: 6px; font-size: 10px; font-weight: 600; }

.solution { color: white; background: var(--navy); position: relative; overflow: hidden; }
.solution:before { content: ""; position: absolute; width: 500px; height: 500px; right: -150px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(48,84,255,.24), transparent 67%); }
.solution-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 115px; align-items: center; }
.eyebrow-light { color: #58c8ff; }
.solution-copy > p { color: #a9b9cc; line-height: 1.75; font-size: 16px; margin: 25px 0 32px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.check-list li { display: flex; align-items: center; gap: 12px; color: #d5deea; font-size: 13px; }
.check-list span { width: 23px; height: 23px; display: grid; place-items: center; color: #69d8f8; background: rgba(41,163,216,.15); border-radius: 50%; }
.flow-card { padding: 25px 30px 29px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); box-shadow: 0 25px 80px rgba(0,0,0,.19); backdrop-filter: blur(8px); }
.flow-label { padding-bottom: 20px; margin-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.1); color: #8599b1; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; }
.flow-step { height: 64px; display: flex; align-items: center; gap: 15px; padding: 0 15px; border-radius: 10px; }
.flow-step.active { background: rgba(36,115,255,.17); }
.flow-step > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #35516f; border-radius: 7px; color: #7790ab; font-size: 9px; }
.flow-step.active > span { border-color: #2777f7; color: white; background: #1b61cb; }
.flow-step small, .flow-step strong { display: block; }
.flow-step small { color: #7790a9; font-size: 8px; margin-bottom: 4px; }
.flow-step strong { color: #dce5ef; font-size: 11px; }
.flow-step b { margin-left: auto; color: #56ca98; font-size: 11px; }
.flow-line { height: 11px; width: 1px; margin-left: 29px; background: #29415c; }

.product-proof { background: white; overflow: hidden; }
.screen-feature { display: grid; grid-template-columns: .34fr .66fr; gap: 60px; align-items: center; margin-top: 75px; }
.screen-feature.reverse { grid-template-columns: .66fr .34fr; margin-top: 85px; }
.screen-feature.reverse .screen-copy { order: 2; }
.screen-feature.reverse .app-screen { order: 1; }
.site-plan-feature { margin-top: 90px; }
.screen-copy { padding: 20px 0; }
.screen-count { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-bottom: 22px; border-radius: 8px; background: #edf3ff; color: var(--blue); font-size: 10px; font-weight: 700; }
.screen-copy h3 { font-size: 27px; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 16px; }
.screen-copy > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.screen-copy ul { list-style: none; margin: 23px 0 0; padding: 0; display: grid; gap: 11px; }
.screen-copy li { position: relative; padding-left: 20px; color: #42536a; font-size: 11px; }
.screen-copy li:before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.app-screen { margin: 0; overflow: hidden; border: 1px solid #d9e2ed; border-radius: 15px; background: #f5f7fa; box-shadow: 0 28px 70px rgba(25,55,94,.15); }
.app-screen img { width: 100%; display: block; }
.screen-zoom { display: block; position: relative; cursor: zoom-in; }
.screen-zoom > span, .capability-real-screen > span { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 6px; color: white; background: rgba(5,27,57,.85); opacity: 0; transform: translateY(4px); font-size: 8px; font-weight: 700; transition: opacity .2s, transform .2s; }
.screen-zoom:hover > span, .capability-real-screen:hover > span { opacity: 1; transform: translateY(0); }
.browser-bar { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 12px; border-bottom: 1px solid #e1e7ee; background: white; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #d3dbe5; }
.browser-bar i:first-child { background: #ff8e8e; }
.browser-bar i:nth-child(2) { background: #ffd276; }
.browser-bar i:nth-child(3) { background: #70d8a5; }
.browser-bar span { margin-left: 9px; color: #a1abb8; font-size: 7px; }
.screen-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 75px; }
.screen-grid article { min-width: 0; }
.screen-grid .app-screen { margin-top: 25px; }
.screen-text { display: grid; grid-template-columns: 32px 1fr; gap: 15px; }
.screen-text > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: #edf3ff; color: var(--blue); font-size: 10px; font-weight: 700; }
.screen-text h3 { margin-bottom: 7px; font-size: 17px; }
.screen-text p { color: var(--muted); font-size: 11px; line-height: 1.55; }

.centered { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p { max-width: 620px; margin: 22px auto 0; color: var(--muted); line-height: 1.7; }
.capabilities { background: #f7f9fc; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.capability-card { min-height: 265px; padding: 30px; border: 1px solid #e0e7ef; border-radius: 17px; background: white; position: relative; overflow: hidden; }
.capability-card.large { min-height: 330px; grid-column: 1 / -1; padding-right: 55%; }
.cap-icon { margin-bottom: 24px; }
.cap-icon .icon { width: 42px; height: 42px; }
.capability-card h3 { font-size: 19px; margin-bottom: 12px; }
.capability-card p { max-width: 430px; color: var(--muted); line-height: 1.65; font-size: 13px; }
.capability-card a { position: absolute; left: 30px; bottom: 28px; display: flex; align-items: center; gap: 10px; color: #34495f; font-size: 11px; font-weight: 700; }
.capability-card a span { color: var(--blue); font-size: 16px; }
.capability-card .capability-real-screen { position: absolute; left: auto; bottom: auto; display: block; }
.capability-real-screen { width: 51%; right: 25px; top: 43px; overflow: hidden; border: 1px solid #dce5ef; border-radius: 11px; box-shadow: 0 18px 40px rgba(34,66,108,.11); cursor: zoom-in; }
.capability-real-screen img { width: 100%; display: block; }
.capability-real-screen > span { color: white !important; font-size: 8px !important; }
.mini-calendar { width: 46%; height: 250px; padding: 22px; position: absolute; right: 28px; top: 40px; border: 1px solid #dfe7f0; border-radius: 13px; box-shadow: 0 20px 45px rgba(35,70,112,.08); background: #fbfcfe; }
.calendar-head { display: flex; justify-content: space-between; font-size: 10px; }
.calendar-head span { color: #8995a5; font-size: 8px; }
.days { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 25px; color: #8a96a5; font-size: 8px; text-align: center; }
.events { height: 115px; margin-top: 11px; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; position: relative; background: repeating-linear-gradient(0deg,#edf1f6 0,#edf1f6 1px,transparent 1px,transparent 29px); }
.events i { display: block; border-radius: 4px; background: #d9e7ff; border-left: 2px solid #3a76e8; }
.events i:nth-child(1) { height: 28px; margin-top: 29px; grid-column: 1; }
.events i:nth-child(2) { height: 52px; grid-column: 2; }
.events i:nth-child(3) { height: 28px; margin-top: 58px; grid-column: 4; background: #e6dfff; border-color: var(--violet); }
.events i:nth-child(4) { height: 58px; margin-top: 28px; grid-column: 5; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 55px 32px 32px; }
.lightbox:target { display: flex; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(3,15,32,.88); backdrop-filter: blur(8px); }
.lightbox > div { width: min(1600px,96vw); max-height: calc(100vh - 85px); position: relative; z-index: 2; overflow: auto; border-radius: 11px; box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.lightbox img { width: 100%; display: block; background: white; }
.lightbox-close { position: fixed; z-index: 3; right: 25px; top: 18px; padding: 8px 12px; border-radius: 7px; color: white; background: rgba(255,255,255,.13); font-size: 11px; font-weight: 700; }
.lightbox-caption { position: fixed; z-index: 3; left: 50%; top: 24px; transform: translateX(-50%); color: rgba(255,255,255,.72); font-size: 10px; font-weight: 600; }
.lightbox-arrow { width: 44px; height: 62px; position: fixed; z-index: 4; top: 50%; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: white; background: rgba(255,255,255,.11); font-size: 23px; transition: background .2s, transform .2s; }
.lightbox-arrow:hover { background: rgba(255,255,255,.23); }
.lightbox-arrow.prev { left: 12px; }
.lightbox-arrow.next { right: 12px; }

.intelligence-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 105px; align-items: center; }
.ai-panel { min-height: 495px; padding: 55px 47px; border-radius: 24px; background: linear-gradient(145deg,#f3f7ff,#f9f7ff); border: 1px solid #dce5f3; position: relative; overflow: hidden; }
.ai-panel:after { content: ""; position: absolute; width: 250px; height: 250px; left: -80px; bottom: -120px; border-radius: 50%; background: rgba(54,113,245,.12); filter: blur(10px); }
.spark { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 29px; color: white; background: linear-gradient(140deg,var(--cyan),var(--violet)); border-radius: 15px; box-shadow: 0 12px 30px rgba(61,81,230,.22); }
.ai-message small { color: #7a8ca3; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.ai-message p { margin-top: 9px; font-weight: 600; font-size: 15px; }
.ai-answer { padding: 20px; border: 1px solid #dfe7f1; border-radius: 13px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(35,67,111,.08); }
.ai-answer-head { display: flex; gap: 9px; color: #2547a1; font-size: 11px; }
.ai-answer ul { list-style: none; padding: 0; margin: 17px 0 0; display: grid; gap: 12px; }
.ai-answer li { display: flex; gap: 10px; align-items: center; color: #536478; font-size: 10px; }
.ai-answer li i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.ai-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.ai-pills span { padding: 7px 10px; border: 1px solid #d9e3ee; border-radius: 20px; background: rgba(255,255,255,.65); color: #73839a; font-size: 8px; }
.intelligence-copy > p { margin: 25px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.automation-screen { align-self: center; }
.feature-row { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line); }
.feature-row > span { color: var(--blue); font-size: 9px; font-weight: 700; }
.feature-row strong { font-size: 13px; }
.feature-row p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }

.industries { background: #f7f9fc; }
.industry-list { display: flex; flex-wrap: wrap; gap: 11px; }
.industry-list span { padding: 15px 20px; border: 1px solid #dce4ee; border-radius: 9px; background: white; color: #42536a; font-size: 12px; font-weight: 600; }

.pricing { background: #f7f9fc; }
.pricing-intro { max-width: 780px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; margin-top: 65px; }
.price-card { padding: 33px 30px; border: 1px solid #dce4ee; border-radius: 20px; background: white; position: relative; }
.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 24px 65px rgba(29,82,184,.14); transform: translateY(-9px); }
.recommended { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 7px 15px; border-radius: 20px; background: linear-gradient(110deg,var(--blue),var(--violet)); color: white; text-transform: uppercase; white-space: nowrap; letter-spacing: .1em; font-size: 8px; font-weight: 700; }
.price-head { min-height: 102px; }
.plan-name { display: block; margin-bottom: 11px; color: var(--ink); font-size: 21px; font-weight: 700; letter-spacing: -.03em; }
.featured .plan-name { color: var(--blue); }
.price-head p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.price { display: flex; align-items: center; gap: 9px; min-height: 66px; }
.price > strong { font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.price > div span, .price > div small { display: block; }
.price > div span { font-size: 9px; font-weight: 700; }
.price > div small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.price-from > small { color: var(--muted); font-size: 10px; }
.annual-price { min-height: 39px; color: #65758a; font-size: 9px; }
.annual-price span { margin-left: 6px; padding: 4px 6px; border-radius: 5px; color: #178759; background: #e7f8ef; font-weight: 700; }
.price-card .button { width: 100%; min-height: 48px; margin: 16px 0; }
.price-button { border: 1px solid #cbd6e3; color: #273a52; }
.price-button:hover { border-color: var(--blue); color: var(--blue); }
.trial-note { margin: -6px 0 14px; color: #597087; text-align: center; font-size: 8px; }
.trial-note i { color: #18945d; font-style: normal; }
.plan-users { display: grid; gap: 6px; min-height: 68px; margin: 5px 0 23px; padding: 17px 0; border-top: 1px solid #e5eaf0; border-bottom: 1px solid #e5eaf0; }
.plan-users strong { font-size: 10px; }
.plan-users span { color: var(--muted); font-size: 9px; }
.feature-title { margin-bottom: 14px; color: #7b8899; text-transform: uppercase; letter-spacing: .09em; font-size: 8px; font-weight: 700; }
.price-features { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.price-features li { position: relative; padding-left: 20px; color: #42536a; font-size: 10px; line-height: 1.4; }
.price-features li:before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.no-limits { margin-top: 62px; padding: 35px 38px; display: grid; grid-template-columns: 55px 1fr .8fr; gap: 27px; align-items: center; border-radius: 18px; color: white; background: linear-gradient(120deg,var(--navy),#123b79); box-shadow: 0 22px 55px rgba(13,44,83,.14); }
.no-limits-mark { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; background: rgba(91,166,255,.16); color: #66c9ff; font-size: 28px; }
.no-limits > div:nth-child(2) > span { color: #65c9ff; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.no-limits h3 { margin: 7px 0 8px; font-size: 18px; }
.no-limits p { margin: 0; color: #aebdd0; font-size: 10px; line-height: 1.6; }
.unlimited-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.unlimited-tags span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; color: #d8e2ed; background: rgba(255,255,255,.06); font-size: 8px; }
.pricing-extras { display: grid; grid-template-columns: .7fr 1.3fr; gap: 18px; margin-top: 18px; }
.pricing-extras > div { padding: 18px 20px; display: flex; align-items: center; gap: 13px; border: 1px solid #dfe6ee; border-radius: 12px; background: white; }
.pricing-extras > div > span { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border-radius: 8px; color: var(--blue); background: #edf3ff; font-weight: 700; }
.pricing-extras p { margin: 0; }
.pricing-extras strong, .pricing-extras small { display: block; }
.pricing-extras strong { font-size: 10px; }
.pricing-extras small { margin-top: 4px; color: var(--muted); font-size: 8px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }
.faq-grid > div:first-child > p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 22px 0; max-width: 300px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 22px 0; display: flex; justify-content: space-between; cursor: pointer; font-size: 14px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 18px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 35px 22px 0; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.cta { padding: 100px 0; color: white; text-align: center; background: linear-gradient(120deg,#081d3e 0%,#102b63 55%,#3432a8 100%); position: relative; overflow: hidden; }
.cta:before, .cta:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.cta:before { width: 540px; height: 540px; left: -240px; top: -190px; }
.cta:after { width: 400px; height: 400px; right: -170px; bottom: -230px; }
.cta-inner { position: relative; z-index: 2; }
.cta-mark { width: 60px; margin-bottom: 25px; }
.cta .eyebrow { justify-content: center; }
.cta h2 em { background-image: linear-gradient(100deg,#41caf1,#927bff); }
.cta p { max-width: 610px; margin: 24px auto 29px; color: #bdcada; line-height: 1.75; font-size: 14px; }
.cta small { display: block; margin-top: 17px; color: #8599b4; font-size: 9px; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.cta-login { color: #b7c7da; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
footer { background: #fff; }
.footer-top { padding: 58px 0 44px; display: grid; grid-template-columns: 1fr repeat(3,auto); gap: 70px; }
.footer-brand img { width: 170px; }
.footer-brand p { margin-top: 14px; color: #8591a1; font-size: 11px; }
.footer-app-link { display: inline-flex; gap: 8px; margin-top: 8px; color: var(--blue) !important; font-weight: 700; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; min-width: 150px; }
.footer-top strong { margin-bottom: 4px; font-size: 11px; }
.footer-top a { color: #768396; font-size: 10px; }
.company-details { padding: 22px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; border-top: 1px solid var(--line); color: #758397; font-size: 9px; }
.company-details div { margin-right: 10px; }
.company-details div span, .company-details div strong { display: block; }
.company-details div span { margin-bottom: 4px; color: #9aa5b3; text-transform: uppercase; letter-spacing: .1em; font-size: 7px; }
.company-details div strong { color: #34465d; font-size: 10px; }
.company-details p { margin: 0; }
.company-details a { color: var(--blue); }
.company-details small { width: 100%; color: #b07a51; font-size: 7px; }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #9aa5b3; font-size: 9px; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { padding-top: 75px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-note { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { width: min(620px,100%); margin: 0 auto; }
  .hero-app-screen { width: 100%; max-width: 100%; transform: none; }
  .real-float-events { left: -20px; }
  .real-float-team { right: -20px; }
  .real-float-workflow { right: 0; }
  .trust-line { justify-content: center; flex-wrap: wrap; gap: 20px; }
  .trust-line div { display: none; }
  .solution-grid, .intelligence-grid { grid-template-columns: 1fr; gap: 60px; }
  .screen-feature, .screen-feature.reverse { grid-template-columns: 1fr; gap: 30px; }
  .screen-feature.reverse .screen-copy, .screen-feature.reverse .app-screen { order: initial; }
  .solution-copy { max-width: 650px; }
  .faq-grid { gap: 60px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 600px; margin-left: auto; margin-right: auto; gap: 28px; }
  .price-card.featured { transform: none; }
  .no-limits { grid-template-columns: 55px 1fr; }
  .unlimited-tags { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header { height: 68px; }
  .brand img { width: 155px; }
  .nav-actions .button { display: none; }
  .hero { min-height: 0; padding-top: 65px; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 430px; transform: scale(.84); margin: -25px auto; }
  .hero-real { min-height: 470px; margin-top: 5px; }
  .hero-app-screen { margin-left: 0; }
  .real-float { width: 150px; }
  .real-float-events { left: -55px; top: 0; }
  .real-float-team { right: -55px; top: 75px; }
  .real-float-workflow { right: -35px; bottom: 5px; }
  .float-card { min-width: 175px; }
  .card-team { right: -55px; }
  .card-client { left: -50px; }
  .card-gear { left: -50px; }
  .card-money { right: -50px; }
  .trust-line { height: auto; padding: 35px 0; margin-top: 20px; }
  .trust-line span { width: 100%; text-align: center; }
  .section { padding: 82px 0; }
  .split-intro { grid-template-columns: 1fr; gap: 24px; }
  .problem-grid { grid-template-columns: 1fr; }
  .screen-grid { grid-template-columns: 1fr; gap: 55px; }
  .solution-grid { gap: 50px; }
  .flow-card { padding: 20px 15px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card.large { grid-column: auto; min-height: 555px; padding-right: 30px; }
  .capability-real-screen { width: calc(100% - 56px); top: 260px; }
  .mini-calendar { width: calc(100% - 56px); top: 260px; }
  .ai-panel { padding: 38px 22px; }
  .intelligence-grid { gap: 50px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .no-limits { grid-template-columns: 1fr; padding: 28px 23px; }
  .unlimited-tags { grid-column: auto; }
  .pricing-extras { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 25px; }
  .lightbox { padding-left: 8px; padding-right: 8px; }
  .lightbox-arrow { width: 38px; height: 48px; background: rgba(5,27,57,.72); }
  .lightbox-arrow.prev { left: 6px; }
  .lightbox-arrow.next { right: 6px; }
}

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