:root {
	--ink: #17213a;
	--muted: #66708a;
	--line: #e3e8f4;
	--surface: #ffffff;
	--soft: #f5f7fc;
	--blue: #3457e5;
	--blue-dark: #253db3;
	--purple: #7557e8;
	--green: #0d9e86;
	--orange: #ed724f;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { min-width: 320px; margin: 0; overflow-x: clip; background: var(--surface); color: var(--ink); line-height: 1.55; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-180%); border-radius: 10px; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(221,227,241,.8); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--blue), var(--purple)); box-shadow: 0 10px 25px rgba(52,87,229,.24); }
.brand-mark::before { width: 17px; height: 17px; border: 4px solid white; border-right-color: transparent; border-radius: 50%; content: ""; transform: rotate(-35deg); }
.brand-mark span { position: absolute; width: 7px; height: 7px; margin: 22px 0 0 22px; border: 2px solid #fff; border-radius: 50%; background: #7cf3dd; }
.brand-name { font-size: 1rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.05; }
.brand-name small { display: block; margin-top: .3rem; color: #7a849c; font-size: .56rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: .35rem; }
.main-nav > a:not(.button) { border-radius: 9px; padding: .65rem .8rem; color: #555f78; font-size: .86rem; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button):hover, .main-nav > a:not(.button):focus-visible { background: var(--soft); color: var(--blue); }
.menu-button { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.menu-button span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 1.4rem; border-radius: 12px; background: linear-gradient(135deg, var(--blue), #4b3fc9); box-shadow: 0 12px 30px rgba(52,87,229,.22); color: white; padding: .8rem 1.25rem; font-size: .86rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(52,87,229,.3); }
.button-small { min-height: 44px; margin-left: .65rem; padding: .65rem 1rem; }

.hero { position: relative; overflow: hidden; background: linear-gradient(150deg, #fff 15%, #f7f8ff 58%, #f1f5ff); }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 650px; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); padding-block: 6rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; top: -220px; right: 5%; background: radial-gradient(circle, rgba(117,87,232,.15), transparent 68%); }
.hero-glow-two { width: 440px; height: 440px; bottom: -300px; left: -100px; background: radial-gradient(circle, rgba(52,87,229,.12), transparent 68%); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--purple)); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(3.2rem, 5.5vw, 5.35rem); letter-spacing: -.06em; line-height: .99; }
.hero h1 span { display: block; margin-bottom: .55rem; color: var(--blue); font-size: .27em; font-weight: 750; letter-spacing: .16em; line-height: 1; text-transform: uppercase; }
.hero-description { max-width: 630px; margin: 1.7rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.12rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.2rem; }
.hero-note { border-left: 1px solid var(--line); color: #7b8499; padding-left: 1.5rem; font-size: .72rem; font-weight: 650; line-height: 1.5; }
.hero-visual { position: relative; }
.hero-visual::before { position: absolute; inset: 8% -5% -8% 12%; border-radius: 38px; background: linear-gradient(135deg, rgba(80,104,232,.12), rgba(123,81,219,.04)); content: ""; transform: rotate(5deg); }
.visual-panel { position: relative; border: 1px solid rgba(214,220,237,.9); border-radius: 28px; background: rgba(255,255,255,.83); box-shadow: 0 35px 80px rgba(45,59,110,.16); padding: 1rem; backdrop-filter: blur(12px); }
.panel-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: .35rem .35rem 1rem; color: #69748e; font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.panel-top i { width: 7px; height: 7px; border-radius: 50%; background: #27bd8d; box-shadow: 0 0 0 5px rgba(39,189,141,.1); }
.app-icons { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: .75rem; padding: 2.5rem .5rem 2rem; }
.hero-app { display: grid; min-width: 0; place-items: center; margin: 0; border-radius: 20px; padding: 1rem .4rem; }
.hero-app img { width: 92px; height: 92px; border-radius: 24px; box-shadow: 0 16px 35px rgba(40,52,90,.18); }
.hero-app-cv { transform: translateY(-25px); background: linear-gradient(180deg, rgba(41,196,172,.1), transparent); }
.hero-app-pdf { background: linear-gradient(180deg, rgba(58,83,224,.08), transparent); }
.hero-app-sales { background: linear-gradient(180deg, rgba(237,114,79,.09), transparent); }
.hero-app figcaption { margin-top: .8rem; color: #59627a; font-size: .7rem; font-weight: 750; }
.visual-panel > p { display: flex; align-items: center; gap: 1rem; margin: 0; border-radius: 16px; background: #f6f8fc; padding: 1rem 1.15rem; }
.visual-panel > p strong { color: var(--blue); font-size: .82rem; }
.visual-panel > p span { border-left: 1px solid var(--line); color: #707a91; padding-left: 1rem; font-size: .69rem; }

.trust-strip { border-block: 1px solid var(--line); background: white; }
.trust-strip .container { display: flex; align-items: center; justify-content: center; gap: 2.3rem; min-height: 72px; color: #70798e; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: #b5bed0; }
.origin-message { display: flex; align-items: center; gap: .8rem; margin-top: 3rem; border: 1px solid #dce4ff; border-radius: 14px; background: #f5f7ff; padding: 1rem 1.2rem; color: #445174; }
.origin-message[hidden] { display: none; }
.origin-message > span { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: .7rem; }
.origin-message p { margin: 0; font-size: .84rem; }

.apps-section { padding: 7rem 0 7.5rem; background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.5rem; }
.section-heading h2, .about-copy h2 { max-width: 710px; margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); letter-spacing: -.05em; line-height: 1.05; }
.section-heading > p { max-width: 360px; margin: 0 0 .35rem; color: var(--muted); }
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
.app-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 16px 45px rgba(45,59,100,.075); padding: 1.45rem; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.app-card:hover { transform: translateY(-5px); border-color: #ced6e9; box-shadow: 0 24px 55px rgba(45,59,100,.13); }
.card-accent { height: 5px; margin: -1.45rem -1.45rem 1.45rem; background: linear-gradient(90deg, #3558e5, #8058e9); }
.app-card-cv .card-accent { background: linear-gradient(90deg, #05a98d, #43dbc1); }
.app-card-sales .card-accent { background: linear-gradient(90deg, #eb516e, #ff9a43); }
.app-card.is-source { border-color: #94a7f4; box-shadow: 0 0 0 4px rgba(52,87,229,.06), 0 20px 50px rgba(45,59,100,.1); }
.app-heading { display: flex; min-height: 76px; align-items: center; gap: 1rem; }
.app-heading img { width: 68px; height: 68px; flex: 0 0 auto; border-radius: 18px; box-shadow: 0 10px 24px rgba(45,59,100,.14); }
.app-heading > div { min-width: 0; }
.app-heading span { display: block; margin-bottom: .35rem; color: var(--blue); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.app-card-cv .app-heading span { color: var(--green); }
.app-card-sales .app-heading span { color: var(--orange); }
.app-heading h3 { margin: 0; font-size: 1.1rem; letter-spacing: -.025em; line-height: 1.18; overflow-wrap: anywhere; }
.app-description { min-height: 78px; margin: 1.4rem 0; color: var(--muted); font-size: .88rem; }
.app-card ul { display: grid; gap: .72rem; margin: 0 0 1.7rem; padding: 1.35rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.app-card li { display: flex; align-items: start; gap: .6rem; color: #4f5971; font-size: .78rem; }
.app-card li span { display: grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #edf1ff; color: var(--blue); font-size: .6rem; }
.app-card-cv li span { background: #eaf9f5; color: var(--green); }
.app-card-sales li span { background: #fff0ea; color: var(--orange); }
.store-button { display: flex; min-height: 58px; align-items: center; justify-content: space-between; margin-top: auto; border-radius: 13px; background: var(--ink); color: white; padding: .75rem 1rem; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.store-button:hover { background: var(--blue); transform: translateY(-2px); }
.store-button > span { font-size: .86rem; font-weight: 750; line-height: 1.1; }
.store-button small { display: block; margin-bottom: .25rem; color: #b9c0d1; font-size: .57rem; font-weight: 600; }
.store-button b { font-size: 1.15rem; }
.store-button-disabled { background: #eef1f6; color: #667087; cursor: not-allowed; }
.store-button-disabled small { color: #9099ad; }
.store-button-disabled b { color: #b0b8c7; font-size: .55rem; }

.about-section { padding: 0 0 7.5rem; }
.about-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); border-radius: 30px; background: linear-gradient(140deg, #1d2a53, #273c86 60%, #5749a6); color: white; padding: clamp(2.5rem, 5vw, 5rem); }
.about-copy .eyebrow { color: #aebeff; }
.about-copy .eyebrow > span { background: #aebeff; }
.about-copy p:last-child { margin: 1.5rem 0 0; color: #c7cee2; }
.principles { display: grid; }
.principles > div { display: grid; grid-template-columns: 35px 130px 1fr; gap: 1rem; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.14); padding: 1.25rem 0; }
.principles > div:first-child { padding-top: 0; }
.principles > div:last-child { border-bottom: 0; padding-bottom: 0; }
.principles span { color: #94a8ff; font-size: .62rem; font-weight: 800; }
.principles h3 { margin: 0; font-size: .95rem; }
.principles p { margin: 0; color: #bec7df; font-size: .76rem; }

.site-footer { border-top: 1px solid var(--line); background: #f7f8fb; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr; gap: 4rem; padding-block: 4rem; }
.brand-footer { margin-bottom: 1rem; }
.footer-grid > div:first-child > p { max-width: 280px; margin: 0; color: #737d93; font-size: .78rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer-links strong { margin-bottom: .35rem; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { color: #667087; font-size: .78rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 1.3rem; color: #8a93a7; font-size: .68rem; }

@media (max-width: 960px) {
	.hero-grid { min-height: auto; grid-template-columns: 1fr 1fr; gap: 2rem; padding-block: 5rem; }
	.hero h1 { font-size: clamp(3rem, 6.5vw, 4.5rem); }
	.app-grid { grid-template-columns: 1fr 1fr; }
	.app-card-sales { grid-column: 1 / -1; }
	.app-card-sales .app-description { min-height: 0; }
	.about-panel { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.container { width: min(100% - 32px, 1160px); }
	html { scroll-padding-top: 76px; }
	.header-inner { min-height: 72px; }
	.menu-button { display: grid; cursor: pointer; }
	.main-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; align-items: stretch; flex-direction: column; gap: .3rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 20px 50px rgba(35,48,88,.15); padding: .75rem; }
	.menu-open .main-nav { display: flex; }
	.main-nav > a:not(.button) { min-height: 44px; padding: .75rem; }
	.main-nav .button { margin: .25rem 0 0; }
	.menu-open .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.menu-open .menu-button span:nth-child(2) { opacity: 0; }
	.menu-open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.hero-grid { grid-template-columns: 1fr; gap: 3.5rem; padding-block: 4.5rem; }
	.hero-copy { max-width: 650px; }
	.hero h1 { font-size: clamp(3rem, 11vw, 4.35rem); }
	.hero-visual { max-width: 560px; margin-inline: auto; }
	.hero-app img { width: 84px; height: 84px; }
	.trust-strip .container { flex-wrap: wrap; gap: 1rem 1.4rem; justify-content: flex-start; padding-block: 1rem; }
	.apps-section { padding-block: 5.5rem; }
	.section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; margin-bottom: 2.5rem; }
	.app-grid { grid-template-columns: 1fr; }
	.app-card-sales { grid-column: auto; }
	.app-description { min-height: 0; }
	.about-section { padding-bottom: 5.5rem; }
	.principles > div { grid-template-columns: 35px 120px 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
	.footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
	.container { width: calc(100% - 24px); }
	.brand-name small { display: none; }
	.hero-grid { gap: 2.5rem; padding-block: 3.8rem; }
	.hero h1 { font-size: clamp(2.75rem, 13.5vw, 3.75rem); }
	.hero-description { font-size: .94rem; }
	.hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
	.hero-note { border: 0; padding: 0; }
	.visual-panel { border-radius: 22px; padding: .75rem; }
	.app-icons { gap: .25rem; padding: 2rem 0 1.5rem; }
	.hero-app { padding: .7rem .15rem; }
	.hero-app img { width: 66px; height: 66px; border-radius: 18px; }
	.hero-app-cv { transform: translateY(-14px); }
	.visual-panel > p { align-items: flex-start; flex-direction: column; gap: .4rem; }
	.visual-panel > p span { border: 0; padding: 0; }
	.trust-strip i { display: none; }
	.trust-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
	.section-heading h2, .about-copy h2 { font-size: 2.45rem; }
	.app-card { padding: 1.2rem; }
	.card-accent { margin: -1.2rem -1.2rem 1.2rem; }
	.app-heading img { width: 62px; height: 62px; }
	.about-panel { border-radius: 22px; padding: 2rem 1.35rem; }
	.principles > div { grid-template-columns: 30px 1fr; gap: .75rem; }
	.principles p { grid-column: 2; }
	.footer-grid { grid-template-columns: 1fr; gap: 2rem; padding-block: 3rem; }
	.footer-grid > div:first-child { grid-column: auto; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: .3rem; }
}

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