/* Dogum Paketi LP Redesign */

.dp-section {
    padding: 64px 0;
}

.dp-section--grey {
    background-color: #F5F6F6;
}

.dp-section__header {
    text-align: center;
    max-width: 704px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.dp-section__eyebrow {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #151B26;
    margin: 0;
}

.dp-section__eyebrow span {
    color: #C10230;
}

.dp-section__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #0B0E13;
    margin: 0;
}

.dp-section__eyebrow--red-first {
    color: #151B26;
}

.dp-section__eyebrow--red-first .dp-section__accent {
    color: #C10230;
}

.dp-section__eyebrow--red-first .dp-section__muted {
    color: #151B26;
}

/* Hero */
.dp-hero.hero-section {
    padding-top: 0 !important;
    position: relative;
}

.dp-hero .hero-slider .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dp-hero .hero-slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    z-index: 1;
}

.dp-hero__picture,
.dp-hero .hero-slider .swiper-slide img,
.dp-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: none;
}

.dp-hero__picture {
    position: relative;
    z-index: 0;
    flex: 1 0 auto;
    overflow: hidden;
}

.dp-hero .hero-slider__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    z-index: 2;
}

.dp-hero .hero-slider__content {
    width: calc(100% - 440px);
    max-width: 737px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.dp-hero .hero-slider__big-title.dp-hero__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
}

.dp-hero .hero-slider__sub-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1.4;
    margin: 0;
    color: #fff;
}

.dp-hero .hero-slider__big-title.dp-hero__title {
    color: #fff;
}

.dp-hero .hero-form-container {
    align-items: center;
    z-index: 3;
}

.dp-hero-topbar {
    display: none;
}

/* LP header — mobile only (replaces site navbar) */
.dp-mobile-header {
    display: none;
}

@media (max-width: 1023px) {
    .dp-mobile-header {
        display: block;
    }

    .dp-mobile-header.header {
        position: relative;
        top: auto;
        left: auto;
        z-index: 5;
    }

    .dp-hero-topbar {
        display: none !important;
    }

    .dp-hero.hero-section {
        padding-top: 0 !important;
    }

    .dp-hero .hero-slider__content-wrapper {
        padding-top: 16px;
    }
}

.dp-hero .hero-form-wrapper,
.dp-form-modal .hero-form-wrapper {
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(7, 17, 53, 0.05);
    overflow: hidden;
    background: #fff;
    max-width: 384px;
    width: 100%;
}

.dp-hero .hero-form-header,
.dp-form-modal .hero-form-header {
    background: #fff;
    padding: 16px;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

.dp-form-modal .hero-form-header {
    padding: 20px 44px 16px 16px;
}

.dp-hero .hero-form-body,
.dp-form-modal .hero-form-body {
    max-width: none;
    width: 100%;
    padding: 0 16px 16px;
    margin: 0;
    border-radius: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dp-form-modal .hero-form-body {
    padding-bottom: 0;
}

.dp-form-modal .hero-form,
.dp-form-modal .hero-form.hero-form-body {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: static !important;
}

.dp-hero .hero-form-fields,
.dp-form-modal .hero-form-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dp-hero .hero-form-kvkk,
.dp-form-modal .hero-form-kvkk {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.dp-hero .hero-form-footer,
.dp-form-modal .hero-form-footer {
    background: #fff;
    padding: 16px;
    border-radius: 0 0 12px 12px;
}

.dp-hero .hero-form-title,
.dp-hero .hero-form-title-smaller,
.dp-form-modal .hero-form-title,
.dp-form-modal .hero-form-title-smaller {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    line-height: 1.626;
    color: #151B26;
}

.dp-hero .hero-form-title,
.dp-form-modal .hero-form-title {
    font-weight: 800;
    margin-bottom: 0;
}

.dp-hero .hero-form-title-smaller,
.dp-form-modal .hero-form-title-smaller {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.dp-hero .hero-form-input-wrapper,
.dp-form-modal .hero-form-input-wrapper {
    margin-top: 0;
    gap: 0;
}

.dp-hero .hero-form-input-wrapper.checkbox,
.dp-form-modal .hero-form-input-wrapper.checkbox {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px;
}

.dp-hero .hero-form-input-wrapper.checkbox .kvkk-text,
.dp-form-modal .hero-form-input-wrapper.checkbox .kvkk-text {
    flex: 1;
    display: block;
    width: auto !important;
    min-width: 0;
    margin: 0;
}

.dp-hero .hero-checkbox,
.dp-form-modal .hero-checkbox {
    display: block !important;
    flex: 0 0 17px;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    min-width: 17px;
    padding: 0 !important;
    margin-top: 2px;
    border: 1px solid #7E8992;
    border-radius: 4px;
}

.dp-hero .hero-form-input,
.dp-form-modal .hero-form-input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    border: 1px solid #F5F6F6;
    border-radius: 8px;
    color: #6E7788;
    font-size: 12px;
    font-weight: 600;
    box-sizing: border-box;
}

.dp-hero .hero-form-message,
.dp-form-modal .hero-form-message {
    min-height: 64px !important;
    height: 64px !important;
    padding-top: 10px;
    resize: none;
}

.dp-hero .kvkk-text,
.dp-form-modal .kvkk-text {
    color: #151B26;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 9px;
    font-weight: 500;
    line-height: 1rem !important;
    display: block;
}

.dp-hero .kvkk-text strong,
.dp-form-modal .kvkk-text strong {
    font-weight: 700;
}

.dp-hero .kvkk-text a,
.dp-form-modal .kvkk-text a {
    color: #151B26;
}

.dp-hero .hero-form-submit,
.dp-form-modal .hero-form-submit {
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 0 !important;
    border-radius: 8px;
    background: #C10230;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    border: none;
}

.dp-hero #HospitalId,
.dp-form-modal #HospitalId-modal {
    background-image: url("https://cdn.memorial.com.tr/files/images/lp/dogum-paketi/icons/down-arrow.svg");
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
}

.dp-hero .form-intl .hero-form-input,
.dp-form-modal .form-intl .hero-form-input {
    padding-left: 52px;
}

/* Card grids — desktop yan yana, mobil alt alta (safety/postpartum) */
.dp-trimester__desktop {
    display: flex;
    gap: 24px;
    align-items: stretch;
    width: 100%;
}

.dp-trimester__desktop > .dp-card {
    flex: 1 1 0;
    min-width: 0;
    padding: 24px 24px 12px;
    border-width: 0.915px;
    box-shadow: 0 36.611px 36.611px rgba(25, 28, 29, 0.08);
    align-items: flex-end;
    gap: 8px;
}

.dp-trimester__mobile {
    display: none;
}

.dp-safety__grid,
.dp-postpartum__grid {
    display: flex;
    gap: 24px;
    align-items: stretch;
    width: 100%;
}

.dp-safety__grid > .dp-card,
.dp-postpartum__grid > .dp-card {
    flex: 1 1 0;
    min-width: 0;
}

.dp-card {
    background: #fff;
    border: 1px solid #EFF3F5;
    border-radius: 12px;
    box-shadow: 0 40px 80px rgba(25, 28, 29, 0.08);
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.dp-card__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 12px;
}

.dp-card__head-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.dp-card__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
}

.dp-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #C10230;
    margin: 0;
}

