body {
  margin: 0; padding: 0;
  font-family: 'Roboto', Arial, sans-serif;
  background: linear-gradient(135deg, #0e153a 0%, #23285a 100%);
  color: #fff;
  min-height: 100vh;
}

/* Header & Navigation */
header.hero {
  background: linear-gradient(120deg,#00ffd7 0%,#ff52f7 100%);
  color: #232942;
  padding: 3em 0 2em 0;
  text-align: center;
  border-bottom-left-radius: 70px 35px;
  border-bottom-right-radius: 70px 35px;
  box-shadow: 0 6px 48px #00ffd733;
  position: relative;
  z-index: 2;
}
.hero-logo { margin-bottom:0.2em; }
.hero-title {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 2.1em;
  margin: 0.4em 0 0.1em 0;
  letter-spacing: 3px;
  color: #232942;
}
.hero-desc {
  font-size: 1.12em;
  color: #232942;
  margin-bottom: 1em;
  font-weight: 700;
}
.top-nav {
  text-align: center;
  margin: 0.5em 0 0.5em 0;
}
.top-nav .nav-link {
  color: #232942;
  background: #00ffd7;
  border-radius: 8px;
  padding: 0.3em 1.1em;
  font-weight: 700;
  font-family: 'Orbitron', Arial, sans-serif;
  text-decoration: none;
  margin: 0 0.2em;
  box-shadow: 0 1px 8px #00ffd744;
  transition: background 0.15s, color 0.15s;
}
.top-nav .nav-link:hover {
  color: #fff;
  background: #ff52f7;
}

/* Main Call-to-Action Card */
.cta-card {
  background: rgba(14,22,45,0.72);
  border-radius: 18px;
  box-shadow: 0 4px 22px #00ffd733;
  padding: 2.2em 1.5em 1.5em 1.5em;
  max-width: 450px;
  margin: -2.2em auto 1.5em auto;
  position: relative;
  z-index: 3;
  border: 1.5px solid #00ffd7aa;
}
.step-section { margin-top: 1.3em;}
.step-section label { font-weight:600; color:#00ffd7; margin:0.6em 0 0.3em 0; display:block;}
.step-section input, .step-section select {
  width: 100%; padding: 0.7em; border-radius: 7px; border: 1.5px solid #00ffd7aa;
  font-size: 1em; margin-bottom: 0.7em; box-sizing: border-box; background: rgba(23,33,55,0.67); color: #fff; outline: none; transition: border 0.2s;
}
.step-section input:focus { border-color: #ff52f7; }
.step-section .cuisines {
  display: flex; flex-wrap: wrap; gap: 0.6em; margin-bottom: 1em;
}
.step-section .cuisine-btn {
  border-radius: 6px; border: none;
  background: #232942; color: #00ffd7; padding: 0.6em 1.4em; font-weight:600; cursor:pointer; font-family:inherit;
  transition: background 0.2s, color 0.2s;
}
.step-section .cuisine-btn.selected, .step-section .cuisine-btn:hover {
  background: #00ffd7; color: #232942;
}
.ingredient-methods { display: flex; gap: 1em; margin: 1.3em 0;}
.ingredient-methods .ing-btn {
  flex: 1;
  background: #232942;
  color: #00ffd7;
  border: none;
  border-radius: 8px;
  padding: 1em 0.5em;
  font-size: 1.07em;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px #00ffd744;
}
.ingredient-methods .ing-btn.selected, .ingredient-methods .ing-btn:hover {
  background: #00ffd7;
  color: #232942;
}

/* Buttons */
.btn-main {
  background: linear-gradient(90deg, #00ffd7 0%, #ff52f7 100%);
  color: #232942; border: none; border-radius: 8px; padding: 0.8em 2em; font-size: 1.12em;
  font-family: 'Orbitron', Arial, sans-serif; font-weight: 700; cursor: pointer; margin-top: 1.2em;
  box-shadow: 0 2px 16px #00ffd777; transition: background 0.18s;
}
.btn-main:hover {
  background: linear-gradient(90deg, #ff52f7 0%, #00ffd7 100%);
  color: #fff;
}

/* Horizontal Line */
.fancy-hr { margin:2em 0; border:0; border-top: 2.5px solid #00ffd7; width:60%; margin-left:auto;margin-right:auto;}

/* SEO Section */
.seo-section {
  max-width: 700px; margin:2em auto; padding:1.6em; background: rgba(18,24,54,0.7);
  border-radius:20px; color:#b3e3ea; text-align:center; border: 1.5px solid #00ffd744;
  box-shadow: 0 2px 8px #00ffd766;
}
.seo-section h2 {color:#ff52f7;}
.seo-section ul {margin:0.8em 0;}

/* Success/Glass Cards */
.success-card { border-color: #00ffd7; color: #00ffd7; background: rgba(41,18,55,0.91); border-radius: 12px; margin: 2em auto; text-align: center; padding: 2.5em 1em 2em 1em; max-width: 350px; font-weight: 600; font-size: 1.09em;}
.glass { backdrop-filter: blur(8px);}
.neon-glow { color: #00ffd7; text-shadow: 0 0 5px #00ffd7, 0 0 10px #00bfa6, 0 0 20px #00ffd7;}

/* Stats */
.stats { margin-bottom:1.3em; }
.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0.5em;
  justify-content: flex-start;
  margin-bottom: 0.4em;
}
.stats span {
  background: linear-gradient(90deg, #00ffd7 0%, #ff52f7 100%);
  color: #15192a;
  border-radius: 8px;
  padding: 0.27em 0.85em;
  display: flex;
  align-items: center;
  gap: 0.32em;
  min-width: 105px;
  font-weight: 600;
  justify-content: center;
  box-shadow: 0 1px 6px #00ffd744;
  margin-bottom: 2.5px;
  font-size: 0.99em;
}

/* Recipe/Blog List Thumb */
.recipe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65em;
  justify-content: center;
  margin: 1em 0 0.3em 0;
}
.recipe-actions .btn-main i {
  margin-right: 0.4em;
}
.blog-thumb-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 1.1em;
  border-radius: 13px;
  transition: box-shadow 0.2s, background 0.2s;
}
.blog-thumb-link:hover, .blog-thumb-link:focus {
  background: #00ffd71c;
  box-shadow: 0 0 0 4px #00ffd733;
}
.blog-thumb-img {
  border-radius: 11px;
  background: #232942;
  border: 2px solid #00ffd7;
  transition: border 0.2s;
  width:95px;height:95px;object-fit:cover;flex-shrink:0;
}

/* --- Blog Section, Responsive, Search, Modal, Quick Picks --- */
.blog-title-row {
  display: flex;
  align-items: center;
  gap: 1em;
  text-align: left;
  font-size: 1.16em;
  margin: 0.7em 0;
  padding: 0.45em 0.2em;
  border-bottom: 1px solid #2226;
  min-height: 60px;
  cursor: pointer;
  transition: background 0.13s;
}
.blog-title-row:hover { background: #23294233; }
.blog-thumbnail {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  background: #e6e6e6;
  box-shadow: 0 2px 8px #0002;
  flex-shrink: 0;
  border: 1.5px solid #00ffd7aa;
}
.blog-title-link {
  color: #00ffd7;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.13em;
  transition: color 0.15s;
  display: inline-block;
  max-width: 80vw;
  overflow-wrap: anywhere;
}
.blog-title-link:hover { color: #ff52f7; }
.blog-search-bar {
  margin: 0.5em 0 1.5em 0;
  text-align: center;
}
.blog-search-bar input, .blog-search-bar select {
  padding: 0.5em 1em;
  border-radius: 7px;
  border: 1.5px solid #00ffd7aa;
  background: rgba(23,33,55,0.67);
  color: #fff;
  outline: none;
  margin: 0 0.3em 0.7em 0.3em;
  font-size: 1em;
  min-width: 120px;
  max-width: 60vw;
}
.blog-search-bar input:focus, .blog-search-bar select:focus { border-color: #ff52f7; }
.blog-more-link {
  display: block;
  margin: 1.3em auto 0 auto;
  color: #ff52f7;
  font-weight: 600;
  font-size: 1.09em;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.blog-full-post {
  background: #181d3a;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 24px #00ffd733;
  padding: 2em 1.2em 2em 1.2em;
  max-width: 530px;
  margin: 2em auto;
  word-break: break-word;
}
.blog-full-post h2 { color: #ff52f7; }
.blog-full-post img { max-width: 100%; border-radius: 14px; margin: 1.2em 0; }
.blog-full-post .blog-meta {
  color: #b3e3ea;
  font-size: 0.98em;
  margin-bottom: 1.1em;
}
@media (max-width: 600px) {
  .blog-title-row { font-size: 1em; min-height: 44px; }
  .blog-thumbnail { width: 38px; height: 38px; }
  .blog-title-link { font-size: 1em; }
  .blog-full-post { padding: 1.2em 0.7em; }
}

/* Footer */
footer { text-align: center; color: #00ffd7; font-family: 'Orbitron', Arial, sans-serif; font-size: 1em; opacity: 0.84; margin: 2em 0 0.7em 0; letter-spacing: 1.5px;}
.footer-text a { color: #00ffd7;}

/* Responsive Adjustments */
@media (max-width:600px) {
  .cta-card {padding:1em 0.4em;}
  .seo-section {font-size:0.98em; padding:1em;}
  .hero-title {font-size:1.2em;}
  .success-card {padding:1em 0.5em;}
  .stats, .stat-row {flex-direction: column; align-items: flex-start;}
}

/* Blog actions and share buttons */
.blog-actions, .share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  justify-content: center;
  margin: 1em 0 0.3em 0;
}
.blog-actions .btn-main, .share-buttons .btn-share {
  display: inline-flex;
  align-items: center;
  font-size: 1.1em;
}
.btn-share {
  background:#232942;
  color:#00ffd7;
  border-radius:50%;
  width:42px;height:42px;
  justify-content:center;
  border:none;
  font-size:1.35em;
  margin: 0 0.2em;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.btn-share.fb:hover { background:#3b5998; color:#fff;}
.btn-share.tw:hover { background:#1da1f2; color:#fff;}
.btn-share.in:hover { background:#0077b5; color:#fff;}
.btn-share.mail:hover { background:#ff52f7; color:#fff;}
/* Responsive blog/recipe */
.blog-post img, .blog-post .blog-thumb-img { max-width:100%; height:auto; border-radius:12px;}
@media (max-width:600px) {
  .blog-actions, .share-buttons { flex-direction:column; gap:0.5em;}
  .blog-post img { width:100%; }
}

/* User Menu & Login Modal */
.nav-link { color:#00ffd7; text-decoration:none; margin:0 0.7em;}
.nav-link:hover { color:#ff52f7; }
.user-menu-welcome { color:#fff; margin-left:1em; font-size:1em;}
.login-modal {
  display: none;
  position: fixed;
  z-index: 10001 !important;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,20,40,0.84);
  justify-content: center;
  align-items: center;
}
.login-modal.show {
  display: flex !important;
}
.login-modal-content {
  background: #fff;
  color: #232942;
  padding: 2em 2em 1em 2em;
  border-radius: 14px;
  position: relative;
  max-width: 350px;
  width: 96vw;
  margin: 0 auto;
  box-shadow: 0 3px 24px #00ffd744;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-modal input {
  width: 90%;
  margin: 0.5em 0;
  padding: 0.7em;
  font-size: 1.1em;
  border-radius: 7px;
  border: 1px solid #00ffd7aa;
}
.login-modal .btn-main {margin-top:1.2em;}
.login-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.6em;
  cursor: pointer;
  color: #ff52f7;
}
/* Paywall Modal (improve style) */
.paywall-modal {display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(20,20,40,0.96);z-index:9999;text-align:center;}
.paywall-modal-content {background:#fff;color:#232942;padding:2em 1.4em;border-radius:14px;max-width:97vw;width:320px;position:relative;top:20vh;margin:0 auto;box-shadow:0 2px 16px #00ffd799;}
/* Centered main area */
.centered-main {display:flex;flex-direction:column;align-items:center;justify-content:center;}
.recipe-glass-card {
  background: rgba(255,255,255,0.98);
  border-radius: 18px;
  box-shadow: 0 4px 32px #00ffd733, 0 1.5px 0 #ff52f7;
  margin: 3em auto 2em auto; max-width: 480px; width: 97vw; padding: 2.2em 2em 2em 2em;
}
.centered-title {text-align:center; font-size:2em; color:#232942;}
.recipe-main-img {display:block;margin:0 auto 1em auto;max-width:400px;width:100%;border-radius:15px;}
.lead-text {font-size:1.1em;color:#232942;text-align:center;}
@media (max-width: 700px) {
  .recipe-glass-card {padding:1em;}
  .recipe-main-img {max-width:98vw;}
}