/* DanaLancar App page */
:root {
    --dl-blue-deep: #1a4fc9;
    --dl-blue: #2b70e4;
    --dl-blue-light: #4d9bff;
    --dl-purple: #6b4fd9;
    --dl-gradient: linear-gradient(135deg, #1a4fc9 0%, #2b70e4 45%, #5b7ef0 75%, #7b5ce8 100%);
    --dl-gradient-soft: linear-gradient(180deg, #e8f2ff 0%, #f8fbff 100%);
    --dl-text-on-blue: #ffffff;
    --dl-card-shadow: 0 12px 40px rgba(26, 79, 201, 0.12);
    --dl-radius: 16px;
    --dl-radius-lg: 24px;
}

.ptpintar-app-page main {
    padding-top: 80px;
}

/* Hero — CSS layout, no background image */
.dl-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(105deg, #3d8bff 0%, #2b70e4 42%, #1e5fd4 100%);
    padding: 3rem 0 3.5rem;
    min-height: 520px;
}

.dl-hero-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.dl-sparkle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.55;
    clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);
}

.dl-sparkle-1 { top: 18%; left: 12%; }
.dl-sparkle-2 { top: 42%; left: 28%; width: 8px; height: 8px; opacity: 0.4; }
.dl-sparkle-3 { top: 24%; right: 38%; }

.dl-confetti {
    position: absolute;
    width: 14px;
    height: 8px;
    border-radius: 2px;
    opacity: 0.7;
}

.dl-confetti-1 {
    top: 14%;
    right: 22%;
    background: #f5d547;
    transform: rotate(-25deg);
}

.dl-confetti-2 {
    top: 32%;
    left: 8%;
    background: #c9b8ff;
    transform: rotate(18deg);
}

.dl-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.dl-hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: var(--dl-text-on-blue);
}

.dl-hero-top-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dl-hero-brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.dl-hero-brand-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
}

.dl-hero-headline {
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    margin: 0;
    max-width: 520px;
}

.dl-hero-pill {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.75rem 1.1rem;
    max-width: 520px;
    background: linear-gradient(90deg, rgba(107, 79, 217, 0.85) 0%, rgba(43, 112, 228, 0.75) 100%);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
}

.dl-hero-pill-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    flex-shrink: 0;
    object-fit: contain;
}

.dl-hero-pill p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #fff;
    opacity: 0.95;
}

.dl-hero-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    max-width: 520px;
    background: linear-gradient(135deg, rgba(26, 55, 140, 0.75) 0%, rgba(90, 60, 180, 0.65) 100%);
    border-radius: var(--dl-radius);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
}

.dl-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.dl-brand-text {
    color: var(--dl-text-on-blue);
    min-width: 0;
}

.dl-tagline {
    display: block;
    font-size: 0.8rem;
    opacity: 0.9;
    margin-bottom: 0.2rem;
    letter-spacing: 0.02em;
}

.dl-hero-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #fff;
    line-height: 1.25;
}

.dl-lead {
    font-size: 0.9rem;
    opacity: 0.92;
    margin: 0;
    line-height: 1.5;
}

.dl-hero-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.dl-hero-phone {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 30, 90, 0.35));
    border-radius: 20px;
}

/* Intro */
.dl-intro {
    padding: 5rem 0;
    background: var(--dl-gradient-soft);
}

.dl-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.dl-intro-copy h2 {
    color: var(--dl-blue-deep);
    margin-bottom: 1.25rem;
}

.dl-intro-copy p {
    color: var(--ptpintar-text-light);
    font-size: 1.05rem;
    line-height: 1.75;
}

.dl-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.75rem;
}

.dl-intro-visual img {
    width: 100%;
    border-radius: var(--dl-radius-lg);
    box-shadow: var(--dl-card-shadow);
}

/* Buttons */
.dl-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    font-size: 0.95rem;
}

.dl-btn-primary {
    background: var(--dl-gradient);
    color: #fff;
    box-shadow: 0 6px 20px rgba(43, 112, 228, 0.35);
}

.dl-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(43, 112, 228, 0.45);
    color: #fff;
}

.dl-btn-outline {
    border: 2px solid var(--dl-blue);
    color: var(--dl-blue);
    background: transparent;
}

.dl-btn-outline:hover {
    background: var(--dl-blue);
    color: #fff;
}

.dl-btn-block {
    display: block;
    text-align: center;
    width: 100%;
}

/* Section headers */
.dl-section-head {
    text-align: center;
    margin-bottom: 3rem;
}

.dl-section-head h2 {
    color: var(--dl-blue-deep);
    margin-bottom: 0.75rem;
}

.dl-section-head p {
    color: var(--ptpintar-text-light);
    margin: 0;
}

.dl-section-head-light h2,
.dl-section-head-light p {
    color: #fff;
}

/* Advantages */
.dl-features {
    padding: 5rem 0;
    background: #fff;
}

.dl-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.dl-advantage-card {
    padding: 2rem;
    border-radius: var(--dl-radius);
    background: #fff;
    border: 1px solid #e3edfc;
    box-shadow: var(--dl-card-shadow);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.dl-advantage-card:hover {
    transform: translateY(-4px);
    border-color: var(--dl-blue-light);
}

.dl-advantage-num {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--dl-blue);
    background: #e8f2ff;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.dl-advantage-card h3 {
    color: var(--dl-blue-deep);
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.dl-advantage-card p {
    color: var(--ptpintar-text-light);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
}

/* Showcase */
.dl-showcase {
    padding: 4rem 0 5rem;
    background: var(--dl-gradient-soft);
}

.dl-showcase-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}

.dl-showcase-row:last-child {
    margin-bottom: 0;
}

.dl-showcase-row-reverse {
    direction: rtl;
}

