/* =========================
   PARTNERSHIP PAGE
   BIOTRA
========================= */

/* =========================
   PAGE HEADER
========================= */

.partnership-page-header {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(214, 164, 58, 0.16), transparent 28%),
        radial-gradient(circle at 90% 80%, rgba(214, 164, 58, 0.1), transparent 26%),
        linear-gradient(135deg, #071B35 0%, #0B2545 52%, #071B35 100%);
    padding: 74px 0 82px;
    overflow: hidden;
}

.partnership-header-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.42;
    pointer-events: none;
}

.partnership-page-header::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -150px;
    top: 70px;
    background-color: rgba(214, 164, 58, 0.12);
    border-radius: 50%;
    filter: blur(20px);
}

.partnership-page-header::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -120px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    filter: blur(18px);
}

.partnership-page-header-container {
    position: relative;
    z-index: 2;
}

.partnership-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 15px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 600;
}

.partnership-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    transition: 0.25s ease;
}

.partnership-breadcrumb a:hover {
    color: var(--gold);
}

.partnership-breadcrumb i {
    color: var(--gold);
    font-size: 12px;
}

.partnership-breadcrumb span {
    color: var(--gold);
}

.partnership-page-header-content {
    max-width: 920px;
}

.partnership-header-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.35);
    color: var(--gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.partnership-header-label::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.partnership-page-header-content h1 {
    max-width: 820px;
    color: var(--white);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.3px;
    margin-bottom: 20px;
}

.partnership-page-header-content p {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.partnership-header-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 11px;
    max-width: 720px;
    padding: 15px 18px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.partnership-header-note i {
    color: var(--gold);
    font-size: 20px;
    margin-top: 2px;
}

.partnership-header-note span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================
   INDUSTRY OPPORTUNITY SECTION
========================= */

.industry-opportunity-section {
    position: relative;
    background:
        radial-gradient(circle at 88% 18%, rgba(214, 164, 58, 0.1), transparent 28%),
        linear-gradient(180deg, #FFFFFF 0%, #F5F6F8 100%);
    padding: 110px 0;
    overflow: hidden;
}

.industry-opportunity-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -190px;
    bottom: 80px;
    background-color: rgba(7, 27, 53, 0.07);
    border-radius: 50%;
    filter: blur(14px);
}

.industry-opportunity-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -160px;
    top: 100px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    filter: blur(14px);
}

.industry-opportunity-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 70px;
    align-items: center;
}

/* Content */

.industry-content {
    max-width: 560px;
}

.partnership-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 22px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.28);
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.partnership-section-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--gold);
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.industry-content h2 {
    color: var(--navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin-bottom: 24px;
}

.industry-content p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.industry-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 30px;
}

.industry-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 18px;
    background-color: var(--white);
    border: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: 0.25s ease;
}

.industry-point:hover {
    transform: translateX(5px);
    border-color: rgba(214, 164, 58, 0.45);
}

.industry-point i {
    color: var(--gold);
    font-size: 21px;
    margin-top: 2px;
}

.industry-point span {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

/* Chart Area */

.industry-chart-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.industry-chart-card {
    position: relative;
    min-height: 370px;
    padding: 26px;
    border-radius: 28px;
    background-color: var(--white);
    border: 1px solid rgba(229, 231, 235, 0.95);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.industry-chart-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -60px;
    top: -60px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
}

.chart-card-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.chart-card-header span {
    display: inline-block;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.chart-card-header h3 {
    color: var(--navy);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.chart-card-header i {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background-color: rgba(214, 164, 58, 0.16);
    color: var(--gold);
    font-size: 23px;
}

.industry-chart-card p {
    position: relative;
    z-index: 2;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.chart-box {
    position: relative;
    z-index: 2;
    height: 210px;
}

.chart-box canvas {
    width: 100% !important;
    height: 100% !important;
}

.industry-chart-note {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 17px 20px;
    border-radius: 20px;
    background-color: var(--navy);
    border-left: 5px solid var(--gold);
    box-shadow: 0 20px 45px rgba(7, 27, 53, 0.14);
}

.industry-chart-note i {
    color: var(--gold);
    font-size: 20px;
    margin-top: 2px;
}

.industry-chart-note span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================
   PARTNERSHIP WORKFLOW SECTION
========================= */

.partnership-workflow-section {
    position: relative;
    background:
        radial-gradient(circle at 12% 20%, rgba(214, 164, 58, 0.14), transparent 28%),
        linear-gradient(135deg, #071B35 0%, #0B2545 52%, #071B35 100%);
    padding: 115px 0;
    overflow: hidden;
}

.partnership-workflow-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.42;
    pointer-events: none;
}

.partnership-workflow-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -140px;
    bottom: -120px;
    background-color: rgba(214, 164, 58, 0.11);
    border-radius: 50%;
    filter: blur(18px);
}

.partnership-workflow-container {
    position: relative;
    z-index: 2;
}

.workflow-header {
    max-width: 820px;
    margin: 0 auto 62px;
    text-align: center;
}

.workflow-header h2 {
    color: var(--white);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin: 22px 0 18px;
}

.workflow-header p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.8;
}

/* Timeline */

.workflow-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.workflow-line {
    position: absolute;
    top: 39px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(214, 164, 58, 0.2),
        rgba(214, 164, 58, 0.9),
        rgba(214, 164, 58, 0.2)
    );
    z-index: 1;
}

.workflow-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.workflow-number {
    width: 78px;
    height: 78px;
    margin: 0 auto 26px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background-color: var(--gold);
    color: var(--navy);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 18px 36px rgba(214, 164, 58, 0.28);
    border: 6px solid rgba(255, 255, 255, 0.08);
}

.workflow-card {
    height: 320px;
    padding: 28px 24px;
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
    transition: 0.3s ease;

    display: flex;
    flex-direction: column;
}

.workflow-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214, 164, 58, 0.55);
    background-color: rgba(255, 255, 255, 0.095);
}

