.sign-page {
    background: #ffffff;
    color: #172033;
}

.sign-page .sign-banner {
    height: auto;
    min-height: 640px;
    padding: 112px 0 64px;
    background:
        linear-gradient(118deg, rgba(227, 240, 255, 0.96) 0%, rgba(245, 250, 255, 0.92) 48%, rgba(239, 248, 244, 0.9) 100%),
        #eef6ff;
    overflow: hidden;
}

.sign-page .sign-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0)),
        repeating-linear-gradient(90deg, rgba(36, 115, 255, 0.06) 0, rgba(36, 115, 255, 0.06) 1px, transparent 1px, transparent 80px);
    pointer-events: none;
}

.sign-page .sign-banner > .container {
    position: relative;
    z-index: 1;
}

.sign-hero-layout {
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: 58px;
}

.sign-page .sign-banner .text-content {
    align-items: flex-start;
    max-width: 660px;
}

.section-kicker,
.sign-page .sign-banner .eyebrow {
    align-items: center;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(36, 115, 255, 0.16);
    border-radius: 8px;
    color: #1469df;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 30px;
    padding: 0 12px;
}

.sign-page .sign-banner .text-content > h1 {
    color: #101828;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin-top: 20px;
    text-align: left;
}

.sign-page .sign-banner .hero-subtitle {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 16px;
}

.sign-page .sign-banner .hero-subtitle span {
    white-space: nowrap;
}

.sign-page .sign-banner .text-content > .msg {
    color: #3b4758;
    font-size: 18px;
    line-height: 1.85;
    margin-top: 18px;
    max-width: 640px;
    text-align: left;
}

.sign-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.sign-hero-tags li {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 8px;
    color: #1f3558;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 9px 13px;
}

.sign-page .sign-banner .text-content > .btns {
    gap: 14px;
    margin-top: 34px;
}

.sign-page .sign-banner .text-content > .btns .btn {
    border-radius: 8px;
    box-shadow: none;
}

.sign-page .sign-banner .text-content > .btns .btn.register {
    background: #2473ff;
}

.sign-page .sign-banner .text-content > .btns .btn.register:hover {
    background: #1664eb;
}

.sign-page .sign-banner .text-content > .btns .btn.download {
    border-color: rgba(36, 115, 255, 0.28);
    color: #176cff;
}

.hero-visual {
    margin: 0;
    min-width: 0;
}

.hero-visual-shell {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 8px;
    box-shadow: 0 28px 72px rgba(27, 80, 150, 0.14);
    overflow: hidden;
}

.hero-visual-head {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(23, 32, 51, 0.08);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 16px 18px;
}

.hero-visual-head span {
    color: #176cff;
    font-size: 13px;
    font-weight: 700;
}

.hero-visual-head strong {
    color: #172033;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    text-align: right;
}

.hero-visual img {
    aspect-ratio: 1500 / 900;
    background: #f8fbff;
    display: block;
    object-fit: contain;
}

.hero-evidence-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(23, 32, 51, 0.08);
    background: #ffffff;
}

.hero-evidence-strip span {
    padding: 14px 16px;
}

.hero-evidence-strip span + span {
    border-left: 1px solid rgba(23, 32, 51, 0.08);
}

.hero-evidence-strip em {
    color: #667085;
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 1.4;
}

.hero-evidence-strip strong {
    color: #0f6b4f;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 4px;
}

.sign-page .anchor {
    margin-top: -30px;
    position: relative;
    top: auto;
    z-index: 5;
}

.sign-page .anchor .tabs {
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(32, 72, 124, 0.12);
}

.sign-page .anchor .tabs .tab {
    border-radius: 6px;
    font-weight: 600;
}

.sign-intro {
    background: #ffffff;
    padding: 88px 0 54px;
}

.sign-intro > .container {
    align-items: stretch;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.82fr);
}

.intro-copy h2,
.sign-section-head h2,
.sign-page .sign-graphic .list .item .title > h2 {
    color: #101828;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.28;
    margin-top: 18px;
}

.intro-copy p,
.sign-section-head p,
.sign-page .sign-graphic .list .item .title > .msg {
    color: #526173;
    font-size: 17px;
    line-height: 1.85;
    margin-top: 18px;
}

.intro-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

