/* =========================================================
   TRIMEROUS TECHNOLOGY
   REFERRAL PROGRAM
   PREMIUM ISOLATED DESIGN SYSTEM
   PREFIX: tr-ref-
========================================================= */


/* =========================================================
   01. ROOT VARIABLES
========================================================= */

:root {

    --tr-ref-black: #08090b;
    --tr-ref-dark: #0d0f12;
    --tr-ref-dark-2: #12151a;
    --tr-ref-dark-3: #181c22;

    --tr-ref-white: #ffffff;
    --tr-ref-paper: #f6f6f3;
    --tr-ref-soft: #eeeeea;

    --tr-ref-orange: #f05125;
    --tr-ref-orange-dark: #d94118;
    --tr-ref-orange-soft: rgba(240, 81, 37, 0.10);

    --tr-ref-text: #202328;
    --tr-ref-muted: #6d7279;

    --tr-ref-border: rgba(255, 255, 255, 0.10);
    --tr-ref-light-border: rgba(0, 0, 0, 0.09);

    --tr-ref-radius: 20px;
    --tr-ref-radius-sm: 12px;

    --tr-ref-container: 1180px;

    --tr-ref-shadow:
        0 20px 60px rgba(0, 0, 0, 0.08);

    --tr-ref-transition:
        all 0.35s cubic-bezier(.2, .65, .3, 1);
}


/* =========================================================
   02. GLOBAL RESET
========================================================= */

.tr-ref-header,
.tr-ref-hero,
.tr-ref-reward-section,
.tr-ref-intro-section,
.tr-ref-services-section,
.tr-ref-process-section,
.tr-ref-who-section,
.tr-ref-rules-section,
.tr-ref-principles-section,
.tr-ref-submit-section,
.tr-ref-form-section,
.tr-ref-terms-section,
.tr-ref-final-cta,
.tr-ref-footer {

    box-sizing: border-box;
}

.tr-ref-header *,
.tr-ref-hero *,
.tr-ref-reward-section *,
.tr-ref-intro-section *,
.tr-ref-services-section *,
.tr-ref-process-section *,
.tr-ref-who-section *,
.tr-ref-rules-section *,
.tr-ref-principles-section *,
.tr-ref-submit-section *,
.tr-ref-form-section *,
.tr-ref-terms-section *,
.tr-ref-final-cta *,
.tr-ref-footer * {

    box-sizing: border-box;
}

.tr-ref-header a,
.tr-ref-hero a,
.tr-ref-reward-section a,
.tr-ref-intro-section a,
.tr-ref-services-section a,
.tr-ref-process-section a,
.tr-ref-who-section a,
.tr-ref-rules-section a,
.tr-ref-principles-section a,
.tr-ref-submit-section a,
.tr-ref-form-section a,
.tr-ref-terms-section a,
.tr-ref-final-cta a,
.tr-ref-footer a {

    text-decoration: none;
}

.tr-ref-header p,
.tr-ref-hero p,
.tr-ref-reward-section p,
.tr-ref-intro-section p,
.tr-ref-services-section p,
.tr-ref-process-section p,
.tr-ref-who-section p,
.tr-ref-rules-section p,
.tr-ref-principles-section p,
.tr-ref-submit-section p,
.tr-ref-form-section p,
.tr-ref-terms-section p,
.tr-ref-final-cta p,
.tr-ref-footer p {

    margin-top: 0;
}

.tr-ref-header h1,
.tr-ref-header h2,
.tr-ref-header h3,
.tr-ref-header h4,
.tr-ref-hero h1,
.tr-ref-hero h2,
.tr-ref-hero h3,
.tr-ref-hero h4,
.tr-ref-reward-section h1,
.tr-ref-reward-section h2,
.tr-ref-reward-section h3,
.tr-ref-reward-section h4,
.tr-ref-intro-section h1,
.tr-ref-intro-section h2,
.tr-ref-intro-section h3,
.tr-ref-intro-section h4,
.tr-ref-services-section h1,
.tr-ref-services-section h2,
.tr-ref-services-section h3,
.tr-ref-services-section h4,
.tr-ref-process-section h1,
.tr-ref-process-section h2,
.tr-ref-process-section h3,
.tr-ref-process-section h4,
.tr-ref-who-section h1,
.tr-ref-who-section h2,
.tr-ref-who-section h3,
.tr-ref-who-section h4,
.tr-ref-rules-section h1,
.tr-ref-rules-section h2,
.tr-ref-rules-section h3,
.tr-ref-rules-section h4,
.tr-ref-principles-section h1,
.tr-ref-principles-section h2,
.tr-ref-principles-section h3,
.tr-ref-principles-section h4,
.tr-ref-submit-section h1,
.tr-ref-submit-section h2,
.tr-ref-submit-section h3,
.tr-ref-submit-section h4,
.tr-ref-form-section h1,
.tr-ref-form-section h2,
.tr-ref-form-section h3,
.tr-ref-form-section h4,
.tr-ref-terms-section h1,
.tr-ref-terms-section h2,
.tr-ref-terms-section h3,
.tr-ref-terms-section h4,
.tr-ref-final-cta h1,
.tr-ref-final-cta h2,
.tr-ref-final-cta h3,
.tr-ref-final-cta h4,
.tr-ref-footer h1,
.tr-ref-footer h2,
.tr-ref-footer h3,
.tr-ref-footer h4 {

    margin-top: 0;
}


