/* Gunun Rotasi - sadece DailyRoute sayfasi */
section.page-odito-detail.page-daily-route {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 320px);
}

section.page-odito-detail.page-daily-route > .container {
  max-width: 1280px;
}

section.page-odito-detail.page-daily-route .upperPagination {
  margin-bottom: 8px;
}

section.page-odito-detail.page-daily-route .dr-hero {
  display: grid;
  grid-template-columns: minmax(340px, 460px) 340px minmax(260px, 300px);
  justify-content: center;
  gap: 48px 40px;
  align-items: start;
  max-width: 1180px;
  margin: 48px auto 80px;
}

section.page-odito-detail.page-daily-route .dr-hero-left {
  max-width: 460px;
  padding-top: 4px;
}

section.page-odito-detail.page-daily-route .dr-hero-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

section.page-odito-detail.page-daily-route .dr-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #0a1b39;
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

section.page-odito-detail.page-daily-route .dr-hero-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

section.page-odito-detail.page-daily-route .dr-hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #139fee;
  margin: 0 0 16px;
  line-height: 1.35;
}

section.page-odito-detail.page-daily-route .dr-hero-desc {
  font-size: 15px;
  color: #5b6b7a;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 440px;
}

section.page-odito-detail.page-daily-route .dr-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 12px;
}

section.page-odito-detail.page-daily-route .dr-highlight {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

section.page-odito-detail.page-daily-route .dr-highlight-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #e8f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.page-odito-detail.page-daily-route .dr-highlight-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}

section.page-odito-detail.page-daily-route .dr-highlight-text strong {
  font-size: 14px;
  color: #0a3d8f;
  font-weight: 700;
  line-height: 1.3;
}

section.page-odito-detail.page-daily-route .dr-highlight-text span {
  font-size: 13px;
  color: #5b6b7a;
  line-height: 1.45;
}

section.page-odito-detail.page-daily-route .dr-hero-center {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
}

section.page-odito-detail.page-daily-route .dr-hero-center::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 159, 238, 0.16) 0%, rgba(19, 159, 238, 0.06) 42%, transparent 70%);
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Phone mockup — mevcut hali korunuyor */
.dr-phone {
  position: relative;
  z-index: 1;
  width: 340px;
  background: linear-gradient(160deg, #3a3a3a 0%, #151515 55%, #0a0a0a 100%);
  border-radius: 40px;
  padding: 10px 10px 12px;
  box-shadow: 0 32px 80px rgba(19, 159, 238, 0.2), 0 16px 48px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dr-phone-notch {
  width: 96px;
  height: 6px;
  background: #444;
  border-radius: 3px;
  margin: 0 auto 8px;
}

.dr-phone-screen {
  background: #f5f7fa;
  border-radius: 28px;
  overflow: hidden;
  font-family: "Rubik", sans-serif;
  font-size: 11px;
}

.dr-app-header {
  background: #139fee;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 13px;
}

.dr-app-back {
  font-size: 20px;
  line-height: 1;
  opacity: 0.92;
}

.dr-app-refresh {
  display: flex;
  align-items: center;
}

.dr-app-stats {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  background: #fff;
  border-bottom: 1px solid #eef2f5;
}

.dr-app-stat {
  flex: 1;
  background: #f0f7fc;
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
}

.dr-app-stat strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.2;
}

.dr-app-stat span {
  display: block;
  font-size: 9px;
  color: #566772;
  margin-top: 3px;
}

.dr-app-map {
  position: relative;
  height: 128px;
  overflow: hidden;
}

.dr-app-map-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #dcefd4 0%, #c5dce8 35%, #e4dcc8 65%, #d2e8d4 100%);
}

.dr-app-map-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 20px 20px;
}

