.elementor-11182 .elementor-element.elementor-element-3aa84d5e{--display:flex;}.elementor-11182 .elementor-element.elementor-element-1d51ba4{--display:flex;}/* Start custom CSS */.wp-cao-voi-rang-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #333;
}

/* Price Banner */
.price-highlight-banner {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    padding: 20px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
}

.price-highlight-banner .price-label {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.price-highlight-banner .price-value {
    font-size: 32px;
    font-weight: 800;
    display: block;
    margin: 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price-highlight-banner .price-unit {
    font-size: 16px;
    opacity: 0.95;
}

/* Info Box */
.info-box {
    background: linear-gradient(135deg, #e3f2fd 0%, #f1f8ff 100%);
    border-left: 5px solid #0088cc;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 25px 0;
}

.info-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.benefit-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    border-color: #0088cc;
    box-shadow: 0 5px 20px rgba(0, 136, 204, 0.15);
    transform: translateY(-3px);
}

.benefit-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0088cc;
    margin: 0 0 12px 0;
}

.benefit-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Process Timeline */
.process-list {
    position: relative;
    padding-left: 50px;
    margin: 30px 0;
}

.process-list::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, #0088cc, #ff6b35);
}

.process-item {
    position: relative;
    margin-bottom: 35px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
}

.process-item:hover {
    border-color: #0088cc;
    box-shadow: 0 3px 15px rgba(0, 136, 204, 0.1);
}

.process-item::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 20px;
    width: 42px;
    height: 42px;
    background: white;
    border: 4px solid #0088cc;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}

.process-item strong {
    display: block;
    font-size: 18px;
    color: #0088cc;
    margin-bottom: 10px;
    font-weight: 700;
}

.process-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Prevention Grid */
.prevention-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.prevention-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    transition: all 0.3s ease;
}

.prevention-item:hover {
    border-color: #0088cc;
    box-shadow: 0 5px 20px rgba(0, 136, 204, 0.15);
    transform: translateY(-3px);
}

.prevention-number {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0088cc, #006699);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(0, 136, 204, 0.3);
}

.prevention-item h3 {
    margin: 20px 0 15px 0;
    font-size: 19px;
    font-weight: 700;
    color: #ff0000;
}

.prevention-item ul {
    margin: 0;
    padding-left: 20px;
}

.prevention-item li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* CTA Box */
.cta-contact-box {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    color: white;
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 6px 25px rgba(0, 136, 204, 0.3);
}

.cta-contact-box h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: white;
}

.cta-contact-box p {
    font-size: 17px;
    margin: 10px 0;
    color: white;
}

.cta-contact-box .hotline-number {
    font-size: 36px;
    font-weight: 800;
    color: #ff6b35;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 15px 0;
}

.cta-contact-box .btn-call {
    display: inline-block;
    background: white;
    color: #0088cc;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-contact-box .btn-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #0088cc;
}

/* Related Links Box */
.related-box {
    background: #f8f9fa;
    border-left: 5px solid #0088cc;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 25px 0;
}

.related-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.related-box ul {
    margin: 0;
    padding-left: 20px;
}

.related-box li {
    margin-bottom: 10px;
}

.related-box a {
    color: #0088cc;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-box a:hover {
    color: #006699;
    padding-left: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .benefits-grid,
    .prevention-grid {
        grid-template-columns: 1fr;
    }
    
    .process-list {
        padding-left: 35px;
    }
    
    .process-list::before {
        left: 12px;
    }
    
    .process-item::before {
        left: -35px;
        width: 32px;
        height: 32px;
    }
    
    .cta-contact-box .hotline-number {
        font-size: 28px;
    }
    
    .price-highlight-banner .price-value {
        font-size: 24px;
    }
}

.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

.nkdn-promo-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nkdn-promo-container {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nkdn-promo-block {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
    border-radius: 30px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    overflow: hidden;
    position: relative;
    animation: nkdnFloatIn 0.8s ease-out;
    width: 100%;
}

@keyframes nkdnFloatIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Decorative Background Elements */
.nkdn-promo-block::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    animation: nkdnRotate 20s linear infinite;
}

