/* ============================================================
   Partnership.css
   صفحه «اعطای نمایندگی» — هم‌راستا با تم صفحه اصلی (OnlineShop.css)
   پیشوند کلاس‌ها: pt- (Partnership) برای جلوگیری از تداخل با سایر صفحات
============================================================ */

/* ------------------------------------------------------------
   Keyframes
------------------------------------------------------------ */
@keyframes ptFadeLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ptFadeRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ------------------------------------------------------------
   Design tokens (identical palette to OnlineShop.css)
------------------------------------------------------------ */
:root {
    --acc-red: #C81D25;
    --acc-red-2: #9B1219;
    --acc-blue: #1A6CA0;
    --acc-blue-2: #0B3954;
    --acc-teal: #087E8B;
    --acc-teal-2: #065E69;
    --acc-purple: #7B52AB;
    --acc-purple-2: #5F3F87;
    --acc-green: #1A8C5B;
    --acc-green-2: #126A44;
    --pastel-red: #F2848C;
    --pastel-red-2: #F7A39E;
    --pastel-teal: #7FD0BE;
    --pastel-teal-2: #A5E1D3;
    --pastel-purple: #C9A5E8;
    --pastel-purple-2: #DCC0F0;
    --pastel-green: #8FD9BC;
    --pastel-green-2: #B2E7D0;
    --pt-card-bg: #fff;
    --pt-card-border: 1px solid rgba(11,57,84,.09);
    --pt-card-shadow: 0 4px 14px rgba(11,57,84,.05);
    --pt-card-shadow-hover: 0 18px 34px rgba(11,57,84,.10);
    --pt-ease: cubic-bezier(.34,1.56,.64,1);
    --pastel-blue: #86C4DC;
    --pastel-blue-2: #A9D6E7;
}

/* ------------------------------------------------------------
   Base
------------------------------------------------------------ */
.pt-page {
    direction: rtl;
    background: linear-gradient(180deg, #EEF4FA 0%, rgba(238, 244, 250, 0) 360px), radial-gradient(ellipse 50% 60% at 88% 8%, rgba(26,108,160,.08) 0%, transparent 70%), radial-gradient(ellipse 45% 50% at 8% 92%, rgba(11,57,84,.06) 0%, transparent 70%), #fff;
    overflow-x: hidden;
}

    .pt-page * {
        box-sizing: border-box;
    }

.pt-reveal {
    opacity: 0;
    will-change: opacity, transform;
}

.pt-reveal-done {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* ------------------------------------------------------------
   Shared bits
------------------------------------------------------------ */
.pt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    color: var(--acc-red);
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(200,29,37,.07);
    border: 1px solid rgba(200,29,37,.16);
    width: fit-content;
}

.pt-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
}

.pt-section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--acc-blue-2);
    margin: 0;
    line-height: 1.4;
    letter-spacing: -.2px;
}

/* placeholder media block */
.pt-placeholder {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border-radius: 24px;
    background: repeating-linear-gradient(135deg, #eef2f5, #eef2f5 12px, #e6ebef 12px, #e6ebef 24px);
    border: 2px dashed rgba(11,57,84,.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #8fa4b3;
}

    .pt-placeholder svg {
        width: 40px;
        height: 40px;
        stroke: #9db2c0;
        fill: none;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        opacity: .85;
    }

    .pt-placeholder span {
        font-size: 12.5px;
        font-weight: 700;
        letter-spacing: .3px;
    }

.pt-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 12px;
    background: var(--acc-red);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .pt-btn-primary:hover {
        color: #fff;
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(200,29,37,.35);
    }

    .pt-btn-primary svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.pt-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 12px;
    border: 1px solid #d8dee3;
    background: #fff;
    color: #0B3954;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all .25s ease;
}

    .pt-btn-outline:hover {
        transform: translateY(-4px);
        border-color: var(--acc-red);
        color: var(--acc-red);
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
    }

/* checkmark icon used in hero checklist + benefits list */
.pt-check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    stroke: var(--acc-red);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ============================================================
   1) HERO
============================================================ */
.pt-hero {
    width: 100%;
    padding: 88px 0 72px;
    position: relative;
}

.pt-hero-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 72px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: center;
    gap: 56px;
}

.pt-hero-content {
    animation: ptFadeRight .8s ease both;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pt-hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #1f2937;
    line-height: 1.45;
    margin: 0 0 18px;
    letter-spacing: -.3px;
}

    .pt-hero-title .pt-accent {
        color: var(--acc-red);
    }

.pt-hero-desc {
    font-size: 16px;
    line-height: 2;
    color: #6b7280;
    max-width: 520px;
    margin: 0 0 28px;
}

