/* =========================
   REGISTRO PROFESIONALES - REDISEŅO V10
========================= */

.pd-regpro-hero {
    overflow: hidden;
    background: linear-gradient(90deg, #061f4f 0 64%, #ffffff 54%);
}

.pd-regpro-hero .container,
.pd-regpro-benefits .container,
.pd-regpro-registration .container,
.pd-regpro-value-strip .container {
    max-width: 1500px;
}

.pd-regpro-hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    min-height: 640px;
}

.pd-regpro-hero-copy {
    position: relative;
    z-index: 2;
    padding: 76px 72px 72px 0;
    color: #ffffff;
}

.pd-regpro-eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #ff514d;
    font-size: .78rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pd-regpro-hero h1 {
    max-width: 880px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(2.65rem, 4.35vw, 4.9rem);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.pd-regpro-hero h1 em,
.pd-regpro-trust-panel h2 em {
    color: #ff514d;
    font-style: normal;
}

.pd-regpro-hero-lead {
    max-width: 800px;
    margin: 0 0 28px;
    color: #edf3fb;
    font-size: 1.12rem;
    line-height: 1.65;
}

.pd-regpro-hero-note {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    max-width: 810px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 16px;
    background: rgba(255,255,255,.045);
}

.pd-regpro-hero-note i {
    flex: 0 0 auto;
    margin-top: 4px;
    color: #ff514d;
    font-size: 1.35rem;
}

.pd-regpro-hero-note p {
    margin: 0;
    color: #ffffff;
    font-size: .96rem;
    line-height: 1.58;
}

.pd-regpro-primary-btn,
.pd-regpro-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 27px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff514d 0%, #ff6a5f 100%);
    color: #ffffff;
    font: inherit;
    font-size: 1rem;
    font-weight: 850;
    cursor: pointer;
    box-shadow: 0 15px 32px rgba(255,81,77,.25);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.pd-regpro-primary-btn {
    margin-top: 28px;
}

.pd-regpro-primary-btn:hover,
.pd-regpro-submit:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(255,81,77,.31);
}

.pd-regpro-hero-visual {
    position: relative;
    min-height: 640px;
    background: #eef3f8;
}

.pd-regpro-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 16%;
}

.pd-regpro-free-badge {
    position: absolute;
    right: 6%;
    bottom: 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 172px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #ff514d;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 14px 35px rgba(6,31,79,.24);
}

.pd-regpro-free-badge:after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
}

.pd-regpro-free-badge strong,
.pd-regpro-free-badge span {
    position: relative;
    z-index: 1;
}

.pd-regpro-free-badge strong {
    font-size: 1.06rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.pd-regpro-free-badge span {
    margin-top: 8px;
    font-size: .77rem;
    line-height: 1.35;
}

.pd-regpro-benefits {
    padding: 88px 0;
    background: #ffffff;
}

.pd-regpro-section-heading {
    max-width: 840px;
    margin: 0 auto 42px;
    text-align: center;
}

.pd-regpro-section-heading h2 {
    margin: 0 0 13px;
    color: #061f4f;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.pd-regpro-section-heading p {
    margin: 0;
    color: #526078;
    font-size: 1.06rem;
    line-height: 1.6;
}

.pd-regpro-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pd-regpro-benefit-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f3;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(6,31,79,.075);
}

.pd-regpro-benefit-card > img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.pd-regpro-benefit-body {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.pd-regpro-benefit-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-top: -54px;
    margin-bottom: 20px;
    border: 4px solid #ffffff;
    border-radius: 16px;
    background: #ff514d;
    color: #ffffff;
    font-size: 1.25rem;
    box-shadow: 0 8px 20px rgba(255,81,77,.26);
}

.pd-regpro-benefit-body h3 {
    margin: 0 0 13px;
    color: #061f4f;
    font-size: 1.3rem;
    line-height: 1.22;
}

.pd-regpro-benefit-body p {
    flex: 1;
    margin: 0 0 18px;
    color: #526078;
    font-size: .95rem;
    line-height: 1.62;
}

.pd-regpro-benefit-body a,
.pd-regpro-coming-soon {
    color: #ff514d;
    font-size: .92rem;
    font-weight: 850;
}

.pd-regpro-benefit-body a i {
    margin-left: 5px;
    font-size: .78rem;
}

.pd-regpro-registration {
    padding: 92px 0;
    background: #f4f7fb;
}

.pd-regpro-registration-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 54px;
    align-items: start;
}

.pd-regpro-trust-panel {
    padding: 20px 6px;
}

.pd-regpro-trust-panel h2 {
    margin: 0 0 30px;
    color: #061f4f;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.pd-regpro-trust-list {
    display: grid;
    gap: 24px;
}

.pd-regpro-trust-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    align-items: start;
}

.pd-regpro-trust-item > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #dce4ef;
    border-radius: 50%;
    background: #ffffff;
    color: #ff514d;
    font-size: 1rem;
}

.pd-regpro-trust-item strong {
    display: block;
    margin-bottom: 4px;
    color: #061f4f;
    font-size: 1rem;
}

.pd-regpro-trust-item p {
    margin: 0;
    color: #526078;
    font-size: .95rem;
    line-height: 1.55;
}

.pd-regpro-trust-panel blockquote {
    margin: 34px 0 0;
    padding: 22px 24px;
    border-left: 4px solid #ff514d;
    border-radius: 0 14px 14px 0;
    background: #ffffff;
    color: #061f4f;
    font-style: italic;
    line-height: 1.6;
    box-shadow: 0 10px 28px rgba(6,31,79,.06);
}