.workflow-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background-color: rgba(214, 164, 58, 0.16);
    border: 1px solid rgba(214, 164, 58, 0.26);
    color: var(--gold);
    font-size: 25px;
    margin-bottom: 22px;
    flex: 0 0 auto;
}

.workflow-card h3 {
      color: var(--white);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 5px;
    /* min-height: 78px; */
}

.workflow-card p {
      color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* =========================
   PARTNER BENEFITS SECTION
========================= */

.partner-benefits-section {
    position: relative;
    background:
        radial-gradient(circle at 88% 16%, rgba(214, 164, 58, 0.1), transparent 28%),
        linear-gradient(180deg, #FFFFFF 0%, #F5F6F8 100%);
    padding: 115px 0;
    overflow: hidden;
}

.partner-benefits-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -190px;
    bottom: 80px;
    background-color: rgba(7, 27, 53, 0.07);
    border-radius: 50%;
    filter: blur(14px);
}

.partner-benefits-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -160px;
    top: 110px;
    background-color: rgba(214, 164, 58, 0.09);
    border-radius: 50%;
    filter: blur(14px);
}

.partner-benefits-container {
    position: relative;
    z-index: 2;
}

.benefits-header {
    max-width: 820px;
    margin: 0 auto 58px;
    text-align: center;
}

.benefits-header h2 {
    color: var(--navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin: 22px 0 18px;
}

.benefits-header p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.8;
}

/* Benefits Grid */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit-card {
    position: relative;
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 28px;
    background-color: var(--white);
    border: 1px solid rgba(229, 231, 235, 0.95);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: 0.3s ease;
}

.benefit-card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -54px;
    top: -54px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    transition: 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214, 164, 58, 0.5);
    box-shadow: 0 28px 66px rgba(15, 23, 42, 0.12);
}

.benefit-card:hover::before {
    transform: scale(1.3);
    background-color: rgba(214, 164, 58, 0.16);
}

.benefit-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background-color: rgba(214, 164, 58, 0.14);
    border: 1px solid rgba(214, 164, 58, 0.24);
    color: var(--gold);
    font-size: 26px;
    margin-bottom: 24px;
}

.benefit-card h3 {
    position: relative;
    z-index: 2;
    color: var(--navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 14px;
    min-height: 54px;
}

.benefit-card p {
    position: relative;
    z-index: 2;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================
   PARTNERSHIP PRICING SECTION
========================= */

.partnership-pricing-section {
    position: relative;
    background:
        radial-gradient(circle at 15% 20%, rgba(214, 164, 58, 0.18), transparent 30%),
        radial-gradient(circle at 85% 85%, rgba(214, 164, 58, 0.12), transparent 28%),
        linear-gradient(135deg, #071B35 0%, #0B2545 48%, #071B35 100%);
    padding: 115px 0;
    overflow: hidden;
}

.pricing-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.42;
    pointer-events: none;
}

.partnership-pricing-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -160px;
    top: 120px;
    background-color: rgba(214, 164, 58, 0.12);
    border-radius: 50%;
    filter: blur(20px);
}

.partnership-pricing-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -140px;
    bottom: -120px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    filter: blur(18px);
}

.partnership-pricing-container {
    position: relative;
    z-index: 2;
}

.pricing-header {
    max-width: 820px;
    margin: 0 auto 58px;
    text-align: center;
}

.section-label-dark {
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.35);
    color: var(--gold);
}

.pricing-header h2 {
    color: var(--white);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin: 22px 0 18px;
}

.pricing-header p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.8;
}

/* Pricing Cards */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    min-height: 560px;
    padding: 34px 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: 0.3s ease;

    display: flex;
    flex-direction: column;
}

.pricing-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -60px;
    top: -60px;
    background-color: rgba(214, 164, 58, 0.13);
    border-radius: 50%;
    transition: 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214, 164, 58, 0.55);
    background-color: rgba(255, 255, 255, 0.095);
}

.pricing-card:hover::before {
    transform: scale(1.25);
    background-color: rgba(214, 164, 58, 0.18);
}

.pricing-card-featured {
    border-color: rgba(214, 164, 58, 0.58);
    transform: translateY(-14px);
    box-shadow: 0 30px 74px rgba(0, 0, 0, 0.24);
}

.pricing-card-featured:hover {
    transform: translateY(-20px);
}

.pricing-card-top {
    position: relative;
    z-index: 2;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    margin-bottom: 22px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.16);
    border: 1px solid rgba(214, 164, 58, 0.32);
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.pricing-card h3 {
    color: var(--white);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.28;
    margin-bottom: 14px;
}

.pricing-card-top p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.75;
    min-height: 98px;
}

/* Price */

.pricing-price {
    position: relative;
    z-index: 2;
    margin: 28px 0 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pricing-price span {
    color: var(--gold);
    font-size: 18px;
    font-weight: 800;
    margin-top: 8px;
}

.pricing-price strong {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}

/* List */

.pricing-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 28px;
}

.pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.6;
}

.pricing-list i {
    color: var(--gold);
    font-size: 18px;
    margin-top: 3px;
}