.pt-checklist {
    list-style: none;
    margin: 0 0 34px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .pt-checklist li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 700;
        color: var(--acc-blue-2);
    }

.pt-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.pt-hero-media {
    animation: ptFadeLeft .8s .1s ease both;
}

    .pt-hero-media .pt-placeholder {
        aspect-ratio: 1 / 0.85;
        min-height: 380px;
    }

/* ============================================================
   2) چرا نمایندگی وین‌تپ پرو — کارت‌ها
============================================================ */
.pt-why {
    width: 100%;
    padding: 72px 0;
    position: relative;
}

.pt-why-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.pt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pt-wcard {
    --c1: var(--pastel-red);
    --c2: var(--pastel-red-2);
    background: var(--pt-card-bg);
    border: var(--pt-card-border);
    border-radius: 20px;
    box-shadow: var(--pt-card-shadow);
    padding: 30px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .35s var(--pt-ease), box-shadow .35s ease, border-color .3s ease;
}

    .pt-wcard:hover {
        transform: translateY(-6px);
        border-color: color-mix(in srgb, var(--c1) 70%, transparent);
        box-shadow: var(--pt-card-shadow-hover);
    }

.pt-wcard-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(140deg, var(--c1), var(--c2));
    transition: transform .4s var(--pt-ease);
}

    .pt-wcard-icon img {
        width: 36px;
        height: 36px;
        object-fit: contain;
        display: block;
    }

.pt-wcard:hover .pt-wcard-icon {
    transform: translateY(-3px) scale(1.06);
}

.pt-wcard-title {
    font-size: 16.5px;
    font-weight: 800;
    color: var(--acc-blue-2);
    margin: 0 0 8px;
}

.pt-wcard-desc {
    font-size: 13px;
    color: #78889a;
    line-height: 1.85;
    margin: 0;
}

.pt-wcard.is-red {
    --c1: var(--pastel-red);
    --c2: var(--pastel-red-2);
}

.pt-wcard.is-purple {
    --c1: var(--pastel-purple);
    --c2: var(--pastel-purple-2);
}

.pt-wcard.is-blue {
    --c1: var(--pastel-blue);
    --c2: var(--pastel-blue-2);
}

.pt-wcard.is-teal {
    --c1: var(--pastel-teal);
    --c2: var(--pastel-teal-2);
}

.pt-wcard.is-green {
    --c1: var(--pastel-green);
    --c2: var(--pastel-green-2);
}

/* ============================================================
   3) شرایط دریافت نمایندگی  /  مزایای همکاری
============================================================ */
.pt-details {
    width: 100%;
    padding: 72px 0 100px;
}

.pt-details-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.pt-details-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.pt-title-dash {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: var(--acc-red);
    flex-shrink: 0;
}

.pt-details-title {
    font-size: 19px;
    font-weight: 800;
    color: var(--acc-blue-2);
    margin: 0;
}

.pt-details-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .pt-details-list li {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(11,57,84,.10);
        font-size: 14.5px;
        font-weight: 600;
        color: #33475a;
        transition: color .22s ease, border-color .22s ease;
    }

        .pt-details-list li:hover {
            color: var(--acc-blue-2);
            border-color: rgba(11,57,84,.22);
        }

.pt-details-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11,57,84,.06);
    border: 1px solid rgba(11,57,84,.12);
}

.pt-check-badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11,57,84,.06);
    border: 1px solid rgba(11,57,84,.12);
}

    .pt-check-badge .pt-check-icon {
        width: 22px;
        height: 22px;
        margin: 0;
    }

.pt-details-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.pt-details-list.is-check li {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/* ============================================================
   4) نوار آمار (STATS) — یک نوار یکپارچه (متفاوت از کارت‌های
      «چرا نمایندگی»)، با شمارنده انیمیشنی هنگام رسیدن اسکرول
============================================================ */
.pt-stats {
    width: 100%;
    padding: 72px 0;
    position: relative;
}

.pt-stats-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.pt-stats-bar {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(135deg, #F2F8FC 0%, #ffffff 65%);
    border: var(--pt-card-border);
    border-radius: 26px;
    box-shadow: var(--pt-card-shadow);
    padding: 44px 24px;
    overflow: hidden;
}

    .pt-stats-bar::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 45% 70% at 100% 0%, rgba(26,108,160,.07) 0%, transparent 65%), radial-gradient(ellipse 40% 60% at 0% 100%, rgba(200,29,37,.05) 0%, transparent 65%);
        pointer-events: none;
    }

.pt-stat-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 0 16px;
}

    .pt-stat-item:not(:last-child)::after {
        content: '';
        position: absolute;
        inset-inline-end: 0;
        top: 6px;
        bottom: 6px;
        width: 1px;
        background: rgba(11,57,84,.12);
    }

