/* Shared module landing system */
.section-copy{max-width:760px;margin:10px auto 0;color:var(--muted);font-size:15px;line-height:1.8;font-weight:500}

.bw-modules-hero{
  background:
    radial-gradient(720px 340px at 8% 100%,rgba(56,189,248,.18),transparent 60%),
    radial-gradient(780px 420px at 96% 14%,rgba(59,130,246,.16),transparent 64%),
    linear-gradient(135deg,#0f1f6e 0%,#173787 26%,#1f49a8 52%,#2257a4 74%,#1b7fd8 100%);
}
.bw-modules-hero .hero-grid{
  align-items:center;
}
.bw-modules-hero__panel{
  display:grid;
  gap:14px;
}
.bw-modules-hero__card{
  padding:22px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 20px 48px rgba(2,6,23,.18);
}
.bw-modules-hero__card strong{
  display:block;
  margin-bottom:8px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.bw-modules-hero__card span{
  display:block;
  color:#fff;
  font:800 24px/1.2 'Plus Jakarta Sans',sans-serif;
}

.bw-modules-list{
  background:
    radial-gradient(640px 280px at 10% 12%,rgba(21,83,161,.05),transparent 60%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.bw-modules-list__head{
  max-width:760px;
  margin-bottom:22px;
}
.bw-modules-list__head .section-copy{
  margin-left:0;
  margin-right:0;
}
.bw-modules-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:start;
  justify-items:start;
}
.bw-modules-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid rgba(21,83,161,.10);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 46px rgba(15,23,42,.08);
  grid-column:span 1;
  max-width:296px;
}
.bw-modules-card__media{
  position:relative;
  margin:0;
  min-height:164px;
  overflow:hidden;
}
.bw-modules-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.bw-modules-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.30));
}
.bw-modules-card__badge{
  position:absolute;
  top:16px;
  left:16px;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--blue);
  border:1px solid rgba(255,255,255,.70);
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.bw-modules-card__body{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:16px;
  flex:1;
}
.bw-modules-card__meta span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(21,83,161,.08);
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.bw-modules-card h3{
  color:var(--text);
  font:900 20px/1.15 'Plus Jakarta Sans',sans-serif;
}
.bw-modules-card p{
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}
.bw-modules-card__list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.bw-modules-card__list li{
  position:relative;
  padding-left:18px;
  color:var(--text);
  font-size:14px;
  font-weight:700;
  line-height:1.55;
}
.bw-modules-card__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--amber);
  box-shadow:0 0 0 4px rgba(245,158,11,.18);
}
.bw-modules-card__actions{
  margin-top:auto;
  padding-top:6px;
}
.bw-modules-cta{
  background:
    linear-gradient(135deg,rgba(9,22,62,.88),rgba(18,75,145,.82)),
    url("../img/cta-arac-kiralama.jpg") center/cover no-repeat;
  border-color:rgba(255,255,255,.12);
  box-shadow:0 24px 60px rgba(10,22,64,.18);
}
.bw-modules-cta .section-label,
.bw-modules-cta .h2,
.bw-modules-cta .lead{color:#fff}
.bw-modules-cta .lead{color:rgba(255,255,255,.78)}

.bw-module-hero .hero-grid{align-items:center}
.bw-module-hero .hero-grid > *{min-width:0}
.bw-module-hero .lead{max-width:620px}
.bw-module-hero__facts{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.bw-module-hero__facts div{
  min-width:160px;
}
.bw-module-hero__facts strong{
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:900;
  margin-bottom:4px;
}
.bw-module-hero__facts span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:700;
}

.bw-module-showcase,
.bw-module-showcase .bw-module-hero-visual,
.bw-module-showcase .bw-module-hero-visual__panel,
.bw-module-showcase .bw-module-shot{min-width:0}
.bw-module-hero-visual{
  position:relative;
  min-height:560px;
  padding:56px 28px 22px 96px;
}
.bw-module-hero-visual__car{
  position:absolute;
  top:-18px;
  left:-34px;
  width:230px;
  aspect-ratio:1;
  border-radius:50%;
  overflow:hidden;
  border:8px solid rgba(255,255,255,.10);
  box-shadow:0 26px 60px rgba(2,6,23,.34);
  z-index:3;
}
.bw-module-hero-visual__car img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.bw-module-hero-visual__panel{
  position:relative;
  min-height:472px;
  padding:18px;
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 30px 80px rgba(4,8,28,.26);
}
.bw-module-hero-visual__panel::before{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:26px;
  background:
    linear-gradient(145deg,rgba(15,53,122,.12),rgba(27,124,214,.04)),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.bw-module-shot{
  position:relative;
  z-index:1;
  height:100%;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.bw-module-shot__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:6px 8px 0;
}
.bw-module-shot__bar span{
  color:rgba(11,18,32,.62);
  font-size:12px;
  font-weight:800;
}
.bw-module-shot__bar strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:32px;
  padding:0 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(37,99,235,.24);
  font-size:11px;
  letter-spacing:.04em;
}
.bw-module-shot img{
  width:100%;
  height:380px;
  object-fit:cover;
  object-position:left 22%;
  display:block;
  border-radius:22px;
  box-shadow:0 18px 40px rgba(15,23,42,.16);
}
.bw-module-hero-visual__admin{
  position:absolute;
  right:0;
  bottom:18px;
  width:min(288px,82%);
  padding:16px;
  border-radius:24px;
  background:linear-gradient(160deg,rgba(14,37,84,.95),rgba(29,78,216,.92));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 20px 46px rgba(10,22,64,.28);
  backdrop-filter:blur(14px);
  z-index:4;
}
.bw-module-hero-visual__admin > span{
  display:block;
  color:rgba(255,255,255,.74);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.bw-module-hero-visual__admin > strong{
  display:block;
  color:#fff;
  font-size:18px;
  font-weight:900;
  margin-bottom:12px;
}
.bw-module-hero-visual__admin img{
  width:100%;
  display:block;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 12px 28px rgba(2,6,23,.22);
}

.bw-module-value{
  position:relative;
  z-index:4;
  margin-top:-108px;
  padding-top:0;
}
.bw-module-value .container{
  background:#fff;
  border:1px solid rgba(226,232,240,.9);
  border-radius:32px;
  box-shadow:0 26px 70px rgba(15,23,42,.12);
  overflow:hidden;
}
.bw-module-value__intro{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:center;
  padding:32px 34px 0;
}
.bw-module-value__copy .section-copy{margin-left:0;margin-right:0;max-width:560px}
.bw-module-value__media{
  position:relative;
  margin:0;
  min-height:320px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 20px 46px rgba(15,23,42,.14);
}
.bw-module-value__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:contrast(1.04) saturate(1.02);
}
.bw-module-value__overlay{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(8,18,48,.14),rgba(8,18,48,.78));
  color:#fff;
}
.bw-module-value__overlay strong{
  display:block;
  font-size:18px;
  font-weight:900;
  margin-bottom:6px;
}
.bw-module-value__overlay span{
  display:block;
  font-size:13px;
  line-height:1.65;
  color:rgba(255,255,255,.82);
  font-weight:600;
}
.bw-module-value__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
  padding:0 34px 34px;
}
.bw-module-value__card{
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(21,83,161,.10);
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.bw-module-value__card strong{
  display:block;
  font:900 17px/1.25 'Plus Jakarta Sans',sans-serif;
  color:var(--text);
  margin-bottom:8px;
}
.bw-module-value__card span{display:block;color:var(--muted);font-size:14px;line-height:1.75;font-weight:500}

.bw-module-screen{
  background:
    radial-gradient(520px 240px at 88% 14%,rgba(21,83,161,.08),transparent 60%),
    linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%);
}
.bw-module-screen__shell{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:0;
  align-items:stretch;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 22px 48px rgba(15,23,42,.10);
  background:#dbe7ff;
}
.bw-module-screen__shell--reverse{
  grid-template-columns:.96fr 1.04fr;
}
.bw-module-screen__visual{
  min-width:0;
  padding:0;
}
.bw-module-screen__shot{
  margin:0;
  height:100%;
  border-radius:0;
  overflow:hidden;
  box-shadow:none;
  background:#0b1220;
}
.bw-module-screen__shot img,
.bw-module-screen__shot iframe{
  width:100%;
  height:100%;
  min-height:430px;
  display:block;
  border:0;
}
.bw-module-screen__shot img{
  object-fit:cover;
  object-position:left 18%;
}
.bw-module-screen__info{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:48px;
  background:linear-gradient(135deg,#102f7a 0%,#071b46 100%);
  color:#fff;
  border-radius:0;
}
.bw-module-screen__eyebrow{
  display:inline-block;
  margin-bottom:14px;
  color:#9ec5ff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.bw-module-screen__info .h2{
  color:#fff;
  margin-bottom:16px;
}
.bw-module-screen__lead{
  color:rgba(230,239,255,.82);
  font-size:16px;
  line-height:1.8;
  font-weight:500;
  margin-bottom:24px;
}
.bw-module-screen__stack{
  display:grid;
  gap:14px;
}
.bw-module-screen__feature{
  padding:16px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(8px);
}
.bw-module-screen__feature strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:17px;
  font-weight:900;
}
.bw-module-screen__feature span{
  display:block;
  color:rgba(230,239,255,.82);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}

