footer .footer-copyright, footer [data-i18n="footer-copyright"] {
  width: 100%;
  color: #fff;
  font-size: 0.98rem;
  margin: 2.2rem 0 0 0;
  padding-bottom: 0.2rem;
  letter-spacing: 0.01em;
  font-family: inherit;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
#mc_embed_shell {
  margin-left: auto;
  margin-right: auto;
}
/* Mailchimp embed form custom width for desktop */
#mc_embed_shell {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Mailchimp form note styling */

/* Language switcher styles */
/* Language switcher styles */
/* Language switcher styles - improved for top right corner, no overlap, more professional */
.lang-switcher {
    position: fixed;
    top: 1.1rem;
    right: 1.5rem;
    z-index: 100;
    display: flex;
    align-items: center;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    min-width: 0;
    min-height: 0;
    transition: none;
    border: none;
}
.lang-switcher select {
    font-size: 0.95rem;
    padding: 0.18em 0.7em 0.18em 0.5em;
    border-radius: 6px;
    border: 1px solid #b85c38;
    background: #fff;
    color: #222;
    margin-left: 0;
    box-shadow: none;
    cursor: pointer;
    transition: border 0.2s;
    min-width: 48px;
    max-width: 60px;
    height: 2rem;
    outline: none;
}
.lang-switcher select:focus {
    border: 1.5px solid #b85c38;
    box-shadow: none;
    outline: none;
}
@media (max-width: 700px) {
    .lang-switcher {
        top: 0.5rem;
        right: 0.5rem;
        padding: 0.08em 0.3em;
        border-radius: 6px;
        box-shadow: 0 1px 4px #eee;
    }
    .lang-switcher select {
        font-size: 0.92rem;
        min-width: 40px;
        max-width: 48px;
        height: 1.7rem;
    }
}
/* Remove duplicate/old language switcher styles */
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #faf9f6; color: #222; }
header { background: #fff; padding: 0.5rem 0 0.5rem 0; box-shadow: 0 2px 8px #eee; }
nav { margin: 0; }
nav a { color: #222; text-decoration: none; margin: 0 1rem; font-weight: bold; }
.hero {
    display: flex;
    flex-direction: row;
    min-height: 340px;
    background: url('assets/background.jpg') right center/cover no-repeat, #f5e9e0;
    position: relative;
    padding: 0;
}
.hero-left {
    flex: 1 1 380px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    min-width: 320px;
    max-width: 480px;
    padding: 2.5rem 0 2.5rem 4vw;
}
.hero-right {
    flex: 2 1 520px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url('assets/background.jpg') right center/cover no-repeat;
    min-width: 320px;
    position: relative;
}
.hero-content-box {
    max-width: 520px;
    margin: 0 auto;
    background: rgba(255,255,255,0.93);
    border-radius: 12px;
    box-shadow: 0 2px 12px #e8e8e8;
    padding: 2.2rem 1.5rem 2.2rem 1.5rem;
    position: relative;
    z-index: 2;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(245, 233, 224, 0.72);
    z-index: 0;
}
.hero > * {
    position: relative;
    z-index: 1;
}
.cta-btn { background: #b85c38; color: #fff; padding: 1rem 2rem; border: none; border-radius: 4px; font-size: 1.1rem; cursor: pointer; text-decoration: none; }
.features, .about, .reviews, .contact { max-width: 800px; margin: 3rem auto; padding: 0 1rem; }
.features h2, .about h2, .reviews h2, .contact h2 { color: #b85c38; margin-bottom: 1rem; }
.features-list { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; }
.feature { background: #fff; border-radius: 8px; box-shadow: 0 2px 8px #eee; padding: 2rem; flex: 1 1 220px; min-width: 220px; max-width: 320px; }
.feature h3 { margin-top: 0; color: #b85c38; }
.product-img { width: 100%; max-width: 400px; display: block; margin: 2rem auto; border-radius: 12px; box-shadow: 0 2px 12px #ddd; }
.reviews blockquote { font-style: italic; background: #fff; border-left: 4px solid #b85c38; margin: 1.5rem 0; padding: 1rem 1.5rem; border-radius: 4px; }
.reviews cite { display: block; margin-top: 0.5rem; color: #888; font-size: 0.95rem; }
footer { background: #222; color: #fff; text-align: center; padding: 2rem 1rem; margin-top: 3rem; }
.social-links {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.2rem;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6em;
    height: 2.6em;
    border-radius: 50%;
    background: #333;
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-size: 1.3em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s, transform 0.15s;
    border: 2px solid transparent;
}
.social-links a:hover, .social-links a:focus {
    background: #fff;
    color: #b85c38;
    border-color: #b85c38;
    transform: translateY(-2px) scale(1.07);
    outline: none;
}
.social-links .facebook svg circle { fill: #1877F2; }
.social-links .instagram svg circle { fill: #E4405F; }
.social-links .youtube svg circle { fill: #FF0000; }
.social-links .tiktok svg circle { fill: #000; }
.social-links a svg path { transition: fill 0.2s; }
.social-links a:focus-visible { outline: 2px solid #b85c38; }
@media (max-width: 900px) {
    header > div { max-width: 98vw !important; }
}
@media (max-width: 700px) {
    header > div { flex-direction: column; align-items: flex-start !important; gap: 0.7rem !important; }
    nav { width: 100%; text-align: left; margin-top: 0.5rem; }
}
@media (max-width: 600px) {
    .features-list { flex-direction: column; gap: 1rem; }
    .feature { max-width: 100%; }
    .hero > div { padding: 1.2rem 0.5rem 1.2rem 0.5rem !important; }
}
/* Mailchimp embedded form custom styles */
#mc_embed_signup {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font: 1rem Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: stretch;
}
#mc_embed_signup h2 {
  font-size: 1.08rem;
  color: #b85c38;
  font-weight: 700;
  margin: 0 0 0.3rem 0;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 0;
}
#mc_embed_signup .indicates-required {
  font-size: 0.93rem;
  color: #888;
  text-align: center;
  margin-bottom: 0.1rem;
}
#mc_embed_signup .mc-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.2rem;
}
#mc_embed_signup label {
  font-size: 1.01rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.05rem;
  text-shadow: 0 1px 6px #b85c38, 0 1px 2px #0002;
}
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  width: 100%;
  min-width: 120px;
  box-sizing: border-box;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1.05rem;
  background: #fff;
  color: #222;
  font-weight: 600;
}
#mc_embed_signup .button {
  width: 100%;
  font-size: 1.08rem;
  padding: 0.7rem 0;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, #ff9800 0%, #b85c38 100%);
  color: #fff;
  border: none;
  border-radius: 32px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
  box-shadow: 0 4px 18px 0 rgba(184,92,56,0.18), 0 1.5px 6px #ff9800;
  text-shadow: 0 1px 2px #0002;
  letter-spacing: 0.03em;
}
#mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
  background: linear-gradient(90deg, #ffa726 0%, #b85c38 100%);
  box-shadow: 0 6px 24px 0 rgba(184,92,56,0.22), 0 2px 8px #ff9800;
  transform: translateY(-2px) scale(1.03);
  outline: none;
}
#mc_embed_signup .clear {
  text-align: center;
}
#mc_embed_signup .response {
  font-size: 0.95rem;
  font-family: inherit;
  margin-top: 0.15rem;
}
#mc_embed_signup #mce-error-response {
  color: #b85c38;
}
#mc_embed_signup #mce-success-response {
  color: #388e3c;
}
#mc_embed_shell {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
#mc_embed_shell:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin-bottom: 1.1rem;
}

/* Responsive container and layout */
body, html {
    max-width: 100vw;
    overflow-x: hidden;
}

.hero-content,
.features,
#footer {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

/* Stack columns on small screens */
@media (max-width: 700px) {
    .hero-content {
        flex-direction: column;
        gap: 1.2rem;
        padding: 1.2rem 0 0 0;
    }
    .hero-image,
    .hero-text {
        max-width: 100%;
        min-width: 0;
        padding: 1.2rem 0.5rem;
    }
    .hero-text {
        padding: 1.2rem 0.9rem;
    }
}

/* Features grid responsive */
@media (max-width: 700px) {
    .features-list {
        grid-template-columns: 1fr !important;
        gap: 1.2rem !important;
    }
}

/* Footer and Mailchimp form */
@media (max-width: 700px) {
    #footer > div {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1.2rem !important;
    }
    #mc_embed_signup {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 1.2rem 0.5rem !important;
    }
}

/* Language switcher */
.lang-switcher {
    position: fixed;
    top: 0.7rem;
    right: 0.7rem;
    z-index: 100;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
.lang-switcher select {
    font-size: 0.95rem;
    padding: 0.18em 0.7em 0.18em 0.5em;
    border-radius: 6px;
    border: 1px solid #bbb;
    background: #fff;
    color: #222;
    box-shadow: none;
}
@media (max-width: 500px) {
    .lang-switcher {
        top: 0.4rem;
        right: 0.4rem;
    }
    .lang-switcher select {
        font-size: 0.89rem;
        padding: 0.12em 0.5em 0.12em 0.4em;
    }
}

/* Make buttons and form fields full width on mobile */
@media (max-width: 500px) {
    .button,
    input[type="submit"],
    #mc_embed_signup input[type="email"],
    #mc_embed_signup input[type="text"] {
        width: 100% !important;
        box-sizing: border-box;
        font-size: 1.05rem;
    }
}

/* Ensure images scale */
img {
    max-width: 100%;
    height: auto;
    display: block;
}