.pt-stat-icon {
    --c1: var(--pastel-blue);
    --c2: var(--pastel-blue-2);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    background: linear-gradient(140deg, var(--c1), var(--c2));
    box-shadow: 0 10px 22px -6px rgba(11,57,84,.28);
    transition: transform .4s var(--pt-ease);
}

    .pt-stat-icon svg {
        width: 26px;
        height: 26px;
        stroke: #fff;
        fill: none;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.pt-stat-item:hover .pt-stat-icon {
    transform: translateY(-4px) scale(1.06);
}

.pt-stat-icon.is-blue {
    --c1: var(--pastel-blue);
    --c2: var(--pastel-blue-2);
}

.pt-stat-icon.is-red {
    --c1: var(--pastel-red);
    --c2: var(--pastel-red-2);
}

.pt-stat-icon.is-purple {
    --c1: var(--pastel-purple);
    --c2: var(--pastel-purple-2);
}

.pt-stat-icon.is-teal {
    --c1: var(--pastel-teal);
    --c2: var(--pastel-teal-2);
}

.pt-stat-value {
    font-size: 30px;
    font-weight: 800;
    color: var(--acc-blue-2);
    line-height: 1.25;
    letter-spacing: -.3px;
    font-variant-numeric: tabular-nums;
    direction: ltr;
    unicode-bidi: isolate;
}

    .pt-stat-value.pt-stat-text {
        direction: rtl;
        unicode-bidi: normal;
    }

.pt-stat-desc {
    font-size: 13.5px;
    font-weight: 700;
    color: #78889a;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .pt-stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 12px;
        padding: 36px 24px;
        border-radius: 22px;
    }

    .pt-stat-item:nth-child(1)::after,
    .pt-stat-item:nth-child(3)::after {
        display: none;
    }

    .pt-stat-item:nth-child(2)::after {
        display: none;
    }

    .pt-stat-item::before {
        content: '';
        position: absolute;
        top: -16px;
        left: 12px;
        right: 12px;
        height: 1px;
        background: rgba(11,57,84,.10);
    }

    .pt-stat-item:nth-child(1)::before,
    .pt-stat-item:nth-child(2)::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .pt-stats-bar {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .pt-stat-item::after {
        display: none;
    }

    .pt-stat-item::before {
        top: -13px;
    }

    .pt-stat-item:nth-child(2)::before {
        display: block;
    }
}

/* ============================================================
   5) مراحل دریافت نمایندگی (STEPS TIMELINE)
============================================================ */
.pt-steps {
    width: 100%;
    padding: 72px 0 88px;
    position: relative;
}

.pt-steps-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.pt-steps-track {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

    .pt-steps-track::before {
        content: '';
        position: absolute;
        top: 38px;
        left: 76px;
        right: 76px;
        height: 0;
        border-top: 2px dashed rgba(11,57,84,.22);
        z-index: 0;
    }

.pt-step-item {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    min-width: 0;
}

.pt-step-icon-wrap {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--pt-card-bg);
    border: 1px solid rgba(11,57,84,.12);
    box-shadow: var(--pt-card-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .35s var(--pt-ease), box-shadow .35s ease, border-color .3s ease;
}

    .pt-step-icon-wrap svg {
        width: 32px;
        height: 32px;
        stroke: var(--acc-blue);
        fill: none;
        stroke-width: 1.6;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pt-step-icon-wrap img {
        width: 32px;
        height: 32px;
        object-fit: contain;
        display: block;
    }

.pt-step-item:hover .pt-step-icon-wrap {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--acc-red) 55%, transparent);
    box-shadow: var(--pt-card-shadow-hover);
}

.pt-step-num {
    font-size: 20px;
    font-weight: 800;
    color: var(--acc-red);
    line-height: 1;
}

.pt-step-title {
    font-size: 15.5px;
    font-weight: 800;
    color: var(--acc-blue-2);
    margin: 0;
}

.pt-step-desc {
    font-size: 12.5px;
    color: #78889a;
    line-height: 1.8;
    margin: 0;
    max-width: 170px;
}

@media (max-width: 991px) {
    .pt-steps-track {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

        .pt-steps-track::before {
            top: 0;
            bottom: 0;
            right: 32px;
            left: auto;
            width: 0;
            height: auto;
            border-top: none;
            border-inline-end: none;
            border-inline-start: 2px dashed rgba(11,57,84,.22);
        }

    .pt-step-item {
        flex-direction: row;
        text-align: start;
        gap: 18px;
    }

    .pt-step-icon-wrap {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
    }

        .pt-step-icon-wrap svg {
            width: 28px;
            height: 28px;
        }

        .pt-step-icon-wrap img {
            width: 28px;
            height: 28px;
        }

    .pt-step-desc {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .pt-stats-inner,
    .pt-steps-inner {
        padding: 0 20px;
    }

    .pt-stat-value {
        font-size: 22px;
    }
}

/* ============================================================
   RESPONSIVE (base sections)
============================================================ */
@media (max-width: 991px) {
    .pt-hero-inner {
        grid-template-columns: 1fr;
        padding: 0 40px;
    }

    .pt-hero {
        padding: 56px 0;
    }

    .pt-hero-content {
        align-items: center;
        text-align: center;
    }

    .pt-hero-title {
        font-size: 30px;
    }

    .pt-hero-desc {
        max-width: 100%;
    }

    .pt-checklist li {
        justify-content: center;
    }

    .pt-hero-actions {
        justify-content: center;
    }

    .pt-hero-media {
        order: -1;
    }

        .pt-hero-media .pt-placeholder {
            min-height: 260px;
        }

    .pt-why-inner,
    .pt-details-inner {
        padding: 0 40px;
    }

    .pt-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pt-details-inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

@media (max-width: 640px) {
    .pt-hero-inner,
    .pt-why-inner,
    .pt-details-inner {
        padding: 0 20px;
    }

    .pt-hero-title {
        font-size: 25px;
    }

    .pt-section-title {
        font-size: 24px;
    }

    .pt-why-grid {
        grid-template-columns: 1fr;
    }

    .pt-hero-actions {
        width: 100%;
    }

        .pt-hero-actions .pt-btn-primary,
        .pt-hero-actions .pt-btn-outline {
            flex: 1;
            justify-content: center;
        }
}

/* ============================================================
   6) فرم درخواست (REQUEST FORM)
============================================================ */
.pt-form {
    width: 100%;
    padding: 8px 0 110px;
    position: relative;
}

.pt-form-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.pt-form-card {
    background: var(--pt-card-bg);
    border: var(--pt-card-border);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(11,57,84,.09);
    padding: 56px 56px 48px;
    position: relative;
    overflow: hidden;
}

    .pt-form-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 55% 65% at 95% -5%, rgba(200,29,37,.05) 0%, transparent 65%), radial-gradient(ellipse 45% 55% at 0% 105%, rgba(26,108,160,.06) 0%, transparent 65%);
        pointer-events: none;
    }

.pt-form-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin-bottom: 18px;
}

.pt-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fbfcfd;
    border: 1.5px solid rgba(11,57,84,.14);
    border-radius: 16px;
    padding: 6px 18px;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

    .pt-field:hover {
        border-color: rgba(11,57,84,.26);
    }

    .pt-field:focus-within {
        border-color: var(--acc-blue);
        background: #fff;
        box-shadow: 0 0 0 4px rgba(26,108,160,.10);
    }

.pt-field-icon {
    --fc1: var(--pastel-blue);
    --fc2: var(--pastel-blue-2);
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, var(--fc1), var(--fc2));
    transition: transform .3s var(--pt-ease);
}

    .pt-field-icon svg {
        width: 18px;
        height: 18px;
        stroke: #fff;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.pt-field:focus-within .pt-field-icon {
    transform: scale(1.08);
}

