.trademark-page {
    background: #f3f3f1;
    color: #0e1116;
}

.trademark-page .aboutv2-container {
    max-width: 1280px;
}

.trademark-intro {
    padding: 56px 0 56px;
}

.trademark-types {
    padding: 20px 0 110px;
}

.trademark-definition-card {
    position: relative;
    overflow: visible;
    display: block;
    padding: 42px 360px 42px 46px;
    min-height: 0;
    border-radius: 34px;
    background: radial-gradient(circle at 88% 38%, rgba(29, 91, 173, 0.2), transparent 34%), linear-gradient(135deg, #001324 0%, #011c36 100%);
    box-shadow: 0 28px 64px rgba(0, 19, 36, 0.18);
}

.trademark-definition-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)), url("../images/about-pattern.png");
    background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    mix-blend-mode: screen;
    opacity: 0.38;
    pointer-events: none;
}

.trademark-definition-copy,
.trademark-definition-visual {
    position: relative;
    z-index: 1;
}

.trademark-definition-copy {
    max-width: 720px;
}

.trademark-definition-copy .services-label,
.trademark-definition-copy .services-title {
    margin-bottom: 18px;
}

.trademark-definition-copy .services-label span,
.trademark-definition-copy .services-title,
.trademark-definition-copy p {
    color: #ffffff;
}

.trademark-definition-copy p {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

.trademark-definition-visual {
    position: absolute;
    right: 10px;
    bottom: -28px;
    width: min(28vw, 360px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
}

.trademark-definition-image {
    width: 100%;
    max-width: 360px;
    height: auto;
    object-fit: contain;
    transform: none;
    filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.18));
}

.trademark-section-head {
    margin-bottom: 34px;
}

.trademark-section-head--spaced {
    margin-top: 60px;
    margin-bottom: 28px;
}

.trademark-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 28px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgba(0, 19, 36, 0.28);
}

.trademark-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    padding: 0 8px;
    border: 0;
    background: transparent;
    color: rgba(14, 17, 22, 0.56);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: color 0.22s ease;
}

.trademark-tab::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -1px;
    height: 3px;
    background: #005ac1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
}

.trademark-tab:hover {
    color: rgba(14, 17, 22, 0.82);
}

.trademark-tab.is-active {
    color: #005ac1;
}

.trademark-tab.is-active::after {
    transform: scaleX(1);
}

.trademark-tab:focus-visible {
    outline: 2px solid rgba(0, 90, 193, 0.35);
    outline-offset: 4px;
    border-radius: 6px;
}

.trademark-tab-panel {
    display: none;
}

.trademark-tab-panel.is-active {
    display: block;
}

.trademark-type-grid {
    display: grid;
    gap: 34px 40px;
    align-items: start;
}

.trademark-type-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trademark-type-grid--two {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trademark-type-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: 34px auto;
    column-gap: 14px;
    row-gap: 12px;
    align-items: center;
    align-content: start;
    max-width: 360px;
}

.trademark-type-icon-wrap {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 10px;
    background: #001324;

    grid-column: 1;
    grid-row: 1;
}

.trademark-type-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.trademark-type-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #0e1116;
}

.trademark-type-card p {
    margin: 0;
    grid-column: 1 / -1;
    max-width: 36ch;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(14, 17, 22, 0.84);
}

.trademark-divider {
    width: min(100%, 920px);
    height: 1px;
    margin: 76px 0 54px;
    background: rgba(14, 17, 22, 0.18);
}

.trademark-divider--after-title {
    width: 100%;
    max-width: none;
    margin: 0 0 46px;
}

.trademark-process {
    padding: 92px 0 120px;
    background: #001324;
}

.trademark-process-intro {
    max-width: 760px;
    margin-bottom: 48px;
}

.trademark-process-intro .services-label,
.trademark-process-intro .services-title {
    margin-bottom: 18px;
}

.trademark-process-intro .services-label span,
.trademark-process-intro .services-title {
    color: #ffffff;
}

.trademark-process-intro p {
    margin: 0;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.86);
}

.trademark-process-timeline {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
}

