/* Why Choose Mapiles? */
.feature-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px 26px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: none;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: inherit;
}

.feature-title {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.feature-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.feature-title a:hover {
    color: #0066cc;
}

.feature-description {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 24px;
}

.section-title {
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/* Illustration box */
.feature-illustration {
    position: relative;
    height: 132px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    overflow: hidden;
    margin-top: 4px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.feature-illustration span {
    position: absolute;
    display: block;
}

.feature-illustration .blob {
    background: rgba(0, 133, 255, 0.06);
    border-radius: 50%;
}

.feature-illustration .blob-left {
    width: 78px;
    height: 78px;
    left: -18px;
    top: -12px;
}

.feature-illustration .blob-right {
    width: 92px;
    height: 92px;
    right: -25px;
    bottom: -28px;
    background: rgba(255, 184, 0, 0.08);
}

/* shared soft card elements */
.feature-illustration .panel,
.feature-illustration .calendar-card,
.feature-illustration .building,
.feature-illustration .bar {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(20, 35, 90, 0.08);
}

/* AI illustration */
.illustration-ai .main-panel {
    width: 110px;
    height: 68px;
    border-radius: 16px;
    left: 72px;
    top: 34px;
}

.illustration-ai .small-panel {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    left: 38px;
    top: 48px;
    background: rgba(255, 255, 255, 0.72);
    transform: rotate(-8deg);
}

.illustration-ai .line {
    height: 6px;
    border-radius: 999px;
    background: #d6deea;
    left: 94px;
}

.illustration-ai .line-1 {
    width: 50px;
    top: 54px;
}

.illustration-ai .line-2 {
    width: 64px;
    top: 68px;
}

.illustration-ai .line-3 {
    width: 42px;
    top: 82px;
}

.illustration-ai .accent-dot {
    width: 16px;
    height: 16px;
    right: 28px;
    top: 26px;
    border-radius: 50%;
    background: #f4b32b;
    box-shadow: 0 0 0 6px rgba(244, 179, 43, 0.18);
}

/* Ranking illustration */
.illustration-rank .bar {
    bottom: 24px;
    width: 42px;
    border-radius: 12px 12px 8px 8px;
}

.illustration-rank .bar-1 {
    height: 42px;
    left: 56px;
}

.illustration-rank .bar-2 {
    height: 70px;
    left: 105px;
}

.illustration-rank .bar-3 {
    height: 54px;
    left: 154px;
}

.illustration-rank .star-badge {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    left: 104px;
    top: 24px;
    background: linear-gradient(135deg, #37B34A, #66d17a);
    box-shadow: 0 10px 20px rgba(55, 179, 74, 0.24);
}

.illustration-rank .star-badge::before {
    content: "★";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.illustration-rank .base-line {
    width: 150px;
    height: 6px;
    left: 48px;
    bottom: 18px;
    border-radius: 999px;
    background: #dbe4ef;
}

/* Developer illustration */
.illustration-dev .building {
    bottom: 20px;
    border-radius: 14px 14px 6px 6px;
}

.illustration-dev .building-1 {
    width: 44px;
    height: 58px;
    left: 48px;
}

.illustration-dev .building-2 {
    width: 58px;
    height: 84px;
    left: 98px;
}

.illustration-dev .building-3 {
    width: 42px;
    height: 46px;
    left: 166px;
}

.illustration-dev .window-set {
    background-image:
        radial-gradient(circle, #d4dceb 42%, transparent 44%);
    background-size: 12px 12px;
    background-repeat: repeat;
}

.illustration-dev .windows-1 {
    width: 24px;
    height: 30px;
    left: 58px;
    bottom: 34px;
}

.illustration-dev .windows-2 {
    width: 34px;
    height: 50px;
    left: 110px;
    bottom: 34px;
}

.illustration-dev .windows-3 {
    width: 22px;
    height: 22px;
    left: 176px;
    bottom: 32px;
}

/* Calendar illustration */
.illustration-calendar .calendar-card {
    width: 116px;
    height: 78px;
    border-radius: 16px;
    left: 74px;
    top: 28px;
}

.illustration-calendar .calendar-top {
    width: 116px;
    height: 18px;
    border-radius: 16px 16px 0 0;
    left: 74px;
    top: 28px;
    background: rgba(249, 115, 22, 0.16);
}

.illustration-calendar .calendar-ring {
    width: 10px;
    height: 18px;
    border-radius: 999px;
    background: #f97316;
    top: 18px;
}

.illustration-calendar .ring-1 {
    left: 102px;
}

.illustration-calendar .ring-2 {
    left: 148px;
}

.illustration-calendar .tick {
    height: 5px;
    background: #f97316;
    border-radius: 999px;
    transform-origin: left center;
}

.illustration-calendar .tick-1 {
    width: 14px;
    left: 110px;
    top: 72px;
    transform: rotate(45deg);
}

.illustration-calendar .tick-2 {
    width: 26px;
    left: 120px;
    top: 80px;
    transform: rotate(-45deg);
}

.illustration-calendar .mini-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.22);
}

.illustration-calendar .dot-1 {
    left: 52px;
    top: 78px;
}

.illustration-calendar .dot-2 {
    right: 34px;
    top: 42px;
}

/* responsive */
@media (max-width: 991px) {
    .feature-card {
        padding: 34px 24px 22px;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-illustration {
        height: 120px;
    }
}

/* Tab Button */
.custom-nav-pills {
    background: transparent;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid #37B34A;
}

.custom-nav-pills .nav-link {
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    font-weight: 500;
    color: #6c757d;
    background: transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
    position: relative;
    border-bottom: 2px solid transparent;
}

.custom-nav-pills .nav-link:hover {
    color: #495057;
    background: rgba(0, 0, 0, 0.02);
}

.custom-nav-pills .nav-link.active {
    background: transparent;
    color: #212529;
    border-bottom-color: #212529;
    font-weight: 600;
}

.custom-nav-pills .nav-link.active:hover {
    color: #212529;
}

@media (max-width: 768px) {
    .custom-nav-pills {
        width: 100%;
        justify-content: center;
    }
    
    .custom-nav-pills .nav-link {
        padding: 10px 16px;
        font-size: 14px;
    }
}

/* Trusted Developers */
.developer-card {
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.developer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.developer-logo {
  height: 50px;
  object-fit: contain;
  max-width: 100%;
}

.rating i {
  font-size: 0.9rem;
  margin-right: 1px;
}

.rating small {
  font-size: 0.75rem;
  margin-left: 3px;
}

/* CTA */
.cta-minimal {
  background: #f8fafc;
  color: #111;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.cta-minimal h2 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.cta-minimal p {
  color: #374151;
  margin-bottom: 1.5rem;
}

.cta-minimal .text-highlight {
  color: #02A4FF;
}

.cta-minimal .btn {
  border-radius: 8px;
  transition: all 0.25s ease;
}

/* Gradient Button */
.cta-minimal .btn-gradient {
  background: linear-gradient(90deg, #02A4FF, #00CFFF);
  color: #fff;
  border: none;
}

.cta-minimal .btn-gradient:hover {
  background: linear-gradient(90deg, #0096E6, #00B8E6);
  color: #fff;
}

.cta-minimal .btn-outline-dark:hover {
  background: #111;
  color: #fff;
}




