/*
Theme Name: Play With Saki
Theme URI: https://www.playwithsaki.com
Author: Play With Saki
Description: A bespoke, responsive sports-betting landing experience.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: playwithsaki
*/

:root {
  --ink: #07110d;
  --ink-soft: #0d1c15;
  --panel: #102119;
  --panel-light: #162b21;
  --line: rgba(255, 255, 255, 0.11);
  --muted: #a9b8ae;
  --white: #f8fff9;
  --green: #b8ff3d;
  --green-strong: #93e71f;
  --yellow: #f6d764;
  --red: #ff7369;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 38%, rgba(184, 255, 61, 0.08), transparent 28%),
    var(--ink);
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  content: "";
  border-radius: 4px;
  background: currentColor;
  box-shadow: 8px 0 20px currentColor;
}

.section-heading {
  max-width: 670px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.section-heading p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.top-note {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #050c09;
  color: #c3cec7;
  font-size: 0.75rem;
}

.top-note .container {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.age-chip {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: var(--white);
  font-size: 0.63rem;
  font-weight: 900;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 34px;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.03rem;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  overflow: hidden;
  place-items: center;
  border-radius: 12px;
  background: var(--green);
  color: var(--ink);
  transform: rotate(-5deg);
  box-shadow: 0 8px 24px rgba(184, 255, 61, 0.24);
}

.brand-mark::after {
  position: absolute;
  width: 26px;
  height: 4px;
  content: "";
  border-radius: 99px;
  background: rgba(7, 17, 13, 0.18);
  transform: rotate(-48deg) translate(-1px, 10px);
}

.brand-mark svg {
  width: 21px;
  height: 21px;
  transform: rotate(5deg);
}

.brand-name span {
  color: var(--green);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.primary-nav a {
  position: relative;
  color: #d5dfd8;
  font-size: 0.89rem;
  font-weight: 650;
}

.primary-nav > a:not(.button-link)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  border-radius: 4px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-nav > a:not(.button-link):hover::after,
.primary-nav > a:not(.button-link):focus-visible::after {
  transform: scaleX(1);
}

.button-link,
.button-primary,
.button-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button-link,
.button-primary {
  background: var(--green);
  color: var(--ink) !important;
  box-shadow: 0 10px 28px rgba(184, 255, 61, 0.16);
}

.button-link:hover,
.button-primary:hover {
  background: #cbff72;
  transform: translateY(-2px);
  box-shadow: 0 13px 34px rgba(184, 255, 61, 0.24);
}

.button-primary svg,
.button-secondary svg {
  width: 17px;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  content: "";
  border-radius: 4px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle span {
  opacity: 0;
}

.nav-open .nav-toggle::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  padding: 205px 0 112px;
  background: #08130e;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 12, 8, 0.99) 0%, rgba(4, 12, 8, 0.92) 30%, rgba(4, 12, 8, 0.3) 64%, rgba(4, 12, 8, 0.22) 100%),
    linear-gradient(0deg, #07110d 0%, transparent 24%),
    var(--hero-image) 68% center / cover no-repeat;
}

.hero::after {
  position: absolute;
  top: 92px;
  left: calc(50% - 590px);
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(184, 255, 61, 0.06);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(184, 255, 61, 0.018), 0 0 0 180px rgba(184, 255, 61, 0.012);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 680px;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3.6rem, 7.4vw, 6.8rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.078em;
  text-transform: uppercase;
}

.hero h1 .accent {
  display: block;
  margin-top: 12px;
  color: var(--green);
  text-shadow: 0 0 44px rgba(184, 255, 61, 0.16);
}

.hero-lead {
  max-width: 590px;
  margin: 26px 0 0;
  color: #bdc9c0;
  font-size: clamp(1rem, 1.6vw, 1.17rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 44px;
  color: #c7d3ca;
  font-size: 0.79rem;
  font-weight: 650;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-item svg {
  width: 17px;
  color: var(--green);
}

.bet-card {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 68px;
  width: 285px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: rgba(10, 24, 17, 0.82);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
  transform: rotate(1.4deg);
}

.bet-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
}

.live-dot::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(184, 255, 61, 0.1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 9px rgba(184, 255, 61, 0); }
}

.bet-card-body {
  padding: 17px 16px 18px;
}

.match-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 0.7rem;
}

.team-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 0.88rem;
  font-weight: 740;
}

.team-name {
  display: flex;
  align-items: center;
  gap: 9px;
}

.team-dot {
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f1f6f2, #7d8e82);
}

.team-dot.alt {
  background: linear-gradient(135deg, var(--green), #487f2b);
}

.score {
  font-size: 1.03rem;
}

.market-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.market {
  padding: 8px 5px;
  border: 1px solid rgba(184, 255, 61, 0.12);
  border-radius: 9px;
  background: rgba(184, 255, 61, 0.07);
  text-align: center;
}

.market small {
  display: block;
  color: var(--muted);
  font-size: 0.6rem;
}

.market strong {
  color: var(--green);
  font-size: 0.83rem;
}

.odds-strip {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a1710;
}

.odds-grid {
  display: grid;
  grid-template-columns: 0.68fr repeat(3, 1fr);
}

.odds-intro,
.odds-event {
  min-height: 112px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.odds-event:last-child {
  border-right: 0;
}

.odds-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

.odds-intro strong {
  font-size: 0.88rem;
}

.odds-intro span {
  color: var(--muted);
  font-size: 0.7rem;
}

.event-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.65rem;
}

.event-meta span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-status {
  color: var(--green);
  font-weight: 800;
}

.event-match {
  margin-top: 9px;
  font-size: 0.83rem;
  font-weight: 750;
}

.event-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.69rem;
}

.event-price strong {
  color: var(--white);
  font-size: 0.84rem;
}

.experience {
  padding: 128px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.045), transparent 55%),
    var(--ink-soft);
  transition: border-color 200ms ease, transform 200ms ease;
}

