/* Scoped offer and project enquiry layouts. Supporting text stays at least 16px. */
.offer-page,.project-quote{--project-ink:#182d3d;--project-muted:#50616e;--project-pink:#b81050;--project-line:#d9e0e4;--project-paper:#f3f5f4}
.offer-page{font-family:Satoshi,Arial,sans-serif;color:var(--project-ink);background:#fff;font-size:18px;line-height:1.7}
.offer-page h1,.offer-page h2,.offer-page h3,.offer-page h4,.project-quote h1,.project-quote h2{font-family:Satoshi,Arial,sans-serif;font-weight:700;letter-spacing:-.035em}
.offer-page h1{font-size:clamp(42px,4.4vw,64px);line-height:1.09;margin:0 0 26px;color:white}
.offer-page h2,.project-next h2{font-size:clamp(32px,3vw,44px)!important;line-height:1.18!important;margin:0 0 22px;color:var(--project-ink)}
.offer-page h3{font-size:28px;line-height:1.25;margin:0 0 18px;color:var(--project-ink)}
.offer-page h4{font-size:18px;line-height:1.5;letter-spacing:0;margin:0 0 8px;color:var(--project-ink)}
.offer-page p,.offer-page dd,.project-next p{font-size:18px;line-height:1.7;font-weight:400;color:var(--project-muted);margin:0 0 20px}
.offer-page a{transition:color .15s ease,background .15s ease;text-underline-offset:4px}
.offer-page a:focus-visible,.offer-page summary:focus-visible,.project-quote a:focus-visible,.project-quote summary:focus-visible{outline:3px solid #dd729c;outline-offset:5px;border-radius:2px}
.offer-page [id]{scroll-margin-top:110px}
.offer-page .project-eyebrow,.project-quote .project-eyebrow{font-size:16px;font-weight:600;letter-spacing:.03em;color:var(--project-pink);margin:0 0 18px}
.offer-hero{background:#111f30;padding:160px 0 76px}
.offer-hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.offer-hero .project-eyebrow,.offer-dark .project-eyebrow{color:#f3b2ce}
.offer-hero .offer-lead{font-size:20px;line-height:1.7;color:#d7e1e9;max-width:660px}
.offer-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px 28px;margin:30px 0 0}
.offer-page .project-button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:15px 22px;border:1px solid var(--project-pink);border-radius:5px;background:var(--project-pink);color:white;font-size:18px;line-height:1.5;font-weight:700;text-decoration:none;min-height:54px}
.offer-page .project-button:hover{background:#970d40;border-color:#970d40;color:white}
.offer-text-link{font-size:18px;line-height:1.5;font-weight:600;color:var(--project-pink);text-decoration:underline;display:inline-block;padding:8px 0}
.offer-text-link span{margin-left:8px}
.offer-hero .offer-text-link{color:#fff}
.offer-hero .offer-note{font-size:16px;line-height:1.6;color:#b9c9d6;margin:20px 0 0}
.offer-overview{background:#1a2c40;border:1px solid #3c4d5f;border-radius:6px;padding:28px 30px 6px}
.offer-overview .offer-overview-title{font-size:18px;color:#fff;font-weight:500;padding-bottom:18px;border-bottom:1px solid #3c4d5f;margin:0}
.offer-overview>a{display:grid;grid-template-columns:28px 1fr 20px;gap:14px;align-items:start;border-bottom:1px solid #3c4d5f;padding:25px 0;text-decoration:none;color:#f3b2ce;font-size:16px}
.offer-overview>a:last-child{border:0}
.offer-overview strong{display:block;font-size:23px;line-height:1.3;color:#fff;margin:0 0 8px}
.offer-overview p{font-size:18px;line-height:1.6;color:#c6d4df;margin:0}
.offer-overview>a:hover strong{text-decoration:underline;text-underline-offset:4px}
.offer-jump{border-bottom:1px solid var(--project-line);background:#fff}
.offer-jump>.container{display:flex;flex-wrap:wrap;gap:12px 32px;padding-top:18px;padding-bottom:18px}
.offer-jump a{color:var(--project-ink);font-size:16px;font-weight:600;padding:7px 0}
.offer-jump a:hover{color:var(--project-pink)}
.offer-section{padding:88px 0}
.offer-section-heading{max-width:740px;margin:0 0 45px}
.offer-service{display:grid;grid-template-columns:1fr 1.25fr;gap:100px;padding:50px 0;border-top:1px solid var(--project-line)}
.offer-service:last-child{padding-bottom:0}
.offer-page .offer-index{font-size:16px;color:var(--project-pink);font-weight:500;margin:0 0 20px}
.offer-service-title>p:last-child{max-width:430px;margin:0}
.offer-service-detail>p{margin-bottom:24px}
.offer-service-detail .offer-deliverable{padding-left:20px;border-left:3px solid var(--project-pink);color:var(--project-ink);margin-top:28px}
.offer-tint{background:var(--project-paper)}
.offer-requirements{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}
.offer-specs{margin:0}
.offer-specs>div{border-bottom:1px solid #cdd6dc;padding:24px 0}
.offer-specs>div:first-child{padding-top:0}
.offer-specs>div:last-child{border:0;padding-bottom:0}
.offer-specs dt{font-size:22px;line-height:1.4;margin:0 0 8px;color:var(--project-ink);font-weight:700}
.offer-specs dd{margin:0}
.offer-cases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.offer-cases article{display:flex;flex-direction:column;border-top:2px solid var(--project-ink);padding-top:24px}
.offer-cases h3{font-size:26px}
.offer-cases a{font-size:18px;color:var(--project-pink);margin-top:auto;font-weight:600;text-decoration:underline;padding:8px 0}
.offer-dark{background:#111f30}
.offer-dark h2,.offer-dark h3{color:#fff}
.offer-dark p{color:#c9d6e0}
.offer-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;list-style:none;padding:0;margin:0 0 36px;counter-reset:steps}
.offer-process li{counter-increment:steps;border-top:1px solid #405261;padding-top:22px}
.offer-process li::before{content:'0' counter(steps);display:block;font-size:18px;color:#f3b2ce;margin-bottom:24px}
.offer-process h3{font-size:24px;letter-spacing:-.02em}
.offer-process p{margin:0}
.offer-industries,.offer-faq-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:90px}
.offer-industry-links{display:grid;grid-template-columns:1fr 1fr;gap:0 36px}
.offer-industry-links a{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--project-line);font-size:18px;color:var(--project-ink);font-weight:500}
.offer-faq details{border-bottom:1px solid #cdd6dc}
.offer-faq details:first-child{border-top:1px solid #cdd6dc}
.offer-faq summary{cursor:pointer;padding:22px 0;font-size:20px;font-weight:600;line-height:1.5;color:var(--project-ink)}
.offer-faq summary::marker{color:var(--project-pink)}
.offer-faq details p{margin:0;padding:0 0 24px}
.offer-close .container{max-width:1060px}
.offer-close p:not(.project-eyebrow){max-width:710px}
.offer-host .navbar-toggler{font-size:0}
.offer-host .navbar-toggler::after{content:'Menu';font:600 16px/1.4 Satoshi,Arial,sans-serif;color:currentColor;padding:8px}
.offer-host .navbar-toggler i{display:none!important}
/* Project enquiry: brief first, no budget gate. */
.project-quote .cro-quote-page{padding:150px 0 64px}
.project-quote .cro-quote-grid{grid-template-columns:1fr 1.05fr;gap:70px}
.project-quote .cro-quote-intro h1{font-size:clamp(38px,3.8vw,54px)!important;max-width:590px}
.project-quote .cro-quote-lead{font-size:20px!important;line-height:1.7!important;max-width:590px}
.project-quote .cro-form-box{padding:34px!important;border-radius:6px}
.project-quote .cro-form-box h2{font-size:28px!important;line-height:1.25!important}
.project-quote .cro-form textarea{height:170px;min-height:150px}
.project-quote .cro-form label .field-note{font-size:16px;font-weight:400}
.project-quote .cro-form .project-assurance{margin-top:16px!important}
.project-quote .cro-form input::placeholder,.project-quote .cro-form textarea::placeholder{color:#64717b;opacity:1}
.project-scope{margin:30px 0 24px;border-top:1px solid #405261}
.project-scope>p{margin:0;padding:16px 0;border-bottom:1px solid #405261;font-size:18px;line-height:1.6;color:#c6d4df}
.project-scope strong{display:block;font-size:20px;font-weight:600;color:#fff;margin-bottom:3px}
.project-scope>p.project-open{padding:20px 0 0;border:0}
.project-quote .cro-direct{display:flex;align-items:flex-start;flex-direction:column;margin:24px 0 0}
.project-quote .cro-direct p{color:#c6d4df;font-size:18px;margin:0 0 4px}
.project-quote .cro-direct a{font-size:20px;line-height:1.5;padding:5px 0;text-underline-offset:4px}
.project-next{background:#f3f5f4;padding:70px 0}
.project-next>.container{display:grid;grid-template-columns:.95fr 1.1fr;gap:90px}
.project-next-heading>p:last-child{margin:0}
.project-steps{list-style:none;padding:0;margin:0;counter-reset:next}
.project-steps li{counter-increment:next;position:relative;padding:0 0 24px 52px;margin-bottom:24px;border-bottom:1px solid #cdd6dc}
.project-steps li:last-child{border:0;margin:0;padding-bottom:0}
.project-steps li::before{content:'0' counter(next);position:absolute;top:0;left:0;color:var(--project-pink);font-size:18px;font-weight:500}
.project-steps strong{display:block;font-size:22px;line-height:1.4;color:var(--project-ink);margin-bottom:8px}
.project-steps p{margin:0}
@media(max-width:1199px){.offer-hero-grid{gap:36px;grid-template-columns:1.1fr 1fr}.offer-overview{padding:24px 22px 2px}.offer-service,.offer-requirements,.offer-industries,.offer-faq-grid{gap:48px}.offer-process{grid-template-columns:1fr 1fr;gap:32px 48px}.project-quote .cro-quote-grid{gap:36px}.project-quote .cro-form-box{padding:26px!important}.project-next>.container{gap:48px}}
@media(max-width:991px){.offer-hero{padding:120px 0 56px}.offer-hero-grid{grid-template-columns:1fr;gap:40px}.offer-page h1{font-size:clamp(40px,6.6vw,58px)}.offer-hero .offer-lead{max-width:740px}.offer-overview{max-width:740px}.offer-section{padding:64px 0}.offer-service{gap:36px;grid-template-columns:.9fr 1.1fr}.offer-requirements,.offer-industries,.offer-faq-grid{grid-template-columns:1fr;gap:32px}.offer-requirements .offer-section-heading{margin:0}.offer-cases{grid-template-columns:1fr;gap:32px}.offer-cases article{max-width:740px}.offer-cases p{max-width:700px}.project-quote .cro-quote-page{padding:110px 0 44px}.project-quote .cro-quote-grid{grid-template-columns:1fr;gap:24px}.project-quote .cro-quote-intro h1{font-size:clamp(38px,6.4vw,52px)!important}.project-quote .cro-quote-intro h1,.project-quote .cro-quote-lead{max-width:740px}.project-quote .cro-quote-form{grid-row:4}.project-scope{grid-row:5;margin:8px 0 0}.project-quote .cro-direct{grid-row:6;margin:0}.project-next>.container{grid-template-columns:1fr;gap:32px}.project-next-heading{max-width:740px}.project-next{padding:48px 0}}
@media(max-width:575px){.offer-page .container,.project-quote main .container{padding-left:22px;padding-right:22px}.offer-page h1{font-size:40px}.offer-page h2,.project-next h2{font-size:32px!important}.offer-hero{padding:112px 0 44px}.offer-hero .offer-lead,.project-quote .cro-quote-lead{font-size:19px!important}.offer-actions{gap:14px;margin-top:26px;align-items:stretch;flex-direction:column}.offer-actions .offer-text-link{align-self:flex-start}.offer-page .project-button{padding:14px 18px;gap:16px;font-size:18px}.offer-overview{padding:22px 20px 0}.offer-overview>a{grid-template-columns:24px 1fr 16px;gap:10px;padding:22px 0}.offer-overview strong{font-size:22px}.offer-jump>.container{gap:4px 22px;padding-top:14px;padding-bottom:14px}.offer-section{padding:48px 0}.offer-section-heading{margin-bottom:30px}.offer-service{grid-template-columns:1fr;gap:28px;padding:34px 0}.offer-service-title h3{font-size:28px}.offer-service h3 br{display:none}.offer-process{grid-template-columns:1fr;gap:28px}.offer-process li::before{margin-bottom:12px}.offer-industry-links{grid-template-columns:1fr}.offer-cases h3{font-size:26px}.offer-page .offer-index{margin-bottom:14px}.offer-page .project-eyebrow{margin-bottom:14px}.project-quote .cro-form-box{padding:24px 20px!important}.project-quote .cro-form-box h2{font-size:26px!important}.project-quote .cro-quote-grid{gap:22px}.project-quote .cro-quote-intro h1{font-size:38px!important}.project-quote .cro-form textarea{min-height:190px;height:190px}.project-scope strong{font-size:20px}.project-steps li{padding-left:42px}}
@media(prefers-reduced-motion:reduce){.offer-page *, .project-quote main *{scroll-behavior:auto!important;transition:none!important}}

/* --- 2026-09-17 (v4): bezplatna-wycena w stylu hero z /oferta/travel.html - zdjecie na cala lewa polowe, eyebrow + H1 + lead + karta formularza po prawej. Tekst >= 16px. --- */
.project-quote{background:#fff}
.project-quote .main-header{background:#111f30}
.project-quote .main-header .navbar{background:#111f30!important}
.project-quote .main-header .navbar.affix{background:#fff!important}
.project-quote main{padding-top:100px}
.project-logos-band{background:#fff;border-bottom:1px solid #e1e5eb;padding:16px 0}
.project-logos-band>.container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 40px}
.project-logos-band p{margin:0;font-size:16px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#50616e}
.project-logos-band ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 36px;list-style:none;margin:0;padding:0}
.project-logos-band img{display:block;height:34px;width:auto;opacity:.75;filter:grayscale(1)}
.quote-cover{background:#fff;border-bottom:1px solid #e1e5eb;font-family:Satoshi,Arial,sans-serif;color:#0d1a2d}
.quote-cover-grid{display:grid;grid-template-columns:1fr 1fr;min-height:650px}
.quote-cover-photo{position:relative;margin:0;min-width:0;overflow:hidden;background:#ececea}
.quote-cover-photo img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:48% 28%}
.quote-cover-photo figcaption{position:absolute;left:16px;bottom:14px;padding:6px 10px;background:rgba(255,255,255,.92);font-size:16px;line-height:1.5;color:#0d1a2d;border-radius:2px}
.quote-cover-copy{align-self:center;padding:40px clamp(32px,4.4vw,84px);max-width:760px}
.quote-cover .cover-label{font-size:16px!important;font-weight:600!important;letter-spacing:.09em;text-transform:uppercase;color:#b91454;margin:0 0 16px}
.quote-cover h1{font-family:Satoshi,Arial,sans-serif;font-size:clamp(2.7rem,4.1vw,4rem)!important;line-height:1.08!important;letter-spacing:-.045em;font-weight:600!important;color:#0d1a2d;margin:0 0 26px;max-width:640px}
.quote-cover .cover-lead{font-size:1.24rem!important;line-height:1.65!important;color:#3d4b60;font-weight:400!important;margin:0 0 22px;max-width:600px}
.project-quote .quote-card{background:#fff;border:1px solid #dbe1e5;box-shadow:0 14px 45px #0d1a2d12;padding:22px 24px 24px!important;border-radius:6px;margin:0}
.project-quote .quote-card .cro-intro{margin:0 0 6px!important;font-weight:400!important}
.project-quote .quote-card .cro-form label{margin-top:12px}.project-quote .quote-card .cro-form label:first-of-type{margin-top:0}
.project-quote .quote-card .cro-form textarea{height:112px;min-height:100px}
.project-quote .quote-card .cro-form details{margin:14px 0 16px}
.project-quote .quote-card .cro-form summary{display:inline-block;list-style:none;font-size:18px!important;line-height:1.5!important;font-weight:600;color:#b91454;text-decoration:underline;text-underline-offset:4px;padding:4px 0;cursor:pointer}
.project-quote .quote-card .cro-form summary::-webkit-details-marker{display:none}
.project-quote .quote-card .cro-form summary:hover{color:#8f0c3f}
.project-quote .quote-card .cro-form details[open] summary{margin-bottom:2px}
.project-quote .quote-alt{margin:18px 0 0;padding:18px 22px 20px;background:#f6f7f9;border:1px solid #dbe1e5;border-radius:6px}
.project-quote .quote-alt-title{margin:0 0 4px!important;font-size:18px!important;line-height:1.4!important;font-weight:700;color:#0d1a2d!important}
.project-quote .quote-alt-contact{margin:0 0 14px!important;font-size:16px!important;line-height:1.5!important;color:#3d4b60!important}
.project-quote .quote-alt-contact a{color:#16283f;text-decoration:underline;text-underline-offset:3px}
.project-quote .quote-alt-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 20px;border:2px solid #b91454;border-radius:5px;background:#fff;color:#b91454;font-size:18px;line-height:1.4;font-weight:700;text-decoration:none;width:100%;text-align:center}
.project-quote .quote-alt-cta:hover{background:#b91454;color:#fff}
.project-quote .navbar-toggler{font-size:0}
.project-quote .navbar-toggler::after{content:'Menu';font:600 16px/1.4 Satoshi,Arial,sans-serif;color:currentColor;padding:8px}
.project-quote .navbar-toggler i{display:none!important}
@media(min-width:1600px){.quote-cover-grid{min-height:730px}.quote-cover-copy{padding-right:max(72px,calc((100vw - 1680px)/2));max-width:none}.quote-cover-copy>*{max-width:700px}}
@media(max-width:1199px){.quote-cover-copy{padding:44px 30px}.quote-cover h1{font-size:3rem!important}.quote-cover .cover-lead{font-size:1.1rem!important}}
@media(max-width:991px){.project-logos-band{padding:16px 0}.project-logos-band>.container{gap:10px 24px}.project-logos-band ul{gap:8px 22px}.project-logos-band img{height:30px}.quote-cover-grid{grid-template-columns:1fr;min-height:0}.quote-cover-copy{order:1;align-self:start;padding:40px 32px 34px;max-width:none}.quote-cover-photo{order:2;height:420px}.quote-cover-photo img{object-position:50% 30%}.quote-cover h1{max-width:670px}.quote-cover .cover-lead{max-width:650px}}
@media(max-width:640px){.project-quote main{padding-top:93px}.project-logos-band>.container{gap:8px 16px}.project-logos-band ul{display:grid;grid-template-columns:repeat(3,auto);gap:6px 22px;justify-content:center}.project-logos-band img{height:26px}.quote-cover-copy{padding:30px 22px 26px}.quote-cover h1{font-size:2.55rem!important;letter-spacing:-.04em;margin-bottom:18px}.quote-cover .cover-label{margin-bottom:14px}.quote-cover .cover-lead{font-size:18px!important;margin-bottom:20px}.project-quote .quote-card{padding:22px 18px!important}.project-quote .quote-alt{padding:16px 18px}.quote-cover-photo{height:340px}.quote-cover-photo figcaption{left:12px;bottom:10px}}
