.toolsyte-age-page {
  --age-bg: #f6f8fb;
  --age-surface: #ffffff;
  --age-text: #0f172a;
  --age-muted: #5b677a;
  --age-line: #dfe6ef;
  --age-blue: #2563eb;
  --age-green: #059669;
  --age-gold: #b45309;
  --age-rose: #be123c;
  --age-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
  --age-font-family: inherit;
  --age-display-line-height: 1.06;
  --age-display-max-width: 760px;
  --age-display-weight: 950;
  --age-heading-line-height: 1.22;
  --age-card-heading-line-height: 1.28;
  --age-copy-line-height: 1.7;
  --age-tight-copy-line-height: 1.6;
  --age-display-font-size-mobile: 2.45rem;
  --age-heading-weight: 950;
  --age-subheading-weight: 900;
  --age-strong-weight: 950;
  background: var(--age-bg);
  color: var(--age-text);
  font-family: var(--age-font-family);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

html:lang(hi) .toolsyte-age-page,
html:lang(mr) .toolsyte-age-page {
  --age-font-family: "Noto Sans Devanagari", "Mukta", "Hind", "Kohinoor Devanagari", "Mangal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --age-display-line-height: 1.18;
  --age-display-max-width: 820px;
  --age-display-weight: 850;
  --age-heading-line-height: 1.3;
  --age-card-heading-line-height: 1.34;
  --age-copy-line-height: 1.78;
  --age-tight-copy-line-height: 1.68;
  --age-display-font-size-mobile: clamp(2.08rem, 9vw, 2.36rem);
  --age-heading-weight: 850;
  --age-subheading-weight: 800;
  --age-strong-weight: 850;
  word-spacing: 0.02em;
}

html:lang(ja) .toolsyte-age-page {
  --age-font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --age-display-line-height: 1.14;
  --age-display-max-width: 800px;
  --age-display-weight: 800;
  --age-heading-line-height: 1.28;
  --age-card-heading-line-height: 1.32;
  --age-copy-line-height: 1.82;
  --age-tight-copy-line-height: 1.68;
  --age-display-font-size-mobile: clamp(2.1rem, 9vw, 2.38rem);
  --age-heading-weight: 800;
  --age-subheading-weight: 760;
  --age-strong-weight: 800;
}

.toolsyte-age-page *,
.toolsyte-age-page *::before,
.toolsyte-age-page *::after {
  box-sizing: border-box;
}

.age-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.age-hero {
  background: linear-gradient(180deg, #ffffff 0, #f6f8fb 100%);
}

.age-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 318px);
  gap: 44px;
  align-items: start;
  padding: clamp(34px, 6vw, 72px) 0 34px;
}

.age-hero-copy {
  min-width: 0;
}

.age-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 750;
}

.age-breadcrumbs a:hover {
  color: var(--age-blue);
}

.age-eyebrow,
.age-section-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 10px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: #eef5ff;
  color: #1d4ed8;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.age-hero h1 {
  max-width: var(--age-display-max-width);
  margin: 0;
  font-size: 4.1rem;
  line-height: var(--age-display-line-height);
  font-weight: var(--age-display-weight);
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.age-lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 1.08rem;
  line-height: var(--age-copy-line-height);
}

.age-hero-actions,
.age-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.age-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.age-btn-primary {
  background: var(--age-blue);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.age-btn-secondary {
  border: 1px solid var(--age-line);
  background: #ffffff;
  color: #0f172a;
}

.age-btn:hover {
  transform: translateY(-1px);
}

.age-btn-primary:hover {
  background: #1d4ed8;
}

.age-btn-secondary:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.age-btn:focus-visible,
.age-field input:focus-visible,
.age-field select:focus-visible,
.age-language-select:focus-visible,
.age-related-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 3px;
}

.age-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: var(--age-surface);
  box-shadow: var(--age-shadow);
}

.age-hero-panel {
  justify-self: end;
  align-self: start;
  width: min(100%, 318px);
  margin-top: 10px;
  padding: 22px 20px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.055);
}

.age-panel-benefits h2 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  line-height: var(--age-card-heading-line-height);
  font-weight: var(--age-heading-weight);
}

.age-benefit-list {
  display: grid;
  gap: 11px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.age-benefit-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: var(--age-tight-copy-line-height);
}

