:root {
  --o: #FF6600;
  --o-dk: #cc5200;
  --o-lt: #fff4ed;
  --bd: #9b1c2c;
  --bd-lt: #fff0f2;
  --wa: #25d366;
  --wa-dk: #128c7e;
  --ink: #111;
  --ink2: #1a1a1a;
  --mid: #374151;
  --muted: #6b7280;
  --bg: #f0f0f0;
  --white: #fff;
  --border: #e5e7eb;
  --sh: 0 4px 20px rgba(0, 0, 0, .10);
  --sh-lg: 0 14px 44px rgba(0, 0, 0, .18);
  --sh-xl: 0 24px 64px rgba(0, 0, 0, .24);
  --sh-o: 0 8px 28px rgba(255, 102, 0, .35);
  --sh-wa: 0 8px 28px rgba(37, 211, 102, .45);
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --tap: 48px;
  --tap-lg: 54px;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --t: all .25s var(--ease);
  --fh: 'Syne', system-ui, sans-serif;
  --fb: 'Plus Jakarta Sans', system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--fb);
  font-size: 15px;
  color: var(--mid);
  background: var(--bg);
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

input {
  font-family: inherit;
  font-size: 16px;
}

ul {
  list-style: none;
}

.W {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 16px;
}