/* Button */

.pricing-button {
    position: relative;
    z-index: 2;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    width: 100%;
    border-radius: 999px;
    background-color: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(214, 164, 58, 0.25);
    transition: 0.28s ease;
}

.pricing-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(214, 164, 58, 0.36);
}

.pricing-button i {
    font-size: 16px;
    transition: 0.25s ease;
}

.pricing-button:hover i {
    transform: translateX(4px);
}

/* Note */

.pricing-note {
    margin-top: 34px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 22px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 5px solid var(--gold);
    backdrop-filter: blur(10px);
}

.pricing-note i {
    color: var(--gold);
    font-size: 21px;
    margin-top: 2px;
}

.pricing-note span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================
   PROMO PRICING
========================= */

.promo-pricing-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1020px;
    margin: 0 auto;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
}

.promo-price-panel {
    padding: 42px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-benefit-panel {
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
}

/* Badge */

.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 15px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: rgba(214, 164, 58, 0.14);
    border: 1px solid rgba(214, 164, 58, 0.32);
    color: var(--gold);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.promo-badge i {
    font-size: 12px;
}

/* Price label shared */

.price-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 10px;
}

/* Normal price box */

.normal-price-box {
    padding: 20px 22px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.normal-price-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.normal-price-wrapper strong {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.62);
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1;
}

.normal-price-wrapper strong::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%) rotate(-4deg);
    height: 4px;
    background: #E53935;
    border-radius: 2px;
}

.price-cross {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(229, 57, 53, 0.15);
    color: #E53935;
    font-size: 14px;
}

.normal-price-box > p {
    color: rgba(255, 255, 255, 0.38);
    font-size: 12.5px;
    line-height: 1.5;
}

/* Discount price box */

.discount-price-box {
    padding: 24px 26px;
    margin-bottom: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(214, 164, 58, 0.18) 0%, rgba(214, 164, 58, 0.07) 100%);
    border: 1px solid rgba(214, 164, 58, 0.38);
}

.discount-price-box strong {
    display: block;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1;
    margin: 6px 0 10px;
}

.discount-price-box > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.65;
}

/* Special price box */

.special-price-box {
    padding: 22px 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #D6A43A 0%, #C49028 100%);
}

.special-price-box > span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(7, 27, 53, 0.62);
    margin-bottom: 8px;
}

.special-price-box h3 {
    color: var(--navy);
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 12px;
}

.special-price-box > p {
    color: rgba(7, 27, 53, 0.72);
    font-size: 13px;
    line-height: 1.62;
}

/* Benefit panel */

.promo-benefit-panel h3 {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 13px;
}

.promo-benefit-panel > p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.promo-benefit-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.promo-benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    line-height: 1.6;
}

.promo-benefit-list li i {
    color: var(--gold);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* CTA buttons */

.promo-main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 54px;
    width: 100%;
    border-radius: 999px;
    background: var(--gold);
    color: var(--navy);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(214, 164, 58, 0.32);
    transition: 0.28s ease;
    margin-bottom: 16px;
}

.promo-main-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(214, 164, 58, 0.44);
    color: var(--navy);
}

.promo-main-button i {
    font-size: 16px;
    transition: transform 0.25s ease;
}

.promo-main-button:hover i {
    transform: translateX(4px);
}

.promo-secondary-link {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.22s ease;
}

.promo-secondary-link:hover {
    color: var(--gold);
}

/* Responsive Promo */

@media (max-width: 1440px) {
    .promo-pricing-card {
        max-width: 960px;
    }

    .promo-price-panel,
    .promo-benefit-panel {
        padding: 36px;
    }

    .normal-price-wrapper strong {
        font-size: 38px;
    }

    .discount-price-box strong {
        font-size: 40px;
    }

    .special-price-box h3 {
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    .promo-price-panel,
    .promo-benefit-panel {
        padding: 32px;
    }

    .normal-price-wrapper strong {
        font-size: 34px;
    }

    .discount-price-box strong {
        font-size: 36px;
    }

    .special-price-box h3 {
        font-size: 29px;
    }

    .promo-benefit-panel h3 {
        font-size: 23px;
    }
}

@media (max-width: 768px) {
    .promo-pricing-card {
        grid-template-columns: 1fr;
    }

    .promo-price-panel {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 26px 22px;
    }

    .promo-benefit-panel {
        padding: 26px 22px;
    }

    .normal-price-wrapper strong {
        font-size: 30px;
    }

    .discount-price-box strong {
        font-size: 34px;
    }

    .special-price-box h3 {
        font-size: 28px;
    }

    .promo-main-button {
        height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .promo-price-panel,
    .promo-benefit-panel {
        padding: 24px 20px;
    }

    .promo-badge {
        font-size: 11px;
        padding: 7px 13px;
    }

    .normal-price-wrapper strong {
        font-size: 26px;
    }

    .discount-price-box strong {
        font-size: 30px;
    }

    .special-price-box h3 {
        font-size: 24px;
    }

    .promo-benefit-panel h3 {
        font-size: 20px;
    }

    .promo-benefit-list li {
        font-size: 13.5px;
    }
}

/* =========================
   FINANCIAL SIMULATION SECTION
========================= */

.financial-simulation-section {
    position: relative;
    background:
        radial-gradient(circle at 88% 16%, rgba(214, 164, 58, 0.1), transparent 28%),
        linear-gradient(180deg, #FFFFFF 0%, #F5F6F8 100%);
    padding: 115px 0;
    overflow: hidden;
}

.financial-simulation-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -190px;
    bottom: 80px;
    background-color: rgba(7, 27, 53, 0.07);
    border-radius: 50%;
    filter: blur(14px);
}

.financial-simulation-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -160px;
    top: 110px;
    background-color: rgba(214, 164, 58, 0.09);
    border-radius: 50%;
    filter: blur(14px);
}

.financial-simulation-container {
    position: relative;
    z-index: 2;
}

.simulation-header {
    max-width: 860px;
    margin: 0 auto 58px;
    text-align: center;
}

.simulation-header h2 {
    color: var(--navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin: 22px 0 18px;
}

.simulation-header p {
    max-width: 800px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.85;
}

/* Simulation Cards */

.simulation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.simulation-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background-color: var(--white);
    border: 1px solid rgba(229, 231, 235, 0.95);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: 0.3s ease;
}

.simulation-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -60px;
    top: -60px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    transition: 0.3s ease;
}