.feature-card:hover {
  border-color: rgba(184, 255, 61, 0.3);
  transform: translateY(-5px);
}

.feature-card::after {
  position: absolute;
  right: -80px;
  bottom: -105px;
  width: 210px;
  height: 210px;
  content: "";
  border: 32px solid rgba(184, 255, 61, 0.025);
  border-radius: 50%;
}

.feature-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 255, 61, 0.25);
  border-radius: 14px;
  background: rgba(184, 255, 61, 0.08);
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 850;
}

.feature-card h3 {
  margin: 68px 0 12px;
  font-size: 1.42rem;
  letter-spacing: -0.035em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.sports {
  padding: 118px 0;
  background: #0a1711;
}

.sports-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.sports-header .section-heading {
  margin: 0;
}

.sports-header > p {
  max-width: 350px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.92rem;
}

.sports-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.sport-card {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sport-card:hover {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink);
  transform: translateY(-4px);
}

.sport-card svg {
  width: 30px;
  height: 30px;
}

.sport-card span {
  font-size: 0.9rem;
  font-weight: 800;
}

.sport-card small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.67rem;
}

.sport-card:hover small {
  color: rgba(7, 17, 13, 0.65);
}

.promo {
  padding: 120px 0;
}

.promo-panel {
  position: relative;
  display: grid;
  min-height: 500px;
  overflow: hidden;
  grid-template-columns: 1.05fr 0.95fr;
  border: 1px solid rgba(184, 255, 61, 0.22);
  border-radius: 32px;
  background:
    radial-gradient(circle at 77% 50%, rgba(184, 255, 61, 0.16), transparent 30%),
    linear-gradient(135deg, #10251a, #08120d 64%);
  box-shadow: var(--shadow);
}

.promo-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 70px;
}

.promo-copy h2 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.promo-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 22px 0 30px;
  color: var(--muted);
}