.age-benefit-list li span {
  display: inline-grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.72rem;
  font-weight: 950;
}

.age-language-switcher {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.age-language-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 850;
}

.age-language-select {
  appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 10px 40px 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 8px;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, #475569 50%),
    linear-gradient(135deg, #475569 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 19px,
    calc(100% - 13px) 19px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #0f172a;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.age-language-select:hover {
  border-color: rgba(15, 23, 42, 0.22);
}

.age-tool-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.age-card {
  min-width: 0;
  padding: clamp(18px, 3vw, 24px);
}

.age-card-heading h2,
.age-section-header h2 {
  margin: 0 0 12px;
  font-size: 1.75rem;
  line-height: var(--age-heading-line-height);
  font-weight: var(--age-heading-weight);
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.age-card-heading p:not(.age-section-kicker),
.age-section-header p:not(.age-section-kicker),
.age-helper {
  margin: 0;
  color: var(--age-muted);
  line-height: var(--age-copy-line-height);
}

.age-form {
  margin-top: 20px;
}

.age-field-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 16px;
}

.age-field {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.age-field span {
  color: #334155;
  font-size: 0.94rem;
  font-weight: var(--age-subheading-weight);
  overflow-wrap: anywhere;
}

.age-field input,
.age-field select {
  appearance: none;
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8e5;
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
  padding: 10px 12px;
  font: inherit;
  line-height: 1.2;
}

.age-field select {
  padding-right: 34px;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 13px) 52%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.age-date-control {
  display: grid;
  width: 100%;
  max-width: 500px;
  grid-template-columns: minmax(104px, 0.86fr) minmax(120px, 0.9fr) minmax(142px, 1fr);
  gap: 10px;
  align-items: start;
}

.age-date-part {
  --age-select-field-height: 56px;
  --age-select-text-left: 12px;
  --age-select-text-right: 34px;
  display: grid;
  min-width: 0;
  gap: 6px;
  position: relative;
}

.age-date-part-month {
  --age-select-text-left: 8px;
  --age-select-text-right: 24px;
}

.age-date-part span {
  display: flex;
  min-height: 1.85em;
  align-items: flex-end;
  color: #53657b;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.age-date-part input,
.age-date-part select {
  min-width: 0;
}

.age-date-part select {
  padding-right: 48px;
  background-position:
    calc(100% - 24px) 52%,
    calc(100% - 19px) 52%;
  text-overflow: ellipsis;
}

.age-date-part-month select {
  padding-left: 8px;
  padding-right: 24px;
  background-position:
    calc(100% - 12px) 52%,
    calc(100% - 7px) 52%;
  text-align: left;
  text-align-last: left;
}

.age-date-part[data-age-select-label] select {
  color: transparent;
}

.age-date-part select option {
  color: #0f172a;
}

.age-date-part[data-age-select-label]::after {
  content: attr(data-age-select-label);
  position: absolute;
  right: var(--age-select-text-right);
  bottom: 0;
  left: var(--age-select-text-left);
  display: flex;
  height: var(--age-select-field-height);
  align-items: center;
  color: #0f172a;
  font: inherit;
  line-height: 1.45;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.age-date-control[data-age-date-state="invalid"] .age-date-part input[aria-invalid="true"],
.age-date-control[data-age-date-state="invalid"] .age-date-part select[aria-invalid="true"] {
  border-color: rgba(190, 18, 60, 0.48);
  background-color: #fffafa;
}

.age-date-part-year input {
  font-variant-numeric: tabular-nums;
}

.age-helper {
  margin-top: 14px;
  font-size: 0.92rem;
}

.age-form-message,
.age-share-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--age-rose);
  font-weight: 850;
}

.age-share-status {
  color: var(--age-green);
}

.age-results {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.age-results[hidden] {
  display: none;
}

.age-overview-card {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: start;
}

.age-exact-result {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
}

.age-exact-result span,
.age-exact-result small {
  color: #cbd5e1;
  font-weight: 750;
}

.age-exact-result strong {
  font-size: 2.1rem;
  line-height: var(--age-card-heading-line-height);
  font-weight: var(--age-strong-weight);
}

.age-overview-grid,
.age-stat-dashboard,
.age-milestone-grid,
.age-faq-grid,
.age-related-grid {
  display: grid;
  gap: 14px;
}

.age-overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-overview-grid div,
.age-trait-item,
.age-milestone-item {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 8px;
  background: #fbfdff;
}

.age-overview-grid span,
.age-trait-item span,
.age-milestone-item span,
.age-stat-card span {
  display: block;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 850;
}

.age-overview-grid strong,
.age-trait-item strong,
.age-milestone-item strong {
  display: block;
  margin-top: 6px;
  color: #0f172a;
  font-weight: var(--age-strong-weight);
  line-height: var(--age-card-heading-line-height);
  overflow-wrap: break-word;
}

.age-trait-item p,
.age-milestone-item p {
  margin: 8px 0 0;
  color: var(--age-muted);
  line-height: var(--age-tight-copy-line-height);
}

.age-stat-dashboard {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.age-stat-card {
  min-width: 0;
  min-height: 108px;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
  display: grid;
  align-content: start;
  gap: 6px;
}

.age-stat-card:nth-child(2) {
  border-top: 3px solid var(--age-green);
}

.age-stat-card:nth-child(3) {
  border-top: 3px solid var(--age-gold);
}

.age-stat-card:nth-child(4) {
  border-top: 3px solid var(--age-rose);
}

.age-stat-card:nth-child(5) {
  border-top: 3px solid #0891b2;
}

.age-stat-card:nth-child(6) {
  border-top: 3px solid #7c3aed;
}

.age-stat-card:nth-child(7) {
  border-top: 3px solid #475569;
}

.age-stat-card strong {
  display: block;
  max-width: 100%;
  min-width: 0;
  margin-top: 0;
  color: #0f172a;
  font-size: clamp(1.05rem, calc(0.65rem + 0.6vw), 1.34rem);
  line-height: 1.12;
  font-weight: var(--age-strong-weight);
  overflow-wrap: anywhere;
  word-break: normal;
  font-variant-numeric: tabular-nums;
}

.age-trait-block {
  display: grid;
  gap: 12px;
}

.age-trait-item ul,
.age-milestone-item ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.age-trait-item li,
.age-milestone-item li {
  color: #475569;
  line-height: var(--age-tight-copy-line-height);
}

.age-disclaimer {
  margin: 14px 0 0;
  padding: 12px;
  border-radius: 8px;
  background: #fff7ed;
  color: #92400e;
  font-weight: 850;
}

.age-milestone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-section {
  padding: 38px 0 0;
}

.age-section-header {
  max-width: 760px;
  margin-bottom: 22px;
}

.age-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-faq-item h3 {
  margin: 0 0 10px;
  font-size: 1.04rem;
  line-height: var(--age-card-heading-line-height);
  font-weight: var(--age-heading-weight);
}

.age-faq-item p {
  margin: 0;
  color: var(--age-muted);
  line-height: var(--age-copy-line-height);
}

.age-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 46px;
}

.age-related-card {
  position: relative;
  min-height: 176px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.075);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.age-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.age-related-card span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #eef5ff;
  color: #1d4ed8;
  font-size: 0.76rem;
  font-weight: 900;
}

.age-related-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.06rem;
  line-height: var(--age-card-heading-line-height);
  font-weight: var(--age-heading-weight);
}

.age-related-card em {
  color: var(--age-muted);
  font-style: normal;
  line-height: var(--age-tight-copy-line-height);
}

.age-workspace {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-top: 8px;
  align-items: start;
}

.age-workspace-card {
  padding: 34px;
  border: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.age-workspace-card .age-card-heading h2 {
  font-size: 2.05rem;
  line-height: var(--age-heading-line-height);
}

.age-form-groups {
  display: grid;
  gap: 18px;
}

.age-field-group {
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.age-field-group-muted {
  background: rgba(241, 245, 249, 0.82);
}

.age-field-group h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 1rem;
  line-height: var(--age-card-heading-line-height);
  font-weight: var(--age-heading-weight);
}

.age-field-group-intro {
  max-width: 680px;
  margin: -4px 0 16px;
  color: #475569;
  font-size: 0.95rem;
  line-height: var(--age-copy-line-height);
}

.age-field-grid-single {
  grid-template-columns: minmax(220px, 420px);
}

.age-workspace .age-field input,
.age-workspace .age-field select {
  min-height: 56px;
  border-color: #c9d6e8;
  font-size: 1rem;
}

.age-workspace .age-button-row {
  align-items: center;
  margin-top: 24px;
}

.age-workspace #calculate-age {
  min-height: 56px;
  padding-inline: 30px;
  font-size: 1rem;
}

.age-workspace-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.age-workspace-checklist li {
  min-height: 34px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #eefdf6;
  color: #047857;
  font-size: 0.88rem;
  font-weight: 850;
}

.age-results {
  gap: 42px;
  margin-top: 42px;
}

.age-results > .age-card {
  scroll-margin-top: 88px;
}

.age-result-hero {
  position: relative;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  grid-template-areas:
    "heading exact"
    "overview exact"
    "investment investment";
  gap: 22px 32px;
  padding: clamp(22px, 4vw, 34px);
  align-items: stretch;
  overflow: hidden;
  border: 0;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 58%, #f7fffb 100%);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
  animation: ageReveal 460ms ease both;
}

.age-result-hero .age-card-heading {
  grid-area: heading;
  align-self: end;
}

.age-exact-result {
  grid-area: exact;
  align-items: center;
  justify-items: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 36px);
  background: #ffffff;
  color: #0f172a;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.age-exact-result > span {
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: var(--age-subheading-weight);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.age-result-counts {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.age-result-counts div {
  min-height: 144px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 18px 12px;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
}

.age-result-counts strong {
  font-size: clamp(2.55rem, 5vw, 3.45rem);
  line-height: 1;
  font-weight: var(--age-strong-weight);
}

.age-result-counts small {
  margin-top: 7px;
  color: #cbd5e1;
  font-size: 0.86rem;
  font-weight: 850;
}

.age-sr-result {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.age-next-inline {
  width: 100%;
  margin-top: 2px;
  padding: 16px;
  border-radius: 8px;
  background: #eff6ff;
  text-align: left;
}

.age-next-inline span,
.age-next-inline strong {
  display: block;
}

.age-next-inline span {
  color: #475569;
  font-size: 0.82rem;
  font-weight: 850;
}

.age-next-inline strong {
  margin-top: 4px;
  color: #1d4ed8;
  font-size: 1.02rem;
  font-weight: var(--age-strong-weight);
  line-height: var(--age-card-heading-line-height);
}

.age-result-hero .age-overview-grid {
  grid-area: overview;
  gap: 16px;
  align-self: stretch;
}

.age-result-hero .age-overview-grid div {
  padding: 18px;
  background: #ffffff;
}

.age-result-hero .age-overview-grid strong {
  line-height: var(--age-card-heading-line-height);
}

.age-sleep-investment {
  grid-area: investment;
  position: relative;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 22px 24px 22px 72px;
  border: 1px solid rgba(5, 150, 105, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 28px 30px, rgba(16, 185, 129, 0.25), transparent 26px),
    linear-gradient(135deg, #ecfdf5 0%, #eff6ff 100%);
  box-shadow: 0 18px 44px rgba(5, 150, 105, 0.09);
}

.age-sleep-investment[hidden] {
  display: none;
}

.age-sleep-investment::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #059669, #2563eb);
  box-shadow: inset -8px -6px 0 rgba(255, 255, 255, 0.38);
}

.age-sleep-investment span {
  color: #047857;
  font-size: 0.82rem;
  font-weight: var(--age-subheading-weight);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.age-sleep-investment strong {
  color: #0f172a;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: var(--age-card-heading-line-height);
  font-weight: var(--age-strong-weight);
}

.age-sleep-investment p {
  margin: 0;
  color: #334155;
  line-height: var(--age-tight-copy-line-height);
  font-weight: 750;
}

.age-stat-dashboard {
  gap: 12px;
}

.age-stat-card {
  min-height: 104px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-top: 3px solid var(--age-blue);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.age-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.085);
}

.age-stat-card i {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  place-items: center;
  border-radius: 8px;
  background: #eef5ff;
  color: #1d4ed8;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: var(--age-strong-weight);
}

.age-birthday-countdown,
.age-birth-profile-card,
.age-fun-card,
.age-share-card,
.age-compare-card,
.age-timeline-card {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.055);
}

.age-birthday-countdown::before,
.age-birth-profile-card::before,
.age-fun-card::before,
.age-share-card::before,
.age-compare-card::before,
.age-timeline-card::before {
  content: none;
}

.age-birthday-countdown .age-section-kicker,
.age-birth-profile-card .age-section-kicker,
.age-fun-card .age-section-kicker,
.age-share-card .age-section-kicker,
.age-compare-card .age-section-kicker,
.age-timeline-card .age-section-kicker {
  color: #475569;
}

.age-birth-profile-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.age-timeline-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 52%, #f5f3ff 100%);
}

.age-fun-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.age-share-card {
  background: linear-gradient(135deg, #ecfeff 0%, #ffffff 48%, #f0fdf4 100%);
}

.age-compare-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
}

.age-birthday-countdown {
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 48%, #f0fdf4 100%);
}

.age-countdown-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 0.55fr);
  gap: 22px;
  align-items: center;
}

