* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1a1f1c;
  background: #f5f6f2;
  line-height: 1.6;
}

a {
  color: #1a3b32;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  padding: 24px 0 10px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.nav a {
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  background: #ffe7b3;
  color: #4b3314;
  padding: 4px 10px;
  border-radius: 999px;
}

.hero {
  padding: 90px 0;
  color: #f6f7f2;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-wind {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-color: #0f1715;
}

.hero-panel {
  max-width: 560px;
  background: rgba(15, 24, 22, 0.78);
  padding: 36px;
  border-radius: 22px;
}

.hero-panel p {
  margin: 16px 0 28px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cta {
  border: none;
  background: #1d6f5c;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cta.secondary {
  background: #f1f4ef;
  color: #1d6f5c;
  border: 1px solid #1d6f5c;
}

.section {
  padding: 72px 0;
  position: relative;
}

.section.alt {
  background: #eef2ed;
}

.section.dark {
  background: #18201d;
  color: #f6f7f2;
}

.asym {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: stretch;
}

.asym .col {
  flex: 1 1 320px;
}

.asym .col.offset {
  margin-top: 32px;
}

.asym .col.pull {
  margin-left: 28px;
}

.media {
  background: #dfe6db;
  border-radius: 20px;
  overflow: hidden;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 230px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #e0e6df;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card h3 {
  margin: 0;
}

.card .price {
  font-weight: 700;
  color: #1d6f5c;
}

.card img {
  border-radius: 14px;
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #dfe6db;
}

.floating-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid #d9e0d8;
  box-shadow: 0 24px 60px rgba(15, 24, 22, 0.08);
}

.form-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-card {
  flex: 1 1 360px;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #dee6dd;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd7cc;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.list-item {
  background: #f7f9f5;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #e1e7df;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.sticky-cta button {
  background: #1f6f5c;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.site-footer {
  padding: 40px 0 60px;
  background: #141a18;
  color: #f6f7f2;
}

.footer-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #f6f7f2;
  font-size: 14px;
}

.disclaimer {
  font-size: 13px;
  color: #c9d2c7;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #d8e0d7;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.cookie-actions button {
  border: 1px solid #1d6f5c;
  background: #1d6f5c;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-actions button.secondary {
  background: #ffffff;
  color: #1d6f5c;
}

.section-image {
  min-height: 260px;
}

.background-panel {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  min-height: 280px;
  padding: 28px;
  display: flex;
  align-items: flex-end;
  color: #f6f7f2;
}

.bg-storage-night {
  background-image: url("https://images.unsplash.com/photo-1454779132693-e5cd0a216ed3?w=1400&q=80");
  background-color: #151b1a;
}

.note {
  font-size: 14px;
  color: #2a4038;
}

.quote {
  font-size: 18px;
  font-style: italic;
  margin: 0;
}