.dl-showcase-row-reverse > * {
    direction: ltr;
}

.dl-showcase-img img {
    width: 100%;
    border-radius: var(--dl-radius-lg);
    box-shadow: var(--dl-card-shadow);
}

.dl-showcase-text h3 {
    color: var(--dl-blue-deep);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.dl-showcase-text p {
    color: var(--ptpintar-text-light);
    line-height: 1.75;
    margin: 0;
}

/* Process */
.dl-process {
    padding: 5rem 0;
    background: var(--dl-gradient);
}

.dl-steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.dl-step {
    text-align: center;
    color: #fff;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--dl-radius);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.dl-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: var(--dl-blue);
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.dl-step h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: #fff;
}

.dl-step p {
    font-size: 0.95rem;
    opacity: 0.92;
    margin: 0;
    line-height: 1.6;
}

/* Loan info */
.dl-loan-info {
    padding: 5rem 0;
    background: #fff;
}

.dl-loan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.dl-loan-stat {
    padding: 1.75rem;
    border-radius: var(--dl-radius);
    background: linear-gradient(145deg, #f0f6ff 0%, #fff 100%);
    border: 1px solid #d6e6ff;
    text-align: center;
}

.dl-loan-stat-wide {
    grid-column: 1 / -1;
}

.dl-loan-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dl-blue);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.dl-loan-value {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dl-blue-deep);
    line-height: 1.4;
}

/* Example */
.dl-example {
    padding: 4rem 0 5rem;
    background: var(--dl-gradient-soft);
}

.dl-example-card {
    background: #fff;
    border-radius: var(--dl-radius-lg);
    padding: 2.5rem;
    box-shadow: var(--dl-card-shadow);
    border: 1px solid #e3edfc;
}

.dl-example-card h2 {
    color: var(--dl-blue-deep);
    margin-bottom: 1rem;
}

.dl-example-assume {
    color: var(--ptpintar-text-light);
    margin-bottom: 1.5rem;
}

.dl-example-table-wrap {
    overflow-x: auto;
    margin-bottom: 1.25rem;
}

.dl-example-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.dl-example-table th,
.dl-example-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e8f0fa;
}

.dl-example-table th {
    width: 42%;
    color: var(--dl-blue-deep);
    font-weight: 600;
    background: #f5f9ff;
}

.dl-example-table td {
    color: var(--ptpintar-text);
}

.dl-example-note {
    font-size: 0.9rem;
    color: var(--ptpintar-text-light);
    margin: 0;
    font-style: italic;
}

/* Disclaimer */
.dl-disclaimer {
    padding: 4rem 0;
    background: #fff;
}

.dl-disclaimer-box {
    padding: 2rem 2.25rem;
    border-radius: var(--dl-radius);
    background: #fff8e6;
    border: 1px solid #f0d78a;
    border-left: 4px solid #e6a817;
}

.dl-disclaimer-box h2 {
    color: #92400e;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.dl-disclaimer-box ul {
    margin: 0;
    padding-left: 1.25rem;
    color: #78350f;
}

.dl-disclaimer-box li {
    margin-bottom: 0.85rem;
    line-height: 1.65;
    font-size: 0.95rem;
}

.dl-disclaimer-box li:last-child {
    margin-bottom: 0;
}

/* Contact */
.dl-contact {
    padding: 5rem 0;
    background: var(--dl-gradient);
}

.dl-contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2.5rem;
    align-items: start;
}

.dl-contact-info {
    color: #fff;
}

.dl-contact-info h2 {
    color: #fff;
    margin-bottom: 1rem;
}

.dl-contact-info > p {
    opacity: 0.92;
    margin-bottom: 1.75rem;
    line-height: 1.7;
}

.dl-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dl-contact-list li {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dl-contact-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dl-contact-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.85;
    margin-bottom: 0.35rem;
}

.dl-contact-list a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dl-contact-list a:hover {
    opacity: 0.9;
}

.dl-contact-cta {
    background: #fff;
    border-radius: var(--dl-radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.dl-contact-logo {
    margin: 0 auto 1rem;
    border-radius: 20px;
}

.dl-contact-cta h3 {
    color: var(--dl-blue-deep);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.dl-contact-cta p {
    color: var(--ptpintar-text-light);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 992px) {
    .dl-hero-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .dl-hero-headline,
    .dl-hero-pill,
    .dl-hero-info {
        max-width: 100%;
    }

    .dl-hero-visual {
        order: -1;
    }

    .dl-hero-phone {
        max-width: 320px;
        margin: 0 auto;
        border-radius: 20px;
    }

    .dl-intro-grid,
    .dl-showcase-row,
    .dl-showcase-row-reverse,
    .dl-contact-grid {
        grid-template-columns: 1fr;
    }

    .dl-showcase-row-reverse {
        direction: ltr;
    }

    .dl-steps {
        grid-template-columns: 1fr;
    }

    .dl-loan-grid {
        grid-template-columns: 1fr;
    }

    .dl-advantage-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dl-hero {
        padding: 2rem 0 2.5rem;
        min-height: auto;
    }

    .dl-hero-pill {
        flex-direction: column;
        align-items: flex-start;
        border-radius: var(--dl-radius);
    }

    .dl-intro,
    .dl-features,
    .dl-showcase,
    .dl-process,
    .dl-loan-info,
    .dl-example,
    .dl-disclaimer,
    .dl-contact {
        padding: 3rem 0;
    }

    .dl-example-card {
        padding: 1.5rem;
    }

    .dl-example-table th,
    .dl-example-table td {
        padding: 0.65rem 0.5rem;
        font-size: 0.85rem;
    }

    .dl-example-table th {
        width: 38%;
    }
}