.simulation-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214, 164, 58, 0.5);
    box-shadow: 0 28px 66px rgba(15, 23, 42, 0.12);
}

.simulation-card:hover::before {
    transform: scale(1.25);
    background-color: rgba(214, 164, 58, 0.16);
}

.simulation-card-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.simulation-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background-color: rgba(214, 164, 58, 0.14);
    border: 1px solid rgba(214, 164, 58, 0.24);
    color: var(--gold);
    font-size: 28px;
}

.simulation-card-header span {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.simulation-card-header h3 {
    color: var(--navy);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
}

/* Details */

.simulation-details {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

.simulation-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 16px;
    border-radius: 17px;
    background-color: var(--light);
    border: 1px solid rgba(229, 231, 235, 0.9);
}

.simulation-row span {
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 600;
}

.simulation-row strong {
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

/* Result */

.simulation-result {
    position: relative;
    z-index: 2;
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 20%, rgba(214, 164, 58, 0.2), transparent 34%),
        linear-gradient(135deg, #071B35 0%, #0B2545 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
}

.simulation-result span {
    display: block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.simulation-result strong {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.simulation-result small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 600;
}

/* Highlight */

.simulation-highlight {
    position: relative;
    margin-top: 30px;
    padding: 36px 40px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 86% 20%, rgba(214, 164, 58, 0.2), transparent 30%),
        linear-gradient(135deg, #071B35 0%, #0B2545 54%, #071B35 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
}

.simulation-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.38;
    pointer-events: none;
}

.simulation-highlight-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.simulation-highlight-content span {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sim-monthly-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.52);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.sim-monthly-note i {
    font-size: 13px;
    opacity: 0.7;
}

.sim-monthly-note em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.36);
    font-size: 12px;
}

.sim-total-label {
    color: var(--gold);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
    opacity: 0.85;
}

.simulation-highlight-content h3 {
    color: var(--gold);
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 16px;
    text-shadow: 0 0 48px rgba(214, 164, 58, 0.38);
    letter-spacing: -0.5px;
}

.simulation-highlight-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.75;
}

.simulation-highlight-icon {
    position: relative;
    z-index: 2;
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background-color: rgba(214, 164, 58, 0.16);
    border: 1px solid rgba(214, 164, 58, 0.3);
    color: var(--gold);
    font-size: 36px;
}

/* Disclaimer */

.simulation-disclaimer {
    margin-top: 28px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 22px;
    border-radius: 22px;
    background-color: var(--white);
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-left: 5px solid var(--gold);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.simulation-disclaimer i {
    color: var(--gold);
    font-size: 21px;
    margin-top: 2px;
}

.simulation-disclaimer span {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================
   PARTNERSHIP FINAL CTA
========================= */

.partnership-final-cta-section {
    position: relative;
    background-color: var(--white);
    padding: 100px 0 110px;
    overflow: hidden;
}

.partnership-final-cta-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    top: 60px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    filter: blur(16px);
}

.partnership-final-cta {
    position: relative;
    z-index: 2;
    padding: 46px 50px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 20%, rgba(214, 164, 58, 0.22), transparent 30%),
        linear-gradient(135deg, #071B35 0%, #0B2545 54%, #071B35 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    overflow: hidden;
}

.partnership-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.38;
    pointer-events: none;
}

.partnership-final-cta::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -90px;
    top: -100px;
    background-color: rgba(214, 164, 58, 0.16);
    border-radius: 50%;
    filter: blur(10px);
}

.partnership-final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.partnership-final-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.35);
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.partnership-final-cta-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--gold);
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.partnership-final-cta-content h2 {
    color: var(--white);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.8px;
    margin-bottom: 14px;
}

.partnership-final-cta-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15.5px;
    line-height: 1.8;
}

.partnership-final-cta-actions {
    position: relative;
    z-index: 2;
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.partnership-final-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    background-color: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(214, 164, 58, 0.28);
    transition: 0.28s ease;
}

.partnership-final-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(214, 164, 58, 0.38);
}

.partnership-final-cta-button i {
    font-size: 16px;
    transition: 0.25s ease;
}

.partnership-final-cta-button:hover i {
    transform: translateX(4px);
}

.partnership-final-cta-actions span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.6;
}

/* =========================
   PARTNERSHIP PAGE - LAPTOP VIEW
   1024px - 1440px
========================= */

