
/* LaserToolHub About Tools module
   Safe to remove as a whole together with /about-tools/*.php.
   tools.php only loads this file when it exists. */

.v2-directory-card-footer.has-about-tool {
    gap: 12px;
    align-items: stretch;
}

.about-tool-card-actions {
    min-width: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.about-tool-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid #46b77a;
    border-radius: 10px;
    background: #eaf9f0;
    color: #087642;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.about-tool-card-button:hover,
.about-tool-card-button:focus-visible {
    background: #d9f5e4;
    border-color: #199c5a;
    color: #056238;
    transform: translateY(-1px);
}

.about-tool-card-actions .v2-access-badge {
    align-self: center;
    text-align: center;
    font-size: 9px;
}

.about-tool-page {
    padding: 34px 0 64px;
    background:
        radial-gradient(circle at 12% 4%, rgba(66, 153, 225, .10), transparent 30%),
        linear-gradient(180deg, #eef7fd 0%, #f8fbfd 48%, #ffffff 100%);
    color: #08233b;
}

.about-tool-shell {
    max-width: 1280px;
}

.about-tool-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #63788b;
    font-size: 13px;
    font-weight: 750;
}

.about-tool-breadcrumb a {
    color: #246fd8;
    text-decoration: none;
}

.about-tool-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    padding: 34px 38px;
    border: 1px solid #cfe0ec;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 55, 84, .08);
}

.about-tool-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #2875df;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-tool-hero h1 {
    margin: 0;
    color: #07233d;
    font-size: clamp(34px, 4vw, 58px);
    line-height: .98;
    letter-spacing: -.035em;
}

.about-tool-summary {
    max-width: 760px;
    margin: 16px 0 0;
    color: #536b7d;
    font-size: 18px;
    line-height: 1.55;
}

.about-tool-access-pill {
    display: inline-flex;
    margin-top: 18px;
    padding: 7px 11px;
    border: 1px solid #a6dec0;
    border-radius: 999px;
    background: #ecfaf2;
    color: #087642;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.about-tool-hero-action {
    min-width: 245px;
    text-align: center;
}

.about-tool-open-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 13px 20px;
    border: 1px solid #148b4e;
    border-radius: 12px;
    background: linear-gradient(180deg, #24af67 0%, #12884e 100%);
    box-shadow: 0 9px 22px rgba(18, 136, 78, .20);
    color: #ffffff;
    font-weight: 950;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease;
}

.about-tool-open-button:hover,
.about-tool-open-button:focus-visible {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(18, 136, 78, .27);
}

.about-tool-hero-action small {
    display: block;
    margin-top: 9px;
    color: #748797;
    font-size: 11px;
}

.about-tool-intro {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 30px;
    margin: 28px 0;
    padding: 24px 28px;
    border-left: 4px solid #2d80e5;
    border-radius: 0 16px 16px 0;
    background: #eaf4fc;
}

.about-tool-intro strong {
    color: #0c3659;
    font-size: 15px;
}

.about-tool-intro p {
    margin: 0;
    color: #51697b;
    line-height: 1.7;
}

.about-tool-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
    gap: 22px;
    align-items: start;
}

.about-tool-side {
    display: grid;
    gap: 22px;
}

.about-tool-panel {
    padding: 28px;
    border: 1px solid #d7e3eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(22, 55, 79, .055);
}

.about-tool-panel-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 23px;
}

.about-tool-panel-heading > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: #edf5ff;
    color: #2776df;
    font-size: 11px;
    font-weight: 950;
}

.about-tool-panel-heading small {
    display: block;
    margin-bottom: 2px;
    color: #7a8d9c;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-tool-panel-heading h2 {
    margin: 0;
    color: #092944;
    font-size: 23px;
    line-height: 1.1;
}

.about-tool-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.about-tool-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 66px;
    padding: 13px 14px;
    border: 1px solid #e0e8ee;
    border-radius: 12px;
    background: #fbfdff;
    color: #40596b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.about-tool-check {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    background: #e8f8ef;
    color: #12894e;
    font-size: 12px;
    font-weight: 1000;
}

.about-tool-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-tool-chip-list span {
    padding: 8px 10px;
    border-radius: 8px;
    background: #f1f6fa;
    color: #3d5a70;
    font-size: 12px;
    font-weight: 800;
}

.about-tool-simple-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-tool-simple-list li {
    position: relative;
    padding-left: 17px;
    color: #496173;
    font-size: 13px;
    line-height: 1.5;
}

.about-tool-simple-list li::before {
    content: "";
    position: absolute;
    top: .62em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2b7ee3;
}

.about-tool-access-section {
    display: grid;
    grid-template-columns: minmax(250px, .75fr) minmax(0, 1.4fr);
    gap: 26px;
    margin-top: 22px;
    padding: 30px;
    border: 1px solid #bfe1cc;
    border-radius: 18px;
    background: linear-gradient(135deg, #eefbf4, #ffffff);
}

.about-tool-access-copy h2 {
    margin: 0 0 10px;
    color: #0a3c29;
    font-size: 25px;
}

.about-tool-access-copy p {
    margin: 0;
    color: #557065;
    line-height: 1.6;
}

.about-tool-access-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.about-tool-access-cards article {
    padding: 17px;
    border: 1px solid #cde6d7;
    border-radius: 13px;
    background: rgba(255, 255, 255, .88);
}

.about-tool-access-cards strong {
    color: #0c6d40;
}

.about-tool-access-cards p {
    margin: 7px 0 0;
    color: #526a60;
    font-size: 13px;
    line-height: 1.55;
}

.about-tool-notes {
    display: grid;
    gap: 8px;
    margin-top: 22px;
}

.about-tool-notes p {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    padding: 11px 14px;
    border-radius: 10px;
    background: #f5f8fa;
    color: #647785;
    font-size: 12px;
    line-height: 1.5;
}

.about-tool-notes p span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    background: #dceaf6;
    color: #246eb8;
    font-size: 10px;
    font-weight: 950;
}

.about-tool-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding: 25px 30px;
    border-radius: 18px;
    background: #103d5e;
    color: #ffffff;
}

.about-tool-final-cta .about-tool-kicker {
    color: #6ff0b2;
}

.about-tool-final-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: 27px;
}

@media (max-width: 900px) {
    .about-tool-hero,
    .about-tool-content-grid,
    .about-tool-access-section {
        grid-template-columns: 1fr;
    }

    .about-tool-hero-action {
        min-width: 0;
        text-align: left;
    }

    .about-tool-feature-list,
    .about-tool-access-cards {
        grid-template-columns: 1fr;
    }

    .about-tool-intro {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 600px) {
    .about-tool-page {
        padding-top: 18px;
    }

    .about-tool-hero,
    .about-tool-panel,
    .about-tool-access-section {
        padding: 22px;
    }

    .about-tool-final-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .about-tool-open-button {
        width: 100%;
    }
}