.pd-regpro-form-card {
    padding: 42px;
    border: 1px solid #e2e8f3;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(6,31,79,.09);
}

.pd-regpro-head {
    margin-bottom: 26px;
}

.pd-regpro-head h2 {
    margin: 0 0 10px;
    color: #061f4f;
    font-size: clamp(1.9rem, 2.6vw, 2.9rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.pd-regpro-head p {
    max-width: 760px;
    margin: 0;
    color: #526078;
    font-size: 1rem;
    line-height: 1.62;
}

.pd-regpro-form {
    display: grid;
    gap: 22px;
}

.pd-regpro-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pd-regpro-field {
    display: grid;
    gap: 8px;
}

.pd-regpro-field-full {
    grid-column: 1 / -1;
}

.pd-regpro-field label {
    color: #061f4f;
    font-size: .92rem;
    font-weight: 800;
}

.pd-regpro-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.pd-regpro-label-row span {
    color: #7a8497;
    font-size: .8rem;
    font-weight: 600;
    white-space: nowrap;
}

.pd-regpro-field input[type="text"],
.pd-regpro-field input[type="email"],
.pd-regpro-field input[type="tel"],
.pd-regpro-field input[type="password"] {
    width: 100%;
    min-height: 54px;
    padding: 0 15px;
    border: 1px solid #d5deeb;
    border-radius: 12px;
    background: #ffffff;
    color: #1b2a38;
    font: inherit;
    font-size: 1rem;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.pd-regpro-field input::placeholder {
    color: #9aa5b6;
}

.pd-regpro-field input:focus {
    border-color: #ff514d;
    box-shadow: 0 0 0 4px rgba(255,81,77,.10);
}

.pd-regpro-legal {
    display: grid;
    gap: 14px;
}

.pd-regpro-privacy {
    margin: 0;
    border-radius: 14px;
    background: #f7f9fc;
    border-color: #e2e8f3;
}

.pd-regpro-check {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 15px;
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    background: #ffffff;
    color: #526078;
    line-height: 1.5;
}

.pd-regpro-check input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: #ff514d;
}

.pd-regpro-check span {
    font-size: .91rem;
}

.pd-regpro-check .legal-link {
    color: #ff514d;
    font-weight: 800;
    text-decoration: underline;
}

.pd-regpro-check-legal {
    background: #fffafa;
}

.pd-regpro-check-legal.is-accepted {
    border-color: rgba(20,125,66,.25);
    background: #f0fbf5;
}

.pd-regpro-help {
    margin: -4px 0 0;
    color: #7a8497;
    font-size: .84rem;
    line-height: 1.5;
}

.pd-regpro-actions {
    display: grid;
    gap: 10px;
}

.pd-regpro-actions .pd-regpro-submit {
    width: 100%;
    min-height: 58px;
    font-size: 1.04rem;
}

.pd-regpro-actions p {
    margin: 0;
    color: #7a8497;
    font-size: .8rem;
    text-align: center;
}

.pd-regpro-value-strip {
    padding: 30px 0;
    border-top: 1px solid #e2e8f3;
    border-bottom: 1px solid #e2e8f3;
    background: #ffffff;
}

.pd-regpro-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pd-regpro-value-grid > div {
    padding: 8px 28px;
    border-right: 1px solid #e2e8f3;
}

.pd-regpro-value-grid > div:first-child {
    padding-left: 0;
}

.pd-regpro-value-grid > div:last-child {
    border-right: 0;
}

.pd-regpro-value-grid strong {
    display: block;
    color: #ff514d;
    font-size: 1.02rem;
}

.pd-regpro-value-grid span {
    display: block;
    margin-top: 3px;
    color: #526078;
    font-size: .86rem;
}

@media (max-width: 1080px) {
    .pd-regpro-hero {
        background: #061f4f;
    }

    .pd-regpro-hero-grid,
    .pd-regpro-registration-grid {
        grid-template-columns: 1fr;
    }

    .pd-regpro-hero-copy {
        padding: 60px 0 48px;
    }

    .pd-regpro-hero-visual {
        min-height: 470px;
        margin: 0 -2.63%;
    }

    .pd-regpro-benefit-grid {
        grid-template-columns: 1fr;
    }

    .pd-regpro-registration-grid {
        gap: 34px;
    }
}

@media (max-width: 760px) {
    .pd-regpro-hero-copy {
        padding-top: 44px;
    }

    .pd-regpro-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.25rem);
    }

    .pd-regpro-hero-lead {
        font-size: 1rem;
    }

    .pd-regpro-hero-visual {
        min-height: 390px;
    }

    .pd-regpro-free-badge {
        right: 4%;
        bottom: 5%;
        width: 134px;
        height: 134px;
    }

    .pd-regpro-free-badge strong {
        font-size: .86rem;
    }

    .pd-regpro-free-badge span {
        font-size: .67rem;
    }

    .pd-regpro-benefits,
    .pd-regpro-registration {
        padding: 64px 0;
    }

    .pd-regpro-form-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .pd-regpro-fields,
    .pd-regpro-value-grid {
        grid-template-columns: 1fr;
    }

    .pd-regpro-label-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .pd-regpro-value-grid > div {
        padding: 13px 0;
        border-right: 0;
        border-bottom: 1px solid #edf1f6;
    }

    .pd-regpro-value-grid > div:last-child {
        border-bottom: 0;
    }
}

.pd-regpro-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* =========================
   FIN REGISTRO PROFESIONALES - REDISEŅO V10
========================= */