@media (max-width: 1440px) {
    .container {
        max-width: 1120px;
    }

    /* =========================
       PAGE HEADER
    ========================= */

    .partnership-page-header {
        min-height: 330px;
        padding: 60px 0 68px;
    }

    .partnership-breadcrumb {
        margin-bottom: 22px;
        padding: 8px 14px;
        font-size: 12.5px;
    }

    .partnership-header-label {
        padding: 8px 15px;
        margin-bottom: 17px;
        font-size: 13px;
    }

    .partnership-page-header-content h1 {
        max-width: 760px;
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -1.1px;
        margin-bottom: 18px;
    }

    .partnership-page-header-content p {
        max-width: 720px;
        font-size: 14.5px;
        line-height: 1.78;
        margin-bottom: 20px;
    }

    .partnership-header-note {
        max-width: 680px;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .partnership-header-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       SECTION SPACING
    ========================= */

    .industry-opportunity-section,
    .partnership-workflow-section,
    .partner-benefits-section,
    .partnership-pricing-section,
    .financial-simulation-section,
    .partnership-final-cta-section {
        padding: 88px 0;
    }

    /* =========================
       INDUSTRY OPPORTUNITY
    ========================= */

    .industry-opportunity-container {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 46px;
    }

    .industry-content {
        max-width: 520px;
    }

    .partnership-section-label {
        padding: 8px 15px;
        margin-bottom: 20px;
        font-size: 12.5px;
    }

    .industry-content h2,
    .workflow-header h2,
    .benefits-header h2,
    .pricing-header h2,
    .simulation-header h2 {
        font-size: 36px;
        line-height: 1.16;
        letter-spacing: -0.9px;
    }

    .industry-content p,
    .workflow-header p,
    .benefits-header p,
    .pricing-header p,
    .simulation-header p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .industry-points {
        gap: 12px;
        margin-top: 26px;
    }

    .industry-point {
        padding: 13px 14px;
        border-radius: 17px;
    }

    .industry-point span {
        font-size: 13px;
    }

    .industry-chart-wrapper {
        gap: 18px;
    }

    .industry-chart-card {
        min-height: 340px;
        padding: 24px;
        border-radius: 26px;
    }

    .chart-card-header h3 {
        font-size: 18px;
    }

    .chart-card-header i {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        font-size: 21px;
        border-radius: 15px;
    }

    .industry-chart-card p {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 18px;
    }

    .chart-box {
        height: 190px;
    }

    .industry-chart-note {
        padding: 15px 18px;
        border-radius: 18px;
    }

    .industry-chart-note span {
        font-size: 13px;
    }

    /* =========================
       WORKFLOW SECTION
    ========================= */

    .workflow-header {
        max-width: 760px;
        margin-bottom: 50px;
    }

    .workflow-timeline {
        gap: 16px;
    }

    .workflow-line {
        top: 33px;
        left: 8%;
        right: 8%;
    }

    .workflow-number {
        width: 66px;
        height: 66px;
        font-size: 17px;
        border-radius: 20px;
        margin-bottom: 22px;
    }

    .workflow-card {
        height: 330px;
        padding: 24px 18px;
        border-radius: 24px;
    }

    .workflow-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .workflow-card h3 {
        font-size: 16px;
        line-height: 1.35;
        min-height: 66px;
        margin-bottom: 12px;
    }

    .workflow-card p {
        font-size: 12.8px;
        line-height: 1.65;
    }

    /* =========================
       BENEFIT MITRA
    ========================= */

    .benefits-header {
        max-width: 760px;
        margin-bottom: 46px;
    }

    .benefits-grid {
        gap: 18px;
    }

    .benefit-card {
        min-height: 245px;
        padding: 26px 20px;
        border-radius: 26px;
    }

    .benefit-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
        border-radius: 17px;
        margin-bottom: 20px;
    }

    .benefit-card h3 {
        font-size: 17px;
        line-height: 1.32;
        min-height: 48px;
        margin-bottom: 12px;
    }

    .benefit-card p {
        font-size: 13px;
        line-height: 1.68;
    }

    /* =========================
       PRICING SECTION
    ========================= */

    .pricing-header {
        max-width: 760px;
        margin-bottom: 50px;
    }

    .pricing-grid {
        gap: 22px;
    }

    .pricing-card {
        min-height: 540px;
        padding: 30px 24px;
        border-radius: 28px;
    }

    .pricing-card-featured {
        transform: translateY(-10px);
    }

    .pricing-card-featured:hover {
        transform: translateY(-16px);
    }

    .pricing-badge {
        padding: 7px 12px;
        margin-bottom: 18px;
        font-size: 11px;
    }

    .pricing-card h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .pricing-card-top p {
        font-size: 13px;
        line-height: 1.7;
        min-height: 90px;
    }

    .pricing-price {
        margin: 24px 0 24px;
        padding-bottom: 24px;
    }

    .pricing-price span {
        font-size: 16px;
    }

    .pricing-price strong {
        font-size: 28px;
    }

    .pricing-list {
        gap: 13px;
        margin-bottom: 26px;
    }

    .pricing-list li {
        font-size: 13px;
        line-height: 1.55;
    }

    .pricing-button {
        min-height: 50px;
        font-size: 13.5px;
    }

    .pricing-note {
        margin-top: 30px;
        padding: 16px 20px;
        border-radius: 20px;
    }

    .pricing-note span {
        font-size: 13px;
    }

    /* =========================
       FINANCIAL SIMULATION
    ========================= */

    .simulation-header {
        max-width: 800px;
        margin-bottom: 50px;
    }

    .simulation-grid {
        gap: 22px;
    }

    .simulation-card {
        padding: 30px;
        border-radius: 28px;
    }

    .simulation-card-header {
        gap: 16px;
        margin-bottom: 24px;
    }

    .simulation-icon {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        font-size: 25px;
        border-radius: 18px;
    }

    .simulation-card-header h3 {
        font-size: 22px;
    }

    .simulation-details {
        gap: 12px;
        margin-bottom: 24px;
    }

    .simulation-row {
        padding: 13px 14px;
        border-radius: 16px;
    }

    .simulation-row span,
    .simulation-row strong {
        font-size: 13px;
    }

    .simulation-result {
        padding: 22px;
        border-radius: 22px;
    }

    .simulation-result strong {
        font-size: 28px;
    }

    .simulation-highlight {
        padding: 32px 36px;
        border-radius: 28px;
        gap: 34px;
    }

    .simulation-highlight-content h3 {
        font-size: 44px;
    }

    .simulation-highlight-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .simulation-highlight-icon {
        width: 74px;
        height: 74px;
        flex: 0 0 74px;
        font-size: 32px;
        border-radius: 24px;
    }

    .simulation-disclaimer {
        padding: 16px 20px;
        border-radius: 20px;
    }

    .simulation-disclaimer span {
        font-size: 13px;
    }

    /* =========================
       FINAL CTA
    ========================= */

    .partnership-final-cta {
        padding: 38px 42px;
        border-radius: 30px;
        gap: 36px;
    }

    .partnership-final-cta-label {
        padding: 8px 15px;
        margin-bottom: 16px;
        font-size: 12.5px;
    }

    .partnership-final-cta-content h2 {
        font-size: 32px;
        line-height: 1.22;
    }

    .partnership-final-cta-content p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .partnership-final-cta-actions {
        flex: 0 0 250px;
    }

    .partnership-final-cta-button {
        min-height: 52px;
        padding: 0 24px;
        font-size: 13.5px;
    }
}

