/* ── Get Started / Book a Demo ─────────────────────────────────── */

.drm-page {
    background: #f0f2f5;
    min-height: 100vh;
    padding-top: 1px;
    margin-top: -1px;
    padding-bottom: 60px;
}
body.page-template-template-get-started {
    background: #f0f2f5;
}

/* Entrance animations */
@keyframes drm-fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
.drm-card {
    animation: drm-fade-up 0.5s ease-out both;
}
.drm-highlights-title {
    animation: drm-fade-up 0.5s ease-out 0.15s both;
}
.drm-highlight:nth-child(2) { animation: drm-fade-up 0.45s ease-out 0.25s both; }
.drm-highlight:nth-child(3) { animation: drm-fade-up 0.45s ease-out 0.35s both; }
.drm-highlight:nth-child(4) { animation: drm-fade-up 0.45s ease-out 0.45s both; }
.drm-highlight:nth-child(5) { animation: drm-fade-up 0.45s ease-out 0.55s both; }
.drm-highlight:nth-child(6) { animation: drm-fade-up 0.45s ease-out 0.65s both; }
.drm-highlights-cta {
    animation: drm-fade-up 0.45s ease-out 0.75s both;
}

/* Two-column layout */
.drm-layout {
    display: flex;
    gap: 32px;
    max-width: 1020px;
    margin: 40px auto 0;
    padding: 0 20px;
    align-items: flex-start;
}

/* Card */
.drm-card {
    background: #fff;
    flex: 0 1 580px;
    min-width: 0;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 40px 44px;
}

/* Highlights panel */
.drm-highlights {
    flex: 0 1 360px;
    min-width: 0;
    padding-top: 8px;
}
.drm-highlights-title {
    font-size: 20px;
    font-weight: 700;
    color: #1E3A52;
    margin: 0 0 24px;
}
.drm-highlight {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
    align-items: flex-start;
}
.drm-highlight-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(0,172,172,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drm-highlight-text strong {
    display: block;
    font-size: 14px;
    color: #1E3A52;
    margin-bottom: 4px;
}
.drm-highlight-text p {
    margin: 0;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.drm-highlights-cta {
    margin-top: 28px;
    padding: 16px 18px;
    background: #1E3A52;
    border-radius: 8px;
}
.drm-highlights-cta p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}
.drm-highlights-cta strong {
    color: #00ACAC;
}
.drm-card h1 {
    font-size: 24px;
    color: #1E3A52;
    margin: 0 0 6px;
    font-weight: 700;
}
.drm-subtitle {
    color: #666;
    font-size: 14px;
    margin: 0 0 28px;
    line-height: 1.5;
}

/* Fields */
.drm-field {
    margin-bottom: 18px;
}
.drm-field label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
}
.drm-field input[type="text"],
.drm-field input[type="email"],
.drm-field input[type="tel"],
.drm-field select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    transition: border-color 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
}
.drm-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.drm-field input:focus,
.drm-field select:focus {
    border-color: #00ACAC;
    box-shadow: 0 0 0 3px rgba(0,172,172,0.15);
    outline: none;
    transform: scale(1.005);
}
.drm-field input,
.drm-field select {
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

/* Validation errors */
.drm-invalid {
    border-color: #d63638 !important;
}
.drm-error {
    color: #d63638;
    font-size: 12px;
    margin-top: 4px;
}
.drm-error-form {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #d63638;
}

/* Submit button */
.drm-submit {
    width: 100%;
    padding: 14px;
    background: #00ACAC;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.15s;
}
.drm-submit:hover {
    background: #009090;
}
.drm-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Trial toggle */
.drm-trial-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 24px 0;
    padding: 16px 18px;
    background: #f5f8fa;
    border-radius: 8px;
    border: 1px solid #e8ecf0;
}
.drm-trial-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.drm-trial-label {
    font-weight: 600;
    font-size: 14px;
    color: #1E3A52;
}
.drm-trial-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* Switch */
.drm-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    min-width: 48px;
    height: 26px;
    margin-top: 2px;
}
.drm-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.drm-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #ccc;
    border-radius: 26px;
    transition: background 0.2s;
}
.drm-switch-slider::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
}
.drm-switch input:checked + .drm-switch-slider {
    background: #00ACAC;
}
.drm-switch input:checked + .drm-switch-slider::before {
    transform: translateX(22px);
}

/* Address section */
.drm-address-header {
    font-weight: 600;
    font-size: 14px;
    color: #1E3A52;
    margin-bottom: 4px;
}
.drm-address-desc {
    font-size: 12px;
    color: #888;
    margin-bottom: 16px;
    line-height: 1.4;
}
.drm-field-row {
    display: flex;
    gap: 12px;
}
.drm-field-half {
    flex: 1;
}

/* Success */
#drm-success {
    text-align: center;
    padding: 40px 20px;
    animation: drm-fade-up 0.5s ease-out both;
}
.drm-success-check {
    margin-bottom: 20px;
}
.drm-success-msg {
    font-size: 20px;
    font-weight: 700;
    color: #1E3A52;
    margin: 0 0 8px;
}
.drm-success-sub {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .drm-layout {
        flex-direction: column;
        padding: 0 16px;
    }
    .drm-card {
        flex: 1 1 auto;
    }
    .drm-highlights {
        flex: 1 1 auto;
        padding-top: 0;
    }
}
@media (max-width: 640px) {
    .drm-card {
        padding: 24px 20px;
    }
    .drm-field-row {
        flex-direction: column;
        gap: 0;
    }
    .drm-field[style*="max-width"] {
        max-width: 100% !important;
    }
}
