/* 1xbet2t.lol — 1xBet / 1хБет · концепт «Икс-Филателия». Палитра: бордо по бирюзе + бронза, гашение на тёмном фоне */

:root {
  --bg: #100a0d;
  --bg2: #1a1015;
  --bg3: #241820;
  --line: #33232c;
  --line2: #4a3540;
  --txt: #f2e6ea;
  --txtd: #c6a4b0;
  --txtdd: #8f6f7b;
  --pri: #a63a52;
  --sec: #4a8a8a;
  --acc: #b07a3a;
  --hot: #c84a30;
  --cta: #bc506a;
  --rad: 14px;
  --rad2: 9px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Mukta", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 90% -12%, rgba(166, 58, 82, .18) 0%, transparent 60%),
    radial-gradient(840px 600px at -8% 58%, rgba(74, 138, 138, .12) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--sec); text-decoration: none }
a:hover { text-decoration: underline }

.philbar__skip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #1a0f07;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.philbar__skip:focus { top: 8px }

/* ===== HEADER ===== */
.philbar {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 10, 13, .84);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.philbar__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.philbar__logo:hover { text-decoration: none }
.philbar__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 9px rgba(166, 58, 82, .55));
}
.philbar__t {
  font-family: "Italiana", Georgia, serif;
  font-weight: 400; font-size: 20px; line-height: 1; letter-spacing: .4px;
}
.philbar__sub {
  display: block; font-size: 10px; color: var(--txtd);
  letter-spacing: 2.6px; font-weight: 500; margin-top: 5px;
  text-transform: uppercase;
}
.philbar__nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.philbar__nav a {
  color: var(--txtd); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.philbar__nav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== BUTTONS ===== */
.mountbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 21px; border-radius: var(--rad2);
  font-family: "Mukta", system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .1px;
}
.mountbtn:hover { text-decoration: none; transform: translateY(-1px) }
.mountbtn--sm { background: var(--bg3); color: var(--txt); border-color: var(--line) }
.mountbtn--sm:hover { background: var(--bg2); border-color: var(--pri) }
.mountbtn--big { padding: 15px 30px; font-size: 15px; border-radius: 11px }
.mountbtn--hot {
  background: linear-gradient(118deg, var(--cta) 0%, var(--acc) 100%);
  color: #1a0710; border: 0;
  box-shadow: 0 12px 30px -11px rgba(188, 80, 106, .8);
  font-weight: 700;
}
.mountbtn--hot:hover { box-shadow: 0 16px 40px -8px rgba(188, 80, 106, .95) }
.mountbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line2) }
.mountbtn--ghost:hover { border-color: var(--sec); color: var(--sec) }

/* ===== AGGREGATE STRIP ===== */
.perfstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 11px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(166, 58, 82, .06), rgba(74, 138, 138, .04));
  font-size: 13px;
}
.perfstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 15px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.perfstrip__cell:last-child { border-right: 0 }
.perfstrip__num {
  font-family: "Italiana", Georgia, serif;
  font-weight: 400; font-size: 18px; color: var(--pri);
  letter-spacing: .2px;
}
.perfstrip__lbl { font-size: 11px; color: var(--txtd); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.gumbox {
  display: grid; grid-template-columns: 1.16fr 1fr; gap: 38px;
  padding: 50px 24px 34px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.gumbox__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.6px; color: var(--acc);
  background: rgba(176, 122, 58, .09);
  border: 1px solid rgba(176, 122, 58, .3);
  padding: 6px 13px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 600;
}
h1 {
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(31px, 4.5vw, 51px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: .1px; font-weight: 400;
}
.gumbox__acc { color: var(--pri) }
.gumbox__sub { color: var(--txtd); font-size: 16px; margin: 0 0 14px; line-height: 1.68 }
.gumbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 30px }
.gumbox__pic { margin: 0 }
.gumbox__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--rad); border: 1px solid var(--line);
  background:
    radial-gradient(430px 320px at 30% 28%, rgba(166, 58, 82, .28), transparent 62%),
    radial-gradient(360px 280px at 76% 80%, rgba(74, 138, 138, .2), transparent 66%),
    linear-gradient(135deg, #170e13 0%, #1f141a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 66px -22px rgba(166, 58, 82, .45);
}
.gumbox__cap {
  margin-top: 12px; font-size: 12px; color: var(--txtdd);
  font-style: italic; text-align: right;
}

