
:root{--navy:#102344;--teal:#009CA6;--teal-dark:#007A83;--line:#DCECEF;--shadow:0 18px 45px rgba(16,35,68,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--navy);background:linear-gradient(180deg,#fff 0%,#f7fcfd 100%)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo img{height:48px}.nav-actions{display:flex;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:10px;font-weight:800;border:1.5px solid var(--teal);cursor:pointer}.btn-outline{background:#fff}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;border-color:transparent}.hero{padding:34px 0 24px}.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:28px;align-items:center}h1{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px;font-weight:900}h1 span{color:var(--teal)}.lead{font-size:19px;line-height:1.6;margin:0;color:#17335D;max-width:560px;font-weight:500}.hero-art{min-height:390px;border-radius:32px;background:radial-gradient(circle at 55% 38%,#effdff 0%,#f9ffff 55%,#fff 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.kicker-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.kicker{min-width:150px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px 18px;display:flex;gap:12px;align-items:center;font-size:14px;font-weight:800;box-shadow:0 8px 24px rgba(16,35,68,.04)}.kicker img{width:28px;height:28px}.signup-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:14px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.signup-card{padding:28px 26px 24px;display:grid;grid-template-columns:110px 1fr;gap:18px}.big-icon{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 10px 25px rgba(16,35,68,.08)}.big-icon img{width:54px;height:54px}.signup-card h2{font-size:26px;margin:0 0 14px}.check-list{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px;font-weight:700;color:#17335D;font-size:14px}.check-list li{display:flex;gap:10px}.check-list li:before{content:"✓";width:18px;height:18px;display:inline-grid;place-items:center;border-radius:50%;background:var(--teal);color:#fff;font-size:12px;flex:0 0 18px}.form-row{grid-column:1/-1;display:grid;gap:10px}input[type=email]{height:46px;border-radius:9px;border:1px solid var(--line);padding:0 16px;font:inherit}.form-row .btn{width:100%}.section-title{text-align:center;font-size:24px;margin:28px 0 16px;font-weight:900}.features-grid,.flow-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:18px}.feature-card{padding:24px 18px 22px}.feature-card h3{text-align:center;font-size:22px;margin:0 0 20px}.icon-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.offer{display:grid;justify-items:center;text-align:center;gap:8px;font-weight:800;font-size:12px;line-height:1.25}.offer .circle{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #E5F0F2}.offer img{width:38px;height:38px}.flow-card{padding:18px}.flow-label{text-align:center;color:var(--teal);font-weight:900;margin-bottom:16px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.step{text-align:center;position:relative;font-size:12px;font-weight:800;line-height:1.25;color:#17335D}.step:not(:last-child):after{content:"";position:absolute;right:-12px;top:30px;width:22px;border-top:2px dashed var(--teal)}.step-no{width:24px;height:24px;margin:0 auto 8px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-weight:900}.step img{width:44px;height:44px;margin:0 auto 8px}.pilot{margin-top:22px;display:grid;grid-template-columns:1fr 1.25fr 230px;gap:26px;align-items:center;padding:18px 28px;background:#F0FCFE}.pilot h2{font-size:28px;margin:0 0 8px}.pilot p{margin:0;line-height:1.5;font-weight:600;color:#17335D}.pilot-badge{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;gap:16px;align-items:center;font-weight:900;color:var(--teal)}.pilot-badge img{width:54px}.faq{margin:22px 0 10px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}details{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:8px}summary{list-style:none;cursor:pointer;padding:16px 20px;font-weight:900;display:flex;justify-content:space-between}summary::-webkit-details-marker{display:none}summary:after{content:"⌄"}details p{margin:0;padding:0 20px 18px;color:#445B75;line-height:1.55;font-weight:600}.footer{margin:26px 0 0}.footer-inner{min-height:68px;border-radius:12px;background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.footer-brand{display:flex;gap:12px;align-items:center;font-size:26px;font-weight:900}.footer-brand img{height:44px;filter:brightness(0) invert(1)}.socials{display:flex;gap:24px;font-size:26px;font-weight:900}.bottom-funding-strip{width:100%;background:#fff;border-top:1px solid var(--line);padding:20px 0 24px}.bottom-funding-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,300px);align-items:center;gap:34px}.bottom-funding-inner img{display:block;object-fit:contain}.funding-eu{width:100%;max-height:92px}.funding-mazovian{width:100%;max-height:92px;justify-self:end}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);background:#102344;color:#fff;padding:14px 20px;border-radius:999px;font-weight:800;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:980px){.hero-grid,.signup-grid,.features-grid,.flow-grid,.faq-grid{grid-template-columns:1fr}.hero-art{order:-1;min-height:auto}.icon-row{grid-template-columns:repeat(3,1fr)}.pilot{grid-template-columns:1fr;text-align:center}.pilot img{margin:0 auto}.pilot-badge{justify-content:center}.bottom-funding-inner{grid-template-columns:1fr;gap:18px;justify-items:center}.funding-mazovian{max-width:360px;justify-self:center}}
@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.header-inner{height:auto;min-height:72px;flex-direction:column;padding:14px 0;align-items:flex-start}.nav-actions{width:100%;display:grid;grid-template-columns:1fr}.btn{width:100%}h1{font-size:42px}.lead{font-size:16px}.kicker-row{display:grid;grid-template-columns:1fr}.signup-card{grid-template-columns:1fr}.icon-row{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr;gap:16px}.step:not(:last-child):after{display:none}.footer-inner{flex-direction:column;gap:16px;padding:20px}.bottom-funding-strip{padding:16px 0 20px}.funding-mazovian{max-width:260px}}