.bw-module-features{
  padding-top:72px;
  background:
    radial-gradient(620px 280px at 12% 16%,rgba(37,99,235,.05),transparent 65%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.bw-module-features__head{
  max-width:760px;
  margin-bottom:26px;
}
.bw-module-features__head .section-label{margin-bottom:10px}
.bw-module-features__head .bw-module-text{
  max-width:620px;
  margin-top:14px;
}
.bw-module-features__accordion{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.bw-module-features__panel{
  border:1px solid rgba(21,83,161,.10);
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 18px 40px rgba(15,23,42,.06);
  overflow:hidden;
}
.bw-module-features__summary{
  list-style:none;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:start;
  padding:24px 22px 20px;
  cursor:pointer;
}
.bw-module-features__summary::-webkit-details-marker{display:none}
.bw-module-features__summary::after{
  content:"+";
  position:absolute;
  right:22px;
  top:28px;
  color:var(--amber2);
  font:700 26px/1 'DM Sans',sans-serif;
}
.bw-module-features__icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(245,158,11,.14),rgba(249,115,22,.20));
  color:var(--amber2);
  border:1px solid rgba(245,158,11,.22);
  box-shadow:0 12px 26px rgba(245,158,11,.16);
}
.bw-module-features__icon svg{
  width:28px;
  height:28px;
}
.bw-module-features__summary-copy h3{
  color:var(--text);
  font:900 22px/1.2 'Plus Jakarta Sans',sans-serif;
  margin-bottom:10px;
}
.bw-module-features__summary-copy p{
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}
.bw-module-features__body{
  display:grid;
  gap:12px;
  padding:0 22px 22px;
}
.bw-module-features__item{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(21,83,161,.03);
  border:1px solid rgba(21,83,161,.08);
}
.bw-module-features__item strong{
  display:block;
  margin-bottom:6px;
  color:var(--text);
  font-size:14px;
  font-weight:900;
}
.bw-module-features__item span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
  font-weight:500;
}
.bw-module-features__panel[open]{
  border-color:rgba(245,158,11,.22);
}
.bw-module-features__panel[open] .bw-module-features__summary::after{
  content:"-";
}
.bw-module-features__panel[open] .bw-module-features__icon{
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#fff;
  border-color:transparent;
  box-shadow:0 16px 32px rgba(249,115,22,.22);
}
.bw-module-features__panel[open] .bw-module-features__item{
  background:rgba(245,158,11,.04);
  border-color:rgba(245,158,11,.12);
}
@media(min-width:641px){
  .bw-module-features__summary{
    pointer-events:none;
  }
  .bw-module-features__summary::after{
    display:none;
  }
  .bw-module-features__body{
    display:grid !important;
  }
}

