
/* =========================================================
   TRIMEROUS TECHNOLOGY
   LICENSE / BUSINESS CREDENTIALS PAGE
   Premium • Modern • Corporate • Responsive
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.tr-license-page {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #20242b;
    font-family: "Poppins", sans-serif;
}

.tr-license-page *,
.tr-license-page *::before,
.tr-license-page *::after {
    box-sizing: border-box;
}

.tr-license-page p {
    color: #69717d;
    font-size: 15px;
    line-height: 1.9;
}

.tr-license-page h1,
.tr-license-page h2,
.tr-license-page h3 {
    font-family: "Poppins", sans-serif;
}


/* =========================================================
   HERO
========================================================= */

.tr-license-hero {
    position: relative;
    padding: 155px 0 105px;
    background:
        radial-gradient(circle at 15% 20%, rgba(240, 81, 37, 0.08), transparent 28%),
        radial-gradient(circle at 85% 70%, rgba(250, 164, 26, 0.10), transparent 30%),
        linear-gradient(135deg, #097bec 0%, #dbd5d5 52%, #1a335e 100%);
    border-bottom: 1px solid #edf0f4;
}

.tr-license-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(240, 81, 37, 0.08);
    border-radius: 50%;
    top: -210px;
    left: -160px;
}

.tr-license-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(250, 164, 26, 0.10);
    border-radius: 50%;
    right: -150px;
    bottom: -180px;
}

.tr-license-eyebrow,
.tr-section-label {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
    color: #f05125;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.tr-license-eyebrow::before,
.tr-section-label::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin-right: 10px;
    vertical-align: middle;
    background: linear-gradient(90deg, #f05125, #faa41a);
}

.tr-license-hero h1 {
    margin: 0 auto 22px;
    color: #161a20;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -1.5px;
}

.tr-license-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.9;
}


/* =========================================================
   INTRO
========================================================= */

.tr-license-intro {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
}

.tr-license-intro h2 {
    margin: 0 0 25px;
    color: #171b21;
    font-size: 36px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: -0.8px;
}

.tr-license-intro p {
    max-width: 760px;
    margin-bottom: 15px;
}

.tr-credential-summary {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 180px;
    margin-left: 25px;
    padding: 34px;
    position: relative;
    background: #ffffff;
    border: 1px solid #e8ebef;
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(25, 31, 40, 0.07);
    overflow: hidden;
}

.tr-credential-summary::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    right: -65px;
    top: -65px;
    background: rgba(250, 164, 26, 0.08);
}

.tr-summary-icon {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #f05125, #faa41a);
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 12px 25px rgba(240, 81, 37, 0.22);
}

.tr-summary-label {
    display: block;
    margin-bottom: 6px;
    color: #9a9fa7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.tr-credential-summary h3 {
    margin: 0 0 8px;
    color: #1b2027;
    font-size: 20px;
    font-weight: 700;
}

.tr-credential-summary p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   FEATURED CREDENTIAL
========================================================= */

.tr-featured-credential {
    position: relative;
    padding: 100px 0;
    background: #f7f9fb;
}

.tr-credential-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e7eaee;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(22, 28, 36, 0.08);
    overflow: hidden;
}

.tr-credential-card.featured {
    border-top: 4px solid #f05125;
}

.tr-credential-top {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 36px 40px;
    border-bottom: 1px solid #edf0f3;
}

.tr-credential-icon {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff4ef;
    color: #f05125;
    font-size: 27px;
}

.tr-credential-heading {
    flex: 1;
}

.tr-credential-heading > span {
    display: block;
    margin-bottom: 5px;
    color: #9a9fa7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.tr-credential-heading h2 {
    margin: 0;
    color: #171c22;
    font-size: 25px;
    font-weight: 750;
}

.tr-status-badge {
    padding: 9px 17px;
    border: 1px solid #cfead9;
    border-radius: 50px;
    background: #f0faf4;
    color: #218a4b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.tr-credential-body {
    padding: 40px;
}

.tr-credential-body p {
    max-width: 700px;
}

.tr-registration-details {
    padding: 5px 0;
}

.tr-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f3;
}

.tr-detail-row:last-child {
    border-bottom: 0;
}

.tr-detail-row span {
    color: #858c96;
    font-size: 12px;
    font-weight: 500;
}

.tr-detail-row strong {
    color: #242930;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.tr-sensitive-value {
    color: #f05125 !important;
}

.tr-credential-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0 40px 40px;
    padding: 18px 20px;
    border: 1px solid #f0e1d9;
    border-radius: 12px;
    background: #fffaf7;
}

.tr-credential-note i {
    margin-top: 4px;
    color: #f05125;
    font-size: 15px;
}

.tr-credential-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

.tr-credential-note strong {
    color: #272c33;
}