.perfgaugerow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 19px 0 0; border-top: 1px solid var(--line);
}
.perfgaugerow__item { display: flex; flex-direction: column; gap: 2px }
.perfgaugerow__num {
  font-family: "Italiana", Georgia, serif;
  font-size: 27px; font-weight: 400;
  color: var(--pri); letter-spacing: .1px;
}
.perfgaugerow__lbl { font-size: 11px; color: var(--txtd); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 58px 24px;
}
section.gumbox, section.sheetletbox { padding-top: 36px }
.denomtag {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.8px; text-transform: uppercase;
  color: var(--acc); font-weight: 600;
  margin: 0 0 10px;
}
h2 {
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(25px, 3.3vw, 37px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .1px; font-weight: 400;
}
h3 {
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--pri); font-weight: 400; letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.cachetag { color: var(--txtd); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== WELCOME ===== */
.sheetletbox {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(176, 122, 58, .08) 0%, transparent 70%),
    rgba(26, 16, 21, .55);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px;
  max-width: none;
}
.sheetletbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px;
  margin: 22px 0 24px;
}
.albumrow {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.albumrow:hover { border-color: var(--pri); transform: translateY(-2px) }
.albumrow::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(166, 58, 82, .08), transparent 60%);
  pointer-events: none;
}
.albumrow__step {
  font-family: "Italiana", Georgia, serif;
  font-size: 12px; color: var(--acc); font-weight: 400;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.albumrow__pct {
  font-family: "Italiana", Georgia, serif;
  font-size: 32px; font-weight: 400; line-height: 1;
  color: var(--pri); letter-spacing: .1px;
  margin-bottom: 8px;
}
.albumrow__title { font-weight: 600; font-size: 15px; margin-bottom: 6px }
.albumrow__sub { font-size: 13px; color: var(--txtd); line-height: 1.52 }

/* ===== THREE STEPS ===== */
.serrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.serrow__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 24px;
  position: relative;
}
.serrow__num {
  font-family: "Italiana", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 58px; font-weight: 400; line-height: 1;
  color: var(--bg3);
}
.serrow__head {
  font-size: 18px; font-weight: 600; margin-bottom: 12px;
  color: var(--pri);
}
.serrow__box p { color: var(--txtd); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.stampcard__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
  gap: 14px; margin: 24px 0;
}
.stampcard {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.stampcard:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 38px -14px rgba(166, 58, 82, .42);
}
.stampcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Italiana", Georgia, serif;
  font-weight: 400; font-size: 23px; color: rgba(242, 230, 234, .92);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.stampcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #3a0e1c 0%, #a63a52 100%) }
