/* =========================================================
   TRADEMARK REGISTRATION LANDING PAGE
   Premium Purple / Dark Theme
   ========================================================= */


/* =========================================================
   ADVANTAGES SECTION
   ========================================================= */

.tm-reg-lp-advantages {
    position: relative;
    padding: 85px 0;
    background:
        radial-gradient(
            circle at 15% 0%,
            rgba(109, 40, 217, 0.22),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 100%,
            rgba(109, 40, 217, 0.10),
            transparent 30%
        ),
        #0d051c;
    overflow: hidden;
}


/* =========================================================
   HERO REGISTRATION FORM
   ========================================================= */

.banner-form-card {
    position: relative;
    isolation: isolate;
    max-width: 440px;
    margin: 0 0 0 auto;
    padding: 32px 30px;

    border: 1px solid rgba(220, 198, 255, 0.18);
    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(43, 20, 79, 0.96),
            rgba(22, 8, 43, 0.94)
        );

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.38),
        0 10px 30px rgba(109, 40, 217, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    animation: banner-form-float 7s ease-in-out infinite;
}


/* =========================================================
   FORM DECORATIVE BORDER
   ========================================================= */

.banner-form-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    padding: 1px;

    border-radius: 29px;

    background:
        linear-gradient(
            135deg,
            rgba(220, 198, 255, 0.80),
            rgba(109, 40, 217, 0.20) 30%,
            rgba(109, 40, 217, 0.75) 65%,
            rgba(220, 198, 255, 0.30)
        );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
    z-index: -1;

    opacity: 0.9;

    animation: banner-form-border 8s ease-in-out infinite;
}


/* =========================================================
   FORM SOFT AMBIENT GLOW
   ========================================================= */

.banner-form-card::after {
    content: "";
    position: absolute;

    inset: -22px;

    border-radius: 42px;

    background:
        radial-gradient(
            ellipse at center,
            rgba(109, 40, 217, 0.22),
            rgba(109, 40, 217, 0.08) 42%,
            transparent 72%
        );

    filter: blur(18px);

    opacity: 0.75;

    pointer-events: none;
    z-index: -2;

    animation: banner-form-glow 8s ease-in-out infinite;
}


/* =========================================================
   FORM HEADING
   ========================================================= */

.banner-form-card h2 {
    position: relative;

    margin: 0 0 8px;

    color: #f4eeff;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -0.4px;
}


.banner-form-card h2::after {
    content: "";

    display: block;

    width: 48px;
    height: 3px;

    margin-top: 12px;

    border-radius: 3px;

    background:
        linear-gradient(
            90deg,
            #dcc6ff,
            #6d28d9
        );

    box-shadow:
        0 0 12px rgba(109, 40, 217, 0.35);

    animation: banner-form-line 4s ease-in-out infinite;
}


/* =========================================================
   FORM DESCRIPTION
   ========================================================= */

.banner-form-card > p {
    margin: 0 0 22px;

    color: #ebdeff;

    font-size: 14px;
    line-height: 1.6;

    opacity: 0.86;
}


/* =========================================================
   FORM INPUTS
   ========================================================= */

.banner-form-card .form-control {
    width: 100%;
    height: 46px;

    margin-bottom: 12px;
    padding: 10px 13px;

    border: 1px solid rgba(220, 198, 255, 0.20);
    border-radius: 9px;

    background:
        rgba(13, 5, 28, 0.58);

    color: #fff;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease,
        background 0.25s ease;
}


.banner-form-card .form-control:focus {
    outline: none;

    border-color: rgba(220, 198, 255, 0.72);

    background:
        rgba(13, 5, 28, 0.72);

    box-shadow:
        0 0 0 3px rgba(220, 198, 255, 0.07),
        0 0 24px rgba(109, 40, 217, 0.18);

    transform: translateY(-1px);
}


.banner-form-card .form-control::placeholder {
    color: rgba(235, 222, 255, 0.58);
}