/* =========================
   PARTNERSHIP PAGE - SMALL LAPTOP
   1024px - 1200px
========================= */

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    /* Page Header */

    .partnership-page-header {
        min-height: 310px;
        padding: 54px 0 62px;
    }

    .partnership-page-header-content h1 {
        max-width: 700px;
        font-size: 36px;
    }

    .partnership-page-header-content p {
        max-width: 680px;
        font-size: 14px;
    }

    /* Section spacing */

    .industry-opportunity-section,
    .partnership-workflow-section,
    .partner-benefits-section,
    .partnership-pricing-section,
    .financial-simulation-section,
    .partnership-final-cta-section {
        padding: 78px 0;
    }

    /* Industry Opportunity */

    .industry-opportunity-container {
        gap: 34px;
    }

    .industry-content h2,
    .workflow-header h2,
    .benefits-header h2,
    .pricing-header h2,
    .simulation-header h2 {
        font-size: 32px;
    }

    .industry-content p,
    .workflow-header p,
    .benefits-header p,
    .pricing-header p,
    .simulation-header p {
        font-size: 14px;
    }

    .industry-chart-wrapper {
        gap: 14px;
    }

    .industry-chart-card {
        min-height: 320px;
        padding: 22px;
    }

    .chart-box {
        height: 175px;
    }

    .chart-card-header h3 {
        font-size: 16px;
    }

    /* Workflow */

    .workflow-timeline {
        gap: 12px;
    }

    .workflow-number {
        width: 58px;
        height: 58px;
        font-size: 15px;
        border-radius: 18px;
        margin-bottom: 18px;
    }

    .workflow-line {
        top: 29px;
    }

    .workflow-card {
        height: 330px;
        padding: 22px 15px;
        border-radius: 22px;
    }

    .workflow-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        border-radius: 15px;
        margin-bottom: 16px;
    }

    .workflow-card h3 {
        font-size: 15px;
        min-height: 62px;
    }

    .workflow-card p {
        font-size: 12.3px;
        line-height: 1.6;
    }

    /* Benefits */

    .benefits-grid {
        gap: 16px;
    }

    .benefit-card {
        min-height: 235px;
        padding: 24px 18px;
    }

    .benefit-card h3 {
        font-size: 16px;
    }

    .benefit-card p {
        font-size: 12.6px;
    }

    /* Pricing */

    .pricing-grid {
        gap: 18px;
    }

    .pricing-card {
        min-height: 530px;
        padding: 28px 20px;
    }

    .pricing-card h3 {
        font-size: 20px;
    }

    .pricing-card-top p,
    .pricing-list li {
        font-size: 12.6px;
    }

    .pricing-price strong {
        font-size: 25px;
    }

    /* Simulation */

    .simulation-card {
        padding: 28px 24px;
    }

    .simulation-card-header h3 {
        font-size: 20px;
    }

    .simulation-result strong {
        font-size: 25px;
    }

    .simulation-highlight {
        padding: 30px 32px;
    }

    .simulation-highlight-content h3 {
        font-size: 38px;
    }

    /* CTA */

    .partnership-final-cta {
        padding: 34px 36px;
    }

    .partnership-final-cta-content h2 {
        font-size: 29px;
    }

    .partnership-final-cta-actions {
        flex: 0 0 230px;
    }
}
/* =========================
   PARTNERSHIP PAGE - MOBILE VIEW
   max 768px
========================= */

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* =========================
       PAGE HEADER
    ========================= */

    .partnership-page-header {
        min-height: auto;
        padding: 56px 0 64px;
    }

    .partnership-breadcrumb {
        margin-bottom: 20px;
        padding: 8px 14px;
        font-size: 12px;
    }

    .partnership-header-label {
        padding: 8px 14px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .partnership-page-header-content {
        max-width: 100%;
    }

    .partnership-page-header-content h1 {
        max-width: 100%;
        font-size: 32px;
        line-height: 1.16;
        letter-spacing: -0.8px;
        margin-bottom: 18px;
    }

    .partnership-page-header-content p {
        max-width: 100%;
        font-size: 14.2px;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    .partnership-header-note {
        max-width: 100%;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .partnership-header-note i {
        font-size: 18px;
    }

    .partnership-header-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       SECTION GENERAL
    ========================= */

    .industry-opportunity-section,
    .partnership-workflow-section,
    .partner-benefits-section,
    .partnership-pricing-section,
    .financial-simulation-section,
    .partnership-final-cta-section {
        padding: 70px 0;
    }

    .partnership-section-label,
    .section-label-dark {
        padding: 8px 14px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .industry-content h2,
    .workflow-header h2,
    .benefits-header h2,
    .pricing-header h2,
    .simulation-header h2 {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.7px;
        margin: 18px 0 14px;
    }

    .industry-content p,
    .workflow-header p,
    .benefits-header p,
    .pricing-header p,
    .simulation-header p {
        font-size: 14.2px;
        line-height: 1.75;
    }

    /* =========================
       INDUSTRY OPPORTUNITY
    ========================= */

    .industry-opportunity-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .industry-content {
        max-width: 100%;
    }

    .industry-points {
        gap: 12px;
        margin-top: 24px;
    }

    .industry-point {
        padding: 14px 15px;
        border-radius: 17px;
        gap: 11px;
    }

    .industry-point i {
        font-size: 19px;
    }

    .industry-point span {
        font-size: 13px;
        line-height: 1.55;
    }

    .industry-chart-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .industry-chart-card {
        min-height: auto;
        padding: 24px 22px;
        border-radius: 26px;
    }

    .chart-card-header {
        gap: 16px;
        margin-bottom: 14px;
    }

    .chart-card-header span {
        font-size: 11.5px;
    }

    .chart-card-header h3 {
        font-size: 19px;
        line-height: 1.3;
    }

    .chart-card-header i {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        font-size: 21px;
        border-radius: 15px;
    }

    .industry-chart-card p {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 18px;
    }

    .chart-box {
        height: 220px;
    }

    .industry-chart-note {
        padding: 16px 18px;
        border-radius: 18px;
    }

    .industry-chart-note i {
        font-size: 19px;
    }

    .industry-chart-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       WORKFLOW SECTION
    ========================= */

    .workflow-header {
        max-width: 100%;
        margin-bottom: 38px;
        text-align: left;
    }

    .workflow-header p {
        margin: 0;
    }

    .workflow-timeline {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .workflow-line {
        display: none;
    }

    .workflow-step {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 16px;
        align-items: stretch;
    }

    .workflow-number {
        width: 58px;
        height: 58px;
        margin: 0;
        border-radius: 18px;
        font-size: 15px;
        align-self: flex-start;
    }

    .workflow-card {
        height: auto;
        min-height: auto;
        padding: 24px 22px;
        border-radius: 24px;
    }

    .workflow-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .workflow-card h3 {
        font-size: 19px;
        line-height: 1.32;
        min-height: auto;
        margin-bottom: 12px;
    }

    .workflow-card p {
        font-size: 13.5px;
        line-height: 1.68;
    }

    /* =========================
       PARTNER BENEFITS
    ========================= */

    .benefits-header {
        max-width: 100%;
        margin-bottom: 36px;
        text-align: left;
    }

    .benefits-header p {
        margin: 0;
    }

    .benefits-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .benefit-card {
        min-height: auto;
        padding: 26px 22px;
        border-radius: 26px;
    }

    .benefit-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
        border-radius: 17px;
        margin-bottom: 20px;
    }

    .benefit-card h3 {
        font-size: 20px;
        line-height: 1.3;
        min-height: auto;
        margin-bottom: 12px;
    }

    .benefit-card p {
        font-size: 13.8px;
        line-height: 1.7;
    }

    /* =========================
       PRICING
    ========================= */

    .pricing-header {
        max-width: 100%;
        margin-bottom: 38px;
        text-align: left;
    }

    .pricing-header p {
        margin: 0;
    }

    .pricing-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing-card,
    .pricing-card-featured {
        min-height: auto;
        padding: 28px 24px;
        border-radius: 26px;
        transform: none;
    }

    .pricing-card-featured:hover,
    .pricing-card:hover {
        transform: translateY(-6px);
    }

    .pricing-badge {
        padding: 7px 12px;
        margin-bottom: 18px;
        font-size: 11px;
    }

    .pricing-card h3 {
        font-size: 22px;
        line-height: 1.28;
        margin-bottom: 12px;
    }

    .pricing-card-top p {
        font-size: 13.5px;
        line-height: 1.7;
        min-height: auto;
    }

    .pricing-price {
        margin: 24px 0;
        padding-bottom: 22px;
    }

    .pricing-price span {
        font-size: 16px;
        margin-top: 6px;
    }

    .pricing-price strong {
        font-size: 28px;
        line-height: 1.12;
    }

    .pricing-list {
        gap: 13px;
        margin-bottom: 26px;
    }

    .pricing-list li {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .pricing-list i {
        font-size: 17px;
    }

    .pricing-button {
        min-height: 50px;
        font-size: 13.5px;
    }

    .pricing-note {
        margin-top: 24px;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .pricing-note i {
        font-size: 19px;
    }

    .pricing-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       FINANCIAL SIMULATION
    ========================= */

    .simulation-header {
        max-width: 100%;
        margin-bottom: 38px;
        text-align: left;
    }

    .simulation-header p {
        margin: 0;
    }

    .simulation-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .simulation-card {
        padding: 28px 24px;
        border-radius: 26px;
    }

    .simulation-card-header {
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .simulation-icon {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
        font-size: 24px;
        border-radius: 18px;
    }

    .simulation-card-header span {
        font-size: 12px;
    }

    .simulation-card-header h3 {
        font-size: 21px;
        line-height: 1.3;
    }

    .simulation-details {
        gap: 12px;
        margin-bottom: 24px;
    }

    .simulation-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 15px;
        border-radius: 16px;
    }

    .simulation-row span {
        font-size: 13px;
    }

    .simulation-row strong {
        font-size: 14px;
        text-align: left;
    }

    .simulation-result {
        padding: 22px;
        border-radius: 22px;
    }

    .simulation-result span {
        font-size: 12px;
    }

    .simulation-result strong {
        display: block;
        font-size: 27px;
        margin-bottom: 4px;
    }

    .simulation-result small {
        font-size: 13px;
    }

    .simulation-highlight {
        margin-top: 24px;
        padding: 28px 24px;
        border-radius: 26px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .simulation-highlight-content {
        max-width: 100%;
    }

    .simulation-highlight-content span {
        font-size: 12px;
    }

    .simulation-highlight-content h3 {
        font-size: 34px;
        line-height: 1.08;
    }

    .sim-monthly-note {
        font-size: 13px;
    }

    .simulation-highlight-content p {
        font-size: 13.8px;
        line-height: 1.7;
    }

    .simulation-highlight-icon {
        width: 62px;
        height: 62px;
        flex: none;
        font-size: 27px;
        border-radius: 20px;
    }

    .simulation-disclaimer {
        margin-top: 22px;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .simulation-disclaimer i {
        font-size: 19px;
    }

    .simulation-disclaimer span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       FINAL CTA
    ========================= */

    .partnership-final-cta {
        padding: 28px 24px;
        border-radius: 26px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .partnership-final-cta-content {
        max-width: 100%;
    }

    .partnership-final-cta-label {
        padding: 8px 14px;
        margin-bottom: 16px;
        font-size: 12px;
    }

    .partnership-final-cta-content h2 {
        font-size: 26px;
        line-height: 1.24;
        letter-spacing: -0.6px;
        margin-bottom: 12px;
    }

    .partnership-final-cta-content p {
        font-size: 14px;
        line-height: 1.72;
    }

    .partnership-final-cta-actions {
        flex: none;
        width: 100%;
    }

    .partnership-final-cta-button {
        width: 100%;
        min-height: 52px;
        padding: 0 22px;
        font-size: 13.5px;
        justify-content: center;
    }

    .partnership-final-cta-actions span {
        font-size: 12.5px;
        line-height: 1.6;
    }
}

/* =========================
   PARTNERSHIP PAGE - SMALL MOBILE
   max 480px
========================= */

@media (max-width: 480px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Page Header */

    .partnership-page-header {
        padding: 50px 0 58px;
    }

    .partnership-page-header-content h1 {
        font-size: 28px;
    }

    .partnership-page-header-content p {
        font-size: 13.8px;
    }

    .partnership-header-note {
        padding: 13px 14px;
        border-radius: 17px;
    }

    /* General */

    .industry-opportunity-section,
    .partnership-workflow-section,
    .partner-benefits-section,
    .partnership-pricing-section,
    .financial-simulation-section,
    .partnership-final-cta-section {
        padding: 62px 0;
    }

    .industry-content h2,
    .workflow-header h2,
    .benefits-header h2,
    .pricing-header h2,
    .simulation-header h2 {
        font-size: 26px;
    }

    .industry-content p,
    .workflow-header p,
    .benefits-header p,
    .pricing-header p,
    .simulation-header p {
        font-size: 13.8px;
    }

    /* Industry */

    .industry-opportunity-container {
        gap: 30px;
    }

    .industry-chart-card {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .chart-card-header h3 {
        font-size: 17px;
    }

    .chart-box {
        height: 200px;
    }

    /* Workflow */

    .workflow-step {
        grid-template-columns: 54px 1fr;
        gap: 12px;
    }

    .workflow-number {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 13px;
        border-width: 4px;
    }

    .workflow-card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .workflow-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        border-radius: 15px;
    }

    .workflow-card h3 {
        font-size: 17px;
    }

    .workflow-card p {
        font-size: 13px;
    }

    /* Benefits */

    .benefit-card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .benefit-card h3 {
        font-size: 18px;
    }

    .benefit-card p {
        font-size: 13.3px;
    }

    /* Pricing */

    .pricing-card,
    .pricing-card-featured {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .pricing-card h3 {
        font-size: 20px;
    }

    .pricing-price strong {
        font-size: 25px;
    }

    .pricing-card-top p,
    .pricing-list li {
        font-size: 13px;
    }

    /* Simulation */

    .simulation-card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .simulation-card-header h3 {
        font-size: 19px;
    }

    .simulation-result strong {
        font-size: 24px;
    }

    .simulation-highlight {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .simulation-highlight-content h3 {
        font-size: 30px;
    }

    /* CTA */

    .partnership-final-cta {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .partnership-final-cta-content h2 {
        font-size: 23px;
    }

    .partnership-final-cta-content p {
        font-size: 13.6px;
    }
}