
:root {
  --forest: #2f4a3d;
  --forest-dark: #1e332a;
  --gold: #c8963e;
  --gold-light: #e8c98a;
  --cream: #faf7f0;
  --cream-dark: #f1ead9;
  --ink: #2a2a26;
  --muted: #6b6b62;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(30, 51, 42, 0.08);
  --shadow-lg: 0 20px 50px rgba(30, 51, 42, 0.14);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Helvetica Neue', Arial, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; }
h1, h2, h3, .brand-name, .brand-tagline { font-family: 'Helvetica Neue', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

header.nav { position: sticky; top: 0; z-index: 50; background: rgba(250, 247, 240, 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--cream-dark); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; max-width: 1120px; margin: 0 auto; }
.brand-block { display: flex; align-items: center; gap: 12px; }
.logo-mark { flex-shrink: 0; }
.brand-text { line-height: 1.25; }
.brand-name { font-weight: 700; font-size: 1.05rem; color: var(--forest-dark); letter-spacing: 0.01em; }
.brand-tagline { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); font-weight: 700; }
nav.links { display: flex; gap: 32px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.95rem; }
nav.links a { color: var(--forest-dark); opacity: 0.85; transition: opacity 0.2s; }
nav.links a:hover, nav.links a.active { opacity: 1; }
nav.links a.active { border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.nav-cta { background: var(--forest); color: var(--white) !important; padding: 10px 20px; border-radius: 999px; font-size: 0.9rem; font-weight: 600; white-space: nowrap; }
@media (max-width: 860px) { nav.links { display: none; } }

.page-hero { padding: 72px 0 56px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: -120px; right: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, var(--gold-light) 0%, transparent 70%); opacity: 0.5; }
.page-hero-inner { position: relative; max-width: 760px; }
.eyebrow { font-family: 'Helvetica Neue', Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; color: var(--gold); font-weight: 700; margin-bottom: 18px; }
.page-hero h1, .hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.15; color: var(--forest-dark); margin: 0 0 22px; font-weight: 700; }
.page-hero p.lead, .hero p.lead { font-size: 1.1rem; color: var(--muted); max-width: 600px; margin: 0 0 28px; }
.trust-line { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 0; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.86rem; color: var(--forest-dark); margin: 0 0 34px; padding: 0; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--cream-dark); padding: 9px 16px; border-radius: 999px; box-shadow: var(--shadow); margin-right: 12px; }
.trust-item .dot { color: var(--gold); font-weight: 900; }

.btn-primary { display: inline-block; background: var(--forest); color: var(--white); font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 600; font-size: 1rem; padding: 16px 32px; border-radius: 999px; box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-secondary { display: inline-block; margin-left: 16px; font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 600; color: var(--forest-dark); padding: 16px 8px; border-bottom: 2px solid var(--gold); }

.section-label { font-family: 'Helvetica Neue', Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.75rem; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
.section-title { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--forest-dark); font-weight: 700; margin: 0 0 40px; max-width: 620px; }

.offers { background: var(--white); padding: 80px 0; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .offer-grid { grid-template-columns: 1fr; } }
.offer-card { background: var(--cream); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--cream-dark); transition: transform 0.2s, box-shadow 0.2s; }
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.offer-card-media { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.offer-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.offer-card-body { padding: 22px 22px 26px; position: relative; }
.offer-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--forest); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-top: -44px; margin-bottom: 14px; box-shadow: 0 4px 14px rgba(30,51,42,0.25); border: 3px solid var(--cream); }
.offer-card h3 { font-size: 1.08rem; color: var(--forest-dark); margin: 0 0 10px; }
.offer-card p { font-size: 0.92rem; color: var(--muted); margin: 0 0 16px; }
.offer-card a.link { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--gold); }
.offer-card a.link::after { content: " \2192"; }

