/* ===========================================================
   PULSE · פולס — עיצוב אתר תדמית לדוגמה למכון כושר
   נבנה ע״י L.S בניית אתרים · כל הפרטים בדף בדיוניים
   =========================================================== */

:root {
  --void: #0c0d10;
  --void-2: #14161b;
  --void-3: #1c1f26;
  --volt: #c6f24e;
  --volt-2: #a8dd2b;
  --ink: #14161b;
  --gray: #8b8f9a;
  --gray-d: #6a6e78;
  --line: #e6e8ec;
  --smoke: #f4f5f7;
}
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Heebo', system-ui, sans-serif; background: #fff; color: var(--ink);
  line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
  text-align: center;
  -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-touch-callout: none;
}
input, textarea, select { -webkit-user-select: text; -moz-user-select: text; user-select: text; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-weight: 900; line-height: 1.15; letter-spacing: -1px; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 800px; }

/* ===== Header ===== */
.header { position: fixed; inset: 0 0 auto 0; z-index: 60; transition: background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.header.solid { background: rgba(12,13,16,.95); backdrop-filter: blur(12px); border-color: rgba(198,242,78,.16); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.logo { color: #fff; font-weight: 900; font-size: 1.5rem; letter-spacing: 3px; font-style: italic; white-space: nowrap; }
.logo span { color: var(--volt); }

.nav { display: flex; gap: 24px; font-size: .92rem; font-weight: 700; color: rgba(255,255,255,.78); }
.nav a { position: relative; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; inset: auto 50% -5px 50%; height: 2px; background: var(--volt); transition: inset .25s; }
.nav a:hover { color: #fff; }
.nav a:hover::after, .nav a.current::after { inset: auto 0 -5px 0; }
.nav a.current { color: var(--volt); }

.cta-mini { background: var(--volt); color: var(--void); font-weight: 900; padding: 10px 20px; border-radius: 6px; font-size: .88rem; transition: all .2s; white-space: nowrap; }
.cta-mini:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(198,242,78,.35); }

.nav-toggle { display: none; width: 44px; height: 40px; border: 0; background: transparent; cursor: pointer; padding: 9px 8px; flex-direction: column; justify-content: space-between; }
.nav-toggle span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: all .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ===== Home hero ===== */
.hero { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 130px 0 90px; background: var(--void); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .38; filter: grayscale(.4); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(12,13,16,.75), rgba(12,13,16,.55) 42%, var(--void)); }
.hero-inner { position: relative; z-index: 2; color: #fff; max-width: 880px; }
.flag { display: inline-block; background: var(--volt); color: var(--void); font-weight: 900; font-size: .76rem; letter-spacing: 2px; padding: 7px 18px; border-radius: 4px; margin-bottom: 24px; transform: rotate(-1.5deg); }
.hero h1 { font-size: clamp(2.5rem, 8vw, 5.2rem); margin-bottom: 20px; text-transform: uppercase; }
.hero h1 em { font-style: normal; color: var(--volt); }
.hero p.lead { font-size: clamp(1rem, 2.1vw, 1.2rem); color: rgba(255,255,255,.75); max-width: 580px; margin: 0 auto 34px; font-weight: 300; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== Inner page banner ===== */
.page-head { position: relative; padding: 148px 0 62px; background: var(--void); overflow: hidden; }
.page-head img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; filter: grayscale(.45); }
.page-head::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(12,13,16,.8), rgba(12,13,16,.95)); }
.page-head-inner { position: relative; z-index: 2; color: #fff; }
.crumbs { color: rgba(255,255,255,.5); font-size: .84rem; font-weight: 300; margin-bottom: 12px; }
.crumbs a:hover { color: var(--volt); }
.crumbs span { margin: 0 6px; opacity: .5; }
.page-head h1 { font-size: clamp(1.9rem, 4.8vw, 3.1rem); text-transform: uppercase; }
.page-head h1 em { font-style: normal; color: var(--volt); }
.page-head p { color: rgba(255,255,255,.68); font-weight: 300; max-width: 580px; margin: 14px auto 0; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-weight: 900; font-size: 1rem; padding: 16px 36px; border-radius: 8px; cursor: pointer; border: 2px solid transparent; transition: all .22s; }
.btn-volt { background: var(--volt); color: var(--void); box-shadow: 0 14px 34px rgba(198,242,78,.28); }
.btn-volt:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 20px 44px rgba(198,242,78,.4); }
.btn-line { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-line:hover { border-color: var(--volt); color: var(--volt); }
.btn-dark { background: var(--void); color: #fff; }
.btn-dark:hover { background: var(--void-3); transform: translateY(-3px); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-ghost:hover { border-color: var(--volt-2); }

/* ===== Stats ===== */
.stats { background: var(--volt); color: var(--void); padding: 30px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stats-grid strong { display: block; font-weight: 900; font-size: 2.1rem; line-height: 1.1; letter-spacing: -1px; }
.stats-grid span { font-size: .85rem; font-weight: 700; opacity: .72; }

/* ===== Sections ===== */
.section { padding: 92px 0; }
.section-smoke { background: var(--smoke); }
.section-dark { background: var(--void); color: #fff; }
.sec-head { max-width: 680px; margin: 0 auto 52px; }
.sec-head .kicker { display: block; color: var(--volt-2); font-weight: 900; letter-spacing: 4px; font-size: .76rem; margin-bottom: 12px; }
.section-dark .sec-head .kicker { color: var(--volt); }
.sec-head h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); text-transform: uppercase; }
.sec-head h2 em { font-style: normal; color: var(--volt-2); }
.section-dark .sec-head h2 em { color: var(--volt); }
.sec-head p { color: var(--gray-d); margin-top: 14px; font-weight: 300; text-transform: none; }
.section-dark .sec-head p { color: rgba(255,255,255,.6); }

/* ===== Zones ===== */
.zones { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.zone { position: relative; border-radius: 14px; overflow: hidden; background: var(--void); min-height: 300px; display: grid; align-content: end; padding: 28px 24px; color: #fff; }
.zone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; transition: transform .6s ease, opacity .3s; }
.zone::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,13,16,.95) 12%, rgba(12,13,16,.25) 65%, transparent); }
.zone:hover img { transform: scale(1.07); opacity: .62; }
.zone > * { position: relative; z-index: 2; }
.zone .ztag { display: inline-block; justify-self: center; background: rgba(198,242,78,.18); border: 1px solid rgba(198,242,78,.5); color: var(--volt); font-weight: 900; font-size: .72rem; letter-spacing: 1.5px; padding: 4px 14px; border-radius: 999px; margin-bottom: 12px; }
.zone h3 { font-size: 1.4rem; text-transform: uppercase; margin-bottom: 6px; }
.zone p { color: rgba(255,255,255,.72); font-size: .93rem; font-weight: 300; }

/* ===== Feature list ===== */
.kit { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; max-width: 960px; margin: 0 auto; }
.kit div { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px 18px; transition: all .22s; }
.kit div:hover { transform: translateY(-4px); border-color: var(--volt-2); box-shadow: 0 16px 36px rgba(12,13,16,.1); }
.kit .ico { font-size: 1.7rem; margin-bottom: 8px; }
.kit strong { display: block; font-weight: 900; font-size: .98rem; margin-bottom: 4px; }
.kit span { color: var(--gray-d); font-size: .86rem; font-weight: 300; }

/* ===== Schedule ===== */
.day-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 34px; }
.day-tab { font-family: inherit; font-weight: 900; font-size: .95rem; color: rgba(255,255,255,.66); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); width: 56px; height: 52px; border-radius: 10px; cursor: pointer; transition: all .2s; }
.day-tab:hover { border-color: var(--volt); color: #fff; }
.day-tab.on { background: var(--volt); border-color: var(--volt); color: var(--void); box-shadow: 0 10px 26px rgba(198,242,78,.3); }
.classes { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.cls {
  display: grid; grid-template-columns: 108px 1fr 140px; align-items: center; gap: 16px;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.11); border-radius: 12px;
  padding: 16px 20px; transition: all .22s; text-align: center;
}
.cls:hover { border-color: rgba(198,242,78,.5); background: rgba(198,242,78,.06); }
.cls .time { font-weight: 900; font-size: 1.15rem; color: var(--volt); }
.cls .name { font-weight: 900; font-size: 1.05rem; }
.cls .name span { display: block; font-weight: 300; font-size: .84rem; color: rgba(255,255,255,.55); }
.cls .who { font-size: .86rem; color: rgba(255,255,255,.6); font-weight: 300; }
.cls .who strong { display: block; font-weight: 700; color: #fff; font-size: .93rem; }
.cls-empty { color: rgba(255,255,255,.5); font-weight: 300; padding: 40px 0; }
.sched-note { color: rgba(255,255,255,.45); font-size: .86rem; font-weight: 300; margin-top: 26px; }

/* Class type cards (schedule page) */
.ctypes { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ctype { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 24px; transition: all .22s; }
.ctype:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(12,13,16,.1); border-color: var(--volt-2); }
.ctype .ico { font-size: 2rem; margin-bottom: 12px; }
.ctype h3 { font-size: 1.15rem; text-transform: uppercase; margin-bottom: 8px; }
.ctype p { color: var(--gray-d); font-size: .93rem; font-weight: 300; }
.ctype .len { display: inline-block; margin-top: 12px; background: var(--smoke); color: var(--gray-d); font-size: .8rem; font-weight: 700; padding: 4px 14px; border-radius: 999px; }

/* ===== Plans ===== */
.plan-toggle { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; margin-bottom: 40px; }
.plan-toggle button { font-family: inherit; font-weight: 900; font-size: .92rem; border: 0; background: transparent; color: var(--gray-d); padding: 9px 22px; border-radius: 999px; cursor: pointer; transition: all .2s; }
.plan-toggle button.on { background: var(--void); color: #fff; }
.save-chip { background: #eaf9c9; color: #567a10; font-weight: 900; font-size: .74rem; padding: 4px 12px; border-radius: 999px; }
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan { position: relative; background: #fff; border: 2px solid var(--line); border-radius: 18px; padding: 38px 26px 32px; display: flex; flex-direction: column; align-items: center; transition: all .25s; }
.plan:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(12,13,16,.12); }
.plan.best { border-color: var(--void); box-shadow: 0 18px 46px rgba(12,13,16,.14); }
.plan-flag { position: absolute; top: -14px; right: 50%; transform: translateX(50%); background: var(--volt); color: var(--void); font-weight: 900; font-size: .76rem; padding: 5px 16px; border-radius: 999px; white-space: nowrap; }
.plan h3 { font-size: 1.3rem; text-transform: uppercase; margin-bottom: 4px; }
.plan .ptag { color: var(--gray-d); font-size: .88rem; font-weight: 300; margin-bottom: 18px; }
.plan .price { font-weight: 900; font-size: 3rem; letter-spacing: -2px; line-height: 1; }
.plan .price small { font-size: .95rem; font-weight: 500; color: var(--gray-d); letter-spacing: 0; }
.plan .per { color: var(--gray-d); font-size: .84rem; font-weight: 300; margin: 6px 0 22px; }
.plan ul { list-style: none; margin-bottom: 26px; width: 100%; }
.plan li { padding: 9px 0; border-bottom: 1px dashed var(--line); color: var(--gray-d); font-size: .93rem; font-weight: 300; }
.plan li:last-child { border-bottom: 0; }
.plan li b { color: var(--ink); font-weight: 700; }
.plan .btn { width: 100%; margin-top: auto; }
.plans-note { color: var(--gray-d); font-size: .88rem; font-weight: 300; margin-top: 30px; }

/* ===== Trainers ===== */
.team { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.team.three { grid-template-columns: repeat(3,1fr); }
.coach { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 22px; transition: all .22s; }
.coach:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(12,13,16,.12); border-color: rgba(198,242,78,.6); }
.coach img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; border: 3px solid var(--volt); }
.coach h3 { font-size: 1.15rem; }
.coach .role { color: var(--volt-2); font-weight: 900; font-size: .78rem; letter-spacing: 1.5px; margin: 5px 0 12px; }
.coach p { color: var(--gray-d); font-size: .91rem; font-weight: 300; }
.coach ul { list-style: none; margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); }
.coach li { color: var(--gray-d); font-size: .85rem; font-weight: 300; padding: 3px 0; }

/* ===== Gallery ===== */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.gallery figure { border-radius: 12px; overflow: hidden; position: relative; }
.gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .55s ease; filter: grayscale(.25); }
.gallery figure:hover img { transform: scale(1.08); filter: grayscale(0); }

/* ===== Reviews ===== */
.reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 30px 26px; transition: all .22s; }
.review:hover { border-color: rgba(198,242,78,.45); transform: translateY(-5px); }
.review .stars { color: var(--volt); letter-spacing: 3px; margin-bottom: 12px; font-size: .95rem; }
.review p { color: rgba(255,255,255,.72); font-size: .95rem; font-weight: 300; }
.review img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; margin: 16px auto 8px; border: 2px solid rgba(198,242,78,.5); }
.review footer { font-weight: 900; font-size: .93rem; }
.review footer span { display: block; color: rgba(255,255,255,.5); font-weight: 300; font-size: .81rem; }