.intro-stats li {
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.09);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(32, 72, 124, 0.08);
    padding: 20px 22px;
}

.intro-stats strong {
    color: #101828;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.intro-stats span {
    color: #5f6f84;
    display: block;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 7px;
}

.sign-owner-pain {
    background: #f5f8fc;
    padding: 86px 0;
}

.owner-pain-head {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.owner-pain-head h2 {
    color: #101828;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.28;
    margin-top: 18px;
}

.owner-pain-head p {
    color: #526173;
    font-size: 17px;
    line-height: 1.85;
    margin-top: 18px;
}

.owner-pain-panel {
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(32, 72, 124, 0.08);
    margin-top: 42px;
    overflow: hidden;
}

.owner-pain-panel-head {
    align-items: center;
    background: #101828;
    color: #ffffff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    padding: 18px 28px;
}

.owner-pain-panel-head span,
.owner-pain-panel-head strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.owner-pain-list {
    display: grid;
}

.owner-pain-list li {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    padding: 26px 28px;
}

.owner-pain-list li + li {
    border-top: 1px solid rgba(23, 32, 51, 0.08);
}

.pain-copy,
.solve-copy {
    min-width: 0;
}

.pain-copy span {
    color: #176cff;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.pain-copy h3,
.solve-copy strong {
    color: #101828;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 12px;
}

.solve-copy strong {
    color: #0f6b4f;
}

.pain-copy p,
.solve-copy p {
    color: #5b6574;
    font-size: 15px;
    line-height: 1.75;
    margin-top: 10px;
}

.solve-copy {
    border-left: 1px solid rgba(23, 32, 51, 0.08);
    padding-left: 28px;
    position: relative;
}

.solve-copy::before {
    background: #ffffff;
    border-right: 1px solid rgba(36, 115, 255, 0.42);
    border-top: 1px solid rgba(36, 115, 255, 0.42);
    content: '';
    height: 10px;
    left: -6px;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    width: 10px;
}

.owner-pain-scope {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid rgba(23, 32, 51, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 28px;
}

.owner-pain-scope strong {
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.owner-pain-scope span {
    background: #f5f8fc;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 8px;
    color: #506073;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    padding: 7px 10px;
}

.owner-pain-results {
    background: #f8fbff;
    border-top: 1px solid rgba(23, 32, 51, 0.08);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.owner-pain-results span {
    padding: 18px 20px;
}

.owner-pain-results span + span {
    border-left: 1px solid rgba(23, 32, 51, 0.08);
}

.owner-pain-results strong {
    color: #101828;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.owner-pain-results em {
    color: #667085;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
    margin-top: 5px;
}

.sign-trust {
    background: #f5f8fc;
    padding: 86px 0;
}

.sign-section-head {
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
}

.sign-section-head .section-kicker,
.sign-page .sign-graphic .title .section-kicker {
    justify-content: center;
}

.trust-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}

.trust-grid article {
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(32, 72, 124, 0.07);
    min-height: 218px;
    padding: 24px;
}

.trust-grid article span {
    color: #176cff;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.trust-grid article h3 {
    color: #101828;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 18px;
}

.trust-grid article p {
    color: #5b6574;
    font-size: 15px;
    line-height: 1.75;
    margin-top: 12px;
}

.evidence-flow {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 8px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 26px;
    overflow: hidden;
}

.evidence-flow li {
    align-items: center;
    color: #25364d;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 58px;
    padding: 12px;
    position: relative;
    text-align: center;
}

.evidence-flow li + li {
    border-left: 1px solid rgba(23, 32, 51, 0.08);
}

.evidence-flow li::after {
    content: '';
    border-right: 1px solid rgba(36, 115, 255, 0.42);
    border-top: 1px solid rgba(36, 115, 255, 0.42);
    height: 8px;
    position: absolute;
    right: -4px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 8px;
    z-index: 2;
}

.evidence-flow li:last-child::after {
    display: none;
}

.sign-page .sign-graphic {
    background: #ffffff;
    padding: 88px 0 92px;
}

.sign-page .sign-graphic .list .item {
    margin-top: 0;
}

.sign-page .sign-graphic .list .item .title {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.sign-page .sign-graphic .list .item .title > h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.sign-page .sign-graphic .list .item .title > .msg {
    font-size: 18px;
}

.sign-page .sign-graphic .list .item .cards {
    margin-top: 30px;
}

.sign-page .sign-graphic .list .item .cards .card {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    margin-top: 62px;
}

.sign-page .sign-graphic .list .item .cards .card.reverse {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

.sign-page .sign-graphic .list .item .cards .card > .text-content {
    width: auto;
}

.sign-page .sign-graphic .list .item .cards .card.reverse > .text-content {
    order: 2;
}

.sign-page .sign-graphic .list .item .cards .card.reverse > .img {
    order: 1;
}

.sign-page .sign-graphic .list .item .cards .card > .text-content .tag {
    background: #eff6ff;
    border: 1px solid #cfe2ff;
    border-radius: 8px;
    color: #175cd3;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 14px;
    padding: 4px 10px;
}

.sign-page .sign-graphic .list .item .cards .card:nth-child(2n) > .text-content .tag {
    background: #ecfdf3;
    border-color: #c8f1db;
    color: #047857;
}

.sign-page .sign-graphic .list .item .cards .card:nth-child(5n) > .text-content .tag {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.sign-page .sign-graphic .list .item .cards .card > .text-content > h3 {
    color: #101828;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.28;
}

.sign-page .sign-graphic .list .item .cards .card > .text-content > .msg {
    color: #526173;
    font-size: 16px;
    line-height: 1.85;
    margin-top: 14px;
}

.feature-points {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.feature-points li {
    color: #25364d;
    font-size: 14px;
    line-height: 1.55;
    padding-left: 18px;
    position: relative;
}

.feature-points li::before {
    background: #1fbe8f;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px;
}

.sign-page .sign-graphic .list .item .cards .card > .img {
    background: #f7fbff;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(32, 72, 124, 0.1);
    min-width: 0;
    overflow: hidden;
}

.sign-page .sign-graphic .list .item .cards .card > .img img {
    aspect-ratio: 1200 / 740;
    display: block;
    object-fit: contain;
}

.sign-cta {
    background: #ffffff;
    padding: 0 0 96px;
}

.cta-panel {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(23, 108, 255, 0.28), rgba(31, 190, 143, 0.14)),
        #101828;
    border-radius: 8px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 38px 42px;
}

.cta-panel > div:first-child {
    max-width: 850px;
}

.cta-panel h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.45;
}

.cta-panel p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.75;
    margin-top: 10px;
}

.cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

.cta-actions a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap;
}

.cta-actions a:first-child {
    background: #ffffff;
    color: #101828;
}

.cta-actions a:last-child {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
}

@media (max-width: 1440px) {
    .sign-hero-layout {
        grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.1fr);
        gap: 40px;
    }

    .sign-page .sign-banner .text-content > h1 {
        font-size: 56px;
    }

    .sign-page .sign-banner .hero-subtitle {
        font-size: 27px;
    }
}

@media (max-width: 1180px) {
    .sign-page .sign-banner {
        padding-top: 92px;
    }

    .sign-hero-layout,
    .sign-intro > .container {
        grid-template-columns: 1fr;
    }

    .sign-page .sign-banner .text-content {
        max-width: 780px;
    }

    .sign-page .sign-banner .text-content > .msg {
        max-width: 760px !important;
    }

    .owner-pain-list li,
    .owner-pain-panel-head {
        gap: 22px;
        grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
        padding-left: 24px;
        padding-right: 24px;
    }

    .solve-copy {
        padding-left: 24px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .evidence-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .evidence-flow li:nth-child(4) {
        border-left: 0;
        border-top: 1px solid rgba(23, 32, 51, 0.08);
    }

    .evidence-flow li:nth-child(n + 4) {
        border-top: 1px solid rgba(23, 32, 51, 0.08);
    }

    .sign-page .sign-graphic .list .item .cards .card,
    .sign-page .sign-graphic .list .item .cards .card.reverse {
        gap: 38px;
        grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .sign-page .sign-banner {
        min-height: 0;
        padding: 84px 0 46px;
    }

    .sign-page .sign-banner .text-content > h1 {
        font-size: 44px;
    }

    .sign-page .sign-banner .hero-subtitle {
        font-size: 24px;
    }

    .sign-page .sign-banner .text-content > .msg {
        font-size: 16px;
        line-height: 1.75;
    }

    .hero-evidence-strip {
        grid-template-columns: 1fr;
    }

    .hero-evidence-strip span + span {
        border-left: 0;
        border-top: 1px solid rgba(23, 32, 51, 0.08);
    }

    .sign-owner-pain,
    .sign-intro,
    .sign-trust,
    .sign-page .sign-graphic {
        padding: 58px 0;
    }

    .owner-pain-head h2,
    .intro-copy h2,
    .sign-section-head h2,
    .sign-page .sign-graphic .list .item .title > h2 {
        font-size: 31px;
    }

    .owner-pain-head p,
    .intro-copy p,
    .sign-section-head p {
        font-size: 16px;
    }

    .owner-pain-panel-head {
        display: none;
    }

    .owner-pain-list li {
        grid-template-columns: 1fr;
    }

    .owner-pain-scope {
        padding-left: 24px;
        padding-right: 24px;
    }

    .solve-copy {
        border-left: 0;
        border-top: 1px solid rgba(23, 32, 51, 0.08);
        padding-left: 0;
        padding-top: 18px;
    }

    .solve-copy::before {
        display: none;
    }

    .owner-pain-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owner-pain-results span:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(23, 32, 51, 0.08);
    }

    .owner-pain-results span:nth-child(4) {
        border-top: 1px solid rgba(23, 32, 51, 0.08);
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .sign-page .sign-graphic .list .item .cards .card,
    .sign-page .sign-graphic .list .item .cards .card.reverse {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .sign-page .sign-graphic .list .item .cards .card.reverse > .text-content {
        order: 1;
    }

    .sign-page .sign-graphic .list .item .cards .card.reverse > .img {
        order: 2;
    }

    .sign-page .sign-graphic .list .item .cards .card > .text-content > h3 {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .sign-page .sign-banner {
        padding: 78px 0 38px;
    }

    .sign-page .sign-banner .text-content > h1 {
        font-size: 36px;
    }

    .sign-page .sign-banner .hero-subtitle {
        font-size: 21px;
    }

    .section-kicker,
    .sign-page .sign-banner .eyebrow {
        font-size: 12px;
        min-height: 28px;
        padding: 0 10px;
    }

    .owner-pain-head h2,
    .intro-copy h2,
    .sign-section-head h2,
    .sign-page .sign-graphic .list .item .title > h2 {
        font-size: 26px;
    }

    .owner-pain-head p,
    .intro-copy p,
    .sign-section-head p,
    .sign-page .sign-graphic .list .item .cards .card > .text-content > .msg,
    .sign-page .sign-graphic .list .item .title > .msg {
        font-size: 15px;
    }

    .sign-hero-tags {
        gap: 8px;
    }

    .sign-hero-tags li {
        font-size: 13px;
        padding: 8px 10px;
    }

    .hero-visual-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .hero-visual-head strong {
        text-align: left;
    }

    .owner-pain-list li,
    .owner-pain-scope,
    .trust-grid article,
    .intro-stats li {
        padding: 20px;
    }

    .pain-copy h3,
    .solve-copy strong {
        font-size: 20px;
    }

    .owner-pain-results {
        grid-template-columns: 1fr;
    }

    .owner-pain-results span + span,
    .owner-pain-results span:nth-child(3),
    .owner-pain-results span:nth-child(4) {
        border-left: 0;
        border-top: 1px solid rgba(23, 32, 51, 0.08);
    }

    .evidence-flow {
        grid-template-columns: 1fr;
    }

    .evidence-flow li + li,
    .evidence-flow li:nth-child(4),
    .evidence-flow li:nth-child(n + 4) {
        border-left: 0;
        border-top: 1px solid rgba(23, 32, 51, 0.08);
    }

    .evidence-flow li::after {
        bottom: -4px;
        left: calc(50% - 4px);
        right: auto;
        top: auto;
        transform: rotate(135deg);
    }

    .sign-page .sign-graphic .list .item .cards {
        margin-top: 16px;
    }

    .sign-page .sign-graphic .list .item .cards .card {
        margin-top: 34px;
    }

    .cta-panel {
        padding: 28px 22px;
    }

    .cta-panel h2 {
        font-size: 22px;
    }

    .cta-actions {
        flex-wrap: wrap;
        width: 100%;
    }

    .cta-actions a {
        flex: 1 1 136px;
    }
}