/* =========================================================
   03. HEADER
========================================================= */

.tr-ref-header {

    position: relative;
    z-index: 100;

    background: var(--tr-ref-black);
    border-bottom: 1px solid var(--tr-ref-border);

    color: var(--tr-ref-white);
}

.tr-ref-header .container {

    max-width: var(--tr-ref-container);
}

.tr-ref-header-inner {

    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* Logo */

.tr-ref-logo {

    display: inline-flex;
    align-items: center;
    gap: 11px;

    color: var(--tr-ref-white);

    flex-shrink: 0;
}

.tr-ref-logo:hover {

    color: var(--tr-ref-white);
}

.tr-ref-logo-mark {

    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--tr-ref-orange);
    color: var(--tr-ref-white);

    font-size: 19px;
    font-weight: 800;
    line-height: 1;

    border-radius: 9px;
}

.tr-ref-logo-text {

    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2.8px;
}


/* Navigation */

.tr-ref-nav {

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 30px;
}

.tr-ref-nav a {

    position: relative;

    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;
    font-weight: 600;

    transition: var(--tr-ref-transition);
}

.tr-ref-nav a:hover,
.tr-ref-nav .tr-ref-nav-active {

    color: var(--tr-ref-white);
}

.tr-ref-nav .tr-ref-nav-active::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: -10px;

    height: 2px;

    background: var(--tr-ref-orange);
}


/* Header Button */

.tr-ref-header-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;

    padding: 0 19px;

    background: var(--tr-ref-orange);
    color: var(--tr-ref-white);

    border-radius: 8px;

    font-size: 12px;
    font-weight: 700;

    transition: var(--tr-ref-transition);
}

.tr-ref-header-btn:hover {

    color: var(--tr-ref-white);

    background: var(--tr-ref-orange-dark);

    transform: translateY(-2px);
}


/* =========================================================
   04. COMMON
========================================================= */

.tr-ref-eyebrow {

    display: inline-block;

    margin-bottom: 16px;

    color: var(--tr-ref-orange);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.tr-ref-section-heading {

    max-width: 720px;

    margin: 0 auto 58px;

    text-align: center;
}

.tr-ref-section-heading h2 {

    margin-bottom: 17px;

    color: var(--tr-ref-text);

    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 750;
    letter-spacing: -1.8px;
}

.tr-ref-section-heading h2 span {

    display: block;

    color: var(--tr-ref-orange);
}

.tr-ref-section-heading p {

    max-width: 620px;

    margin: 0 auto;

    color: var(--tr-ref-muted);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   05. BUTTONS
========================================================= */

.tr-ref-btn {

    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 0 25px;

    border-radius: 9px;

    font-size: 13px;
    font-weight: 750;

    transition: var(--tr-ref-transition);
}

.tr-ref-btn i {

    font-size: 12px;

    transition: transform 0.3s ease;
}

.tr-ref-btn:hover i {

    transform: translateX(4px);
}

.tr-ref-btn-primary {

    background: var(--tr-ref-orange);
    color: var(--tr-ref-white);

    box-shadow: 0 12px 28px rgba(240, 81, 37, 0.20);
}

.tr-ref-btn-primary:hover {

    color: var(--tr-ref-white);

    background: var(--tr-ref-orange-dark);

    transform: translateY(-3px);

    box-shadow: 0 16px 34px rgba(240, 81, 37, 0.28);
}

.tr-ref-btn-outline {

    border: 1px solid rgba(255, 255, 255, 0.24);

    background: transparent;

    color: var(--tr-ref-white);
}

.tr-ref-btn-outline:hover {

    color: var(--tr-ref-white);

    border-color: var(--tr-ref-orange);

    background: rgba(240, 81, 37, 0.08);

    transform: translateY(-3px);
}


/* =========================================================
   06. HERO
========================================================= */

.tr-ref-hero {

    position: relative;
    overflow: hidden;

    min-height: 650px;

    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(240, 81, 37, 0.13),
            transparent 32%
        ),
        var(--tr-ref-black);

    color: var(--tr-ref-white);
}

.tr-ref-hero-grid {

    position: absolute;
    inset: 0;

    opacity: 0.45;

    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: 70px 70px;

    mask-image:
        linear-gradient(
            to bottom,
            black,
            transparent 85%
        );
}

.tr-ref-hero::after {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -170px;
    bottom: -210px;

    border-radius: 50%;

    border: 1px solid rgba(240,81,37,0.18);
    box-shadow:
        0 0 0 55px rgba(240,81,37,0.025),
        0 0 0 110px rgba(240,81,37,0.018);

    pointer-events: none;
}

.tr-ref-hero .container {

    position: relative;
    z-index: 2;

    max-width: var(--tr-ref-container);
}

.tr-ref-hero-content {

    max-width: 850px;

    padding: 100px 0 110px;
}

.tr-ref-hero .tr-ref-eyebrow {

    margin-bottom: 22px;
}

.tr-ref-hero h1 {

    max-width: 820px;

    margin-bottom: 25px;

    color: var(--tr-ref-white);

    font-size: clamp(48px, 6.5vw, 82px);
    line-height: 0.99;
    font-weight: 800;
    letter-spacing: -4px;
}

.tr-ref-hero h1 span {

    display: block;

    color: var(--tr-ref-orange);
}

.tr-ref-hero p {

    max-width: 690px;

    margin-bottom: 34px;

    color: rgba(255,255,255,0.64);

    font-size: 17px;
    line-height: 1.85;
}

.tr-ref-hero-actions {

    display: flex;
    align-items: center;

    gap: 12px;
}


/* =========================================================
   07. REWARD SECTION
========================================================= */

.tr-ref-reward-section {

    padding: 115px 0;

    background: var(--tr-ref-paper);
}

.tr-ref-reward-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}

