body {
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.05), transparent 40%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.05), transparent 40%),
    #f8fafc;
}

.site-logo img,
.custom-logo,
.navbar-brand img {
  height: 46px;
  max-height: 46px;
  width: auto;
  object-fit: contain;
}

.home .site-main .site-logo,
.home .site-main .custom-logo-link,
.home .site-main .custom-logo {
  display: none;
}

body.blog,
body.single-post {
  background: #f8fafc;
}

body.blog .blog-content,
body.blog .entry-content,
body.single-post .blog-content,
body.single-post .entry-content {
  max-width: 760px;
  margin: auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

body.single-post .entry-content h1,
body.blog .entry-content h1 {
  font-size: 42px;
  font-weight: 700;
}

body.single-post .entry-content h2,
body.blog .entry-content h2 {
  font-size: 30px;
  margin-top: 40px;
}

body.single-post .entry-content p,
body.blog .entry-content p {
  font-size: 18px;
  line-height: 1.75;
  color: #374151;
}

body .entry-content img {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  margin: 30px 0;
}

a {
  transition: color 0.2s ease;
}

a:hover {
  color: #4f6cff;
}

@media (max-width: 768px) {
  .site-logo img,
  .custom-logo,
  .navbar-brand img {
    height: 38px;
  }

  body.blog .blog-content,
  body.blog .entry-content,
  body.single-post .blog-content,
  body.single-post .entry-content {
    padding: 28px;
    border-radius: 14px;
  }

  body.single-post .entry-content h1,
  body.blog .entry-content h1 {
    font-size: 34px;
  }

  body.single-post .entry-content h2,
  body.blog .entry-content h2 {
    font-size: 26px;
    margin-top: 32px;
  }
}

/* =========================
   NEVASOLO FORM DESIGN
   ========================= */

.nf-form-cont {
  background: linear-gradient(180deg, #e6f4ee, #d8efe6);
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  max-width: 520px;
  margin: 0 auto;
}

/* Labels */
.nf-form-cont label {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 6px;
  display: block;
}

/* Inputs */
.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 15px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.nf-form-cont input:focus {
  border-color: #4f6cff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(79,108,255,0.15);
}

/* Spacing */
.nf-form-cont .nf-field-container {
  margin-bottom: 18px;
}

/* Submit container */
.nf-form-cont .submit-container {
  text-align: center;
  margin-top: 20px;
}

/* Button */
.nf-form-cont input[type="submit"] {
  background: linear-gradient(135deg, #4f6cff, #7b5cff);
  color: #ffffff;
  border: none;
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(80, 90, 255, 0.35);
  transition: all 0.2s ease;
}

.nf-form-cont input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(80, 90, 255, 0.45);
}

/* Checkbox */
.nf-form-cont input[type="checkbox"] {
  margin-right: 8px;
}

/* Terms text */
.nf-form-cont .nf-field-description {
  font-size: 13px;
  color: #475569;
}
