/* Redesigned Home Page Styles */
@media (prefers-reduced-data:reduce){.home-hero-img img,.home-card img,.home-simple-card-icon{transform:none!important;transition:none!important}}
.home-hero{background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 100%);padding:2.5rem 1rem;border-bottom:1px solid #e2e8f0;overflow:hidden;position:relative}
.home-hero-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative;z-index:1}
@media (min-width:992px){
  .home-hero-inner{flex-direction:row;justify-content:space-between}
  .home-hero-text{flex:1.2;padding-right:2rem;text-align:left}
  .home-hero-img{flex:1;text-align:right}
  .home-hero-img img{max-width:100%;height:auto;border-radius:1.5rem;box-shadow:0 15px 35px -10px rgba(0,0,0,0.15);transform:perspective(1000px) rotateY(-5deg);transition:transform 0.5s ease;will-change:transform;aspect-ratio:1024/575}
  .home-hero-img img:hover{transform:perspective(1000px) rotateY(0deg) scale(1.02)}
}
@media (max-width:991px){
  .home-hero-text{text-align:center;display:flex;flex-direction:column;align-items:center}
  .home-hero{padding-top:2rem;padding-bottom:2rem}
}
.home-hero-text h1{font-size:clamp(2rem,3.5vw,3rem);font-weight:800;color:#0f172a;line-height:1.15;margin-bottom:0.75rem;letter-spacing:-0.02em}
.home-hero-text p.subtitle{font-size:1.05rem;color:#475569;line-height:1.5;margin-bottom:1.5rem;max-width:600px}
.home-trust-row{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.25rem;justify-content:inherit}
.home-trust-chip{display:inline-flex;align-items:center;gap:0.35rem;padding:0.35rem 0.75rem;border:1px solid #bfdbfe;border-radius:999px;background:rgba(239,246,255,0.7);color:#1d4ed8;font-size:0.9rem;font-weight:600;backdrop-filter:blur(4px)}
.home-search-wrap{position:relative;margin:0 0 1.5rem 0;max-width:600px;width:100%}
.home-search-input{width:100%;min-height:52px;border:2px solid #bae6fd;border-radius:999px;padding:0.5rem 1.5rem 0.5rem 3rem;font-size:1.05rem;color:#0f172a;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:all 0.2s ease;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 1rem center}
.home-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,0.15)}
.home-search-list{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #cbd5e1;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1);list-style:none;margin:0;padding:0.5rem;z-index:40;display:none;max-height:320px;overflow-y:auto;text-align:left}
@media (max-height:600px){.home-search-list{max-height:200px}}
.home-search-list.show{display:block}
.home-search-list li a{display:block;padding:0.75rem 1rem;border-radius:0.5rem;text-decoration:none;color:#1e293b;font-weight:500;transition:background 0.15s}
.home-search-list li a:hover,.home-search-list li a:focus,.home-search-list li a.active{background:#f1f5f9;color:#2563eb;outline:none}
.home-top-tasks-title{font-size:0.9rem;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:0.05em;display:flex;align-items:center}
.home-top-tasks{display:flex;flex-wrap:wrap;gap:0.6rem;align-items:center;justify-content:inherit}
.home-task-chip{display:inline-flex;align-items:center;padding:0.5rem 1rem;border-radius:999px;background:#fff;border:1px solid #e2e8f0;text-decoration:none;color:#475569;font-size:0.9rem;font-weight:500;transition:all 0.2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.02)}
.home-task-chip:hover{border-color:#93c5fd;background:#f0f9ff;color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}
.home-section{padding:2.5rem 1rem;max-width:1200px;margin:0 auto}
.home-section-alt{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;max-width:100%;padding-left:1rem;padding-right:1rem}
.home-section-alt .home-section-inner{max-width:1200px;margin:0 auto;padding:2.5rem 0}
.section-header{text-align:center;margin-bottom:2.5rem}
.section-header h2{font-size:2rem;color:#0f172a;font-weight:800;margin-bottom:0.75rem;letter-spacing:-0.01em;display:inline-flex;align-items:center;gap:0.75rem;justify-content:center}
.section-header p{font-size:1.05rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}
.category-divider{width:80px;height:4px;background:linear-gradient(90deg,#0ea5e9,#3b82f6);border-radius:2px;margin:1.5rem auto 0}
.home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}
.home-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:2rem;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;position:relative;overflow:hidden}
.home-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1);border-color:#cbd5e1}
.home-card::after{content:"→";position:absolute;top:2rem;right:2rem;font-size:1.5rem;color:#cbd5e1;font-weight:300;transition:color 0.3s,transform 0.3s}
.home-card:hover::after{color:#3b82f6;transform:translateX(4px)}
.home-card img{width:100%;height:180px;object-fit:cover;border-radius:0.75rem;margin-bottom:1.5rem;background:#f1f5f9;box-shadow:inset 0 2px 4px rgba(0,0,0,0.05)}
.home-card h3{font-size:1.35rem;color:#0f172a;font-weight:800;margin:0 0 0.75rem 0;padding-right:2rem}
.home-card p{color:#475569;font-size:1rem;line-height:1.6;margin:0 0 1.25rem 0;flex:1}
.home-card ul{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.home-card li{display:flex;align-items:flex-start;gap:0.5rem;color:#64748b;font-size:0.95rem}
.home-card li::before{content:"✓";color:#10b981;font-weight:bold}
.home-simple-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}
.home-simple-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;transition:all 0.2s cubic-bezier(0.4,0,0.2,1);text-decoration:none;color:inherit;display:flex;gap:1rem;align-items:flex-start;box-shadow:0 2px 4px rgba(0,0,0,0.02)}
.home-simple-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -3px rgba(0,0,0,0.08);border-color:#bae6fd}
.home-simple-card-icon{font-size:1.5rem;background:#f8fafc;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;border-radius:0.75rem;flex-shrink:0;border:1px solid #e2e8f0;transition:all 0.2s}
.home-simple-card:hover .home-simple-card-icon{background:#eff6ff;border-color:#bae6fd;transform:scale(1.05)}
.home-simple-card-content{flex:1}
.home-simple-card h3{font-size:1.1rem;color:#0f172a;font-weight:700;margin:0 0 0.4rem 0;line-height:1.3}
.home-simple-card p{margin:0;color:#64748b;font-size:0.9rem;line-height:1.5}
.home-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);border:1px solid #e2e8f0;overflow:hidden}
@media (max-width:768px){.home-table{display:block;overflow-x:auto;white-space:nowrap}}
.home-table th,.home-table td{padding:1.25rem 1.5rem;text-align:left;border-bottom:1px solid #e2e8f0;line-height:1.5}
.home-table th{background:#f8fafc;font-weight:700;color:#1e293b;text-transform:uppercase;font-size:0.85rem;letter-spacing:0.05em}
.home-table tr:last-child td{border-bottom:none}
.home-table td{color:#475569;font-size:0.95rem}
.home-table td:first-child{font-weight:600;color:#0f172a}
.home-table a{color:#2563eb;text-decoration:none;font-weight:500;display:inline-block;margin-right:0.5rem}
.home-table a:hover{text-decoration:underline;color:#1d4ed8}
.home-faq-grid{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}
.home-faq-details{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.02);overflow:hidden;transition:box-shadow 0.2s ease,border-color 0.2s ease}
.home-faq-details:hover{box-shadow:0 6px 12px -2px rgba(0,0,0,0.05);border-color:#cbd5e1}
.home-faq-summary{font-size:1.1rem;color:#0f172a;font-weight:700;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;outline:none}
.home-faq-summary::-webkit-details-marker{display:none}
.home-faq-summary::after{content:"+";color:#3b82f6;font-size:1.5rem;font-weight:400;line-height:1;transition:transform 0.2s ease}
.home-faq-details[open] .home-faq-summary::after{transform:rotate(45deg);color:#0f172a}
.home-faq-details[open] .home-faq-summary{border-bottom:1px solid #f1f5f9}
.home-faq-content{padding:1.25rem 1.5rem;color:#475569;line-height:1.6;font-size:1rem;background:#f8fafc;border-top:1px solid transparent}
.home-faq-content p{margin:0}
.home-faq-content a{color:#2563eb;text-decoration:none;font-weight:500}
.home-faq-content a:hover{text-decoration:underline}
.home-ul-links{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}
.home-ul-links li a{display:flex;align-items:center;padding:1rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:0.75rem;color:#334155;font-weight:500;text-decoration:none;transition:all 0.2s;box-shadow:0 1px 2px rgba(0,0,0,0.02)}
.home-ul-links li a:hover{background:#f0f9ff;border-color:#93c5fd;color:#1d4ed8;transform:translateX(4px);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}
.home-ul-links li a::before{content:"→";margin-right:0.75rem;color:#94a3b8;transition:color 0.2s}
.home-ul-links li a:hover::before{color:#2563eb}
.home-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.home-feature{background:#fff;padding:2.5rem 2rem;border-radius:1.25rem;text-align:center;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);transition:transform 0.3s}
.home-feature:hover{transform:translateY(-4px);border-color:#cbd5e1}
.home-feature-icon{font-size:3rem;margin-bottom:1.25rem;display:block}
.home-feature h3{font-size:1.25rem;color:#0f172a;margin-bottom:0.75rem;font-weight:700}
.home-feature p{color:#475569;margin:0;line-height:1.6}
.home-deferred{content-visibility:auto;contain-intrinsic-size:1px 900px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.breadcrumb{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:0.9rem;max-width:1200px;margin:0 auto}
.breadcrumb-item{display:flex;align-items:center;gap:0.5rem;color:#64748b}
.breadcrumb-item a{color:#2563eb;text-decoration:none;font-weight:500}
.breadcrumb-item a:hover{text-decoration:underline}
.breadcrumb-separator{color:#cbd5e1;user-select:none}
.skip-link{position:absolute;top:-40px;left:0;background:#3b82f6;color:#fff;padding:0.75rem 1.5rem;text-decoration:none;font-weight:600;border-radius:0 0 0.5rem 0;z-index:9999;transition:top 0.2s}
.skip-link:focus{top:0;outline:3px solid #1d4ed8;outline-offset:2px}
.trust-bar{text-align:center;padding:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:0.95rem;color:#475569}
.trust-bar strong{color:#0f172a;font-weight:700}
.trust-bar .stars{color:#f59e0b;margin:0 0.25rem}
.use-case-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.use-case-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.75rem;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.02)}
.use-case-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -3px rgba(0,0,0,0.08);border-color:#93c5fd}
.use-case-icon{font-size:2.5rem;margin-bottom:1rem;display:block}
.use-case-card h3{font-size:1.15rem;color:#0f172a;font-weight:700;margin:0 0 0.5rem 0}
.use-case-card p{color:#64748b;font-size:0.95rem;line-height:1.6;margin:0 0 1rem 0}
.use-case-tools{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:0.75rem}
.use-case-tool-tag{display:inline-block;padding:0.25rem 0.6rem;background:#eff6ff;border:1px solid #bae6fd;border-radius:999px;font-size:0.8rem;color:#1d4ed8;font-weight:500}
@media (hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){
  .home-hero-img img,.home-task-chip,.home-card,.home-card::after,.home-simple-card,.home-simple-card-icon,.home-faq-details,.home-faq-summary::after,.home-ul-links li a,.home-ul-links li a::before,.home-feature,.use-case-card,.cta-button,.nav-trigger,.dropdown,.footer-links a,#backToTop{transition:none!important;transform:none!important;animation:none!important}
  .home-hero-img img,.home-card,.home-simple-card,.home-faq-details,.home-feature,.use-case-card,.cta-button,.site-header,.site-footer{box-shadow:none!important}
  .home-card:hover,.home-simple-card:hover,.home-feature:hover,.home-task-chip:hover,.home-ul-links li a:hover,.use-case-card:hover,.cta-button:hover,.nav-trigger:hover{transform:none!important}
}
/* Site Header Styles */
:root{--header-bg:linear-gradient(120deg,#0ea5e9 0%,#60a5fa 45%,#f472b6 100%);--header-text:#ffffff;--header-accent:#ffe29a;--header-surface:rgba(255,255,255,0.12);--header-border:rgba(255,255,255,0.25);--header-shadow:0 12px 30px rgba(14,116,144,0.18);--header-focus:#fff}
.site-header{position:sticky;top:0;z-index:1000;background:var(--header-bg);color:var(--header-text);box-shadow:0 4px 12px rgba(0,0,0,0.08);backdrop-filter:blur(10px) saturate(1.2);will-change:transform;padding:0!important}
.header-wrap{max-width:1200px;margin:0 auto;padding:0.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:inline-flex;align-items:center;gap:0.6rem;text-decoration:none;color:var(--header-text);font-weight:800;letter-spacing:0.02em;font-size:1.25rem;white-space:nowrap}
.logo img{height:38px;width:auto;aspect-ratio:1024/575;object-fit:contain;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,0.18)}
.nav-actions{display:flex;align-items:center;gap:0.75rem}
.cta-button{background:#111827;color:#fff;border:0;border-radius:999px;padding:0.55rem 1rem;font-weight:700;font-size:0.95rem;box-shadow:0 10px 24px rgba(17,24,39,0.25);text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease;white-space:nowrap}
.cta-button:hover,.cta-button:focus{transform:translateY(-1px);box-shadow:0 14px 28px rgba(17,24,39,0.3);outline:none}
.menu-toggle{display:none;background:var(--header-surface);border:1px solid var(--header-border);color:var(--header-text);border-radius:12px;padding:0.45rem 0.6rem;font-size:1.2rem;cursor:pointer}
.menu-toggle:focus{outline:2px solid var(--header-focus);outline-offset:2px}
.nav{display:flex;gap:0.75rem;align-items:center}
.nav-list{display:flex;gap:0.6rem;margin:0;padding:0;list-style:none}
.nav-item{position:relative}
.nav-trigger{background:var(--header-surface);border:1px solid var(--header-border);color:var(--header-text);padding:0.45rem 0.8rem;border-radius:999px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:0.4rem;transition:background 0.2s ease,transform 0.2s ease;white-space:nowrap;text-decoration:none}
.nav-trigger:hover,.nav-trigger:focus-within{background:rgba(255,255,255,0.2);transform:translateY(-1px)}
.nav-trigger .chip{width:8px;height:8px;background:var(--header-accent);border-radius:999px;box-shadow:0 0 0 3px rgba(255,226,154,0.2)}
.dropdown{position:absolute;left:0;top:110%;min-width:240px;background:#ffffff;color:#111827;border-radius:14px;padding:0.5rem;box-shadow:0 18px 38px rgba(15,23,42,0.2);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity 0.2s ease,transform 0.2s ease;z-index:50}
.nav-item:focus-within .dropdown,.nav-item:hover .dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}
.dropdown a{display:block;padding:0.55rem 0.7rem;border-radius:10px;text-decoration:none;color:#111827;font-weight:600;font-size:0.95rem;transition:background 0.2s ease,color 0.2s ease}
.dropdown a:hover,.dropdown a:focus{background:#eef2ff;color:#1d4ed8;outline:none}
.dropdown .desc{display:block;font-weight:400;font-size:0.78rem;color:#6b7280;margin-top:0.1rem}
@media (max-width:980px){
  .menu-toggle{display:inline-flex}
  .nav{position:absolute;left:0;right:0;top:100%;background:#0f172a;padding:0.75rem 1rem 1rem;display:none;flex-direction:column;align-items:stretch;gap:0.75rem}
  .nav.open{display:flex}
  .nav-list{flex-direction:column;gap:0.6rem}
  .dropdown{position:static;opacity:1;pointer-events:auto;transform:none;background:rgba(255,255,255,0.12);color:#fff}
  .dropdown a{color:#fff}
  .dropdown a:hover,.dropdown a:focus{background:rgba(255,255,255,0.18);color:#fff}
  .dropdown .desc{color:#e2e8f0}
}
body.tools-page .header-wrap{padding:0.45rem 0.75rem}
body.tools-page .logo img{height:30px}
.menu-toggle:focus-visible,.nav a:focus-visible,.nav-trigger:focus-visible,.cta-button:focus-visible{outline:3px solid rgba(99,102,241,0.95);outline-offset:2px;border-radius:8px}
.site-footer{background:linear-gradient(90deg,#4f8cff 0%,#ffb347 100%);color:#fff;padding:2rem 0 1rem 0;font-size:1rem;box-shadow:0 -2px 16px rgba(0,0,0,0.08);margin-top:2rem}
.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}
.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}
.footer-links a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.2s;border-radius:4px;padding:0.2em 0.6em}
.footer-links a:hover,.footer-links a:focus{background:rgba(255,255,255,0.12);color:#222;outline:none}
.footer-copyright{font-size:0.98em;opacity:0.85;text-align:center}
#backToTop{background:#fff;color:#4f8cff;border:none;border-radius:50%;width:36px;height:36px;font-size:1.3em;cursor:pointer;box-shadow:0 2px 8px rgba(79,140,255,0.10);transition:background 0.2s,color 0.2s;margin-top:0.5rem}
#backToTop:hover,#backToTop:focus{background:#4f8cff;color:#fff;outline:none}
@media (max-width:600px){
  .footer-container{padding:0 1rem}
  .footer-links{gap:0.7rem}
}
.btn-explore{display:inline-block;padding:0.75rem 2rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:999px;font-weight:700;font-size:1rem;box-shadow:0 10px 24px rgba(59,130,246,0.25);transition:all 0.3s ease;margin-top:1rem}
.btn-explore:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 14px 28px rgba(59,130,246,0.35)}
.home-about-section .section-header{margin-bottom:1.5rem;text-align:left}
.home-about-section h2{font-size:1.6rem;justify-content:flex-start;margin-bottom:0.5rem}
.home-about-section .category-divider{margin:0;width:60px}
.home-about-content{color:#475569;line-height:1.7;font-size:1.05rem}
.home-about-content p{margin-bottom:1rem}
.home-about-content strong{color:#0f172a}
.home-about-content a{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px}
.text-center{text-align:center}