.age-countdown-number {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 18px 34px rgba(29, 78, 216, 0.16);
}

.age-countdown-number span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.age-countdown-number strong {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  font-weight: var(--age-strong-weight);
}

.age-countdown-number p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: var(--age-tight-copy-line-height);
}

.age-countdown-progress {
  display: grid;
  gap: 12px;
}

.age-countdown-progress div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.86);
}

.age-countdown-progress span,
.age-countdown-progress label {
  color: #64748b;
  font-weight: 850;
}

.age-countdown-progress strong {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: var(--age-strong-weight);
}

.age-countdown-progress progress {
  width: 100%;
  height: 16px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #e2e8f0;
}

.age-countdown-progress progress::-webkit-progress-bar {
  background: #e2e8f0;
}

.age-countdown-progress progress::-webkit-progress-value {
  background: linear-gradient(90deg, #2563eb, #059669);
}

.age-countdown-progress progress::-moz-progress-bar {
  background: linear-gradient(90deg, #2563eb, #059669);
}

.age-birth-profile-card .age-trait-block {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.age-birth-profile-card {
  display: grid;
  align-content: start;
  gap: 20px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.065);
}

.age-birth-profile-card .age-card-heading {
  margin-bottom: 0;
}

.age-birth-profile-card .age-trait-item {
  align-content: start;
  gap: 7px;
  padding: 17px 18px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.age-birth-profile-card .age-trait-item:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-color: rgba(37, 99, 235, 0.11);
}

.age-birth-profile-card .age-trait-item:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fffc 100%);
  border-color: rgba(5, 150, 105, 0.11);
}

