* {
  box-sizing: border-box;
}

:root {
  --ink: #1f1b1a;
  --muted: #5c4b47;
  --accent: #a63d40;
  --accent-2: #3f6b52;
  --sand: #f6efe9;
  --cream: #fffaf6;
  --rose: #f2d6d7;
  --leaf: #e2efe5;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.image-frame {
  border-radius: 18px;
  overflow: hidden;
  display: flex;
}

.frame-rose {
  background-color: #e8cdd1;
}

.frame-blush {
  background-color: #ead8d2;
}

.frame-leaf {
  background-color: #dfe3d8;
}

.frame-sand {
  background-color: #e7d6d0;
}

.frame-almond {
  background-color: #ecd8d4;
}

a {
  color: var(--accent);
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 80px;
}

header {
  background: var(--sand);
  border-bottom: 1px solid #e7dcd6;
}

.topbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 6vw 18px;
}

.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.brand-title {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.5px;
}

.brand span {
  color: var(--muted);
  font-size: 14px;
}

.ad-label {
  font-size: 13px;
  color: var(--muted);
  background: #f1e4df;
  padding: 6px 10px;
  border-radius: 999px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

nav a {
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff3ef;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 6vw 0;
}

.hero-visual {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  background: var(--rose);
  padding: 28px;
  border-radius: 24px;
}

.hero-visual img {
  width: 100%;
  height: 360px;
  border-radius: 18px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-copy h2 {
  font-size: 36px;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}

.btn.secondary {
  background: #f1e4df;
  color: var(--ink);
}

.section {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.story {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(33, 17, 12, 0.08);
}

.story-line {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.story-line img {
  width: 320px;
  height: 220px;
  border-radius: 16px;
  background: #f1e4df;
}

.highlight {
  background: var(--leaf);
  padding: 28px;
  border-radius: 22px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.background-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border-radius: 24px;
  background-color: #f1e4df;
  background-image: linear-gradient(
      rgba(246, 239, 233, 0.88),
      rgba(246, 239, 233, 0.88)
    ),
    url("https://images.unsplash.com/photo-1524274912215-e55fbcb07d48?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw0NHx8S3YlQzQlOUJ0aW55JTJDJTIwa3RlciVDMyVBOSUyMG1sdXYlQzMlQUQlMjB6YSUyMHYlQzMlQTFzfGNzfDB8MHx8fDE3ODI5MjE5MDd8MA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
}

.highlight img {
  width: 260px;
  height: 200px;
  border-radius: 16px;
  background: #dfece2;
}

.trust-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff9f6;
  border-radius: 18px;
  padding: 24px;
}

.trust-items {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.trust-card {
  flex: 1;
  min-width: 220px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 26px rgba(40, 19, 12, 0.08);
}

.trust-card img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  background: #f1e4df;
}

.pricing-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--sand);
  padding: 28px;
  border-radius: 24px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  flex-wrap: wrap;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(36, 20, 12, 0.1);
}

.form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #e1d4ce;
  font-size: 15px;
}

.form-note {
  font-size: 13px;
  color: var(--muted);
}

.inline-cta {
  font-weight: 600;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--accent-2);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  z-index: 10;
}

.sticky-cta button {
  border: none;
  background: #fff;
  color: var(--accent-2);
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.footer {
  background: #1f1b1a;
  color: #fff;
  padding: 32px 6vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #f4dcdc;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
}

.legal-note {
  font-size: 12px;
  color: #e5cfc7;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 16px 30px rgba(20, 12, 10, 0.2);
  display: none;
  gap: 16px;
  align-items: center;
  max-width: 720px;
  width: calc(100% - 40px);
  z-index: 20;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.simple-page {
  padding: 40px 6vw 80px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.simple-page h1 {
  margin: 0;
  font-size: 32px;
}

.contact-card {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  align-items: center;
}

.service-row img {
  width: 220px;
  height: 160px;
  border-radius: 14px;
  background: #f1e4df;
}

.service-body {
  flex: 1;
  min-width: 220px;
}

.service-price {
  font-weight: 700;
  color: var(--accent);
}

@media (max-width: 880px) {
  .hero-visual {
    flex-direction: column;
  }

  .sticky-cta {
    left: 18px;
    right: 18px;
    justify-content: space-between;
  }
}
