* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1a1a1a;
  background: #f7f4f0;
  line-height: 1.6;
}

a {
  color: #1b4b6b;
  text-decoration: none;
}

img {
  object-fit: cover;
}

.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6%;
  background: #fefaf5;
  border-bottom: 1px solid #e6e0d9;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 14px;
}

.ad-label {
  padding: 6px 10px;
  border-radius: 14px;
  background: #edf0f2;
  font-size: 12px;
  color: #2b2b2b;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px 6% 28px 6%;
  align-items: center;
}

.hero-content {
  flex: 1 1 340px;
  min-width: 280px;
}

.hero-image-wrap {
  flex: 1 1 380px;
  min-width: 280px;
  background: #d4d0cb;
  border-radius: 12px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 26px;
  border: 1px solid #1b4b6b;
  font-size: 14px;
  background: #1b4b6b;
  color: #ffffff;
  cursor: pointer;
}

.secondary-btn {
  background: transparent;
  color: #1b4b6b;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 16px;
  border-radius: 22px;
  background: #f4b350;
  color: #1a1a1a;
  font-size: 13px;
  z-index: 40;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 42px 6%;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-media {
  flex: 1 1 320px;
  min-width: 260px;
  background: #d9d3cc;
  border-radius: 12px;
  overflow: hidden;
}

.split-media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.section-highlight {
  background: #ffffff;
  border-top: 1px solid #ede7e1;
  border-bottom: 1px solid #ede7e1;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}

.card {
  flex: 1 1 240px;
  background: #fffdf9;
  border: 1px solid #e6e0d9;
  border-radius: 12px;
  overflow: hidden;
  min-width: 220px;
}

.image-box {
  background: #d8d2ca;
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.card-body {
  padding: 16px;
}

.price-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 16px;
  background: #e9f0f4;
  font-size: 13px;
}

.form-section {
  padding: 42px 6%;
  background: #fefaf5;
  border-top: 1px solid #e6e0d9;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-panel {
  flex: 1 1 320px;
  min-width: 260px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cfc8c0;
  font-size: 14px;
  background: #ffffff;
}

.banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border: 1px solid #d8d1c9;
  border-radius: 12px;
  padding: 16px;
  max-width: 320px;
  z-index: 50;
}

.banner-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.footer {
  padding: 32px 6%;
  background: #1f2428;
  color: #fefaf5;
}

.footer a {
  color: #fefaf5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.page-hero {
  padding: 40px 6% 10px 6%;
}

.wide-bg {
  padding: 46px 6%;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

.wide-bg-overlay {
  background: rgba(22, 22, 22, 0.5);
  padding: 24px;
  border-radius: 12px;
}

.bg-language {
  background-image: url("https://images.unsplash.com/photo-1506765515384-028b60a970df?w=1400&q=80");
}

.bg-cultural {
  background-image: url("https://images.unsplash.com/photo-1503676260728-1c00da094a0b?w=1400&q=80");
}

.note {
  font-size: 14px;
  color: #4a4a4a;
}

.text-link {
  text-decoration: underline;
}

.disclaimer {
  font-size: 13px;
  color: #d9d9d9;
}

.reference-list {
  font-size: 13px;
  margin-top: 12px;
}