.age-birth-profile-card .age-trait-item span {
  color: #53657b;
  font-size: 0.78rem;
}

.age-birth-profile-card .age-trait-item p,
.age-birth-profile-card .age-trait-item li {
  color: #526173;
  line-height: var(--age-tight-copy-line-height);
}

.age-birth-profile-card .age-trait-item strong {
  line-height: 1.35;
}

.age-birth-profile-card .age-disclaimer {
  margin-top: 0;
  padding: 11px 13px;
  border: 1px solid rgba(180, 83, 9, 0.12);
  background: #fffaf0;
  color: #7c3f0a;
  box-shadow: none;
}

.age-trait-item {
  display: grid;
  gap: 4px;
  border: 0;
  background: #f8fafc;
}

.age-trait-item strong::before,
.age-experience-item strong::before,
.age-compare-item strong::before {
  content: none;
}

.age-timeline-card {
  overflow: hidden;
}

.age-milestone-grid {
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 20px;
}

.age-milestone-grid::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 14px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c4b5fd, #bfdbfe, #bbf7d0);
}

.age-milestone-item {
  position: relative;
  display: grid;
  gap: 5px;
  margin-left: 42px;
  margin-bottom: 10px;
  padding: 18px 18px 18px 20px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.age-milestone-item::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 22px;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #94a3b8;
  box-shadow: 0 0 0 3px #dbeafe;
}

