/* =====================================================================
   en-landing.css — Domabemsoop /en landing page styles
   v3.1.90
   Scoped under .dmbs-en-landing to avoid conflicts with WP theme.
   ===================================================================== */

.dmbs-en-landing {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2d2a24;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dmbs-en-landing *,
.dmbs-en-landing *::before,
.dmbs-en-landing *::after {
  box-sizing: border-box;
}
.dmbs-en-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}
.dmbs-en-landing a { text-decoration: none; }

/* ---------- Layout helpers ---------- */
.dmbs-en-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.dmbs-en-narrow { max-width: 720px; }
.dmbs-en-center { text-align: center; }
.dmbs-en-muted  { color: #6a7065; }

/* ---------- Mini Header ---------- */
.dmbs-en-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid #e8e4dc;
}
.dmbs-en-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.dmbs-en-logo {
  font-weight: 800;
  font-size: 18px;
  color: #2d2a24 !important;
  letter-spacing: -0.01em;
}
.dmbs-en-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dmbs-en-link {
  color: #3d5c3a !important;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.15s;
}
.dmbs-en-link:hover { color: #2d6a3a !important; }
.dmbs-en-ko {
  font-size: 13px;
  color: #6a7065 !important;
  padding-left: 12px;
  border-left: 1px solid #d4d0c4;
}

/* ---------- Buttons ---------- */
.dmbs-en-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.dmbs-en-btn-primary {
  background: #3d5c3a;
  color: #fff !important;
}
.dmbs-en-btn-primary:hover {
  background: #2d6a3a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(45,106,58,0.3);
  color: #fff !important;
}
.dmbs-en-btn-ghost {
  background: transparent;
  color: #3d5c3a !important;
  border: 1.5px solid #c8c0b4;
}
.dmbs-en-btn-ghost:hover {
  background: #f5f2ee;
  border-color: #3d5c3a;
  color: #3d5c3a !important;
}
.dmbs-en-btn-lg {
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 10px;
}

/* ---------- Hero ---------- */
.dmbs-en-hero {
  padding: 80px 0 64px;
  background: linear-gradient(180deg, #f8f9f4 0%, #fff 100%);
}
.dmbs-en-hero .dmbs-en-container { max-width: 880px; }
.dmbs-en-h1 {
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: #1a1a1a;
}
.dmbs-en-sub {
  font-size: 20px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 32px;
  max-width: 680px;
}
.dmbs-en-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.dmbs-en-proof {
  font-size: 13px;
  color: #6a7065;
  margin: 0;
}
.dmbs-en-proof a {
  color: #3d5c3a !important;
  font-weight: 600;
}
.dmbs-en-proof a:hover { color: #2d6a3a !important; }

/* ---------- Section defaults ---------- */
.dmbs-en-section { padding: 72px 0; }
.dmbs-en-h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  color: #1a1a1a;
}
.dmbs-en-section p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px;
}

/* ---------- Problem / Founder note ---------- */
.dmbs-en-problem { background: #fafaf6; }
.dmbs-en-founder {
  font-style: italic;
  color: #6a7065;
  margin-top: 24px !important;
}

/* ---------- How it works ---------- */
.dmbs-en-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.dmbs-en-step { text-align: center; }
.dmbs-en-step-num {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #3d5c3a;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.dmbs-en-step h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #2d2a24;
  font-weight: 700;
}
.dmbs-en-step p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #6a7065 !important;
  margin: 0 !important;
}

/* ---------- Features Grid ---------- */
.dmbs-en-features { background: #f7f9f3; }
.dmbs-en-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.dmbs-en-feat {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid #e8e4dc;
  transition: transform 0.2s, box-shadow 0.2s;
}
.dmbs-en-feat:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}
.dmbs-en-feat img {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  object-fit: contain;
}
.dmbs-en-feat h3 {
  font-size: 17px;
  margin: 0 0 6px;
  color: #2d2a24;
  font-weight: 700;
}
.dmbs-en-feat p {
  font-size: 13px !important;
  color: #6a7065 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ---------- Screenshots ---------- */
.dmbs-en-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.dmbs-en-shot { text-align: center; }
.dmbs-en-shot-placeholder {
  background: linear-gradient(135deg, #f0e8d5 0%, #e8f0e5 100%);
  border-radius: 12px;
  padding: 80px 20px;
  color: #6a7065;
  font-size: 14px;
  margin-bottom: 12px;
  border: 2px dashed #d4c8a0;
  font-weight: 600;
}
.dmbs-en-shot p {
  font-size: 14px !important;
  color: #555 !important;
  margin: 0 !important;
}

/* ---------- FAQ ---------- */
.dmbs-en-q {
  background: #fafaf6;
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 10px;
  border: 1px solid #e8e4dc;
  transition: border-color 0.15s;
}
.dmbs-en-q:hover { border-color: #c8c0b4; }
.dmbs-en-q summary {
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 32px;
  color: #2d2a24;
  outline: none;
}
.dmbs-en-q summary::-webkit-details-marker { display: none; }
.dmbs-en-q summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: #3d5c3a;
  line-height: 1;
}
.dmbs-en-q[open] summary::after { content: "−"; }
.dmbs-en-q p {
  margin: 12px 0 0 !important;
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.6 !important;
}
.dmbs-en-q a { color: #3d5c3a !important; text-decoration: underline; }

/* ---------- Final CTA ---------- */
.dmbs-en-final-cta {
  background: linear-gradient(180deg, #3d5c3a 0%, #2d4a2a 100%);
  color: #fff;
  text-align: center;
}
.dmbs-en-final-cta .dmbs-en-h2 { color: #fff; }
.dmbs-en-final-cta .dmbs-en-sub {
  color: rgba(255,255,255,0.9) !important;
  margin: 0 auto 32px !important;
  max-width: 600px;
  font-size: 18px !important;
}
.dmbs-en-final-cta .dmbs-en-btn-primary {
  background: #fff;
  color: #3d5c3a !important;
}
.dmbs-en-final-cta .dmbs-en-btn-primary:hover {
  background: #f0f5ed;
  color: #2d4a2a !important;
}

/* ---------- Footer ---------- */
.dmbs-en-footer {
  background: #1a1a1a;
  color: #d4d0c4;
  padding: 48px 0 24px;
  font-size: 14px;
}
.dmbs-en-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.dmbs-en-foot-links {
  display: flex;
  gap: 20px;
}
.dmbs-en-footer a {
  color: #d4d0c4 !important;
  font-size: 14px;
  transition: color 0.15s;
}
.dmbs-en-footer a:hover { color: #fff !important; }
.dmbs-en-footer strong { color: #fff; }
.dmbs-en-footer .dmbs-en-muted { color: #9a9085 !important; }
.dmbs-en-copyright {
  text-align: center;
  color: #6a7065;
  font-size: 12px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .dmbs-en-h1 { font-size: 40px; }
  .dmbs-en-h2 { font-size: 28px; }
  .dmbs-en-sub { font-size: 17px; }
  .dmbs-en-hero { padding: 50px 0 40px; }
  .dmbs-en-section { padding: 48px 0; }
  .dmbs-en-steps { grid-template-columns: 1fr; gap: 32px; margin-top: 32px; }
  .dmbs-en-feat-grid { grid-template-columns: 1fr; }
  .dmbs-en-shot-grid { grid-template-columns: 1fr; }
  .dmbs-en-footer-inner { flex-direction: column; text-align: center; }
  .dmbs-en-header-inner { padding: 10px 16px; gap: 8px; }
  .dmbs-en-nav { gap: 10px; }
  .dmbs-en-ko { padding-left: 8px; }
  .dmbs-en-cta-row { flex-direction: column; align-items: stretch; }
  .dmbs-en-cta-row .dmbs-en-btn { justify-content: center; }
  .dmbs-en-logo { font-size: 16px; }
}

@media (max-width: 480px) {
  .dmbs-en-h1 { font-size: 34px; }
  .dmbs-en-container { padding: 0 16px; }
  .dmbs-en-header-inner { padding: 10px 14px; }
  .dmbs-en-nav .dmbs-en-link:not(.dmbs-en-ko) { display: none; } /* hide "Log in" to save space */
}

/* ---------- Smooth scroll for in-page anchors ---------- */
html { scroll-behavior: smooth; }
