/* =============================================
   TCM ONE BECOME A PARTNER PAGE STYLING
   ============================================= */

/* Page Hero */
.partner-hero {
    padding: 85px 0 90px;
    background: radial-gradient(100% 100% at 50% 0%, #fafafa 0%, #ffffff 100%);
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

.partner-hero-inner {
    max-width: 860px;
    margin: 0 auto;
}

.partner-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    background: #111111;
    color: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.partner-hero h1 {
    font-size: clamp(2.6rem, 5.5vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.08;
    color: #111111;
    margin-bottom: 16px;
}

.partner-hero-sub {
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
    font-weight: 800;
    color: #222222;
    letter-spacing: -0.5px;
    margin-bottom: 22px;
}

.partner-hero-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 36px;
}

.partner-formula-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 16px 28px;
    border-radius: 100px;
    margin: 0 auto 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    font-size: 14px;
    font-weight: 700;
    color: #111111;
}

.partner-formula-bar .plus {
    color: #999999;
    font-weight: 400;
}

.partner-hero-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Sections Global */
.ptr-section {
    padding: 90px 0;
    border-bottom: 1px solid #f1f1f1;
}

.ptr-section-alt {
    background: #fafafa;
}

.ptr-header {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.ptr-header .ptr-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 12px;
}

.ptr-header h2 {
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -1.5px;
    color: #111111;
    margin-bottom: 14px;
}

.ptr-header p {
    font-size: 17px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* Offerings Grid */
.ptr-offering-item {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    transition: all 0.25s ease;
}

.ptr-offering-item:hover {
    border-color: #111111;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.ptr-offering-item i {
    font-size: 18px;
    color: #111111;
}

.ptr-objective-box {
    background: #111111;
    color: #ffffff;
    border-radius: 20px;
    padding: 24px 32px;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.ptr-objective-box strong {
    color: #ffffff;
    font-weight: 800;
}

/* Problem Solving Cards */
.ptr-problem-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    padding: 24px;
    height: 100%;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: all 0.25s ease;
}

.ptr-problem-card:hover {
    border-color: #111111;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.ptr-problem-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #111111;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 20px;
    flex-shrink: 0;
}

.ptr-problem-card p {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    line-height: 1.55;
    margin: 0;
}

/* 7 Pillars Grid */
.ptr-pillar-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
}

.ptr-pillar-card:hover {
    border-color: #111111;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.ptr-pillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #111111;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 22px;
}

.ptr-pillar-card h4 {
    font-size: 21px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 12px;
}

.ptr-pillar-card p {
    font-size: 14.5px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* AI + Human Workflow Diagram */
.ptr-ai-box {
    background: #111111;
    color: #ffffff;
    border-radius: 28px;
    padding: 48px 36px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.ptr-ai-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 36px 0 24px;
}

.ptr-ai-step {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 14px 22px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ptr-ai-arrow {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
}

/* Advantage Cards */
.ptr-adv-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.25s ease;
}

.ptr-adv-card:hover {
    border-color: #111111;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.ptr-adv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    color: #111111;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.ptr-adv-card h4 {
    font-size: 19px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 10px;
}

.ptr-adv-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.65;
    margin: 0;
}

/* 3 Partnership Models Cards */
.ptr-model-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    padding: 40px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.ptr-model-card:hover {
    transform: translateY(-6px);
    border-color: #111111;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.ptr-model-card.featured {
    border: 2px solid #111111;
    background: #ffffff;
}

.ptr-model-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: #f0f0f0;
    color: #111111;
    margin-bottom: 20px;
}

.ptr-model-card.featured .ptr-model-badge {
    background: #111111;
    color: #ffffff;
}

.ptr-model-card h3 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #111111;
    margin-bottom: 10px;
}

.ptr-model-sub {
    font-size: 14.5px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 18px;
    line-height: 1.5;
}

.ptr-model-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ptr-model-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    gap: 12px;
}

