:root {
  --muted: #a0a0a0;
  --blue: #3fbcff;
  --blue-strong: #1da2ff;
  --ink: #0b2940;
  --frame-shadow: 0 18px 34px rgba(17, 49, 84, 0.14);
}

body {
  background: #fff;
}

.hero-section {
  position: relative;
  height: 650px;
  overflow: hidden;
  /* background: linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%); */
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.35) 42%, rgba(255, 255, 255, 0) 70%); */
}

.hero-inner {
  position: relative;
  width: var(--content-width);
  height: 100%;
  margin: 0 auto;
}

.hero-copy {
  position: absolute;
  top: 178px;
  left: 3px;
  width: 404px;
}
.hero-right{
  position: absolute;
  right: 20px;
  top: 100px;
  width: 488px;
  height: 526px;
  background: url(../assets/home/writing-1.png) no-repeat 100%/100%;
  
}

.hero-copy h1 {
  margin: 0;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
}

.hero-copy p {
  margin: 18px 0 64px;
  font-size: 24px;
  line-height: 34px;
  color: #404040;
}

.hero-ink {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(63, 188, 255, 0.2) 0%, rgba(63, 188, 255, 0) 70%);
}

.hero-ink-left {
  left: -120px;
  bottom: -140px;
  width: 480px;
  height: 480px;
}

.hero-ink-right {
  right: -40px;
  top: 40px;
  width: 580px;
  height: 580px;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  height: 60px;
  padding: 0 38px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.pill-button::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 18px;
  border-top: 2.5px solid currentColor;
  border-right: 2.5px solid currentColor;
  transform: rotate(45deg);
}

.writing-section {
  background: #fff;
}

.writing-section-intro {
  padding: 46px 0 18px;
}

.writing-section-efficiency {
  padding: 60px 0 10px;
}

.writing-section-report {
  padding: 54px 0 88px;
}

.writing-shell {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 90px;
}
.ws{
  margin-bottom: 260px;
}

.writing-section-title {
  text-align: center;
}

.writing-section-title h2 {
  margin: 0;
  color: var(--blue-strong);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.writing-section-title p {
  margin: 16px 0 0;
  color: #222;
  font-size: 18px;
  line-height: 1.7;
}

.writing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.writing-row-top {
  margin-top: 58px;
}

.writing-row-middle {
  margin-top: 54px;
}

.writing-row-bottom {
  margin-top: 64px;
}

.writing-copy {
  width: 420px;
}

.writing-copy h3 {
  margin: 0 0 22px;
  color: #171717;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 700;
}

.writing-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 2.05;
}

.writing-visual {
  position: relative;
}

.screen-frame {
  position: relative;
  border-radius: 20px;
  background: var(--ink);
  box-shadow: var(--frame-shadow);
  overflow: hidden;
  img{
    display: block;
    margin: 0 auto;
    /* width: 100%; */
    width: 480px;
    height: 296px;
    margin-top: 10px;
    border-radius: 10px;
  }
}

.screen-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 13px;
  /* background: #ffffff; */
}

.screen-frame-wide {
  width: 500px;
  height: 329px;
  img{
    height: 310px;
  }
}

.screen-topbar,
.review-layout,
.batch-topbar,
.batch-form,
.report-page {
  position: relative;
  z-index: 1;
}

.screen-topbar {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 34px;
  margin: 12px 18px 0;
  padding: 0 14px;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #70819a;
  font-size: 10px;
}

.screen-brand {
  color: #264777;
  font-weight: 700;
}

.screen-nav.is-active {
  color: #2fa5ff;
}