.dp-card__subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #7E8992;
    margin: 0;
}

.dp-card__badge {
    background: rgba(193, 2, 48, 0.05);
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #C10230;
    margin-bottom: 12px;
}

.dp-trimester .dp-card__head,
.dp-trimester .dp-card__badge,
.dp-trimester .dp-card__list {
    width: 100%;
    align-self: stretch;
}


.dp-card__list {
    margin: 0;
    padding-left: 18px;
    list-style: disc outside;
    font-size: 12px;
    font-weight: 500;
    color: #151B26;
    line-height: 2.4;
    flex: 1;
}

.dp-card__list li {
    list-style: disc;
    margin-bottom: 8px;
}

.dp-card__list li:last-child {
    margin-bottom: 0;
}

.dp-trimester__mobile .dp-card:not(.is-expanded) .dp-card__list li:nth-child(n+3) {
    display: none;
}

.dp-trimester__mobile .dp-card.is-expanded .dp-card__list li {
    display: list-item;
}

.dp-card__expand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    border: none;
    border-radius: 9.33px;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    flex-shrink: 0;
}

.dp-card__expand-icon {
    display: block;
    width: 28px;
    height: 28px;
    transition: transform 0.2s ease;
}

.dp-card.is-expanded .dp-card__expand-icon {
    transform: rotate(180deg);
}

/* Video — desktop grid, mobile slider */
.dp-video__desktop {
    display: flex;
    gap: 24px;
    align-items: stretch;
    width: 100%;
}

.dp-video__desktop .dp-video__slide {
    flex: 1 1 0;
    min-width: 0;
}

.dp-video__mobile {
    display: none;
}

.dp-video__mobile .swiper {
    overflow: hidden;
}

.dp-video__mobile .dp-video__slide {
    width: 283px;
    max-width: 283px;
}

.dp-video-pagination {
    position: static !important;
    margin-top: 28px;
    margin-bottom: 20px;
    text-align: center;
    transform: none !important;
    width: 100%;
}

.dp-trimester-pagination .swiper-pagination-bullet,
.dp-video-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(193, 2, 48, 0.25);
    opacity: 1;
    margin: 0 4.5px !important;
}

.dp-trimester-pagination .swiper-pagination-bullet-active,
.dp-video-pagination .swiper-pagination-bullet-active {
    background: #C10230;
}

.dp-video__item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 480px;
    background: #151B26;
}

.dp-video__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.dp-video__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 27, 38, 0.15);
    border: none;
    cursor: pointer;
    padding: 0;
}

.dp-video__overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.dp-video__play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-video__play svg {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    fill: #C10230;
}

.dp-video__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* CTA Banner */
.dp-cta {
    background: #C10230;
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.dp-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.dp-cta__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

.dp-cta__title-br {
    display: none;
}

.dp-cta__text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    max-width: 700px;
}

.dp-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 12px 18px;
    background: #fff;
    color: #151B26;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
}

.dp-cta__btn:hover {
    color: #151B26;
    text-decoration: none;
}

.dp-form-modal {
    position: fixed;
    inset: 0;
    z-index: 10060;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.dp-form-modal.is-open {
    display: flex;
}

body.dp-modal-open {
    overflow: hidden;
}

.dp-form-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(21, 27, 38, 0.55);
}

