.tools-grid{max-width:1100px;margin:0 auto;padding:60px 60px 96px;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.tool-card{background:#fff;border:1px solid rgba(225,29,72,.12);border-radius:18px;padding:32px 28px;text-decoration:none;color:inherit;transition:all .25s;display:block;position:relative;overflow:hidden}.tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e11d48,#f43f5e);opacity:0;transition:opacity .25s}.tool-card:hover{border-color:#e11d48;transform:translateY(-4px);box-shadow:0 22px 48px #e11d481f}.tool-card:hover:before{opacity:1}.tool-card .tc-ico{font-size:2.4rem;margin-bottom:16px;display:block}.tool-card .tc-cat{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e11d48;margin-bottom:10px}.tool-card h2{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;color:#1a0308;margin:0 0 10px;line-height:1.25}.tool-card p{font-size:.9rem;color:#7b5060;line-height:1.6;font-weight:300;margin:0 0 18px}.tool-card .tc-cta{font-size:.85rem;font-weight:700;color:#e11d48}.tool-wrap{max-width:880px;margin:0 auto;padding:60px 60px 80px}.tool-box{background:#fff;border:1px solid rgba(225,29,72,.12);border-radius:22px;padding:40px;box-shadow:0 18px 44px #e11d480f}.tool-section{margin-bottom:28px}.tool-section+.tool-section{padding-top:28px;border-top:1px solid rgba(225,29,72,.08)}.tool-section h3{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;color:#1a0308;margin:0 0 14px}.tool-section .label{display:block;font-size:.78rem;font-weight:600;color:#1a0308;margin-bottom:8px}.tool-input,.tool-select,.tool-textarea{width:100%;padding:12px 14px;border:1.5px solid rgba(225,29,72,.18);border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:#1a0308;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.tool-input:focus,.tool-select:focus,.tool-textarea:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a}.tool-textarea{resize:vertical;min-height:80px}.tool-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.tool-options.col-2{grid-template-columns:repeat(2,1fr)}.tool-option{border:1.5px solid rgba(225,29,72,.15);border-radius:12px;padding:14px 16px;cursor:pointer;transition:all .15s;background:#fff;display:block}.tool-option:hover{border-color:#e11d4859}.tool-option.selected{border-color:#e11d48;background:#fff5f6}.tool-option input[type=radio],.tool-option input[type=checkbox]{display:none}.tool-option .opt-name{font-family:Outfit,sans-serif;font-size:.92rem;font-weight:700;color:#1a0308;margin-bottom:3px}.tool-option .opt-desc{font-size:.75rem;color:#7b5060;font-weight:300;line-height:1.4}.tool-option .opt-price{font-size:.72rem;color:#e11d48;font-weight:600;margin-top:4px}.range-row{display:flex;align-items:center;gap:16px}.range-row input[type=range]{flex:1;-webkit-appearance:none;height:6px;border-radius:3px;background:linear-gradient(90deg,#E11D48 0%,#E11D48 var(--p, 50%),rgba(225,29,72,.15) var(--p, 50%),rgba(225,29,72,.15) 100%);outline:none}.range-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#e11d48,#f43f5e);cursor:pointer;box-shadow:0 4px 12px #e11d4859}.range-row .range-val{min-width:60px;text-align:center;font-family:Outfit,sans-serif;font-weight:800;font-size:1.2rem;color:#e11d48}.tool-result{background:linear-gradient(160deg,#1a0308,#2d0a14);border-radius:18px;padding:36px;color:#fff;margin-top:32px;text-align:center;position:relative;overflow:hidden}.tool-result:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(225,29,72,.2) 0%,transparent 70%);top:-200px;left:50%;transform:translate(-50%);pointer-events:none}.tool-result-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f87171;margin-bottom:10px;position:relative}.tool-result-value{font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1;margin-bottom:10px;position:relative}.tool-result-sub{font-size:.9rem;color:#c9a4b0;margin-bottom:24px;position:relative}.tool-result .actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative}.audit-score-circle{width:180px;height:180px;margin:0 auto 24px;position:relative}.audit-score-circle svg{transform:rotate(-90deg)}.audit-score-circle circle.bg{fill:none;stroke:#ffffff1f;stroke-width:12}.audit-score-circle circle.fg{fill:none;stroke:url(#scoreGrad);stroke-width:12;stroke-linecap:round;transition:stroke-dasharray .8s ease}.audit-score-text{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.audit-score-text .num{font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;line-height:1}.audit-score-text .lbl{font-size:.74rem;color:#c9a4b0;letter-spacing:.08em;text-transform:uppercase}.audit-recos{background:#fff5f6;border:1px solid rgba(225,29,72,.12);border-radius:14px;padding:22px 24px;margin-top:20px}.audit-recos h4{font-family:Outfit,sans-serif;font-size:.98rem;font-weight:700;color:#1a0308;margin:0 0 12px}.audit-recos ul{list-style:none;padding:0;margin:0}.audit-recos li{font-size:.88rem;color:#1a0308;line-height:1.6;padding:8px 0;display:flex;gap:10px;align-items:flex-start}.audit-recos li:before{content:"→";color:#e11d48;font-weight:800;flex-shrink:0}.meta-preview{background:#fff;border:1px solid rgba(225,29,72,.15);border-radius:14px;padding:20px 22px;margin-top:16px}.meta-preview-google{font-family:arial,sans-serif}.meta-preview-google .url{font-size:.82rem;color:#202124;margin-bottom:4px}.meta-preview-google .url small{color:#5f6368}.meta-preview-google .title{color:#1a0dab;font-size:1.25rem;line-height:1.3;margin-bottom:4px;font-weight:400}.meta-preview-google .desc{color:#4d5156;font-size:.88rem;line-height:1.55}.meta-preview-og{border:1px solid #dadce0;border-radius:12px;overflow:hidden;background:#fff;max-width:500px}.meta-preview-og .og-img{width:100%;aspect-ratio:1.91 / 1;background:#f0f0f0 center/cover;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.meta-preview-og .og-meta{padding:12px 14px}.meta-preview-og .og-domain{font-size:.72rem;color:#65676b;text-transform:uppercase;margin-bottom:4px}.meta-preview-og .og-title{font-family:-apple-system,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#050505;line-height:1.3;margin-bottom:4px}.meta-preview-og .og-desc{font-size:.82rem;color:#65676b;line-height:1.4}.meta-code{background:#1a0308;border-radius:12px;padding:18px 22px;font-family:JetBrains Mono,Courier New,monospace;font-size:.8rem;color:#f4e5ea;overflow-x:auto;white-space:pre-wrap;word-break:break-word;position:relative}.meta-code-copy{position:absolute;top:12px;right:12px;background:#e11d4826;border:1px solid rgba(225,29,72,.3);color:#fff;padding:6px 12px;border-radius:8px;font-size:.72rem;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}.meta-code-copy:hover{background:#e11d484d}.meta-code-copy.copied{background:#16a34a;border-color:#16a34a}.checklist-print{max-width:760px;margin:0 auto;padding:40px 60px 80px}.checklist-actions{display:flex;gap:12px;justify-content:center;margin-bottom:32px;flex-wrap:wrap}.checklist-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(225,29,72,.12)}.checklist-section:last-child{border-bottom:none}.checklist-section h3{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;color:#1a0308;margin:0 0 14px;display:flex;align-items:center;gap:10px}.checklist-section h3 .num{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#e11d48,#f43f5e);color:#fff;font-size:.9rem;display:flex;align-items:center;justify-content:center}.checklist-items{list-style:none;padding:0;margin:0}.checklist-items li{display:flex;gap:10px;padding:8px 0;font-size:.92rem;color:#1a0308;line-height:1.55}.checklist-items li:before{content:"☐";font-size:1.1rem;color:#e11d48;flex-shrink:0;line-height:1}@media print{nav,footer,#cModal,#fcta,.checklist-actions,.page-hero{display:none!important}body{background:#fff!important}.checklist-print{padding:20px;max-width:100%}.checklist-section{break-inside:avoid;page-break-inside:avoid}}@media(max-width:900px){.tools-grid{grid-template-columns:1fr;padding:40px 20px 64px}.tool-wrap{padding:40px 20px 64px}.tool-box{padding:24px}.tool-options{grid-template-columns:1fr}.checklist-print{padding:30px 20px 64px}}