.about { padding: 80px 0; }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } }
.about-photo { aspect-ratio: 4/5; border-radius: var(--radius); background: linear-gradient(145deg, var(--forest), var(--forest-dark)); display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.85rem; text-align: center; padding: 24px; box-shadow: var(--shadow-lg); }
.about h2 { font-size: 1.7rem; color: var(--forest-dark); margin: 0 0 18px; }
.about p { color: var(--muted); margin: 0 0 18px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.badge { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.8rem; font-weight: 700; color: var(--forest-dark); background: var(--gold-light); padding: 8px 16px; border-radius: 999px; }

.blog { background: var(--cream-dark); padding: 80px 0; color: var(--ink); }
.blog .section-label { color: var(--gold); }
.blog .section-title { color: var(--forest-dark); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { background: var(--white); border: 1px solid rgba(30,51,42,0.08); border-radius: var(--radius); padding: 26px 24px; transition: transform 0.2s, box-shadow 0.2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-tag { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-weight: 700; margin-bottom: 14px; display: block; }
.blog-card h3 { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 1.05rem; margin: 0 0 12px; line-height: 1.4; color: var(--forest-dark); }
.blog-card p { font-size: 0.88rem; color: var(--muted); margin: 0 0 16px; }
.blog-card a.link { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--gold); }
.blog-card a.link::after { content: " \2192"; }

.cta-band { padding: 90px 0; text-align: center; }
.cta-band h2 { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: clamp(1.7rem, 3.4vw, 2.4rem); color: var(--forest-dark); margin: 0 0 16px; }
.cta-band p { color: var(--muted); max-width: 520px; margin: 0 auto 32px; }

footer { background: var(--forest-dark); color: rgba(250,247,240,0.6); padding: 32px 0; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.82rem; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
footer a { color: rgba(250,247,240,0.8); }

.mock-banner { background: var(--gold); color: var(--forest-dark); text-align: center; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.85rem; font-weight: 700; padding: 10px; letter-spacing: 0.02em; }

.offer-banner { max-width: 760px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.offer-banner img { width: 100%; height: auto; display: block; aspect-ratio: 16/8; object-fit: cover; }

/* Sub-page content article */
.article-body { padding: 20px 0 80px; }
.article-body .container { max-width: 760px; }
.article-body h2 { font-size: 1.3rem; color: var(--forest-dark); margin: 34px 0 14px; }
.article-body p { color: var(--ink); margin: 0 0 18px; }
.article-body ul { color: var(--ink); padding-left: 20px; margin: 0 0 18px; }
.article-body li { margin-bottom: 10px; }
.for-whom { background: var(--white); border: 1px solid var(--cream-dark); border-radius: var(--radius); padding: 22px 26px; margin: 24px 0; font-size: 0.95rem; color: var(--muted); }

/* CV cards */
.cv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 8px; }
@media (max-width: 720px) { .cv-grid { grid-template-columns: 1fr; } }
.cv-card { background: var(--white); border: 1px solid var(--cream-dark); border-radius: var(--radius); padding: 26px 26px 24px; box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s; }
.cv-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.cv-card.cv-wide { grid-column: 1 / -1; }
.cv-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.cv-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--forest); color: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cv-card h3 { margin: 0; font-size: 1rem; color: var(--forest-dark); font-family: 'Helvetica Neue', Arial, sans-serif; }
.cv-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.cv-card li { position: relative; padding-left: 20px; color: var(--ink); font-size: 0.92rem; line-height: 1.55; }
.cv-card li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.cv-card li .cv-tag { display: inline-block; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.7rem; font-weight: 700; color: var(--forest-dark); background: var(--gold-light); padding: 2px 9px; border-radius: 999px; margin-right: 8px; vertical-align: middle; }

/* Kontakt form */
.contact-form { max-width: 560px; margin: 0 auto; background: var(--white); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.contact-form label { display: block; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--forest-dark); margin: 16px 0 6px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid var(--cream-dark); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.95rem; background: var(--cream); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form .btn-primary { margin-top: 22px; width: 100%; text-align: center; border: none; cursor: pointer; }

/* Blog post */
.post-header { padding: 60px 0 20px; }
.post-header .container { max-width: 720px; }
.post-header h1 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); color: var(--forest-dark); margin: 0 0 14px; }
.post-meta { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.82rem; color: var(--muted); }
.post-body { padding: 10px 0 80px; }
.post-body .container { max-width: 720px; }
.post-body h2 { font-size: 1.25rem; color: var(--forest-dark); margin: 32px 0 12px; }
.post-body p { margin: 0 0 18px; }
.post-body ul { padding-left: 20px; margin: 0 0 18px; }
.post-body li { margin-bottom: 10px; }
.post-cta { background: var(--white); border: 1px solid var(--cream-dark); border-radius: var(--radius); padding: 26px; margin-top: 36px; text-align: center; }