/* ===== FAQ ===== */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 2px 22px; margin-bottom: 12px; transition: border-color .2s; }
.faq details[open] { border-color: var(--volt-2); }
.faq summary { cursor: pointer; font-weight: 900; padding: 16px 0; font-size: 1rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { color: var(--gray-d); font-weight: 300; font-size: .95rem; padding-bottom: 16px; }

/* ===== More link ===== */
.more-link { margin-top: 38px; }

/* ===== CTA band ===== */
.cta-band { position: relative; background: var(--void); color: #fff; padding: 78px 0; overflow: hidden; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: grayscale(.5); }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(12,13,16,.9), rgba(12,13,16,.7)); }
.cta-inner { position: relative; z-index: 2; max-width: 660px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 12px; text-transform: uppercase; }
.cta-inner h2 em { font-style: normal; color: var(--volt); }
.cta-inner p { color: rgba(255,255,255,.7); font-weight: 300; margin-bottom: 28px; }

/* ===== Contact cards ===== */
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 900px; margin: 0 auto 46px; }
.ccard { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 22px; transition: all .22s; }
.ccard:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12,13,16,.1); border-color: var(--volt-2); }
.ccard .ico { font-size: 1.8rem; margin-bottom: 12px; }
.ccard h3 { font-size: 1.05rem; margin-bottom: 6px; }
.ccard p { color: var(--gray-d); font-size: .93rem; font-weight: 300; }