.age-milestone-item.is-reached::before {
  background: #059669;
  box-shadow: 0 0 0 3px #bbf7d0;
}

.age-milestone-item.is-upcoming::before {
  background: #2563eb;
}

.age-fun-grid,
.age-share-snapshot,
.age-compare-columns,
.age-world-grid {
  display: grid;
  gap: 14px;
}

.age-fun-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.age-experience-item,
.age-share-snapshot div,
.age-compare-item {
  min-width: 0;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.age-experience-item {
  position: relative;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.age-experience-item:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-color: rgba(37, 99, 235, 0.11);
}

.age-experience-item:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fffc 100%);
  border-color: rgba(5, 150, 105, 0.11);
}

.age-experience-item:nth-child(5n) {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  border-color: rgba(180, 83, 9, 0.1);
}

.age-share-snapshot div {
  background: #ecfeff;
}

.age-share-snapshot div:nth-child(2n) {
  background: #eef5ff;
}

.age-share-snapshot div:nth-child(3n) {
  background: #f0fdfa;
}

.age-experience-item span,
.age-share-snapshot span,
.age-compare-item span {
  display: block;
  color: #53657b;
  font-size: 0.82rem;
  font-weight: 850;
}

.age-experience-item strong,
.age-share-snapshot strong,
.age-compare-item strong {
  display: block;
  margin-top: 7px;
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: var(--age-strong-weight);
  line-height: var(--age-card-heading-line-height);
  overflow-wrap: break-word;
}

