:root {
  --layout-max: 860px;
  --box-bg: #fff;
  --box-border: rgba(15,23,42,.08);
  --accent-line: linear-gradient(90deg,#1a56db,#7c3aed,#f59e0b);
}
body.page-inner, body:not(.page-home) {
  background:
    radial-gradient(900px 420px at 50% -8%, rgba(124,58,237,.14), transparent 55%),
    linear-gradient(180deg,#eef2ff 0%,#f1f5f9 45%,#e2e8f0 100%) !important;
}
body:not(.page-home) #main {
  max-width: var(--layout-max) !important;
  width: calc(100% - 20px) !important;
  margin: 16px auto 40px !important;
  padding: 0 0 28px !important;
  background: var(--box-bg) !important;
  border: 1px solid var(--box-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 40px rgba(26,86,219,.10) !important;
  overflow: hidden !important;
  text-align: center !important;
}
body:not(.page-home) #main::before {
  content:""; display:block; height:4px; width:100%; background:var(--accent-line);
}
body:not(.page-home) #main > .deal-banner {
  margin:0 !important; width:100% !important; border-radius:0 !important;
}
body:not(.page-home) #main .page-content,
body:not(.page-home) #main .boxed-page,
body:not(.page-home) #main .content-box {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 28px 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-align: center !important;
}
body:not(.page-home) #main .page-content::before { display:none !important; }
body:not(.page-home) #main .page-title,
body:not(.page-home) #main h1 { text-align:center !important; margin:8px auto 20px !important; }
body:not(.page-home) #main p,
body:not(.page-home) #main li {
  text-align:left !important;
  max-width: 720px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  line-height:1.75 !important;
  color:#334155 !important;
}
body:not(.page-home) #main .timer-container,
body:not(.page-home) #main .timer-widget {
  margin-left:auto !important; margin-right:auto !important; max-width:520px !important;
}
body:not(.page-home) #main > *:not(.deal-banner):not(.page-content):not(script):not(style) {
  max-width:720px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:28px !important;
  padding-right:28px !important;
  text-align:left !important;
  box-sizing:border-box !important;
  width:100% !important;
}
body.page-home #main {
  max-width:100% !important; width:100% !important; margin:0 !important; padding:0 !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; border-radius:0 !important;
}
body.page-home #main::before { display:none !important; }
@media (max-width:768px) {
  body:not(.page-home) #main { width:calc(100% - 12px) !important; border-radius:14px !important; margin:10px auto 28px !important; }
  body:not(.page-home) #main .page-content { padding:16px 14px 6px !important; }
  body:not(.page-home) #main > *:not(.deal-banner):not(.page-content):not(script):not(style) { padding-left:14px !important; padding-right:14px !important; }
  body:not(.page-home) #main p, body:not(.page-home) #main li { font-size:15.5px !important; max-width:100% !important; }
}