/* =========================================================
   FORM TAGLINE
   ========================================================= */

.banner-form-card .form_tagline {
    margin: 4px 0 20px;
    padding: 0;

    color: rgba(235, 222, 255, 0.70);

    font-size: 11px;
    line-height: 1.5;

    text-align: left;
}


.banner-form-card .form_tagline input {
    margin-right: 3px;
    vertical-align: middle;
}


.banner-form-card .form_tagline a {
    color: #dcc6ff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;

    transition: color 0.2s ease;
}


.banner-form-card .form_tagline a:hover {
    color: #ffffff;
}


/* =========================================================
   FORM BUTTON
   ========================================================= */

.banner-form-card .theme-btn {
    position: relative;

    width: 100%;

    border: 0;
    cursor: pointer;

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}


.banner-form-card .theme-btn::after {
    content: "";

    position: absolute;

    top: 0;
    left: -75%;

    width: 45%;
    height: 100%;

    background:
        linear-gradient(
            100deg,
            transparent,
            rgba(255, 255, 255, 0.38),
            transparent
        );

    transform: skewX(-20deg);

    animation:
        banner-form-shine 4.5s ease-in-out infinite;
}


.banner-form-card .theme-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 32px rgba(109, 40, 217, 0.30);

    filter: brightness(1.04);
}


/* =========================================================
   FORM ANIMATIONS
   ========================================================= */

@keyframes banner-form-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}


@keyframes banner-form-border {

    0% {
        opacity: 0.50;
        transform: rotate(0deg);
    }

    50% {
        opacity: 0.90;
    }

    100% {
        opacity: 0.50;
        transform: rotate(360deg);
    }
}


@keyframes banner-form-glow {

    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.98);
    }

    50% {
        opacity: 0.85;
        transform: scale(1.02);
    }
}


@keyframes banner-form-line {

    0%,
    100% {
        width: 48px;
        opacity: 0.65;
    }

    50% {
        width: 78px;
        opacity: 1;
    }
}


@keyframes banner-form-shine {

    0%,
    55% {
        left: -75%;
    }

    100% {
        left: 135%;
    }
}


/* =========================================================
   CONTAINER
   ========================================================= */

.tm-reg-lp-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.tm-reg-lp-section-heading {
    max-width: 760px;

    margin: 0 auto 50px;

    text-align: center;
}


.tm-reg-lp-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    padding: 8px 15px;

    color: #dcc6ff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.3px;
    text-transform: uppercase;

    border: 1px solid rgba(220, 198, 255, 0.55);
    border-radius: 100px;

    background: rgba(109, 40, 217, 0.08);

    box-shadow:
        0 0 20px rgba(109, 40, 217, 0.14);
}


.tm-reg-lp-section-heading h2 {
    margin: 0 0 16px;

    color: #f4eeff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: -0.5px;
}


.tm-reg-lp-section-heading p {
    max-width: 700px;

    margin: 0 auto;

    color: #ebdeff;

    font-size: 16px;
    line-height: 1.7;

    opacity: 0.80;
}


/* =========================================================
   ADVANTAGES GRID
   ========================================================= */

.tm-reg-lp-advantages-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* =========================================================
   ADVANTAGE CARDS
   ========================================================= */

.tm-reg-lp-advantage-card {
    position: relative;

    min-height: 270px;

    padding: 30px;

    background:
        linear-gradient(
            145deg,
            rgba(34, 14, 66, 0.94),
            rgba(22, 8, 43, 0.92)
        );

    border: 1px solid rgba(220, 198, 255, 0.14);

    border-radius: 16px;

    box-shadow:
        0 12px 30px rgba(13, 5, 28, 0.38);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


/* Subtle top light */

.tm-reg-lp-advantage-card::after {
    content: "";

    position: absolute;

    top: -80px;
    right: -80px;

    width: 160px;
    height: 160px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(109, 40, 217, 0.13),
            transparent 70%
        );

    pointer-events: none;
}


