:root {
  --ink: #20262c;
  --copper: #b26b3a;
  --bg: #faf8f4;
  --surface: #ffffff;
  --muted: #5a6470;
  --border: #e8e2d8;
  --trust: #2f6b4f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: #faf8f4;
  color: #20262c;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-top: 68px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #b26b3a;
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  z-index: 200;
}
.gt-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}
.gt-wrap-wide {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
.gt-main {
  min-height: 60vh;
}
.gt-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 0 32px;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #e8e2d8;
}
.gt-brand {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #20262c;
  text-decoration: none;
}
.gt-brand b {
  color: #b26b3a;
  font-weight: 800;
}
.gt-nav-links {
  display: flex;
  gap: 26px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gt-nav-links a {
  font-size: 0.9rem;
  color: #20262c;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 2px;
  transition: color .2s;
}
.gt-nav-links a:hover {
  color: #b26b3a;
}
.gt-nav-phone {
  font-weight: 700;
  color: #20262c;
  text-decoration: none;
  font-size: 0.92rem;
  white-space: nowrap;
}
.gt-nav-phone:hover {
  color: #b26b3a;
}
.gt-nav-cta {
  background: #b26b3a;
  color: #fff !important;
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
}
.gt-nav-cta:hover {
  background: #8f5328;
}
.gt-page-head {
  padding: 52px 0 8px;
}
.gt-page-head h1 {
  font-size: 2.3rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #20262c;
  margin: 0 0 .35em;
  font-weight: 700;
}
.gt-page-head p {
  color: #5a6470;
  font-size: 1.06rem;
  margin: 0;
}
.gt-article {
  padding: 40px 0 64px;
}
.gt-article h1 {
  font-size: 2.3rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: .15em 0 .4em;
  font-weight: 700;
}
.gt-article h2 {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  margin: 1.7em 0 .45em;
  font-weight: 700;
}
.gt-article h3 {
  font-size: 1.18rem;
  margin: 1.4em 0 .3em;
  font-weight: 600;
}
.gt-article p,
.gt-article li {
  color: #424f5b;
  font-size: 1.05rem;
  line-height: 1.75;
}
.gt-article a {
  color: #b26b3a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.gt-article img {
  border-radius: 16px;
  margin: 1.2em 0;
}
.gt-article blockquote {
  border-left: 3px solid #b26b3a;
  margin: 1.4em 0;
  padding: .1em 0 .1em 20px;
  color: #5a6470;
}
.gt-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0;
  font-size: .97rem;
}
.gt-article th,
.gt-article td {
  border: 1px solid #e8e2d8;
  padding: 10px 14px;
  text-align: left;
}
.gt-article th {
  background: #f5f1e9;
}
.gt-meta {
  color: #8b94a0;
  font-size: .9rem;
}
.gt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
  padding: 32px 0;
}
.gt-card {
  background: #ffffff;
  border: 1px solid #e8e2d8;
  border-radius: 16px;
  padding: 26px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.gt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(32, 38, 44, 0.08);
}
.gt-card h2,
.gt-card h3 {
  font-size: 1.18rem;
  line-height: 1.3;
  margin: .4em 0 .35em;
}
.gt-card h2 a,
.gt-card h3 a {
  color: #20262c;
  text-decoration: none;
}
.gt-card p {
  color: #5a6470;
  font-size: .95rem;
  line-height: 1.6;
  margin: 0 0 .8em;
}
.gt-btn {
  display: inline-block;
  background: #b26b3a;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background .2s, transform .15s;
}
.gt-btn:hover {
  background: #8f5328;
  transform: translateY(-1px);
}
.gt-btn-ghost {
  background: transparent;
  color: #20262c;
  border: 1.5px solid #e8e2d8;
}
.gt-btn-ghost:hover {
  background: #ffffff;
  border-color: #b26b3a;
  color: #b26b3a;
}
.gt-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 600;
  color: #2f6b4f;
  background: rgba(47, 107, 79, 0.08);
  border: 1px solid rgba(47, 107, 79, 0.25);
  padding: 6px 12px;
  border-radius: 999px;
}
.gt-pagination {
  padding: 24px 0 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.gt-pagination .page-numbers {
  padding: 8px 14px;
  border: 1px solid #e8e2d8;
  border-radius: 10px;
  color: #20262c;
  text-decoration: none;
}
.gt-pagination .current {
  background: #b26b3a;
  color: #fff;
  border-color: #b26b3a;
}
.gt-footer {
  background: #20262c;
  color: #cfd6dd;
  padding: 48px 32px;
  margin-top: 72px;
  margin-bottom: 0;
}
.gt-footer .gt-wrap-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.gt-footer a {
  color: #fff;
  text-decoration: none;
}
.gt-footer a:hover {
  color: #d29b76;
}
.gt-notice {
  text-align: center;
  padding: 90px 0;
}
.admin-bar .gt-nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .gt-nav {
    top: 46px;
  }
}
@media (max-width: 720px) {
  .gt-nav {
    padding: 0 18px;
  }
  .gt-nav-links {
    display: none;
  }
  .gt-page-head h1,
  .gt-article h1 {
    font-size: 1.85rem;
  }
}
.rj-credit {
  margin: 0;
  padding: 14px 24px;
  background: #1a1e23;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  color: #7d8893;
}
.rj-credit__link {
  color: #97a2ad;
  text-decoration: none;
  transition: color 0.2s;
}
.rj-credit__link:hover {
  color: #d29b76;
}
