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

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

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

.gwms-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%;
}

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

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

.gwms-cn-intro,
.gwms-fi-intro {
  margin: 17px 0 0;
  max-width: 1000px;
  font-weight: 400;
}

.gwms-cn-intro {
  font-size: 18px;
  line-height: 1.72;
  color: #5b5c5e;
}

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

.gwms-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.gwms-card {
  min-height: 230px;
  padding: 20px 16px 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid #d9c7b8;
  border-radius: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.gwms-icon {
  width: 142px;
  height: 120px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gwms-icon svg { width: 100%; height: 100%; overflow: visible; }

.gwms-card h3 {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 750;
}

.gwms-card p {
  margin: 6px 0 0;
  color: #77716c;
  font-size: 15px;
  line-height: 1.4;
}

.gwms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.gwms-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;
}
.gwms-btn:hover { transform: translateY(-1px); }
.gwms-btn-primary { background: #cf6428; color: #fff !important; border: 1px solid #cf6428; }
.gwms-btn-primary:hover { background: #b95520; }
.gwms-btn-secondary { background: rgba(255,255,255,.65); color: #c75d27 !important; border: 1px solid #cf6428; }
.gwms-btn-secondary:hover { background: #fff; }

/* Inline illustrations */
.gwms-fee .gwms-euro { fill:#ff9300; font-size:24px; font-weight:800; }
.gwms-fee .coin { fill:#ff9a00; stroke:#e77b00; stroke-width:1.5; }
.gwms-fee .c2 { fill:#ffad13; } .gwms-fee .c3 { fill:#ffb627; } .gwms-fee .c4 { fill:#ffc13d; }
.gwms-fee .coinmark { fill:#fff; font-size:12px; font-weight:800; }
.gwms-fee .spark { fill:#ffb000; }

.gwms-cardicon .phone { fill:#0b2b50; } .gwms-cardicon .screen { fill:#5ea6ff; }
.gwms-cardicon .button { fill:#fff; } .gwms-cardicon .idcard { fill:#fff; stroke:#1f4b8f; stroke-width:2; }
.gwms-cardicon .person { fill:#2a65bd; } .gwms-cardicon .personline { fill:none; stroke:#2a65bd; stroke-width:2; }
.gwms-cardicon .lines { fill:none; stroke:#2a65bd; stroke-width:2; stroke-linecap:round; }

.gwms-discount .cardbase { fill:#80d9ff; stroke:#0c3768; stroke-width:2; }
.gwms-discount .stripe { fill:#ff3b31; } .gwms-discount .barcode { fill:#0b2b50; }
.gwms-discount .percentbox { fill:#ff3b31; } .gwms-discount .percent { fill:#fff; font-size:18px; font-weight:800; }
.gwms-discount .tag { fill:#268cff; stroke:#0c3768; stroke-width:2; } .gwms-discount .taghole { fill:#fff; }
.gwms-discount .smallpercent { fill:#fff; font-size:12px; font-weight:800; }

.gwms-events .calendar { fill:#fff; stroke:#1254a6; stroke-width:2.2; }
.gwms-events .rings,.gwms-events .calrule { fill:none; stroke:#ff3b31; stroke-width:3; stroke-linecap:round; }
.gwms-events .day { fill:#83d7ff; } .gwms-events .checkcircle { fill:#fff; stroke:#ff3b31; stroke-width:2; }
.gwms-events .check { fill:none; stroke:#ff3b31; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
.gwms-events .head { fill:#fff; stroke:#1254a6; stroke-width:2; } .gwms-events .people { fill:none; stroke:#1254a6; stroke-width:2; }

@media (max-width: 900px) {
  .gwms-shell { padding: 44px 28px 48px; }
  .gwms-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .gwms-shell { padding: 40px 20px 44px; }
  .gwms-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%;
}
  .gwms-underline { margin: 11px 0 18px; }
  .gwms-title { font-size: 30px; line-height: 1.18; }
  .gwms-cn-intro { font-size: 18px; line-height: 1.72; }
  .gwms-fi-intro { font-size: 15px; line-height: 1.65; }
  .gwms-cards { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
  .gwms-card { min-height: 210px; padding: 18px 16px 22px; }
  .gwms-icon { width: 132px; height: 108px; }
  .gwms-card h3 { font-size: 20px; }
  .gwms-card p { font-size: 15px; }
  .gwms-actions { flex-direction: column; gap: 12px; margin-top: 18px; }
  .gwms-btn { width: 100%; font-size: 15px; }
}