/* Purple side accent */

.tm-reg-lp-advantage-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 3px;
    height: 0;

    background:
        linear-gradient(
            180deg,
            #6d28d9,
            #dcc6ff
        );

    border-radius: 0 0 4px 0;

    transition: height 0.35s ease;
}


.tm-reg-lp-advantage-card:hover {
    transform: translateY(-6px);

    border-color:
        rgba(220, 198, 255, 0.28);

    box-shadow:
        0 20px 45px rgba(13, 5, 28, 0.48),
        0 8px 25px rgba(109, 40, 217, 0.12);
}


.tm-reg-lp-advantage-card:hover::before {
    height: 100%;
}


/* =========================================================
   ADVANTAGE ICON
   ========================================================= */

.tm-reg-lp-icon {
    position: relative;
    z-index: 2;

    width: 48px;
    height: 48px;

    margin-bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        rgba(109, 40, 217, 0.13);

    border:
        1px solid rgba(220, 198, 255, 0.25);

    border-radius: 12px;

    color: #dcc6ff;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.tm-reg-lp-icon span {
    font-size: 13px;
    font-weight: 700;
}


.tm-reg-lp-advantage-card:hover .tm-reg-lp-icon {
    background:
        linear-gradient(
            135deg,
            #6d28d9,
            #dcc6ff
        );

    color: #0d051c;

    transform: translateY(-2px);
}


/* =========================================================
   ADVANTAGE CONTENT
   ========================================================= */

.tm-reg-lp-card-content {
    position: relative;
    z-index: 2;
}


.tm-reg-lp-card-content h3 {
    margin: 0 0 12px;

    color: #f4eeff;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}


.tm-reg-lp-card-content p {
    margin: 0;

    color: #ebdeff;

    font-size: 15px;
    line-height: 1.7;

    opacity: 0.80;
}


/* =========================================================
   FEATURED ADVANTAGE CARD
   ========================================================= */

.tm-reg-lp-advantage-featured {
    grid-column: 2;

    background:
        linear-gradient(
            135deg,
            rgba(109, 40, 217, 0.88),
            rgba(49, 20, 88, 0.94)
        );

    border-color:
        rgba(220, 198, 255, 0.35);

    box-shadow:
        0 18px 45px rgba(109, 40, 217, 0.18);
}


.tm-reg-lp-advantage-featured::before {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #dcc6ff
        );
}


.tm-reg-lp-advantage-featured .tm-reg-lp-icon {
    background:
        rgba(13, 5, 28, 0.65);

    border-color:
        rgba(220, 198, 255, 0.40);

    color: #dcc6ff;
}


.tm-reg-lp-advantage-featured .tm-reg-lp-card-content h3 {
    color: #f4eeff;
}


.tm-reg-lp-advantage-featured .tm-reg-lp-card-content p {
    color: #f4eeff;
    opacity: 0.88;
}


.tm-reg-lp-advantage-featured:hover {
    background:
        linear-gradient(
            135deg,
            rgba(115, 43, 225, 0.95),
            rgba(49, 20, 88, 0.96)
        );

    border-color:
        rgba(220, 198, 255, 0.50);

    box-shadow:
        0 22px 50px rgba(109, 40, 217, 0.25);
}


/* =========================================================
   WHO WE HELP
   ========================================================= */

.tm-reg-lp-who-help {
    position: relative;

    padding: 90px 0;

    background:
        linear-gradient(
            180deg,
            #0d051c 0%,
            #16082d 55%,
            #1c0b38 100%
        );

    overflow: hidden;
}


/* =========================================================
   WHO WE HELP LAYOUT
   ========================================================= */

.tm-reg-lp-who-help-layout {
    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 90px;

    align-items: start;
}


/* =========================================================
   WHO WE HELP LEFT CONTENT
   ========================================================= */