/* =========================================================
   WHY CREDENTIALS
========================================================= */

.tr-why-credentials {
    padding: 105px 0;
    background: #ffffff;
}

.tr-why-credentials h2,
.tr-other-credentials h2 {
    margin: 0 0 18px;
    color: #171b21;
    font-size: 35px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: -0.7px;
}

.tr-why-credentials .col-lg-8 > p,
.tr-other-credentials .col-lg-8 > p {
    max-width: 750px;
    margin: 0 auto;
}

.tr-info-card {
    height: 100%;
    padding: 38px 32px;
    background: #ffffff;
    border: 1px solid #e9edf1;
    border-radius: 17px;
    transition: all 0.35s ease;
}

.tr-info-card:hover {
    transform: translateY(-8px);
    border-color: rgba(240, 81, 37, 0.18);
    box-shadow: 0 20px 45px rgba(26, 31, 39, 0.08);
}

.tr-info-icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 14px;
    background: #fff4ef;
    color: #f05125;
    font-size: 20px;
}

.tr-info-card h3 {
    margin: 0 0 13px;
    color: #20252c;
    font-size: 19px;
    font-weight: 700;
}

.tr-info-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   OTHER CREDENTIALS
========================================================= */

.tr-other-credentials {
    padding: 105px 0;
    background: #f7f9fb;
}

.tr-credential-mini {
    display: flex;
    gap: 22px;
    height: 100%;
    padding: 31px;
    background: #ffffff;
    border: 1px solid #e8ebef;
    border-radius: 17px;
    transition: all 0.35s ease;
}

.tr-credential-mini:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(25, 31, 39, 0.08);
}

.tr-mini-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #f3f5f7;
    color: #f05125;
    font-size: 18px;
}

.tr-credential-mini span {
    display: block;
    margin-bottom: 6px;
    color: #9b9fa6;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.tr-credential-mini h3 {
    margin: 0 0 9px;
    color: #1e2329;
    font-size: 19px;
    font-weight: 700;
}

.tr-credential-mini p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.75;
}

.tr-credential-mini small {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    background: #f6f7f8;
    color: #858b94;
    font-size: 9px;
    font-weight: 600;
}


/* =========================================================
   SOFTWARE NOTICE
========================================================= */

.tr-software-notice {
    position: relative;
    padding: 105px 0;
    background: #15191f;
    color: #ffffff;
    overflow: hidden;
}

.tr-software-notice::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    right: -200px;
    top: -220px;
}

.tr-software-notice::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(250, 164, 26, 0.08);
    border-radius: 50%;
    left: -130px;
    bottom: -150px;
}

.tr-software-notice .tr-section-label {
    color: #faa41a;
}

.tr-software-notice .tr-section-label::before {
    background: linear-gradient(90deg, #faa41a, #f05125);
}

.tr-software-notice h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 750;
    line-height: 1.3;
}

.tr-software-notice p {
    max-width: 800px;
    color: #aeb5bf;
    font-size: 14px;
}

.tr-license-symbol {
    position: relative;
    z-index: 2;
    width: 185px;
    height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.025);
}

.tr-license-symbol i {
    margin-bottom: 13px;
    color: #faa41a;
    font-size: 35px;
}

.tr-license-symbol span {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: center;
}


/* =========================================================
   VERIFICATION
========================================================= */

.tr-verification-section {
    padding: 105px 0;
    background: #ffffff;
}

.tr-verification-box {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 43px;
    border: 1px solid #e8ebef;
    border-radius: 20px;
    background:
        linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    box-shadow: 0 20px 55px rgba(25, 31, 39, 0.06);
}

.tr-verification-icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff4ef;
    color: #f05125;
    font-size: 26px;
}

.tr-verification-content > span {
    display: block;
    margin-bottom: 7px;
    color: #f05125;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.tr-verification-content h2 {
    margin: 0 0 12px;
    color: #1b2026;
    font-size: 25px;
    font-weight: 750;
}

.tr-verification-content p {
    max-width: 780px;
    margin-bottom: 22px;
    font-size: 13px;
}

.tr-license-button {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 13px 21px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f05125, #e8461c);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(240, 81, 37, 0.20);
    transition: all 0.3s ease;
}

.tr-license-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(240, 81, 37, 0.28);
}

.tr-license-button i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.tr-license-button:hover i {
    transform: translateX(4px);
}


/* =========================================================
   DISCLAIMER
========================================================= */

.tr-license-disclaimer {
    padding: 0 0 70px;
    background: #ffffff;
}

.tr-disclaimer-box {
    padding: 31px 35px;
    border: 1px solid #e9ecef;
    border-left: 3px solid #faa41a;
    border-radius: 12px;
    background: #fafbfc;
}

.tr-disclaimer-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.tr-disclaimer-title i {
    color: #faa41a;
    font-size: 17px;
}