.age-experience-item p {
  margin: 9px 0 0;
  color: #526173;
  line-height: var(--age-tight-copy-line-height);
}

.age-share-snapshot {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.age-snapshot-actions {
  margin-top: 18px;
}

.age-compare-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-world-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.age-compare-columns > div {
  min-width: 0;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.82);
}

.age-compare-columns h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: var(--age-heading-weight);
  line-height: var(--age-card-heading-line-height);
}

.age-compare-list {
  display: grid;
  gap: 10px;
}

.age-compare-item {
  background: #f8fafc;
}

.age-world-event {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  min-height: 132px;
  padding: 18px 18px 18px 54px;
  border: 1px solid rgba(15, 23, 42, 0.065);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.age-world-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #93c5fd, #99f6e4);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8), 0 0 0 4px #ecfeff;
}

.age-world-event:nth-child(2n) .age-world-icon {
  background: linear-gradient(135deg, #c4b5fd, #fde68a);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8), 0 0 0 4px #fff7ed;
}

.age-world-event:nth-child(3n) .age-world-icon {
  background: linear-gradient(135deg, #fca5a5, #bfdbfe);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8), 0 0 0 4px #fdf2f8;
}

.age-world-event:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  border-color: rgba(124, 58, 237, 0.09);
}

.age-world-event:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border-color: rgba(190, 18, 60, 0.08);
}

.age-world-copy .age-world-era {
  margin: 0 0 3px;
  color: #64748b;
}

.age-world-copy p {
  margin: 8px 0 0;
  color: #5b677a;
  line-height: var(--age-tight-copy-line-height);
}

.age-compare-list .age-compare-item:nth-child(2n) {
  background: #eef5ff;
}

.age-compare-list .age-compare-item:nth-child(3n) {
  background: #f0fdfa;
}

.age-empty-note {
  margin: 0;
  color: #64748b;
  line-height: var(--age-tight-copy-line-height);
}

.age-faq-accordion {
  display: grid;
  gap: 12px;
}

.age-faq-item {
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.age-faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #0f172a;
  font-weight: var(--age-heading-weight);
  line-height: var(--age-card-heading-line-height);
  list-style: none;
}

.age-faq-item summary::-webkit-details-marker {
  display: none;
}

.age-faq-item summary::after {
  content: "+";
  float: right;
  color: #2563eb;
  font-weight: 950;
}

.age-faq-item[open] summary::after {
  content: "-";
}

.age-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--age-muted);
  line-height: var(--age-copy-line-height);
}

.age-seo-content-section {
  display: grid;
  gap: 22px;
}

.age-seo-about-card,
.age-seo-card {
  border: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.age-seo-about-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}

.age-seo-copy {
  display: grid;
  max-width: 920px;
  gap: 10px;
}

.age-seo-copy p {
  margin: 0;
  color: #526173;
  line-height: var(--age-copy-line-height);
}

.age-seo-step-grid,
.age-seo-feature-grid,
.age-seo-use-grid {
  display: grid;
  gap: 14px;
}

.age-seo-step-grid {
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
}

.age-seo-feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.age-seo-use-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.age-seo-step-card,
.age-seo-feature-card,
.age-seo-use-card {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.age-seo-step-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1d4ed8;
  font-size: 0.76rem;
  font-weight: 900;
}

.age-seo-step-card strong,
.age-seo-feature-card strong,
.age-seo-use-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.02rem;
  line-height: var(--age-card-heading-line-height);
  font-weight: var(--age-heading-weight);
}