.tm-reg-lp-who-help-heading {
    max-width: 550px;
}


.tm-reg-lp-who-help-heading .tm-reg-lp-eyebrow {
    display: inline-flex;

    margin-bottom: 14px;

    color: #dcc6ff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.tm-reg-lp-who-help-heading h2 {
    margin: 0 0 18px;

    color: #f4eeff;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -0.7px;
}


.tm-reg-lp-who-help-heading > p {
    margin: 0;

    color: #ebdeff;

    font-size: 17px;
    line-height: 1.75;

    opacity: 0.80;
}


/* =========================================================
   WHO WE HELP LIST
   ========================================================= */

.tm-reg-lp-who-help-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 50px;
}


/* Individual Item */

.tm-reg-lp-who-help-item {
    display: flex;
    align-items: center;

    gap: 18px;

    min-height: 70px;

    border-bottom:
        1px solid rgba(220, 198, 255, 0.16);

    transition:
        padding-left 0.3s ease,
        border-color 0.3s ease;
}


.tm-reg-lp-who-help-item span {
    flex-shrink: 0;

    color: #dcc6ff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;

    opacity: 0.68;

    transition: opacity 0.3s ease;
}


.tm-reg-lp-who-help-item h3 {
    margin: 0;

    color: #f4eeff;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 600;

    transition: color 0.3s ease;
}


/* Hover */

.tm-reg-lp-who-help-item:hover {
    padding-left: 6px;

    border-color:
        rgba(220, 198, 255, 0.30);
}


.tm-reg-lp-who-help-item:hover span {
    opacity: 1;
}


.tm-reg-lp-who-help-item:hover h3 {
    color: #dcc6ff;
}


/* =========================================================
   WHO WE HELP BOTTOM MESSAGE
   ========================================================= */

.tm-reg-lp-who-help-bottom {
    margin-top: 45px;

    padding: 14px 0 14px 20px;

    border-left:
        2px solid #6d28d9;

    background:
        linear-gradient(
            90deg,
            rgba(109, 40, 217, 0.07),
            transparent
        );
}


.tm-reg-lp-who-help-bottom p {
    margin: 0;

    color: #ebdeff;

    font-size: 15px;
    line-height: 1.7;

    font-weight: 500;

    opacity: 0.88;
}


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

.tm-reg-secname-benefits {
    position: relative;

    padding: 110px 20px;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(109, 40, 217, 0.14),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #0d051c 0%,
            #1c0b38 100%
        );

    overflow: hidden;
}


/* Decorative background glow */

.tm-reg-secname-benefits::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -180px;
    right: -120px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(109, 40, 217, 0.15),
            transparent 70%
        );

    filter: blur(10px);
}


.tm-reg-secname-benefits::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    bottom: -160px;
    left: -120px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(220, 198, 255, 0.07),
            transparent 70%
        );
}


.tm-reg-secname-container {
    position: relative;
    z-index: 2;

    width: min(1180px, 100%);

    margin: 0 auto;
}


/* =========================================================
   BENEFITS HEADING
   ========================================================= */

.tm-reg-secname-heading {
    max-width: 760px;

    margin: 10px 10px 48px;

    text-align: left;
}


.tm-reg-secname-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 16px;

    color: #dcc6ff;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.tm-reg-secname-eyebrow::before,
.tm-reg-secname-eyebrow::after {
    content: "";

    width: 22px;
    height: 1px;

    background:
        rgba(220, 198, 255, 0.75);
}


.tm-reg-secname-heading h2 {
    margin: 0;

    color: #f4eeff;

    font-size: clamp(36px, 5vw, 58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 800;
}


.tm-reg-secname-heading h2 span {
    color: #dcc6ff;
}


.tm-reg-secname-heading p {
    max-width: 650px;

    margin: 22px 0;

    color: #ebdeff;

    font-size: 17px;

    line-height: 1.75;

    opacity: 0.82;
}


/* =========================================================
   BENEFITS GRID
   ========================================================= */

.tm-reg-secname-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(320px, 0.65fr);

    gap: 28px;

    align-items: stretch;
}


