.gwss-section,
.gwss-section * { box-sizing: border-box; }

.gwss-section {
  width: 100%;
  background: #fff;
  color: #20252b;
  font-family: inherit;
}

.gwss-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 0 58px;
}

.gwss-kicker {
  color: #c5632c !important;
  font-family: Arial, "Noto Sans", "Noto Sans SC", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  letter-spacing: 1.12px !important;
  text-transform: none !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.gwss-underline {
  width: 34px;
  height: 2px;
  margin: 12px 0 20px;
  background: #cf622b;
}

.gwss-title {
  margin: 0;
  color: #20252b;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.18;
  font-weight: 750;
  letter-spacing: .01em;
}

.gwss-cn,
.gwss-fi {
  max-width: 1120px;
}

.gwss-cn {
  margin-top: 24px;
  color: #5b5c5e;
  font-size: 18px;
  line-height: 1.72;
}

.gwss-fi {
  margin-top: 34px;
  color: #6f6a66;
  font-size: 15px;
  line-height: 1.65;
}

.gwss-cn p,
.gwss-fi p {
  margin: 0 0 13px;
}

.gwss-cn p:last-child,
.gwss-fi p:last-child { margin-bottom: 0; }

.gwss-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 36px;
}

.gwss-btn {
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease, background-color .15s ease;
}

.gwss-btn:hover { transform: translateY(-1px); }
.gwss-btn-primary {
  background: #cf6428;
  color: #fff !important;
  border: 1px solid #cf6428;
}
.gwss-btn-primary:hover { background: #b95520; }
.gwss-btn-secondary {
  background: #fff;
  color: #c75d27 !important;
  border: 1px solid #cf6428;
}
.gwss-btn-secondary:hover { background: #fff8f3; }

@media (max-width: 900px) {
  .gwss-shell { padding: 44px 28px 48px; }
}

@media (max-width: 600px) {
  .gwss-shell { padding: 40px 20px 44px; }
  .gwss-kicker {
  color: #c5632c !important;
  font-family: Arial, "Noto Sans", "Noto Sans SC", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  letter-spacing: 1.12px !important;
  text-transform: none !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
  .gwss-underline { margin: 11px 0 18px; }
  .gwss-title { font-size: 30px; line-height: 1.18; }
  .gwss-cn { margin-top: 22px; font-size: 18px; line-height: 1.72; }
  .gwss-fi { margin-top: 30px; font-size: 15px; line-height: 1.65; }
  .gwss-actions { margin-top: 30px; gap: 12px; }
  .gwss-btn { width: 100%; font-size: 15px; }
}
