/* =========================================================================
   Codetech — pojedyncza usługa i realizacja. Style wyniesione z inline (1:1).
   Ładowane razem z pages.css (dostępne .sub-hero, .sub-cta itd.).
   ========================================================================= */

/* ---------- Wspólny hero single ---------- */
.sub-hero--usluga { padding: 160px 0 70px; }
.sub-hero--realizacja { padding: 150px 0 50px; }.single-back { display: flex; width: fit-content; align-items: center; gap: 8px; color: #5c6173; text-decoration: none; font-size: 14px; font-weight: 500; margin-bottom: 26px; }
.single-hero__title { line-height: 1.0; letter-spacing: -0.035em; font-weight: 700; margin: 22px 0 0; max-width: 15ch; }
.single-hero__title--usluga { font-size: clamp(42px, 6.4vw, 86px); }
.single-hero__title--realizacja { font-size: clamp(44px, 6.6vw, 90px); }
.single-hero__tagline { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; color: #5c6173; max-width: 50ch; margin: 26px 0 0; }
.single-hero__short { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; color: #5c6173; max-width: 52ch; margin: 24px 0 0; }
.single-hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.single-hero__actions--rz { gap: 22px; margin-top: 36px; }
.single-hero__price { display: flex; align-items: center; gap: 10px; color: #0B1230; font-weight: 700; font-size: 15px; }
.single-hero__price-dot { width: 9px; height: 9px; border-radius: 50%; background: #C00018; }
.single-hero__similar { display: inline-flex; align-items: center; gap: 9px; color: #0B1230; text-decoration: none; font-weight: 700; font-size: 16px; }
.single-hero__btn { gap: 10px; padding: 16px 28px; font-size: 16px; will-change: transform; }

/* Dwukolumnowe sekcje single */
.us-2col { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: start; }
.us-sticky { position: sticky; top: 120px; }

/* ---------- USŁUGA: lead ---------- */
.us-lead { padding: 60px 0 30px; background: #fff; }
.us-lead__text { font-size: clamp(22px, 2.4vw, 34px); line-height: 1.42; letter-spacing: -0.015em; font-weight: 500; margin: 26px 0 0; max-width: 30ch; color: #0B1230; }.us-lead__text--next { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; font-weight: 400; color: #5c6173; max-width: 62ch; margin-top: 22px; }

/* ---------- USŁUGA: deliverables ---------- */
.us-deliver { padding: 90px 0; background: #fff; }
.us-deliver__title { font-size: clamp(30px, 4.2vw, 54px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 700; margin: 0 0 8px; }
.us-deliver__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin-top: 50px; }
.us-deliver__card { background: #F7F8FA; border: 1px solid #eef0f4; border-radius: 20px; padding: 30px; }
.us-deliver__icon { width: 40px; height: 40px; border-radius: 11px; background: #fbe9ea; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.us-deliver__icon span { width: 13px; height: 13px; border-radius: 4px; background: #C00018; display: block; }
.us-deliver__card-title { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 9px; }
.us-deliver__card-desc { color: #5c6173; font-size: 15px; line-height: 1.6; margin: 0; }

/* ---------- USŁUGA: includes ---------- */
.us-includes { padding: 90px 0; background: #F7F8FA; border-top: 1px solid #eef0f4; border-bottom: 1px solid #eef0f4; }
.us-includes__title { font-size: clamp(28px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 700; margin: 22px 0 0; }
.us-include { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-top: 1px solid #eaecf2; }
.us-include__check { flex: none; width: 24px; height: 24px; border-radius: 50%; background: #C00018; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.us-include__text { font-size: 17px; color: #2a3147; font-weight: 500; line-height: 1.45; }

/* ---------- USŁUGA: process ---------- */
.us-process { padding: 90px 0; background: #fff; }
.us-process__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; margin-top: 46px; background: #eaecf2; border: 1px solid #eaecf2; border-radius: 18px; overflow: hidden; }
.us-process__card { background: #fff; padding: 32px 28px; min-height: 170px; }
.us-process__num { color: #C00018; font-weight: 700; font-size: 32px; letter-spacing: -0.02em; }
.us-process__card-title { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; margin: 16px 0 9px; }
.us-process__card-desc { color: #5c6173; font-size: 14px; line-height: 1.55; margin: 0; }

/* ---------- USŁUGA: faq ---------- */
.us-faq { padding: 90px 0; background: #F7F8FA; border-top: 1px solid #eef0f4; }
.us-faq__title { font-size: clamp(26px, 3.2vw, 42px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 700; margin: 22px 0 0; }

/* ---------- Prev / next ---------- */
.us-nav { padding: 80px 0; background: #fff; }
.us-nav--rz { padding: 40px 0 80px; }
.us-nav__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.us-nav__card { position: relative; display: block; text-decoration: none; color: #0B1230; background: #F7F8FA; border: 1px solid #eaecf2; border-radius: 20px; padding: 32px; will-change: transform; cursor: pointer; }
.us-nav__card--next { text-align: right; }
.us-nav__glow { position: absolute; inset: 0; border-radius: 20px; opacity: 0; pointer-events: none; }
.us-nav__label { position: relative; color: #8a90a3; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.us-nav__title { position: relative; font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin-top: 12px; }

/* ---------- REALIZACJA: hero image ---------- */
.rz-hero-img { padding: 30px 0 20px; background: #fff; }.rz-hero-img__frame { position: relative; border-radius: 24px; overflow: hidden; background: #e9e9f0; }.rz-hero-img__frame--placeholder { height: clamp(340px, 58vh, 620px); }.rz-hero-img__img { display: block; width: 100%; height: auto; }
.rz-parallax-img { position: absolute; left: 0; top: -8%; width: 100%; height: 116%; object-fit: cover; display: block; }

/* ---------- REALIZACJA: about + meta ---------- */
.rz-about { padding: 80px 0; background: #fff; }
.rz-about__grid { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 70px; align-items: start; }.rz-about__intro { position: sticky; top: 110px; align-self: start; }
.rz-about__para { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; color: #5c6173; margin: 0 0 22px; }
.rz-meta { background: #F7F8FA; border: 1px solid #eef0f4; border-radius: 20px; padding: 30px; position: sticky; top: 110px; }.rz-meta__row { display: grid; grid-template-columns: minmax(64px, auto) minmax(0, 1fr); gap: 16px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid #eaecf2; }
.rz-meta__row--last { border-bottom: none; }
.rz-meta__k { color: #8a90a3; font-size: 14px; }
.rz-meta__v { font-weight: 700; font-size: 14px; text-align: right; line-height: 1.45; overflow-wrap: anywhere; }
.rz-meta__scope-label { color: #8a90a3; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin: 20px 0 14px; }
.rz-meta__scope { display: flex; flex-wrap: wrap; gap: 8px; }.rz-scope-tag { display: inline-block; max-width: 100%; font-size: 12px; line-height: 1.45; color: #C00018; background: #fbe9ea; border-radius: 12px; padding: 7px 13px; overflow-wrap: anywhere; }
.rz-meta__live { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: #C00018; font-weight: 700; font-size: 15px; text-decoration: none; }

/* ---------- REALIZACJA: efekty ---------- */
.rz-results { padding: clamp(64px, 8vw, 100px) 0; background: #0B1230; color: #fff; }
.rz-results__eyebrow { color: #ff2d3f; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.rz-results__title { font-size: clamp(30px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 700; margin: 0 0 clamp(36px, 4vw, 54px); max-width: 22ch; }.rz-results__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.rz-result { display: flex; flex-direction: column; gap: 12px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 20px; padding: clamp(24px, 3vw, 34px); }
.rz-result__num { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; color: #ff2d3f; }
.rz-result__value { font-size: clamp(1.5rem, 2vw, 2.2rem); font-weight: 700; line-height: 1.14; letter-spacing: -0.02em; overflow-wrap: anywhere; }
.rz-result__label { color: #9aa1b8; font-size: 15px; line-height: 1.6; margin: 0; max-width: 42ch; }

/* ---------- REALIZACJA: gallery ---------- */
.rz-gallery { padding: 80px 0; background: #fff; }.rz-gallery__single { position: relative; width: 100%; height: clamp(360px, 54vh, 600px); border-radius: 20px; overflow: hidden; background: #e9e9f0; }

.single-eyebrow-mb { margin-bottom: 26px; }

@media (max-width: 1024px) {
	.us-2col, .rz-about__grid { grid-template-columns: 1fr; }
	.us-sticky, .rz-meta, .rz-about__intro { position: static; }
}
@media (max-width: 640px) {
	.us-nav__grid, .rz-results__grid { grid-template-columns: 1fr; }
	.us-nav__card--next { text-align: left; }
}
