/*
Theme Name: Biye Site
Theme URI: https://biye.tr
Description: biye.tr pazarlama sitesi. Tasarım tuvalindeki ana sayfa, İşletmeler İçin, Nasıl Çalışır, Fiyatlar ve Ön Başvuru sayfalarının responsive teması.
Author: Biye
Version: 0.2.1
Requires PHP: 8.2
Text Domain: biye-site
*/

/* Tokens assets/css/tokens.css içinden yüklenir (functions.php). */

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--biye-font); background: var(--biye-cream); color: var(--biye-text); -webkit-font-smoothing: antialiased; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; }
h1, h2, h3, p { margin: 0; }
.wrap { max-width: var(--biye-max); margin: 0 auto; padding-left: var(--biye-gutter); padding-right: var(--biye-gutter); }
.muted { color: var(--biye-muted); }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--biye-orange-deep); }
.eyebrow--on-dark { color: var(--biye-orange); }
.h1 { font-size: 64px; font-weight: 800; letter-spacing: -.03em; line-height: 1.02; }
.h2 { font-size: 40px; font-weight: 800; letter-spacing: -.02em; line-height: 1.08; }
.h3 { font-size: 22px; font-weight: 700; line-height: 1.25; }
.lead { font-size: 18px; line-height: 1.55; color: var(--biye-muted); }
.script { font-family: var(--biye-font-script); font-weight: 600; color: var(--biye-orange-ink); } /* krem/beyaz zeminde #F36B21 2.78:1 kalıyordu */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
/* Erişilebilirlik: klavye kullanıcıları için "İçeriğe geç" bağlantısı ve görünür odak halkası. */
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; background: var(--biye-charcoal); color: #fff; font-weight: 700; font-size: 15px; padding: 12px 18px; border-radius: var(--biye-r-btn); }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible, .btn:focus-visible, summary:focus-visible, input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible { outline: 2px solid var(--biye-orange-deep); outline-offset: 2px; }
#icerik:focus { outline: none; }
[id] { scroll-margin-top: 88px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 56px; padding: 0 26px; border-radius: 14px; font-size: 17px; font-weight: 700; border: 0; cursor: pointer; white-space: nowrap; }
/* Beyaz metinli turuncu dolgular --biye-orange-strong (#C94A0A, 4.70:1); #F36B21 yalnız metinsiz aksan. */
.btn--primary { background: var(--biye-orange-strong); color: #fff; }
.btn--primary:hover { background: var(--biye-orange-strong-hover); }
.btn--primary:active { background: var(--biye-orange-strong-active); }
.btn--dark { background: var(--biye-charcoal); color: #fff; }
.btn--outline { background: transparent; border: 1.5px solid var(--biye-text); color: var(--biye-text); }
.btn--outline-light { background: transparent; border: 1.5px solid #3A424C; color: #fff; }
.btn--ghost { background: var(--biye-surface); border: 1.5px solid var(--biye-border); color: var(--biye-text); }
.btn--sm { height: 44px; padding: 0 18px; font-size: 15px; border-radius: var(--biye-r-btn); }
.btn svg { flex-shrink: 0; }
.btn:disabled { opacity: .65; cursor: default; }

/* ---------- Header ---------- */
.site-header { background: var(--biye-surface); border-bottom: 1px solid var(--biye-border); position: sticky; top: 0; z-index: 50; }
.site-header .wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { width: 56px; height: 56px; object-fit: contain; flex-shrink: 0; }
.brand__tag { font-size: 12px; line-height: 1.35; color: var(--biye-muted); font-weight: 500; }
@media (max-width: 1240px) { .brand__tag { display: none; } .nav { gap: 24px; } }
.nav { display: flex; align-items: center; gap: 32px; font-size: 15px; font-weight: 600; }
.nav a.is-active { color: var(--biye-orange-deep); border-bottom: 2px solid var(--biye-orange); padding-bottom: 4px; }
.header-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--biye-border); background: #fff; color: var(--biye-text); align-items: center; justify-content: center; cursor: pointer; }
.mobile-nav { display: none; background: #fff; border-bottom: 1px solid var(--biye-border); padding: 8px 16px 16px; }
.mobile-nav a { display: block; padding: 12px 4px; font-weight: 600; border-bottom: 1px solid var(--biye-border-soft); }
.mobile-nav.is-open { display: block; }
.mobile-nav a.mobile-nav__cta { margin-top: 12px; border-bottom: 0; border-radius: var(--biye-r-btn); background: var(--biye-orange-strong); color: #fff; text-align: center; font-weight: 700; min-height: 48px; display: flex; align-items: center; justify-content: center; }
.mobile-nav a.mobile-nav__cta:hover { background: var(--biye-orange-strong-hover); }

/* ---------- Hero ---------- */
.hero { background: var(--biye-charcoal); color: #fff; position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 620px) minmax(0, 1fr); gap: 40px; min-height: 600px; align-items: center; }
.hero__content { display: flex; flex-direction: column; gap: 24px; padding: 64px 0; }
.hero__lead { color: var(--biye-on-dark); max-width: 560px; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__checks { display: flex; gap: 22px; flex-wrap: wrap; font-size: 13px; color: var(--biye-on-dark); }
.hero__checks span { display: inline-flex; align-items: center; gap: 8px; }
.hero__media { position: relative; min-height: 420px; align-self: stretch; }
.hero__photo { position: absolute; inset: 0; background: #2A2320; border-radius: 24px 0 0 24px; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.hero__fade { position: absolute; left: 0; top: 0; bottom: 0; width: 160px; background: linear-gradient(90deg, var(--biye-charcoal) 0%, rgba(17,24,32,0) 100%); }
.hero__note { position: absolute; right: 24px; top: 32px; font-family: var(--biye-font-script); font-size: 34px; line-height: 1.05; text-align: right; transform: rotate(-6deg); }
.hero__card { position: absolute; right: 24px; bottom: 32px; width: 260px; background: rgba(255,255,255,.96); color: var(--biye-text); border-radius: var(--biye-r-card); padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; }
.hero__card-row { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; color: var(--biye-muted); }
.pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.pill--success { color: var(--biye-success-text); background: var(--biye-success-tint); }
.pill--orange { color: var(--biye-orange-deep); background: var(--biye-orange-tint); }

/* ---------- Sections ---------- */
.section { padding-top: 88px; }
.section__head { display: flex; flex-direction: column; gap: 18px; max-width: 640px; }
.section__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.trust { background: var(--biye-surface); border-bottom: 1px solid var(--biye-border); }
.trust .wrap { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; padding-top: 32px; padding-bottom: 32px; }
.trust__item { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; line-height: 1.3; }
.trust__item small { display: block; font-weight: 500; color: var(--biye-muted); font-size: 14px; }
.icon-tile { width: 44px; height: 44px; border-radius: 12px; background: var(--biye-orange-tint); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--biye-orange); }

.categories { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 48px; align-items: start; }
.cat-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.cat-card { display: flex; flex-direction: column; justify-content: flex-end; height: 300px; border-radius: 18px; padding: 16px; color: #fff; position: relative; overflow: hidden; background: #3A2A22; }
.cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.65) 100%); }
.cat-card__t { position: relative; z-index: 1; font-size: 16px; font-weight: 800; line-height: 1.15; }
.cat-card__t b { color: var(--biye-orange); }
.cat-card__s { position: relative; z-index: 1; font-size: 12px; color: #D8CFC7; margin-top: 4px; }

.compare { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.compare__intro { grid-column: span 4; }
.card { background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card-lg); padding: 28px; }
.card--accent { border: 1.5px solid var(--biye-orange); }
.compare .card { grid-column: span 4; min-height: 372px; display: flex; flex-direction: column; gap: 14px; }
.card__title { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; color: var(--biye-muted); }
.card--accent .card__title { color: var(--biye-orange-deep); }
.checklist { display: flex; flex-direction: column; gap: 12px; font-size: 15px; line-height: 1.4; list-style: none; padding: 0; margin: 0; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.checklist svg { flex-shrink: 0; margin-top: 2px; }
.footnote { font-size: 12px; color: var(--biye-muted); line-height: 1.45; margin-top: auto; }

.domain { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
.domain__intro { grid-column: span 5; }
.domain__cards { grid-column: 7 / span 6; display: flex; flex-direction: column; gap: 14px; }
.domain-card { display: flex; align-items: center; gap: 14px; background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card); padding: 18px 20px; }
.domain-card--primary { border: 1.5px solid var(--biye-orange); }
.domain-card__t { font-size: 17px; font-weight: 700; }
.domain-card__s { font-size: 13px; color: var(--biye-muted); }
.icon-tile--neutral { background: var(--biye-cream); color: var(--biye-text); }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.step { display: flex; flex-direction: column; gap: 14px; padding-top: 24px; border-top: 2px solid var(--biye-border); position: relative; }
.step::before { content: ""; position: absolute; top: -2px; left: 0; width: 64px; height: 2px; background: var(--biye-orange); }
.step__head { display: flex; align-items: center; gap: 12px; }
.step__num { width: 32px; height: 32px; border-radius: 50%; background: var(--biye-orange-strong); color: #fff; font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step__t { font-size: 18px; font-weight: 700; }
.step__s { font-size: 14px; color: var(--biye-muted); }

.growth { background: var(--biye-charcoal); color: #fff; border-radius: var(--biye-r-card-lg); padding: 56px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.growth__intro { grid-column: span 4; display: flex; flex-direction: column; gap: 18px; }
.growth__intro .lead { color: var(--biye-on-dark); }
.growth__cards { grid-column: span 5; display: flex; flex-direction: column; gap: 14px; }
.growth-card { background: #fff; color: var(--biye-text); border-radius: 18px; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.growth-card__row { display: flex; gap: 14px; align-items: flex-start; }
.growth-card__t { font-size: 18px; font-weight: 700; line-height: 1.3; }
.growth-card__s { font-size: 13px; color: var(--biye-muted); margin-top: 4px; }
.growth-card__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.btn--md { height: 42px; padding: 0 18px; font-size: 14px; border-radius: 10px; }
.score { grid-column: span 3; background: var(--biye-charcoal-2); border: 1px solid var(--biye-charcoal-border); border-radius: 18px; padding: 22px; display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
.score__label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--biye-on-dark-muted); align-self: flex-start; }
.score__ring { position: relative; width: 140px; height: 140px; }
.score__ring svg { transform: rotate(-90deg); }
.score__val { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.score__val b { font-size: 40px; font-weight: 800; line-height: 1; }
.score__val small { font-size: 12px; color: var(--biye-on-dark-muted); font-weight: 600; }
.score__list { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: var(--biye-on-dark); text-align: left; align-self: stretch; }
.score__list span { display: flex; align-items: center; gap: 8px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--biye-orange); flex-shrink: 0; }
.checks-on-dark { display: flex; flex-direction: column; gap: 10px; font-size: 14px; font-weight: 600; }
.checks-on-dark span { display: flex; align-items: center; gap: 10px; }

.integrations { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 48px; align-items: center; }
.int-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.int-card { background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card); padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.int-card__t { font-size: 14px; font-weight: 700; }
.int-card__s { font-size: 12px; color: var(--biye-muted); }

.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.plan { background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 16px; position: relative; }
.plan--featured { border: 2px solid var(--biye-orange); }
.plan__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); font-size: 12px; font-weight: 700; background: var(--biye-orange-strong); color: #fff; padding: 6px 12px; border-radius: 999px; white-space: nowrap; }
.plan__name { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--biye-muted); }
.plan--featured .plan__name { color: var(--biye-orange-deep); }
.plan__tag { font-size: 18px; font-weight: 700; margin-top: 4px; }
.plan__price { display: flex; align-items: baseline; gap: 4px; }
.plan__price b { font-size: 40px; font-weight: 800; letter-spacing: -.02em; }
.plan__price span { font-size: 14px; color: var(--biye-muted); font-weight: 600; }
.plan__yearly { font-size: 13px; color: var(--biye-muted); }
.plan .checklist { font-size: 14px; gap: 9px; flex-grow: 1; }
.plan .btn { height: 48px; font-size: 15px; border-radius: var(--biye-r-btn); }
.btn--outline-orange { background: transparent; border: 1.5px solid var(--biye-orange); color: var(--biye-orange-deep); }
.billing-toggle { display: flex; gap: 4px; background: #fff; border: 1px solid var(--biye-border); border-radius: 12px; padding: 4px; }
.billing-toggle button { font-size: 14px; font-weight: 700; padding: 8px 14px; border-radius: 9px; border: 0; background: transparent; color: var(--biye-muted); cursor: pointer; }
.billing-toggle button.is-active { background: var(--biye-charcoal); color: #fff; }

.faq { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.faq__intro { grid-column: span 4; display: flex; flex-direction: column; gap: 14px; }
.faq__list { grid-column: span 8; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.faq-item { display: flex; gap: 14px; background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card); padding: 20px; }
.faq-item__q { font-size: 15px; font-weight: 700; line-height: 1.35; }
.faq-item__a { font-size: 13px; color: var(--biye-muted); margin-top: 6px; }
.plus { width: 32px; height: 32px; border-radius: 50%; background: var(--biye-orange-strong); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }

.cta { background: var(--biye-charcoal); color: #fff; border-radius: var(--biye-r-card-lg); padding: 48px 56px; display: flex; align-items: center; gap: 40px; }
.cta__logo { width: 64px; height: 64px; border-radius: 16px; background: #fff; overflow: hidden; flex-shrink: 0; }
.cta__logo img { width: 64px; height: 64px; object-fit: contain; }
.cta__text { flex-grow: 1; display: flex; flex-direction: column; gap: 4px; }
.cta__t { font-size: 24px; font-weight: 800; letter-spacing: -.01em; }
.cta__s { font-size: 15px; color: var(--biye-on-dark); }
.cta__note { font-family: var(--biye-font-script); font-size: 34px; line-height: 1.05; transform: rotate(-4deg); width: 200px; flex-shrink: 0; }
.cta__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex-shrink: 0; }
.cta__alt { font-size: 13px; color: var(--biye-on-dark); text-align: right; }
.cta__alt b { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Footer ---------- */
.site-footer { margin-top: 88px; border-top: 1px solid var(--biye-border); }
.site-footer .wrap { padding-top: 48px; padding-bottom: 40px; display: flex; flex-direction: column; gap: 32px; }
.footer-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.footer-grid__brand { grid-column: span 4; display: flex; flex-direction: column; gap: 12px; }
.footer-grid__brand img { width: 64px; height: 64px; object-fit: contain; }
.footer-col { grid-column: span 2; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-col b { font-weight: 700; }
.footer-col a { color: var(--biye-muted); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; border-top: 1px solid var(--biye-border); flex-wrap: wrap; }
.footer-trust { display: flex; gap: 28px; font-size: 13px; color: var(--biye-muted); font-weight: 600; flex-wrap: wrap; }
.footer-trust span { display: inline-flex; align-items: center; gap: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  :root { --biye-gutter: 40px; }
  .h1 { font-size: 52px; }
  .h2 { font-size: 34px; }
  .trust .wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .categories, .integrations { grid-template-columns: 1fr; gap: 28px; }
  .int-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compare__intro, .compare .card { grid-column: span 12; min-height: 0; }
  .domain__intro, .domain__cards { grid-column: span 12; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .growth { padding: 40px; }
  .growth__intro, .growth__cards, .score { grid-column: span 12; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq__intro, .faq__list { grid-column: span 12; }
  .cta { flex-wrap: wrap; }
  .cta__note { display: none; }
  .cta__actions { align-items: flex-start; }
  .cta__alt { text-align: left; }
  .footer-grid__brand { grid-column: span 12; }
  .footer-col { grid-column: span 6; }
}

/* Mobil: tuvaldeki 390px "Mobil ana sayfa" artboard'u */
@media (max-width: 720px) {
  :root { --biye-gutter: 16px; }
  .h1 { font-size: 40px; }
  .h2 { font-size: 28px; }
  .lead { font-size: 15px; }
  .btn { height: 54px; font-size: 16px; width: 100%; }
  .btn--sm { height: 40px; width: auto; font-size: 13px; padding: 0 14px; }
  .site-header .wrap { height: 64px; }
  .brand img { width: 44px; height: 44px; }
  .brand__tag, .nav, .header-cta .btn--ghost { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero .wrap { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .hero__content { padding: 36px 0 24px; gap: 16px; }
  .hero__ctas { flex-direction: column; }
  .hero__media { min-height: 220px; margin: 0 calc(-1 * var(--biye-gutter)); }
  .hero__photo { border-radius: 0; }
  .hero__fade, .hero__card { display: none; }
  .hero__note { font-size: 26px; right: 16px; top: 16px; }
  .section { padding-top: 36px; }
  .section__row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .trust .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding-top: 20px; padding-bottom: 20px; }
  .trust__item { font-size: 12px; }
  .icon-tile { width: 38px; height: 38px; }
  .cat-grid { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .cat-card { flex: 0 0 140px; height: 170px; padding: 12px; scroll-snap-align: start; }
  .cat-card__t { font-size: 15px; }
  .card { padding: 16px; border-radius: var(--biye-r-card); }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .step { flex-direction: row; align-items: flex-start; padding: 12px 0; border-top: 1px solid var(--biye-border); gap: 14px; }
  .step::before { display: none; }
  .step__head svg { display: none; }
  .step__num { width: 30px; height: 30px; flex-shrink: 0; }
  .step__t { font-size: 15px; }
  .step__s { font-size: 13px; }
  .growth { padding: 24px 20px; border-radius: 20px; }
  .score { align-items: flex-start; text-align: left; }
  .score__ring { width: 72px; height: 72px; }
  .score__ring svg { width: 72px; height: 72px; }
  .score__val b { font-size: 20px; }
  .int-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: 1fr; gap: 12px; }
  .plan { padding: 18px; }
  .plan__price b { font-size: 30px; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; font-size: 12px; padding: 8px 6px; }
  .faq__list { grid-template-columns: 1fr; }
  .cta { padding: 24px 20px; border-radius: 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .cta__logo { width: 52px; height: 52px; }
  .cta__logo img { width: 52px; height: 52px; }
  .cta__t { font-size: 22px; }
  .cta__actions { align-items: stretch; width: 100%; }
  .site-footer { margin-top: 36px; }
  .site-footer .wrap { padding-top: 28px; padding-bottom: 24px; }
  .footer-grid__brand { display: none; }
  .footer-col { grid-column: span 6; font-size: 13px; }
}

/* ---------- İç sayfalar (İşletmeler İçin, Nasıl Çalışır, Fiyatlar, Ön Başvuru) ---------- */
.hero--light { background: transparent; color: var(--biye-text); }
.hero--light .wrap { min-height: 0; align-items: start; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.hero--light .hero__content { padding: 88px 0 0; }
.hero--light .hero__lead { color: var(--biye-muted); max-width: 600px; }
.hero--light .hero__checks { color: var(--biye-muted); }
.hero__facts { display: flex; flex-direction: column; gap: 12px; padding-top: 96px; }
.hero__facts--grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fact { display: flex; align-items: center; gap: 14px; background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card); padding: 16px 18px; }
.fact__t { font-size: 15px; font-weight: 700; }
.fact__s { font-size: 13px; color: var(--biye-muted); }

.day-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.day { display: flex; flex-direction: column; gap: 14px; }
.day--dark { background: var(--biye-charcoal); color: #fff; border-color: var(--biye-charcoal); }
.day__time { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--biye-muted); }
.day--dark .day__time { color: var(--biye-on-dark-muted); }
.day__t { font-size: 22px; font-weight: 700; line-height: 1.25; }
.day__s { font-size: 14px; color: var(--biye-muted); }
.day--dark .day__s { color: var(--biye-on-dark); }
.day__demo { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-radius: 12px; background: var(--biye-cream); font-size: 13px; }
.day--dark .day__demo { background: var(--biye-charcoal-2); border: 1px solid var(--biye-charcoal-border); }
.toggle { width: 36px; height: 20px; border-radius: 10px; background: var(--biye-success); position: relative; display: inline-block; flex-shrink: 0; }
.toggle::after { content: ""; position: absolute; top: 2px; right: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; }
.tag-btn { font-size: 12px; font-weight: 700; color: #fff; background: var(--biye-charcoal); padding: 6px 10px; border-radius: 8px; white-space: nowrap; }
.tag-btn--orange { background: var(--biye-orange-strong); }

.features { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.features__intro { grid-column: span 4; }
.features__list { grid-column: span 8; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 32px; }
.feature { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid var(--biye-border); }
.feature svg { flex-shrink: 0; color: var(--biye-orange); }
.feature__t { font-size: 16px; font-weight: 700; }
.feature__s { font-size: 14px; color: var(--biye-muted); margin-top: 4px; }

.sectors { display: flex; gap: 48px; align-items: center; padding: 48px 56px; }
.sectors__intro { width: 380px; flex-shrink: 0; display: flex; flex-direction: column; gap: 14px; }
.sector-grid { flex-grow: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sector { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--biye-border); }
.sector__sw { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; }
.sector__t { font-size: 15px; font-weight: 700; }
.sector__s { font-size: 12px; color: var(--biye-muted); }
.sector__s b { color: var(--biye-orange-deep); }

.pwa { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
.pwa__intro { grid-column: span 5; display: flex; flex-direction: column; gap: 16px; }
.pwa__demo { grid-column: 7 / span 6; display: flex; gap: 24px; align-items: flex-end; justify-content: center; }
.phone { width: 240px; height: 420px; border-radius: 34px; background: var(--biye-charcoal); padding: 10px; flex-shrink: 0; }
.phone__screen { width: 100%; height: 100%; border-radius: 26px; background: var(--biye-cream); overflow: hidden; display: flex; flex-direction: column; }
.phone__cover { height: 100px; background: #3A2A22; }
.phone__banner { margin: 0 14px; display: flex; align-items: center; gap: 10px; background: var(--biye-charcoal); color: #fff; border-radius: 12px; padding: 10px; font-size: 11px; line-height: 1.3; }
.app-icon { width: 30px; height: 30px; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-list { display: flex; flex-direction: column; gap: 10px; width: 200px; }
.icon-list__item { display: flex; align-items: center; gap: 10px; background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: 14px; padding: 12px; font-size: 12px; line-height: 1.3; }
.icon-list__item .app-icon { width: 44px; height: 44px; border-radius: 12px; font-size: 18px; }

.steps5 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.step5 { display: flex; flex-direction: column; gap: 12px; background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: 18px; padding: 22px; }
.step5__head { display: flex; align-items: center; justify-content: space-between; }
.step5__t { font-size: 17px; font-weight: 700; }
.step5__s { font-size: 13px; color: var(--biye-muted); }

.engine { background: var(--biye-charcoal); color: #fff; border-radius: var(--biye-r-card-lg); padding: 56px; display: flex; flex-direction: column; gap: 32px; }
.engine .section__row .lead { color: var(--biye-on-dark); font-size: 15px; max-width: 420px; }
.engine-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.engine-card { background: var(--biye-charcoal-2); border: 1px solid var(--biye-charcoal-border); border-radius: 18px; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.engine-card__head { display: flex; align-items: center; justify-content: space-between; font-size: 18px; font-weight: 800; }
.engine-card__head b { color: var(--biye-orange); }
.engine-card__chip { font-size: 11px; font-weight: 700; color: var(--biye-on-dark); background: var(--biye-charcoal-border); padding: 3px 8px; border-radius: 6px; }
.engine-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 10px; border-radius: 8px; background: var(--biye-charcoal); font-size: 13px; color: var(--biye-on-dark); }
.engine-row b { color: #fff; font-weight: 600; }

.flow { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); position: relative; margin-top: 32px; }
.flow::before { content: ""; position: absolute; left: 40px; right: 40px; top: 24px; height: 2px; background: var(--biye-border); }
.flow__step { display: flex; flex-direction: column; gap: 12px; padding: 0 8px; position: relative; }
.flow__dot { width: 50px; height: 50px; border-radius: 50%; background: var(--biye-surface); border: 2px solid var(--biye-orange); display: inline-flex; align-items: center; justify-content: center; color: var(--biye-orange); }
.flow__dot--fill { background: var(--biye-orange-strong); border-color: var(--biye-orange-strong); color: #fff; }
.flow__t { font-size: 14px; font-weight: 700; }
.flow__s { font-size: 12px; color: var(--biye-muted); }
.note-bar { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 14px; background: var(--biye-surface); border: 1px solid var(--biye-border); font-size: 14px; margin-top: 32px; }
.note-bar svg { flex-shrink: 0; }

.views { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.view { display: flex; flex-direction: column; gap: 14px; padding: 32px; }
.view--dark { background: var(--biye-charcoal); color: #fff; border-color: var(--biye-charcoal); }
.view__head { display: flex; align-items: center; gap: 10px; }
.view__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; font-size: 14px; font-weight: 600; }

.cmp { background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: 20px; overflow: hidden; margin-top: 24px; }
.cmp__row { display: grid; grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 1fr)); align-items: center; padding: 11px 28px; border-bottom: 1px solid var(--biye-border-soft); font-size: 14px; }
.cmp__row:last-child { border-bottom: 0; }
.cmp__row--head { padding: 16px 28px; border-bottom: 1px solid var(--biye-border); font-size: 13px; font-weight: 700; }
.cmp__row--head > div:first-child { font-size: 15px; }
.cmp__row > div:not(:first-child) { text-align: center; }
.cmp__row--head > div:not(:first-child) { color: var(--biye-muted); }
.cmp__row--head .is-featured { color: var(--biye-orange-deep); background: var(--biye-orange-tint); border-radius: 8px; padding: 6px 0; }
.cmp .yes { color: var(--biye-success); }
.cmp .no { color: #C8C2BA; }
.notes4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.note4 { display: flex; gap: 12px; align-items: flex-start; }
.note4__t { font-size: 14px; font-weight: 700; }
.note4__s { font-size: 12px; color: var(--biye-muted); }

/* ---------- Ön Başvuru formu ---------- */
.apply { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
.apply-steps { display: flex; flex-direction: column; gap: 18px; margin-top: 4px; }
.apply-step { display: flex; gap: 14px; align-items: flex-start; }
.apply-card { padding: 32px; }
.app-form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field label, .field__label-static { font-size: 13px; font-weight: 700; color: var(--biye-text); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea {
  height: 48px; padding: 0 14px; border-radius: var(--biye-r-btn); border: 1.5px solid var(--biye-border); background: var(--biye-surface);
  font-family: var(--biye-font); font-size: 15px; color: var(--biye-text); width: 100%;
}
.field textarea { height: auto; padding: 12px 14px; resize: vertical; font-family: var(--biye-font); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23595959' stroke-width='1.6' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--biye-orange); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--biye-orange-deep); outline-offset: 2px; }
.fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.fieldset legend { padding: 0; margin-bottom: 6px; font-size: 13px; font-weight: 700; color: var(--biye-text); }
.radio-row { display: flex; gap: 20px; }
.radio { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; cursor: pointer; }
.radio input { width: 18px; height: 18px; accent-color: var(--biye-orange); }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--biye-muted); line-height: 1.5; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--biye-orange); }
.consent a { color: var(--biye-orange-deep); font-weight: 600; }
.field-error { font-size: 13px; font-weight: 600; color: var(--biye-danger-text); background: var(--biye-danger-tint); border-radius: 10px; padding: 10px 14px; margin: 0; }
.app-success { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 12px 0; }
/* [hidden] tuzağı: .app-form/.app-success'in kendi display:flex kuralı, tarayıcının varsayılan
   [hidden]{display:none} kuralını normalde ezer (bkz. panel'deki aynı sorunun geçmiş çözümü) —
   bu yüzden burada açıkça geri kazandırıyoruz. */
.app-form[hidden], .app-success[hidden] { display: none; }

@media (max-width: 1100px) {
  .apply { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .field-row { grid-template-columns: 1fr; }
  .apply-card { padding: 20px; }
}

/* İşletme bilgisi placeholder'ları — Özelleştir > İşletme Bilgileri doldurulana kadar
   [köşeli parantez] içindeki alanları ayırt edici gösterir (bkz. functions.php: biye_info()). */
.biye-ph { color: var(--biye-muted); font-style: italic; }
.biye-setup-hint {
  background: var(--biye-warning-tint);
  color: var(--biye-warning-text);
  border: 1px solid var(--biye-warning);
  border-radius: var(--biye-r-card);
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 28px;
}
.legal-page h2 { font-size: 22px; font-weight: 800; margin: 32px 0 12px; }
.legal-page p, .legal-page li { color: var(--biye-text); }
.legal-page ol, .legal-page ul { padding-left: 20px; }

/* Blog — /blog/ arşiv listesi ve tekil yazı sayfası (bkz. functions.php: biye_ensure_blog_posts()). */
.legal-page h3 { font-size: 17px; font-weight: 700; margin: 22px 0 8px; }
.blog-hero { max-width: 640px; margin-bottom: 40px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.blog-card { background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card-lg); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: border-color .15s ease; }
.blog-card:hover { border-color: var(--biye-orange); }
.blog-card__media { background: var(--biye-cream); border-bottom: 1px solid var(--biye-border); display: flex; align-items: center; justify-content: center; gap: 10px; padding: 44px 20px; }
.blog-card__media-icon { width: 40px; height: 40px; object-fit: contain; }
.blog-card__media-word { font-family: var(--biye-font); font-weight: 800; font-size: 26px; letter-spacing: -.01em; color: var(--biye-charcoal); }
.blog-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 8px; }
.blog-card__cat { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--biye-orange-deep); }
.blog-card__title { font-size: 19px; font-weight: 800; line-height: 1.3; color: var(--biye-text); }
.blog-card__excerpt { font-size: 14px; line-height: 1.5; color: var(--biye-muted); }
.blog-card__meta { font-size: 12px; color: var(--biye-muted); margin-top: 6px; }
.blog-back { display: inline-block; margin-bottom: 24px; font-size: 14px; font-weight: 700; color: var(--biye-orange-deep); text-decoration: none; }
.blog-meta { font-size: 13px; color: var(--biye-muted); margin-bottom: 20px; }
.blog-pagination { display: flex; gap: 12px; margin-top: 40px; font-size: 14px; font-weight: 700; }
.blog-pagination a, .blog-pagination span { padding: 10px 16px; border: 1px solid var(--biye-border); border-radius: var(--biye-r-btn); color: var(--biye-text); text-decoration: none; }
@media (max-width: 720px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* Blog v2 — karşılaştırma tabloları, kaynak/imza satırları (bkz. biye_upgrade_blog_posts_v2()). */
.legal-page table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
.legal-page table th, .legal-page table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--biye-border); }
.legal-page table th { font-weight: 800; color: var(--biye-text); background: var(--biye-surface); }
.legal-page .blog-sources { font-size: 13px; color: var(--biye-muted); margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--biye-border); }
.legal-page .blog-sources a { color: var(--biye-orange-deep); }
.legal-page .blog-byline { font-size: 13px; color: var(--biye-muted); margin-top: 8px; }

/* Yazı sayfası — Kiradaş referansına göre (bkz. docs/LOCAL-SETUP.md) */
.blog-crumbs { font-size: 13px; color: var(--biye-muted); margin-bottom: 16px; display: flex; gap: 6px; flex-wrap: wrap; }
.blog-crumbs a { color: var(--biye-muted); text-decoration: none; }
.blog-crumbs a:hover { color: var(--biye-orange-deep); }

.blog-byline-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--biye-muted); margin-bottom: 28px; }
.blog-byline-row__icon { width: 22px; height: 22px; object-fit: contain; border-radius: 50%; background: var(--biye-cream); padding: 3px; }
.blog-byline-row__name { font-weight: 700; color: var(--biye-text); }
.blog-byline-row__sep { color: var(--biye-border); }

.blog-article__media { background: var(--biye-cream); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card-lg); display: flex; align-items: center; justify-content: center; gap: 14px; padding: 64px 20px; margin-bottom: 28px; }
.blog-article__media-icon { width: 56px; height: 56px; object-fit: contain; }
.blog-article__media-word { font-family: var(--biye-font); font-weight: 800; font-size: 36px; letter-spacing: -.01em; color: var(--biye-charcoal); }

.blog-toc { background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-card); padding: 20px 24px; margin-bottom: 24px; }
.blog-toc__title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--biye-text); margin-bottom: 10px; }
.blog-toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.blog-toc a { color: var(--biye-orange-deep); text-decoration: none; font-size: 14px; font-weight: 600; }
.blog-toc a:hover { text-decoration: underline; }

.blog-shortanswer { background: var(--biye-success-tint); border: 1px solid #CDE6D8; border-radius: var(--biye-r-card); padding: 20px 24px; margin-bottom: 28px; }
.blog-shortanswer__label { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--biye-success-text); margin-bottom: 8px; }
.blog-shortanswer p { margin: 0; color: var(--biye-text); font-size: 15px; line-height: 1.6; }

.blog-faq { display: flex; flex-direction: column; gap: 10px; margin: 16px 0 28px; }
.blog-faq__item { background: var(--biye-surface); border: 1px solid var(--biye-border); border-radius: var(--biye-r-btn); padding: 4px 20px; }
.blog-faq__item summary { cursor: pointer; list-style: none; font-weight: 700; color: var(--biye-text); padding: 16px 24px 16px 0; position: relative; }
.blog-faq__item summary::-webkit-details-marker { display: none; }
.blog-faq__item summary::after { content: '+'; position: absolute; right: 0; top: 14px; font-size: 20px; font-weight: 400; color: var(--biye-orange-deep); }
.blog-faq__item[open] summary::after { content: '\2212'; }
.blog-faq__a { padding-bottom: 16px; }
.blog-faq__a p { margin: 0; color: var(--biye-muted); font-size: 14px; line-height: 1.6; }

.blog-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 28px; }
.blog-tags__item { font-size: 13px; font-weight: 600; color: var(--biye-orange-deep); background: var(--biye-orange-tint); border-radius: 999px; padding: 6px 14px; text-decoration: none; }
.blog-tags__item:hover { background: var(--biye-orange-strong); color: #fff; }

.blog-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--biye-charcoal); border-radius: var(--biye-r-card-lg); padding: 28px 32px; margin-bottom: 28px; flex-wrap: wrap; }
.blog-cta__title { color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 6px; }
.blog-cta__text { color: var(--biye-on-dark); font-size: 14px; max-width: 460px; }

.blog-author { display: flex; align-items: flex-start; gap: 16px; border-top: 1px solid var(--biye-border); padding-top: 24px; }
.blog-author__icon { width: 44px; height: 44px; object-fit: contain; border-radius: 50%; background: var(--biye-cream); padding: 8px; flex-shrink: 0; }
.blog-author__name { font-weight: 800; color: var(--biye-text); margin-bottom: 4px; }
.blog-author__bio { font-size: 13px; color: var(--biye-muted); line-height: 1.6; }

.blog-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 900px) {
  .blog-grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .blog-article__media { padding: 44px 16px; }
  .blog-article__media-word { font-size: 28px; }
  .blog-cta { flex-direction: column; align-items: flex-start; }
  .blog-grid--related { grid-template-columns: 1fr; }
}

/* ---------- Responsive — header, hero ve iç sayfalar (lansman incelemesi MK-1/MK-2) ----------
   Masaüstü (>1100px) görünümü değişmez; aşağıdaki kurallar yalnızca daha dar ekranlarda devreye girer.
   İç sayfa bileşenleri (.hero--light, .day-grid, .features, .sectors, .pwa, .steps5, .engine, .flow, .views,
   .cmp, .notes4) yukarıdaki genel responsive bloktan SONRA tanımlandığı için override'ları burada. */
@media (min-width: 1101px) {
  .mobile-nav.is-open { display: none; }
}
@media (max-width: 1100px) {
  .nav, .header-cta .btn--ghost { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero .wrap { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .hero__card { right: 16px; bottom: 16px; }
  .features__intro, .features__list { grid-column: 1 / -1; }
  .sectors { flex-direction: column; align-items: stretch; gap: 28px; padding: 40px; }
  .sectors__intro { width: auto; }
  .pwa__intro, .pwa__demo { grid-column: 1 / -1; }
  .engine { padding: 40px; }
  .notes4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero .wrap, .hero--light .wrap { grid-template-columns: minmax(0, 1fr); gap: 0; min-height: 0; }
  .hero__content { padding: 48px 0 32px; }
  .hero__media { min-height: 320px; margin: 0 calc(-1 * var(--biye-gutter)); }
  .hero__photo { border-radius: 0; }
  .hero__fade { display: none; }
  .hero--light .hero__content { padding: 56px 0 0; }
  .hero__facts { padding-top: 28px; }
  .day-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .steps5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .engine-grid { grid-template-columns: minmax(0, 1fr); }
  .views { grid-template-columns: minmax(0, 1fr); }
  .flow { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .flow::before { left: 24px; right: auto; top: 8px; bottom: 8px; width: 2px; height: auto; }
  .flow__step { display: grid; grid-template-columns: 50px minmax(0, 1fr); column-gap: 16px; row-gap: 2px; padding: 0; align-items: start; }
  .flow__dot { grid-row: 1 / span 2; }
  .flow__t { padding-top: 4px; }
}
@media (max-width: 720px) {
  .hero__content { padding: 36px 0 24px; }
  .hero__media { min-height: 220px; }
  .hero--light .hero__content { padding: 36px 0 0; }
  .hero--light .hero__lead { max-width: none; }
  .hero__facts { padding-top: 20px; gap: 10px; }
  .fact { padding: 12px 14px; gap: 12px; }
  .fact > div { min-width: 0; overflow-wrap: break-word; }
  .day-grid { margin-top: 24px; }
  .day__t { font-size: 18px; }
  .day__demo { flex-wrap: wrap; }
  .features { gap: 16px; }
  .features__list { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .feature { padding: 14px 0; }
  .sectors { padding: 20px; gap: 20px; }
  .sectors .h2 { font-size: 28px !important; }
  .sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .sector { padding: 10px 12px; gap: 10px; }
  .sector__sw { width: 28px; height: 28px; border-radius: 8px; }
  .sector > span:last-child { min-width: 0; }
  .pwa { gap: 20px; }
  .pwa__demo { gap: 16px; }
  .phone { width: 200px; height: 360px; border-radius: 30px; }
  .icon-list { width: auto; flex: 1 1 0; min-width: 0; }
  .steps5 { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 20px; }
  .step5 { padding: 16px; }
  .engine { padding: 24px 20px; border-radius: 20px; gap: 20px; }
  .engine-card { padding: 16px; }
  .engine-card__head { gap: 8px; flex-wrap: wrap; }
  .engine-row { flex-wrap: wrap; }
  .engine-row span { min-width: 0; }
  .view { padding: 20px; }
  .view__head > div { min-width: 0; }
  .cmp { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .cmp__row { min-width: 620px; padding-left: 16px; padding-right: 16px; }
  .notes4 { grid-template-columns: minmax(0, 1fr); }
  .note4 > div { min-width: 0; }
  .legal-page table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .blog-article__body, .legal-page { overflow-wrap: break-word; }
  .footer-bottom > div:last-child { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .pwa__demo { flex-direction: column; align-items: center; }
  .icon-list { width: 100%; max-width: 320px; flex: none; }
}
@media (max-width: 480px) {
  .sector-grid { grid-template-columns: minmax(0, 1fr); }
  .view__list { grid-template-columns: minmax(0, 1fr); }
}

/* 404 */
.notfound { max-width: 640px; }
.notfound__links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
@media (max-width: 720px) {
  .notfound__links .btn { width: 100%; }
}
.biye-plan-note { font-size: 14px; line-height: 1.5; color: var(--biye-text); background: var(--biye-orange-tint); border-radius: 10px; padding: 12px 14px; margin: 0; }