.bw-module-flow .section-label{color:var(--amber)}
.bw-module-flow .h2{color:#fff}
.bw-module-flow .section-head{margin-bottom:28px}
.bw-module-pricing__hero--flow{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:center;
  margin-bottom:0;
}
.bw-module-pricing__hero--flow .section-label{
  color:#9ec5ff;
}
.bw-module-pricing__hero--flow .section-copy{
  margin-left:0;
  margin-right:0;
  max-width:560px;
  color:rgba(255,255,255,.78);
}
.bw-module-pricing__hero--flow .h2{
  max-width:540px;
}
.bw-module-pricing__flow-card{
  padding:0;
  border-radius:0;
  background:none;
  border:0;
  box-shadow:none;
}
.bw-module-flow__track{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  position:relative;
}
.bw-module-flow__track::before{
  content:"";
  position:absolute;
  left:6%;
  right:6%;
  top:18px;
  height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,.34),rgba(255,255,255,.16));
}
.bw-module-flow__step{
  position:relative;
  padding-top:54px;
}
.bw-module-flow__step b{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:999px;
  margin-bottom:16px;
  background:#fff;
  color:var(--amber);
  font-weight:900;
  position:absolute;
  top:0;
  left:0;
  box-shadow:0 10px 20px rgba(1,10,34,.20);
}
.bw-module-flow__step h3{font:900 18px/1.25 'Plus Jakarta Sans',sans-serif;color:#fff;margin-bottom:8px}

.bw-module-pricing__hero{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  align-items:start;
  margin-bottom:18px;
}
.bw-module-pricing__copy .section-copy{margin-left:0;margin-right:0}
.bw-module-pricing__note{
  margin-top:12px;
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
  font-weight:500;
}
.bw-module-pricing__currencies{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.bw-module-pricing__currencies span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:68px;
  height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(21,83,161,.12);
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.bw-module-pricing__meter{
  padding:24px 22px;
  border-radius:28px;
  border:1px solid rgba(37,99,235,.14);
  box-shadow:0 24px 60px rgba(10,22,64,.14);
  --pct: 38%;
}
.bw-module-pricing__meter-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.bw-module-pricing__meter-top span{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
}
.bw-module-pricing__meter-total{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.14);
}
.bw-module-pricing__meter-total small{display:block;color:rgba(255,255,255,.70);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}
.bw-module-pricing__meter-total strong{display:block;color:#fff;font-size:30px;font-weight:900;line-height:1.1}
.bw-module-pricing__scene{
  position:relative;
  margin:16px 0 10px;
  padding-top:10px;
}
.bw-module-pricing__scene::before{
  content:"";
  display:block;
  height:12px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(37,99,235,.12),rgba(59,130,246,.18));
}
.bw-module-pricing__scene-stops{
  display:flex;
  justify-content:space-between;
  margin-bottom:8px;
  color:rgba(15,23,42,.42);
  font-size:10px;
  font-weight:800;
  letter-spacing:.03em;
}
.bw-module-pricing__car{
  position:absolute;
  left:var(--pct);
  top:-18px;
  width:84px;
  transform:translateX(-50%);
  transition:left .25s ease;
  filter:drop-shadow(0 12px 20px rgba(37,99,235,.16));
}
.bw-module-pricing__car svg{
  display:block;
  width:100%;
  height:auto;
}
.bw-module-pricing__meter-card{
  position:relative;
}
.bw-module-pricing__delta{
  display:inline-flex;
  align-items:center;
  margin-top:10px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(37,99,235,.10);
  color:#1553a1;
  font-size:11px;
  font-weight:800;
  line-height:1;
}
.bw-module-pricing__meter-card--total{
  text-align:left;
}
.bw-module-pricing__hint{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:16px;
  padding:14px 20px;
  border-radius:16px;
  background:rgba(245,158,11,.06);
  border:1px solid rgba(245,158,11,.16);
}
.bw-module-pricing__bars{
  display:flex;
  align-items:flex-end;
  gap:5px;
  flex-shrink:0;
}
.bw-module-pricing__bars b{
  display:block;
  width:10px;
  height:var(--h);
  border-radius:3px;
  background:linear-gradient(180deg,#fbbf24,#f97316);
  opacity:.80;
}
.bw-module-pricing__hint p{
  font-size:13px;
  font-weight:600;
  color:var(--muted);
  line-height:1.65;
}
.bw-module-pricing__explain{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  align-items:start;
  gap:14px;
  margin-bottom:16px;
}
.bw-module-pricing__explain-card{
  padding:20px 22px;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  border:1px solid rgba(21,83,161,.10);
  box-shadow:0 18px 38px rgba(15,23,42,.06);
}
.bw-module-pricing__explain-card--accent{
  background:linear-gradient(180deg,rgba(255,248,235,.72) 0%,#ffffff 100%);
  border-color:rgba(245,158,11,.20);
}
.bw-module-pricing__explain-card > span{
  display:block;
  margin-bottom:10px;
  color:var(--amber);
  font-size:11px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.bw-module-pricing__explain-card h3{
  font:900 20px/1.2 'Plus Jakarta Sans',sans-serif;
  color:var(--text);
  margin-bottom:10px;
}
.bw-module-pricing__explain-card p{
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}
.bw-module-pricing__inline-note{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(21,83,161,.10);
  font-size:13px !important;
  line-height:1.65 !important;
}
.bw-module-pricing__explain-card .bw-module-pricing__meter{
  margin-top:18px;
  box-shadow:0 18px 42px rgba(10,22,64,.16);
}
.bw-module-pricing__explain-card .bw-module-pricing__hint{
  margin:14px 0 0;
}

.bw-module-detail__shell{
  background:#dbe7ff;
}
.bw-module-detail__info .section-label{
  color:#9ec5ff;
}
.bw-module-detail__stack{
  gap:14px;
}
.bw-module-detail__stack .bw-module-screen__feature{
  position:relative;
  display:flex;
  align-items:center;
  min-height:26px;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  backdrop-filter:none;
}
.bw-module-detail__stack .bw-module-screen__feature strong{
  display:block;
  padding-left:18px;
  margin-bottom:0;
  font-size:15px;
  line-height:1.35;
}
.bw-module-detail__stack .bw-module-screen__feature strong::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--amber);
  box-shadow:0 0 0 4px rgba(245,158,11,.20);
}
.bw-module-detail__stack .bw-module-screen__feature span{
  display:none;
}
.bw-module-detail__shot{
  margin:0;
  height:100%;
  min-height:100%;
}
.bw-module-detail__shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:left 22%;
  display:block;
}
.bw-module-text{margin-top:12px;font-size:15px;line-height:1.8;font-weight:500}
.bw-module-faq{
  display:grid;
  grid-template-columns:minmax(280px,.4fr) minmax(0,.6fr);
  gap:28px;
  align-items:start;
}
.bw-module-faq .faq{
  width:100%;
  max-width:none;
  margin:0;
}
.bw-module-faq .faq-item{
  width:100%;
}
.bw-module-faq__intro{
  position:sticky;
  top:110px;
}
.bw-module-faq__intro .section-copy{
  margin-left:0;
  margin-right:0;
  max-width:460px;
}
.bw-module-faq__actions{
  margin-top:22px;
}
@media(max-width:980px){
  .bw-modules-hero .hero-grid{
    grid-template-columns:1fr;
  }
  .bw-module-value{margin-top:-86px}
  /* Hero grid 980px'de tek sütuna düşer; visual buna göre ayarlanmalı */
  .bw-module-hero-visual{
    min-height:auto;
    padding:120px 0 0;
  }
  .bw-module-hero-visual__car{
    top:0;
    left:50%;
    width:190px;
    transform:translateX(-50%);
  }
  .bw-module-hero-visual__panel{min-height:unset}
  .bw-module-hero-visual__admin{
    position:static;
    width:auto;
    margin:14px 10px 0;
  }
  .bw-module-value__intro,
  .bw-module-screen__shell,
  .bw-module-pricing__hero,
  .bw-module-faq,
  .bw-module-value__grid,
  .bw-module-features__accordion,
  .bw-module-flow__track,
    .bw-module-detail__grid{
      grid-template-columns:repeat(2,1fr);
    }
  .bw-module-pricing__hero{align-items:start}
  .bw-module-features__summary-copy h3{
    font-size:19px;
  }
  .bw-module-screen__info{
    padding:38px 34px;
  }
}

@media(max-width:820px){
  .bw-module-hero{padding-bottom:140px}
  .bw-module-value{margin-top:-64px}
  .bw-module-flow__track::before{display:none}
}

@media(max-width:640px){
  .section-copy{font-size:14px;line-height:1.75}
  .bw-modules-hero__card{
    padding:18px 20px;
    border-radius:20px;
  }
  .bw-modules-hero__card span{
    font-size:20px;
  }
  .bw-modules-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .bw-modules-card{
    max-width:none;
    border-radius:22px;
  }
  .bw-modules-card__media{
    min-height:170px;
  }
  .bw-modules-card__body{
    padding:18px 16px;
  }
  .bw-modules-card h3{
    font-size:20px;
  }
  .bw-module-hero{padding-bottom:118px}
  .bw-module-value{margin-top:-52px}
  .bw-module-value .container{border-radius:24px}
  .bw-module-value__intro{grid-template-columns:1fr;padding:24px 18px 0}
  .bw-module-value__grid{padding:0 18px 18px}
  .bw-module-value__card{
    padding:18px;
    border-radius:18px;
  }
  .bw-module-value__media{
    min-height:0;
    aspect-ratio:4 / 3;
    border-radius:22px;
  }
  .bw-module-value__media img{
    object-position:center;
  }
  .bw-module-value__overlay{
    left:14px;
    right:14px;
    bottom:14px;
    padding:14px;
    border-radius:16px;
  }
  .bw-module-value__overlay strong{
    font-size:16px;
    line-height:1.2;
    margin-bottom:5px;
  }
  .bw-module-value__overlay span{
    font-size:12px;
    line-height:1.55;
  }
  .bw-module-screen__shell,
  .bw-module-pricing__hero,
  .bw-module-faq,
  .bw-module-flow__track,
  .bw-module-value__grid,
  .bw-module-features__accordion{
    grid-template-columns:1fr;
  }
  .bw-modules-grid{
    grid-template-columns:1fr;
  }
  .bw-module-faq__intro{
    position:static;
  }
  .bw-module-screen__info{
    padding:28px 22px;
  }
  .bw-module-screen__lead{
    font-size:14px;
    line-height:1.75;
    margin-bottom:18px;
  }
  .bw-module-screen__feature{
    padding:14px 14px;
    border-radius:16px;
  }
  .bw-module-features__accordion{
    gap:12px;
  }
  .bw-module-screen__shell{
    border-radius:22px;
  }
  .bw-module-features__panel{
    border-radius:20px;
  }
  .bw-module-features__summary{
    grid-template-columns:56px 1fr;
    gap:14px;
    padding:18px 18px 16px;
  }
  .bw-module-features__summary::after{
    right:18px;
    top:22px;
  }
  .bw-module-features__icon{
    width:56px;
    height:56px;
    border-radius:18px;
  }
  .bw-module-features__icon svg{
    width:24px;
    height:24px;
  }
  .bw-module-features__body{
    display:none;
    padding:0 18px 18px;
  }
  .bw-module-features__panel[open] .bw-module-features__body{
    display:grid;
  }
  .bw-module-pricing__strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .bw-module-pricing__explain{
    grid-template-columns:1fr;
    gap:10px;
  }
  .bw-module-pricing__explain-card{
    padding:16px 16px 14px;
    border-radius:18px;
  }
  .bw-module-pricing__explain-card h3{
    font-size:16px;
  }
  .bw-module-pricing__explain-card p{
    font-size:13px;
    line-height:1.65;
  }
  .bw-module-pricing__inline-note{
    margin-top:12px;
    padding-top:12px;
    font-size:12px !important;
  }
  .bw-module-pricing__hero{
    gap:14px;
    margin-bottom:16px;
  }
  .bw-module-pricing__hero--flow{
    gap:18px;
  }
  .bw-module-pricing__flow-card{
    padding:0;
    border-radius:0;
  }
  .bw-module-pricing__currencies{
    gap:8px;
    margin-top:14px;
  }
  .bw-module-pricing__currencies span{
    min-width:58px;
    height:34px;
    padding:0 12px;
    font-size:11px;
  }
  .bw-module-pricing__meter{
    padding:18px 16px;
    border-radius:22px;
  }
  .bw-module-pricing__scene{
    margin:12px 0 8px;
  }
  .bw-module-pricing__scene-stops{
    font-size:9px;
  }
  .bw-module-pricing__car{
    width:68px;
    top:-14px;
  }
  .bw-module-pricing__meter-top{
    font-size:12px;
  }
  .bw-module-pricing__meter-top span{
    padding:5px 9px;
  }
  .bw-module-pricing__meter-total{
    margin-top:18px;
    padding-top:16px;
  }
  .bw-module-pricing__hint{
    gap:12px;
    margin-bottom:12px;
    padding:10px 12px;
    border-radius:12px;
  }
  .bw-module-pricing__hint p{
    font-size:11px;
    line-height:1.6;
  }
  .bw-module-pricing__delta{
    margin-top:8px;
    padding:5px 8px;
    font-size:10px;
  }
  .bw-module-hero__facts{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .bw-module-hero__facts div{
    min-width:0;
  }
  .bw-module-shot img{height:250px}
  .bw-module-screen__shot img,
  .bw-module-screen__shot iframe{
    min-height:260px;
    height:260px;
  }
  .bw-module-flow__track{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }
  .bw-module-flow__step{
    padding:14px 12px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
  }
  .bw-module-flow__step b{
    position:static;
    margin-bottom:10px;
    width:32px;
    height:32px;
  }
  .bw-module-flow__step h3{
    font-size:16px;
    margin-bottom:0;
  }
  .bw-module-detail__shot img{min-height:240px}
  .bw-module-features__summary-copy h3{
    font-size:18px;
  }
  .bw-module-features__summary-copy p,
  .bw-module-features__item strong,
  .bw-module-features__item span{
    font-size:13px;
  }
}

@media(max-width:420px){
  .bw-module-pricing__explain-card{
    padding:14px 14px 13px;
  }
  .bw-module-pricing__explain-card h3{
    font-size:15px;
  }
  .bw-module-pricing__explain-card p{
    font-size:12px;
  }
  .bw-module-flow__track{
    grid-template-columns:1fr;
  }
}