.ptr-model-list li {
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ptr-model-list li i {
    color: #111111;
    font-size: 16px;
    margin-top: 2px;
}

.ptr-model-footer {
    margin-top: auto;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #111111;
}

/* Lab Student Journey Cards */
.ptr-lab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.ptr-lab-step {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    transition: all 0.25s ease;
}

.ptr-lab-step:hover {
    border-color: #111111;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.ptr-lab-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
}

.ptr-lab-step h6 {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

/* Comparison Table */
.ptr-table-wrap {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-top: 40px;
}

.ptr-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.ptr-table th {
    background: #111111;
    color: #ffffff;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
}

.ptr-table td {
    padding: 16px 24px;
    font-size: 14.5px;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
}

.ptr-table tr:nth-child(even) td {
    background: #fafafa;
}

/* 10-Step Grid */
.ptr-lifecycle-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .ptr-lifecycle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ptr-lifecycle-grid {
        grid-template-columns: 1fr;
    }
}

.ptr-lifecycle-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    transition: all 0.25s ease;
}

.ptr-lifecycle-card:hover {
    border-color: #111111;
    transform: translateY(-3px);
}

.ptr-lc-num {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 6px;
}

.ptr-lifecycle-card h5 {
    font-size: 16px;
    font-weight: 800;
    color: #111111;
    margin: 0;
}

/* Progression Banner */
.ptr-progression-banner {
    background: #ffffff;
    border: 2px dashed #d0d0d0;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    margin-top: 45px;
}

.ptr-progression-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.ptr-prog-pill {
    background: #111111;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 15px;
}

/* App Integration Showcase - White Background Theme */
.ptr-app-box {
    background: #ffffff;
    color: #111111;
    border-radius: 36px;
    padding: 60px 40px;
    margin: 50px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
}

.ptr-app-step-row {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 28px;
    padding: 36px;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}

.ptr-app-step-row:last-child {
    margin-bottom: 0;
}

.ptr-app-step-row:hover {
    background: #ffffff;
    border-color: #111111;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

.ptr-phone-mockup-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ptr-phone-mockup {
    width: 100%;
    max-width: 270px; /* Compact phone mockup size */
    background: #000000;
    border-radius: 32px;
    border: 4px solid #111111;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 6px;
    transition: transform 0.3s ease;
}

.ptr-phone-mockup img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 26px;
    object-fit: contain; /* Shows full screenshot without clipping */
}

.ptr-app-step-row:hover .ptr-phone-mockup {
    transform: scale(1.02);
}

.ptr-app-step-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ptr-app-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    align-self: flex-start;
}

.ptr-app-step-info h4 {
    font-size: 24px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 14px;
    line-height: 1.3;
}

.ptr-app-step-info p {
    font-size: 15px;
    color: #555555;
    line-height: 1.75;
    margin-bottom: 20px;
}

.ptr-app-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 10px;
}

.ptr-app-feature-list li {
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ptr-app-feature-list li i {
    color: #111111;
    font-size: 16px;
    margin-top: 2px;
}

.ptr-app-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ptr-app-tag-item {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    color: #222222;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

/* Form Container */
.ptr-form-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 28px;
    padding: 48px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.ptr-form-sec-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.ptr-input,
.ptr-select {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 13px 18px;
    font-size: 14.5px;
    color: #111111;
    width: 100%;
    transition: all 0.2s ease;
    background: #ffffff;
}

.ptr-input:focus,
.ptr-select:focus {
    border-color: #111111;
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

/* Final CTA Box */
.ptr-cta-banner {
    background: #111111;
    color: #ffffff;
    border-radius: 32px;
    padding: 70px 40px;
    text-align: center;
    margin-top: 70px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

.ptr-cta-banner h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 900;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}

.ptr-cta-banner p {
    font-size: 18px;
    color: #cccccc;
    max-width: 760px;
    margin: 0 auto 36px;
    line-height: 1.7;
}