.age-seo-step-card p,
.age-seo-feature-card p,
.age-seo-use-card p {
  margin: 9px 0 0;
  color: #526173;
  line-height: var(--age-tight-copy-line-height);
}

.age-seo-feature-card {
  position: relative;
  padding-left: 48px;
}

.age-seo-feature-card i {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #ecfdf5;
}

.age-seo-feature-card i::before {
  content: "";
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #059669;
  border-left: 2px solid #059669;
  transform: rotate(-45deg) translate(1px, -1px);
}

.age-seo-use-card {
  position: relative;
  overflow: hidden;
}

.age-seo-use-card::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #93c5fd, #99f6e4);
}

.age-seo-use-card:nth-child(2n)::before {
  background: linear-gradient(90deg, #c4b5fd, #fde68a);
}

.age-seo-use-card:nth-child(3n)::before {
  background: linear-gradient(90deg, #fca5a5, #bfdbfe);
}

.age-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.age-related-card {
  min-height: 158px;
  border: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.age-related-card::before {
  content: none;
}

.age-related-card:nth-child(2) {
  background: linear-gradient(135deg, #ffffff 0%, #f0fdfa 100%);
}

.age-related-card:nth-child(3) {
  background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
}

.age-related-card:nth-child(4) {
  background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 100%);
}

.age-related-card:nth-child(5) {
  background: linear-gradient(135deg, #ffffff 0%, #ecfeff 100%);
}

.age-related-card:nth-child(6) {
  background: linear-gradient(135deg, #ffffff 0%, #fefce8 100%);
}

@keyframes ageReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .age-field-grid {
    grid-template-columns: 1fr;
  }

  .age-date-control {
    max-width: 560px;
  }
}

@media (max-width: 980px) {
  .age-hero-grid,
  .age-tool-layout,
  .age-overview-card,
  .age-result-hero,
  .age-countdown-layout,
  .age-compare-columns {
    grid-template-columns: 1fr;
  }

  .age-result-hero {
    grid-template-areas:
      "heading"
      "exact"
      "overview"
      "investment";
  }

  .age-stat-dashboard,
  .age-fun-grid,
  .age-share-snapshot,
  .age-world-grid,
  .age-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .age-hero-grid {
    gap: 26px;
  }

  .age-hero-panel {
    justify-self: stretch;
    width: 100%;
    max-width: 560px;
    margin-top: 0;
  }

  .age-benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .age-hero-grid {
    gap: 18px;
    padding: 24px 0 24px;
  }

  .age-breadcrumbs {
    margin-bottom: 12px;
  }

  .age-eyebrow,
  .age-section-kicker {
    margin-bottom: 10px;
  }

  .age-hero h1 {
    max-width: 760px;
    font-size: clamp(2.55rem, 6vw, 3.15rem);
    line-height: 1.08;
  }

  html:lang(hi) .age-hero h1,
  html:lang(mr) .age-hero h1 {
    max-width: 790px;
    font-size: clamp(2.35rem, 5.8vw, 3rem);
    line-height: 1.16;
  }

  html:lang(ja) .age-hero h1 {
    font-size: clamp(2.35rem, 5.8vw, 3rem);
    line-height: 1.12;
  }

  .age-lead {
    max-width: 720px;
    margin-top: 12px;
    font-size: 0.98rem;
    line-height: var(--age-tight-copy-line-height);
  }

  .age-hero-actions {
    margin-top: 18px;
  }

  .age-hero-panel {
    max-width: 480px;
    padding: 16px;
  }

  .age-panel-benefits h2 {
    font-size: 1rem;
  }

  .age-benefit-list {
    gap: 8px 14px;
  }
}

@media (max-width: 640px) {
  .age-shell {
    width: min(100% - 28px, 1120px);
  }

  .age-hero-grid {
    gap: 22px;
    padding-top: 30px;
  }

  .age-hero h1 {
    font-size: var(--age-display-font-size-mobile);
  }

  .age-lead {
    font-size: 1rem;
    line-height: var(--age-copy-line-height);
  }

  .age-hero-panel {
    padding: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
  }

  .age-benefit-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .age-language-switcher {
    margin-top: 20px;
    padding-top: 16px;
  }

  .age-card-heading h2,
  .age-section-header h2 {
    font-size: 1.45rem;
  }

  .age-exact-result strong,
  .age-stat-card strong {
    font-size: 1.55rem;
  }

  .age-stat-card strong {
    font-size: clamp(1.08rem, 4.4vw, 1.28rem);
  }

  .age-hero-actions,
  .age-button-row {
    flex-direction: column;
  }

  .age-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .age-field-grid,
  .age-overview-grid,
  .age-result-counts,
  .age-birth-profile-card .age-trait-block,
  .age-fun-grid,
  .age-share-snapshot,
  .age-world-grid,
  .age-milestone-grid,
  .age-faq-grid,
  .age-related-grid {
    grid-template-columns: 1fr;
  }

  .age-stat-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .age-stat-card {
    min-height: 94px;
    padding: 12px;
    gap: 5px;
  }

  .age-stat-card i {
    width: 26px;
    height: 26px;
    font-size: 0.68rem;
  }

  .age-workspace-card {
    padding: 22px;
  }

  .age-field-group {
    padding: 16px;
  }

  .age-date-control {
    max-width: 100%;
    grid-template-columns: minmax(64px, 0.72fr) minmax(106px, 1.28fr) minmax(78px, 0.82fr);
    gap: 8px;
  }

  .age-date-part span {
    min-height: 0;
  }

  .age-date-part {
    --age-select-field-height: 52px;
    --age-select-text-left: 10px;
    --age-select-text-right: 26px;
  }

  .age-date-part input,
  .age-date-part select {
    min-height: 52px;
    padding-left: 10px;
  }

  .age-date-part select {
    padding-right: 32px;
    background-position:
      calc(100% - 16px) 52%,
      calc(100% - 11px) 52%;
  }

  .age-date-part-month select {
    padding-left: 5px;
    padding-right: 14px;
    background-position:
      calc(100% - 9px) 52%,
      calc(100% - 4px) 52%;
  }

  .age-date-part-month {
    --age-select-text-left: 5px;
    --age-select-text-right: 14px;
    font-size: 0.86rem;
  }

  .age-result-counts div {
    min-height: 104px;
  }

  .age-result-counts strong,
  .age-countdown-number strong {
    font-size: 2.35rem;
  }

  .age-sleep-investment {
    padding: 64px 18px 18px;
  }

  .age-sleep-investment::before {
    left: 18px;
    top: 18px;
  }

}

@media (max-width: 640px) and (orientation: portrait) {
  .age-workspace-card {
    padding: 18px;
  }

  .age-form {
    margin-top: 16px;
  }

  .age-form-groups {
    gap: 14px;
  }

  .age-field-group {
    padding: 14px;
  }

  .age-field-group h3 {
    margin-bottom: 10px;
  }

  .age-field-group-intro {
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .age-date-control {
    gap: 7px;
  }

  .age-date-part {
    --age-select-field-height: 48px;
  }

  .age-date-part input,
  .age-date-part select,
  .age-workspace .age-field input,
  .age-workspace .age-field select {
    min-height: 48px;
  }

  .age-workspace #calculate-age {
    min-height: 50px;
  }
}

@media (max-width: 380px) {
  .age-stat-dashboard {
    grid-template-columns: 1fr;
  }

  .age-workspace-card {
    padding-inline: 16px;
  }

  .age-field-group {
    padding-inline: 12px;
  }

  .age-date-control {
    gap: 6px;
    grid-template-columns: minmax(56px, 0.7fr) minmax(98px, 1.32fr) minmax(68px, 0.78fr);
  }

  .age-date-part span {
    font-size: 0.7rem;
  }

  .age-date-part {
    --age-select-field-height: 48px;
    --age-select-text-left: 8px;
    --age-select-text-right: 22px;
  }

  .age-date-part input,
  .age-date-part select {
    min-height: 48px;
    padding-left: 8px;
    font-size: 0.92rem;
  }

  .age-date-part select {
    padding-right: 28px;
    background-position:
      calc(100% - 14px) 52%,
      calc(100% - 9px) 52%;
  }

  .age-date-part-month select {
    padding-left: 4px;
    padding-right: 12px;
    background-position:
      calc(100% - 8px) 52%,
      calc(100% - 3px) 52%;
  }

  .age-date-part-month {
    --age-select-text-left: 4px;
    --age-select-text-right: 12px;
    font-size: 0.8rem;
  }
}