.tr-ref-reward-card {

    position: relative;

    min-height: 330px;

    padding: 38px;

    overflow: hidden;

    background: var(--tr-ref-white);

    border: 1px solid var(--tr-ref-light-border);

    border-radius: var(--tr-ref-radius);

    box-shadow: 0 10px 35px rgba(0,0,0,0.035);

    transition: var(--tr-ref-transition);
}

.tr-ref-reward-card::after {

    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -60px;
    bottom: -60px;

    border-radius: 50%;

    background: var(--tr-ref-orange-soft);
}

.tr-ref-reward-card:hover {

    transform: translateY(-8px);

    border-color: rgba(240,81,37,0.25);

    box-shadow: var(--tr-ref-shadow);
}

.tr-ref-reward-card.tr-ref-reward-featured {

    background: var(--tr-ref-dark);

    color: var(--tr-ref-white);

    border-color: var(--tr-ref-dark);
}

.tr-ref-reward-icon {

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    background: var(--tr-ref-orange-soft);
    color: var(--tr-ref-orange);

    border-radius: 13px;

    font-size: 18px;
}

.tr-ref-reward-featured .tr-ref-reward-icon {

    background: rgba(240,81,37,0.13);
}

.tr-ref-reward-label {

    display: block;

    margin-bottom: 8px;

    color: var(--tr-ref-muted);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tr-ref-reward-featured .tr-ref-reward-label {

    color: rgba(255,255,255,0.50);
}

.tr-ref-reward-value {

    display: block;

    margin-bottom: 7px;

    color: var(--tr-ref-orange);

    font-size: 55px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -2px;
}

.tr-ref-reward-card h3 {

    margin-bottom: 13px;

    color: var(--tr-ref-text);

    font-size: 20px;
    font-weight: 750;
}

.tr-ref-reward-featured h3 {

    color: var(--tr-ref-white);
}

.tr-ref-reward-card p {

    position: relative;
    z-index: 2;

    margin: 0;

    color: var(--tr-ref-muted);

    font-size: 14px;
    line-height: 1.75;
}

.tr-ref-reward-featured p {

    color: rgba(255,255,255,0.58);
}

.tr-ref-reward-note {

    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 22px;
    padding: 17px 20px;

    background: rgba(240,81,37,0.055);

    border: 1px solid rgba(240,81,37,0.12);

    border-radius: 10px;

    color: #686b70;

    font-size: 12px;
    line-height: 1.7;
}

.tr-ref-reward-note i {

    margin-top: 2px;

    color: var(--tr-ref-orange);
}


/* =========================================================
   08. INTRO
========================================================= */

.tr-ref-intro-section {

    padding: 120px 0;

    background: var(--tr-ref-white);
}

.tr-ref-intro-grid {

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 90px;

    align-items: end;

    margin-bottom: 75px;
}

.tr-ref-intro-heading .tr-ref-eyebrow {

    margin-bottom: 18px;
}

.tr-ref-intro-heading h2 {

    max-width: 520px;

    margin: 0;

    color: var(--tr-ref-text);

    font-size: clamp(38px, 4.4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2.3px;
}

.tr-ref-intro-heading h2 span {

    display: block;

    color: var(--tr-ref-orange);
}

.tr-ref-intro-content {

    max-width: 600px;
}

.tr-ref-intro-content p {

    margin-bottom: 20px;

    color: var(--tr-ref-muted);

    font-size: 16px;
    line-height: 1.85;
}

.tr-ref-intro-content p:last-child {

    margin-bottom: 0;
}

.tr-ref-value-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 0;

    border-top: 1px solid var(--tr-ref-light-border);
}

.tr-ref-value-card {

    position: relative;

    padding: 38px 35px 30px;

    border-right: 1px solid var(--tr-ref-light-border);
}

.tr-ref-value-card:first-child {

    padding-left: 0;
}

.tr-ref-value-card:last-child {

    border-right: 0;
}

.tr-ref-value-number {

    display: block;

    margin-bottom: 34px;

    color: var(--tr-ref-orange);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.tr-ref-value-card h3 {

    margin-bottom: 12px;

    color: var(--tr-ref-text);

    font-size: 21px;
    font-weight: 750;
}

.tr-ref-value-card p {

    margin: 0;

    color: var(--tr-ref-muted);

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   09. SERVICES
========================================================= */

.tr-ref-services-section {

    padding: 120px 0;

    background: var(--tr-ref-paper);
}

.tr-ref-services-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 16px;
}

.tr-ref-service-item {

    position: relative;

    min-height: 300px;

    padding: 35px;

    overflow: hidden;

    background: var(--tr-ref-white);

    border: 1px solid var(--tr-ref-light-border);

    border-radius: var(--tr-ref-radius);

    transition: var(--tr-ref-transition);
}

.tr-ref-service-item::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: var(--tr-ref-orange);

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.4s ease;
}

.tr-ref-service-item:hover {

    transform: translateY(-7px);

    border-color: rgba(240,81,37,0.22);

    box-shadow: var(--tr-ref-shadow);
}

.tr-ref-service-item:hover::before {

    transform: scaleX(1);
}

.tr-ref-service-number {

    position: absolute;

    top: 30px;
    right: 30px;

    color: rgba(0,0,0,0.07);

    font-size: 38px;
    line-height: 1;
    font-weight: 800;
}

.tr-ref-service-icon {

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 42px;

    background: var(--tr-ref-orange-soft);
    color: var(--tr-ref-orange);

    border-radius: 13px;

    font-size: 19px;
}

.tr-ref-service-item h3 {

    margin-bottom: 12px;

    color: var(--tr-ref-text);

    font-size: 24px;
    font-weight: 750;
}

.tr-ref-service-item p {

    max-width: 470px;

    margin: 0;

    color: var(--tr-ref-muted);

    font-size: 14px;
    line-height: 1.75;
}

.tr-ref-service-arrow {

    position: absolute;

    right: 32px;
    bottom: 30px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--tr-ref-light-border);

    color: var(--tr-ref-orange);

    border-radius: 50%;

    font-size: 11px;

    transition: var(--tr-ref-transition);
}