.cv-2 { background: linear-gradient(135deg, #0e2a2a 0%, #4a8a8a 100%) }
.cv-3 { background: linear-gradient(135deg, #2a1a08 0%, #b07a3a 100%) }
.cv-4 { background: linear-gradient(135deg, #3a1408 0%, #c84a30 100%) }
.cv-5 { background: linear-gradient(135deg, #2a0e1a 0%, #bc506a 100%) }
.cv-6 { background: linear-gradient(135deg, #12262a 0%, #4a8a8a 100%) }
.cv-7 { background: linear-gradient(135deg, #3a0e18 0%, #a63a52 100%) }
.cv-8 { background: linear-gradient(135deg, #2a1c08 0%, #b07a3a 100%) }
.cv-9 { background: linear-gradient(135deg, #082626 0%, #3a7a7a 100%) }
.cv-10 { background: linear-gradient(135deg, #331018 0%, #c84a30 100%) }
.cv-11 { background: linear-gradient(135deg, #2a0e20 0%, #bc506a 100%) }
.cv-12 { background: linear-gradient(135deg, #241810 0%, #a6683a 100%) }

.stampcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600; font-family: "Mukta", sans-serif }
.stampcard p { font-size: 12px; color: var(--txtd); margin: 0 14px 12px; line-height: 1.42 }
.stampcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.stampcard__btn:hover { background: var(--pri); border-color: var(--pri); color: #1a0710; text-decoration: none }

.tetebrow { margin: 22px 0 0 }
.tetebrow__title { font-size: 12px; color: var(--acc); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600 }
.tetebrow__list { display: flex; flex-wrap: wrap; gap: 8px }
.franktag {
  padding: 6px 12px;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txtd);
}

/* ===== LOYALTY ===== */
.classeurbox__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.classeurbox__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  transition: border-color .2s;
}
.classeurbox__box:hover { border-color: var(--acc) }
.classeurbox__h { font-weight: 600; font-size: 17px; margin-bottom: 10px; color: var(--acc) }
.classeurbox__box p { color: var(--txtd); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP staircase */
.perfotag {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.perfotag__step {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.perfotag__step:nth-child(1) { transform: translateY(0) }
.perfotag__step:nth-child(2) { transform: translateY(-6px) }
.perfotag__step:nth-child(3) { transform: translateY(-12px) }
.perfotag__step:nth-child(4) { transform: translateY(-21px); border-color: var(--pri); background: var(--bg2) }
.perfotag__step:nth-child(5) { transform: translateY(-30px); border-color: var(--pri); background: var(--bg2) }
.perfotag__step:nth-child(6) { transform: translateY(-42px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg2), rgba(176, 122, 58, .1)) }
.perfotag__name {
  font-family: "Italiana", Georgia, serif;
  font-size: 12px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1.05; margin-bottom: 5px;
}
.perfotag__cb { font-size: 11px; color: var(--txtd) }
.perfotag__step:nth-child(6) .perfotag__name { color: var(--acc) }

/* ===== TOURNAMENT ===== */
.miniatrow {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(166, 58, 82, .12) 0%, transparent 70%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.miniatrow__btns { margin: 22px 0 28px }
.miniatrow__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.miniatrow__kpi > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.miniatrow__kpi span {
  font-family: "Italiana", Georgia, serif;
  font-size: 23px; font-weight: 400; color: var(--pri);
  margin-bottom: 4px; letter-spacing: .1px;
}
.miniatrow__kpi em { font-size: 14px; font-weight: 600; color: var(--txt); font-style: normal }
.miniatrow__kpi i { font-size: 12px; color: var(--txtd); font-style: normal; line-height: 1.4 }

/* ===== LIVE ===== */
.selvrow__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.selvrow__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.selvrow__box:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 38px -14px rgba(200, 74, 48, .42);
}
.selvrow__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Italiana", Georgia, serif;
  font-weight: 400; font-size: 19px; color: rgba(242, 230, 234, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #12262a 0%, #4a8a8a 100%) }
.lv-2 { background: linear-gradient(135deg, #3a0e1c 0%, #a63a52 100%) }
.lv-3 { background: linear-gradient(135deg, #3a1408 0%, #c84a30 100%); color: #1a0710 }
.lv-4 { background: linear-gradient(135deg, #2a1a08 0%, #b07a3a 100%); color: #1a0710 }
.lv-5 { background: linear-gradient(135deg, #2a0e1a 0%, #bc506a 100%) }
.lv-6 { background: linear-gradient(135deg, #0e2626 0%, #3a7a7a 100%) }

.selvrow__b { padding: 14px 16px 16px; position: relative }
.selvrow__t { font-weight: 600; font-size: 16px; margin-bottom: 4px }
.selvrow__s { font-size: 12px; color: var(--txtd); margin-bottom: 10px }
.selvrow__m { font-size: 13px; color: var(--acc); font-weight: 600; margin-bottom: 4px }
.selvrow__p { font-size: 12px; color: var(--txtdd) }
.selvrow__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.overprow h3 {
  border-left: 3px solid var(--pri);
  padding-left: 14px; margin-top: 30px;
}
.overprow p { color: var(--txt); line-height: 1.72 }
.overprow__badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.overprow__bdg {
  padding: 7px 13px;
  background: var(--bg2);
  border: 1px solid var(--sec);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.setrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.setrow__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.setrow__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.setrow__stars--four .setrow__off { color: var(--line2) }
.setrow__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.setrow__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txtd);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.setrow__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--pri), var(--acc));
  border-radius: 50%; color: #1a0710; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS ===== */
.watermrow__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.watermrow__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad2);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.watermrow__box span { font-size: 15px; color: var(--txt); font-weight: 700 }
.watermrow__box i { font-size: 11px; color: var(--txtd); font-style: normal; text-transform: uppercase; letter-spacing: 1px }
.watermrow__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.watermrow__times > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad2);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.watermrow__times span {
  font-family: "Italiana", Georgia, serif;
  font-size: 17px; color: var(--pri); font-weight: 400;
}
.watermrow__times i { font-size: 12px; color: var(--txtd); font-style: normal }

/* ===== FINAL CTA ===== */
.cornerrow {
  text-align: center; padding: 58px 24px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(166, 58, 82, .16) 0%, transparent 70%),
    var(--bg2);
  border-radius: var(--rad);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.cornerrow h2 { margin-bottom: 10px }
.cornerrow p { color: var(--txtd); margin-bottom: 24px }

/* ===== FAQ ===== */
.errorrow h2 { margin-bottom: 22px }
details {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad2);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--pri) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--pri); font-size: 15px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--pri) }
details p { margin: 12px 0 0; color: var(--txtd); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER ===== */
.philfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(16, 10, 13, .6);
}
.philfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 44px 24px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 38px;
}
.philfoot__brand { font-size: 14px; color: var(--txtd); line-height: 1.66 }
.philfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.philfoot__logo span { display: flex; flex-direction: column; line-height: 1.12 }
.philfoot__logo em { color: var(--txt); font-size: 16px; font-weight: 700; font-style: normal; margin-bottom: 2px }
.philfoot__legal { font-size: 12px; color: var(--txtdd); margin: 0; line-height: 1.66 }
.philfoot__op { color: var(--pri) }
.philfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.philfoot__col h4 {
  font-family: "Italiana", Georgia, serif;
  font-size: 13px; color: var(--acc); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.philfoot__col ul { list-style: none; padding: 0; margin: 0 }
.philfoot__col li {
  font-size: 13px; color: var(--txtd);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.philfoot__col li:hover { color: var(--txt) }
.philfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 24px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txtdd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .sheetletbox__grid { grid-template-columns: repeat(2, 1fr) }
  .watermrow__grid { grid-template-columns: repeat(3, 1fr) }
  .miniatrow__kpi { grid-template-columns: repeat(2, 1fr) }
  .setrow__grid { grid-template-columns: 1fr }
  .philfoot__top { grid-template-columns: 1fr }
  .perfstrip { grid-template-columns: repeat(3, 1fr) }
  .perfstrip__cell:nth-child(4), .perfstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .perfotag { grid-template-columns: repeat(3, 1fr) }
  .perfotag__step { transform: none !important }
}

@media (max-width: 880px) {
  .gumbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .gumbox__pic { order: -1 }
  .philbar__nav { display: none }
  .philbar { padding: 11px 15px }
  section { padding: 38px 16px }
  .sheetletbox, .miniatrow, .cornerrow { padding: 36px 18px; margin: 22px 14px }
  .serrow__grid { grid-template-columns: 1fr }
  .classeurbox__grid { grid-template-columns: 1fr }
  .philfoot__top { padding: 30px 16px 22px; gap: 22px }
  .philfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .perfstrip { padding: 8px 15px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .perfstrip__cell { padding: 4px 10px }
  .watermrow__times { grid-template-columns: 1fr }
  .perfgaugerow { grid-template-columns: repeat(2, 1fr) }
  .sheetletbox__grid { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .stampcard__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .selvrow__grid { grid-template-columns: 1fr }
  .stampcard h3 { font-size: 13px }
  .stampcard p { font-size: 11px }
  .stampcard__cover { font-size: 17px }
  .gumbox__btns { flex-direction: column; align-items: stretch }
  .mountbtn--big { width: 100% }
  .watermrow__grid { grid-template-columns: repeat(2, 1fr) }
  .miniatrow__kpi { grid-template-columns: 1fr }
  .philfoot__cols { grid-template-columns: 1fr }
  .perfotag { grid-template-columns: repeat(2, 1fr) }
}
