.withus-body {
    background: #f6f6f4;
}

.withus {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 3rem 1.25rem 2.5rem;
}

.withus-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 460px;
}

.withus-header {
    text-align: center;
    margin-bottom: 2rem;
}

.withus-logo {
    display: inline-block;
    line-height: 0;
}

.withus-logo img {
    height: 56px;
    width: auto;
    margin: 0 auto;
}

.withus-title {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
}

.withus-intro {
    margin-bottom: 1.75rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.75;
}
.withus-intro > h1{
    font-weight: 600;
}
.withus-intro .d-day,
.withus-intro > h3 {
    font-size: 1.5rem;
    color: #666;

}

.withus-intro > h3 {
    padding-top: 20px;
}

.withus-intro p {
    margin: 0 0 0.5rem;
}

.withus-intro p:last-child {
    margin-bottom: 0;
}

.withus-group {
    margin-bottom: 2.25rem;
}

.withus-group:last-of-type {
    margin-bottom: 0;
}

.withus-group-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 0.85rem;
    padding-left: 0.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.01em;
}

.withus-group-title::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #e3e3e0;
}

.withus-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.withus-link-item a,
.withus-link-plain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.05rem 1.35rem;
    border: 1px solid #e3e3e0;
    border-radius: 14px;
    background: #fff;
    color: #111;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.withus-link-item a:hover {
    transform: translateY(-2px);
    border-color: #111;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.withus-link-item a:active {
    transform: translateY(0);
}

.withus-link-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.withus-link-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #bbb;
    transition: color 0.15s ease, transform 0.15s ease;
}

.withus-link-item a.is-link:hover .withus-link-arrow {
    color: #111;
    transform: translateX(2px);
}

.withus-link-item a.is-file .withus-link-arrow {
    color: #2563eb;
}

.withus-link-item a.is-file:hover {
    border-color: #2563eb;
}

.withus-link-item a.is-file:hover .withus-link-arrow {
    transform: translateY(2px);
}

.withus-link-plain {
    color: #999;
    font-weight: 500;
    cursor: default;
    box-shadow: none;
}

.withus-footer {
    margin-top: auto;
    padding-top: 2.5rem;
    text-align: center;
}

.withus-footer p {
    margin: 0;
    font-size: 0.75rem;
    color: #aaa;
}