/* =========================================================
   BENEFIT CARDS
   ========================================================= */

.tm-reg-secname-cards {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 16px;
}


.tm-reg-secname-card {
    display: flex;

    gap: 17px;

    padding: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(34, 14, 66, 0.90),
            rgba(22, 8, 43, 0.88)
        );

    border:
        1px solid rgba(220, 198, 255, 0.14);

    border-radius: 18px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}


.tm-reg-secname-card:hover {
    transform: translateY(-5px);

    background:
        linear-gradient(
            145deg,
            rgba(43, 18, 79, 0.96),
            rgba(27, 10, 51, 0.94)
        );

    border-color:
        rgba(220, 198, 255, 0.25);

    box-shadow:
        0 18px 40px rgba(13, 5, 28, 0.40),
        0 8px 25px rgba(109, 40, 217, 0.08);
}


/* =========================================================
   BENEFIT ICON
   ========================================================= */

.tm-reg-secname-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #6d28d9,
            #dcc6ff
        );

    color: #0d051c;

    font-size: 17px;
    font-weight: 800;

    box-shadow:
        0 8px 18px rgba(109, 40, 217, 0.16);
}


/* =========================================================
   BENEFIT CONTENT
   ========================================================= */

.tm-reg-secname-card h3 {
    margin: 2px 0 8px;

    color: #f4eeff;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 750;
}


.tm-reg-secname-card p {
    margin: 0;

    color: #ebdeff;

    font-size: 14px;

    line-height: 1.65;

    opacity: 0.80;
}


/* =========================================================
   HIGHLIGHT PANEL
   ========================================================= */

.tm-reg-secname-highlight {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 38px;

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(109, 40, 217, 0.22),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            rgba(5, 2, 12, 0.98),
            rgba(46, 18, 90, 0.96)
        );

    color: #f4eeff;

    overflow: hidden;

    border:
        1px solid rgba(220, 198, 255, 0.16);

    box-shadow:
        0 25px 55px rgba(109, 40, 217, 0.20);
}


/* Decorative circle */

.tm-reg-secname-highlight::after {
    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    right: -80px;
    bottom: -80px;

    border:
        1px solid rgba(244, 238, 255, 0.12);

    border-radius: 50%;

    box-shadow:
        0 0 0 30px rgba(220, 198, 255, 0.025),
        0 0 0 60px rgba(220, 198, 255, 0.015);
}


/* =========================================================
   HIGHLIGHT TOP
   ========================================================= */

.tm-reg-secname-highlight-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 48px;
}


.tm-reg-secname-number {
    font-size: 13px;
    font-weight: 700;

    opacity: 0.65;
}


.tm-reg-secname-small {
    padding: 7px 11px;

    border:
        1px solid rgba(244, 238, 255, 0.18);

    border-radius: 100px;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.5px;

    color: #dcc6ff;

    background:
        rgba(255, 255, 255, 0.02);
}


/* =========================================================
   HIGHLIGHT CONTENT
   ========================================================= */

.tm-reg-secname-highlight h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 20px;

    font-size: clamp(27px, 3vw, 37px);

    line-height: 1.18;

    letter-spacing: -1px;

    color: #ebdeff;
}


.tm-reg-secname-highlight h3 strong {
    color: #f4eeff;
}


