.dr-88675874-wrapper {
    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

.dr-88675874-header {
    text-align: center;
    margin-bottom: 40px;
}

.dr-88675874-subtitle {
    color: #a6311e;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.dr-88675874-main-title {
    font-size: 38px;
    font-weight: 800;
    color: #123063;
    margin-bottom: 15px;
}

.dr-88675874-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.dr-88675874-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    align-items: start;
}

@media(max-width: 768px) {
    .dr-88675874-grid {
        grid-template-columns: 1fr;
    }
}

.dr-88675874-form-card {
    background: #fff;
    border: 1px solid #e0e5eb;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.dr-88675874-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #123063;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.dr-88675874-accent-bar {
    width: 4px;
    height: 24px;
    background: #a6311e;
    display: inline-block;
    border-radius: 2px;
}

/* Sidebar Box styles */
.dr-88675874-app-box {
    background: #14356b;
    border-radius: 8px;
    padding: 35px;
    color: #fff;
    margin-bottom: 25px;
}

.dr-88675874-card-title-light {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.dr-88675874-accent-bar-yellow {
    width: 4px;
    height: 24px;
    background: #ffd352;
    display: inline-block;
    border-radius: 2px;
}

.dr-88675874-app-desc {
    color: #cbdcf7;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.dr-88675874-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.dr-88675874-bullets li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.dr-88675874-icon-check {
    background: #ffd352;
    color: #14356b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    flex-shrink: 0;
}

/* Store Badge Styles */
.dr-88675874-app-stores {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.dr-88675874-store-badge {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #444;
    transition: background 0.3s, border-color 0.3s;
    min-width: 140px;
    gap: 10px;
}

.dr-88675874-store-badge:hover {
    background: #111;
    border-color: #ffd352;
}

.dr-badge-text {
    display: flex;
    flex-direction: column;
}

.dr-badge-sub {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ccc;
    line-height: 1.1;
}

.dr-badge-main {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

/* Testimonial styling */
.dr-88675874-testimonial-box {
    background: #f7f9fc;
    border: 1px solid #e3e8f0;
    border-radius: 8px;
    padding: 25px;
}

.dr-88675874-author-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.dr-88675874-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.dr-88675874-author-info strong {
    display: block;
    font-size: 15px;
    color: #123063;
}

.dr-88675874-role {
    font-size: 12px;
    color: #666;
}

.dr-88675874-quote {
    font-style: italic;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Customize CF7 Styling to match the design */
.wpcf7 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.wpcf7 form p {
    margin: 0;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 form p:nth-child(5),
.wpcf7 form p:nth-child(6) {
    grid-column: span 2;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 14px;
    color: #495057;
    box-sizing: border-box;
}

.wpcf7 textarea {
    height: 100px;
    resize: none;
}

.wpcf7 input[type="submit"] {
    grid-column: span 2;
    background: #ffd352;
    color: #123063;
    border: none;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover {
    background: #e6bd45;
}
