:root {
  --ink: #0b1210;
  --ink-soft: #17201d;
  --paper: #f4f3ed;
  --paper-warm: #eae8dd;
  --white: #fff;
  --green: #19e68c;
  --green-dark: #07894f;
  --muted: #5b645f;
  --line: rgba(11, 18, 16, .14);
  --danger: #bc3d45;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(3, 12, 8, .18);
  --accent: var(--green);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--ink); background: var(--green); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--green); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #4c8dff; outline-offset: 3px; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; transition: background .25s, box-shadow .25s, color .25s; }
.site-header-dark:not(.scrolled) { color: var(--white); }
.site-header.scrolled { color: var(--ink); background: rgba(244, 243, 237, .92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.08rem; font-weight: 780; letter-spacing: -.03em; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--ink); background: var(--green); font-size: 1.3rem; font-weight: 900; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: .9rem; font-weight: 680; }
.site-nav > a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: var(--green-dark); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { height: 44px; padding: 0 18px; border: 1px solid currentColor; border-radius: 999px; transition: color .2s, background .2s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.site-header-dark:not(.scrolled) .nav-cta:hover { color: var(--ink); background: var(--green); border-color: var(--green); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; color: inherit; }
.menu-button span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s; }

h1, h2 { margin: 0; font-weight: 690; letter-spacing: -.065em; line-height: .99; }
h1 { font-size: clamp(3.5rem, 6.2vw, 6.2rem); }
h2 { font-size: clamp(2.75rem, 3.8vw, 4rem); }
h1 em, h2 em { color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: #4e5652; font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--green-dark); }
.section-index { margin: 0; color: var(--green-dark); font: 800 .67rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.section { padding: 135px 0; }
.section-heading { display: grid; grid-template-columns: 190px minmax(400px, 1fr) minmax(260px, 380px); align-items: end; gap: 40px; margin-bottom: 70px; }
.section-heading.compact { grid-template-columns: 190px 1fr; }
.section-heading > p:last-child, .section-heading .section-intro { margin: 0; color: var(--muted); }
.rich-text > :first-child { margin-top: 0; }.rich-text > :last-child { margin-bottom: 0; }.rich-text a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }.rich-text ul, .rich-text ol { padding-left: 1.4em; }.rich-text blockquote { margin-left: 0; padding-left: 18px; border-left: 3px solid var(--green); color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 22px; border: 0; border-radius: 5px; font-weight: 760; transition: transform .2s, box-shadow .2s, background .2s; }
.button-primary { color: var(--ink); background: var(--green); box-shadow: 0 12px 30px rgba(8, 167, 97, .22); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(8, 167, 97, .3); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { font-size: .9rem; font-weight: 760; border-bottom: 1px solid currentColor; }
.back-link { display: inline-block; margin-bottom: 38px; color: inherit; opacity: .7; font-size: .8rem; font-weight: 720; }

.hero { min-height: 100svh; padding: 150px 0 38px; overflow: hidden; background: radial-gradient(circle at 84% 18%, rgba(25, 230, 140, .17), transparent 22%), var(--paper); }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.hero-copy h1 { max-width: 720px; }
.hero-lead { max-width: 610px; margin: 31px 0; color: #515954; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-visual { position: relative; min-height: 515px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: var(--green); opacity: .2; filter: blur(6px); }
.code-window { position: relative; z-index: 2; width: min(100%, 460px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); color: #dce6e0; background: var(--ink); box-shadow: var(--shadow); transform: rotate(2deg); }
.window-top { height: 55px; padding: 0 20px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .1); color: #87918c; font: 600 .7rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.window-top > :last-child { text-align: right; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #45504b; }
.code-content { padding: 38px 44px 30px; font: 500 .92rem/2.15 ui-monospace, SFMono-Regular, Consolas, monospace; }
.code-content p { margin: 0; }.code-content b { color: #a88bff; }.code-content strong { color: var(--green); }.code-content span { color: #82c8ff; }.code-content i { color: #6e7974; font-style: normal; }.code-content .indent { padding-left: 26px; }
.build-status { display: flex; align-items: center; gap: 14px; padding: 19px 24px; background: #141e1a; border-top: 1px solid rgba(255, 255, 255, .08); }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(25, 230, 140, .1); }
.build-status div { display: flex; flex-direction: column; }.build-status small { color: #91a098; font-size: .58rem; letter-spacing: .18em; }.build-status strong { font-size: .77rem; }.status-code { margin-left: auto; color: var(--green); font: 700 .8rem ui-monospace, monospace; }
.floating-note { position: absolute; z-index: 3; padding: 15px 18px; border: 1px solid rgba(11, 18, 16, .1); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 44px rgba(11, 18, 16, .14); backdrop-filter: blur(10px); }
.floating-note small, .floating-note strong { display: block; }.floating-note small { color: #5f6963; font-size: .56rem; font-weight: 800; letter-spacing: .15em; }.floating-note strong { font-size: .82rem; }.note-one { top: 70px; right: -18px; }.note-two { bottom: 70px; left: -10px; font-size: .78rem; font-weight: 740; }.note-two span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; border-radius: 50%; background: var(--green); }
.hero-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 27px; border-top: 1px solid var(--line); }.hero-foot p { margin: 0; color: var(--muted); font-size: .78rem; }.tech-list { display: flex; gap: 30px; color: #444d48; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.services { color: var(--white); background: var(--ink); }.services .section-heading > p:last-child, .services .section-heading .section-intro { color: #98a19d; }.services .section-index { color: var(--green); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 430px; padding: 30px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: var(--ink-soft); transition: transform .25s, border-color .25s; }.service-card:hover { transform: translateY(-7px); border-color: rgba(25, 230, 140, .6); }.service-card.featured { color: var(--ink); background: var(--green); border-color: var(--green); }
.service-number { color: #929d97; font: 700 .65rem ui-monospace, monospace; }.featured .service-number { color: #0b4d32; }.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 50px 0 30px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 12px; color: var(--green); font-size: 1.6rem; }.featured .service-icon { color: var(--ink); border-color: rgba(11, 18, 16, .2); background: rgba(255, 255, 255, .22); }
.service-card h3 { margin: 0 0 13px; font-size: 1.35rem; letter-spacing: -.03em; }.service-card p { margin: 0 0 22px; color: #9aa39f; font-size: .91rem; }.featured p { color: rgba(11, 18, 16, .68); }.service-card ul { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid rgba(255, 255, 255, .12); }.featured ul { border-color: rgba(11, 18, 16, .16); }.service-card li { position: relative; padding: 5px 0 5px 18px; font-size: .78rem; }.service-card li::before { content: "+"; position: absolute; left: 0; color: var(--green); }.featured li::before { color: var(--ink); }

.apps-section { background: var(--paper-warm); }
.app-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.catalog-card { --accent: var(--green); min-height: 520px; display: flex; flex-direction: column; padding: 36px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: radial-gradient(circle at 82% 34%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 32%), var(--ink); }
.accent-violet { --accent: #a68cff; }.accent-orange { --accent: #ff9b62; }.accent-green { --accent: var(--green); }
.catalog-top { display: flex; justify-content: space-between; gap: 20px; color: #9ca6a1; font: 700 .6rem ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.catalog-mark { width: 100px; height: 100px; display: grid; place-items: center; align-self: flex-end; margin: 54px 5% -20px 0; border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent); border-radius: 30px; color: var(--ink); background: var(--accent); box-shadow: 0 25px 80px color-mix(in srgb, var(--accent) 24%, transparent); font-size: 4rem; font-weight: 900; transform: rotate(8deg); }
.catalog-preview { width: min(48%, 230px); aspect-ratio: 1; align-self: flex-end; margin: 28px 0 -8px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px; box-shadow: 0 25px 80px color-mix(in srgb, var(--accent) 18%, transparent); transform: rotate(2deg); }.catalog-preview img { width: 100%; height: 100%; display: block; object-fit: cover; }
.catalog-kicker { margin: auto 0 10px !important; color: var(--accent) !important; font-size: .72rem !important; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }.catalog-card h3 { margin: 0 0 12px; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.06em; }.catalog-card > p { max-width: 580px; margin: 0; color: #aab3ae; }.catalog-links { display: flex; gap: 25px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .82rem; font-weight: 750; }.catalog-links a:first-child { color: var(--accent); }.catalog-links a:last-child { color: #b9c2bd; }

.process { background: var(--paper); }.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }.process .section-heading { position: sticky; top: 120px; display: block; margin: 0; }.process .section-heading h2 { margin: 30px 0; }.process .section-heading > p:last-child, .process .process-intro { max-width: 430px; }.process-list { list-style: none; padding: 0; margin: 0; }.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid var(--line); }.process-list li:last-child { border-bottom: 1px solid var(--line); }.process-list > li > span { color: var(--green-dark); font: 800 .7rem ui-monospace, monospace; }.process-list h3 { margin: 0 0 8px; font-size: 1.55rem; letter-spacing: -.04em; }.process-list p { margin: 0; color: var(--muted); }
.contact { padding: 135px 0; color: var(--white); background: var(--ink); }.contact-inner { text-align: center; }.contact .section-index { color: var(--green); }.contact h2 { max-width: 880px; margin: 27px auto; font-size: clamp(3.2rem, 5vw, 5rem); }.contact h2 em { color: var(--green); }.contact p:not(.section-index) { color: #a1aaa5; }.contact-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 25px; padding-bottom: 7px; border-bottom: 2px solid var(--green); color: var(--green); font-size: clamp(1rem, 2vw, 1.5rem); font-weight: 760; }
.site-footer { color: #a5ada9; background: var(--ink); }.footer-inner { min-height: 118px; display: grid; grid-template-columns: 1fr 1fr 1.2fr; align-items: center; gap: 30px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .7rem; }.footer-inner .brand { color: var(--white); }.footer-inner > p { text-align: center; }.footer-meta { display: flex; justify-content: flex-end; gap: 20px; text-align: right; }.footer-meta a { color: var(--green); }

.app-hero { --accent: var(--green); min-height: 800px; padding: 165px 0 90px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 48%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 28%), var(--ink); }.app-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }.app-hero .eyebrow { color: var(--accent); }.app-hero .eyebrow span { background: var(--accent); }.app-hero h1 { max-width: 780px; }.app-kicker { margin: 20px 0 0; color: var(--accent); font-size: 1.25rem; font-weight: 720; }.app-hero .hero-lead { color: #b0b9b4; }.version-badge { color: #98a39d; font: 700 .66rem ui-monospace, monospace; text-transform: uppercase; }.app-orb { width: min(420px, 38vw); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--accent) 50%, transparent); border-radius: 50%; box-shadow: 0 0 0 70px color-mix(in srgb, var(--accent) 4%, transparent), 0 0 0 140px color-mix(in srgb, var(--accent) 3%, transparent); }.app-orb span { width: 47%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 30%; color: var(--ink); background: var(--accent); box-shadow: 0 30px 80px color-mix(in srgb, var(--accent) 30%, transparent); font-size: clamp(4rem, 9vw, 8rem); font-weight: 900; transform: rotate(7deg); }
.app-hero.accent-violet { --accent: #a68cff; }.app-hero.accent-orange { --accent: #ff9b62; }.app-hero.accent-green { --accent: var(--green); }
.app-hero-grid.has-showcase { grid-template-columns: 1fr; gap: 58px; }.app-hero-grid.has-showcase > div:first-child { max-width: 850px; }.app-hero-art { aspect-ratio: 16 / 9; display: block; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 30px; background: #061e18; box-shadow: 0 35px 100px rgba(0, 0, 0, .38); transition: transform .25s, border-color .25s; }.app-hero-art:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--accent) 65%, transparent); }.app-hero-art picture, .app-hero-art img { width: 100%; height: 100%; display: block; }.app-hero-art img { object-fit: cover; }
.app-details { background: var(--paper); }.details-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.details-grid h2 { margin-top: 30px; }.feature-list { list-style: none; padding: 0; margin: 0; }.feature-list li { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; font-weight: 680; }.feature-list span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--green); }
.app-showcase { padding: 125px 0; background: var(--paper-warm); }.app-showcase-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 58px; }.app-showcase-heading h2 { margin-top: 25px; }.app-showcase-heading > p { max-width: 460px; margin: 0; color: var(--muted); }.app-showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.app-showcase-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 18px 48px rgba(11, 18, 16, .08); }.app-showcase-grid .app-showcase-overview { grid-column: 1 / -1; }.app-showcase-grid figure > a { display: block; overflow: hidden; background: #e9f4f1; }.app-showcase-grid img { width: 100%; height: auto; display: block; transition: transform .35s; }.app-showcase-grid a:hover img { transform: scale(1.015); }.app-showcase-grid figcaption { display: grid; gap: 3px; padding: 20px 22px 22px; }.app-showcase-grid figcaption strong { font-size: 1rem; letter-spacing: -.02em; }.app-showcase-grid figcaption span { color: var(--muted); font-size: .78rem; }
.privacy-teaser { padding: 120px 0; color: var(--white); background: #14231d; }.privacy-teaser-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }.privacy-teaser .section-index { color: var(--green); }.privacy-teaser h2 { margin-top: 24px; }.privacy-teaser-inner > div:last-child p { margin: 0 0 30px; color: #aab8b1; }

.policy-hero { padding: 175px 0 90px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(25, 230, 140, .13), transparent 24%), var(--ink); }.policy-hero .section-index { color: var(--green); }.policy-hero h1 { margin: 25px 0 30px; font-size: clamp(3.4rem, 7vw, 7rem); }.policy-hero h1 em { color: var(--green); }.policy-hero p:last-of-type { color: #a7b0ac; }.print-button { margin-top: 28px; padding: 11px 17px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; color: var(--white); background: transparent; font-size: .75rem; }.print-button:hover { border-color: var(--green); color: var(--green); }
.privacy-summary { background: var(--green); }.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.summary-grid > div { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 25px; border-left: 1px solid rgba(11, 18, 16, .17); }.summary-grid > div:last-child { border-right: 1px solid rgba(11, 18, 16, .17); }.summary-grid strong { font-size: 1.28rem; letter-spacing: -.04em; }.summary-grid span { font-size: .75rem; }
.policy-content { max-width: 960px; padding-top: 95px; padding-bottom: 120px; }.policy-lead { display: grid; grid-template-columns: 1.5fr .5fr; gap: 70px; padding-bottom: 70px; }.policy-lead > p { margin: 0; font-size: 1.25rem; line-height: 1.75; letter-spacing: -.015em; }.policy-owner { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }.policy-owner > * { display: block; }.policy-owner span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }.policy-owner strong { margin: 8px 0; font-size: 1.2rem; }.policy-owner a { color: var(--green-dark); font-size: .75rem; overflow-wrap: anywhere; }
.policy-section { display: grid; grid-template-columns: 90px 1fr; gap: 35px; padding: 54px 0; border-top: 1px solid var(--line); }.policy-number { padding-top: 8px; color: var(--green-dark); font: 800 .7rem ui-monospace, monospace; }.policy-section h2 { margin-bottom: 20px; font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.045em; }.policy-section p { margin: 0; color: #4d5651; line-height: 1.9; }.policy-end { margin-top: 55px; padding: 35px; border-radius: 18px; color: var(--white); background: var(--ink); }.policy-end > * { display: block; }.policy-end span { color: var(--green); font-size: 1.4rem; font-weight: 800; }.policy-end p { margin: 8px 0; color: #9da8a2; }.policy-end a { color: var(--green); }

.admin-page { background: #ecefeccf; }.admin-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }.admin-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); }.admin-header .admin-container { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }.admin-header .brand small { margin-left: 5px; color: var(--muted); font-size: .58rem; letter-spacing: .1em; }.admin-header nav { display: flex; align-items: center; gap: 22px; font-size: .78rem; font-weight: 720; }.admin-header form { margin: 0; }.admin-header button { padding: 8px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }.admin-main { min-height: calc(100svh - 76px); padding: 58px 0 100px; }.flash { margin-bottom: 20px; padding: 14px 18px; border-radius: 10px; font-size: .85rem; font-weight: 680; }.flash-success { color: #0a663c; background: #d7fae9; }.flash-error { color: #872c34; background: #ffe1e3; }
.login-card { width: min(480px, 100%); margin: 55px auto; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 25px 70px rgba(11, 18, 16, .08); }.login-card h1 { margin: 16px 0; font-size: 3rem; }.login-card > p:not(.section-index) { color: var(--muted); }.admin-form { display: grid; gap: 18px; margin-top: 30px; }.admin-form label, .password-form label, .field-grid label { display: grid; gap: 7px; color: #454e49; font-size: .75rem; font-weight: 720; }.admin-form input, .password-form input, .field-grid input, .field-grid textarea, .field-grid select { width: 100%; border: 1px solid #cdd3cf; border-radius: 9px; color: var(--ink); background: #fbfcfb; outline: none; }.admin-form input, .password-form input, .field-grid input, .field-grid select { height: 48px; padding: 0 13px; }.field-grid textarea { padding: 12px 13px; resize: vertical; line-height: 1.55; }.admin-form input:focus, .password-form input:focus, .field-grid input:focus, .field-grid textarea:focus, .field-grid select:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(25, 230, 140, .15); }.login-note { margin: 24px 0 0 !important; font-size: .7rem; text-align: center; }
.admin-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }.admin-title h1 { margin: 15px 0 8px; font-size: clamp(3rem, 6vw, 5rem); }.admin-title h1 span { color: var(--green-dark); font-size: 1.2rem; vertical-align: top; }.admin-title > div > p:last-child { margin: 0; color: var(--muted); }.admin-app-list { display: grid; gap: 12px; }.admin-app-list article { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 22px; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }.admin-app-mark { --accent: var(--green); width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--accent); font-size: 2rem; font-weight: 900; }.admin-app-list h2 { margin: 5px 0 0; font-size: 1.35rem; letter-spacing: -.04em; }.admin-app-list p { margin: 2px 0 0; color: var(--muted); font: .7rem ui-monospace, monospace; }.admin-app-tags { display: flex; gap: 6px; }.admin-app-tags span { padding: 3px 7px; border-radius: 4px; color: #446056; background: #e8f6ef; font-size: .55rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.admin-actions { display: flex; align-items: center; gap: 10px; }.admin-actions a { padding: 9px 12px; border-radius: 7px; color: var(--muted); background: #f1f3f1; font-size: .72rem; font-weight: 700; }.admin-actions .admin-edit { color: var(--ink); background: var(--green); }
.password-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; margin-top: 60px; padding: 35px; border: 1px solid var(--line); border-radius: 20px; background: #17201d; color: var(--white); }.password-card h2 { margin: 13px 0 8px; font-size: 2rem; }.password-card p { color: #aab3ae; font-size: .8rem; }.password-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.password-form label:first-child { grid-column: 1 / -1; }.password-form label { color: #bac3be; }.password-form button { grid-column: 1 / -1; min-height: 45px; border: 0; border-radius: 8px; background: var(--green); font-weight: 760; }
.form-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 45px; }.form-heading .back-link { margin-bottom: 22px; }.form-heading h1 { margin-top: 12px; font-size: clamp(3rem, 6vw, 5rem); }.form-heading > p { max-width: 410px; color: var(--muted); }.editor-form { display: grid; gap: 20px; }.editor-section { display: grid; grid-template-columns: 260px 1fr; gap: 50px; padding: 35px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }.editor-section > div:first-child > span { color: var(--green-dark); font: 800 .7rem ui-monospace, monospace; }.editor-section h2 { margin: 12px 0; font-size: 1.8rem; }.editor-section > div:first-child p { color: var(--muted); font-size: .8rem; }.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field-grid .wide { grid-column: 1 / -1; }.check-label { align-content: end; grid-template-columns: 22px 1fr !important; display: grid !important; align-items: center; min-height: 48px; }.check-label input { width: 18px !important; height: 18px !important; }.editor-submit { position: sticky; z-index: 20; bottom: 16px; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 15px 40px rgba(11, 18, 16, .12); backdrop-filter: blur(12px); }.editor-submit p { margin: 0; color: var(--muted); font-size: .76rem; }.danger-zone { display: flex; align-items: center; justify-content: space-between; margin-top: 55px; padding: 28px; border: 1px solid rgba(188, 61, 69, .3); border-radius: 16px; background: #fff7f7; }.danger-zone h2 { margin: 0 0 5px; color: var(--danger); font-size: 1.35rem; }.danger-zone p { margin: 0; color: var(--muted); font-size: .8rem; }.danger-zone button { padding: 10px 15px; border: 1px solid var(--danger); border-radius: 8px; color: var(--danger); background: transparent; font-weight: 750; }

.custom-html-section { padding: 90px 0; background: var(--paper-warm); }.custom-html-section img { max-width: 100%; height: auto; border-radius: 18px; }.custom-html-section table { width: 100%; border-collapse: collapse; }.custom-html-section th, .custom-html-section td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.admin-nav { flex: 1; justify-content: flex-end; }.admin-nav-links { display: flex; align-items: center; gap: 17px; }.admin-nav-links a { color: #59635e; }.admin-nav-links a:hover { color: var(--green-dark); }
.cms-module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 65px; }.cms-module-grid > a { min-height: 190px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .2s, border-color .2s; }.cms-module-grid > a:hover { transform: translateY(-4px); border-color: var(--green-dark); }.cms-module-grid span { color: var(--green-dark); font: 800 .68rem ui-monospace, monospace; }.cms-module-grid strong { margin-top: auto; font-size: 1.2rem; letter-spacing: -.03em; }.cms-module-grid p { margin: 7px 0 0; color: var(--muted); font-size: .75rem; }.admin-section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }.admin-section-title h2 { margin-top: 10px; font-size: 2.5rem; }.admin-section-title h2 span { color: var(--green-dark); font-size: .85rem; vertical-align: top; }
.subsection-title { margin-top: 10px; padding-top: 24px; border-top: 1px solid var(--line); }.subsection-title h3 { margin: 0; font-size: 1.15rem; }
.rich-editor { overflow: hidden; border: 1px solid #cdd3cf; border-radius: 12px; background: #fbfcfb; }.rich-label { display: flex; justify-content: space-between; gap: 20px; padding: 12px 14px; border-bottom: 1px solid #dce1de; background: #f2f5f3; }.rich-label label { font-size: .75rem; font-weight: 750; }.rich-label small { color: var(--muted); font-size: .68rem; }.editor-tabs { display: flex; gap: 4px; padding: 7px; border-bottom: 1px solid #dce1de; background: var(--white); }.editor-tabs button { padding: 7px 12px; border: 0; border-radius: 6px; color: var(--muted); background: transparent; font-size: .7rem; font-weight: 720; }.editor-tabs button[aria-selected="true"] { color: var(--ink); background: var(--green); }.word-toolbar { display: flex; flex-wrap: wrap; gap: 5px; padding: 8px 10px; border-bottom: 1px solid #dce1de; background: #f7f9f7; }.word-toolbar button, .word-toolbar select { min-height: 32px; padding: 4px 9px; border: 1px solid #d3d9d5; border-radius: 5px; background: var(--white); font-size: .68rem; }.word-surface { min-height: 190px; max-height: 480px; overflow: auto; padding: 18px; outline: none; line-height: 1.75; }.word-surface:focus { box-shadow: inset 0 0 0 2px rgba(7, 137, 79, .18); }.html-source { display: none; width: 100%; min-height: 260px; padding: 16px; border: 0; border-radius: 0; color: #d8e6de !important; background: #101815 !important; font: 500 .78rem/1.7 ui-monospace, "Cascadia Code", Consolas, monospace !important; resize: vertical; }.rich-editor[data-mode="code"] .html-source { display: block; }.rich-editor[data-mode="code"] .word-surface, .rich-editor[data-mode="code"] .word-toolbar { display: none; }.editor-status { display: flex; justify-content: space-between; gap: 18px; padding: 8px 12px; border-top: 1px solid #dce1de; color: var(--muted); background: #f2f5f3; font-size: .62rem; }.code-editor-section { border-color: #28332e; background: #17201d; color: var(--white); }.code-editor-section > div:first-child p { color: #aab5af; }.code-editor-section .check-label { color: #dce5e0; }.code-editor-section .rich-editor { color: var(--ink); }
.repeat-list { display: grid; gap: 15px; }.repeat-card { padding: 20px; border: 1px solid #d8ded9; border-radius: 13px; background: #f7f9f7; }.repeat-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }.repeat-card-head strong { font-size: .82rem; }.repeat-card-head button { border: 0; color: var(--danger); background: transparent; font-size: .7rem; font-weight: 720; }.add-row-button { min-height: 43px; border: 1px dashed #9eaaa3; border-radius: 10px; color: var(--green-dark); background: transparent; font-weight: 750; }
.menu-editor-list { display: grid; gap: 10px; }.menu-edit-row { display: grid; grid-template-columns: 30px 1fr 1.3fr .7fr .7fr auto; align-items: end; gap: 10px; padding: 14px; border: 1px solid #d8ded9; border-radius: 12px; background: #f8faf8; }.menu-edit-row.dragging { opacity: .45; border-color: var(--green-dark); }.menu-edit-row label { display: grid; gap: 5px; font-size: .65rem; font-weight: 720; }.menu-edit-row input, .menu-edit-row select { width: 100%; height: 40px; padding: 0 9px; border: 1px solid #ccd3ce; border-radius: 7px; background: var(--white); }.drag-handle { align-self: center; color: #9aa49e; cursor: grab; font-size: 1.2rem; }.row-controls { display: flex; gap: 3px; }.row-controls button { width: 34px; height: 40px; border: 1px solid #d1d7d3; border-radius: 6px; background: var(--white); }.row-controls button:last-child { color: var(--danger); }
.color-grid { grid-template-columns: repeat(3, 1fr); }.color-control { height: 48px; display: flex; align-items: center; gap: 10px; padding: 6px 10px; border: 1px solid #cdd3cf; border-radius: 9px; background: #fbfcfb; }.color-control input { width: 35px !important; height: 35px !important; padding: 0 !important; border: 0 !important; background: transparent !important; }.color-control code { color: var(--muted); font-size: .7rem; }.media-shortcut { padding: 18px; border-radius: 10px; background: #edf8f2; }.media-shortcut a { color: var(--green-dark); font-size: .78rem; font-weight: 750; }.code-label { color: #d7e0db !important; }.code-source { width: 100%; padding: 18px !important; border: 1px solid #35443d !important; border-radius: 10px !important; color: #d8e6de !important; background: #0d1512 !important; font: 500 .8rem/1.75 ui-monospace, "Cascadia Code", Consolas, monospace !important; tab-size: 2; }.code-help { padding: 15px; border: 1px solid #34423c; border-radius: 9px; color: #aeb9b3; }.code-help code { color: var(--green); }.code-help p { margin: 6px 0 0; font-size: .7rem; }
.upload-card { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: end; gap: 18px; margin-bottom: 45px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }.upload-card > label { display: grid; gap: 7px; font-size: .75rem; font-weight: 720; }.upload-card input:not([type="file"]) { height: 48px; padding: 0 12px; border: 1px solid #cdd3cf; border-radius: 9px; }.upload-drop { min-height: 90px; align-content: center; padding: 14px; border: 1px dashed #94a198; border-radius: 12px; background: #f3faf6; }.upload-drop span { color: var(--green-dark); font-size: .9rem; }.upload-drop small { color: var(--muted); }.empty-state { padding: 70px 25px; border: 1px dashed #b9c1bc; border-radius: 18px; text-align: center; }.empty-state strong { font-size: 1.3rem; }.empty-state p { color: var(--muted); }.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.media-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }.media-grid img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; background: #e5e8e6; }.media-grid article > div { padding: 16px; }.media-grid strong, .media-grid small, .media-grid code { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.media-grid small { margin: 4px 0; color: var(--muted); }.media-grid code { color: #7b8780; font-size: .62rem; }.media-grid form { margin-top: 14px; }.media-grid button { padding: 7px 11px; border: 1px solid #e2afb3; border-radius: 6px; color: var(--danger); background: #fff7f7; font-size: .68rem; font-weight: 720; }

.error-page { background: var(--paper); }.error-wrap { min-height: 100svh; display: grid; place-items: center; padding: 30px; text-align: center; }.error-wrap .brand { margin-bottom: 50px; }.error-wrap strong { display: block; color: var(--green-dark); font: 800 .8rem ui-monospace, monospace; }.error-wrap h1 { max-width: 780px; margin: 20px auto; font-size: clamp(3rem, 8vw, 7rem); }.error-wrap p { color: var(--muted); }.error-wrap .button { margin-top: 18px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .hero { padding-top: 120px; }.hero-grid { grid-template-columns: 1fr; }.hero-visual { min-height: 480px; margin-top: 35px; }.section-heading, .section-heading.compact { grid-template-columns: 140px 1fr; }.section-heading > p:last-child { grid-column: 2; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.service-icon { margin: 28px 0 20px; }.app-catalog { grid-template-columns: 1fr; }.process-grid { grid-template-columns: 1fr; gap: 70px; }.process .section-heading { position: static; }
  .app-hero-grid, .details-grid, .privacy-teaser-inner { grid-template-columns: 1fr; }.app-orb { width: min(400px, 70vw); margin: 40px auto; }.privacy-teaser-inner { gap: 55px; }.app-showcase-heading { grid-template-columns: 1fr; gap: 28px; }.editor-section { grid-template-columns: 1fr; }.password-card { grid-template-columns: 1fr; }.admin-actions { flex-wrap: wrap; justify-content: flex-end; }
}

@media (max-width: 760px) {
  .container, .admin-container { width: min(100% - 28px, 1180px); }.nav-wrap { height: 72px; }.menu-button { display: block; z-index: 5; }.menu-button[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; color: var(--white); background: var(--ink); font-size: 1.4rem; transition: opacity .2s, visibility .2s; }.site-nav.open { visibility: visible; opacity: 1; }.site-nav .nav-cta { border-color: var(--green); color: var(--green); }.site-header.scrolled .menu-button[aria-expanded="true"] { color: var(--white); }
  .hero { padding-top: 110px; }.hero-grid { min-height: 0; }.hero-lead { font-size: 1rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.button { width: 100%; }.hero-visual { min-height: 410px; }.code-window { transform: none; }.code-content { padding: 28px 23px 24px; font-size: .77rem; }.floating-note { display: none; }.hero-foot { align-items: flex-start; flex-direction: column; gap: 15px; }.tech-list { width: 100%; justify-content: space-between; gap: 8px; }
  .section { padding: 90px 0; }.section-heading, .section-heading.compact { display: block; }.section-heading h2 { margin: 22px 0; }.section-heading > p:last-child { margin-top: 20px; }.service-card, .catalog-card { padding: 24px; }.catalog-card { min-height: 480px; }.catalog-mark { width: 82px; height: 82px; font-size: 3rem; }.process-list li { grid-template-columns: 43px 1fr; gap: 10px; }.contact { padding: 95px 0; }.footer-inner { grid-template-columns: 1fr 1fr; gap: 20px; padding: 30px 0; }.footer-inner > p { display: none; }.footer-meta { flex-direction: column; gap: 3px; }
  .app-hero { min-height: 0; padding: 135px 0 70px; }.app-orb { width: 260px; }.app-hero-grid.has-showcase { gap: 42px; }.app-hero-art { aspect-ratio: 1; border-radius: 20px; }.details-grid { gap: 50px; }.app-showcase { padding: 85px 0; }.app-showcase-heading { margin-bottom: 38px; }.app-showcase-grid { grid-template-columns: 1fr; gap: 16px; }.app-showcase-grid .app-showcase-overview { grid-column: auto; }.app-showcase-grid figcaption { padding: 17px 18px 19px; }.privacy-summary .container { width: 100%; }.summary-grid { grid-template-columns: 1fr 1fr; }.summary-grid > div { min-height: 120px; border-bottom: 1px solid rgba(11, 18, 16, .17); }.policy-hero { padding: 140px 0 70px; }.policy-content { padding-top: 65px; }.policy-lead { grid-template-columns: 1fr; gap: 30px; }.policy-section { grid-template-columns: 42px 1fr; gap: 12px; padding: 40px 0; }
  .admin-header nav > a { display: none; }.admin-main { padding-top: 35px; }.login-card { margin: 15px auto; padding: 28px 22px; }.admin-title, .form-heading { align-items: stretch; flex-direction: column; }.admin-app-list article { grid-template-columns: 58px 1fr; }.admin-app-mark { width: 54px; height: 54px; }.admin-actions { grid-column: 1 / -1; justify-content: flex-start; }.password-form, .field-grid { grid-template-columns: 1fr; }.password-form label:first-child, .field-grid .wide { grid-column: auto; }.editor-section { padding: 25px 20px; gap: 28px; }.editor-submit { align-items: stretch; flex-direction: column; }.editor-submit p { display: none; }.danger-zone { align-items: stretch; flex-direction: column; gap: 20px; }
}

@media (max-width: 430px) { h1 { font-size: 3.1rem; }.tech-list { font-size: .6rem; }.hero-visual { min-height: 365px; }.code-content { font-size: .67rem; }.catalog-links { align-items: flex-start; flex-direction: column; gap: 12px; }.summary-grid { grid-template-columns: 1fr; }.summary-grid > div { padding-left: 28px; min-height: 95px; }.footer-inner { grid-template-columns: 1fr; }.footer-meta { text-align: left; align-items: flex-start; }.policy-section { grid-template-columns: 1fr; }.policy-number { padding: 0; } }

@media print {
  .site-header, .site-footer, .print-button, .back-link, .privacy-summary { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .policy-hero { padding: 20px 0 35px; color: #000; background: #fff; }.policy-hero h1 { font-size: 34pt; }.policy-hero h1 em, .policy-hero .section-index { color: #000; }.policy-content { padding: 0; }.policy-lead, .policy-section { break-inside: avoid; }.policy-section { padding: 25px 0; }.policy-end { color: #000; background: #eee; }
}

/* Logo i architektura podstron */
.brand-logo { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 14px rgba(25, 230, 140, .16)); }
.site-header:not(.site-header-dark) .brand-logo, .site-header.scrolled .brand-logo, .admin-header .brand-logo { padding: 5px; border-radius: 11px; background: var(--ink); }
.service-card { display: flex; flex-direction: column; }.service-more { display: inline-flex; align-items: center; gap: 9px; width: max-content; margin-top: auto; padding-top: 24px; color: var(--green); font-size: .77rem; font-weight: 760; }.featured .service-more { color: var(--ink); }
.approach-section { background: #13201c; color: var(--white); }.approach-section .section-index { color: var(--green); }.approach-section .section-heading h2 { color: var(--white); }.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.approach-card { min-height: 360px; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.035); }.approach-card > span { color: var(--green); font: 800 .65rem ui-monospace, monospace; letter-spacing: .12em; }.approach-card h3 { margin: 56px 0 16px; font-size: 1.6rem; }.approach-card p { color: #a9b5af; line-height: 1.75; }.approach-card a { width: max-content; margin-top: auto; color: var(--green); font-size: .78rem; font-weight: 750; }
.breadcrumbs { padding-top: 130px; }.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; color: #82908a; font-size: .7rem; }.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #58645f; }.breadcrumbs a { color: var(--green); }
.content-hero { min-height: 680px; color: var(--white); background: radial-gradient(circle at 80% 45%, rgba(25,230,140,.15), transparent 26%), var(--ink); }.content-hero-inner { padding-top: 80px; padding-bottom: 100px; }.content-hero h1 { max-width: 1000px; margin: 28px 0; }.content-hero .hero-lead { max-width: 760px; color: #aeb8b3; }.content-sections { background: var(--paper); }.content-sections-list { max-width: 1050px; }.content-section { display: grid; grid-template-columns: 90px 1fr; gap: 42px; padding: 60px 0; border-top: 1px solid var(--line); }.content-section:last-child { border-bottom: 1px solid var(--line); }.content-section-number { padding-top: 10px; color: var(--green-dark); font: 800 .7rem ui-monospace, monospace; }.content-section h2 { margin: 0 0 22px; font-size: clamp(2rem, 3.2vw, 3.1rem); }.content-section .rich-text { color: #4d5752; line-height: 1.85; }.content-section ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; list-style: none; padding: 25px 0 0; margin: 28px 0 0; border-top: 1px solid var(--line); }.content-section li { position: relative; padding-left: 17px; font-size: .78rem; font-weight: 680; }.content-section li::before { content: "+"; position: absolute; left: 0; color: var(--green-dark); }
.related-section { padding: 95px 0; color: var(--white); background: #17201d; }.related-inner { display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 50px; align-items: start; }.related-section .section-index { color: var(--green); }.related-section h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3.1rem); }.related-links { display: grid; }.related-links a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #d4ddd8; font-weight: 700; }.related-links a:hover { color: var(--green); }.content-cta h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); }.content-cta .contact-inner > p:not(.section-index) { max-width: 700px; margin-inline: auto; line-height: 1.75; }
.contact-form-section { padding: 110px 0; background: var(--paper-warm); }.contact-form-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }.contact-form-grid h2 { margin: 25px 0; font-size: clamp(2.5rem, 3.8vw, 4rem); }.contact-form-grid > div:first-child > p:last-child { color: var(--muted); }.contact-form-grid a { color: var(--green-dark); }.public-contact-form { display: grid; gap: 17px; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }.public-contact-form > label { display: grid; gap: 7px; font-size: .78rem; font-weight: 720; }.public-contact-form input:not([type="checkbox"]), .public-contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cdd3cf; border-radius: 9px; color: var(--ink); background: #fbfcfb; }.public-contact-form input:not([type="checkbox"]) { height: 48px; }.public-contact-form textarea { resize: vertical; }.consent-label { grid-template-columns: 20px 1fr !important; align-items: start; }.consent-label input { margin-top: 3px; }.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.flash.success, .flash-success { color: #0a663c; background: #d7fae9; }.flash.error, .flash-error { color: #872c34; background: #ffe1e3; }

/* Moduł SEO w CMS */
.seo-editor-section { grid-template-columns: 260px minmax(0, 1fr); }.seo-editor-content { min-width: 0; }.seo-editor-content > .field-grid + * { margin-top: 36px; }.field-grid label small { color: var(--muted); font-weight: 500; }.seo-subsection { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }.seo-subsection .subsection-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 0 0 20px; padding: 0; border: 0; }.seo-subsection .subsection-title p { max-width: 580px; margin: 0; color: var(--muted); font-size: .74rem; }.seo-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 38px; }.seo-preview { min-width: 0; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.seo-preview > span { color: #6f7a74; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }.seo-preview h3 { margin: 13px 0 5px; color: #1a0dab; font: 500 1.18rem Arial, sans-serif; letter-spacing: 0; }.seo-preview code { display: block; overflow: hidden; color: #1f6f3d; font: .72rem Arial, sans-serif; text-overflow: ellipsis; white-space: nowrap; }.seo-preview p { display: -webkit-box; margin: 7px 0 0; overflow: hidden; color: #4d5156; font: .78rem/1.45 Arial, sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.seo-preview.mobile { max-width: 420px; }.seo-preview.social h3 { color: var(--ink); font-weight: 760; }.social-image { aspect-ratio: 1200 / 630; margin: 13px -20px 17px; background: var(--ink) center/cover no-repeat; }.seo-warnings { margin-top: 15px; padding: 22px; border: 1px solid #ead7a4; border-radius: 14px; background: #fffbec; }.seo-warnings h3 { margin: 0 0 8px; }.seo-warnings p { overflow-wrap: anywhere; color: #6f6240; font-size: .75rem; }.seo-warnings ul { margin: 12px 0 0; padding-left: 20px; color: #765f26; font-size: .75rem; }.seo-warnings li.ok { color: #087347; }.compact-form { margin-bottom: 35px; }.redirect-list { display: grid; gap: 12px; }.redirect-list article { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.redirect-list article > form:first-child { display: grid; grid-template-columns: 1fr 1fr 130px auto; gap: 12px; align-items: end; }.redirect-list label, .media-meta-form label { display: grid; gap: 5px; font-size: .68rem; font-weight: 720; }.redirect-list input, .redirect-list select, .media-meta-form input, .media-meta-form textarea { width: 100%; min-height: 40px; padding: 8px; border: 1px solid #ccd3ce; border-radius: 7px; }.redirect-meta { grid-column: 1 / -1; display: flex; gap: 16px; color: var(--muted); font-size: .66rem; }.redirect-meta strong { color: #9b602a; }.danger-button { color: var(--danger) !important; border-color: #e2afb3 !important; background: #fff7f7 !important; }.media-upload-card { grid-template-columns: repeat(2, 1fr); }.media-upload-card .upload-drop, .media-upload-card .wide, .media-upload-card .button { grid-column: 1 / -1; }.media-meta-form { display: grid; gap: 9px; }.media-grid-detailed { grid-template-columns: repeat(2, 1fr); }.media-grid-detailed article > div { overflow: hidden; }

@media (max-width: 980px) {
  .approach-grid { grid-template-columns: 1fr; }.approach-card { min-height: 300px; }.related-inner, .contact-form-grid { grid-template-columns: 1fr; gap: 45px; }.seo-editor-section { grid-template-columns: 1fr; }.admin-header .admin-container { align-items: flex-start; padding: 14px 0; }.admin-header nav { align-items: flex-end; flex-direction: column-reverse; }.admin-nav-links { flex-wrap: wrap; justify-content: flex-end; }.redirect-list article > form:first-child { grid-template-columns: 1fr 1fr; }.media-grid-detailed { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .brand-logo { width: 38px; height: 38px; }.breadcrumbs { padding-top: 105px; }.content-hero { min-height: 0; }.content-hero-inner { padding-top: 55px; padding-bottom: 75px; }.content-section { grid-template-columns: 1fr; gap: 10px; padding: 45px 0; }.content-section ul { grid-template-columns: 1fr; }.related-inner { display: block; }.related-section h2 { margin: 22px 0 35px; }.contact-form-section { padding: 80px 0; }.public-contact-form { padding: 22px; }.seo-preview-grid { grid-template-columns: 1fr; }.seo-subsection .subsection-title { align-items: flex-start; flex-direction: column; }.redirect-list article, .redirect-list article > form:first-child { grid-template-columns: 1fr; }.redirect-meta { grid-column: auto; flex-direction: column; gap: 4px; }
}

@media (max-width: 1080px) {
  .cms-module-grid { grid-template-columns: 1fr 1fr; }
  .menu-edit-row { grid-template-columns: 25px 1fr 1fr; }.menu-edit-row label:nth-of-type(3), .menu-edit-row label:nth-of-type(4) { grid-row: 2; }.menu-edit-row .row-controls { grid-column: 3; justify-content: flex-end; }
  .color-grid { grid-template-columns: 1fr 1fr; }
  .upload-card { grid-template-columns: 1fr 1fr; }.upload-card .button { grid-column: 1 / -1; }.media-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .admin-nav-links { display: none; }.cms-module-grid { grid-template-columns: 1fr; }.cms-module-grid > a { min-height: 140px; }.admin-section-title { align-items: stretch; flex-direction: column; }.admin-section-title .button { width: 100%; }
  .menu-edit-row { grid-template-columns: 24px 1fr; }.menu-edit-row label, .menu-edit-row label:nth-of-type(3), .menu-edit-row label:nth-of-type(4) { grid-column: 2; grid-row: auto; }.menu-edit-row .row-controls { grid-column: 2; justify-content: flex-start; }
  .color-grid, .upload-card, .media-grid { grid-template-columns: 1fr; }.upload-card .button { grid-column: auto; }.rich-label, .editor-status { align-items: flex-start; flex-direction: column; }.word-toolbar { overflow-x: auto; flex-wrap: nowrap; }.word-toolbar > * { flex: 0 0 auto; }
}

/* Rozbudowana prezentacja realizacji WZJG i stopka */
.hero-copy h1 { max-width: 18ch; font-size: clamp(2.25rem, 4.2vw, 3.55rem); line-height: 1.05; }
.button, .menu-button, .site-nav a, .screenshot-open, .lightbox-nav, [data-lightbox-close] { min-height: 44px; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.34); background: transparent; }.button-ghost:hover { color: var(--ink); border-color: var(--green); background: var(--green); }
.button-store { color: var(--ink); border-color: var(--white); background: var(--white); }.text-link { color: var(--green); font-weight: 750; }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; padding: 70px 0 50px; border-top: 1px solid rgba(255,255,255,.12); }.footer-brand p { max-width: 330px; margin-top: 20px; color: #8f9a94; font-size: .78rem; line-height: 1.7; }.footer-links { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; font-size: .76rem; }.footer-links strong { margin-bottom: 6px; color: var(--white); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }.footer-links a { color: #a8b1ac; }.footer-links a:hover { color: var(--green); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); color: #7f8a84; font-size: .68rem; }
.app-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 4px; }.app-badges span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #c9d3ce; font: 700 .66rem ui-monospace, monospace; }.app-hero .hero-actions { flex-wrap: wrap; }
.app-download { padding: 85px 0; color: var(--white); background: #101b17; }.app-download-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }.app-download-heading h2 { max-width: 12ch; margin: 24px 0 18px; color: var(--white); font-size: clamp(2.25rem, 3.7vw, 3.7rem); }.app-download-heading > p:not(.section-index) { max-width: 520px; color: #aab8b1; line-height: 1.7; }.app-download-heading .button { margin-top: 18px; }.app-download-heading small { display: block; margin-top: 12px; color: #8fa099; font-size: .7rem; }.app-install-steps { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }.app-install-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.app-install-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green); font-weight: 800; }.app-install-steps strong { color: var(--white); }.app-install-steps p { margin: 5px 0 0; color: #aab8b1; font-size: .82rem; line-height: 1.6; }.app-download-checksum { grid-column: 1 / -1; padding-top: 5px; color: #aab8b1; }.app-download-checksum summary { cursor: pointer; color: var(--green); font-weight: 750; }.app-download-checksum p { margin-bottom: 8px; }.app-download-checksum code { display: block; max-width: 100%; padding: 13px; overflow-wrap: anywhere; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #d7e1dc; background: rgba(255,255,255,.04); font-size: .72rem; }
.app-feature-section { padding: 110px 0; background: var(--paper); }.app-feature-alt { background: var(--paper-warm); }.app-feature-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }.app-feature-heading { position: sticky; top: 115px; }.app-feature-heading h2 { margin-top: 25px; font-size: clamp(2.4rem, 3.8vw, 4rem); }.app-feature-lead { color: #4d5752; font-size: 1.04rem; line-height: 1.85; }.app-function-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 35px; }.app-function-cards article { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.78); }.app-function-cards h3 { margin: 0 0 10px; font-size: 1.1rem; }.app-function-cards p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }.app-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; list-style: none; padding: 28px 0 0; margin: 30px 0 0; border-top: 1px solid var(--line); }.app-feature-list li { display: flex; gap: 10px; font-weight: 680; }.app-feature-list span { color: var(--green-dark); }
.app-screenshots { padding: 115px 0; background: #e8eeea; }.app-screenshot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.app-screenshot-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 15px 45px rgba(11,18,16,.07); }.screenshot-open { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: #dbe6e0; cursor: zoom-in; }.screenshot-open picture, .screenshot-open img { width: 100%; display: block; }.screenshot-open img { height: auto; transition: transform .25s; }.screenshot-open:hover img { transform: scale(1.02); }.screenshot-open:focus-visible { z-index: 2; outline: 4px solid var(--green-dark); outline-offset: -4px; }.screenshot-zoom { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; color: var(--white); background: rgba(11,18,16,.82); font-size: .64rem; font-weight: 750; }.app-screenshot-grid figcaption { display: grid; gap: 5px; padding: 17px; }.app-screenshot-grid figcaption span { color: var(--muted); font-size: .72rem; line-height: 1.55; }
.screenshot-placeholder { aspect-ratio: 1 / 2; min-height: 360px; display: grid; align-content: center; justify-items: center; gap: 13px; padding: 28px 18px; color: #53655d; text-align: center; background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(209,223,216,.85)), repeating-linear-gradient(-45deg, transparent 0 12px, rgba(35,76,60,.04) 12px 24px); }.screenshot-placeholder::before { content: ""; width: 54px; aspect-ratio: 1; border: 2px solid var(--green-dark); border-radius: 14px; background: linear-gradient(135deg, transparent 46%, var(--green-dark) 47% 53%, transparent 54%); opacity: .72; }.screenshot-placeholder span { color: var(--green-dark); font: 800 .64rem ui-monospace, monospace; letter-spacing: .18em; }.screenshot-placeholder strong { max-width: 180px; color: var(--ink); font-size: 1.05rem; line-height: 1.35; }.screenshot-placeholder small { max-width: 180px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.app-lightbox { width: min(1000px, calc(100% - 30px)); max-height: calc(100svh - 30px); padding: 0; border: 0; border-radius: 20px; color: var(--white); background: #0b1210; }.app-lightbox::backdrop { background: rgba(3,8,6,.88); backdrop-filter: blur(4px); }.lightbox-shell { padding: 18px; }.lightbox-toolbar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; color: #9caaa3; }.lightbox-toolbar button, .lightbox-nav { border: 1px solid rgba(255,255,255,.25); border-radius: 10px; color: var(--white); background: transparent; }.lightbox-toolbar button { padding: 8px 12px; }.lightbox-stage { display: grid; grid-template-columns: 52px 1fr 52px; gap: 16px; align-items: center; }.lightbox-nav { font-size: 1.5rem; }.lightbox-stage figure { margin: 0; text-align: center; }.lightbox-stage picture, .lightbox-stage img { display: block; margin: auto; }.lightbox-stage img { width: auto; max-width: 100%; height: min(70svh, 720px); object-fit: contain; }.lightbox-stage figcaption { display: grid; gap: 3px; padding-top: 12px; }.lightbox-stage figcaption span { color: #9faaa4; font-size: .75rem; }
.app-privacy { padding: 115px 0; color: var(--white); background: #13231d; }.app-privacy .section-index { color: var(--green); }.app-privacy .app-showcase-heading { align-items: start; }.app-privacy .rich-text { color: #aab8b1; }.privacy-card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 45px 0; }.privacy-card-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.035); }.privacy-card-grid h3 { margin: 0 0 10px; color: var(--green); font-size: 1rem; }.privacy-card-grid p { margin: 0; color: #a9b5af; font-size: .75rem; line-height: 1.65; }.app-medical-note { padding: 75px 0; background: #fff4d8; }.app-medical-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }.app-medical-note h2 { margin-top: 22px; }.app-medical-note p { color: #655b43; }.app-faq { padding: 110px 0; background: var(--paper); }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.faq-grid h2 { margin-top: 25px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 0; cursor: pointer; font-weight: 750; }.faq-list summary::after { content: "+"; color: var(--green-dark); font-size: 1.3rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list p { margin: 0; padding: 0 0 23px; color: var(--muted); line-height: 1.7; }.app-final .contact-inner > p:not(.section-index) { max-width: 720px; margin-inline: auto; }.app-final-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; margin-top: 32px; }.policy-subtitle { max-width: 720px; color: #c3cdc8 !important; font-size: 1.05rem; line-height: 1.7; }.field-error { color: #a0222e !important; font-size: .72rem; }.public-contact-form [aria-invalid="true"] { border-color: #b73843 !important; box-shadow: 0 0 0 3px rgba(183,56,67,.12); }.media-metadata-row { display: grid; grid-template-columns: 100px 1fr; gap: 18px; }.media-metadata-row img { width: 100px; height: 200px; border-radius: 10px; object-fit: cover; }
.admin-screen-placeholder { width: 100px; height: 200px; display: grid; place-items: center; border: 1px dashed var(--green-dark); border-radius: 10px; color: var(--green-dark); background: #e8eeea; font: 800 .62rem ui-monospace, monospace; letter-spacing: .12em; }

@media (max-width: 980px) {
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-main > :last-child { grid-column: 2; }.app-download-inner, .app-feature-inner, .app-medical-inner, .faq-grid { grid-template-columns: 1fr; gap: 40px; }.app-download-checksum { grid-column: auto; }.app-feature-heading { position: static; }.app-screenshot-grid { grid-template-columns: repeat(2, 1fr); }.privacy-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-main > :last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }.app-function-cards, .app-feature-list, .app-screenshot-grid, .privacy-card-grid { grid-template-columns: 1fr; }.lightbox-stage { grid-template-columns: 44px 1fr 44px; gap: 7px; }.lightbox-shell { padding: 10px; }.lightbox-stage img { height: 65svh; }.app-final h2 { font-size: clamp(2.2rem, 11vw, 3rem); overflow-wrap: anywhere; }.app-final-links { align-items: stretch; flex-direction: column; }.media-metadata-row { grid-template-columns: 1fr; }.media-metadata-row img { width: 80px; height: 160px; }
}