.tr-ref-service-item:hover .tr-ref-service-arrow {

    background: var(--tr-ref-orange);
    border-color: var(--tr-ref-orange);

    color: var(--tr-ref-white);

    transform: translateX(4px);
}


/* =========================================================
   10. PROCESS
========================================================= */

.tr-ref-process-section {

    padding: 120px 0;

    background: var(--tr-ref-dark);

    color: var(--tr-ref-white);
}

.tr-ref-process-section .tr-ref-section-heading h2 {

    color: var(--tr-ref-white);
}

.tr-ref-process-section .tr-ref-section-heading p {

    color: rgba(255,255,255,0.54);
}

.tr-ref-process-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 1px;

    background: rgba(255,255,255,0.09);

    border: 1px solid rgba(255,255,255,0.09);
}

.tr-ref-process-step {

    position: relative;

    min-height: 310px;

    padding: 34px;

    background: var(--tr-ref-dark);

    transition: var(--tr-ref-transition);
}

.tr-ref-process-step:hover {

    background: var(--tr-ref-dark-3);
}

.tr-ref-process-number {

    display: block;

    margin-bottom: 45px;

    color: var(--tr-ref-orange);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.tr-ref-process-icon {

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: rgba(240,81,37,0.10);
    color: var(--tr-ref-orange);

    border-radius: 12px;

    font-size: 17px;
}

.tr-ref-process-step h3 {

    margin-bottom: 11px;

    color: var(--tr-ref-white);

    font-size: 21px;
    font-weight: 750;
}

.tr-ref-process-step p {

    margin: 0;

    color: rgba(255,255,255,0.50);

    font-size: 13px;
    line-height: 1.75;
}

.tr-ref-process-flow {

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 17px;

    margin-top: 55px;

    color: rgba(255,255,255,0.50);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tr-ref-process-flow i {

    color: var(--tr-ref-orange);

    font-size: 14px;
}


/* =========================================================
   11. WHO CAN REFER
========================================================= */

.tr-ref-who-section {

    padding: 120px 0;

    background: var(--tr-ref-white);
}

.tr-ref-who-grid {

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 100px;

    align-items: start;
}

.tr-ref-who-content h2 {

    margin-bottom: 22px;

    color: var(--tr-ref-text);

    font-size: clamp(38px, 4.3vw, 58px);
    line-height: 1.05;
    letter-spacing: -2.3px;
}

.tr-ref-who-content h2 span {

    display: block;

    color: var(--tr-ref-orange);
}

.tr-ref-who-content > p {

    max-width: 490px;

    margin-bottom: 28px;

    color: var(--tr-ref-muted);

    font-size: 15px;
    line-height: 1.85;
}

.tr-ref-text-link {

    display: inline-flex;
    align-items: center;

    gap: 10px;

    color: var(--tr-ref-text);

    font-size: 13px;
    font-weight: 750;

    transition: var(--tr-ref-transition);
}

.tr-ref-text-link i {

    color: var(--tr-ref-orange);

    transition: transform 0.3s ease;
}

.tr-ref-text-link:hover {

    color: var(--tr-ref-orange);
}

.tr-ref-text-link:hover i {

    transform: translateX(5px);
}

.tr-ref-who-list {

    border-top: 1px solid var(--tr-ref-light-border);
}

.tr-ref-who {

    display: grid;

    grid-template-columns: 52px 1fr;

    gap: 22px;

    padding: 25px 0;

    border-bottom: 1px solid var(--tr-ref-light-border);

    transition: var(--tr-ref-transition);
}

.tr-ref-who:hover {

    padding-left: 10px;
}

.tr-ref-who-icon {

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--tr-ref-orange-soft);
    color: var(--tr-ref-orange);

    border-radius: 11px;

    font-size: 16px;
}

.tr-ref-who h3 {

    margin-bottom: 7px;

    color: var(--tr-ref-text);

    font-size: 18px;
    font-weight: 750;
}

.tr-ref-who p {

    margin: 0;

    color: var(--tr-ref-muted);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   12. RULES
========================================================= */

.tr-ref-rules-section {

    padding: 120px 0;

    background: var(--tr-ref-paper);
}

.tr-ref-rules-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 16px;
}

.tr-ref-rule-card {

    position: relative;

    padding: 36px;

    background: var(--tr-ref-white);

    border: 1px solid var(--tr-ref-light-border);

    border-radius: var(--tr-ref-radius);

    transition: var(--tr-ref-transition);
}

.tr-ref-rule-card:hover {

    transform: translateY(-5px);

    border-color: rgba(240,81,37,0.22);

    box-shadow: 0 18px 45px rgba(0,0,0,0.055);
}

.tr-ref-rule-number {

    display: block;

    margin-bottom: 42px;

    color: var(--tr-ref-orange);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.tr-ref-rule-card h3 {

    margin-bottom: 11px;

    color: var(--tr-ref-text);

    font-size: 22px;
    font-weight: 750;
}

.tr-ref-rule-card p {

    max-width: 510px;

    margin: 0;

    color: var(--tr-ref-muted);

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   13. PRINCIPLES
========================================================= */

.tr-ref-principles-section {

    padding: 120px 0;

    background: var(--tr-ref-dark);
}

.tr-ref-principles-header {

    margin-bottom: 55px;
}

.tr-ref-principles-header h2 {

    max-width: 670px;

    margin: 0;

    color: var(--tr-ref-white);

    font-size: clamp(37px, 4.4vw, 57px);
    line-height: 1.05;
    letter-spacing: -2.2px;
}

.tr-ref-principles-header h2 span {

    color: var(--tr-ref-orange);
}

.tr-ref-principles-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 15px;
}

.tr-ref-principle-card {

    min-height: 290px;

    padding: 35px;

    background: var(--tr-ref-dark-3);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: var(--tr-ref-radius);

    transition: var(--tr-ref-transition);
}

.tr-ref-principle-card:hover {

    transform: translateY(-6px);

    border-color: rgba(240,81,37,0.25);
}

.tr-ref-principle-icon {

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 45px;

    background: rgba(240,81,37,0.10);
    color: var(--tr-ref-orange);

    border-radius: 12px;
}

.tr-ref-principle-card h3 {

    margin-bottom: 12px;

    color: var(--tr-ref-white);

    font-size: 20px;
    font-weight: 750;
}

.tr-ref-principle-card p {

    margin: 0;

    color: rgba(255,255,255,0.52);

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   14. SUBMIT CTA
========================================================= */

.tr-ref-submit-section {

    padding: 95px 0;

    background: var(--tr-ref-paper);
}

.tr-ref-submit-box {

    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;

    padding: 65px;

    overflow: hidden;

    background: var(--tr-ref-white);

    border: 1px solid var(--tr-ref-light-border);

    border-radius: 24px;

    box-shadow: var(--tr-ref-shadow);
}

.tr-ref-submit-box::after {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -130px;
    bottom: -170px;

    border-radius: 50%;

    border: 1px solid rgba(240,81,37,0.15);
}

.tr-ref-submit-content {

    position: relative;
    z-index: 2;
}

.tr-ref-submit-content h2 {

    max-width: 650px;

    margin-bottom: 15px;

    color: var(--tr-ref-text);

    font-size: clamp(35px, 4vw, 50px);
    line-height: 1.06;
    letter-spacing: -2px;
}

.tr-ref-submit-content h2 span {

    color: var(--tr-ref-orange);
}

.tr-ref-submit-content p {

    max-width: 600px;

    margin: 0;

    color: var(--tr-ref-muted);

    font-size: 15px;
    line-height: 1.8;
}

.tr-ref-submit-action {

    position: relative;
    z-index: 2;

    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 12px;
}

.tr-ref-submit-note {

    color: var(--tr-ref-muted);

    font-size: 11px;
}


/* =========================================================
   15. FORM
========================================================= */

.tr-ref-form-section {

    padding: 120px 0;

    background: var(--tr-ref-white);
}

.tr-ref-form-heading {

    max-width: 650px;

    margin-bottom: 55px;
}

.tr-ref-form-heading h2 {

    margin-bottom: 17px;

    color: var(--tr-ref-text);

    font-size: clamp(38px, 4.4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2.3px;
}

.tr-ref-form-heading h2 span {

    color: var(--tr-ref-orange);
}

.tr-ref-form-heading p {

    max-width: 570px;

    margin: 0;

    color: var(--tr-ref-muted);

    font-size: 15px;
    line-height: 1.8;
}

.tr-ref-form {

    padding: 45px;

    background: var(--tr-ref-paper);

    border: 1px solid var(--tr-ref-light-border);

    border-radius: 22px;
}

.tr-ref-form-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 24px;
}

.tr-ref-form-full {

    grid-column: 1 / -1;
}

.tr-ref-form-group {

    display: flex;
    flex-direction: column;
}

.tr-ref-form-group label {

    margin-bottom: 9px;

    color: var(--tr-ref-text);

    font-size: 12px;
    font-weight: 750;
}

.tr-ref-form-group input,
.tr-ref-form-group select,
.tr-ref-form-group textarea {

    width: 100%;

    padding: 14px 16px;

    background: var(--tr-ref-white);

    border: 1px solid var(--tr-ref-light-border);

    border-radius: 9px;

    color: var(--tr-ref-text);

    font-family: inherit;
    font-size: 13px;

    outline: none;

    transition: var(--tr-ref-transition);
}

.tr-ref-form-group input,
.tr-ref-form-group select {

    min-height: 50px;
}

.tr-ref-form-group textarea {

    resize: vertical;

    min-height: 150px;
}

.tr-ref-form-group input::placeholder,
.tr-ref-form-group textarea::placeholder {

    color: #a1a4a8;
}

.tr-ref-form-group input:focus,
.tr-ref-form-group select:focus,
.tr-ref-form-group textarea:focus {

    border-color: rgba(240,81,37,0.55);

    box-shadow:
        0 0 0 4px rgba(240,81,37,0.07);
}

.tr-ref-form-consent {

    margin-top: 2px;
}

.tr-ref-form-consent label {

    display: flex;
    align-items: flex-start;

    gap: 10px;

    cursor: pointer;

    color: var(--tr-ref-muted);

    font-size: 12px;
    line-height: 1.7;
}

.tr-ref-form-consent input {

    margin-top: 3px;

    accent-color: var(--tr-ref-orange);
}

.tr-ref-form-submit {

    margin-top: 5px;
}


/* =========================================================
   16. TERMS
========================================================= */

.tr-ref-terms-section {

    padding: 35px 0 95px;

    background: var(--tr-ref-white);
}

.tr-ref-terms-note {

    display: grid;

    grid-template-columns: 60px 1fr;

    gap: 24px;

    padding: 35px;

    background: var(--tr-ref-paper);

    border: 1px solid var(--tr-ref-light-border);

    border-radius: 17px;
}

.tr-ref-terms-icon {

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--tr-ref-orange-soft);
    color: var(--tr-ref-orange);

    border-radius: 11px;
}

.tr-ref-terms-content .tr-ref-eyebrow {

    margin-bottom: 10px;
}

.tr-ref-terms-content h3 {

    margin-bottom: 10px;

    color: var(--tr-ref-text);

    font-size: 20px;
    font-weight: 750;
}

.tr-ref-terms-content p {

    max-width: 850px;

    margin-bottom: 15px;

    color: var(--tr-ref-muted);

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   17. FINAL CTA
========================================================= */

.tr-ref-final-cta {

    position: relative;
    overflow: hidden;

    padding: 125px 0;

    background: var(--tr-ref-orange);

    color: var(--tr-ref-white);

    text-align: center;
}

.tr-ref-final-cta::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    left: -250px;
    top: -250px;

    border: 1px solid rgba(255,255,255,0.16);

    border-radius: 50%;

    box-shadow:
        0 0 0 70px rgba(255,255,255,0.035),
        0 0 0 140px rgba(255,255,255,0.025);
}

.tr-ref-final-cta::after {

    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    right: -160px;
    bottom: -180px;

    border: 1px solid rgba(255,255,255,0.14);

    border-radius: 50%;
}

.tr-ref-final-content {

    position: relative;
    z-index: 2;
}

.tr-ref-final-cta .tr-ref-eyebrow {

    color: rgba(255,255,255,0.68);
}

.tr-ref-final-cta h2 {

    max-width: 800px;

    margin: 0 auto 18px;

    color: var(--tr-ref-white);

    font-size: clamp(42px, 5vw, 65px);
    line-height: 1.02;
    letter-spacing: -2.7px;
}

.tr-ref-final-cta h2 span {

    display: block;

    color: var(--tr-ref-white);
}

.tr-ref-final-cta p {

    max-width: 600px;

    margin: 0 auto 30px;

    color: rgba(255,255,255,0.76);

    font-size: 15px;
    line-height: 1.8;
}

.tr-ref-final-cta .tr-ref-btn-primary {

    background: var(--tr-ref-white);
    color: var(--tr-ref-orange);

    box-shadow: none;
}

.tr-ref-final-cta .tr-ref-btn-primary:hover {

    background: var(--tr-ref-black);

    color: var(--tr-ref-white);
}


/* =========================================================
   18. FOOTER
========================================================= */

.tr-ref-footer {

    padding: 70px 0 25px;

    background: var(--tr-ref-black);

    color: var(--tr-ref-white);
}

.tr-ref-footer-grid {

    display: grid;

    grid-template-columns:
        1.6fr 0.7fr 0.7fr;

    gap: 70px;

    padding-bottom: 55px;

    border-bottom: 1px solid var(--tr-ref-border);
}

.tr-ref-footer-brand p {

    max-width: 420px;

    margin: 20px 0 0;

    color: rgba(255,255,255,0.45);

    font-size: 13px;
    line-height: 1.8;
}

.tr-ref-footer-links {

    display: flex;
    flex-direction: column;

    gap: 12px;
}

.tr-ref-footer-links h4 {

    margin-bottom: 10px;

    color: var(--tr-ref-white);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tr-ref-footer-links a {

    color: rgba(255,255,255,0.48);

    font-size: 12px;

    transition: var(--tr-ref-transition);
}

.tr-ref-footer-links a:hover {

    color: var(--tr-ref-orange);

    transform: translateX(3px);
}

.tr-ref-footer-bottom {

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding-top: 24px;
}

.tr-ref-footer-bottom p {

    margin: 0;

    color: rgba(255,255,255,0.35);

    font-size: 11px;
}

.tr-ref-footer-bottom-links {

    display: flex;
    align-items: center;

    gap: 22px;
}

.tr-ref-footer-bottom-links a {

    color: rgba(255,255,255,0.38);

    font-size: 11px;

    transition: var(--tr-ref-transition);
}

.tr-ref-footer-bottom-links a:hover {

    color: var(--tr-ref-orange);
}


/* =========================================================
   19. RESPONSIVE — LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

    .tr-ref-header .container,
    .tr-ref-hero .container,
    .tr-ref-reward-section .container,
    .tr-ref-intro-section .container,
    .tr-ref-services-section .container,
    .tr-ref-process-section .container,
    .tr-ref-who-section .container,
    .tr-ref-rules-section .container,
    .tr-ref-principles-section .container,
    .tr-ref-submit-section .container,
    .tr-ref-form-section .container,
    .tr-ref-terms-section .container,
    .tr-ref-final-cta .container,
    .tr-ref-footer .container {

        width: calc(100% - 50px);
        max-width: none;
    }

    .tr-ref-nav {

        gap: 20px;
    }

    .tr-ref-intro-grid {

        gap: 55px;
    }

    .tr-ref-who-grid {

        gap: 55px;
    }
}


/* =========================================================
   20. RESPONSIVE — TABLET
========================================================= */

@media (max-width: 900px) {

    .tr-ref-header-inner {

        min-height: 74px;
    }

    .tr-ref-nav {

        display: none;
    }

    .tr-ref-hero {

        min-height: 580px;
    }

    .tr-ref-hero-content {

        padding: 85px 0 90px;
    }

    .tr-ref-hero h1 {

        font-size: clamp(45px, 8vw, 70px);
    }

    .tr-ref-reward-grid {

        grid-template-columns: 1fr;
    }

    .tr-ref-reward-card {

        min-height: auto;
    }

    .tr-ref-intro-grid {

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .tr-ref-value-grid {

        grid-template-columns: 1fr;
    }

    .tr-ref-value-card,
    .tr-ref-value-card:first-child {

        padding: 30px 0;

        border-right: 0;
        border-bottom: 1px solid var(--tr-ref-light-border);
    }

    .tr-ref-value-card:last-child {

        border-bottom: 0;
    }

    .tr-ref-services-grid {

        grid-template-columns: 1fr;
    }

    .tr-ref-process-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .tr-ref-who-grid {

        grid-template-columns: 1fr;

        gap: 55px;
    }

    .tr-ref-principles-grid {

        grid-template-columns: 1fr;
    }

    .tr-ref-principle-card {

        min-height: auto;
    }

    .tr-ref-submit-box {

        padding: 50px;

        align-items: flex-start;

        flex-direction: column;
    }

    .tr-ref-footer-grid {

        grid-template-columns:
            1fr 1fr;
    }

    .tr-ref-footer-brand {

        grid-column: 1 / -1;
    }
}


/* =========================================================
   21. RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 600px) {

    .tr-ref-header .container,
    .tr-ref-hero .container,
    .tr-ref-reward-section .container,
    .tr-ref-intro-section .container,
    .tr-ref-services-section .container,
    .tr-ref-process-section .container,
    .tr-ref-who-section .container,
    .tr-ref-rules-section .container,
    .tr-ref-principles-section .container,
    .tr-ref-submit-section .container,
    .tr-ref-form-section .container,
    .tr-ref-terms-section .container,
    .tr-ref-final-cta .container,
    .tr-ref-footer .container {

        width: calc(100% - 32px);
    }

    .tr-ref-header-inner {

        gap: 12px;
    }

    .tr-ref-logo-text {

        font-size: 12px;
        letter-spacing: 2px;
    }

    .tr-ref-logo-mark {

        width: 34px;
        height: 34px;

        font-size: 17px;
    }

    .tr-ref-header-btn {

        min-height: 38px;

        padding: 0 12px;

        font-size: 10px;
    }

    .tr-ref-hero {

        min-height: auto;
    }

    .tr-ref-hero-content {

        padding: 75px 0 80px;
    }

    .tr-ref-hero h1 {

        margin-bottom: 22px;

        font-size: clamp(43px, 13vw, 60px);

        letter-spacing: -2.8px;
    }

    .tr-ref-hero p {

        font-size: 14px;
        line-height: 1.75;
    }

    .tr-ref-hero-actions {

        flex-direction: column;
        align-items: stretch;
    }

    .tr-ref-btn {

        width: 100%;
    }

    .tr-ref-reward-section,
    .tr-ref-intro-section,
    .tr-ref-services-section,
    .tr-ref-process-section,
    .tr-ref-who-section,
    .tr-ref-rules-section,
    .tr-ref-principles-section,
    .tr-ref-form-section {

        padding: 80px 0;
    }

    .tr-ref-section-heading {

        margin-bottom: 42px;
    }

    .tr-ref-section-heading h2 {

        font-size: 35px;

        letter-spacing: -1.3px;
    }

    .tr-ref-section-heading p {

        font-size: 14px;
        line-height: 1.7;
    }

    .tr-ref-reward-card {

        padding: 30px;
    }

    .tr-ref-reward-value {

        font-size: 48px;
    }

    .tr-ref-intro-heading h2,
    .tr-ref-who-content h2,
    .tr-ref-form-heading h2 {

        font-size: 38px;

        letter-spacing: -1.6px;
    }

    .tr-ref-services-grid,
    .tr-ref-rules-grid {

        gap: 12px;
    }

    .tr-ref-service-item {

        min-height: 280px;

        padding: 29px;
    }

    .tr-ref-process-grid {

        grid-template-columns: 1fr;
    }

    .tr-ref-process-step {

        min-height: auto;

        padding: 30px;
    }

    .tr-ref-process-flow {

        flex-wrap: wrap;

        gap: 10px;

        line-height: 1.8;
    }

    .tr-ref-who {

        grid-template-columns: 45px 1fr;

        gap: 16px;
    }

    .tr-ref-who-icon {

        width: 43px;
        height: 43px;
    }

    .tr-ref-rules-grid {

        grid-template-columns: 1fr;
    }

    .tr-ref-rule-card {

        padding: 30px;
    }

    .tr-ref-principle-card {

        padding: 30px;
    }

    .tr-ref-submit-section {

        padding: 70px 0;
    }

    .tr-ref-submit-box {

        padding: 35px 28px;

        border-radius: 18px;
    }

    .tr-ref-submit-content h2 {

        font-size: 36px;

        letter-spacing: -1.5px;
    }

    .tr-ref-submit-action {

        width: 100%;

        align-items: stretch;
    }

    .tr-ref-submit-action .tr-ref-btn {

        width: 100%;
    }

    .tr-ref-form {

        padding: 25px 20px;

        border-radius: 16px;
    }

    .tr-ref-form-grid {

        grid-template-columns: 1fr;

        gap: 19px;
    }

    .tr-ref-form-full {

        grid-column: auto;
    }

    .tr-ref-terms-section {

        padding: 20px 0 70px;
    }

    .tr-ref-terms-note {

        grid-template-columns: 1fr;

        gap: 18px;

        padding: 28px 24px;
    }

    .tr-ref-final-cta {

        padding: 90px 0;
    }

    .tr-ref-final-cta h2 {

        font-size: 42px;

        letter-spacing: -1.8px;
    }

    .tr-ref-final-cta p {

        font-size: 14px;
    }

    .tr-ref-footer {

        padding-top: 55px;
    }

    .tr-ref-footer-grid {

        grid-template-columns: 1fr;

        gap: 38px;
    }

    .tr-ref-footer-brand {

        grid-column: auto;
    }

    .tr-ref-footer-bottom {

        align-items: flex-start;

        flex-direction: column;

        gap: 17px;
    }

    .tr-ref-footer-bottom-links {

        flex-wrap: wrap;

        gap: 12px 18px;
    }
}


/* =========================================================
   22. VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tr-ref-header-btn {

        padding: 0 9px;

        font-size: 9px;
    }

    .tr-ref-logo-text {

        display: none;
    }

    .tr-ref-hero h1 {

        font-size: 41px;
    }

    .tr-ref-section-heading h2 {

        font-size: 32px;
    }

    .tr-ref-intro-heading h2,
    .tr-ref-who-content h2,
    .tr-ref-form-heading h2 {

        font-size: 34px;
    }

    .tr-ref-final-cta h2 {

        font-size: 38px;
    }
}


/* =========================================================
   23. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .tr-ref-header *,
    .tr-ref-hero *,
    .tr-ref-reward-section *,
    .tr-ref-intro-section *,
    .tr-ref-services-section *,
    .tr-ref-process-section *,
    .tr-ref-who-section *,
    .tr-ref-rules-section *,
    .tr-ref-principles-section *,
    .tr-ref-submit-section *,
    .tr-ref-form-section *,
    .tr-ref-terms-section *,
    .tr-ref-final-cta *,
    .tr-ref-footer * {

        scroll-behavior: auto !important;

        transition: none !important;

        animation: none !important;
    }
}

.tr-ref-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}