@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Thin.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ThinItalic.ttf") format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraLight.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraLightItalic.ttf") format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-LightItalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-MediumItalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-SemiBoldItalic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-BoldItalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraBold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraBoldItalic.ttf") format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
body.tools-page {
  font-family: 'Maple Mono', ui-monospace, monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #242424;
  min-height: 100vh;
  width: 100%;
  max-width: 720px !important;
  margin: 0 auto;
  padding: 0 16px 32px !important;
  background: #fff;
}
a {
  color: #242424;
}
.tools-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tools-header .logo {
  flex-shrink: 0;
  line-height: 0;
}
.tools-header .logo svg {
  display: block;
}
.tools-header .tools-nav {
  display: flex;
  gap: 16px;
  font-size: 13px;
}
.tools-header .tools-nav a {
  text-decoration: none;
  color: #868787;
  font-weight: 500;
}
.tools-header .tools-nav a[aria-current="page"] {
  color: #242424;
  font-weight: 600;
}
.tools-header .tools-nav a:hover {
  color: #242424;
}
.tools-breadcrumb {
  padding: 8px 0 16px;
  font-size: 12px;
  color: #868787;
}
.tools-breadcrumb a {
  color: #868787;
  text-decoration: none;
}
.tools-breadcrumb a:hover {
  color: #242424;
  text-decoration: underline;
}
.tools-breadcrumb span:last-child {
  color: #242424;
}
.tools-hero {
  margin-bottom: 28px;
}
.tools-hero h1 {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 8px;
}
.tools-hero .tools-hero-desc {
  margin: 0;
  color: #868787;
  font-size: 15px;
  line-height: 1.5;
}
.tools-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}
.tools-card {
  display: block;
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.tools-card:hover {
  border-color: #c5c5c5;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.tools-card h2,
.tools-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 6px;
}
.tools-card p {
  margin: 0;
  font-size: 13px;
  color: #868787;
  line-height: 1.45;
}
.tools-card .tools-card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
}
.tools-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-card-icon--checklist {
  background: #eef6ee;
  color: #1a8917;
}
.tools-card-icon--budget {
  background: #eef0f6;
  color: #3b5998;
}
.tools-card-icon--countdown {
  background: #fdf0ee;
  color: #c0392b;
}
.tools-card-icon--catering {
  background: #fef3e2;
  color: #e67e22;
}
.tools-card-icon--timeline {
  background: #eef2ff;
  color: #4f46e5;
}
.tools-card-icon--greeting {
  background: #fce7f3;
  color: #db2777;
}
.tools-card-icon--envelope {
  background: #ecfdf5;
  color: #059669;
}
.tools-card-icon--guestlist {
  background: #f0f9ff;
  color: #0284c7;
}
.tools-card-icon--cost {
  background: #fef9c3;
  color: #ca8a04;
}
.tools-card-icon--mahar {
  background: #fdf4ff;
  color: #a855f7;
}
.tools-card-icon--hashtag {
  background: #e0e7ff;
  color: #4338ca;
}
.tools-card-icon--hijriah {
  background: #f1f5f9;
  color: #475569;
}
.tools-card-icon--tip {
  background: #fff7ed;
  color: #ea580c;
}
.tools-card-icon--playlist {
  background: #fdf2f8;
  color: #be185d;
}
.tools-card-icon--documents {
  background: #f0fdf4;
  color: #16a34a;
}
.tools-card-icon--quiz {
  background: #faf5ff;
  color: #7c3aed;
}
.tools-card-icon--qrcard {
  background: #f8fafc;
  color: #334155;
}
.tools-category {
  margin-bottom: 28px;
}
.tools-category .tools-category-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #868787;
  margin: 0 0 10px;
}
.tools-preset-chips,
.tools-tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.tools-chip,
.tools-tab {
  padding: 6px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.tools-chip.is-active,
.tools-tab.is-active {
  background: #242424;
  color: #fff;
  border-color: #242424;
}
.tools-tab {
  border-radius: 8px;
}
.tools-results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.tools-result-card {
  padding: 14px;
  background: #f7f7f7;
  border-radius: 8px;
}
.tools-result-card span {
  display: block;
  font-size: 11px;
  color: #868787;
  margin-bottom: 4px;
}
.tools-result-card strong {
  font-size: 16px;
  font-weight: 700;
}
.tools-result-card--highlight {
  grid-column: 1/-1;
  background: #f0f0f0;
}
.tools-hint {
  font-size: 12px;
  color: #868787;
  margin: 12px 0;
  line-height: 1.45;
}
.tools-hint a {
  font-weight: 600;
}
.tools-timeline-item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.tools-timeline-time {
  width: 100px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-family: inherit;
  font-size: 13px;
}
.tools-timeline-label {
  flex: 1;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-family: inherit;
  font-size: 13px;
}
.tools-timeline-remove {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #868787;
}
.tools-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.tools-actions .btn {
  min-height: 40px;
}
.tools-greeting-text {
  margin: 0 0 12px;
  padding: 16px;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.55;
  border-left: 3px solid #1a8917;
}
.tools-compare-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}
.tools-compare-card {
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}
.tools-compare-card h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.tools-compare-card--winner {
  border-color: #1a8917;
  background: #fafffa;
}
.tools-compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tools-compare-list li {
  padding: 6px 0;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
}
.tools-compare-list li:last-child {
  border-bottom: none;
}
.tools-guest-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.tools-stat {
  padding: 12px;
  background: #f7f7f7;
  border-radius: 8px;
  text-align: center;
}
.tools-stat span {
  display: block;
  font-size: 10px;
  color: #868787;
}
.tools-stat strong {
  font-size: 18px;
}
.tools-stat-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: inherit;
}
.tools-guest-form {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.tools-input {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}
.tools-guest-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.tools-guest-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tools-guest-item small {
  color: #868787;
}
.tools-guest-item button {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: #868787;
}
.width-full {
  width: 100%;
}
.tools-city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 24px;
}
.tools-city-card {
  display: block;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
}
.tools-city-card h2 {
  font-size: 15px;
  margin: 0 0 4px;
}
.tools-city-card p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.tools-city-card span {
  font-size: 11px;
  color: #868787;
}
.tools-cost-breakdown {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.tools-cost-breakdown li {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tools-city-links {
  margin: 24px 0;
}
.tools-city-links h2 {
  font-size: 14px;
  margin: 0 0 10px;
}
.tools-hashtag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tools-hashtag-btn {
  padding: 8px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background: #f7f7f7;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  color: #242424;
}
.tools-hashtag-btn:hover {
  border-color: #c5c5c5;
}
.tools-field-row--inline {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 8px;
}
.tools-convert-result {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 12px;
}
.tools-tip-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.tools-tip-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tools-tip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}
.tools-tip-row span {
  flex: 1;
  min-width: 120px;
  font-weight: 500;
}
.tools-tip-fee {
  width: 120px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
}
.tools-tip-percent {
  width: 48px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  text-align: center;
}
.tools-tip-amount {
  font-size: 13px;
}
.tools-playlist-segment {
  margin-bottom: 20px;
}
.tools-playlist-segment h2 {
  font-size: 14px;
  margin: 0 0 8px;
}
.tools-playlist-songs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tools-quiz-progress {
  font-size: 12px;
  color: #868787;
  margin: 0 0 8px;
}
.tools-quiz-question {
  font-size: 16px;
  margin: 0 0 16px;
}
.tools-quiz-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tools-quiz-option {
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  color: inherit;
}
.tools-quiz-option:hover {
  border-color: #c5c5c5;
  background: #f7f7f7;
}
.tools-quiz-result {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 12px;
}
.tools-quiz-result h2 {
  margin: 0 0 8px;
}
.tools-quiz-result ul {
  margin: 12px 0;
  padding-left: 20px;
  font-size: 13px;
}
.tools-qr-preview {
  text-align: center;
  padding: 24px;
  background: #f7f7f7;
  border-radius: 12px;
  margin-bottom: 16px;
}
.tools-qr-preview canvas {
  display: block;
  margin: 0 auto 12px;
}
@media (min-width: 540px) {
  .tools-compare-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tools-guest-form {
    grid-template-columns: 1fr 140px auto;
  }
}
@media print {
  .tools-header,
  .tools-breadcrumb,
  .tools-sibling,
  .tools-footer,
  .tools-cta,
  .tools-actions,
  .tools-faq {
    display: none !important;
  }
  .tools-timeline-remove {
    display: none;
  }
}
.tools-related {
  margin-bottom: 32px;
}
.tools-related h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
}
.tools-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tools-related ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  line-height: 1.45;
}
.tools-related ul li:last-child {
  border-bottom: none;
}
.tools-progress-bar {
  margin: 16px 0 6px;
  height: 6px;
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
}
.tools-progress-fill {
  height: 100%;
  width: 0;
  background: #1a8917;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.tools-progress-label {
  margin: 0;
  font-size: 12px;
  color: #868787;
}
.tools-phase {
  margin-bottom: 24px;
}
.tools-phase h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
}
.tools-checklist-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tools-checklist-items li {
  margin-bottom: 2px;
}
.tools-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  cursor: pointer;
  user-select: none;
}
.tools-check-item input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.tools-check-item .tools-check-box {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #e8e8e8;
  border-radius: 4px;
  margin-top: 1px;
  transition: background 0.15s, border-color 0.15s;
}
.tools-check-item input:checked + .tools-check-box {
  background: #1a8917;
  border-color: #1a8917;
}
.tools-check-item input:checked + .tools-check-box::after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 1px auto 0;
}
.tools-check-item input:checked ~ .tools-check-text {
  text-decoration: line-through;
  color: #868787;
}
.tools-check-item .tools-check-text {
  font-size: 13px;
  line-height: 1.45;
}
.tools-budget-form {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.tools-field-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tools-field-row label {
  font-size: 13px;
  font-weight: 500;
}
.tools-field-row input {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}
.tools-field-row input:focus {
  outline: none;
  border-color: #bababa;
}
.tools-budget-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #f7f7f7;
  border-radius: 12px;
  margin-bottom: 16px;
}
.tools-budget-total span {
  font-size: 13px;
  color: #868787;
}
.tools-budget-total strong {
  font-size: 20px;
  font-weight: 700;
}
.tools-budget-breakdown {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tools-budget-breakdown li {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tools-budget-breakdown li:last-child {
  border-bottom: none;
}
.tools-budget-cat-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tools-budget-cat-header .tools-budget-cat-name {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}
.tools-budget-cat-header .tools-budget-cat-amount {
  font-size: 13px;
  font-weight: 600;
}
.tools-budget-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tools-budget-cat-hint {
  display: block;
  margin: 2px 0 6px 16px;
  font-size: 11px;
  color: #868787;
}
.tools-budget-cat-bar {
  height: 4px;
  background: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
  margin-left: 16px;
}
.tools-budget-cat-fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.tools-budget {
  --cat-venue: #6366f1;
  --cat-catering: #22c55e;
  --cat-decoration: #f59e0b;
  --cat-photo: #ec4899;
  --cat-attire: #8b5cf6;
  --cat-entertainment: #06b6d4;
  --cat-invitation: #64748b;
  --cat-souvenir: #f97316;
  --cat-other: #94a3b8;
}
.tools-countdown-form {
  margin-bottom: 24px;
}
.tools-countdown-form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tools-countdown-form input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}
.tools-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.tools-countdown-unit {
  text-align: center;
  padding: 16px 8px;
  background: #f7f7f7;
  border-radius: 12px;
}
.tools-countdown-value {
  display: block;
  font-size: clamp(24px, 6vw, 36px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.tools-countdown-label {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #868787;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tools-countdown-message {
  text-align: center;
  font-size: 14px;
  color: #868787;
  margin: 0;
}
.tools-countdown-display.is-past .tools-countdown-grid {
  opacity: 0.5;
}
.tools-faq {
  margin: 32px 0;
}
.tools-faq h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
}
.tools-faq-item {
  border-bottom: 1px solid #e8e8e8;
}
.tools-faq-item summary {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.tools-faq-item summary::-webkit-details-marker {
  display: none;
}
.tools-faq-item summary::after {
  content: '+';
  float: right;
  font-weight: 400;
  color: #868787;
}
.tools-faq-item[open] summary::after {
  content: '−';
}
.tools-faq-item p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #868787;
  line-height: 1.5;
}
.tools-sibling {
  margin: 24px 0;
}
.tools-sibling p {
  margin: 0 0 8px;
  font-size: 13px;
  color: #868787;
}
.tools-sibling ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tools-sibling ul a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.tools-sibling ul a:hover {
  border-color: #c5c5c5;
}
.tools-cta {
  margin: 32px 0 24px;
  padding: 24px;
  background: #f7f7f7;
  border-radius: 12px;
  text-align: center;
}
.tools-cta h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}
.tools-cta p {
  margin: 0 0 16px;
  font-size: 13px;
  color: #868787;
}
.tools-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tools-cta-actions .btn {
  min-height: 44px;
}
.tools-cta-actions .btn-secondary {
  background: transparent;
  border: 1.5px solid #e8e8e8;
  font-weight: 600;
}
.tools-footer {
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
.tools-footer p {
  margin: 0;
  font-size: 13px;
  color: #868787;
}
.tools-footer p a {
  color: #242424;
  text-decoration: none;
  font-weight: 500;
}
.tools-footer p a:hover {
  text-decoration: underline;
}
@media (min-width: 540px) {
  .tools-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tools-grid .tools-card:first-child {
    grid-column: 1/-1;
  }
  .tools-cta-actions {
    flex-direction: row;
    justify-content: center;
  }
  .tools-cta-actions .btn {
    min-width: 140px;
  }
}
