 @media only screen and (min-width: 0rem) {#tools-grid {padding: var(--sectionPadding);}#tools-grid .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;}#tools-grid .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#tools-grid .cs-text {max-width: 40.625rem;}.tools-section-heading {font-size: var(--mediumHeaderFontSize);font-weight: 900;color: var(--headerColor);margin: 2rem 0 0.5rem;text-align: center;width: 100%;}.tools-cards {display: grid;grid-template-columns: 1fr;gap: 1.25rem;width: 100%;}.tool-card {display: flex;flex-direction: column;align-items: center;text-align: center;background: #fafbfc;border: 1px solid #e8e8e8;border-radius: 0.75rem;padding: 2rem 1.5rem;text-decoration: none;transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;gap: 0.75rem;}.tool-card:hover {border-color: var(--primary);transform: translateY(-4px);box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);}.tool-card-featured {border: 2px solid var(--primary);background: #fff;}.tool-card-featured .tool-card-icon svg {width: 3rem;height: 3rem;}.tool-card-icon {width: 3rem;height: 3rem;color: var(--primary);}.tool-card-icon svg {width: 2.25rem;height: 2.25rem;}.tool-card-title {font-size: 1.25rem;font-weight: 900;color: var(--headerColor);margin: 0;}.tool-card-text {font-size: 1rem;line-height: 1.5em;color: var(--bodyTextColor);margin: 0;}.tool-card-link {font-size: 1rem;font-weight: 700;color: var(--primary);margin-top: auto;}}@media only screen and (min-width: 48rem) {.tools-cards {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {.tools-cards {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#why-tools {padding: var(--sectionPadding);background: #fafbfc;}#why-tools .cs-container {width: 100%;max-width: 50rem;margin: auto;}#why-tools .cs-content {display: flex;flex-direction: column;gap: 1rem;}#why-tools .cs-content h3 {font-size: var(--mediumHeaderFontSize);font-weight: 900;color: var(--headerColor);margin: 1rem 0 0;}#why-tools .cs-content a {color: var(--primary);text-decoration: underline;}#why-tools .cs-content a:hover {color: var(--headerColor);}#why-tools .cs-text {max-width: none;}}@media only screen and (min-width: 0rem) {#cta-page {padding: var(--sectionPadding);background: var(--primary);}#cta-page .cs-container {width: 100%;max-width: 50rem;margin: auto;}#cta-page .cs-content {text-align: center;display: flex;flex-direction: column;align-items: center;gap: 1rem;}#cta-page .cs-topper {color: #fff;opacity: 0.85;}#cta-page .cs-title {color: #fff;max-width: none;}#cta-page .cs-text {color: #fff;max-width: 37.5rem;opacity: 0.9;}#cta-page .cs-button-solid {background-color: #fff;color: var(--primary);font-size: 1rem;line-height: clamp(2.875rem, 5.5vw, 3.5rem);font-weight: 700;text-decoration: none;padding: 0 2rem;border-radius: 0.25rem;display: inline-block;position: relative;z-index: 1;}#cta-page .cs-button-solid:before {content: "";position: absolute;height: 100%;width: 0%;background: #000;top: 0;left: 0;z-index: -1;border-radius: 0.25rem;transition: width 0.3s;}#cta-page .cs-button-solid:hover {color: #fff;}#cta-page .cs-button-solid:hover:before {width: 100%;}}