.promo-visual {
  position: relative;
  min-height: 440px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(184, 255, 61, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit::before,
.orbit::after {
  position: absolute;
  content: "";
  border: inherit;
  border-radius: inherit;
}

.orbit::before { inset: 35px; }
.orbit::after { inset: 78px; background: rgba(184, 255, 61, 0.04); }

.promo-badge {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border-radius: 42px;
  background: var(--green);
  color: var(--ink);
  transform: translate(-50%, -50%) rotate(-8deg);
  box-shadow: 0 0 80px rgba(184, 255, 61, 0.25);
}

.promo-badge svg {
  width: 68px;
  transform: rotate(8deg);
}

.orbit-chip {
  position: absolute;
  z-index: 3;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(7, 17, 13, 0.84);
  color: #dbe6df;
  font-size: 0.7rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.orbit-chip.one { top: 23%; left: 12%; }
.orbit-chip.two { right: 8%; bottom: 25%; }
.orbit-chip.three { bottom: 12%; left: 19%; }

.responsible {
  padding: 0 0 120px;
}

.responsible-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 27px 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.responsible-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(246, 215, 100, 0.1);
  color: var(--yellow);
  font-size: 0.84rem;
  font-weight: 900;
}

.responsible-panel h2 {
  margin: 0;
  font-size: 1.02rem;
}

.responsible-panel p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.79rem;
}

.responsible-panel a {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050d09;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr repeat(2, 0.7fr);
  gap: 60px;
  padding: 68px 0 50px;
}

.footer-brand p {
  max-width: 400px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-column h3 {
  margin: 0 0 17px;
  color: var(--white);
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.83rem;
}

.footer-column a:hover {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #75847a;
  font-size: 0.71rem;
}

.footer-bottom span:last-child {
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .bet-card { display: none; }
  .hero::before { background-position: 58% center; }
  .odds-grid { grid-template-columns: repeat(3, 1fr); }
  .odds-intro { display: none; }
  .odds-event:first-of-type { border-left: 1px solid var(--line); }
  .sports-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .site-header { background: rgba(5, 13, 9, 0.84); backdrop-filter: blur(14px); }
  .nav-toggle { display: block; }
  .primary-nav {
    position: fixed;
    top: 116px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    padding: 34px 20px;
    background: rgba(5, 13, 9, 0.98);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }
  .nav-open .primary-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-nav a { padding: 14px; font-size: 1rem; text-align: center; }
  .primary-nav .button-link { margin-top: 10px; }
  .hero { min-height: 760px; padding-top: 210px; }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(4, 12, 8, 0.98), rgba(4, 12, 8, 0.72)),
      linear-gradient(0deg, #07110d 0%, transparent 30%),
      var(--hero-image) 62% center / cover no-repeat;
  }
  .hero h1 { max-width: 590px; }
  .odds-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .odds-event, .odds-event:first-of-type { min-height: 96px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); }
  .odds-event:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .feature-card h3 { margin-top: 45px; }
  .sports-header { display: block; }
  .sports-header > p { margin-top: 20px; }
  .sports-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-panel { grid-template-columns: 1fr; }
  .promo-copy { padding: 55px 40px 20px; }
  .promo-visual { min-height: 360px; }
  .responsible-panel { grid-template-columns: auto 1fr; }
  .responsible-panel > a { grid-column: 2; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .top-note .container { width: calc(100% - 20px); }
  .brand-name { font-size: 0.94rem; }
  .header-inner { min-height: 72px; }
  .primary-nav { top: 106px; }
  .hero { min-height: 720px; padding: 186px 0 82px; }
  .hero h1 { font-size: clamp(3.35rem, 18vw, 5rem); }
  .hero-lead { max-width: 95%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-trust { gap: 13px 18px; margin-top: 32px; }
  .experience, .sports, .promo { padding: 88px 0; }
  .section-heading { margin-bottom: 30px; }
  .feature-card { padding: 24px; }
  .sports-grid { gap: 9px; }
  .sport-card { min-height: 140px; padding: 17px; }
  .promo-panel { border-radius: 23px; }
  .promo-copy { padding: 42px 25px 10px; }
  .promo-visual { min-height: 330px; transform: scale(0.84); }
  .responsible { padding-bottom: 88px; }
  .responsible-panel { align-items: start; padding: 22px; }
  .responsible-icon { width: 42px; height: 42px; }
  .responsible-panel > a { grid-column: 1 / -1; }
  .footer-main { gap: 38px 28px; padding-top: 52px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
  .footer-bottom span:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