.dp-form-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 384px;
}

.dp-form-modal .hero-form-wrapper {
    position: relative;
    max-width: none;
    margin: 0;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    box-shadow: 0 24px 48px rgba(21, 27, 38, 0.2);
}

.dp-form-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #F5F6F6;
    cursor: pointer;
}

.dp-benefit-item {
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.dp-icon-box {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(193, 2, 48, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

.dp-icon-box svg,
.dp-icon-box img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.dp-icon-box svg {
    fill: #C10230;
}

.dp-benefit-item__title {
    font-size: 12px;
    font-weight: 600;
    color: #151B26;
    margin: 0 0 2px;
}

.dp-benefit-item__desc {
    font-size: 12px;
    font-weight: 500;
    color: #7E8992;
    margin: 0;
    line-height: 1.4;
}

.dp-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dp-card__section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(193, 2, 48, 0.05);
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #C10230;
    margin-bottom: 24px;
}

/* Details grid */
.dp-details__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.dp-detail-card {
    background: #fff;
    border: 1px solid #EFF3F5;
    border-radius: 12px;
    box-shadow: 0 40px 80px rgba(25, 28, 29, 0.08);
    padding: 24px;
    text-align: center;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.dp-detail-card__icon {
    width: 54px;
    height: 54px;
    display: block;
    object-fit: contain;
}

.dp-detail-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #C10230;
    margin: 0 0 15px;
}

.dp-detail-card__desc {
    font-size: 12px;
    font-weight: 500;
    color: #646F79;
    margin: 0;
    line-height: 1.4;
}

/* "Tümünü Gör" butonu — yalnızca mobilde görünür */
.dp-details__more {
    display: none;
}

/* FAQ */
.faq-section.dp-faq {
    background: #fff;
    padding: 64px 0;
}

.dp-faq__intro {
    text-align: center;
    max-width: 961px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.dp-faq__label {
    font-size: 24px;
    font-weight: 600;
    color: #C10230;
    margin: 0;
    width: 100%;
}

.dp-faq__main-title {
    font-size: 40px;
    font-weight: 700;
    color: #151B26;
    margin: 0;
    width: 100%;
}

.dp-faq__intro-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #151B26;
    margin: 0;
    width: 100%;
}

.dp-faq__read-more {
    display: none;
}

.faq-section.dp-faq .faq-section__list-wrapper {
    max-width: 996px;
    margin: 0 auto;
    border: none;
    padding: 0;
}

.faq-section.dp-faq .faq-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-section.dp-faq .faq-section__list-question {
    border-bottom: 1px solid rgba(100, 116, 139, 0.2);
    padding: 0;
    background: transparent;
}

.faq-section.dp-faq .faq-section__list-question.open {
    border-top: 1px solid rgba(100, 116, 139, 0.2);
    padding: 0;
    background: transparent;
}

.faq-section.dp-faq .faq-section__list-question .container {
    padding: 0;
    max-width: 100%;
}

.faq-section.dp-faq .faq-section__list-question-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 24px 12px;
    cursor: pointer;
}

.faq-section.dp-faq .faq-section__list-question-inner {
    flex: 1 1 0;
    min-width: 0;
}

.faq-section.dp-faq .faq-section__list-question-text {
    font-size: 14px;
    font-weight: 600;
    color: #151B26;
    margin: 0;
    line-height: 1.4;
}

.faq-section.dp-faq .dp-faq__toggle {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.faq-section.dp-faq .dp-faq__icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.faq-section.dp-faq .dp-faq__icon--collapse {
    display: none;
}

.faq-section.dp-faq .faq-section__list-question.open .dp-faq__icon--expand {
    display: none;
}

.faq-section.dp-faq .faq-section__list-question.open .dp-faq__icon--collapse {
    display: block;
}

.faq-section.dp-faq .faq-section__list-question-content {
    display: none;
    padding: 0;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #3D4F68;
}

.faq-section.dp-faq .faq-section__list-question.open .faq-section__list-question-header {
    align-items: flex-start;
    gap: 8px;
}

.faq-section.dp-faq .faq-section__list-question.open .faq-section__list-question-text {
    color: #C10230;
}

/* Footer form — Figma desktop + mobile */
.footer-form-section.dp-footer-form {
    background-color: #C10230;
    background-image: url('/LPler/LPDosyalar/TR/dogum-paketi/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 56px 0 64px;
    position: relative;
    overflow: visible;
}

.footer-form-section.dp-footer-form .footer-form-wrapper,
.footer-form-section.dp-footer-form .dp-footer-form__form,
.footer-form-section.dp-footer-form .dp-footer-form__grid,
.footer-form-section.dp-footer-form .dp-footer-form__fields,
.footer-form-section.dp-footer-form .dp-footer-form__col {
    overflow: visible;
}

body .iti--container,
body .iti__country-list {
    z-index: 10050 !important;
}

.footer-form-section.dp-footer-form > .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.dp-footer-form__intro {
    text-align: center;
    margin-bottom: 32px;
}

.footer-form-section.dp-footer-form .footer-form-section__title,
.footer-form-section.dp-footer-form .footer-form-section__sub-title {
    color: #fff;
    text-align: center;
    margin: 0;
}

.footer-form-section.dp-footer-form .footer-form-section__title {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.footer-form-section.dp-footer-form .footer-form-section__sub-title {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 13px;
    white-space: nowrap;
}

.dp-footer-form__title-br {
    display: none;
}

.footer-form-section.dp-footer-form .footer-form-wrapper {
    padding-top: 0;
}

.dp-footer-form__form.footer-form {
    display: block;
    gap: 0;
}

.dp-footer-form__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-form-section.dp-footer-form .hero-form-input-wrapper__placeholder {
    display: none;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 11px;
}

.footer-form-section.dp-footer-form .hero-form-input-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    flex-direction: column;
    gap: 0;
}

.footer-form-section.dp-footer-form .dp-footer-form__col .hero-form-input-wrapper:last-child {
    margin-bottom: 0;
}

.footer-form-section.dp-footer-form .hero-form-input,
.footer-form-section.dp-footer-form select.hero-form-input {
    display: block !important;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1.5px solid #E9EFF6;
    border-radius: 8px;
    background: #fff;
    color: #151B26;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    box-sizing: border-box;
}

.footer-form-section.dp-footer-form .hero-form-input::placeholder {
    color: #6E7788;
    font-weight: 600;
}

.footer-form-section.dp-footer-form select.hero-form-input {
    color: #6E7788;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23151B26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.footer-form-section.dp-footer-form select.hero-form-input:valid {
    color: #151B26;
}

.footer-form-section.dp-footer-form .hero-form-input-wrapper.form-intl {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: 30;
}

.footer-form-section.dp-footer-form .form-intl .iti {
    display: block !important;
    width: 100% !important;
}

.footer-form-section.dp-footer-form .form-intl .iti__tel-input,
.footer-form-section.dp-footer-form .form-intl input.hero-form-input {
    width: 100% !important;
    padding-left: 90px;
}

.footer-form-section.dp-footer-form .dp-footer-form__textarea.footer-form__textarea-wrapper {
    position: relative;
    width: 100%;
    height: 145px;
    background: #fff;
    border: 1.5px solid #E9EFF6;
    border-radius: 8px;
    overflow: visible;
    box-sizing: border-box;
}

.footer-form-section.dp-footer-form .hero-form-message {
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    max-height: none;
    padding: 12px 15px 46px;
    border: none;
    background: transparent;
    resize: none;
    color: #151B26;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

.footer-form-section.dp-footer-form .footer-form__counter {
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 2;
    color: #6E7788;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    width: auto;
    max-width: calc(100% - 30px);
    overflow: visible;
}

.footer-form-section.dp-footer-form .footer-form__counter i {
    font-style: normal;
}

.footer-form-section.dp-footer-form .dp-footer-form__submit {
    border: none;
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
    max-width: none;
    margin-top: 0;
}

.footer-form-section.dp-footer-form .footer-form .hero-form-submit.dp-footer-form__submit--inline {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 3;
    width: 125px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: #EF0F0F;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.footer-form-section.dp-footer-form .dp-footer-form__submit--mobile {
    display: none;
}

.footer-form-section.dp-footer-form .footer-form__gdpr-wrapper {
    margin-top: 0 !important;
}

.footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox:last-child {
    margin-bottom: 0;
}

.footer-form-section.dp-footer-form .kvkk-text,
.footer-form-section.dp-footer-form .kvkk-text a {
    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 9px;
    font-weight: 500;
    line-height: 1rem !important;
    width: auto;
    display: block;
}

.footer-form-section.dp-footer-form .kvkk-text strong {
    font-weight: 700;
}

.footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox:last-child .kvkk-text {
    line-height: 1rem !important;
}

.footer-form-section.dp-footer-form .kvkk-text a u {
    text-decoration: underline;
}

.footer-form-section.dp-footer-form .hero-checkbox {
    display: block !important;
    flex: 0 0 18px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #E9EFF6;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    accent-color: #2563eb;
}

.footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox .kvkk-text {
    flex: 1;
    display: block;
    width: auto !important;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}

.footer-form-section.dp-footer-form .dp-footer-form__submit-wrap {
    display: none;
}

@media (min-width: 1024px) {
    .dp-footer-form__grid {
        flex-direction: row;
        align-items: flex-start;
        gap: 22px;
    }

    .dp-footer-form__fields {
        flex: 1;
        display: flex;
        align-items: stretch;
        gap: 22px;
        min-width: 0;
    }

    .dp-footer-form__col {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .dp-footer-form__col--legal {
        flex: 0 0 356px;
        max-width: 356px;
        display: block;
    }

    .dp-footer-form__col--personal,
    .dp-footer-form__col--details {
        justify-content: space-between;
    }

    .dp-footer-form__col--personal .hero-form-input-wrapper,
    .dp-footer-form__col--details > .hero-form-input-wrapper:not(.dp-footer-form__message-field) {
        margin-bottom: 0;
    }

    .dp-footer-form__col--details {
        display: flex;
        flex-direction: column;
    }

    .dp-footer-form__col--details .dp-footer-form__message-field {
        flex: 1 1 auto;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0;
        margin-bottom: 0 !important;
    }

    .dp-footer-form__col--details .dp-footer-form__textarea {
        flex: 1 1 auto;
        height: auto !important;
        min-height: 145px;
    }

    .dp-footer-form__col--details .hero-form-message {
        height: 100% !important;
        min-height: 0;
    }

    .dp-footer-form__col--legal .footer-form__gdpr-wrapper {
        padding-top: 28px;
    }

    .footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox {
        margin-bottom: 28px;
    }

    .footer-form-section.dp-footer-form .hero-form-input-wrapper__placeholder {
        display: block;
        width: auto;
    }

    .footer-form-section.dp-footer-form .hero-form-input::placeholder,
    .footer-form-section.dp-footer-form .hero-form-message::placeholder {
        color: transparent;
    }

    .footer-form-section.dp-footer-form .footer-form .hero-form-submit.dp-footer-form__submit--inline {
        display: inline-flex !important;
    }

    .footer-form-section.dp-footer-form .dp-footer-form__submit--mobile,
    .footer-form-section.dp-footer-form .dp-footer-form__submit-wrap {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .footer-form-section.dp-footer-form {
        padding: 40px 0 48px;
        background-position: center top;
    }

    .dp-footer-form__intro {
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .footer-form-section.dp-footer-form .footer-form-section__title {
        font-size: 24px;
        line-height: 1.25;
        white-space: normal;
    }

    .dp-footer-form__title-br {
        display: block;
    }

    .footer-form-section.dp-footer-form .footer-form-section__sub-title {
        font-size: 14px;
        line-height: 26px;
        margin-top: 12px;
        white-space: normal;
    }

    .footer-form-section.dp-footer-form > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-form-section.dp-footer-form .footer-form__gdpr-wrapper {
        width: 100%;
    }

    .dp-footer-form__grid,
    .dp-footer-form__fields {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .dp-footer-form__col--personal,
    .dp-footer-form__col--details,
    .dp-footer-form__col--legal {
        width: 100%;
        flex: none;
        max-width: none;
    }

    .dp-footer-form__col--legal .footer-form__gdpr-wrapper {
        padding-top: 0;
        margin-top: 0;
    }

    .footer-form-section.dp-footer-form .hero-form-input-wrapper__placeholder {
        display: none !important;
    }

    .footer-form-section.dp-footer-form .hero-form-input::placeholder,
    .footer-form-section.dp-footer-form .hero-form-message::placeholder {
        color: #6E7788 !important;
        opacity: 1;
    }

    .footer-form-section.dp-footer-form .hero-form-input-wrapper:not(.checkbox) {
        margin-bottom: 12px;
    }

    .footer-form-section.dp-footer-form .dp-footer-form__col .hero-form-input-wrapper:last-child {
        margin-bottom: 12px;
    }

    .dp-footer-form__col--details .dp-footer-form__message-field {
        display: block !important;
        flex: none !important;
        margin-bottom: 12px !important;
    }

    .footer-form-section.dp-footer-form .hero-form-input,
    .footer-form-section.dp-footer-form select.hero-form-input {
        height: 48px;
        font-size: 12px;
        border-radius: 6px;
    }

    .footer-form-section.dp-footer-form .form-intl .iti {
        height: 48px;
    }

    .footer-form-section.dp-footer-form .form-intl .iti__flag-container {
        height: 100%;
    }

    .footer-form-section.dp-footer-form .form-intl .iti__selected-flag {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .footer-form-section.dp-footer-form .form-intl input.hero-form-input {
        height: 48px !important;
        line-height: normal;
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-form-section.dp-footer-form .dp-footer-form__textarea.footer-form__textarea-wrapper {
        height: 144px;
        flex: none;
        border-radius: 6px;
    }

    .footer-form-section.dp-footer-form .hero-form-message {
        height: 100% !important;
        min-height: 0;
        max-height: none;
        font-size: 12px;
        padding: 12px 15px 32px;
    }

    .footer-form-section.dp-footer-form .footer-form__counter {
        font-size: 11px;
        bottom: 12px;
        left: 15px;
    }

    .footer-form-section.dp-footer-form .footer-form .footer-form__textarea-wrapper .hero-form-submit,
    .footer-form-section.dp-footer-form .footer-form .hero-form-submit.dp-footer-form__submit--inline {
        display: none !important;
    }

    .footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox {
        flex-direction: row !important;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 12px;
        width: 100%;
    }

    .footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox:last-child {
        margin-bottom: 16px;
    }

    .footer-form-section.dp-footer-form .hero-checkbox {
        margin-top: 1px;
        flex: 0 0 16px;
        width: 16px;
        min-width: 16px;
        height: 16px;
    }

    .footer-form-section.dp-footer-form .kvkk-text,
    .footer-form-section.dp-footer-form .kvkk-text a {
        font-size: 10px;
        line-height: 1.35 !important;
    }

    .footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox .kvkk-text,
    .footer-form-section.dp-footer-form .hero-form-input-wrapper.checkbox:last-child .kvkk-text {
        display: block;
        flex: 1 1 0;
        width: 0;
        min-width: 0;
        max-width: none;
        line-height: 1.35 !important;
    }

    .footer-form-section.dp-footer-form .footer-form .hero-form-input-wrapper.checkbox label.kvkk-text {
        width: auto !important;
        max-width: none !important;
    }

    .footer-form-section.dp-footer-form .kvkk-text a,
    .footer-form-section.dp-footer-form .kvkk-text strong,
    .footer-form-section.dp-footer-form .kvkk-text u {
        display: inline;
    }

    .footer-form-section.dp-footer-form .footer-form__action .hero-form-submit.dp-footer-form__submit--mobile {
        display: flex !important;
        position: relative;
        right: auto;
        bottom: auto;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: none;
        height: 58px;
        margin-top: 0;
        background: #EF0F0F;
        color: #fff;
        border-radius: 4px;
        font-size: 16px;
    }

    .footer-form-section.dp-footer-form .dp-footer-form__submit-wrap {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1023px) {
    .dp-section:not(.dp-hero) {
        padding: 40px 0 0;
    }

    .dp-postpartum.dp-section {
        padding-bottom: 40px;
    }

    .dp-section__header {
        margin-bottom: 24px;
        gap: 12px;
    }

    .dp-section__eyebrow {
        font-size: 28px;
        line-height: 36px;
    }

    .dp-section__eyebrow--stacked-mobile > span,
    .dp-section__eyebrow--stacked-mobile .dp-section__accent,
    .dp-section__eyebrow--stacked-mobile .dp-section__muted {
        display: block;
    }

    .dp-section__desc {
        line-height: 1.6;
    }

    .dp-trimester {
        position: relative;
        z-index: 1;
    }

    .dp-hero .hero-slider__content {
        width: 100%;
        gap: 12px;
    }

    .dp-hero .hero-slider__big-title.dp-hero__title {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.2;
    }

    .dp-hero .hero-slider__sub-title {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .dp-hero .hero-form-title-smaller {
        font-size: 16px;
        font-weight: 600;
    }

    .dp-hero .hero-form-wrapper {
        border: 1px solid #E2E8EE;
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(7, 17, 53, 0.06);
    }

    .dp-hero .hero-form-header {
        border-radius: 14px 14px 0 0;
    }

    .dp-hero .hero-form-footer {
        border-radius: 0 0 14px 14px;
    }

    .dp-hero .hero-form-input,
    .dp-hero .hero-form-message,
    .dp-hero select.hero-form-input {
        border: 1.5px solid #D5DCE3;
        border-radius: 10px;
        background: #fff;
    }

    .dp-hero .form-intl .iti {
        width: 100%;
        height: 48px;
        border: 1.5px solid #D5DCE3;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
    }

    .dp-hero .form-intl .hero-form-input,
    .dp-hero .form-intl input.hero-form-input {
        height: 100%;
        border: none !important;
        border-radius: 0;
        box-shadow: none;
    }

    .dp-hero .form-intl .iti__flag-container,
    .dp-hero .form-intl .iti__selected-flag {
        height: 100%;
    }

    .dp-hero .hero-form-fields {
        gap: 6px;
    }

    .dp-hero .hero-form-message {
        min-height: 72px !important;
        height: 72px !important;
    }

    .dp-hero .hero-form-submit {
        height: 54px;
        border-radius: 10px;
    }

    .dp-hero.hero-section {
        overflow: visible;
        padding-bottom: 0;
    }

    .dp-hero .hero-slider,
    .dp-hero .hero-slider .swiper-slide {
        min-height: 400px;
    }

    .dp-hero .hero-slider .swiper-slide img,
    .dp-hero__picture {
        min-height: 400px;
        max-height: 400px;
        height: 400px;
        object-fit: cover;
        object-position: center 40%;
        width: 100%;
        opacity: 1;
        pointer-events: auto;
    }

    .dp-hero__picture {
        clip-path: none;
        background-image: none;
    }

    .dp-hero .hero-slider__content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding-top: 16px;
        min-height: 400px;
        height: auto;
    }

    .dp-hero .hero-slider__content {
        width: 100%;
        max-width: 330px;
        gap: 12px;
        margin: 0 auto;
        /* padding: 0 24px; */
    }

    .dp-hero .hero-form-container {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        transform: none !important;
        margin-top: -85px;
        height: auto;
        max-height: none;
        padding: 0 24px;
        width: 100%;
        z-index: 2;
    }

    .dp-hero .hero-form-wrapper {
        max-width: 330px;
        margin: 0 auto;
        width: 100%;
    }

    .dp-trimester__desktop {
        display: none;
    }

    .dp-trimester__mobile {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    .dp-trimester__mobile .swiper {
        overflow: visible;
        padding-bottom: 28px;
    }

    .dp-trimester__mobile .swiper-slide {
        height: auto !important;
        align-self: flex-start;
        display: flex;
        align-items: flex-start;
    }

    .dp-trimester__mobile .swiper-wrapper {
        align-items: flex-start;
    }

    .dp-trimester__mobile .swiper-slide > .dp-card {
        width: 100%;
        height: auto !important;
        flex: 0 0 auto;
        align-self: flex-start;
    }

    .dp-trimester__mobile .dp-card {
        width: 100%;
        min-height: 0;
        padding: 24px;
        align-items: flex-end;
        gap: 8px;
        border-width: 0.915px;
        box-shadow: 0 36.611px 36.611px rgba(25, 28, 29, 0.08);
    }

    .dp-trimester__mobile.has-expanded .dp-card:not(.is-expanded) {
        height: auto !important;
    }

    .dp-trimester__mobile .dp-card__head {
        margin-bottom: 12px;
    }

    .dp-trimester__mobile .dp-card__badge {
        margin-bottom: 12px;
    }

    .dp-trimester__mobile .dp-card__title {
        font-size: 14px;
    }

    .dp-trimester__mobile .dp-card__list {
        margin-top: 0;
        line-height: 2.4;
    }

    .dp-trimester__mobile .dp-card__expand {
        margin-top: auto;
    }

    .dp-video__desktop {
        display: none;
    }

    .dp-video__mobile {
        display: block;
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
    }

    .dp-video__mobile .dp-video-pagination {
        position: static !important;
        margin-top: 32px;
        margin-bottom: 24px;
        padding-right: 24px;
        transform: none !important;
        left: auto !important;
        bottom: auto !important;
        width: 100%;
    }

    .dp-video__mobile .dp-video__overlay.is-hidden {
        opacity: 0;
        pointer-events: auto;
        z-index: 2;
    }

    .dp-video__mobile .dp-video__item.is-playing .dp-video__caption {
        pointer-events: none;
    }

    .dp-safety__grid,
    .dp-postpartum__grid {
        flex-direction: column;
        gap: 12px;
    }

    .dp-video__item {
        height: 400px;
    }

    .dp-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    .dp-cta__title-br {
        display: block;
    }

    .dp-cta__btn {
        width: 100%;
        max-width: 330px;
    }

    .dp-details__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        align-items: stretch;
    }

    .dp-detail-card {
        min-height: 159px;
        height: 100%;
        padding: 12px 10px;
        gap: 10px;
        justify-content: flex-start;
        box-shadow: 0 40px 40px rgba(25, 28, 29, 0.08);
    }

    .dp-detail-card__icon {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .dp-detail-card > div {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
    }

    .dp-detail-card__title {
        font-size: 12px;
        line-height: 1.25;
        margin: 0 0 8px;
        white-space: nowrap;
        min-height: 15px;
    }

    .dp-detail-card__desc {
        font-size: 11px;
        line-height: 1.35;
    }

    .dp-details:not(.is-expanded) .dp-detail-card:nth-child(n+5) {
        display: none;
    }

    .dp-details__more {
        display: block;
        width: 100%;
        margin-top: 16px;
        padding: 14px;
        background: #C10230;
        color: #fff;
        border: none;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        cursor: pointer;
    }

    .dp-faq__intro {
        text-align: left;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 32px;
    }

    .dp-faq__intro .dp-faq__main-title {
        margin-top: 12px;
    }

    .dp-faq__main-title {
        font-size: 24px;
    }

    .dp-faq__intro-text {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .dp-faq__intro.is-expanded .dp-faq__intro-text {
        display: block;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .dp-faq__read-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
        padding: 0;
        border: none;
        background: none;
        color: #C10230;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        cursor: pointer;
        text-decoration: underline;
    }

    .dp-faq__intro.is-expanded .dp-faq__read-more {
        display: none;
    }

    .dp-faq__label {
        font-size: 24px;
    }

    .faq-section.dp-faq {
        padding: 24px 0 48px;
    }
}

@media (min-width: 1024px) {
    .dp-hero.hero-section {
        min-height: 720px;
    }

    .dp-hero .hero-slider,
    .dp-hero .hero-slider .swiper-wrapper,
    .dp-hero .hero-slider .swiper-slide {
        min-height: 720px;
        height: 720px;
    }

    /* Tam genişlik — geniş background + konum ile hemşire formun soluna alınır */
    .dp-hero__picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 720px;
        overflow: hidden;
        clip-path: none;
        background-image: url('/LPler/LPDosyalar/TR/dogum-paketi/dogum-lp-gorsel.png');
        background-size: 175% auto;
        background-position: 82% 52%;
        background-repeat: no-repeat;
    }

    .dp-hero .hero-slider .swiper-slide img,
    .dp-hero__picture img,
    .dp-hero__image {
        opacity: 0;
        min-height: 720px;
        max-height: 720px;
        height: 720px;
        width: 100%;
        pointer-events: none;
    }

    @media (min-width: 1024px) and (max-width: 1439px) {
        .dp-hero__picture {
            background-size: 186% auto;
            background-position: 84% 54%;
        }
    }

    @media (min-width: 1600px) {
        .dp-hero__picture {
            background-size: 168% auto;
            background-position: 80% 50%;
        }
    }

    .dp-hero .hero-slider__content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        min-height: 720px;
        align-items: center;
        justify-content: flex-start;
    }

    .dp-hero .hero-form-container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        max-height: none;
        align-items: center;
        justify-content: flex-end;
        padding-top: 0;
        transform: none !important;
    }

    .dp-hero-topbar {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
        justify-content: space-between;
        align-items: center;
        padding-top: 34px;
        pointer-events: none;
    }

    .dp-hero-topbar__logo,
    .dp-hero-topbar__phone {
        pointer-events: auto;
    }

    .dp-hero-topbar__logo {
        display: block;
        line-height: 0;
        flex-shrink: 0;
    }

    .dp-hero-topbar__logo svg {
        display: block;
        width: 179px;
        height: 24px;
    }

    .dp-hero-topbar__phone {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
        background: #C10230;
        border-radius: 8px;
        color: #fff !important;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        text-decoration: none;
        letter-spacing: 0;
        backdrop-filter: blur(17px);
        -webkit-backdrop-filter: blur(17px);
        white-space: nowrap;
    }

    .dp-hero-topbar__phone:hover {
        color: #fff !important;
        text-decoration: none;
    }

    .dp-hero-topbar__phone svg {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
    }

    .dp-trimester-pagination,
    .dp-video-pagination {
        display: none;
    }
}

/* Desktop density — ~80% zoom feel at 100% */
@media (min-width: 1024px) {
    .dp-hero .container,
    .dp-section > .container,
    .dp-cta > .container,
    .faq-section.dp-faq .container {
        width: 936px;
        max-width: 936px;
    }

    .footer-form-section.dp-footer-form > .container {
        width: 960px;
        max-width: 960px;
    }

    .dp-section {
        padding: 51px 0;
    }

    .dp-section__header {
        max-width: 563px;
        margin-bottom: 32px;
        gap: 10px;
    }

    .dp-section__eyebrow {
        font-size: 32px;
    }

    .dp-section__desc {
        font-size: 13px;
    }

    .dp-hero .hero-slider__content-wrapper {
        gap: 32px;
    }

    .dp-hero .hero-slider__content {
        width: calc(100% - 352px);
        max-width: 590px;
        gap: 21px;
    }

    .dp-hero .hero-slider__big-title.dp-hero__title {
        font-size: 38px;
    }

    .dp-hero .hero-slider__sub-title {
        font-size: 16px;
    }

    .dp-hero .hero-form-wrapper,
    .dp-form-modal .hero-form-wrapper {
        max-width: 307px;
    }

    .dp-hero .hero-form-header {
        padding: 12px;
    }

    .dp-hero .hero-form-body {
        padding: 0 12px 12px;
        gap: 16px;
    }

    .dp-hero .hero-form-fields {
        gap: 8px;
    }

    .dp-hero .hero-form-kvkk {
        gap: 8px;
    }

    .dp-hero .hero-form-input,
    .dp-hero select.hero-form-input,
    .dp-hero .form-intl .iti {
        height: 42px;
    }

    .dp-hero .hero-form-message {
        min-height: 56px !important;
        height: 56px !important;
    }

    .dp-hero .hero-form-footer {
        padding: 12px;
    }

    .dp-hero .hero-form-submit {
        height: 44px;
    }

    .dp-video__desktop,
    .dp-trimester__desktop,
    .dp-safety__grid,
    .dp-postpartum__grid,
    .dp-details__grid {
        gap: 19px;
    }

    .dp-video__item {
        height: 384px;
    }

    .dp-video__play {
        width: 51px;
        height: 51px;
    }

    .dp-video__play svg {
        width: 19px;
        height: 19px;
    }

    .dp-trimester__desktop > .dp-card,
    .dp-card {
        padding: 19px;
    }

    .dp-trimester__desktop > .dp-card {
        padding: 19px 19px 10px;
    }

    .dp-detail-card {
        min-height: 176px;
        padding: 19px;
        gap: 19px;
    }

    .dp-detail-card__icon {
        width: 43px;
        height: 43px;
    }

    .dp-cta {
        padding: 38px 0;
    }

    .dp-cta__inner {
        gap: 19px;
    }

    .dp-cta__title {
        font-size: 22px;
    }

    .dp-cta__text {
        font-size: 13px;
        max-width: 560px;
    }

    .dp-cta__btn {
        min-width: 144px;
        height: 38px;
        padding: 10px 14px;
        font-size: 12px;
    }

    .faq-section.dp-faq {
        padding: 51px 0;
    }

    .dp-faq__intro {
        max-width: 769px;
        margin-bottom: 32px;
        gap: 19px;
    }

    .dp-faq__label {
        font-size: 19px;
    }

    .dp-faq__main-title {
        font-size: 32px;
    }

    .dp-faq__intro-text {
        font-size: 13px;
    }

    .faq-section.dp-faq .faq-section__list-question-header {
        padding: 19px 10px;
    }

    .footer-form-section.dp-footer-form {
        padding: 45px 0 51px;
    }

    .footer-form-section.dp-footer-form .footer-form-section__title {
        font-size: 22px;
    }

    .dp-footer-form__intro {
        margin-bottom: 26px;
    }

    .dp-footer-form__grid {
        gap: 18px;
    }

    .dp-footer-form__fields {
        gap: 18px;
    }

    .dp-footer-form__col--legal {
        flex: 0 0 285px;
        max-width: 285px;
    }

    .dp-footer-form__col--details .dp-footer-form__textarea {
        min-height: 116px;
    }
}

/* Scroll to top — Figma TOP Action */
.dp-scroll-top {
    position: fixed;
    z-index: 90;
    width: 68px;
    height: 68px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #C10230;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.dp-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dp-scroll-top:hover {
    transform: translateY(-2px);
}

.dp-scroll-top__icon {
    display: block;
    width: 19px;
    height: 26px;
}

@media (min-width: 1024px) {
    .dp-scroll-top {
        right: 68px;
        bottom: 38px;
        width: 54px;
        height: 54px;
    }

    .dp-scroll-top__icon {
        width: 15px;
        height: 21px;
    }
}

@media (max-width: 1023px) {
    .dp-scroll-top {
        right: 18px;
        bottom: 80px;
    }
}