/* ===== High-fidelity raster graphics from the approved mockup ===== */
.logo{
  display:flex;
  align-items:center;
}
.logo img{
  height:52px !important;
  width:auto !important;
  object-fit:contain !important;
}
.hero-art{
  overflow:visible !important;
  min-height:390px;
  padding:0;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.hero-art img{
  width:100% !important;
  max-width:705px !important;
  height:auto !important;
  object-fit:contain !important;
}
.pilot > img{
  width:100% !important;
  max-width:340px !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:14px;
}

/* FAQ: centered, symmetric, not shifted left */
.faq.container{
  width:min(1180px, calc(100% - 40px)) !important;
  margin:22px auto 10px !important;
}
.faq-grid{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.faq-grid > div{
  min-width:0;
}

/* Footer: full-width teal strip. Content stays aligned with the page grid. */
.footer{
  width:100% !important;
  max-width:none !important;
  margin:26px 0 0 !important;
}
.footer-inner{
  width:100%;
  border-radius:0 !important;
  min-height:68px;
  padding-left:max(28px, calc((100vw - 1180px) / 2 + 28px)) !important;
  padding-right:max(28px, calc((100vw - 1180px) / 2 + 28px)) !important;
}

/* Bottom logos remain as the final bottom section */
.bottom-funding-strip{
  margin-top:0;
}

@media(max-width:980px){
  .hero-art{
    min-height:auto;
  }
  .hero-art img{
    max-width:100% !important;
  }
  .faq.container{
    width:min(100% - 32px, 1180px) !important;
  }
}
@media(max-width:640px){
  .logo img{
    height:46px !important;
  }
  .faq.container{
    width:min(100% - 24px, 1180px) !important;
  }
  .footer-inner{
    padding:20px 16px !important;
  }
}


/* ===== New hero image placement ===== */
.hero-art{
  background:transparent !important;
  border-radius:24px;
  overflow:visible !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-art img{
  width:100% !important;
  max-width:760px !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:24px;
  box-shadow:0 16px 42px rgba(16,35,68,.10);
}
@media(max-width:980px){
  .hero-art img{
    max-width:100% !important;
  }
}


/* ===== Logo fix: use clean raster logo and prevent clipping ===== */
.header-inner{
  min-height:76px;
  overflow:visible;
}

.logo{
  display:flex;
  align-items:center;
  min-width:0;
  overflow:visible;
}

.logo img{
  display:block;
  height:52px !important;
  width:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  overflow:visible;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  overflow:visible;
}

.footer-brand img{
  display:block;
  height:42px !important;
  width:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  filter:brightness(0) invert(1);
}

@media(max-width:640px){
  .logo img{
    height:46px !important;
  }
  .footer-brand img{
    height:36px !important;
  }
}


/* ===== Final logo/footer correction ===== */

/* Top header: full clean DANDY wordmark, not cropped */
.header .logo img{
  height:48px !important;
  width:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  display:block;
}

/* Footer: icon-only image + one text label. No duplicate DANDY and no white square. */
.footer-brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  font-size:26px !important;
  font-weight:900 !important;
  color:#fff !important;
  line-height:1 !important;
}

.footer-brand img{
  height:38px !important;
  width:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  display:block !important;
  filter:none !important;
  background:transparent !important;
  border-radius:0 !important;
}

@media(max-width:640px){
  .header .logo img{
    height:44px !important;
  }
  .footer-brand img{
    height:34px !important;
  }
}


/* ===== New Krakow panorama in pilot section ===== */
.pilot > img{
  width:100% !important;
  max-width:460px !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:18px !important;
  display:block !important;
}
@media(max-width:980px){
  .pilot > img{
    max-width:100% !important;
  }
}


/* ===== Uploaded Dandy logo replacement ===== */
.logo,
.footer-brand {
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  text-decoration:none;
  overflow:visible !important;
}

.logo img {
  display:block !important;
  width:46px !important;
  height:46px !important;
  object-fit:contain !important;
  flex:0 0 46px !important;
  filter:none !important;
  background:transparent !important;
  border-radius:12px !important;
}

.logo-wordmark {
  display:inline-block !important;
  font-size:26px !important;
  font-weight:800 !important;
  line-height:1 !important;
  color:#009CA6 !important;
  letter-spacing:0 !important;
}

.footer-brand img {
  display:block !important;
  width:38px !important;
  height:38px !important;
  object-fit:contain !important;
  flex:0 0 38px !important;
  filter:none !important;
  background:transparent !important;
  border-radius:10px !important;
}

.footer-brand span {
  display:inline-block !important;
  font-size:26px !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:#fff !important;
}

@media(max-width:640px){
  .logo img {
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
  }
  .logo-wordmark {
    font-size:24px !important;
  }
  .footer-brand img {
    width:34px !important;
    height:34px !important;
    flex-basis:34px !important;
  }
  .footer-brand span {
    font-size:22px !important;
  }
}


/* ===== Footer logo white rounded square background ===== */
.footer-brand img{
  background:#ffffff !important;
  padding:6px !important;
  border-radius:10px !important;
  box-sizing:border-box !important;
  display:block !important;
}

@media(max-width:640px){
  .footer-brand img{
    padding:5px !important;
    border-radius:9px !important;
  }
}


/* ===== Realistic Krakow panorama replacement ===== */
.pilot > img{
  width:100% !important;
  max-width:500px !important;
  height:auto !important;
  object-fit:cover !important;
  border-radius:18px !important;
  display:block !important;
}
@media(max-width:980px){
  .pilot > img{
    max-width:100% !important;
  }
}



/* ===== Audience pages: client / professional ===== */
.active-nav{
  box-shadow:0 10px 24px rgba(0,156,166,.18);
}

.audience-hero{
  padding:42px 0 28px;
}

.audience-hero-grid{
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:34px;
  align-items:center;
}

.eyebrow{
  margin:0 0 12px;
  color:var(--teal);
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:13px;
}

.audience-hero h1{
  font-size:clamp(38px,4.2vw,62px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:0 0 20px;
}

.cta-row{
  margin-top:28px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.audience-visual{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 45px rgba(16,35,68,.10);
}

.audience-visual img{
  width:100%;
  height:auto;
  display:block;
}

.value-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:20px;
}

.value-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px 20px;
  box-shadow:var(--shadow);
}

.value-card img{
  width:52px;
  height:52px;
  margin-bottom:16px;
}

.value-card h2{
  font-size:20px;
  line-height:1.15;
  margin:0 0 10px;
}

.value-card p{
  margin:0;
  line-height:1.55;
  color:#445B75;
  font-weight:600;
}

.detail-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
  margin-top:28px;
}

.detail-copy{
  background:#F0FCFE;
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
}

.detail-copy h2{
  font-size:34px;
  line-height:1.08;
  margin:0 0 14px;
}

.detail-copy p:last-child{
  margin:0;
  line-height:1.6;
  color:#17335D;
  font-weight:600;
}

.comparison-card{
  display:grid;
  gap:14px;
}

.comparison-row{
  border-radius:18px;
  padding:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 12px 32px rgba(16,35,68,.06);
}

.comparison-row strong{
  display:block;
  font-size:20px;
  margin-bottom:8px;
}

.comparison-row span{
  display:block;
  line-height:1.55;
  color:#445B75;
  font-weight:700;
}

.comparison-row.bad{
  border-left:6px solid #CBD8DD;
}

.comparison-row.good{
  border-left:6px solid var(--teal);
}

.process-deep{
  margin-top:34px;
  text-align:center;
}

.process-deep h2{
  font-size:32px;
  margin:0 0 18px;
}

.deep-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.deep-steps > div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px 16px;
  box-shadow:0 12px 30px rgba(16,35,68,.05);
}