.dr-app-map-route {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.dr-app-chips {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 3;
}

.dr-app-chip {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  padding: 5px 8px;
  font-size: 9px;
  color: #566772;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.dr-app-map-pins {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.dr-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
}

.dr-pin--done {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #28a745;
}

.dr-pin--current {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #139fee;
}

.dr-pin--next {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f5a623;
}

.dr-app-locate {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.dr-app-actions {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  background: #fff;
}

.dr-app-btn {
  flex: 1;
  border-radius: 10px;
  padding: 7px 8px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: default;
  white-space: nowrap;
  font-family: inherit;
}

.dr-app-btn--outline {
  background: #fff;
  color: #139fee;
  border: 1.5px solid #139fee;
}

.dr-app-btn--primary {
  background: #139fee;
  color: #fff;
  border: none;
}

.dr-app-list {
  padding: 8px 10px 10px;
  background: #eef1f5;
  max-height: 210px;
  overflow: hidden;
}

.dr-app-section {
  margin-bottom: 10px;
}

.dr-app-section-label {
  display: block;
  font-size: 9px;
  font-weight: 600;
  margin-bottom: 6px;
}

.dr-app-section-label--current {
  color: #f5a623;
}

.dr-app-section-label--drag {
  color: #139fee;
}

.dr-app-section-label--done {
  color: #28a745;
}

.dr-app-card {
  background: #fff;
  border-radius: 10px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  border-left: 3px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.dr-app-card--current {
  border-left-color: #f5a623;
}

.dr-app-card--next {
  border-left-color: #28a745;
}

.dr-app-card--done {
  border-left-color: #28a745;
  opacity: 0.9;
}

.dr-app-card-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dr-app-card-icon--current {
  background: #fff5e6;
}

.dr-app-card-icon--next {
  background: #28a745;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.dr-app-card-icon--done {
  background: #28a745;
}

.dr-app-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dr-app-card-body strong {
  font-size: 10px;
  color: #1e3a5f;
  font-weight: 700;
}

.dr-app-card-body span {
  font-size: 8px;
  color: #566772;
  line-height: 1.45;
}

.dr-app-card-badge {
  font-size: 8px;
  font-weight: 600;
  color: #28a745;
  display: block;
}

.dr-app-card-badge--done {
  color: #28a745;
}

.dr-app-card-arrow--current {
  color: #f5a623;
  font-size: 9px;
  flex-shrink: 0;
}

.dr-app-card-drag {
  color: #ccc;
  font-size: 11px;
  flex-shrink: 0;
  line-height: 1;
}

section.page-odito-detail.page-daily-route .dr-hero-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 4px;
}

section.page-odito-detail.page-daily-route .dr-side-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
}

section.page-odito-detail.page-daily-route .dr-side-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #0a1b39;
  margin: 0 0 16px;
}

section.page-odito-detail.page-daily-route .dr-status-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eef2f5;
}

section.page-odito-detail.page-daily-route .dr-status-item:first-child {
  padding-top: 0;
}

section.page-odito-detail.page-daily-route .dr-status-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

section.page-odito-detail.page-daily-route .dr-status-item strong {
  display: block;
  font-size: 14px;
  color: #0a1b39;
  font-weight: 700;
  margin-bottom: 4px;
}

section.page-odito-detail.page-daily-route .dr-status-item span {
  font-size: 12px;
  color: #6b7c8a;
  line-height: 1.5;
  display: block;
}

section.page-odito-detail.page-daily-route .dr-status-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.page-odito-detail.page-daily-route .dr-status-icon--waiting {
  background: #e8f3ff;
}

section.page-odito-detail.page-daily-route .dr-status-icon--active {
  background: #fff5e6;
}

section.page-odito-detail.page-daily-route .dr-status-icon--done {
  background: #e8f8ee;
}

section.page-odito-detail.page-daily-route .dr-nav-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 500;
  color: #0a1b39;
  border-bottom: 1px solid #eef2f5;
}

section.page-odito-detail.page-daily-route .dr-nav-option:last-child {
  border-bottom: none;
}

section.page-odito-detail.page-daily-route .dr-nav-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

section.page-odito-detail.page-daily-route .dr-nav-icon--google {
  background: #fff;
  color: #4285f4;
  border: 1px solid #eee;
}

section.page-odito-detail.page-daily-route .dr-nav-icon--yandex {
  background: #fc3f1d;
  color: #fff;
}

section.page-odito-detail.page-daily-route .dr-nav-icon--apple {
  background: #f5f5f5;
}

section.page-odito-detail.page-daily-route .dr-nav-icon--browser {
  background: #e8f3ff;
}

section.page-odito-detail.page-daily-route .dr-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto 48px;
  padding-top: 8px;
  max-width: 1180px;
}

section.page-odito-detail.page-daily-route .dr-feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

section.page-odito-detail.page-daily-route .dr-feature-card:hover {
  box-shadow: 0 8px 28px rgba(19, 159, 238, 0.1);
  transform: translateY(-2px);
}

section.page-odito-detail.page-daily-route .dr-feature-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0a1b39;
  margin: 0 0 8px;
  line-height: 1.35;
}

section.page-odito-detail.page-daily-route .dr-feature-card p {
  font-size: 13px;
  color: #6b7c8a;
  line-height: 1.6;
  margin: 0;
}

section.page-odito-detail.page-daily-route .dr-feature-body {
  flex: 1;
  min-width: 0;
}

section.page-odito-detail.page-daily-route .dr-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e8f3ff;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  section.page-odito-detail.page-daily-route .dr-hero {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    justify-content: stretch;
    max-width: none;
  }

  section.page-odito-detail.page-daily-route .dr-hero-left {
    grid-column: 1 / -1;
    max-width: none;
  }

  section.page-odito-detail.page-daily-route .dr-hero-center {
    grid-column: 1;
  }

  section.page-odito-detail.page-daily-route .dr-hero-right {
    grid-column: 2;
  }

  section.page-odito-detail.page-daily-route .dr-features {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}