@keyframes nkdnRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Badge */
.nkdn-badge {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 15px 20px;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.nkdn-sparkle {
    width: 20px;
    height: 20px;
    animation: nkdnSparkle 1.5s ease-in-out infinite;
}

@keyframes nkdnSparkle {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
    50% { transform: scale(1.3) rotate(180deg); opacity: 0.8; }
}

/* Main Content */
.nkdn-promo-content {
    padding: 70px 40px 40px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.nkdn-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #2d3748;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    grid-column: 1 / -1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Left Column */
.nkdn-left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Price Section */
.nkdn-price-section {
    text-align: center;
}

.nkdn-old-price-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.nkdn-old-price {
    font-size: 24px;
    color: #a0aec0;
    font-weight: 600;
}

.nkdn-strike-line {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 3px;
    background: #f5576c;
    transform: rotate(-5deg);
    animation: nkdnStrike 0.6s ease-out 0.3s forwards;
    transform-origin: left;
    opacity: 0;
}

@keyframes nkdnStrike {
    to {
        opacity: 1;
        transform: rotate(-5deg) scaleX(1);
    }
    from {
        transform: rotate(-5deg) scaleX(0);
    }
}

.nkdn-discount-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f5576c 0%, #ff6b6b 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(245, 87, 108, 0.4);
    animation: nkdnBounce 1s ease-in-out infinite;
}

@keyframes nkdnBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.nkdn-new-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.nkdn-currency {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
}

.nkdn-amount {
    font-size: 56px;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    text-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.nkdn-unit {
    font-size: 22px;
    font-weight: 700;
    color: #667eea;
}

.nkdn-per-jaw {
    font-size: 16px;
    color: #718096;
    font-weight: 600;
}

.nkdn-per-jaw span {
    background: #edf2f7;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
}

/* Right Column */
.nkdn-right-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Benefits */
.nkdn-benefits {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.nkdn-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    animation: nkdnSlideIn 0.5s ease-out forwards;
    opacity: 0;
}

.nkdn-benefit-item:nth-child(1) { animation-delay: 0.1s; }
.nkdn-benefit-item:nth-child(2) { animation-delay: 0.2s; }
.nkdn-benefit-item:nth-child(3) { animation-delay: 0.3s; }
.nkdn-benefit-item:nth-child(4) { animation-delay: 0.4s; margin-bottom: 0; }

@keyframes nkdnSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nkdn-check-icon {
    width: 24px;
    height: 24px;
    color: #48bb78;
    flex-shrink: 0;
}

.nkdn-benefit-item span {
    font-size: 15px;
    color: #2d3748;
    font-weight: 600;
}

/* CTA Section */
.nkdn-cta-button {
    width: 100%;
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(72, 187, 120, 0.4);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nkdn-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(72, 187, 120, 0.5);
}

.nkdn-cta-button:active {
    transform: translateY(-1px);
}

.nkdn-cta-button svg {
    width: 24px;
    height: 24px;
}

.nkdn-contact-info {
    text-align: center;
}

.nkdn-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2d3748;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nkdn-phone:hover {
    transform: scale(1.05);
    color: #667eea;
}

.nkdn-phone svg {
    width: 20px;
    height: 20px;
    color: #667eea;
    transition: all 0.3s ease;
}

.nkdn-phone:hover svg {
    transform: rotate(15deg);
}

.nkdn-phone strong {
    color: #667eea;
    font-size: 18px;
}

/* Clinic Name */
.nkdn-clinic-name {
    text-align: center;
}

.nkdn-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 0 auto 15px;
    border-radius: 2px;
}

.nkdn-clinic-title {
    font-size: 22px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.nkdn-tagline {
    font-size: 14px;
    color: #718096;
    font-style: italic;
    font-weight: 500;
}

/* Limited Time */
.nkdn-limited-time {
    background: linear-gradient(135deg, #fef5e7 0%, #ffeaa7 100%);
    padding: 12px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #d97706;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    animation: nkdnGlow 2s ease-in-out infinite;
    grid-column: 1 / -1;
}

@keyframes nkdnGlow {
    0%, 100% { box-shadow: 0 0 10px rgba(217, 119, 6, 0.2); }
    50% { box-shadow: 0 0 20px rgba(217, 119, 6, 0.4); }
}

.nkdn-timer-icon {
    font-size: 18px;
    animation: nkdnSwing 1s ease-in-out infinite;
}

@keyframes nkdnSwing {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

/* Responsive */
@media (max-width: 768px) {
    .nkdn-promo-container {
        padding: 10px;
    }

    .nkdn-promo-block {
        border-radius: 20px;
    }

    .nkdn-badge {
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 0;
    }

    .nkdn-sparkle {
        width: 16px;
        height: 16px;
    }

    .nkdn-promo-content {
        grid-template-columns: 1fr;
        padding: 60px 20px 25px;
        gap: 25px;
    }

    .nkdn-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }

    .nkdn-old-price {
        font-size: 20px;
    }

    .nkdn-discount-badge {
        font-size: 14px;
        padding: 6px 16px;
    }

    .nkdn-currency {
        font-size: 14px;
    }

    .nkdn-amount {
        font-size: 42px;
    }

    .nkdn-unit {
        font-size: 18px;
    }

    .nkdn-per-jaw {
        font-size: 14px;
    }

    .nkdn-per-jaw span {
        padding: 4px 12px;
    }

    .nkdn-benefits {
        padding: 20px;
    }

    .nkdn-benefit-item {
        margin-bottom: 12px;
    }

    .nkdn-check-icon {
        width: 20px;
        height: 20px;
    }

    .nkdn-benefit-item span {
        font-size: 13px;
        line-height: 1.4;
    }

    .nkdn-cta-button {
        font-size: 15px;
        padding: 15px 25px;
        margin-bottom: 15px;
    }

    .nkdn-cta-button svg {
        width: 20px;
        height: 20px;
    }

    .nkdn-phone {
        font-size: 14px;
    }

    .nkdn-phone svg {
        width: 18px;
        height: 18px;
    }

    .nkdn-phone strong {
        font-size: 16px;
    }

    .nkdn-divider {
        width: 50px;
        height: 3px;
        margin-bottom: 12px;
    }

    .nkdn-clinic-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .nkdn-tagline {
        font-size: 12px;
    }

    .nkdn-limited-time {
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 25px;
    }

    .nkdn-timer-icon {
        font-size: 16px;
    }

    .nkdn-left-column,
    .nkdn-right-column {
        gap: 20px;
    }
}

/* Extra small devices */
@media (max-width: 380px) {
    .nkdn-promo-content {
        padding: 55px 15px 20px;
    }

    .nkdn-title {
        font-size: 18px;
    }

    .nkdn-amount {
        font-size: 36px;
    }

    .nkdn-benefit-item span {
        font-size: 12px;
    }

    .nkdn-cta-button {
        font-size: 14px;
        padding: 14px 20px;
    }
}/* End custom CSS */