.review-layout {
  display: flex;
  margin: 0 12px 12px;
  height: 228px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.review-sidebar {
  width: 82px;
  padding: 14px 10px;
  background: linear-gradient(180deg, #233e73 0%, #34579a 100%);
}

.review-sidebar span {
  display: block;
  height: 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.review-sidebar span:nth-child(2) {
  height: 18px;
  border-radius: 5px;
  background: rgba(64, 157, 255, 0.3);
}

.review-sidebar span:last-child {
  height: 16px;
  margin-top: 32px;
  background: rgba(255, 207, 84, 0.74);
}

.review-main {
  flex: 1;
  padding: 14px 14px 12px;
  background: #f7f8fb;
}

.review-toolbar {
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(90deg, #ecf1f9 0%, #f5f6f9 100%);
}

.review-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.review-summary span {
  height: 58px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #edf1f7;
}

.review-table {
  height: 112px;
  margin-top: 14px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(228, 235, 246, 0.8) 0 1px, transparent 1px 24px),
    linear-gradient(90deg, rgba(235, 239, 247, 0.9) 0 1px, transparent 1px 72px),
    #ffffff;
  background-size: 100% 24px, 72px 100%, auto;
  box-shadow: inset 0 0 0 1px #edf1f7;
}

.screen-frame-medium {
  width: 500px;
  height: 316px;
}
.mo{
  overflow: inherit !important;
}

.screen-bg{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 566px;
  height: 547px;
  background-image: url(../assets/home/writing_4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}

.batch-topbar {
  height: 20px;
  margin: 12px 16px 0;
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.batch-form {
  margin: 0 16px 16px;
  height: 268px;
  padding: 16px 22px;
  border-radius: 0 0 12px 12px;
  background: #f9fbfe;
}

.batch-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.batch-row span,
.batch-input,
.batch-button {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #e8eef6;
}

.batch-row span {
  height: 18px;
}

.batch-row-small {
  grid-template-columns: repeat(3, 96px);
}

.batch-input {
  height: 28px;
  margin-bottom: 10px;
}

.batch-input-wide {
  height: 24px;
}

.batch-input-note {
  height: 72px;
}

.batch-button {
  width: 74px;
  height: 18px;
  margin: 16px auto 0;
  background: #4d9cff;
  box-shadow: none;
}

.writing-badge {
  position: absolute;
  right: -18px;
  top: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #a9d357 0%, #79bf29 58%, #319ddf 100%);
  color: rgba(38, 67, 28, 0.85);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(49, 159, 223, 0.22);
}

.screen-frame-report {
  width: 520px;
  height: 318px;
  background: transparent;
  box-shadow: none;
}

.screen-frame-report::before {
  display: none;
}

.report-page {
  position: absolute;
  border-radius: 20px 20px 10px 10px;
  background: #ffffff;
  box-shadow: var(--frame-shadow);
}

.report-page-back {
  right: 0;
  top: 0;
  width: 498px;
  height: 282px;
  padding: 18px 24px;
  border: 12px solid var(--ink);
}

.report-page-front {
  right: 12px;
  top: 74px;
  width: 478px;
  height: 234px;
  padding: 18px 22px;
}

.report-title {
  width: 260px;
  height: 18px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(40, 65, 104, 0.12), rgba(40, 65, 104, 0.04));
}

.report-title-wide {
  width: 228px;
  margin-bottom: 14px;
}

.report-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #eef2f7, 0 8px 22px rgba(44, 88, 139, 0.06);
}

.report-card-pie {
  height: 128px;
  background:
    radial-gradient(circle at 67% 60%, #ff4d86 0 34px, transparent 35px),
    conic-gradient(from -20deg, #ff4d86 0 60%, #1fa0ec 60% 82%, #ffcd39 82% 100%),
    radial-gradient(circle at 67% 60%, #fff 0 18px, transparent 19px),
    #fff;
  background-repeat: no-repeat;
  background-size: 82px 82px, 82px 82px, 82px 82px, auto;
  background-position: calc(50% + 72px) calc(50% + 8px), calc(50% + 72px) calc(50% + 8px), calc(50% + 72px) calc(50% + 8px), center;
}

.report-card-bars {
  height: 94px;
  margin-top: 14px;
  background:
    linear-gradient(90deg, #ff4d86 0 32%, transparent 32%),
    linear-gradient(90deg, #1fa0ec 0 26%, transparent 26%),
    linear-gradient(90deg, #ffcd39 0 14%, transparent 14%),
    linear-gradient(180deg, rgba(232, 238, 246, 0.84) 0 1px, transparent 1px 22px),
    #fff;
  background-size: 110px 12px, 90px 12px, 48px 12px, 100% 22px, auto;
  background-repeat: no-repeat;
  background-position: 38px 38px, 216px 52px, 372px 66px, center, center;
}

.report-card-chart-large {
  height: 94px;
  background:
    linear-gradient(90deg, rgba(40, 65, 104, 0.12), rgba(40, 65, 104, 0.04));
}

.report-card-bars-large {
  height: 62px;
  margin-top: 12px;
  background:
    linear-gradient(90deg, #ff4d86 0 34%, transparent 34%),
    linear-gradient(90deg, #1fa0ec 0 28%, transparent 28%),
    linear-gradient(90deg, #ffcd39 0 16%, transparent 16%),
    linear-gradient(180deg, rgba(232, 238, 246, 0.84) 0 1px, transparent 1px 20px),
    #fff;
  background-size: 112px 10px, 92px 10px, 54px 10px, 100% 20px, auto;
  background-repeat: no-repeat;
  background-position: 28px 26px, 194px 32px, 344px 38px, center, center;
}

.report-card-table {
  height: 30px;
  margin-top: 12px;
  background:
    linear-gradient(180deg, rgba(230, 236, 245, 0.88) 0 1px, transparent 1px 15px),
    linear-gradient(90deg, rgba(232, 237, 246, 0.95) 0 1px, transparent 1px 96px),
    #fff;
  background-size: 100% 15px, 96px 100%, auto;
}

.site-footer {
  margin-top: 42px;
}


@media (max-width: 1440px) {
.writing-shell{
  padding: 0 !important;

}
}