html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

:root {
  --lp-cream: #f7f3ea;
  --lp-sand: #ece2cf;
  --lp-bark: #7e3f20;
  --lp-bark-dark: #59290f;
  --lp-ink: #2f2b26;
  --lp-muted: #665f57;
  --lp-card: #fffdf8;
  --lp-font-body: "Aptos", "Aptos Display", "Source Sans 3", "Segoe UI Variable Text", "Segoe UI", "Calibri", sans-serif;
  --lp-font-display: "Aptos Display", "Aptos", "Source Sans 3", "Segoe UI Variable Text", "Segoe UI", "Calibri", sans-serif;
}

body {
  margin: 0;
  font-family: var(--lp-font-body);
  font-size: 1.03rem;
  line-height: 1.72;
  background:
    radial-gradient(circle at 85% -10%, #fff9ee 0%, transparent 36%),
    radial-gradient(circle at 12% 6%, #f2e8d4 0%, transparent 30%),
    var(--lp-cream);
  color: var(--lp-ink);
}

h1,
h2,
h3,
.lp-brand {
  font-family: var(--lp-font-display);
  letter-spacing: 0.005em;
}

.navbar {
  background: rgba(255, 253, 248, 0.92) !important;
  backdrop-filter: blur(8px);
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 1.36rem;
  color: var(--lp-bark-dark) !important;
}

.lp-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.lp-hero {
  border: 1px solid #eadfcb;
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background:
    radial-gradient(circle at 75% 12%, rgba(255, 236, 196, 0.2) 0%, rgba(255, 236, 196, 0) 35%),
    linear-gradient(125deg, rgba(255, 253, 248, 0.62) 0%, rgba(247, 240, 227, 0.52) 65%, rgba(239, 227, 205, 0.5) 100%),
    url("/images/hero-bucolico.svg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(78, 48, 23, 0.08);
}

.lp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(89, 41, 15, 0.08) 0%, rgba(89, 41, 15, 0.18) 100%);
}

.lp-hero > * {
  position: relative;
  z-index: 1;
}

.lp-hero-logo-wrap {
  margin-bottom: 1rem;
}

.lp-hero-logo {
  width: min(240px, 70%);
  height: auto;
}

.lp-eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f3519;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.lp-hero h1 {
  font-size: clamp(2rem, 4.3vw, 3.2rem);
  line-height: 1.18;
  font-weight: 700;
  color: #4b2009;
  margin-bottom: 0.8rem;
  max-width: 22ch;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.lp-hero-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 70ch;
  color: #4f4337;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.66rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-primary {
  background: var(--lp-bark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(126, 63, 32, 0.24);
}

.lp-btn-primary:hover {
  background: var(--lp-bark-dark);
  color: #fff;
}

.lp-btn-secondary {
  border: 1px solid #c9b28e;
  color: var(--lp-bark-dark);
  background: #fffaf0;
}

.lp-btn-secondary:hover {
  background: #f8edd8;
  color: var(--lp-bark-dark);
}

.lp-section {
  margin-top: 1.5rem;
}

.lp-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lp-card {
  background: var(--lp-card);
  border: 1px solid #ecddc6;
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 10px 25px rgba(75, 52, 28, 0.06);
}

.lp-card h2,
.lp-innovation h2 {
  font-size: clamp(1.45rem, 2.45vw, 1.95rem);
  font-weight: 700;
  color: var(--lp-bark-dark);
  margin-bottom: 0.6rem;
}

.lp-card p,
.lp-innovation p {
  margin-bottom: 0;
  color: var(--lp-muted);
  line-height: 1.72;
}

.lp-innovation {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 18px;
  border: 1px solid #e3d3b7;
  background: linear-gradient(135deg, #fffef9 0%, #f6ebd8 100%);
}

.lp-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--lp-ink);
  line-height: 1.7;
}

.lp-list li::marker {
  color: var(--lp-bark);
}

.lp-about,
.lp-quality,
.lp-contacts {
  border: 1px solid #e7d8c0;
  border-radius: 18px;
  padding: 1.25rem;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(75, 52, 28, 0.05);
}

.lp-about h2,
.lp-quality h2,
.lp-contacts h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.05rem);
  font-weight: 700;
  color: var(--lp-bark-dark);
  margin-bottom: 0.7rem;
}

.lp-about p,
.lp-quality p,
.lp-contacts p {
  color: var(--lp-muted);
  line-height: 1.76;
}

.lp-quality-head {
  margin-bottom: 0.5rem;
}

.lp-quality-grid {
  margin-top: 0.8rem;
}

.lp-card h3 {
  color: var(--lp-bark-dark);
  font-size: 1.16rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.lp-contacts {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1rem;
  background: linear-gradient(145deg, #fffefb 0%, #f7efdf 100%);
}

.lp-contact-card {
  border: 1px solid #ddc6a1;
  border-radius: 14px;
  padding: 1rem;
  background: #fff9ef;
}

.lp-contact-item {
  margin-bottom: 0.55rem;
}

.lp-contact-item strong {
  color: var(--lp-bark-dark);
}

.lp-contact-note {
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.lp-contact-card a {
  color: var(--lp-bark);
  font-weight: 700;
  text-decoration: none;
}

.lp-contact-card a:hover {
  color: var(--lp-bark-dark);
  text-decoration: underline;
}

.lp-map-section {
  border: 1px solid #e7d8c0;
  border-radius: 18px;
  padding: 1.25rem;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(75, 52, 28, 0.05);
}

.lp-map-head h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.05rem);
  font-weight: 700;
  color: var(--lp-bark-dark);
  margin-bottom: 0.7rem;
}

.lp-map-wrap {
  border: 1px solid #ddc6a1;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.lp-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 360px;
}

.lp-privacy-page {
  margin-top: 0.25rem;
}

.lp-privacy-hero {
  border: 1px solid #e7d8c0;
  border-radius: 18px;
  padding: 1.35rem;
  background: linear-gradient(145deg, #fffefb 0%, #f6ecda 100%);
  box-shadow: 0 10px 24px rgba(75, 52, 28, 0.05);
}

.lp-privacy-hero h1 {
  font-size: clamp(1.95rem, 3.4vw, 2.7rem);
  color: var(--lp-bark-dark);
  margin-bottom: 0.4rem;
}

.lp-privacy-updated {
  margin-bottom: 0.85rem;
}

.lp-privacy-hero p {
  margin-bottom: 0;
  color: var(--lp-muted);
}

.lp-privacy-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.lp-privacy-card {
  border: 1px solid #e7d8c0;
  border-radius: 18px;
  padding: 1.2rem;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(75, 52, 28, 0.05);
}

.lp-privacy-card h2 {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: var(--lp-bark-dark);
  margin-bottom: 0.55rem;
}

.lp-privacy-card p,
.lp-privacy-card li {
  color: var(--lp-muted);
  line-height: 1.72;
}

.lp-privacy-card ul {
  margin-bottom: 0;
}

.lp-privacy-card a {
  color: var(--lp-bark);
  font-weight: 600;
  text-decoration: none;
}

.lp-privacy-card a:hover {
  color: var(--lp-bark-dark);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .lp-innovation {
    grid-template-columns: 1fr;
  }

  .lp-contacts {
    grid-template-columns: 1fr;
  }

  .lp-brand span {
    font-size: 1.25rem;
  }

  .lp-brand img {
    width: 34px;
    height: 34px;
  }

  .lp-map-wrap iframe {
    min-height: 300px;
  }

  .lp-privacy-hero,
  .lp-privacy-card {
    padding: 1rem;
  }
}