/* ============================================================
 * Bokaren Webb — feature styles.
 * Loaded by landing.html (teaser section) and webb.html (/webb page).
 * Scoped under .landing; reuses --ln-* tokens from landing.css.
 * ============================================================ */

/* ---- nav: "Webb" sublabel on the brand (webb.html only) ---- */
.landing .ln-nav .brand-webb {
  font-weight: 600; font-size: 13px; color: var(--ln-text-muted);
  border-left: 1px solid var(--ln-border); padding-left: 10px; margin-left: 10px;
}

/* ---- shared: example customer-site browser-window mockup ----
   Pure HTML/CSS, no JS. Used by the landing teaser and the /webb hero. */
.landing .bw {
  background: #fff; border: 1px solid #d7d4cc; border-radius: 13px; overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 30px 60px -18px rgba(20,22,18,.36);
}
.landing .bw-bar {
  background: #E9E6DF; padding: 10px 14px; display: flex; align-items: center;
  gap: 10px; border-bottom: 1px solid #d7d4cc;
}
.landing .bw-dots { display: flex; gap: 6px; }
.landing .bw-dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.landing .bw-url {
  background: #fff; border: 1px solid #dbd8d0; border-radius: 999px; font-size: 12px;
  padding: 5px 16px; color: #6f6d64; flex: 1; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.landing .bw-url .lock {
  width: 9px; height: 9px; border: 1.6px solid #8a978c;
  border-radius: 2px 2px 0 0; border-bottom-width: 5px;
}
.landing .site { background: #fff; }
.landing .s-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px; border-bottom: 1px solid #EEEBE3;
}
.landing .s-logo {
  display: flex; align-items: center; gap: 8px; font-weight: 700;
  font-size: 15.5px; letter-spacing: -.01em; color: #1f2a22;
}
.landing .s-logo .leaf {
  width: 22px; height: 22px; border-radius: 50%; background: #2F7D4F;
  display: flex; align-items: center; justify-content: center; font-size: 12px;
}
.landing .s-links { display: flex; gap: 18px; font-size: 12.5px; color: #6a766c; font-weight: 500; }
.landing .s-call {
  background: #2F7D4F; color: #fff; font-size: 12px; font-weight: 700;
  padding: 8px 16px; border-radius: 999px;
}
.landing .s-hero { position: relative; height: 272px; overflow: hidden; }
.landing .s-hero .s-hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 38%;
}
.landing .s-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(16,26,18,.86) 4%, rgba(16,26,18,.36) 46%, rgba(16,26,18,.05) 78%);
}
.landing .s-hero .inner { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 26px 22px; z-index: 2; }
.landing .s-hero .kicker {
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #bfe3c9; margin: 0 0 9px;
}
.landing .s-hero h4 {
  font-family: Georgia, 'Times New Roman', serif; font-weight: 500; color: #fff;
  font-size: 28px; line-height: 1.13; letter-spacing: -.01em; margin: 0 0 15px; max-width: 400px;
}
.landing .s-hero .row { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.landing .s-boka {
  background: #fff; color: #1f2a22; font-size: 13px; font-weight: 700;
  padding: 11px 19px; border-radius: 999px;
}
.landing .s-stars { color: #fff; font-size: 12px; display: flex; align-items: center; gap: 6px; }
.landing .s-stars b { color: #FFC94D; letter-spacing: 1px; }
.landing .s-serv {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px;
  padding: 18px 20px 22px; background: #FCFBF8;
}
.landing .s-card { border: 1px solid #EBE8E0; border-radius: 11px; overflow: hidden; background: #fff; }
.landing .s-card .ph { height: 78px; width: 100%; object-fit: cover; display: block; }
.landing .s-card .cb { padding: 10px 12px 13px; }
.landing .s-card h5 {
  font-family: Georgia, 'Times New Roman', serif; font-weight: 600;
  font-size: 13.5px; margin: 0; color: #22302a;
}
.landing .s-card p { font-size: 11px; color: #7d877e; margin: 4px 0 0; line-height: 1.4; }

/* ---- landing-page teaser section ---- */
.landing .ln-webb { background: var(--ln-sand); }
.landing .ln-webb .grid {
  display: grid; grid-template-columns: 1fr 1.18fr; gap: 52px; align-items: center;
}
.landing .ln-webb .bw { transform: rotate(-1deg); }
.landing .ln-webb ul.benf { margin: 20px 0 0; display: grid; gap: 10px; }
.landing .ln-webb ul.benf li {
  font-size: 15px; color: var(--ln-text-dim); padding-left: 27px;
  position: relative; line-height: 1.45;
}
.landing .ln-webb ul.benf li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--ln-coral); font-weight: 800;
}
.landing .ln-webb .price { margin: 22px 0 0; font-size: 14.5px; color: var(--ln-text-dim); line-height: 1.5; }
.landing .ln-webb .price strong { font-size: 16px; color: var(--ln-text); }
.landing .ln-webb .more { display: inline-block; margin-top: 18px; font-size: 16px; }

/* ---- /webb hero: browser-mockup tilt ---- */
.landing .ln-hero .bw { transform: rotate(-1.2deg); }

/* ---- /webb: "Varför" — 4 cards in 2 columns (reuses .ln-features) ---- */
.landing .ln-webb-feat .grid { grid-template-columns: repeat(2, 1fr); }

/* ---- /webb: pricing — two cards ---- */
.landing .ln-webb-price .head { text-align: center; max-width: 620px; margin: 0 auto; }
.landing .ln-webb-price .head .lead { margin: 14px auto 0; }
.landing .ln-webb-price .cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 46px; align-items: stretch;
}
.landing .pcard { border-radius: 20px; padding: 36px 34px; display: flex; flex-direction: column; }
.landing .pcard .plabel { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.landing .pcard .big { font-size: 46px; font-weight: 700; letter-spacing: -.03em; line-height: 1; margin: 14px 0 4px; }
.landing .pcard .big small { font-size: 18px; font-weight: 500; }
.landing .pcard .bigsub { font-size: 14.5px; }
.landing .pcard ul { margin: 20px 0 0; display: grid; gap: 10px; }
.landing .pcard ul li { font-size: 14.5px; padding-left: 26px; position: relative; line-height: 1.4; }
.landing .pcard ul li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; }
.landing .pcard .note { font-size: 13px; margin-top: 18px; }
.landing .pcard .pcta { margin-top: 22px; }
.landing .pcard.build { background: #fff; border: 1px solid var(--ln-border); }
.landing .pcard.build .plabel { color: var(--ln-text-muted); }
.landing .pcard.build .big { color: var(--ln-text); }
.landing .pcard.build .bigsub, .landing .pcard.build .note { color: var(--ln-text-muted); }
.landing .pcard.build ul li { color: var(--ln-text-dim); }
.landing .pcard.build ul li::before { color: var(--ln-coral); }
.landing .pcard.drift { background: var(--ln-ink); color: #fff; position: relative; }
.landing .pcard.drift .plabel { color: #F2B7AC; }
.landing .pcard.drift .big { color: #fff; }
.landing .pcard.drift .big small { color: #cdcdcd; }
.landing .pcard.drift .bigsub { color: #cdcdcd; }
.landing .pcard.drift ul li { color: #E6E6E6; }
.landing .pcard.drift ul li::before { color: var(--ln-coral); }
.landing .pcard.drift .note { color: #bdbdbd; }
.landing .pcard.drift .tag {
  position: absolute; top: -13px; right: 28px; background: var(--ln-coral); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 5px 13px; border-radius: 999px;
}

/* ---- /webb: e-post tiers ---- */
.landing .ln-mail { background: var(--ln-sand); }
.landing .ln-mail .wrap { max-width: 880px; }
.landing .ln-mail .head { text-align: center; max-width: 640px; margin: 0 auto; }
.landing .ln-mail .head .lead { margin: 14px auto 0; }
.landing .mailtiers { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.landing .mailtier { background: #fff; border: 1px solid var(--ln-border); border-radius: 16px; padding: 26px 28px; }
.landing .mailtier.add { border-color: #F3C9C0; background: linear-gradient(180deg, #FFF8F5, #fff 62%); }
.landing .mt-tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-bottom: 14px;
}
.landing .mt-inc { background: var(--ln-mint); color: #1f5d3f; }
.landing .mt-add { background: var(--ln-coral); color: #fff; }
.landing .mailtier h3 { margin-bottom: 7px; }
.landing .mailtier p { font-size: 14.5px; line-height: 1.55; }
.landing .mailtier .addr { font-weight: 700; color: var(--ln-text); }

/* ---- responsive ---- */
@media (max-width: 980px) {
  .landing .ln-webb .grid,
  .landing .ln-webb-feat .grid,
  .landing .ln-webb-price .cards,
  .landing .mailtiers { grid-template-columns: 1fr; }
  .landing .ln-webb .grid { gap: 34px; }
  .landing .ln-webb .bw,
  .landing .ln-hero .bw { transform: none; }
  .landing .s-links { display: none; }
}
