body.guide-temps-ecran-parents {
  --max: 1260px;
  --family-blue: #315c8c;
  --family-blue-soft: #edf5ff;
  --family-green: #19715b;
  --family-green-soft: #ecfbf5;
  --family-purple: #7256a8;
}

body.guide-temps-ecran-parents .wrap {
  padding-top: 28px;
  padding-bottom: 82px;
}

body.guide-temps-ecran-parents .hero::before {
  content: "";
  position: absolute;
  inset: -155px -105px auto auto;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49,92,140,.16), transparent 69%);
  pointer-events: none;
}

body.guide-temps-ecran-parents .hero::after {
  inset: auto auto -170px -110px;
  width: 390px;
  height: 390px;
  background: radial-gradient(circle, rgba(25,113,91,.14), transparent 70%);
}

body.guide-temps-ecran-parents .brand img {
  width: min(365px, 100%);
}

body.guide-temps-ecran-parents .hero-content {
  padding: 12px 4px 8px;
}

body.guide-temps-ecran-parents h1 {
  max-width: 12ch;
  font-size: clamp(2.45rem, 4.5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}

body.guide-temps-ecran-parents .lead {
  max-width: 800px;
}

body.guide-temps-ecran-parents .central-question {
  margin-top: 22px;
  max-width: 810px;
  border-radius: 22px;
  padding: 18px 19px;
  background: linear-gradient(135deg, #10233a, #284968);
  color: #fff;
  box-shadow: 0 16px 36px rgba(15,23,42,.15);
}

body.guide-temps-ecran-parents .central-question span {
  display: block;
  color: #c9e5ff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 850;
  margin-bottom: 6px;
}

body.guide-temps-ecran-parents .central-question p {
  margin: 0;
  color: inherit;
  font-size: 1.02rem;
}

body.guide-temps-ecran-parents .hero-aside {
  display: grid;
  gap: 13px;
  align-content: center;
}

body.guide-temps-ecran-parents .principle-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: start;
  padding: 17px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: 21px;
}

body.guide-temps-ecran-parents .principle-card h2 {
  margin: 1px 0 4px;
  font-size: 1rem;
  letter-spacing: -.015em;
}

body.guide-temps-ecran-parents .principle-card p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
}

body.guide-temps-ecran-parents .icon-box.small {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

body.guide-temps-ecran-parents .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

body.guide-temps-ecran-parents .icon-box {
  color: var(--family-blue);
  background: var(--family-blue-soft);
  border-color: #cfe1f6;
}

body.guide-temps-ecran-parents .icon-box .icon {
  width: 27px;
  height: 27px;
}

body.guide-temps-ecran-parents .panel {
  padding: 28px;
}

body.guide-temps-ecran-parents .card h3 {
  margin: 0 0 11px;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 1.1rem;
  letter-spacing: -.015em;
}

body.guide-temps-ecran-parents .card p {
  margin: 0 0 11px;
  color: var(--muted);
}

body.guide-temps-ecran-parents .card p:last-child {
  margin-bottom: 0;
}

body.guide-temps-ecran-parents .card ul {
  margin: 0;
  padding-left: 1.12rem;
  color: var(--muted);
}

body.guide-temps-ecran-parents .card li + li {
  margin-top: 8px;
}

body.guide-temps-ecran-parents .need-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 11px;
}

body.guide-temps-ecran-parents .need-grid > div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fbfcfe;
}

body.guide-temps-ecran-parents .need-grid strong,
body.guide-temps-ecran-parents .need-grid span {
  display: block;
}

body.guide-temps-ecran-parents .need-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .91rem;
}

body.guide-temps-ecran-parents .feature-list {
  display: grid;
  gap: 10px;
}

body.guide-temps-ecran-parents .feature-list > div {
  padding: 13px 14px;
  background: #fbfcfe;
  border: 1px solid var(--line);
  border-radius: 17px;
}

body.guide-temps-ecran-parents .feature-list strong {
  display: block;
  margin-bottom: 3px;
}

body.guide-temps-ecran-parents .feature-list p {
  margin: 0;
  font-size: .93rem;
}

body.guide-temps-ecran-parents .step {
  grid-template-columns: 42px minmax(0,1fr);
}

body.guide-temps-ecran-parents .step::before {
  content: none;
}

body.guide-temps-ecran-parents .step-num {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--family-blue);
  border: 1px solid #cfe1f6;
  box-shadow: 0 5px 12px rgba(49,92,140,.07);
  font-weight: 900;
}

body.guide-temps-ecran-parents .step h4 {
  margin: 1px 0 5px;
  font-size: 1rem;
}

body.guide-temps-ecran-parents .step p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

body.guide-temps-ecran-parents .checklist-card {
  display: grid;
  gap: 10px;
}

body.guide-temps-ecran-parents .checklist-card h3 {
  margin-bottom: 3px;
}

body.guide-temps-ecran-parents .check-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fbfcfe;
  cursor: pointer;
}

body.guide-temps-ecran-parents .check-row input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--family-green);
}

body.guide-temps-ecran-parents .check-row span {
  color: #334155;
}

body.guide-temps-ecran-parents .resource-card {
  display: grid;
  gap: 9px;
}

