/* SEO V15: wycena i konwersja leadów — tylko dodatkowe sekcje, bez ruszania hero i mechaniki strony */
.seo-v15-estimate-hub,
.seo-v15-estimate-strip,
.seo-v15-estimate-proof{
  position:relative;
}
.seo-v15-estimate-hub{
  background:
    radial-gradient(circle at 18% 0%, rgba(196,154,92,.18), transparent 34%),
    linear-gradient(135deg, #fff8eb 0%, #f2e3cd 46%, #e5cfad 100%);
  border-top:1px solid rgba(120,83,42,.16);
  border-bottom:1px solid rgba(120,83,42,.18);
}
.seo-v15-estimate-hub__inner{
  max-width:1180px;
  margin:0 auto;
  padding:72px 22px;
}
.seo-v15-estimate-hub__head{
  max-width:840px;
  margin-bottom:26px;
}
.seo-v15-estimate-hub__head h2,
.seo-v15-estimate-strip h2,
.seo-v15-estimate-page h2{
  color:#2a1b11;
}
.seo-v15-estimate-hub__head p,
.seo-v15-estimate-strip p,
.seo-v15-estimate-page p,
.seo-v15-estimate-page li{
  color:#4a3728;
}
.seo-v15-estimate-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.seo-v15-estimate-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:210px;
  padding:24px;
  text-decoration:none;
  border:1px solid rgba(120,83,42,.18);
  border-radius:28px;
  background:rgba(255,252,246,.82);
  box-shadow:0 22px 60px rgba(61,38,19,.13);
  color:#2a1b11;
}
.seo-v15-estimate-card em{
  font-style:normal;
  font-size:.78rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#8a5f2d;
  font-weight:800;
}
.seo-v15-estimate-card strong{
  font-size:1.28rem;
  line-height:1.18;
  color:#24170f;
}
.seo-v15-estimate-card span{
  color:#584334;
  line-height:1.6;
}
.seo-v15-estimate-card--main{
  background:linear-gradient(145deg, #2b2018 0%, #5d4025 100%);
  color:#fff8eb;
  border-color:rgba(230,198,142,.36);
}
.seo-v15-estimate-card--main em,
.seo-v15-estimate-card--main strong,
.seo-v15-estimate-card--main span{color:#fff8eb;}
.seo-v15-estimate-card--main span{color:#f0ddbd;}
.seo-v15-estimate-page .sub-hero-copy .lead-note,
.seo-v15-lead-note{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 0;
}
.seo-v15-lead-note span{
  border:1px solid rgba(202,163,99,.42);
  border-radius:999px;
  padding:8px 11px;
  background:rgba(255,250,239,.14);
  color:#f6e6c8;
  font-size:.9rem;
}
.seo-v15-estimate-layout{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);
  gap:24px;
  align-items:start;
}
.seo-v15-panel{
  border:1px solid rgba(134,91,45,.16);
  border-radius:28px;
  background:rgba(255,252,246,.86);
  box-shadow:0 20px 55px rgba(41,27,15,.09);
  padding:26px;
}
.seo-v15-panel--dark{
  background:linear-gradient(145deg,#2b2119,#604326);
  color:#fff7e8;
  border-color:rgba(224,190,132,.34);
}
.seo-v15-panel--dark h2,
.seo-v15-panel--dark h3,
.seo-v15-panel--dark p,
.seo-v15-panel--dark li{color:#fff7e8;}
.seo-v15-panel--dark a{color:#ffe0a6;}
.seo-v15-checklist{
  margin:0;
  padding-left:1.1rem;
  display:grid;
  gap:10px;
}
.seo-v15-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.seo-v15-step{
  border:1px solid rgba(134,91,45,.16);
  border-radius:24px;
  background:#fffaf2;
  padding:22px;
}
.seo-v15-step span{
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#2b2119;
  color:#f4d49a;
  font-weight:800;
  margin-bottom:10px;
}
.seo-v15-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.seo-v15-mini-card{
  display:block;
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(134,91,45,.16);
  background:#fffaf2;
  text-decoration:none;
  color:#2a1b11;
}
.seo-v15-mini-card strong{display:block;color:#24170f;margin-bottom:6px;}
.seo-v15-mini-card span{color:#5a4435;line-height:1.5;}
.seo-v15-estimate-strip{
  margin:48px auto;
  max-width:1180px;
  padding:26px;
  border-radius:30px;
  background:linear-gradient(135deg,#fff8eb,#ead7b8);
  border:1px solid rgba(134,91,45,.18);
  box-shadow:0 18px 50px rgba(49,31,17,.10);
}
.seo-v15-estimate-strip__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
  align-items:center;
}
.seo-v15-estimate-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.seo-v15-estimate-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 16px;
  border-radius:999px;
  text-decoration:none;
  background:#2a1b11;
  color:#fff7e8;
  font-weight:750;
}
.seo-v15-estimate-actions a:nth-child(2){
  background:transparent;
  color:#2a1b11;
  border:1px solid rgba(77,48,22,.26);
}
.seo-v15-estimate-actions a:nth-child(3){
  background:#7a552b;
  color:#fff7e8;
}
.seo-v15-faq details{
  border:1px solid rgba(134,91,45,.16);
  border-radius:18px;
  background:#fffaf2;
  margin:10px 0;
  padding:16px 18px;
}
.seo-v15-faq summary{
  cursor:pointer;
  font-weight:800;
  color:#2a1b11;
}
.seo-v15-faq details p{margin:.7rem 0 0;}
@media (max-width: 900px){
  .seo-v15-estimate-hub__inner{padding:52px 18px;}
  .seo-v15-estimate-grid,
  .seo-v15-estimate-layout,
  .seo-v15-estimate-strip__grid{grid-template-columns:1fr;}
  .seo-v15-steps,
  .seo-v15-mini-grid{grid-template-columns:1fr;}
  .seo-v15-estimate-card{min-height:unset;padding:20px;border-radius:22px;}
  .seo-v15-estimate-actions{justify-content:flex-start;}
}
