.prayer-hero-layout {
   grid-template-columns: minmax(0, 940px);
}

.prayer-section {
   padding-top: clamp(42px, 5vw, 58px);
   padding-bottom: clamp(110px, 10vw, 132px);
}

.prayer-layout {
   display: grid;
   grid-template-columns: minmax(0, 1.35fr) minmax(330px, .85fr);
   align-items: stretch;
   gap: clamp(22px, 3vw, 34px);
}

.prayer-form-card,
.prayer-guide-card {
   min-width: 0;
   padding: clamp(24px, 3vw, 36px);
   border: 1px solid #d6e1da;
   border-radius: 18px;
   background: #fff;
   color: #173d2b;
   box-shadow: 0 13px 32px rgba(20, 62, 40, .09);
}

.prayer-form-card .form-label {
   margin: 0 0 7px;
   color: #173d2b;
   font-size: .92rem;
   font-weight: 700;
}

.prayer-form-card .mb-3 {
   margin-bottom: 16px !important;
}

.prayer-form-card .form-control,
.prayer-form-card .form-select {
   min-height: 52px;
   padding: 12px 14px;
   border: 1px solid #bdcec3;
   border-radius: 9px;
   background: #fbfdfb;
   color: #183d34;
   box-shadow: none;
   transition: border-color .2s ease, box-shadow .2s ease;
}

.prayer-form-card .form-control:focus,
.prayer-form-card .form-select:focus {
   border-color: #1c5b3b;
   box-shadow: 0 0 0 3px rgba(28, 91, 59, .14);
}

.prayer-form-card textarea.form-control {
   min-height: 170px;
   resize: vertical;
}

.prayer-form-card .form-label + .form-label,
.prayer-form-card input + .form-label,
.prayer-form-card textarea + .form-label {
   display: block;
   margin-top: 6px;
   color: #587064;
   font-size: .8rem;
   font-weight: 500;
   line-height: 1.5;
}

.prayer-fields-row {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 18px;
}

.prayer-form-card .form-check {
   min-height: 24px;
}

.prayer-form-card .form-check-input {
   width: 20px;
   height: 20px;
   margin-top: 2px;
   border: 2px solid #1c5b3b;
   cursor: pointer;
}

.prayer-form-card .form-check-input:focus {
   border-color: #1c5b3b;
   box-shadow: 0 0 0 3px rgba(28, 91, 59, .14);
}

.prayer-form-card .form-check-label {
   color: #365746;
   font-size: .9rem;
   font-weight: 500;
   line-height: 1.5;
   cursor: pointer;
}

.prayer-form-card .prayer-privacy {
   margin-top: 4px;
   padding: 16px;
   border: 1px solid #c8d9ce;
   border-radius: 12px;
   background: #f6f9f7;
}

.prayer-privacy legend {
   width: auto;
   margin: 0;
   color: #123f2a;
   font-size: .96rem;
   font-weight: 750;
}

.prayer-form-card .form-check.mt-4 {
   margin-top: 20px !important;
   margin-bottom: 20px !important;
}

.prayer-form-card #prayer-submit {
   min-height: 48px;
   padding: 11px 18px;
   border-radius: 9px;
   font-size: .95rem;
   font-weight: 700;
}

.prayer-form-card #prayer-submit:focus-visible {
   outline: 3px solid #b57d00;
   outline-offset: 3px;
}

.prayer-form-card #prayer-submit:disabled {
   cursor: not-allowed;
   opacity: .7;
}

.prayer-guide-card {
   display: flex;
   flex-direction: column;
}

.prayer-guide-card > h2 {
   margin: 0 0 24px;
   color: #123f2a;
   font-size: clamp(1.5rem, 2.8vw, 2rem);
   font-weight: 750;
   line-height: 1.2;
}

.prayer-guide-list {
   display: grid;
   flex: 1;
}

.prayer-guide-item {
   display: grid;
   grid-template-columns: 50px minmax(0, 1fr);
   align-content: center;
   gap: 15px;
   padding: 19px 0;
   border-bottom: 1px solid #d6e1da;
}

.prayer-guide-item:first-child {
   padding-top: 0;
}

.prayer-guide-item:last-child {
   padding-bottom: 0;
   border-bottom: 0;
}

.prayer-guide-icon {
   display: grid;
   width: 50px;
   height: 50px;
   border-radius: 14px;
   background: #e4f0e9;
   color: #1c5b3b;
   font-size: 1.3rem;
   place-items: center;
}

.prayer-guide-item h3 {
   margin: 0 0 5px;
   color: #123f2a;
   font-size: 1.06rem;
   font-weight: 750;
   line-height: 1.35;
}

.prayer-guide-item p {
   margin: 0;
   color: #496556;
   font-size: .9rem;
   font-weight: 500;
   line-height: 1.6;
}

@media (max-width: 980px) {
   .prayer-layout {
      grid-template-columns: 1fr;
   }

   .prayer-guide-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0 24px;
   }

   .prayer-guide-item:nth-last-child(2) {
      border-bottom: 0;
   }
}

@media (max-width: 680px) {
   .prayer-hero-layout {
      grid-template-columns: 1fr;
      text-align: center;
   }

   .prayer-section {
      padding-top: 34px;
      padding-bottom: 118px;
   }

   .prayer-form-card,
   .prayer-guide-card {
      padding: 22px 20px;
      border-radius: 16px;
   }

   .prayer-fields-row,
   .prayer-guide-list {
      grid-template-columns: 1fr;
      gap: 0;
   }

   .prayer-guide-item,
   .prayer-guide-item:nth-last-child(2) {
      padding: 18px 0;
      border-bottom: 1px solid #d6e1da;
   }

   .prayer-guide-item:first-child {
      padding-top: 0;
   }

   .prayer-guide-item:last-child {
      padding-bottom: 0;
      border-bottom: 0;
   }

   .prayer-form-card #prayer-submit {
      min-height: 50px;
   }
}