.deep-steps span{
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  margin:0 auto 12px;
}

.deep-steps h3{
  font-size:17px;
  line-height:1.18;
  margin:0 0 8px;
}

.deep-steps p{
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:#445B75;
  font-weight:600;
}

.final-cta{
  text-align:center;
  background:linear-gradient(180deg,#F0FCFE,#fff);
  border:1px solid var(--line);
  border-radius:26px;
  padding:36px 30px;
  margin-top:28px;
  box-shadow:var(--shadow);
}

.final-cta h2{
  font-size:34px;
  line-height:1.08;
  margin:0 auto 12px;
  max-width:850px;
}

.final-cta p{
  margin:0 auto 24px;
  max-width:760px;
  line-height:1.6;
  color:#17335D;
  font-weight:600;
}

.inline-signup{
  display:grid;
  grid-template-columns:minmax(240px, 1fr) auto auto;
  gap:10px;
  max-width:920px;
  margin:0 auto;
}

.inline-signup input{
  min-width:0;
}

@media(max-width:1100px){
  .value-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .deep-steps{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:980px){
  .audience-hero-grid,
  .detail-section{
    grid-template-columns:1fr;
  }
  .audience-visual{
    order:-1;
  }
  .inline-signup{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .value-grid,
  .deep-steps{
    grid-template-columns:1fr;
  }
  .audience-hero{
    padding-top:24px;
  }
  .detail-copy,
  .final-cta{
    padding:24px 18px;
  }
}

/* ===== Operational email forms ===== */
.hp-field{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.consent-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#445B75;
  font-size:12px;
  line-height:1.45;
  font-weight:600;
  text-align:left;
}

.consent-row input{
  width:17px;
  height:17px;
  margin:1px 0 0;
  flex:0 0 17px;
  accent-color:var(--teal);
}

.signup-form button:disabled{
  cursor:wait;
  opacity:.72;
}

.toast.error{
  background:#9F2F36;
}

/* Footer after removing social-media links */
.footer-inner{
  grid-template-columns:1fr auto !important;
}

.contact-link{
  color:#fff;
  font-weight:900;
  padding:12px 0;
}

.contact-link:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}

@media(max-width:640px){
  .footer-inner{
    display:flex !important;
  }
}

/* ===== DANDY self-hosted surveys ===== */
.survey-hero{
  padding:40px 0 24px;
  background:linear-gradient(180deg,#F0FCFE 0%,rgba(240,252,254,0) 100%);
}
.survey-hero-inner{
  max-width:940px;
}
.survey-hero h1{
  max-width:900px;
  font-size:clamp(38px,5vw,62px);
  line-height:1.03;
  margin:10px 0 16px;
}
.survey-hero p:not(.eyebrow){
  max-width:800px;
  color:#17335D;
  font-size:18px;
  line-height:1.6;
  font-weight:600;
}
.back-link{
  display:inline-flex;
  margin-bottom:22px;
  color:var(--teal-dark);
  font-weight:800;
}
.survey-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.survey-meta span{
  padding:9px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#445B75;
  font-size:13px;
  font-weight:800;
}
.survey-shell{
  max-width:940px;
  padding-bottom:34px;
}
.survey-progress-wrap{
  position:sticky;
  top:86px;
  z-index:8;
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  box-shadow:0 10px 28px rgba(16,35,68,.07);
}
.survey-progress{
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#E6F1F2;
}
.survey-progress span{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--teal),var(--teal-dark));
  transition:width .25s ease;
}
.survey-progress-text{
  margin-top:8px;
  color:#5E728A;
  font-size:12px;
  font-weight:800;
  text-align:right;
}
.survey-form{
  display:grid;
  gap:16px;
}
.survey-question{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:16px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 34px rgba(16,35,68,.05);
  scroll-margin-top:170px;
}
.survey-question.question-error{
  border-color:#D95B65;
  box-shadow:0 0 0 4px rgba(217,91,101,.12);
}
.question-number{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
  font-weight:900;
}
.question-content h2{
  margin:4px 0 8px;
  font-size:21px;
  line-height:1.28;
}
.question-hint{
  margin:0 0 14px;
  color:#667A91;
  font-size:13px;
  font-weight:700;
}
.choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}
.choice-option{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-height:50px;
  padding:13px 14px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#FBFDFD;
  color:#17335D;
  font-weight:700;
  line-height:1.35;
  cursor:pointer;
  transition:.16s ease;
}
.choice-option:hover{
  border-color:#8ECFD3;
  background:#F1FBFC;
}
.choice-option:has(input:checked){
  border-color:var(--teal);
  background:#EAF9FA;
  box-shadow:0 0 0 2px rgba(0,156,166,.08);
}
.choice-option input{
  width:18px;
  height:18px;
  margin:1px 0 0;
  flex:0 0 18px;
  accent-color:var(--teal);
}
.scale-labels{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin:16px 0 8px;
  color:#667A91;
  font-size:12px;
  font-weight:700;
}
.scale-options{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.scale-options .choice-option{
  min-height:54px;
  justify-content:center;
  align-items:center;
  padding:10px;
}
.scale-options .choice-option span{
  font-size:18px;
  font-weight:900;
}
.scale-options .choice-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.survey-question textarea,
.conditional-contact input[type="email"]{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  padding:14px 16px;
  color:var(--navy);
  font:inherit;
  resize:vertical;
}
.survey-question textarea:focus,
.conditional-contact input[type="email"]:focus{
  outline:0;
  border-color:var(--teal);
  box-shadow:0 0 0 4px rgba(0,156,166,.12);
}
.conditional-contact{
  margin-top:16px;
  padding:18px;
  border-radius:16px;
  background:#F0FCFE;
  border:1px solid #CDECEE;
}
.field-label{
  display:grid;
  gap:8px;
  font-weight:800;
}
.conditional-contact .consent-row{
  margin-top:14px;
}
.survey-submit-card{
  padding:26px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#F0FCFE;
  box-shadow:0 12px 34px rgba(16,35,68,.05);
}
.survey-submit{
  width:100%;
  margin-top:18px;
}
.privacy-note{
  margin:12px 0 0;
  color:#667A91;
  font-size:12px;
  line-height:1.5;
  text-align:center;
  font-weight:600;
}
.survey-success{
  padding:16px 20px 42px;
}
.survey-success-card{
  max-width:700px;
  margin:0 auto;
  padding:38px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shadow);
  text-align:center;
}
.success-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
  font-size:34px;
  font-weight:900;
}
.survey-success h2{
  margin:0 0 10px;
  font-size:32px;
}
.survey-success p{
  max-width:540px;
  margin:0 auto 22px;
  color:#445B75;
  line-height:1.6;
  font-weight:600;
}
@media(max-width:720px){
  .survey-progress-wrap{
    top:138px;
  }
  .survey-question{
    grid-template-columns:1fr;
    padding:20px 16px;
  }
  .question-number{
    width:32px;
    height:32px;
  }
  .choice-grid{
    grid-template-columns:1fr;
  }
  .scale-labels{
    font-size:11px;
  }
  .scale-options{
    gap:6px;
  }
  .scale-options .choice-option{
    min-height:48px;
    padding:7px;
  }
}