.tr-disclaimer-title h3 {
    margin: 0;
    color: #262b32;
    font-size: 16px;
    font-weight: 700;
}

.tr-disclaimer-box p {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.8;
}

.tr-disclaimer-box p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LAST UPDATED
========================================================= */

.tr-last-updated {
    padding: 0 0 80px;
    background: #ffffff;
}

.tr-last-updated p {
    margin: 0;
    color: #9ca2aa;
    font-size: 11px;
}

.tr-last-updated i {
    margin-right: 5px;
    color: #f05125;
}

.tr-last-updated strong {
    color: #6f7680;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .tr-license-hero {
        padding: 125px 0 85px;
    }

    .tr-license-hero h1 {
        font-size: 40px;
    }

    .tr-license-intro,
    .tr-featured-credential,
    .tr-why-credentials,
    .tr-other-credentials,
    .tr-software-notice,
    .tr-verification-section {
        padding: 80px 0;
    }

    .tr-credential-summary {
        margin: 35px 0 0;
    }

    .tr-info-card {
        margin-bottom: 25px;
    }

    .tr-credential-mini {
        margin-bottom: 25px;
    }

    .tr-license-symbol {
        margin: 35px auto 0;
    }

    .tr-verification-box {
        padding: 35px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .tr-license-hero {
        padding: 105px 20px 70px;
    }

    .tr-license-hero h1 {
        font-size: 31px;
        line-height: 1.25;
        letter-spacing: -0.7px;
    }

    .tr-license-hero p {
        font-size: 13px;
        line-height: 1.8;
    }

    .tr-license-intro,
    .tr-featured-credential,
    .tr-why-credentials,
    .tr-other-credentials,
    .tr-software-notice,
    .tr-verification-section {
        padding: 65px 0;
    }

    .tr-license-intro h2,
    .tr-why-credentials h2,
    .tr-other-credentials h2,
    .tr-software-notice h2 {
        font-size: 27px;
    }

    .tr-license-intro p,
    .tr-software-notice p {
        font-size: 13px;
    }

    .tr-credential-summary {
        padding: 25px;
        gap: 16px;
    }

    .tr-summary-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .tr-credential-top {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 28px 25px;
        gap: 17px;
    }

    .tr-credential-icon {
        flex-basis: 55px;
        width: 55px;
        height: 55px;
        border-radius: 14px;
        font-size: 21px;
    }

    .tr-credential-heading {
        min-width: calc(100% - 75px);
    }

    .tr-credential-heading h2 {
        font-size: 20px;
    }

    .tr-status-badge {
        margin-left: 72px;
        margin-top: -5px;
    }

    .tr-credential-body {
        padding: 28px 25px;
    }

    .tr-detail-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .tr-detail-row strong {
        text-align: left;
    }

    .tr-credential-note {
        margin: 0 25px 28px;
    }

    .tr-info-card {
        padding: 28px 25px;
    }

    .tr-credential-mini {
        padding: 25px;
    }

    .tr-software-notice {
        text-align: left;
    }

    .tr-license-symbol {
        width: 150px;
        height: 150px;
    }

    .tr-license-symbol i {
        font-size: 28px;
    }

    .tr-verification-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 25px;
    }

    .tr-verification-content h2 {
        font-size: 21px;
    }

    .tr-disclaimer-box {
        padding: 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .tr-license-hero h1 {
        font-size: 27px;
    }

    .tr-license-eyebrow,
    .tr-section-label {
        font-size: 9px;
        letter-spacing: 1.8px;
    }

    .tr-license-intro h2,
    .tr-why-credentials h2,
    .tr-other-credentials h2,
    .tr-software-notice h2 {
        font-size: 24px;
    }

    .tr-credential-top {
        padding: 24px 20px;
    }

    .tr-credential-body {
        padding: 24px 20px;
    }

    .tr-credential-note {
        margin: 0 20px 24px;
        padding: 15px;
    }

    .tr-status-badge {
        margin-left: 0;
    }

    .tr-license-button {
        width: 100%;
        justify-content: center;
    }

}


/* =========================================================
   ACCESSIBILITY / MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .tr-info-card,
    .tr-credential-mini,
    .tr-license-button,
    .tr-license-button i {
        transition: none;
    }

}


/* =========================================================
   PRINT
========================================================= */

@media print {

    .tr-license-hero,
    .tr-license-intro,
    .tr-featured-credential,
    .tr-why-credentials,
    .tr-other-credentials,
    .tr-software-notice,
    .tr-verification-section,
    .tr-license-disclaimer,
    .tr-last-updated {
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .tr-license-button {
        color: #000000 !important;
        background: #ffffff !important;
        border: 1px solid #000000;
        box-shadow: none;
    }

}