.tm-reg-secname-highlight > p {
    position: relative;
    z-index: 2;

    margin: 0 0 25px;

    color:
        rgba(244, 238, 255, 0.76);

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   HIGHLIGHT LIST
   ========================================================= */

.tm-reg-secname-highlight ul {
    position: relative;
    z-index: 2;

    display: grid;

    gap: 12px;

    margin: 0 0 32px;
    padding: 0;

    list-style: none;
}


.tm-reg-secname-highlight li {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    color:
        rgba(244, 238, 255, 0.90);

    font-size: 13px;

    line-height: 1.5;
}


.tm-reg-secname-highlight li::before {
    content: "✓";

    flex: 0 0 auto;

    color: #dcc6ff;

    font-weight: 800;
}


/* =========================================================
   HIGHLIGHT BUTTON
   ========================================================= */

.tm-reg-secname-button {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    width: 100%;

    margin-top: auto;

    padding: 15px 17px 15px 20px;

    border-radius: 12px;

    background:
        rgba(13, 5, 28, 0.82);

    border:
        1px solid rgba(220, 198, 255, 0.10);

    color: #f4eeff;

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.tm-reg-secname-button span {
    font-size: 19px;

    transition:
        transform 0.3s ease;
}


.tm-reg-secname-button:hover {
    background:
        rgba(13, 5, 28, 1);

    border-color:
        rgba(220, 198, 255, 0.22);

    transform: translateY(-2px);
}


.tm-reg-secname-button:hover span {
    transform: translateX(4px);
}


/* =========================================================
   BRAND CLOSING SECTION
   ========================================================= */

.tm-reg-lp-closing {
    position: relative;

    padding: 75px 0 70px;

    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(109, 40, 217, 0.12),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            #0d051c 0%,
            #1c0b38 100%
        );

    overflow: hidden;
}


/* =========================================================
   CLOSING DECORATIVE SHAPES
   ========================================================= */

.tm-reg-lp-closing::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background:
        radial-gradient(
            circle,
            rgba(109, 40, 217, 0.15),
            transparent 70%
        );

    border-radius: 50%;

    filter: blur(5px);
}


.tm-reg-lp-closing::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -100px;
    bottom: -130px;

    background:
        radial-gradient(
            circle,
            rgba(220, 198, 255, 0.08),
            transparent 70%
        );

    border-radius: 50%;
}


.tm-reg-lp-closing .tm-reg-lp-container {
    position: relative;
    z-index: 2;

    max-width: 900px;

    margin: 0 auto;

    padding: 0 20px;
}


/* =========================================================
   CLOSING CONTENT
   ========================================================= */

.tm-reg-lp-closing-content {
    max-width: 780px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   CLOSING EYEBROW
   ========================================================= */

.tm-reg-lp-closing-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    padding: 8px 15px;

    color: #dcc6ff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    border:
        1px solid rgba(220, 198, 255, 0.55);

    border-radius: 100px;

    background:
        rgba(109, 40, 217, 0.06);

    box-shadow:
        0 0 20px rgba(109, 40, 217, 0.12);
}


/* =========================================================
   CLOSING HEADING
   ========================================================= */

.tm-reg-lp-closing-content h2 {
    max-width: 700px;

    margin: 0 auto 20px;

    color: #f4eeff;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 750;

    letter-spacing: -0.6px;
}


/* =========================================================
   CLOSING PARAGRAPHS
   ========================================================= */

.tm-reg-lp-closing-content p {
    max-width: 680px;

    margin: 0 auto 13px;

    color: #ebdeff;

    font-size: 15px;

    line-height: 1.7;

    opacity: 0.80;
}


.tm-reg-lp-closing-content p:last-of-type {
    margin-bottom: 0;
}


/* =========================================================
   CLOSING HIGHLIGHT
   ========================================================= */

.tm-reg-lp-closing-highlight {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-top: 28px;
}


.tm-reg-lp-closing-highlight strong {
    color: #dcc6ff;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;
}