/* ========================================================================
   DANDY — final responsive mobile layer
   Added 2026-06-15. Desktop rules above remain unchanged.
   ======================================================================== */
@media (max-width: 980px){
  html,body{overflow-x:hidden}
  .container{width:min(100% - 32px,1180px)}
  .header-inner{gap:14px}
  .nav-actions{flex-wrap:wrap;justify-content:flex-end}
  .hero{padding-top:24px}
  .hero-grid{gap:24px}
  .hero-art{order:0}
  .signup-grid,.features-grid,.flow-grid,.faq-grid{gap:20px}
  .audience-hero-grid,.detail-section{grid-template-columns:1fr !important;gap:28px !important}
  .audience-visual{order:-1;max-width:720px;margin:0 auto}
  .value-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .deep-steps{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .comparison-card{max-width:none}
  .pilot{padding:24px;gap:22px}
}

@media (max-width: 720px){
  :root{--mobile-gap:14px}
  body{font-size:15px}
  .container,.faq.container{width:calc(100% - 28px) !important}
  .header{position:sticky;top:0}
  .header-inner{
    min-height:0;
    height:auto;
    padding:10px 0 12px;
    display:grid;
    grid-template-columns:1fr;
    align-items:center;
    gap:10px;
  }
  .logo{justify-self:center;gap:9px !important}
  .logo img{width:40px !important;height:40px !important;flex-basis:40px !important;border-radius:10px !important}
  .logo-wordmark{font-size:24px !important}
  .nav-actions{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .nav-actions .btn{
    min-width:0;
    width:100%;
    min-height:40px;
    height:auto;
    padding:9px 10px;
    border-radius:9px;
    font-size:12px;
    line-height:1.2;
    text-align:center;
  }
  .nav-actions .btn:only-child{grid-column:1/-1}

  .hero{padding:22px 0 14px}
  .hero-grid{grid-template-columns:1fr;gap:20px}
  .hero-art{order:0;width:100%;min-height:0}
  .hero-art img{width:100% !important;border-radius:18px !important;box-shadow:0 10px 28px rgba(16,35,68,.09)}
  h1{font-size:clamp(38px,12vw,52px);line-height:1.02;letter-spacing:-.045em;margin-bottom:16px}
  .lead{font-size:16px;line-height:1.55}
  .kicker-row{grid-template-columns:1fr;gap:9px;margin-top:18px}
  .kicker{width:100%;min-width:0;padding:11px 14px}

  .signup-grid,.features-grid,.flow-grid,.faq-grid{grid-template-columns:1fr;gap:14px}
  .signup-card{grid-template-columns:64px 1fr;padding:20px 16px;gap:14px;border-radius:18px}
  .signup-card .big-icon{width:60px;height:60px}
  .signup-card .big-icon img{width:38px;height:38px}
  .signup-card h2{font-size:21px;margin-bottom:10px}
  .check-list{font-size:13px;margin-bottom:18px}
  .form-row{grid-column:1/-1}
  input[type=email],.inline-signup input[type=email]{width:100%;min-width:0}
  .btn{min-height:46px;padding:0 16px}
  .section-title{font-size:22px;line-height:1.2;margin:24px 0 14px}
  .feature-card,.flow-card{padding:18px 14px;border-radius:18px}
  .feature-card h3{font-size:20px;margin-bottom:16px}
  .icon-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}
  .offer{font-size:11px}
  .offer .circle{width:54px;height:54px}
  .steps{grid-template-columns:1fr;gap:10px}
  .step{display:grid;grid-template-columns:30px 46px 1fr;align-items:center;text-align:left;gap:10px;padding:8px 0}
  .step-no{margin:0;width:28px;height:28px}
  .step img{margin:0;width:42px;height:42px}
  .step:not(:last-child):after{display:none}

  .pilot{grid-template-columns:1fr !important;text-align:center;padding:18px 14px;border-radius:18px}
  .pilot > img{max-width:100% !important;border-radius:14px !important}
  .pilot h2{font-size:23px}
  .pilot-badge{padding:16px;justify-content:center}
  .pilot-badge img{width:44px}
  .faq{margin-top:16px}
  summary{padding:14px 16px;font-size:14px;gap:10px}
  details p{padding:0 16px 15px;font-size:14px}

  /* Audience pages */
  .audience-hero{padding-top:24px !important}
  .audience-hero-grid{grid-template-columns:1fr !important;gap:20px !important}
  .audience-visual{order:0;width:100%}
  .audience-hero h1{font-size:clamp(34px,10vw,48px) !important}
  .cta-row{display:grid !important;grid-template-columns:1fr;gap:10px !important}
  .cta-row .btn{width:100%}
  .value-grid{grid-template-columns:1fr !important;gap:14px !important}
  .value-card{padding:20px 16px !important}
  .detail-section{grid-template-columns:1fr !important;gap:18px !important;padding-top:28px !important;padding-bottom:28px !important}
  .comparison-row{grid-template-columns:28px 1fr !important;gap:10px !important;padding:13px !important}
  .deep-steps{grid-template-columns:1fr !important;gap:12px !important}
  .process-deep{padding-top:28px !important;padding-bottom:28px !important}
  .inline-signup{grid-template-columns:1fr !important;gap:10px !important;padding:16px !important}
  .final-cta{padding-top:28px !important;padding-bottom:28px !important}

  /* Surveys */
  .survey-hero{padding:22px 0 16px}
  .survey-hero-inner{padding:0}
  .survey-hero h1{font-size:clamp(30px,9vw,42px) !important;line-height:1.08}
  .survey-meta{display:grid;grid-template-columns:1fr;gap:8px}
  .survey-progress-wrap{position:sticky;top:112px;padding:9px 0;z-index:8}
  .survey-shell{padding-top:14px;padding-bottom:30px}
  .survey-question{grid-template-columns:1fr;padding:18px 14px;border-radius:18px;gap:12px}
  .question-number{width:32px;height:32px}
  .question-content h2,.question-content h3{font-size:18px;line-height:1.3}
  .choice-grid{grid-template-columns:1fr;gap:8px}
  .choice-option{padding:12px 13px;min-height:46px}
  .scale-labels{font-size:10px;gap:5px}
  .scale-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
  .scale-options .choice-option{min-height:46px;padding:5px 2px;font-size:12px}
  .conditional-contact,.survey-submit-card{padding:16px 14px;border-radius:16px}
  .survey-success{padding-left:14px;padding-right:14px}
  .survey-success-card{padding:28px 18px;border-radius:20px}
  .survey-success h2{font-size:26px}

  /* Footer and funding */
  .footer{margin-top:20px !important}
  .footer-inner{min-height:0;padding:18px 14px !important;flex-direction:column;gap:14px;text-align:center}
  .footer-brand{font-size:23px !important}
  .footer-brand img{height:34px !important}
  .contact-link{font-size:15px}
  .bottom-funding-strip{padding:14px 0 18px}
  .bottom-funding-inner{grid-template-columns:1fr;gap:14px}
  .funding-eu{max-height:70px}
  .funding-mazovian{max-width:230px;max-height:70px}
  .toast{width:calc(100% - 28px);bottom:14px;text-align:center;border-radius:14px}
}

@media (max-width: 390px){
  .container,.faq.container{width:calc(100% - 20px) !important}
  .nav-actions{grid-template-columns:1fr}
  .survey-progress-wrap{top:154px}
  h1{font-size:36px}
  .signup-card{grid-template-columns:1fr}
  .signup-card .big-icon{margin:0 auto}
  .signup-card h2{text-align:center}
  .icon-row{grid-template-columns:1fr 1fr}
  .scale-options .choice-option{font-size:11px}
}


/* Dyskretna informacja o finansowaniu projektu */
.funding-disclaimer{
  padding:10px 0 14px;
  background:#f7f6f2;
  color:#8a8a84;
  border-top:1px solid rgba(31,41,55,.05);
}
.funding-disclaimer p{
  margin:0 auto;
  max-width:1180px;
  font-size:10px;
  line-height:1.45;
  font-weight:400;
  text-align:center;
}
@media (max-width: 767px){
  .funding-disclaimer{padding:9px 0 12px;}
  .funding-disclaimer p{font-size:9px;line-height:1.4;padding:0 4px;}
}
