:root { --ink: #15232c; --muted: #60717a; --line: #dbe4e5; --paper: #f7faf8; --orange: #ec6917; --teal: #007d76; }
* { box-sizing: border-box; }
body { background: var(--paper); color: var(--ink); }
.tools-header { align-items: stretch; }
.tools-header > div { margin-top: -35px; }
.home-link { color: #33454f; font-size: 15px;line-height: 80px; }
.home-link:hover { color: var(--orange); }
main { padding-top: 80px; }
.hero { position: relative; overflow: hidden; padding: 94px 24px 82px; background: #e8f1ef; }
.hero::before, .hero::after { position: absolute; content: ""; border: 1px solid rgba(0, 125, 118, .19); border-radius: 50%; }
.hero::before { width: 480px; height: 480px; top: -292px; right: 8%; box-shadow: 0 0 0 42px rgba(0, 125, 118, .05), 0 0 0 84px rgba(0, 125, 118, .04); }
.hero::after { width: 170px; height: 170px; bottom: -114px; left: 8%; background: rgba(236, 105, 23, .08); }
.hero-inner, .tool-section, .privacy-note { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.hero-inner { position: relative; z-index: 1; }
.eyebrow, .section-heading > p, .card-kicker { margin: 0; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: 1.6px; }
.hero h1 { max-width: 760px; margin: 14px 0 18px; color: #132830; font-size: 48px; font-weight: 600; line-height: 1.2; letter-spacing: 0; }
.hero-copy { max-width: 570px; margin: 0; color: #50636b; font-size: 18px; line-height: 1.8; }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 37px; }
.quick-links a { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #c7d8d5; border-radius: 5px; background: rgba(255,255,255,.58); color: #24414a; font-size: 14px; transition: background .2s ease, transform .2s ease; }
.quick-links a:hover { background: #fff; transform: translateY(-2px); }
.quick-links span { color: var(--orange); font-size: 12px; font-weight: 700; }
.tool-section { padding: 72px 0; }
.section-soft { position: relative; width: 100%; padding-right: max(24px, calc((100% - 1160px) / 2)); padding-left: max(24px, calc((100% - 1160px) / 2)); background: #edf3f5; }
.section-heading { display: grid; grid-template-columns: 180px 1fr; align-items: baseline; gap: 6px 20px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: 30px; font-weight: 600; line-height: 1.2; }
.section-heading span { grid-column: 2; color: var(--muted); font-size: 15px; }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tool-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-card { position: relative; display: flex; min-height: 314px; flex-direction: column; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); box-shadow: 0 8px 20px rgba(21, 35, 44, .035); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.tool-card::after { position: absolute; right: -37px; bottom: -54px; width: 140px; height: 140px; content: ""; border: 1px solid currentColor; border-radius: 50%; opacity: .11; }
.tool-card:hover { border-color: currentColor; box-shadow: 0 15px 28px rgba(21, 35, 44, .11); transform: translateY(-4px); }
.tool-mark { display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; margin-bottom: 26px; border-radius: 6px; background: currentColor; color: #fff; font: 700 13px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0; }
.tool-card h3 { margin: 8px 0; color: var(--ink); font-size: 20px; font-weight: 600; letter-spacing: 0; }
.tool-card > p { margin: 0; color: #53636b; font-size: 14px; line-height: 1.7; }
.tool-card ul { margin: 18px 0 20px; color: #63747c; font-size: 13px; line-height: 1.8; }
.tool-card li::before { content: "+"; padding-right: 7px; color: currentColor; font-weight: 700; }
.card-link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(21, 35, 44, .1); color: currentColor; font-size: 14px; font-weight: 700; }
.card-link b { font-size: 21px; font-weight: 400; }
.tone-teal { color: #00847c; }.tone-blue { color: #176b99; }.tone-coral { color: #d35637; }.tone-gold { color: #b67b19; }.tone-violet { color: #7056aa; }.tone-ink { color: #3d5965; }.tone-red { color: #bd4b3f; }.tone-green { color: #478360; }
.privacy-note { margin-top: 8px; margin-bottom: 74px; padding: 36px 40px; border-left: 4px solid var(--orange); background: #fff4eb; }
.privacy-note h2 { margin: 10px 0 8px; font-size: 24px; font-weight: 600; }
.privacy-note > p:last-child { max-width: 760px; margin: 0; color: #665c54; font-size: 14px; line-height: 1.8; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 25px max(24px, calc((100% - 1160px) / 2)); background: #18272e; color: #afbdc1; font-size: 13px; }
footer p { margin: 0; } footer a { color: #d8e2e4; }
@media (max-width: 800px) { header .tools-header { width: 100%; min-width: 0; height: 60px; padding: 0 16px; } header .tools-header > div { width: 120px; margin-top: 0; } main { padding-top: 60px; } .hero { padding: 67px 0 55px; } .hero-inner, .tool-section, .privacy-note { width: min(100% - 32px, 1160px); } .hero h1 { font-size: 32px; } .hero-copy { font-size: 16px; } .section-heading { grid-template-columns: 1fr; gap: 8px; } .section-heading span { grid-column: auto; } .tool-grid, .tool-grid-two { grid-template-columns: 1fr; } .tool-card { min-height: 286px; } .section-soft { width: 100%; padding: 55px 16px; } .privacy-note { margin-bottom: 45px; padding: 28px 23px; } footer { flex-direction: column; } }