* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e1f24;
  background-color: #f6f3ef;
  line-height: 1.6;
}

a {
  color: #1e1f24;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.85;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.header {
  padding: 24px 0 12px;
  background-color: #f6f3ef;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #3f4a60;
  background: #e8e0d7;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  padding: 32px 0 50px;
}

.hero-layout {
  display: flex;
  gap: 36px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.hero-image {
  flex: 1 1 340px;
  background-color: #d7dbe3;
  border-radius: 18px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  border: none;
  background: #1e1f24;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn.secondary {
  background: #fff;
  color: #1e1f24;
  border: 1px solid #1e1f24;
}

.magazine {
  padding: 44px 0;
}

.magazine.split {
  background: #ffffff;
}

.magazine-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.magazine-main {
  flex: 2 1 360px;
}

.magazine-side {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.note-card {
  padding: 16px 18px;
  background: #efe7dd;
  border-radius: 14px;
}

.inline-image {
  background-color: #e0e6ea;
  border-radius: 16px;
  overflow: hidden;
}

.inline-image img {
  width: 100%;
  height: 100%;
}

.service-section {
  padding: 54px 0;
}

.service-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.service-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  border-radius: 12px;
  overflow: hidden;
  background-color: #e4e7ee;
}

.card-image img {
  width: 100%;
  height: 160px;
}

.price-tag {
  font-weight: 700;
  color: #2b3d63;
}

.trust-band {
  background: #1e1f24;
  color: #fff;
  padding: 46px 0;
}

.insight-strip {
  background-image: url("https://images.unsplash.com/photo-1474631245212-32dc3c8310c6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 56px 0;
}

.insight-overlay {
  background: rgba(20, 24, 34, 0.7);
  padding: 24px;
  border-radius: 18px;
  width: min(620px, 100%);
}

.trust-layout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.trust-visual {
  flex: 1 1 320px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #2f3443;
}

.trust-visual img {
  width: 100%;
  height: 100%;
}

.trust-text {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.testimonial-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.testimonial {
  flex: 1 1 200px;
  background: #2a2f3a;
  padding: 16px;
  border-radius: 14px;
}

.form-section {
  padding: 54px 0 80px;
  background: #ffffff;
}

.form-layout {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.form-panel {
  flex: 1 1 320px;
  background: #f1efe9;
  padding: 24px;
  border-radius: 18px;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c6cbd6;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fff;
}

.footer {
  background: #0f1116;
  color: #e6e9f0;
  padding: 40px 0;
}

.footer-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer a {
  color: #e6e9f0;
}

.footer-note {
  font-size: 0.85rem;
  color: #b7bdcc;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.sticky-cta button {
  padding: 8px 14px;
  font-size: 0.9rem;
}

.page-hero {
  padding: 36px 0;
}

.page-hero-layout {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.page-hero-image {
  flex: 1 1 280px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e3e6ef;
}

.info-blocks {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.info-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
}

.policy-wrap {
  padding: 36px 0 60px;
  background: #ffffff;
}

.policy-layout {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.policy-text {
  flex: 2 1 360px;
}

.policy-image {
  flex: 1 1 220px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e0e3ec;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  width: min(320px, 90%);
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1 1 auto;
}

.hidden {
  display: none;
}
