@import url('./fonts.css');

/* ========================================================================
   p23 — 真似元: recruit.bridge-net.co.jp/student20/
   BRIDGEコーポレーション (Web制作・新卒) を踏襲
   特徴:
   - 白背景, 黒テキスト (#333)
   - 赤アクセント (#e74e2d 系) のリンク・CTA
   - 虹色ドット粒子の装飾 (上端・両端)
   - 中央寄せ見出し + 短い下線アクセント
   - 社員紹介はカラフルなフラットカード (赤/緑/青/紫)
   - 会社案内は色分けタイル + 棒/円グラフ風数字
   - CROSS TALK はカラー枠のアバター + 吹き出し風コメント
   ======================================================================== */

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

body {
  font-family: var(--p23-font-jp);
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #e74e2d; text-decoration: none; }
a:hover { text-decoration: underline; }

.p23-skip {
  position: absolute; left: -9999px; top: auto;
}
.p23-skip:focus { left: 8px; top: 8px; background: #fff; padding: 8px 12px; z-index: 1000; }

/* ============== Header ============== */
.p23-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  gap: 32px;
}
.p23-header__brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: #333;
}
.p23-header__brand strong {
  font-family: var(--p23-font-en);
  font-size: 28px; font-weight: 700;
  letter-spacing: 0.04em;
  color: #333;
}
.p23-header__brand small {
  display: block;
  font-size: 10px; color: #555;
  line-height: 1.2;
}
.p23-header__logo-mark {
  width: 36px; height: 36px;
  display: inline-block;
  background:
    linear-gradient(135deg, transparent 49%, #e74e2d 49%, #e74e2d 51%, transparent 51%),
    linear-gradient(45deg, transparent 49%, #e74e2d 49%, #e74e2d 51%, transparent 51%);
  background-size: 100% 100%;
  position: relative;
}
.p23-header__logo-mark::before, .p23-header__logo-mark::after {
  content: ""; position: absolute; inset: 0;
}
.p23-header__logo-mark::before {
  background:
    linear-gradient(to bottom, #e74e2d 0 6px, transparent 6px 14px, #e74e2d 14px 20px, transparent 20px 28px, #e74e2d 28px 34px);
}

.p23-nav {
  display: flex; align-items: center; gap: 28px;
  margin-left: auto;
  font-size: 13px;
}
.p23-nav a {
  color: #333; text-decoration: none;
  padding: 4px 0;
  transition: color .2s;
}
.p23-nav a:hover, .p23-nav a.is-on { color: #e74e2d; }
.p23-nav__blog {
  background: #e74e2d; color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  text-decoration: none;
}
.p23-nav__blog:hover { background: #c93b1c; color: #fff; text-decoration: none; }

/* ============== Crumb ============== */
.p23-crumb {
  border-bottom: 1px solid #eee;
  padding: 12px 24px;
  font-size: 12px;
  color: #777;
}
.p23-crumb a { color: #e74e2d; }

/* ============== Dot-decor (虹色粒子) ============== */
.p23-dotdecor {
  position: relative;
  padding: 80px 24px 30px;
  text-align: center;
  overflow: hidden;
}
.p23-dotdecor::before, .p23-dotdecor::after {
  content: ""; position: absolute; top: 0; height: 240px; width: 260px;
  background-image:
    radial-gradient(circle at 10% 10%, #e74e2d 3px, transparent 4px),
    radial-gradient(circle at 25% 30%, #f7b733 3px, transparent 4px),
    radial-gradient(circle at 45% 15%, #ffd23f 2px, transparent 3px),
    radial-gradient(circle at 60% 40%, #9bcb3c 3px, transparent 4px),
    radial-gradient(circle at 80% 25%, #44c0f0 2px, transparent 3px),
    radial-gradient(circle at 35% 60%, #6c5ce7 2px, transparent 3px),
    radial-gradient(circle at 70% 70%, #c44ad0 3px, transparent 4px),
    radial-gradient(circle at 15% 80%, #ff7eb6 2px, transparent 3px),
    radial-gradient(circle at 90% 55%, #e74e2d 2px, transparent 3px);
  pointer-events: none;
  opacity: .85;
}
.p23-dotdecor::before { left: 0; }
.p23-dotdecor::after { right: 0; transform: scaleX(-1); }

.p23-dotdecor__h {
  position: relative; z-index: 1;
  font-size: 32px; font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  color: #333;
}
.p23-dotdecor__h::after {
  content: ""; display: block;
  width: 60px; height: 2px;
  background: #333;
  margin: 14px auto 0;
}
.p23-dotdecor__sub {
  position: relative; z-index: 1;
  font-size: 14px;
  color: #555;
  margin: 8px 0 0;
}

/* ============== TOP / Hero ============== */
.p23-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px 80px;
  overflow: hidden;
}
.p23-hero__arc {
  position: absolute;
  left: 50%; top: 55%;
  transform: translateX(-50%);
  width: 140%;
  height: 65%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 100% at 50% 100%,
      rgba(231,78,45,.18) 0 1%,
      transparent 1.5%
    ),
    radial-gradient(ellipse 70% 100% at 50% 100%,
      rgba(247,183,51,.18) 0 1%,
      transparent 1.5%
    ),
    radial-gradient(ellipse 80% 100% at 50% 100%,
      rgba(155,203,60,.18) 0 1%,
      transparent 1.5%
    ),
    radial-gradient(ellipse 90% 100% at 50% 100%,
      rgba(68,192,240,.18) 0 1%,
      transparent 1.5%
    ),
    radial-gradient(ellipse 100% 100% at 50% 100%,
      rgba(108,92,231,.18) 0 1%,
      transparent 1.5%
    );
}
.p23-hero__arc-dots {
  position: absolute;
  left: 50%; top: 55%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1100px;
  aspect-ratio: 5/2;
  pointer-events: none;
  background:
    radial-gradient(circle, #e74e2d 5px, transparent 6px) 5% 40%/40px 40px no-repeat,
    radial-gradient(circle, #ff7e3b 4px, transparent 5px) 10% 30%/40px 40px no-repeat,
    radial-gradient(circle, #f7b733 5px, transparent 6px) 18% 22%/40px 40px no-repeat,
    radial-gradient(circle, #ffd23f 4px, transparent 5px) 25% 16%/40px 40px no-repeat,
    radial-gradient(circle, #c5d83c 5px, transparent 6px) 33% 12%/40px 40px no-repeat,
    radial-gradient(circle, #9bcb3c 4px, transparent 5px) 41% 10%/40px 40px no-repeat,
    radial-gradient(circle, #4dc879 5px, transparent 6px) 49% 8%/40px 40px no-repeat,
    radial-gradient(circle, #29bcd4 4px, transparent 5px) 57% 10%/40px 40px no-repeat,
    radial-gradient(circle, #44c0f0 5px, transparent 6px) 65% 12%/40px 40px no-repeat,
    radial-gradient(circle, #6c8df0 4px, transparent 5px) 73% 16%/40px 40px no-repeat,
    radial-gradient(circle, #6c5ce7 5px, transparent 6px) 80% 22%/40px 40px no-repeat,
    radial-gradient(circle, #a85ce0 4px, transparent 5px) 88% 30%/40px 40px no-repeat,
    radial-gradient(circle, #c44ad0 5px, transparent 6px) 95% 40%/40px 40px no-repeat;
}
.p23-hero__inner { position: relative; z-index: 2; }
.p23-hero__catch {
  font-size: 36px; font-weight: 500;
  margin: 0 0 50px; letter-spacing: 0.04em;
  color: #333;
}
.p23-hero__enter {
  display: inline-flex; align-items: center; justify-content: center;
  flex-direction: column;
  width: 84px; height: 84px;
  border: 1.5px solid #e74e2d;
  border-radius: 50%;
  color: #e74e2d;
  font-family: var(--p23-font-en);
  font-size: 13px; letter-spacing: 0.1em;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.p23-hero__enter:hover { background: #e74e2d; color: #fff; text-decoration: none; }
.p23-hero__enter::after {
  content: "›"; display: block;
  font-size: 16px; line-height: 1; margin-top: 2px;
}

/* ============== News strip (TOP直下) ============== */
.p23-news {
  max-width: 980px;
  margin: 40px auto;
  padding: 0 24px;
}
.p23-news__h {
  font-family: var(--p23-font-en);
  font-size: 22px; font-weight: 700;
  letter-spacing: 0.08em;
  border-left: 4px solid #e74e2d;
  padding-left: 12px;
  margin: 0 0 20px;
}
.p23-news__list { list-style: none; margin: 0; padding: 0; }
.p23-news__list li {
  display: flex; gap: 20px;
  padding: 14px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 13px;
}
.p23-news__date { color: #888; min-width: 110px; }
.p23-news__tag {
  display: inline-block;
  background: #e74e2d; color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  margin-right: 12px;
  min-width: 80px; text-align: center;
}

/* ============== Index cards grid (社員紹介スタイル) ============== */
.p23-cards {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 24px 80px;
}
.p23-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.p23-cards__item {
  position: relative;
  display: block;
  text-decoration: none;
  background: #e74e2d;
  color: #fff;
  min-height: 380px;
  overflow: hidden;
}
.p23-cards__item--green { background: #7ab632; }
.p23-cards__item--cyan  { background: #1ab0c0; }
.p23-cards__item--purple{ background: #6c5ce7; }
.p23-cards__item--gold  { background: #f7b733; }
.p23-cards__item__photo {
  width: 100%; height: 260px;
  background-size: cover; background-position: center top;
}
.p23-cards__item__body {
  padding: 14px 18px 18px;
  font-size: 12px; line-height: 1.6;
}
.p23-cards__item__role { display: block; font-size: 11px; opacity: .9; }
.p23-cards__item__name { display: block; font-size: 16px; font-weight: 700; margin-top: 6px; }
.p23-cards__item__arrow {
  position: absolute; right: 12px; bottom: 14px;
  font-family: var(--p23-font-en);
  font-size: 16px;
}

/* ============== Big CTA button (赤) ============== */
.p23-bigbtn {
  display: block;
  max-width: 540px; margin: 50px auto;
  background: #e74e2d;
  color: #fff;
  text-align: center;
  padding: 26px;
  font-size: 16px; font-weight: 500;
  text-decoration: none;
  transition: background .2s;
}
.p23-bigbtn::before { content: "› "; }
.p23-bigbtn:hover { background: #c93b1c; color: #fff; text-decoration: none; }

/* ============== 下層共通 (.p23-page) ============== */
.p23-page {
  padding-bottom: 80px;
}
.p23-page__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}
.p23-page__lead {
  font-size: 14px; line-height: 2;
  margin: 0 0 30px; text-align: center;
  color: #555;
}

/* ============== 募集要項テーブル ============== */
.p23-reqtable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 50px;
  font-size: 13px;
}
.p23-reqtable th, .p23-reqtable td {
  padding: 18px 14px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
.p23-reqtable th {
  width: 160px;
  font-weight: 700;
  color: #333;
  background: #fafafa;
}
.p23-reqtable td { color: #555; }

/* ============== FAQ ============== */
.p23-faqlist { margin: 30px 0; }
.p23-faqitem {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 4px;
}
.p23-faqitem summary {
  cursor: pointer;
  font-size: 14px; font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 36px;
}
.p23-faqitem summary::-webkit-details-marker { display: none; }
.p23-faqitem summary::before {
  content: "Q"; position: absolute; left: 0; top: -2px;
  width: 26px; height: 26px;
  background: #e74e2d; color: #fff;
  font-family: var(--p23-font-en);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}
.p23-faqitem summary::after {
  content: "+"; position: absolute; right: 4px; top: 0;
  font-size: 22px; color: #e74e2d;
}
.p23-faqitem[open] summary::after { content: "−"; }
.p23-faqitem > div {
  margin: 14px 0 4px 36px;
  font-size: 13px; color: #555; line-height: 1.9;
  position: relative; padding-left: 36px;
}
.p23-faqitem > div::before {
  content: "A"; position: absolute; left: -36px; top: -2px;
  width: 26px; height: 26px;
  background: #555; color: #fff;
  font-family: var(--p23-font-en);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}

/* ============== Form (apply) ============== */
.p23-form { margin: 30px 0; }
.p23-form > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  align-items: start;
}
.p23-form label {
  font-size: 13px; font-weight: 500;
  padding-top: 8px;
}
.p23-form label small {
  display: inline-block;
  background: #e74e2d; color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  margin-left: 6px;
  font-weight: 400;
}
.p23-form input, .p23-form textarea, .p23-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  background: #fff;
}
.p23-form input:focus, .p23-form textarea:focus, .p23-form select:focus {
  outline: 2px solid #e74e2d; outline-offset: 1px;
  border-color: #e74e2d;
}
.p23-form button {
  display: block;
  margin: 40px auto 0;
  background: #e74e2d;
  color: #fff;
  border: 0;
  padding: 16px 80px;
  font-size: 15px; font-weight: 500;
  cursor: pointer;
  transition: background .2s;
  font-family: inherit;
}
.p23-form button:hover { background: #c93b1c; }
.p23-form__note {
  font-size: 12px; color: #888;
  background: #fafafa; padding: 14px;
  margin: 20px 0;
}
.p23-form__contact {
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
}
.p23-form__contact a { font-weight: 500; }
.p23-form__contact .p23-form__contact-mail { margin-right: 28px; }
.p23-form__contact .p23-form__contact-mail::before { content: "✉ "; }
.p23-form__contact .p23-form__contact-tel::before { content: "☎ "; }

/* ============== History (沿革) ============== */
.p23-history { margin: 30px 0; }
.p23-history__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.p23-history__year {
  font-family: var(--p23-font-en);
  font-weight: 700;
  color: #e74e2d;
  font-size: 16px;
}
.p23-history__event { color: #555; line-height: 1.9; }

/* ============== Message (社長) ============== */
.p23-message {
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 24px;
}
.p23-message__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}
.p23-message__photo {
  width: 100%;
  aspect-ratio: 3/4;
  background-size: cover; background-position: center;
}
.p23-message__body h3 {
  font-size: 16px; font-weight: 700;
  margin: 0 0 8px;
  color: #333;
}
.p23-message__body p {
  font-size: 13px; line-height: 2;
  color: #555;
  margin: 0 0 22px;
}
.p23-message__sign {
  text-align: right;
  margin-top: 30px;
  font-size: 13px;
}
.p23-message__sign b {
  font-family: serif;
  font-size: 22px;
  margin-left: 16px;
}

/* ============== 会社案内 (カラフルダッシュボード) ============== */
.p23-stats {
  max-width: 980px;
  margin: 30px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 10px;
}
.p23-stats__cell {
  color: #fff;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-size: 13px;
}
.p23-stats__cell h4 {
  margin: 0; font-size: 14px; font-weight: 500;
  background: rgba(255,255,255,.18);
  padding: 4px 10px;
  align-self: center;
}
.p23-stats__cell .p23-stats__big {
  font-family: var(--p23-font-en);
  font-size: 44px; font-weight: 700;
  line-height: 1.1;
}
.p23-stats__cell .p23-stats__unit {
  font-size: 16px; font-weight: 400;
  margin-left: 2px;
}
.p23-stats__cell--red { background: #e74e2d; }
.p23-stats__cell--blue { background: #1ab0c0; }
.p23-stats__cell--green { background: #7ab632; }
.p23-stats__cell--purple { background: #9b59b6; }
.p23-stats__cell--orange { background: #f39c12; }
.p23-stats__cell--pink { background: #e67dab; }
.p23-stats__cell--yellow { background: #f1c40f; }
.p23-stats__cell--note {
  font-size: 11px;
  opacity: .9;
}

/* ============== Jobs (採用情報 — 一覧) ============== */
.p23-jobs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 30px auto 60px;
  padding: 0 24px;
}
.p23-jobcard {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
  transition: box-shadow .2s, transform .2s;
}
.p23-jobcard:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.p23-jobcard__photo {
  width: 100%; height: 180px;
  background-size: cover; background-position: center;
}
.p23-jobcard__body { padding: 18px 20px; }
.p23-jobcard__code {
  font-family: var(--p23-font-en);
  font-size: 11px; color: #e74e2d;
  margin: 0 0 6px;
}
.p23-jobcard__title {
  font-size: 17px; font-weight: 700;
  margin: 0 0 6px;
}
.p23-jobcard__sub {
  font-size: 12px; color: #888;
  margin: 0 0 14px;
}
.p23-jobcard__meta {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 12px; color: #555;
}
.p23-jobcard__meta b {
  display: inline-block;
  background: #f5f5f5;
  padding: 1px 8px;
  margin-right: 8px;
  font-size: 11px; color: #333;
}

/* ============== Job detail ============== */
.p23-job__hero {
  max-width: 1100px;
  margin: 30px auto 40px;
  padding: 0 24px;
  text-align: center;
}
.p23-job__hero__photo {
  width: 100%; height: 320px;
  background-size: cover; background-position: center;
  margin-bottom: 24px;
}
.p23-job__hero__code {
  font-family: var(--p23-font-en);
  font-size: 12px; color: #e74e2d;
  letter-spacing: 0.1em;
}
.p23-job__hero__title {
  font-size: 28px; font-weight: 700;
  margin: 4px 0 14px;
}
.p23-job__hero__sub {
  font-size: 14px; color: #555;
  max-width: 720px; margin: 0 auto 20px;
  line-height: 2;
}
.p23-job__hero__meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 20px 0 0;
  font-size: 13px;
}
.p23-job__hero__meta div {
  display: flex; gap: 8px;
  background: #fafafa;
  padding: 8px 16px;
}
.p23-job__hero__meta dt { font-weight: 700; color: #e74e2d; margin: 0; }
.p23-job__hero__meta dd { margin: 0; color: #555; }

.p23-job__sec {
  max-width: 880px;
  margin: 50px auto;
  padding: 0 24px;
}
.p23-job__sec__h {
  text-align: center;
  margin: 0 0 30px;
}
.p23-job__sec__h h2 {
  font-size: 22px; font-weight: 700;
  margin: 0;
}
.p23-job__sec__h h2::after {
  content: ""; display: block;
  width: 50px; height: 2px;
  background: #e74e2d;
  margin: 12px auto 0;
}
.p23-job__sec__h small {
  display: block;
  font-family: var(--p23-font-en);
  font-size: 11px; color: #e74e2d;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.p23-job__sec p { font-size: 13px; line-height: 2; color: #555; }
.p23-job__sec ul { padding-left: 22px; font-size: 13px; line-height: 2; color: #555; }

/* ============== 1日の流れ (.p23-day) ============== */
.p23-day { margin: 20px 0; }
.p23-day__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.p23-day__time {
  font-family: var(--p23-font-en);
  font-size: 22px; font-weight: 700;
  color: #e74e2d;
}
.p23-day__body h4 {
  margin: 0 0 6px;
  font-size: 15px;
}
.p23-day__body p {
  margin: 0;
  font-size: 12px; color: #777;
  line-height: 1.8;
}

/* ============== Footer ============== */
.p23-foot {
  background: #f5f5f5;
  padding: 30px 24px 24px;
  margin-top: 40px;
}
.p23-foot__nav {
  max-width: 1100px; margin: 0 auto;
  display: flex; flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 12px;
  margin-bottom: 18px;
}
.p23-foot__nav a {
  color: #555; text-decoration: none;
}
.p23-foot__nav a::before { content: "› "; color: #e74e2d; }
.p23-foot__nav a:hover { color: #e74e2d; }
.p23-foot__brand {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; gap: 14px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
  font-size: 11px; color: #888;
}
.p23-foot__brand strong {
  font-family: var(--p23-font-en);
  font-size: 18px; font-weight: 700;
  color: #333;
}

/* ============== Cross Talk ============== */
.p23-talk__avatars {
  display: flex; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  margin: 30px 0 50px;
}
.p23-talk__avatar { text-align: center; width: 120px; }
.p23-talk__avatar__photo {
  width: 100px; height: 100px;
  border-radius: 50%;
  background-size: cover; background-position: center;
  border: 3px solid #e74e2d;
  margin: 0 auto 10px;
}
.p23-talk__avatar:nth-child(2) .p23-talk__avatar__photo { border-color: #7ab632; }
.p23-talk__avatar:nth-child(3) .p23-talk__avatar__photo { border-color: #1ab0c0; }
.p23-talk__avatar:nth-child(4) .p23-talk__avatar__photo { border-color: #6c5ce7; }
.p23-talk__avatar small { display: block; font-size: 11px; color: #888; }
.p23-talk__avatar b { display: block; font-size: 13px; font-weight: 500; margin-top: 4px; }

.p23-talk__qa { max-width: 720px; margin: 0 auto 40px; }
.p23-talk__qa h3 {
  font-size: 16px; font-weight: 700;
  background: #fafafa;
  padding: 14px 18px;
  margin: 0 0 18px;
  border-left: 4px solid #e74e2d;
}
.p23-talk__line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.9;
  color: #555;
}
.p23-talk__line__who {
  text-align: center;
  font-size: 12px;
}
.p23-talk__line__who__photo {
  width: 56px; height: 56px;
  border-radius: 50%;
  background-size: cover; background-position: center;
  border: 2px solid #e74e2d;
  margin: 0 auto 4px;
}

/* ============== Responsive ============== */
@media (max-width: 900px) {
  .p23-header { gap: 12px; padding: 12px 16px; flex-wrap: wrap; }
  .p23-nav { gap: 14px; font-size: 12px; }
  .p23-cards__grid { grid-template-columns: repeat(2, 1fr); }
  .p23-jobs__grid { grid-template-columns: 1fr; }
  .p23-stats { grid-template-columns: repeat(2, 1fr); }
  .p23-form > div { grid-template-columns: 1fr; gap: 6px; }
  .p23-message__layout { grid-template-columns: 1fr; }
  .p23-hero__catch { font-size: 22px; }
  .p23-dotdecor__h { font-size: 24px; }
}
@media (max-width: 480px) {
  .p23-cards__grid { grid-template-columns: 1fr; }
  .p23-stats { grid-template-columns: 1fr; }
  .p23-history__row { grid-template-columns: 80px 1fr; gap: 12px; }
}