.pt-field.is-red .pt-field-icon {
    --fc1: var(--pastel-red);
    --fc2: var(--pastel-red-2);
}

.pt-field.is-purple .pt-field-icon {
    --fc1: var(--pastel-purple);
    --fc2: var(--pastel-purple-2);
}

.pt-field.is-teal .pt-field-icon {
    --fc1: var(--pastel-teal);
    --fc2: var(--pastel-teal-2);
}

.pt-field input,
.pt-field textarea {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    padding: 15px 0;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--acc-blue-2);
    text-align: right;
}

    .pt-field input::placeholder,
    .pt-field textarea::placeholder {
        color: #9aa9b6;
        font-weight: 600;
    }

.pt-field.pt-field-full {
    grid-column: 1 / -1;
}

.pt-form-submit {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 30px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(120deg, var(--acc-red) 0%, var(--acc-red-2) 100%);
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    overflow: hidden;
    transition: transform .3s var(--pt-ease), box-shadow .3s ease;
}

    .pt-form-submit svg {
        width: 19px;
        height: 19px;
        stroke: #fff;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform .3s var(--pt-ease);
    }

    .pt-form-submit:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 38px rgba(200,29,37,.32);
    }

        .pt-form-submit:hover svg {
            transform: translateX(-4px);
        }

    .pt-form-submit:active {
        transform: translateY(-1px);
    }

@media (max-width: 767px) {
    .pt-form-card {
        padding: 40px 26px 34px;
        border-radius: 22px;
    }

    .pt-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pt-form-inner {
        padding: 0 20px;
    }
}
