/* ==================== 全局样式重置 ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    font-family: 'Hahmlet', sans-serif;
    overflow-x: hidden;
}

/* 全局图片样式 - 取消悬停效果 */
img:not(.nav-logo-img):not(.search-icon):not(.arrow-icon) {
    cursor: default;
}

/* ==================== 主容器 - 1700px x 2760.27px ==================== */
.evaluation-page {
    width: 1700px;
    min-height: 2760.27px;
    background-color: #FFFFFF;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}

/* ==================== 顶部导航栏 - Frame 8: 1701 x 80, x: 0, y: 0 ==================== */
.top-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 1701px;
    height: 80px;
    background-color: #680000;
    box-shadow: 0px 5.3125px 5.3125px 0px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.nav-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-left > a:first-of-type {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.nav-logo-img {
    width: 48.4px;
    height: 46.04px;
    object-fit: contain;
    display: block;
}

.nav-home {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 400;
    font-size: 17.708332061767578px;
    line-height: 1.4479999819048701em;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    transition: color 0.3s;
    padding: 8px 12px;
    border-radius: 4px;
}

.nav-home:hover {
    color: #FFDA72;
    background-color: rgba(255, 218, 114, 0.1);
}

.nav-home.nav-active {
    color: #FFDA72;
}

.nav-center {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-link {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 400;
    font-size: 17.708332061767578px;
    line-height: 1.4479999819048701em;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
    padding: 8px 12px;
    border-radius: 4px;
}

.nav-link:hover {
    color: #FFDA72;
    background-color: rgba(255, 218, 114, 0.1);
}

.nav-link.nav-active {
    color: #FFDA72;
}


.nav-right {
    display: flex;
    align-items: center;
}

.search-box {
    width: 502.92px;
    height: 36.6px;
    border: 2.2135415077209473px solid #C1C1C1;
    border-radius: 885.4166870117188px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    background-color: transparent;
}

.search-icon {
    width: 29px;
    height: 29px;
    object-fit: contain;
}

/* ==================== 主内容区域 - Frame 20: x: 53, y: 96, 1596 x 2433 ==================== */
.main-content {
    position: absolute;
    left: 53px;
    top: 96px;
    width: 1596px;
    height: 2433px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* ==================== Get Reviewed! 部分 ==================== */
.get-reviewed-section {
    position: relative;
    width: 100%;
    height: 1177px;
}

/* 背景矩形: Rectangle 258, x: 189, y: 76, 1227 x 1177, #F3F3F3 */
.section-bg {
    position: absolute;
    background-color: #F3F3F3;
}

.bg-1 {
    left: 189px;
    top: 76px;
    width: 1227px;
    height: 1177px;
}

/* 标题: Get Reviewed!, x: 243, y: 0, 314 x 62 */
.section-title {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 700;
    font-size: 42.767px;
    line-height: 1.448em;
    color: #000000;
    position: absolute;
    z-index: 2;
}

.title-1 {
    left: 243px;
    top: 0;
    width: 314px;
    height: 62px;
}

/* 左侧插画: 根据图片描述，应该在左侧，x: 189, y: 76 (相对于Frame 20) */
.illustration {
    position: absolute;
    z-index: 2;
}

.illustration-1 {
    left: 189px;
    top: 76px;
    width: 652px;
    height: 646px;
}

.illustration-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 右侧文本说明: 根据图片描述，应该在右侧，x: 943, y: 113 (相对于Frame 20), 388 x 651 */
.text-content {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 400;
    font-size: 21.384px;
    line-height: 1.448em;
    color: #000000;
    position: absolute;
    z-index: 2;
}

.text-content-1 {
    left: 943px;
    top: 113px;
    width: 388px;
    height: 651px;
}

.text-content p {
    margin-bottom: 15px;
}

.text-content ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.text-content li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.text-content li::before {
    content: "•";
    position: absolute;
    left: 0;
}

/* 表单字段 - 所有位置相对于Frame 20 */
.form-label {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 400;
    font-size: 21.384px;
    line-height: 1.448em;
    color: #000000;
    position: absolute;
    z-index: 2;
}

.label-name {
    left: 243px;
    top: 793px;
    width: 739px;
    height: 29px;
}

.label-email {
    left: 623px;
    top: 792px;
    width: 739px;
    height: 29px;
}

.label-message {
    left: 243px;
    top: 907px;
    width: 739px;
    height: 28px;
}

.form-input {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.448em;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.48);
    border: 2.673px solid #000000;
    border-radius: 10.692px;
    padding: 10px 15px;
    outline: none;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
}

.form-input:focus {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #680000;
}

.input-name {
    left: 243px;
    top: 822px;
    width: 305px;
    height: 52px;
}

.input-email {
    left: 623px;
    top: 822px;
    width: 305px;
    height: 52px;
}

.form-textarea {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.53);
    border: 2.673px solid #000000;
    border-radius: 15px;
    padding: 15px;
    outline: none;
    resize: none;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
}

.form-textarea:focus {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #680000;
}

.get-reviewed-section .form-textarea {
    left: 243px;
    top: 939px;
    width: 1088px;
    height: 179px;
}

/* 按钮 */
.form-btn {
    font-family: 'Hahmlet', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.448em;
    border: none;
    border-radius: 10.692px;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 2;
    transition: opacity 0.3s;
}

.form-btn:hover {
    opacity: 0.9;
}

.btn-save {
    background-color: #1A0069;
    color: #C1C1C1;
    left: 599px; /* 居中计算: (189 + 1227/2) - (155 + 37 + 215)/2 = 802.5 - 203.5 = 599 */
    top: 1159px;
    width: 155px;
    height: 45px;
}

.btn-submit {
    background-color: #B60052;
    color: #D9D9D9;
    left: 791px; /* 居中计算: 599 + 155 + 37 = 791 */
    top: 1159px;
    width: 215px;
    height: 45px;
}

/* ==================== 分隔线: Line 2, x: 0, y: 1279 (相对于Frame 20), 1595.52 x 2.66 ==================== */
.divider-line {
    position: absolute;
    left: 0;
    top: 1279px;
    width: 1595.52px;
    height: 2.66px;
    background-color: #000000;
    z-index: 3;
}

/* ==================== Join Us 部分 - 所有位置相对于Frame 20 ==================== */
.join-us-section {
    position: absolute;
    left: 0;
    top: 1430px; /* 根据Figma数据，y: 1430 (相对于Frame 20) */
    width: 100%;
    height: 1217px;
}

/* 背景矩形: Rectangle 259, x: 189, y: 1430 (相对于Frame 20，但section已经在1430，所以相对于section是0) */
.bg-2 {
    left: 189px;
    top: 0;
    width: 1227px;
    height: 1217px;
}

/* 标题: Join Us, x: 243, y: 1325 (相对于Frame 20，但section在1430，所以相对于section是1325-1430=-105，但根据图片应该在顶部) */
.title-2 {
    left: 243px;
    top: 0;
    width: 158px;
    height: 62px;
}

/* 上方插画: 根据图片，插画在标题正下方，向右拉伸，使左右距离灰色框相等 */
.illustration-2 {
    left: 243px;
    top: 62px; /* 标题高度62px，插画紧接着标题下方 */
    width: 1119px; /* 灰色框: left 189px, width 1227px, 右边缘 1416px; 左侧距离 243-189=54px, 右侧距离 54px, 所以图片右边缘 1416-54=1362px, 宽度 1362-243=1119px */
    height: 646px;
}

/* 左侧文本说明: 根据第二张图片，文本在插画下方左侧 */
.text-content-2 {
    left: 243px;
    top: 708px; /* 62(标题) + 646(插画) = 708px */
    width: 522.12px;
    height: 465px;
    font-size: 18px; /* 缩小字体大小，从21.384px调整为18px */
}

/* 右侧输入框区域 - 根据第二张图片，输入框在右侧，与文本对齐 */
.join-input {
    left: 861px;
    width: 470px;
    height: 57px;
}

.join-input.input-1 {
    top: 723px; /* 与文本开始位置对齐，向下移动15px */
}

.join-input.input-2 {
    top: 790px; /* 775 + 15 = 790 */
}

.join-input.input-3 {
    top: 857px; /* 842 + 15 = 857 */
}

.join-textarea {
    left: 861px;
    top: 924px; /* 909 + 15 = 924 */
    width: 470px;
    height: 194px;
    background-color: rgba(217, 217, 217, 0.53);
    border-radius: 24.057px;
}

.btn-save-2 {
    left: 924px;
    top: 1123px; /* 909 + 194 + 20(间距) = 1123 */
}

.btn-submit-2 {
    left: 1116px;
    top: 1123px; /* 909 + 194 + 20(间距) = 1123 */
}

/* ==================== 页脚 - Rectangle 46: x: 0, y: 2529.01, 1700 x 238.47, #680000 ==================== */
.footer {
    position: absolute;
    left: 0;
    top: 2529.01px;
    width: 1700px;
    height: 238.47px;
    background-color: #680000;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    width: 1227.78px;
    padding: 94.444px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1.181px solid rgba(255, 255, 255, 0.15);
}

.footer-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 28.333px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.footer-columns {
    display: flex;
    gap: 113.333px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 9.444px;
    width: 153.47px;
}

.footer-col-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18.889px;
    line-height: 1.45em;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    margin-bottom: 18.889px;
    padding-bottom: 0;
}

.footer-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18.889px;
    line-height: 1.45em;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #FFFFFF;
}

/* 隐藏滚动条 */
.main-content::-webkit-scrollbar {
    display: none;
}

.main-content {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
