body.industry-theme.public-page {
  font-family: Poppins, Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.18), transparent 26%),
    radial-gradient(circle at left 20%, rgba(102, 187, 106, 0.12), transparent 24%),
    linear-gradient(180deg, #f7fbf7 0%, #eef7ef 48%, #e7f2e8 100%);
  color: #072018;
}

body.industry-theme.public-page a {
  transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.industry-theme.public-page > header {
  background: rgba(248, 255, 250, 0.84);
  border-bottom: 1px solid rgba(187, 247, 208, 0.7);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

body.industry-theme.public-page > header .max-w-7xl {
  position: relative;
}

body.industry-theme.public-page > header .max-w-7xl::after {
  content: "";
  position: absolute;
  top: -24px;
  right: 10px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.16), rgba(16, 185, 129, 0));
  pointer-events: none;
}

body.industry-theme.public-page > header h1,
body.industry-theme.public-page > header .brand-name {
  color: #047857;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.industry-theme.public-page > header nav a {
  color: #14532d;
  font-weight: 600;
  border-radius: 999px;
}

body.industry-theme.public-page > header nav a:hover {
  color: #047857;
}

body.industry-theme.public-page > header nav a.bg-green-600,
body.industry-theme.public-page > header nav a.mobile-nav-link.active,
body.industry-theme.public-page > header nav a.text-white {
  background: linear-gradient(90deg, #0d8d60, #064e3b);
  color: #fff;
  box-shadow: 0 12px 24px rgba(11, 107, 61, 0.18);
}

.mobile-nav-panel {
  background: rgba(248, 255, 250, 0.96);
  border-top: 1px solid rgba(220, 252, 231, 0.96);
  border-bottom: 1px solid rgba(220, 252, 231, 0.96);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.mobile-nav-link {
  display: block;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(220, 252, 231, 0.9);
  color: #14532d;
  font-weight: 600;
}

.mobile-nav-link:hover {
  background: #ecfdf5;
  color: #166534;
}

.mobile-nav-link.active {
  background: linear-gradient(90deg, #0d8d60, #064e3b);
  color: #fff;
  border-bottom-color: rgba(6, 78, 59, 0.9);
}

body.home-page .hero {
  position: relative;
  background:
    linear-gradient(rgba(4, 30, 22, 0.46), rgba(4, 30, 22, 0.54)),
    url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1950&q=80")
    no-repeat center center / cover;
}

body.home-page .hero > div,
body.auth-page > section:first-of-type > div,
body.contact-page > section:first-of-type > div,
body.not-found-page #message,
body.home-page #about .grid > div,
body.home-page section.bg-white .grid > div {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(205, 236, 215, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 253, 249, 0.9));
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
}

body.home-page .hero > div::before,
body.auth-page > section:first-of-type > div::before,
body.contact-page > section:first-of-type > div::before,
body.not-found-page #message::before,
body.home-page #about .grid > div::before,
body.home-page section.bg-white .grid > div::before,
body.home-page .hero > div::after,
body.auth-page > section:first-of-type > div::after,
body.contact-page > section:first-of-type > div::after,
body.not-found-page #message::after,
body.home-page #about .grid > div::after,
body.home-page section.bg-white .grid > div::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

body.home-page .hero > div::before,
body.auth-page > section:first-of-type > div::before,
body.contact-page > section:first-of-type > div::before,
body.not-found-page #message::before,
body.home-page #about .grid > div::before,
body.home-page section.bg-white .grid > div::before {
  width: 144px;
  height: 144px;
  top: -72px;
  right: -20px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.16), rgba(16, 185, 129, 0));
}

body.home-page .hero > div::after,
body.auth-page > section:first-of-type > div::after,
body.contact-page > section:first-of-type > div::after,
body.not-found-page #message::after,
body.home-page #about .grid > div::after,
body.home-page section.bg-white .grid > div::after {
  width: 100px;
  height: 100px;
  left: 18px;
  bottom: -50px;
  background: radial-gradient(circle, rgba(6, 78, 59, 0.1), rgba(6, 78, 59, 0));
}

body.home-page .hero > div > *,
body.auth-page > section:first-of-type > div > *,
body.contact-page > section:first-of-type > div > *,
body.not-found-page #message > *,
body.home-page #about .grid > div > *,
body.home-page section.bg-white .grid > div > * {
  position: relative;
  z-index: 1;
}

body.home-page .hero > div {
  max-width: 760px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 60px rgba(4, 36, 27, 0.28);
  backdrop-filter: blur(14px);
}

body.home-page .hero h1,
body.home-page .hero p {
  text-shadow: 0 12px 28px rgba(4, 30, 22, 0.3);
}

body.home-page #about .grid > div,
body.home-page section.bg-white .grid > div {
  border-radius: 24px;
  padding: 26px;
}

body.home-page #about .grid > div {
  background:
    radial-gradient(circle at top right, rgba(110, 231, 183, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(6, 78, 59, 0.98), rgba(11, 107, 61, 0.92));
  border-color: rgba(187, 247, 208, 0.18);
  box-shadow: 0 24px 42px rgba(6, 78, 59, 0.2);
}

body.home-page #about .grid > div h3 {
  color: #fff;
}

body.home-page #about .grid > div p {
  color: rgba(236, 255, 243, 0.82) !important;
}

body.home-page #about .grid > div img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
}

body.home-page section.py-12.bg-green-600 {
  margin: 0 24px 32px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at right top, rgba(110, 231, 183, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(6, 78, 59, 0.98), rgba(11, 107, 61, 0.94));
  box-shadow: 0 24px 46px rgba(6, 78, 59, 0.2);
}

body.home-page section.py-12.bg-green-600 a {
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(4, 36, 27, 0.16);
}

body.auth-page > section:first-of-type,
body.contact-page > section:first-of-type {
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(240, 253, 244, 0.9), rgba(255, 255, 255, 0.94));
}

body.auth-page > section:first-of-type > div,
body.contact-page > section:first-of-type > div {
  border-radius: 28px;
}

body.auth-page form input,
body.auth-page form select,
body.contact-page form input,
body.contact-page form textarea {
  border-color: rgba(148, 204, 164, 0.4) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.auth-page form input:focus,
body.auth-page form select:focus,
body.contact-page form input:focus,
body.contact-page form textarea:focus {
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

body.auth-page button[type="submit"],
body.contact-page button[type="submit"] {
  background: linear-gradient(90deg, #0d8d60, #064e3b) !important;
  box-shadow: 0 14px 28px rgba(11, 107, 61, 0.18);
}

body.industry-theme.public-page footer {
  background: #072e1f;
  color: rgba(225, 247, 233, 0.76);
}

body.not-found-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

body.not-found-page #message {
  max-width: 520px;
  margin: 0;
  padding: 40px 36px;
  border-radius: 28px;
}

body.not-found-page #message h2 {
  color: #0d8d60;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.not-found-page #message h1 {
  color: #063826;
  font-size: 34px;
  font-weight: 800;
}

body.not-found-page #message p,
body.not-found-page #message h3 {
  color: #4b6357;
}

body.not-found-page #message a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d8d60, #064e3b);
  color: #fff;
  box-shadow: 0 14px 28px rgba(11, 107, 61, 0.18);
}

body.not-found-page #message {
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
}

@media (max-width: 768px) {
  body.home-page .hero > div,
  body.auth-page > section:first-of-type > div,
  body.contact-page > section:first-of-type > div,
  body.not-found-page #message {
    padding: 26px;
    border-radius: 24px;
  }

  body.home-page section.py-12.bg-green-600 {
    margin: 0 16px 24px;
  }
}
