* {
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}

.patosnice-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)),
    url("https://twinmom.com/wp-content/uploads/2020/02/black-carbon-texture-background-scaled.jpg.webp");
  background-size: cover;
  background-position: center;
  padding: clamp(72px, 6vw, 110px) 0;
  color: #fff;
}

.patosnice-wrapper {
  width: 100%;
  max-width: var(--apex-home-max, 1520px);
  margin: auto;
  padding-inline: var(--apex-home-padding, clamp(16px, 1.9vw, 30px));
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(24px, 2.8vw, 66px);
  align-items: center;
}

.patosnice-wrapper > div {
  min-width: 0;
}

.patosnice-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(220, 38, 38, 0.6);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 26px;
}

.patosnice-badge i {
  color: #dc2626;
}

.patosnice-title {
  font-size: clamp(36px, 3vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 22px;
}

.patosnice-title span {
  color: #dc2626;
}

.patosnice-text {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.7;
  color: #d1d5db;
  max-width: 760px;
  margin-bottom: 42px;
}

.patosnice-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.patosnice-hl {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 26px;
  transition: 0.3s ease;
}

.patosnice-hl:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(220, 38, 38, 0.25);
  border-color: #dc2626;
}

.patosnice-hl i {
  font-size: 26px;
  color: #dc2626;
  margin-bottom: 14px;
}

.patosnice-hl h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.patosnice-hl p {
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.5;
}

.patosnice-form {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border-radius: 28px;
  padding: 26px;
  border: 1.5px solid rgba(220, 38, 38, 0.45);
  box-shadow: 0 40px 120px rgba(220, 38, 38, 0.35);
  width: 100%;
  max-width: 460px;
  justify-self: end;
}

.patosnice-form h3 {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 15px;
}

.form-textarea {
  grid-column: 1 / -1;
  resize: none;
  height: 120px;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9ca3af;
}

.form-btn {
  margin-top: 18px;
  width: 100%;
  padding: 18px;
  border-radius: 18px;
  border: none;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(220, 38, 38, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: 0.25s ease;
}

.form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 70px rgba(220, 38, 38, 0.7);
}

@media (max-width: 1200px) {
  .patosnice-wrapper {
    grid-template-columns: 1fr;
  }

  .patosnice-title {
    font-size: 42px;
  }

  .patosnice-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .patosnice-form {
    max-width: 460px;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .patosnice-highlights {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1800px) {
  .patosnice-wrapper {
    grid-template-columns: 58% 42%;
  }
}
/* ======================================
   STEP 1 – FULL WIDTH INPUTS
====================================== */

/* step container */
.form-step-1 {
  width: 100%;
}

/* force each row to be full width */
.form-step-1 .form-row {
  width: 100%;
  max-width: 420px; /* SAME as radio pills & button */
  margin: 0 auto 14px;
  display: block;   /* override grid */
}

/* inputs full width */
.form-step-1 .form-row .form-input {
  width: 100%;
}

/* button same width */
.form-step-1 .form-btn {
  max-width: 420px;
  width: 100%;
  margin: 24px auto 0;
}

/* keep radio pills aligned with inputs */
.form-step-1 .patosnice-type {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
/* ===============================
   PATOSNICE TYPE RADIO BUTTONS
=============================== */

.patosnice-type {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.type-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 18px;
  border-radius: 14px;

  background: #000;
  border: 2px solid #e31e24;

  color: #e31e24;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;

  transition: all 0.25s ease;
  position: relative;
}

/* hide native radio */
.type-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* icon */
.type-option i {
  font-size: 18px;
  color: #e31e24;
  transition: all 0.25s ease;
}

/* hover */
.type-option:hover {
  background: #0f0f0f;
  transform: translateY(-1px);
}

/* ACTIVE / CHECKED STATE */
.type-option:has(input:checked) {
  background: #e31e24;
  color: #000;
  border-color: #e31e24;
}

.type-option:has(input:checked) i {
  color: #000;
}

/* subtle glow */
.type-option:has(input:checked)::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  box-shadow: 0 0 0 2px rgba(227, 30, 36, 0.35);
  pointer-events: none;
}

/* ===============================
   APEX CTA SECTION
================================ */
.apex-cta-section {
  background: #050505;
  padding: 90px 20px;
  display: flex;
  justify-content: center;
}

.apex-cta-box {
  width: 70%;
  max-width: 1100px;
  border: 2px solid #e31e24;
  border-radius: 26px;
  padding: 60px 50px;
  text-align: center;
  background: linear-gradient(180deg, #0b0b0b, #111);
  box-shadow: 0 25px 80px rgba(0,0,0,.6);
}

.apex-cta-box h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 18px;
}

.apex-cta-box h2 span {
  color: #e31e24;
}

.apex-cta-text {
  max-width: 820px;
  margin: 0 auto 44px;
  font-size: 17px;
  line-height: 1.7;
  color: #cfcfcf;
}

.apex-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* CTA BUTTONS */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
  border: 2px solid transparent;
}

.cta-btn i {
  font-size: 18px;
}

/* Individual styles */
.cta-btn.phone {
  background: #e31e24;
  color: #fff;
}

.cta-btn.phone:hover {
  background: #ff2b31;
}

.cta-btn.viber {
  background: #6f4cff;
  color: #fff;
}

.cta-btn.whatsapp {
  background: #25d366;
  color: #050505;
}

.cta-btn.email {
  background: transparent;
  color: #fff;
  border-color: #444;
}

/* Hover */
.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,.5);
}

/* Responsive */
@media (max-width: 900px) {
  .apex-cta-box {
    width: 100%;
    padding: 44px 26px;
  }

  .apex-cta-box h2 {
    font-size: 28px;
  }
}
