/*
Theme Name: Vertex AI Tools - Custom Directory
Theme URI: https://example.com/
Author: Custom Build
Description: A high-fidelity AI tools directory theme inspired by a premium AI discovery layout. Includes dark tool reviews, editorial sidebars, random animated scores, reusable content sections, carousels, search and an easy WordPress editor workflow.
Version: 5.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: Vertex-style-ai
*/
:root{
 --navy:#0a1436;--navy2:#112f78;--blue:#3f5fc5;--blue2:#2856bc;--orange:#ff9638;--orange2:#ffb55e;
 --ink:#07090f;--text:#52607b;--muted:#7b8393;--line:#dfe5ef;--soft:#f5f7fc;--soft2:#eef2fa;--white:#fff;
 --green:#15b87a;--container:1280px;--wide:1470px;--radius:20px;--shadow:0 16px 42px rgba(13,31,72,.09)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 42px),var(--container));margin-inline:auto}.wide-container{width:min(calc(100% - 42px),var(--wide));margin-inline:auto}.site-main{min-height:55vh}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important}
/* Header */
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eef0f5}.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;flex:0 0 auto}.custom-logo-link img{width:auto;max-height:61px}.brand-fallback{display:flex;align-items:center;gap:9px}.brand-fallback-mark{width:42px;height:42px;border-radius:50%;border:2px solid var(--blue);position:relative;display:grid;place-items:center;color:var(--blue);font-weight:900;font-size:10px}.brand-fallback-mark:after{content:"";position:absolute;right:-3px;bottom:3px;width:12px;height:12px;border-radius:50%;background:var(--orange);border:2px solid #fff}.brand-fallback-name{font-size:18px;font-weight:800;letter-spacing:.08em}.brand-fallback-name span{display:block;font-size:10px;letter-spacing:.34em;color:var(--orange);margin-top:1px}.site-nav{flex:1;display:flex;justify-content:center;gap:24px;align-items:center}.site-nav a{position:relative;padding:27px 0 23px;font-size:15px;font-weight:500;white-space:nowrap;transition:color .18s ease}.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;background:linear-gradient(90deg,var(--blue),var(--orange));transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--blue)}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:12px}.icon-btn{border:0;background:transparent;width:38px;height:38px;border-radius:10px;display:grid;place-items:center;cursor:pointer;color:#2d3646;transition:.18s ease}.icon-btn:hover{background:#f6f7fa}.icon-search{width:16px;height:16px;border:3px solid currentColor;border-radius:50%;position:relative}.icon-search:after{content:"";position:absolute;width:7px;height:3px;background:currentColor;right:-6px;bottom:-3px;transform:rotate(45deg);border-radius:2px}.header-submit{background:linear-gradient(135deg,#ff9638,#ff9e43);color:#fff;padding:12px 19px;border-radius:8px;font-weight:700;font-size:14px;display:flex;align-items:center;gap:12px;transition:.18s ease}.header-submit:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(255,150,56,.23)}.mobile-toggle{display:none}.mobile-nav{display:none}
/* Search modal */
.search-modal{position:fixed;inset:0;z-index:600;display:none}.search-modal.open{display:block}.search-backdrop{position:absolute;inset:0;background:rgba(7,12,28,.58);backdrop-filter:blur(7px)}.search-dialog{position:relative;width:min(760px,calc(100% - 28px));margin:88px auto 0;background:#fff;border-radius:18px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.24)}.search-dialog-head{display:flex;align-items:center;justify-content:space-between;font-size:18px;margin-bottom:12px}.modal-search{width:100%;height:48px;border:1px solid #d8dee9;border-radius:10px;padding:0 15px;outline:0}.modal-search:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(63,95,197,.08)}.search-results{max-height:430px;overflow:auto;margin-top:8px}.search-result{display:flex;justify-content:space-between;gap:20px;padding:13px;border-bottom:1px solid #eef1f4}.search-result:hover{background:#f7f9fd}.search-type{font-size:11px;color:var(--orange);font-weight:800;text-transform:uppercase}.search-empty{padding:22px;text-align:center;color:var(--muted)}
/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 21px;border-radius:8px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-orange{background:linear-gradient(135deg,#ff9638,#ffb25f);color:#080b12;box-shadow:0 9px 22px rgba(255,150,56,.17)}.btn-orange:hover{transform:translateY(-2px);box-shadow:0 13px 27px rgba(255,150,56,.26)}.btn-blue{background:linear-gradient(135deg,#3959bd,#5574ca);color:#fff;box-shadow:0 8px 18px rgba(63,95,197,.18)}.btn-blue:hover{transform:translateY(-2px);box-shadow:0 11px 22px rgba(63,95,197,.25)}.btn-light{background:#fff;border-color:#d4d9e4;color:var(--blue)}.btn-light:hover{border-color:var(--blue);transform:translateY(-2px)}.btn-outline-light{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.28);color:#fff}.btn-outline-light:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.48)}
/* Home */
.home-hero{position:relative;padding:24px 0 0}.home-hero-panel{position:relative;overflow:hidden;padding:24px 40px 34px;min-height:420px;background:radial-gradient(circle at 50% 10%,rgba(255,181,105,.21),transparent 33%),linear-gradient(135deg,#fff2dd 0%,#f9f2ed 46%,#e8ecf8 100%);border:1px solid #f1eee8}.home-hero-panel:before{content:"";position:absolute;inset:0;opacity:.17;background-image:linear-gradient(rgba(88,105,145,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(88,105,145,.08) 1px,transparent 1px);background-size:44px 44px}.hero-center{position:relative;z-index:2;text-align:center;max-width:1000px;margin:0 auto}.hero-proof-pill{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid #d8dde5;border-radius:999px;padding:8px 18px;font-size:11px;color:#64708c}.hero-proof-pill b{color:var(--blue)}.hero-proof-pill i{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#ff9a3b;color:#fff;font-style:normal}.hero-center h1{font-size:clamp(46px,5.2vw,78px);line-height:1.03;letter-spacing:-.05em;margin:18px auto 7px;max-width:920px}.hero-center h1 .blue{color:var(--blue)}.hero-center h1 .orange{color:var(--orange)}.hero-center .lead{font-size:17px;color:#395a9b;margin:0 auto 12px}.hero-center .sublead{font-size:14px;color:#395a9b;margin:0 auto;max-width:900px}.hero-search{display:flex;justify-content:center;gap:8px;margin:17px auto 10px;max-width:650px}.hero-search input{flex:1;height:44px;border:1px solid #cfd5df;border-radius:24px;padding:0 18px;outline:0}.hero-search input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(63,95,197,.08)}.hero-search button{width:103px;border:0;border-radius:23px;background:var(--orange);color:#fff;font-weight:800;cursor:pointer;transition:.18s ease}.hero-search button:hover{background:#f48827;transform:translateY(-1px)}.hero-cta-row{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:11px}.hero-cta-row .btn{min-height:36px;padding:0 18px;font-size:12px}.hero-center-note{font-size:13px;color:#6b7287;margin-top:12px}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:730px;margin:17px auto 0;gap:0}.hero-stat{padding:0 18px;border-right:1px solid #cbd2df}.hero-stat:last-child{border-right:0}.hero-stat strong{display:inline-block;font-size:15px;color:var(--blue);margin-right:4px}.hero-stat span{font-size:12px;color:#687187}
.home-section{padding:67px 0}.section-head-center{text-align:center;max-width:930px;margin:0 auto 27px}.section-kicker{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:#eef2fb;color:var(--blue);font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:800}.section-head-center h2{font-size:clamp(35px,3.6vw,49px);line-height:1.05;letter-spacing:-.04em;margin:12px 0 9px}.section-head-center h2 span{color:var(--orange)}.section-head-center p{margin:0;color:#66738f;font-size:13px}.categories-home{background:#fff}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.category-card{display:flex;flex-direction:column;min-height:176px;border:1px solid #dce2ec;background:#fff;border-radius:9px;padding:16px;transition:.2s ease}.category-card:hover{transform:translateY(-5px);border-color:#bcc7dd;box-shadow:0 14px 32px rgba(15,34,80,.08)}.category-top{display:flex;align-items:center;gap:15px}.category-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#071a43;color:#fff;overflow:hidden;flex:0 0 auto}.category-icon img{width:100%;height:100%;object-fit:cover}.category-card h3{margin:0;font-size:14px}.category-card p{margin:14px 0 0;color:#68728a;font-size:12px;line-height:1.55}.category-bottom{margin-top:auto;border-top:1px solid #ebedf2;padding-top:11px;color:var(--blue);font-size:11px;font-weight:800}.category-bottom b{font-size:15px}
.soft-strip{background:#f5f7fc;border-top:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0}.feature-slider{position:relative}.feature-track{display:flex;gap:7px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 0 8px}.feature-track::-webkit-scrollbar{display:none}.feature-card{scroll-snap-align:start;flex:0 0 calc((100% - 14px)/3);background:#fff;border:1px solid #dfe4ed;border-radius:10px;padding:17px;min-height:248px;box-shadow:0 9px 20px rgba(18,35,79,.03);transition:.2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px rgba(18,35,79,.08);border-color:#c8d2e5}.feature-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.feature-logo{width:46px;height:46px;border-radius:12px;background:#fff;border:1px solid #eef1f4;display:grid;place-items:center;overflow:hidden}.feature-logo img{width:100%;height:100%;object-fit:contain}.feature-price{font-size:10px;color:var(--blue);font-weight:800}.feature-card h3{font-size:15px;margin:13px 0 7px}.feature-card p{font-size:11px;line-height:1.6;color:#6b7489;min-height:53px}.feature-card .btn{width:100%;min-height:36px;font-size:11px;margin-top:8px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;border-radius:50%;background:#f99a40;color:#fff;display:grid;place-items:center;cursor:pointer;z-index:3}.slider-arrow.left{left:-18px}.slider-arrow.right{right:-18px}.slider-arrow:hover{background:#ed8729}
.comparison-home{background:#eef2f9}.editorial-track{display:flex;gap:7px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.editorial-track::-webkit-scrollbar{display:none}.editorial-home-card{flex:0 0 calc((100% - 14px)/3);scroll-snap-align:start;background:#fff;border:1px solid #dce2eb;border-radius:10px;padding:7px 7px 10px;transition:.2s ease}.editorial-home-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px rgba(18,35,79,.08)}.editorial-home-image{height:142px;border-radius:7px;background:#edf1f8;overflow:hidden}.editorial-home-image img{width:100%;height:100%;object-fit:cover}.editorial-home-image span{height:100%;display:grid;place-items:center;color:var(--blue);font-weight:800}.editorial-home-body{padding:7px 7px 2px}.editorial-home-body h3{font-size:14px;line-height:1.25;margin:7px 0}.editorial-home-body p{font-size:10px;line-height:1.55;color:#768097;min-height:43px}.editorial-home-body .btn{width:100%;min-height:36px;font-size:11px}
.newsletter-section{padding:0 0 54px}.newsletter-box{border-top:4px solid var(--orange);background:#465fbe;padding:35px 42px;display:grid;grid-template-columns:1fr 1.1fr;gap:45px;align-items:center}.newsletter-box h2{font-size:28px;line-height:1.03;color:#ffad50;margin:0 0 12px}.newsletter-box ul{margin:0;padding:0;list-style:none;color:#f0f2f9;font-size:12px}.newsletter-box li{margin:7px 0}.newsletter-box li:before{content:"✓";color:#ffb63f;margin-right:9px;font-weight:900}.newsletter-form-card{border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:22px}.newsletter-form-card label{font-size:11px;color:#f6f8fb;display:block;margin-bottom:6px}.newsletter-form{display:flex;gap:6px}.newsletter-form input{flex:1;height:40px;border:0;border-radius:18px;padding:0 15px;outline:0}.newsletter-form button{width:118px;border:0;border-radius:7px;background:#ff9838;color:#fff;font-weight:800;cursor:pointer}.newsletter-small{font-size:9px;color:#d4daf0;margin-top:13px}
.find-us{padding:0 0 45px;text-align:center}.find-us h2{font-size:35px;margin:0 0 15px;letter-spacing:-.04em}.find-us-track{display:flex;gap:15px;justify-content:center;align-items:center;overflow:hidden}.find-us-item{height:52px;min-width:150px;border:1px solid #d9e0ea;border-radius:9px;background:#fff;display:grid;place-items:center;color:#5a6479;font-size:11px;font-weight:800}.find-us-item img{max-height:40px;max-width:130px;object-fit:contain}
/* Footer */
.site-footer{background:#0d1431;color:#d5d8e4;padding:50px 0 18px}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.footer-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;font-size:17px;letter-spacing:.08em}.footer-logo-mark{width:43px;height:43px;border:2px solid #2f6ce9;border-radius:50%;display:grid;place-items:center;color:#2f6ce9;font-size:10px}.footer-brand p{max-width:270px;color:#9ba7c8;font-size:11px;line-height:1.7}.social-row{display:flex;gap:7px;margin-top:14px}.social-row a{width:27px;height:27px;border:1px solid #35405e;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:10px}.site-footer h3{font-size:11px;color:#fff;margin:4px 0 13px}.site-footer a{display:block;color:#9ba7c8;font-size:11px;margin:7px 0}.site-footer a:hover{color:#fff}.copyright{margin-top:30px;border-top:1px solid #252e49;padding-top:14px;display:flex;justify-content:space-between;font-size:10px;color:#77819e}
/* Tool detail */
.tool-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(107deg,#071a43 0%,#123580 56%,#285ac7 100%);padding:86px 0 63px}.tool-hero-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:53px 53px}.tool-hero-glow{position:absolute;width:500px;height:500px;right:-110px;top:-210px;background:rgba(255,168,91,.26);filter:blur(75px);border-radius:50%}.tool-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.06fr .94fr;gap:60px;align-items:center}.tool-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 15px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em}.tool-badge i{width:8px;height:8px;border-radius:50%;background:var(--orange)}.tool-title-row{display:flex;align-items:center;gap:20px;margin-top:22px}.tool-main-logo{width:122px;height:122px;background:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.tool-main-logo img{width:100%;height:100%;object-fit:contain}.tool-main-logo .logo-fallback{color:var(--blue);font-weight:900;font-size:25px}.tool-title-row h1{font-size:clamp(54px,6.1vw,83px);line-height:.96;letter-spacing:-.05em;margin:0;max-width:730px}.tool-tagline{display:inline-block;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.09);font-weight:700;margin:18px 0 13px;font-size:15px}.tool-hero-description{font-size:18px;line-height:1.68;color:#f0f2f9;max-width:750px;margin:0}.tool-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.snapshot-card{padding:18px 34px 24px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.06));border-radius:28px;backdrop-filter:blur(12px);box-shadow:0 30px 75px rgba(0,0,0,.14)}.snapshot-head{display:flex;justify-content:space-between;align-items:center;padding:0 0 14px;border-bottom:1px dotted rgba(255,255,255,.25)}.snapshot-head span{color:#ffac50;letter-spacing:.13em;font-size:12px;font-weight:900}.snapshot-head strong{font-size:12px}.snapshot-head strong i{display:inline-block;width:11px;height:11px;background:#19a54e;border-radius:50%;margin-right:7px}.snapshot-row{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px dotted rgba(255,255,255,.24);font-size:16px;color:#cfd7eb}.snapshot-row strong{color:#fff;text-align:right}.snapshot-row .orange-text{color:#ffab50}.snapshot-row .snap-icon{width:18px;color:#ff9a3a;display:inline-block}.popularity-box{margin-top:20px;padding:18px;border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.08);border-radius:18px}.popularity-box>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:900}.popularity-box strong{font-size:13px}.pop-track{height:10px;border-radius:99px;overflow:hidden;background:rgba(255,255,255,.86);margin-top:10px}.pop-track span{display:block;height:100%;width:0;border-radius:99px;background:#ff9a3b;transition:width 1.3s cubic-bezier(.22,1,.36,1)}
.score-wrap{position:relative;margin-top:-22px;padding-bottom:45px}.score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;position:relative;z-index:2}.score-card{min-height:185px;border:1px solid #dce2ed;border-radius:21px;background:#fff;padding:30px 20px 16px;position:relative;box-shadow:0 15px 40px rgba(13,31,72,.07);transition:.22s ease}.score-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,31,72,.12);border-color:#c7d1e3}.score-icon{position:absolute;left:20px;top:20px;width:45px;height:45px;border-radius:11px;display:grid;place-items:center;font-weight:900;font-size:21px}.score-icon.blue{background:#e9eefc;color:var(--blue)}.score-icon.orange{background:#fff0e2;color:var(--orange)}.score-number{position:absolute;right:18px;top:25px;font-size:32px;line-height:1;font-weight:800;letter-spacing:-.04em}.score-label{margin-top:54px;color:#58657f;font-size:18px;font-weight:700}.score-track{height:7px;background:#ebedf0;border-radius:99px;overflow:hidden;margin-top:9px}.score-track span{display:block;height:100%;width:0;border-radius:99px;transition:width 1.2s cubic-bezier(.22,1,.36,1)}.score-track span.blue{background:var(--blue)}.score-track span.orange{background:var(--orange)}
.tool-body{padding:55px 0 0}.tool-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:36px}.tool-content{min-width:0}.tool-sidebar{align-self:start}.sidebar-box{background:#fff;border:1px solid #dde3ed;border-radius:16px;padding:18px;margin-bottom:18px;box-shadow:0 8px 24px rgba(13,31,72,.03)}.sidebar-box.sticky{position:sticky;top:94px}.sidebar-box h3{font-size:16px;margin:0 0 15px}.sidebar-list a{display:flex;gap:10px;align-items:center;margin:12px 0}.sidebar-thumb{width:54px;height:40px;border-radius:7px;background:#edf1f8;overflow:hidden;flex:0 0 auto}.sidebar-thumb img{width:100%;height:100%;object-fit:cover}.sidebar-list strong{font-size:11px;line-height:1.35}.sidebar-list small{color:var(--blue);font-size:10px}.sidebar-cta{display:block;text-align:center;background:linear-gradient(135deg,#ff9638,#ffb057);color:#fff;border-radius:7px;padding:10px 12px;font-size:11px;font-weight:800;margin-top:12px}.sidebar-cta.blue{background:linear-gradient(135deg,#3f5fc5,#5574ca)}
.guide-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border:1px solid #dde3eb;background:#f5f7fb;border-radius:9px;color:var(--blue);font-size:24px;font-weight:800;margin-bottom:35px}.guide-bar button{border:0;background:transparent;color:var(--blue);font-size:26px;cursor:pointer}.guide-content{display:none;padding:0 0 12px}.guide-content.open{display:block}.guide-content a{display:block;padding:4px 0;color:#67728a;font-size:13px}.tool-prose{font-size:17px;color:#56627d}.tool-prose p{margin:0 0 1.35em}.tool-prose h2,.tool-prose h3{color:#05080e;line-height:1.15;margin-top:1.5em}.quick-answer{border:1px solid #f5d8bd;background:#fff7ee;border-radius:15px;padding:17px 20px;margin:28px 0 24px}.quick-answer h2{margin:0 0 6px!important;font-size:28px;color:#53607a}.quick-answer p{margin:0}.tool-section{padding:74px 0 0}.section-title-center{text-align:center}.section-title-center .section-kicker{margin-bottom:9px}.section-title-center h2{font-size:clamp(38px,4vw,56px);line-height:1.05;letter-spacing:-.04em;margin:0}.section-title-center p{color:#81838a;font-size:16px;margin:12px 0 34px}.caps-section{background:#f5f7fc;margin:76px calc(50% - 50vw) 0;padding:70px max(22px,calc((100vw - var(--container))/2))}.caps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.caps-card{background:#fff;border:1px solid #dce2ec;border-radius:20px;padding:30px 28px;min-height:155px;transition:.22s ease}.caps-card:hover{transform:translateY(-4px);box-shadow:0 17px 35px rgba(11,33,86,.08);border-color:#c3cee3}.caps-card h3{font-size:19px;margin:0 0 7px}.caps-card p{margin:0;color:#5e6b85;font-size:16px}.use-section{padding-bottom:0}.pros-section{background:#f5f7fc;margin:76px calc(50% - 50vw) 0;padding:70px max(22px,calc((100vw - var(--container))/2))}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pros-panel,.cons-panel{background:#fff;border:1px solid #dce2eb;border-radius:18px;padding:20px}.panel-heading{display:flex;align-items:center;gap:9px;margin-bottom:14px}.panel-heading .circle{width:31px;height:31px;border-radius:7px;display:grid;place-items:center;color:#fff;font-weight:900}.pros-panel .circle{background:#18b884}.cons-panel .circle{background:#f8943c}.panel-heading strong{font-size:15px}.panel-heading small{display:block;color:#7a8497;font-size:9px}.verdict-item{display:flex;gap:11px;padding:14px 0;border-top:1px solid #edf0f4}.verdict-item:first-child{border-top:0}.verdict-item .vicon{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;font-size:12px}.pros-panel .vicon{background:#e5f8f0;color:#10a36f}.cons-panel .vicon{background:#fff0e4;color:#eb812e}.verdict-item strong{font-size:13px}.verdict-item p{margin:2px 0 0;color:#617089;font-size:11px}.pricing-table-wrap{overflow:auto;margin-top:18px}.pricing-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e0e5ed}.pricing-table th,.pricing-table td{padding:14px 12px;text-align:left;border-bottom:1px solid #e1e4e9;color:#59667f;font-size:14px}.pricing-table th{color:#56607a;background:#fafbfc}.pricing-table tr:nth-child(even){background:#f5f5f5}.better-list{padding-left:20px;color:#5f6c86}.faq-section{background:#f5f7fc;margin:76px calc(50% - 50vw) 0;padding:70px max(22px,calc((100vw - var(--container))/2))}.faq-list{max-width:960px;margin:0 auto}.faq-item{background:#fff;border-radius:8px;margin-bottom:8px;box-shadow:0 3px 11px rgba(13,31,72,.05)}.faq-question{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 18px;color:#1f2738;font-weight:700;text-align:left;cursor:pointer}.faq-question b{width:25px;height:25px;border-radius:50%;background:#f1f2f4;color:#696f7a;display:grid;place-items:center;transition:.2s ease}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-answer-inner{overflow:hidden;padding:0 18px;color:#65718a;font-size:14px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer-inner{padding-bottom:16px}.faq-item.open .faq-question b{transform:rotate(45deg)}
/* Archive + generic */
.page-banner{padding:56px 0 32px;background:linear-gradient(180deg,#fafbfd,#fff)}.page-banner h1{font-size:clamp(40px,4.8vw,63px);letter-spacing:-.05em;line-height:1.02;margin:10px 0}.page-banner p{color:#6b7488;max-width:760px;font-size:16px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tool-card{border:1px solid #dfe4ed;background:#fff;border-radius:14px;overflow:hidden;transition:.22s ease}.tool-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(13,31,72,.09);border-color:#bdc9df}.tool-card-image{height:215px;background:#edf1f8;overflow:hidden;position:relative}.tool-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tool-card:hover .tool-card-image img{transform:scale(1.03)}.image-badge{position:absolute;left:12px;bottom:10px;background:#fff;border-radius:6px;padding:5px 8px;font-size:10px;color:var(--blue);font-weight:800}.tool-card-body{padding:15px}.tool-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.mini-logo{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #edf0f4;display:grid;place-items:center;overflow:hidden}.mini-logo img{width:100%;height:100%;object-fit:contain}.mini-score{color:var(--blue);font-size:11px;font-weight:800}.tool-card h3{font-size:17px;margin:11px 0 6px}.tool-card p{margin:0;color:#68738a;font-size:12px;line-height:1.5}.tool-card-footer{border-top:1px solid #edf0f4;margin-top:15px;padding-top:11px;display:flex;justify-content:space-between;gap:10px;align-items:center}.tool-card-footer span{color:#9a6a37;font-size:10px}.tool-card-footer a{color:var(--blue);font-size:11px;font-weight:800}.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.editorial-card{border:1px solid #dfe4ed;background:#fff;border-radius:14px;overflow:hidden;transition:.22s ease}.editorial-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(13,31,72,.08)}.editorial-image{height:220px;background:#edf1f8;overflow:hidden}.editorial-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.editorial-card:hover .editorial-image img{transform:scale(1.03)}.editorial-body{padding:16px}.editorial-body>span{color:#d07c31;font-size:10px;font-weight:800}.editorial-body h3{font-size:17px;line-height:1.25;margin:7px 0}.editorial-body p{color:#68738a;font-size:12px;line-height:1.55;min-height:52px}.editorial-body .btn{width:100%;min-height:37px;font-size:11px}
/* Utility */
.back-top{position:fixed;right:24px;bottom:24px;width:42px;height:42px;border:0;border-radius:4px;background:#0f79db;color:#fff;font-size:24px;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 26px rgba(0,78,166,.23);opacity:0;pointer-events:none;transform:translateY(10px);transition:.22s ease;z-index:140}.back-top.show{opacity:1;pointer-events:auto;transform:none}.back-top:hover{background:#095eaf}.reveal-ready{opacity:0;transform:translateY(15px);transition:opacity .5s ease,transform .5s ease}.reveal-ready.is-visible{opacity:1;transform:none}
/* Responsive */
@media(max-width:1120px){.site-nav{gap:14px}.site-nav a{font-size:13px}.header-inner{gap:18px}.tool-hero-inner{gap:30px}.tool-layout{grid-template-columns:minmax(0,1fr) 250px}.newsletter-box{grid-template-columns:1fr}.footer-top{grid-template-columns:1.4fr repeat(3,1fr)}}
@media(max-width:980px){.site-nav{display:none}.mobile-toggle{display:grid}.header-actions{margin-left:auto}.hero-stats{max-width:650px}.tool-hero-inner{grid-template-columns:1fr}.snapshot-card{max-width:720px}.tool-layout{grid-template-columns:1fr}.sidebar-box.sticky{position:static}.score-grid{grid-template-columns:1fr 1fr}.caps-grid{grid-template-columns:1fr 1fr}.archive-grid,.editorial-grid{grid-template-columns:1fr 1fr}.feature-card,.editorial-home-card{flex-basis:calc((100% - 7px)/2)}}
@media(max-width:720px){.container,.wide-container{width:min(calc(100% - 28px),var(--container))}.header-inner{min-height:68px}.header-submit{display:none}.home-hero{padding-top:14px}.home-hero-panel{padding:20px 16px 27px}.hero-center h1{font-size:41px}.hero-center .lead{font-size:14px}.hero-center .sublead{font-size:12px}.hero-search{max-width:100%}.hero-search input{height:42px}.hero-search button{width:94px}.hero-stats{grid-template-columns:1fr 1fr;gap:15px}.hero-stat{border-right:0}.home-section{padding:54px 0}.category-grid,.score-grid,.caps-grid,.pros-cons,.archive-grid,.editorial-grid{grid-template-columns:1fr}.feature-card,.editorial-home-card{flex-basis:100%}.slider-arrow.left{left:-5px}.slider-arrow.right{right:-5px}.newsletter-box{padding:28px 21px}.newsletter-form{display:block}.newsletter-form input,.newsletter-form button{width:100%;height:40px}.newsletter-form button{margin-top:7px}.footer-top{grid-template-columns:1fr 1fr;gap:26px}.tool-hero{padding:55px 0 42px}.tool-title-row{gap:14px}.tool-main-logo{width:78px;height:78px}.tool-title-row h1{font-size:42px}.tool-hero-description{font-size:15px}.snapshot-card{padding:16px 18px}.snapshot-row{font-size:13px}.guide-bar{font-size:20px}.tool-section{padding-top:58px}.caps-section,.pros-section,.faq-section{padding-top:56px}.section-title-center h2{font-size:38px}.tool-prose{font-size:16px}.footer-top{grid-template-columns:1fr}.copyright{display:block}.copyright span{display:block;margin-bottom:5px}}
.mobile-nav.open{display:flex;position:fixed;left:12px;right:12px;top:72px;z-index:150;flex-direction:column;background:#fff;border:1px solid #e0e4ec;border-radius:14px;padding:7px;box-shadow:0 20px 55px rgba(9,25,65,.17)}.mobile-nav.open a{padding:12px 13px;font-size:14px;border-radius:8px}.mobile-nav.open a:hover{background:#f4f6fa;color:var(--blue)}

/* V5 stability, responsive card sizing and performance safeguards */
.tool-card-image{height:235px !important;min-height:235px !important;max-height:235px !important;aspect-ratio:16/9;display:block !important}
.tool-card-image img{width:100% !important;height:100% !important;max-width:none;object-fit:cover !important;display:block}
.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:start}
.tool-card{min-width:0}
.tool-card-body{display:block !important;visibility:visible !important;opacity:1 !important}
.tool-card h3{display:block !important;color:#080b12 !important}
.tool-image-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#eef2fa,#fff);color:var(--blue);font-size:42px;font-weight:900}
.archive-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 230px 180px;gap:10px;margin:0 0 24px}
.archive-toolbar input,.archive-toolbar select{width:100%;height:46px;border:1px solid #d6dce7;background:#fff;border-radius:10px;padding:0 13px;color:#273048;outline:0}
.archive-toolbar input:focus,.archive-toolbar select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(63,95,197,.08)}
.archive-empty-state,.empty-state{padding:32px;border:1px dashed #cfd7e4;border-radius:14px;text-align:center;color:#66728a;background:#fafbfd;margin-top:16px}
.archive-empty-state[hidden]{display:none !important}
.category-description{max-width:850px;color:#5f6b83}
.site-header img{max-width:230px}
@media(max-width:980px){.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.archive-toolbar{grid-template-columns:1fr 1fr}.archive-toolbar input{grid-column:1/-1}}
@media(max-width:720px){.archive-grid{grid-template-columns:1fr !important}.archive-toolbar{grid-template-columns:1fr}.archive-toolbar input{grid-column:auto}.tool-card-image{height:220px !important;min-height:220px !important;max-height:220px !important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Single AI Tool page only: natural related-tool cards. Other V5 layouts remain unchanged. */
.tool-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-items:stretch}
.tool-related-card{display:flex;flex-direction:column;min-width:0;border:1px solid #dfe4ed;background:#fff;border-radius:14px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.tool-related-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(13,31,72,.08);border-color:#bdc9df}
.tool-related-image{display:block;position:relative;width:100%;height:205px;min-height:205px;max-height:205px;overflow:hidden;background:#f3f5f9}
.tool-related-image img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;transition:transform .35s ease}
.tool-related-card:hover .tool-related-image img{transform:scale(1.03)}
.tool-related-fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#eef2fa,#fff);color:var(--blue);font-size:42px;font-weight:900}
.tool-related-body{display:flex;flex-direction:column;flex:1;padding:15px}
.tool-related-type{color:#d07c31;font-size:10px;font-weight:800;line-height:1.4}
.tool-related-body h3{font-size:17px;line-height:1.25;margin:7px 0 6px}
.tool-related-body h3 a{color:inherit;text-decoration:none}
.tool-related-body p{margin:0;color:#68738a;font-size:12px;line-height:1.55;min-height:52px}
.tool-related-body .btn{width:100%;min-height:37px;font-size:11px;margin-top:12px}
@media(max-width:980px){.tool-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.tool-related-grid{grid-template-columns:1fr}.tool-related-image{height:210px;min-height:210px;max-height:210px}}