.trademark-process-rows {
    --timeline-col: 56px;
    --timeline-gap: 40px;
    --step-size: 38px;
    --row-min-height: 148px;
    --card-col: minmax(480px, 680px);
    position: relative;
    display: grid;
    gap: 46px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.trademark-process-line {
    position: absolute;
    left: calc((var(--timeline-col) - 2px) / 2);
    top: calc(var(--row-min-height) / 2);
    bottom: calc(var(--row-min-height) / 2);
    width: 2px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.trademark-process-fill {
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, #005ac1 0%, #4d9eff 100%);
}

.trademark-process-row {
    display: grid;
    grid-template-columns: var(--timeline-col) var(--card-col);
    justify-content: center;
    align-items: center;
    gap: var(--timeline-gap);
}

.trademark-process-step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.trademark-process-step-number {
    width: var(--step-size);
    height: var(--step-size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #001324;
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.trademark-process-step.active .trademark-process-step-number {
    color: #ffffff;
    border-color: #4d9eff;
    box-shadow: 0 0 18px rgba(77, 158, 255, 0.36);
}

.trademark-process-step.active {
    transform: scale(1.1);
}

.trademark-process-item {
    min-height: 148px;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr);
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    transform: translateX(0);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.trademark-process-item-copy h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.trademark-process-item-copy p {
    margin: 0;
    max-width: 44ch;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.trademark-process-item.is-active {
    border-color: rgba(14, 17, 22, 0.06);
    background: #ffffff;
    box-shadow: 0 22px 40px rgba(14, 17, 22, 0.08);
    transform: translateX(12px);
}

.trademark-process-item.is-active .trademark-process-item-copy h3 {
    color: #0e1116;
}

.trademark-process-item.is-active .trademark-process-item-copy p {
    color: rgba(14, 17, 22, 0.72);
}

.trademark-faq {
    padding: 92px 0 110px;
    background: #f3f3f1;
}

.trademark-faq-list {
    margin-top: 20px;
    border-top: 1px solid rgba(14, 17, 22, 0.2);
}

.trademark-faq-item {
    border-bottom: 1px solid rgba(14, 17, 22, 0.2);
    padding-bottom: 0;
    transition: padding-bottom 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.trademark-faq-item.is-open {
    padding-bottom: 28px;
}

.trademark-faq-item h3 {
    margin: 0;
}

.trademark-faq-question {
    width: 100%;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 0;
    background: transparent;
    text-align: left;
    color: rgba(14, 17, 22, 0.72);
    font-size: clamp(23px, 2.7vw, 40px);
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: -0.02em;
    cursor: pointer;
}

.trademark-faq-question:hover {
    color: rgba(14, 17, 22, 0.9);
}

.trademark-faq-question:focus-visible {
    outline: 2px solid rgba(0, 90, 193, 0.35);
    outline-offset: 6px;
    border-radius: 6px;
}

.trademark-faq-icon {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.trademark-faq-icon::before,
.trademark-faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    background: rgba(14, 17, 22, 0.72);
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease;
}

.trademark-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.trademark-faq-question.is-open .trademark-faq-icon {
    transform: rotate(45deg);
}

.trademark-faq-answer {
    max-height: 0;
    padding: 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.36s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.trademark-faq-answer.is-open {
    padding-bottom: 0;
    opacity: 1;
}

.trademark-faq-answer p {
    margin: 0;
    max-width: 72ch;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(14, 17, 22, 0.84);
}

.trademark-cta {
    padding: 0 0 120px;
    background: #f3f3f1;
}

.trademark-cta-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(300px, 1fr);
    align-items: center;
    gap: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, #001324 0%, #02203b 100%);
    box-shadow: 0 28px 64px rgba(0, 19, 36, 0.18);
}

.trademark-cta-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at 78% 78%, rgba(0, 90, 193, 0.22), transparent 30%),
        url("../images/about-pattern.png");
    background-repeat: no-repeat, no-repeat, cover;
    background-size: auto, auto, cover;
    background-position: center, center, center;
    opacity: 0.3;
    mix-blend-mode: screen;
    pointer-events: none;
}

.trademark-cta-copy,
.trademark-cta-visual {
    position: relative;
    z-index: 1;
}

.trademark-cta-copy {
    padding: 46px 48px;
    max-width: 680px;
}

.trademark-cta-copy h2 {
    margin: 0 0 16px;
    max-width: 620px;
    color: #ffffff;
    font-size: clamp(34px, 3.8vw, 52px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.trademark-cta-copy p {
    margin: 0 0 28px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.65;
}

.trademark-cta-button {
    text-decoration: none;
    align-self: flex-start;
}

.trademark-cta-visual {
    align-self: stretch;
    min-height: 100%;
    display: block;
    overflow: hidden;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.trademark-cta-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 19, 36, 0.22), rgba(0, 19, 36, 0.32));
    pointer-events: none;
}

.trademark-cta-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .trademark-page .aboutv2-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1200px) {
    .trademark-page .aboutv2-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .trademark-definition-card {
        padding: 38px 300px 38px 36px;
    }

    .trademark-definition-visual {
        right: 6px;
        bottom: -22px;
        width: min(26vw, 320px);
    }

    .trademark-definition-copy p {
        font-size: 18px;
    }

    .trademark-process-item-copy h3 {
        font-size: 28px;
    }

    .trademark-process-timeline {
        max-width: 1020px;
    }

    .trademark-process-rows {
        --timeline-col: 52px;
        --timeline-gap: 34px;
        --row-min-height: 142px;
        --card-col: minmax(440px, 620px);
        gap: 40px;
    }

}

@media (max-width: 1023px) {
    .trademark-intro {
        padding-top: 44px;
    }

    .trademark-definition-card {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 34px 28px 20px;
        min-height: unset;
        display: grid;
    }

    .trademark-definition-visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        justify-content: center;
        pointer-events: auto;
    }

    .trademark-definition-image {
        width: min(100%, 320px);
        transform: translateY(34px);
    }

    .trademark-type-grid--three,
    .trademark-type-grid--two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trademark-process {
        padding-top: 68px;
        padding-bottom: 100px;
    }

    .trademark-faq {
        padding-top: 70px;
        padding-bottom: 94px;
    }

    .trademark-cta {
        padding-bottom: 96px;
    }

    .trademark-process-timeline {
        gap: 28px;
        max-width: 100%;
    }

    .trademark-process-rows {
        --timeline-col: 48px;
        --timeline-gap: 22px;
        --row-min-height: 210px;
        --card-col: minmax(0, 1fr);
        max-width: 100%;
        width: 100%;
        gap: 32px;
    }

    .trademark-process-row {
        justify-content: initial;
    }

    .trademark-process-item {
        min-height: 210px;
    }

    .trademark-process-item.is-active {
        transform: translateX(10px);
    }

    .trademark-process-item-copy h3 {
        font-size: 20px;
    }

    .trademark-cta-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .trademark-cta-copy {
        max-width: 100%;
        padding: 36px 30px 28px;
    }

    .trademark-cta-copy h2 {
        max-width: 620px;
    }

    .trademark-cta-visual {
        min-height: 280px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .trademark-cta-image {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {

    .trademark-type-card h3 {
        white-space: normal;
    }
    .trademark-page .aboutv2-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .trademark-intro {
        padding-top: 36px;
        padding-bottom: 22px;
    }

    .trademark-types {
        padding-top: 18px;
        padding-bottom: 84px;
    }

    .trademark-process {
        padding-top: 54px;
        padding-bottom: 80px;
    }

    .trademark-faq {
        padding-top: 56px;
        padding-bottom: 80px;
    }

    .trademark-cta {
        padding-bottom: 78px;
    }

    .trademark-faq-question {
        padding: 20px 0;
        font-size: clamp(20px, 4.2vw, 27px);
        gap: 18px;
    }

    .trademark-faq-list {
        margin-top: 16px;
    }

    .trademark-faq-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .trademark-faq-icon::before,
    .trademark-faq-icon::after {
        width: 18px;
    }

    .trademark-faq-answer.is-open {
        padding-bottom: 0;
    }

    .trademark-faq-item.is-open {
        padding-bottom: 22px;
    }

    .trademark-faq-answer p {
        font-size: 15px;
    }

    .trademark-process-intro {
        margin-bottom: 30px;
    }

    .trademark-process-intro p {
        font-size: 17px;
    }

    .trademark-definition-card {
        border-radius: 28px;
        padding: 30px 22px 16px;
    }

    .trademark-definition-copy p {
        font-size: 17px;
    }

    .trademark-cta-card {
        border-radius: 24px;
    }

    .trademark-cta-copy h2 {
        margin-bottom: 14px;
        font-size: clamp(28px, 9vw, 38px);
    }

    .trademark-cta-copy p {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .trademark-cta-button {
        width: auto;
        justify-content: flex-start;
    }

    .trademark-cta-visual {
        min-height: 220px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .trademark-cta-image {
        width: 100%;
    }

    .trademark-tabs {
        gap: 4px 14px;
        margin-bottom: 24px;
    }

    .trademark-tab {
        min-height: 46px;
        font-size: 24px;
        padding: 0 4px;
    }

    .trademark-tab::after {
        left: 4px;
        right: 4px;
        height: 2px;
    }

    .trademark-type-grid--three,
    .trademark-type-grid--two {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .trademark-divider {
        margin: 58px 0 42px;
    }

    .trademark-divider--after-title {
        margin: 0 0 32px;
    }

    .trademark-process-timeline {
        gap: 22px;
    }

    .trademark-process-rows {
        --timeline-col: 36px;
        --timeline-gap: 14px;
        --step-size: 30px;
        --row-min-height: 132px;
        gap: 26px;
    }

    .trademark-process-step-number {
        font-size: 11px;
    }

    .trademark-process-item {
        min-height: 132px;
        border-radius: 16px;
        padding: 14px 14px;
    }

    .trademark-process-item.is-active {
        transform: translateX(6px);
    }

    .trademark-process-item-copy h3 {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .trademark-process-item-copy p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .trademark-page .aboutv2-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .trademark-definition-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .trademark-definition-image {
        width: min(100%, 280px);
    }

    .trademark-type-card p {
        font-size: 16px;
    }

    .trademark-cta-card {
        border-radius: 20px;
    }

    .trademark-cta-copy {
        padding-left: 18px;
        padding-right: 18px;
    }

    .trademark-cta-visual {
        min-height: 190px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}