.tm-reg-lp-closing-line {
    width: 45px;
    height: 1px;

    background:
        rgba(220, 198, 255, 0.40);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .banner-form-card {
        margin: 28px 0 0;
    }


    .tm-reg-lp-advantages {
        padding: 70px 0;
    }


    .tm-reg-lp-section-heading h2 {
        font-size: 34px;
    }


    .tm-reg-lp-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .tm-reg-lp-advantage-featured {
        grid-column: span 2;
    }


    .tm-reg-lp-who-help {
        padding: 70px 0;
    }


    .tm-reg-lp-who-help-layout {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    .tm-reg-lp-who-help-heading {
        max-width: 700px;
    }


    .tm-reg-lp-who-help-heading h2 {
        font-size: 36px;
    }


    .tm-reg-secname-grid {
        grid-template-columns: 1fr;
    }


    .tm-reg-secname-highlight {
        min-height: 480px;
    }


    .tm-reg-lp-closing {
        padding: 65px 0;
    }


    .tm-reg-lp-closing-content h2 {
        font-size: 36px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .banner-form-card {
        max-width: none;

        padding: 26px 22px;

        border-radius: 23px;
    }


    .banner-form-card::before {
        border-radius: 24px;
    }


    .banner-form-card h2 {
        font-size: 25px;
    }


    .tm-reg-lp-advantages {
        padding: 55px 0;
    }


    .tm-reg-lp-container {
        padding: 0 15px;
    }


    .tm-reg-lp-section-heading {
        margin-bottom: 35px;
    }


    .tm-reg-lp-section-heading h2 {
        font-size: 29px;
    }


    .tm-reg-lp-section-heading p {
        font-size: 15px;
    }


    .tm-reg-lp-advantages-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }


    .tm-reg-lp-advantage-card,
    .tm-reg-lp-advantage-featured {
        grid-column: auto;

        min-height: auto;

        padding: 26px 24px;
    }


    .tm-reg-lp-who-help {
        padding: 55px 0;
    }


    .tm-reg-lp-who-help-layout {
        gap: 35px;
    }


    .tm-reg-lp-who-help-heading h2 {
        font-size: 29px;
    }


    .tm-reg-lp-who-help-heading > p {
        font-size: 15px;
    }


    .tm-reg-lp-who-help-list {
        grid-template-columns: 1fr;
    }


    .tm-reg-lp-who-help-item {
        min-height: 60px;

        gap: 14px;
    }


    .tm-reg-lp-who-help-item h3 {
        font-size: 15px;
    }


    .tm-reg-lp-who-help-bottom {
        margin-top: 30px;

        padding-left: 16px;
    }


    .tm-reg-secname-benefits {
        padding: 75px 16px;
    }


    .tm-reg-secname-heading {
        margin-bottom: 40px;
    }


    .tm-reg-secname-heading h2 {
        font-size: 38px;

        letter-spacing: -1.5px;
    }


    .tm-reg-secname-heading p {
        font-size: 15px;
    }


    .tm-reg-secname-cards {
        grid-template-columns: 1fr;
    }


    .tm-reg-secname-card {
        padding: 21px;
    }


    .tm-reg-secname-highlight {
        padding: 28px;

        border-radius: 20px;
    }


    .tm-reg-secname-highlight-top {
        margin-bottom: 35px;
    }


    .tm-reg-lp-closing {
        padding: 55px 0;
    }


    .tm-reg-lp-closing .tm-reg-lp-container {
        padding: 0 18px;
    }


    .tm-reg-lp-closing-content h2 {
        font-size: 29px;

        line-height: 1.2;
    }


    .tm-reg-lp-closing-content p {
        font-size: 14px;

        line-height: 1.65;
    }


    .tm-reg-lp-closing-highlight {
        gap: 10px;

        margin-top: 24px;
    }


    .tm-reg-lp-closing-highlight strong {
        font-size: 13px;
    }


    .tm-reg-lp-closing-line {
        width: 28px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .banner-form-card,
    .banner-form-card::before,
    .banner-form-card::after,
    .banner-form-card h2::after,
    .banner-form-card .theme-btn::after {
        animation: none;
    }

    .tm-reg-lp-advantage-card,
    .tm-reg-secname-card,
    .tm-reg-secname-button,
    .tm-reg-lp-who-help-item {
        transition: none;
    }
}