/* ===== Hours ===== */
.hours-card { max-width: 460px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px 26px; }
.hours-card h3 { font-size: 1.15rem; margin-bottom: 16px; }
.hours-card ul { list-style: none; }
.hours-card li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--line); color: var(--gray-d); font-size: .94rem; font-weight: 300; }
.hours-card li:last-child { border-bottom: 0; }
.hours-card li strong { font-weight: 900; color: var(--ink); }
.map-embed { margin-top: 16px; border-radius: 12px; border: 1px solid var(--line); background: var(--smoke); display: grid; place-items: center; aspect-ratio: 16/9; color: var(--gray-d); font-size: .9rem; font-weight: 300; gap: 6px; }
.map-embed .pin { font-size: 2rem; }

/* ===== Trial form ===== */
.trial-form { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 38px 30px; box-shadow: 0 18px 46px rgba(12,13,16,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trial-form label { display: block; text-align: center; font-size: .85rem; font-weight: 700; color: var(--gray-d); margin-bottom: 15px; }
.trial-form input, .trial-form select, .trial-form textarea {
  width: 100%; margin-top: 7px; background: var(--smoke); border: 1px solid var(--line); color: var(--ink);
  padding: 13px 14px; border-radius: 10px; font-family: inherit; font-size: 1rem; text-align: center; font-weight: 500;
}
.trial-form input:focus, .trial-form select:focus, .trial-form textarea:focus { outline: none; border-color: var(--volt-2); background: #fff; }
.trial-form .btn { width: 100%; margin-top: 6px; }
.form-ok { display: none; margin-top: 16px; background: #f2fbdf; border: 1px solid var(--volt-2); color: #4d6f0d; padding: 14px; border-radius: 10px; font-weight: 900; font-size: .94rem; }
.form-tiny { color: var(--gray-d); font-size: .8rem; margin-top: 15px; font-weight: 300; }

/* ===== Footer ===== */
.footer { background: var(--void); color: rgba(255,255,255,.5); padding: 46px 0 26px; font-size: .87rem; font-weight: 300; border-top: 1px solid rgba(255,255,255,.08); }
.footer .flogo { color: #fff; font-weight: 900; font-size: 1.4rem; letter-spacing: 3px; font-style: italic; margin-bottom: 10px; }
.footer .flogo span { color: var(--volt); }
.footer-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin: 30px 0 26px; }
.footer-cols h4 { color: #fff; font-weight: 900; font-size: .95rem; margin-bottom: 12px; letter-spacing: 1px; }
.footer-cols a, .footer-cols p { display: block; padding: 4px 0; font-size: .88rem; }
.footer-cols a:hover { color: var(--volt); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 18px; font-size: .8rem; color: rgba(255,255,255,.38); }

/* ===== Body copy: black, normal weight (not bold like headings) ===== */
.sec-head .kicker,
.sec-head p,
.kit span,
.ctype p,
.plan .ptag,
.plan .per,
.plan li,
.coach p,
.coach li,
.faq p,
.ccard p,
.hours-card li,
.map-embed,
.trial-form label,
.form-tiny {
  color: #000;
  font-weight: 400;
}

/* ===== Demo badge ===== */
.demo-badge { position: fixed; bottom: 18px; right: 18px; z-index: 90; background: linear-gradient(120deg, #7c3aed, #06b6d4); color: #fff; font-weight: 700; font-size: .88rem; padding: 11px 18px; border-radius: 999px; box-shadow: 0 12px 34px rgba(124,58,237,.45); display: flex; align-items: center; gap: 8px; transition: transform .2s; }
.demo-badge:hover { transform: translateY(-3px); }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--void); color: rgba(255,255,255,.85); padding: 10px 20px 22px;
    border-bottom: 1px solid rgba(198,242,78,.25); box-shadow: 0 18px 40px rgba(0,0,0,.5);
    transform: translateY(-140%); transition: transform .32s ease; max-height: calc(100vh - 76px); overflow-y: auto;
  }
  .nav.open { transform: none; }
  .nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { display: none; }
  .header .cta-mini { display: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .zones, .plans, .reviews, .ctypes, .contact-cards { grid-template-columns: 1fr; max-width: 470px; margin-inline: auto; }
  .contact-cards { margin-bottom: 46px; }
  .team, .team.three { grid-template-columns: repeat(2,1fr); }
  .kit { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .cls { grid-template-columns: 1fr; gap: 8px; padding: 20px 18px; }
  .day-tab { width: 48px; height: 48px; font-size: .9rem; }
  .footer-cols { grid-template-columns: 1fr; gap: 22px; }
  .hero { min-height: 86vh; }
  .page-head { padding: 128px 0 52px; }
}
@media (max-width: 560px) {
  .section { padding: 66px 0; }
  .field-row { grid-template-columns: 1fr; }
  .team, .team.three { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .header-inner { height: 68px; }
  .nav { inset: 68px 0 auto 0; }
  .page-head { padding: 118px 0 46px; }
  .plan-toggle { flex-wrap: wrap; justify-content: center; }
}