body.guide-temps-ecran-parents .resource-card h3 {
  margin-bottom: 2px;
}

body.guide-temps-ecran-parents .resource-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fbfcfe;
  font-weight: 750;
  color: #1d4ed8;
}

body.guide-temps-ecran-parents .resource-card a::after {
  content: "↗";
  flex: 0 0 auto;
}

body.guide-temps-ecran-parents .resource-card a:hover {
  text-decoration: none;
  background: var(--family-blue-soft);
}

body.guide-temps-ecran-parents .profile-card {
  display: grid;
  gap: 10px;
  margin-top: 13px;
}

body.guide-temps-ecran-parents .profile-card > div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcfe;
}

body.guide-temps-ecran-parents .profile-card span {
  color: #64748b;
  font-size: .88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

body.guide-temps-ecran-parents .profile-card p {
  margin: 0;
}

body.guide-temps-ecran-parents .age-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

body.guide-temps-ecran-parents .age-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}

body.guide-temps-ecran-parents .age-card h3 {
  margin: 12px 0 7px;
  font-size: 1.06rem;
  line-height: 1.15;
}

body.guide-temps-ecran-parents .age-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .93rem;
}

body.guide-temps-ecran-parents .age-card p:last-child {
  margin-bottom: 0;
}

body.guide-temps-ecran-parents .age-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--family-blue-soft);
  color: #244d78;
  border: 1px solid #cfe1f6;
  font-size: .82rem;
  font-weight: 850;
}

body.guide-temps-ecran-parents .provider-list {
  display: grid;
  gap: 10px;
}

body.guide-temps-ecran-parents .provider-list a {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcfe;
  color: var(--text);
}

body.guide-temps-ecran-parents .provider-list a:hover {
  text-decoration: none;
  background: var(--family-blue-soft);
}

body.guide-temps-ecran-parents .provider-list span {
  color: var(--muted);
  font-size: .92rem;
}

body.guide-temps-ecran-parents .matrix-section {
  margin-top: 0;
}

body.guide-temps-ecran-parents .table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
}

body.guide-temps-ecran-parents .need-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

body.guide-temps-ecran-parents .need-table th,
body.guide-temps-ecran-parents .need-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  font-size: .92rem;
}

body.guide-temps-ecran-parents .need-table th {
  background: #f8fafc;
  color: #334155;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

body.guide-temps-ecran-parents .need-table tr:last-child td {
  border-bottom: 0;
}

body.guide-temps-ecran-parents .small-note {
  margin-top: 10px !important;
  font-size: .88rem;
}

body.guide-temps-ecran-parents .notice {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #ccebdd;
  border-radius: 24px;
  background: linear-gradient(180deg, var(--family-green-soft), #fff);
  box-shadow: var(--shadow-soft);
}

body.guide-temps-ecran-parents .notice h2 {
  margin: 0 0 6px;
  font-size: 1.28rem;
  letter-spacing: -.02em;
}

body.guide-temps-ecran-parents .notice p {
  margin: 0;
  color: var(--muted);
}

body.guide-temps-ecran-parents .notice .icon-box {
  color: var(--family-green);
  background: var(--family-green-soft);
  border-color: #ccebdd;
}

body.guide-temps-ecran-parents .footer-links {
  justify-content: flex-end;
}

body.guide-temps-ecran-parents .footer .small {
  margin-top: 9px;
  font-size: .89rem;
}

@media (max-width: 1080px) {
  body.guide-temps-ecran-parents .age-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  body.guide-temps-ecran-parents .wrap {
    padding-bottom: 60px;
  }

  body.guide-temps-ecran-parents .hero,
  body.guide-temps-ecran-parents .panel,
  body.guide-temps-ecran-parents .footer {
    border-radius: 24px;
  }

  body.guide-temps-ecran-parents .brand img {
    width: 275px;
  }

  body.guide-temps-ecran-parents .panel {
    padding: 19px;
  }

  body.guide-temps-ecran-parents .need-grid,
  body.guide-temps-ecran-parents .age-grid {
    grid-template-columns: 1fr;
  }

  body.guide-temps-ecran-parents .profile-card > div,
  body.guide-temps-ecran-parents .provider-list a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.guide-temps-ecran-parents .notice {
    grid-template-columns: 1fr;
    padding: 19px;
  }

  body.guide-temps-ecran-parents .footer-links {
    justify-content: flex-start;
  }

  body.guide-temps-ecran-parents .tab-btn {
    padding: 9px 10px;
    font-size: .87rem;
  }
}

@media print {
  body.guide-temps-ecran-parents .tabs,
  body.guide-temps-ecran-parents .hero-actions {
    display: none !important;
  }

  body.guide-temps-ecran-parents .panel {
    display: block !important;
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #d1d5db;
  }

  body.guide-temps-ecran-parents .panel[hidden] {
    display: block !important;
  }

  body.guide-temps-ecran-parents .wrap {
    width: 100%;
  }

  body.guide-temps-ecran-parents .hero,
  body.guide-temps-ecran-parents .quick-start,
  body.guide-temps-ecran-parents .notice,
  body.guide-temps-ecran-parents .footer {
    box-shadow: none;
  }
}