@media (max-width: 767px) {
  section.page-odito-detail.page-daily-route .dr-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  section.page-odito-detail.page-daily-route .dr-hero-center,
  section.page-odito-detail.page-daily-route .dr-hero-right {
    grid-column: 1;
  }

  section.page-odito-detail.page-daily-route .dr-hero-title {
    font-size: 30px;
  }

  section.page-odito-detail.page-daily-route .dr-hero-subtitle {
    font-size: 18px;
  }

  section.page-odito-detail.page-daily-route .dr-features {
    grid-template-columns: 1fr;
  }

  section.page-odito-detail.page-daily-route .dr-highlights {
    grid-template-columns: 1fr;
  }

  .dr-phone {
    width: 300px;
    margin: 0 auto;
  }
}


.page-features-detail .step6 .detail-text {
  margin-top: 0;
  padding-bottom: 20px;
}

.page-features-detail .dr-feat-copy {
  max-width: none;
}

.page-features-detail .dr-feat-title {
  color: #139fee;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.25;
}

.page-features-detail .dr-feat-subtitle {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.45;
}

.page-features-detail .dr-feat-desc {
  color: #566772;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 24px;
}

.page-features-detail .step6.features-has-image .content-detail .row {
  align-items: flex-start;
}

.page-features-detail .dr-feat-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.page-features-detail .dr-feat-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 12px;
  padding: 14px 14px 14px 12px;
  box-shadow: 0 1px 4px rgba(10, 27, 57, 0.04);
}

.page-features-detail .dr-feat-highlight-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-features-detail .dr-feat-highlight-text strong {
  display: block;
  font-size: 14px;
  color: #139fee;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

.page-features-detail .dr-feat-highlight-text span {
  display: block;
  font-size: 13px;
  color: #5b6b7a;
  line-height: 1.45;
}

.page-features-detail .dr-feat-maps-title {
  font-size: 15px;
  font-weight: 700;
  color: #0a1b39;
  margin: 0 0 12px;
}

.page-features-detail .dr-feat-maps-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 22px;
}

.page-features-detail .dr-feat-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #0a1b39;
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 12px;
  padding: 10px 6px 8px;
  min-height: 76px;
}

.page-features-detail .dr-nav-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.page-features-detail .dr-nav-icon--google {
  background: #fff;
  color: #4285f4;
  border: 1px solid #eee;
}

.page-features-detail .dr-nav-icon--yandex {
  background: #fc3f1d;
  color: #fff;
}

.page-features-detail .dr-nav-icon--apple {
  background: #f5f5f5;
}

.page-features-detail .dr-nav-icon--browser {
  background: #e8f3ff;
}

.page-features-detail .dr-feat-how {
  background: #f3f9fd;
  border-radius: 14px;
  padding: 16px 14px 18px;
  margin-bottom: 14px;
}

.page-features-detail .dr-feat-how-title {
  font-size: 15px;
  font-weight: 700;
  color: #0a1b39;
  margin: 0 0 16px;
}

.page-features-detail .dr-feat-how-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  position: relative;
}

.page-features-detail .dr-feat-how-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-features-detail .dr-feat-how-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #139fee;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.page-features-detail .dr-feat-how-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 26px;
  right: -8px;
  border-top: 1.5px dashed #b7d7ef;
  z-index: 0;
}

.page-features-detail .dr-feat-how-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(19, 159, 238, 0.12);
}

.page-features-detail .dr-feat-how-step strong {
  display: block;
  font-size: 13px;
  color: #0a1b39;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
}

.page-features-detail .dr-feat-how-step span:last-child {
  font-size: 12px;
  color: #5b6b7a;
  line-height: 1.4;
}

.page-features-detail .dr-feat-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #eaf6fd;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  color: #0a1b39;
  line-height: 1.5;
}

.page-features-detail .dr-feat-tip-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-features-detail .dr-route-phone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0;
}

.page-features-detail .dr-route-phone::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 159, 238, 0.16) 0%, rgba(19, 159, 238, 0.05) 45%, transparent 70%);
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.page-features-detail .dr-route-phone .dr-phone {
  width: 268px;
  margin: 0 auto;
  transform: none;
  z-index: 1;
}

.page-features-detail .dr-route-phone .dr-app-map {
  height: 124px;
}

.page-features-detail .dr-route-phone .dr-app-list {
  max-height: 205px;
}

.page-features-detail .dr-route-phone .dr-app-list .dr-app-section:last-child .dr-app-card:last-child {
  display: none;
}

@media (max-width: 767px) {
  .page-features-detail .dr-feat-highlights {
    grid-template-columns: 1fr;
  }

  .page-features-detail .dr-feat-maps-row,
  .page-features-detail .dr-feat-how-steps {
    grid-template-columns: 1fr 1fr;
  }

  .page-features-detail .dr-feat-how-step:not(:last-child)::after {
    display: none;
  }

  .page-features-detail .dr-route-phone .dr-phone {
    width: 240px;
  }
}
