/*
Theme Name: HRSoftwareHyderabad
Theme URI: https://www.hrsoftwarehyderabad.com
Author: HRSoftwareHyderabad
Author URI: https://www.hrsoftwarehyderabad.com
Description: Custom WordPress theme for HRSoftwareHyderabad - #1 HR & Payroll Software for Hyderabad Businesses
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hrsoftwarehyd
*/
/* Theme Name:HRSoftwareHyderabad Theme URI:https://www.hrsoftwarehyderabad.com Author:HRSoftwareHyderabad Author URI:https://www.hrsoftwarehyderabad.com Description:Custom WordPress theme for HRSoftwareHyderabad - #1 HR & Payroll Software for Hyderabad Businesses Version:1.0.0 Requires at least:6.0 Tested up to:6.7 Requires PHP:8.0 License:GNU General Public License v2 or later License URI:http://www.gnu.org/licenses/gpl-2.0.html Text Domain:hrsoftwarehyd */:root{--color-primary:#6E45FF;--color-primary-dark:#5A35E0;--color-primary-light:#8B6AFF;--color-accent:#22C55E;--color-accent-dark:#16A34A;--color-surface:#F8F7FF;--color-surface-alt:#F0FDF4;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--font-sans:'Plus Jakarta Sans',ui-sans-serif,system-ui,-apple-system,sans-serif;--max-w-7xl:1280px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-full:9999px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:var(--color-gray-900);line-height:1.6;overflow-x:clip;padding-top:4rem}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}::selection{background-color:var(--color-primary);color:#fff}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:800}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:1.125rem}p{line-height:1.7}.container{width:100%;max-width:var(--max-w-7xl);margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(1,1fr)}.grid-3{grid-template-columns:repeat(1,1fr)}.grid-4{grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.section{padding:5rem 0}@media (min-width:640px){.section{padding:7rem 0}}.section-surface{background:var(--color-surface)}.section-white{background:#fff}.section-dark{background:var(--color-gray-900);color:var(--color-gray-300)}.section-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.section-badge{display:inline-block;padding:0.375rem 1rem;font-size:0.75rem;font-weight:700;color:var(--color-primary);background:rgba(110,69,255,0.1);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1rem}h1.section-badge{line-height:1.5}.section-header h2{color:var(--color-gray-900)}.section-header h2 span{color:var(--color-primary)}.section-header p{margin-top:1rem;font-size:1.125rem;color:var(--color-gray-500)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:0.875rem 1.75rem;background:var(--color-primary);color:#fff;font-weight:600;border-radius:var(--radius-xl);transition:background-color 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;box-shadow:0 10px 15px -3px rgba(110,69,255,0.25);font-size:0.875rem;gap:0.5rem}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(110,69,255,0.3)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:0.875rem 1.75rem;background:#fff;color:var(--color-primary);font-weight:600;border-radius:var(--radius-xl);border:2px solid rgba(110,69,255,0.2);transition:border-color 0.3s ease,transform 0.3s ease;font-size:0.875rem;gap:0.5rem}.btn-secondary:hover{border-color:rgba(110,69,255,0.4);transform:translateY(-2px)}.btn-white{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#fff;color:var(--color-primary);font-weight:700;border-radius:var(--radius-xl);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);transition:box-shadow 0.3s ease,transform 0.3s ease;font-size:0.875rem;gap:0.5rem}.btn-white:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1);transform:translateY(-2px)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:rgba(255,255,255,0.1);color:#fff;font-weight:600;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(8px);transition:background-color 0.3s ease;font-size:0.875rem;gap:0.5rem}.btn-ghost:hover{background:rgba(255,255,255,0.2)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:50;background:rgba(255,255,255,0.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-gray-100)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width:1024px){.header-inner{height:4.5rem}}.logo{display:flex;align-items:center;gap:0.625rem;flex-shrink:0;text-decoration:none}.logo:hover .logo-svg{transform:scale(1.05)}.logo-svg{width:2.25rem;height:2.5rem;transition:transform 0.2s}@media (min-width:640px){.logo-svg{width:2.5rem;height:2.75rem}}.logo-text{display:none;flex-direction:column;font-weight:700;font-size:1.0625rem;line-height:1.2;letter-spacing:-0.01em;color:var(--color-gray-900)}@media (min-width:640px){.logo-text{display:flex}}.logo-text span{font-weight:600;font-size:0.6875rem;line-height:1.2;letter-spacing:0.15em;text-transform:uppercase;color:var(--color-primary)}.desktop-nav{display:none;align-items:center;gap:0.25rem}@media (min-width:1024px){.desktop-nav{display:flex}}.nav-link{padding:0.5rem 1rem;font-size:0.875rem;font-weight:500;color:var(--color-gray-700);border-radius:var(--radius-lg);transition:color 0.2s,background-color 0.2s}.nav-link:hover{color:var(--color-primary);background:var(--color-surface)}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:0.25rem;padding:0.5rem 1rem;font-size:0.875rem;font-weight:500;color:var(--color-gray-700);border-radius:var(--radius-lg);transition:color 0.2s,background-color 0.2s}.nav-dropdown-trigger:hover{color:var(--color-primary);background:var(--color-surface)}.nav-dropdown-trigger svg{width:1rem;height:1rem;transition:transform 0.2s}.nav-dropdown:hover .nav-dropdown-trigger svg{transform:rotate(180deg)}.dropdown-menu{display:none;position:absolute;top:100%;left:0;padding-top:0.5rem;z-index:60}.nav-dropdown:hover .dropdown-menu{display:block}.dropdown-panel{background:#fff;border-radius:var(--radius-2xl);box-shadow:0 25px 50px -12px rgba(0,0,0,0.15);border:1px solid var(--color-gray-100);overflow:hidden}.dropdown-features{width:720px}.dropdown-features .dropdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.5rem;padding:1.25rem}.dropdown-item{display:flex;align-items:flex-start;gap:0.75rem;padding:0.75rem;border-radius:var(--radius-xl);transition:background 0.2s}.dropdown-item:hover{background:var(--color-gray-50)}.dropdown-item-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.dropdown-item-title{font-size:0.875rem;font-weight:600;color:var(--color-gray-900);line-height:1.3}.dropdown-item-desc{font-size:0.75rem;color:var(--color-gray-500);margin-top:0.125rem;line-height:1.4}.dropdown-footer{border-top:1px solid var(--color-gray-100);padding:0.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;background:rgba(249,250,251,0.6)}.dropdown-footer-text{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--color-gray-600);font-weight:500}.dropdown-footer-text .dot{width:0.375rem;height:0.375rem;border-radius:50%;background:#f59e0b}.dropdown-footer a{font-size:0.875rem;font-weight:600;color:var(--color-primary);display:flex;align-items:center;gap:0.25rem;transition:color 0.2s}.dropdown-footer a:hover{color:var(--color-primary-dark)}.dropdown-resources{width:620px;padding:0}.dropdown-resources-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.25rem}.dropdown-section-title{font-size:0.7rem;font-weight:700;color:var(--color-gray-400);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:0.5rem;padding-left:0.75rem}.dropdown-resources .dropdown-item{padding:0.5rem 0.75rem}.dropdown-resources .dropdown-item-icon{width:2rem;height:2rem;border-radius:var(--radius-md)}.dropdown-resources .dropdown-item-icon svg{width:15px;height:15px}.new-dot{display:inline-block;width:0.5rem;height:0.5rem;border-radius:50%;background:#f97316;margin-left:0.25rem;vertical-align:middle}.header-cta{display:none;align-items:center;gap:0.75rem}@media (min-width:1024px){.header-cta{display:flex}}.header-signin{font-size:0.875rem;font-weight:500;color:var(--color-gray-700);transition:color 0.2s}.header-signin:hover{color:var(--color-primary)}.header-cta .btn-primary{padding:0.625rem 1.25rem;font-size:0.875rem}.mobile-toggle{display:block;padding:0.5rem;border-radius:var(--radius-lg);transition:background 0.2s}.mobile-toggle:hover{background:var(--color-gray-100)}@media (min-width:1024px){.mobile-toggle{display:none}}.mobile-toggle svg{width:1.5rem;height:1.5rem}.mobile-menu{display:none;border-top:1px solid var(--color-gray-100);padding:1rem 0}.mobile-menu.active{display:block}@media (min-width:1024px){.mobile-menu{display:none !important}}.mobile-section-title{padding:0 0.75rem;font-size:0.75rem;font-weight:600;color:var(--color-gray-400);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem}.mobile-nav-link{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0.75rem;border-radius:var(--radius-lg);transition:background 0.2s}.mobile-nav-link:hover{background:var(--color-surface)}.mobile-nav-icon{width:2rem;height:2rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-nav-text{font-size:0.875rem;font-weight:500;color:var(--color-gray-700)}.mobile-divider{border-top:1px solid var(--color-gray-100);margin:0.5rem 0}.mobile-cta{padding:0.75rem;display:flex;flex-direction:column;gap:0.5rem}.mobile-cta .btn-primary,.mobile-cta .btn-secondary{width:100%;text-align:center}.site-footer{background:var(--color-gray-900);color:var(--color-gray-300)}.footer-main{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr repeat(5,1fr)}}.footer-brand{grid-column:span 2}@media (min-width:1024px){.footer-brand{grid-column:span 1}}.footer-brand .logo{margin-bottom:1.25rem}.footer-brand .logo-text{color:#fff;display:flex}.footer-brand .logo-text span{color:var(--color-primary-light)}.footer-desc{font-size:0.875rem;color:var(--color-gray-400);line-height:1.7;margin-bottom:1.5rem;max-width:280px}.footer-contact{display:flex;flex-direction:column;gap:0.75rem}.footer-contact-item{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.875rem;color:var(--color-gray-400)}.footer-contact-item svg{width:1rem;height:1rem;color:var(--color-primary-light);margin-top:0.125rem;flex-shrink:0}.footer-contact-item a{color:var(--color-gray-400);transition:color 0.2s}.footer-contact-item a:hover{color:#fff}.footer-links h3{font-size:0.875rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:0.625rem}.footer-links a{font-size:0.875rem;color:var(--color-gray-400);transition:color 0.2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--color-gray-800);padding:1.5rem 0}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:640px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:0.75rem;color:var(--color-gray-500)}.footer-legal{display:flex;align-items:center;gap:1.5rem}.footer-legal a{font-size:0.75rem;color:var(--color-gray-500);transition:color 0.2s}.footer-legal a:hover{color:#fff}.footer-social{display:flex;align-items:center;gap:0.75rem}.footer-social a{width:2rem;height:2rem;border-radius:var(--radius-lg);background:var(--color-gray-800);display:flex;align-items:center;justify-content:center;transition:background 0.2s}.footer-social a:hover{background:var(--color-primary)}.footer-social svg{width:1rem;height:1rem}.footer-security{border-top:1px solid var(--color-gray-800);padding:2rem 0}.footer-security-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2.5rem;margin-bottom:1.25rem}.security-badge{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;font-weight:500;color:var(--color-gray-300);white-space:nowrap}.security-badge svg{flex-shrink:0}.footer-compliance-text{text-align:center;font-size:0.8125rem;color:var(--color-gray-500);line-height:1.7;max-width:64rem;margin:0 auto}.footer-compliance-text strong{color:var(--color-gray-300);font-weight:600}@media (max-width:639px){.footer-security-badges{gap:1rem 1.5rem}.security-badge{font-size:0.75rem}.footer-compliance-text{font-size:0.75rem}}.hero{position:relative;overflow:hidden;background:linear-gradient(to bottom,var(--color-surface),#fff);padding:4rem 0}@media (min-width:640px){.hero{padding:5rem 0}}@media (min-width:1024px){.hero{padding:7rem 0}}.hero-grid{display:grid;gap:3rem}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.375rem 1rem;background:rgba(110,69,255,0.1);border-radius:var(--radius-full);margin-bottom:1.5rem}.hero-badge .pulse{width:0.5rem;height:0.5rem;background:var(--color-accent);border-radius:50%;animation:pulse 2s infinite}.hero-badge span{font-size:0.75rem;font-weight:600;color:var(--color-primary)}h1.hero-badge{font-size:0.75rem;font-weight:600;line-height:1.5}h2.hero-headline{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.2}.hero-headline span{color:var(--color-primary)}.hero-desc{margin-top:1.5rem;font-size:1.125rem;color:var(--color-gray-600);line-height:1.7;max-width:36rem}.hero-checklist{list-style:none;margin-top:2rem;display:flex;flex-direction:column;gap:0.75rem}.hero-checklist li{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.875rem;color:var(--color-gray-600)}.hero-checklist .check-icon{width:1.25rem;height:1.25rem;color:var(--color-accent);margin-top:0.125rem;flex-shrink:0}.hero-social-proof{margin-top:2.5rem;display:flex;align-items:center;gap:1.5rem}.avatar-stack{display:flex}.avatar-stack .avatar{width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid #fff;background:linear-gradient(135deg,rgba(110,69,255,0.4),rgba(110,69,255,0.8));display:flex;align-items:center;justify-content:center;margin-left:-0.5rem;font-size:0.625rem;color:#fff;font-weight:700}.avatar-stack .avatar:first-child{margin-left:0}.hero-stars{display:flex;gap:0.25rem}.hero-stars svg{width:1rem;height:1rem;fill:#fbbf24;color:#fbbf24}.hero-rating{font-size:0.75rem;color:var(--color-gray-500);margin-top:0.125rem}.hero-form-card{background:#fff;border-radius:var(--radius-2xl);box-shadow:0 25px 50px -12px rgba(110,69,255,0.1);border:1px solid var(--color-gray-100);overflow:hidden}.hero-form-header{background:linear-gradient(to right,var(--color-primary),var(--color-primary-light));padding:1.25rem 1.5rem}.hero-form-header h3{color:#fff;font-weight:800;font-size:1.125rem}.hero-form-header p{color:rgba(255,255,255,0.7);font-size:0.875rem;margin-top:0.125rem}.hero-form-body{padding:1.5rem}.hero-form-trust{border-top:1px solid var(--color-gray-100);padding:0.75rem 1.5rem;background:rgba(249,250,251,0.6);display:flex;flex-wrap:wrap;gap:0.375rem 1.25rem}.hero-form-trust span{display:flex;align-items:center;gap:0.375rem;font-size:0.75rem;color:var(--color-gray-500)}.hero-form-trust .check-icon{width:0.875rem;height:0.875rem;color:var(--color-accent)}.hero-decoration{position:absolute;border-radius:50%;pointer-events:none;filter:blur(48px)}.hero-decoration-1{top:50%;right:0;width:24rem;height:24rem;background:rgba(110,69,255,0.05);transform:translateY(-50%) translateX(50%)}.hero-decoration-2{bottom:0;left:0;width:18rem;height:18rem;background:rgba(34,197,94,0.05);transform:translateY(50%) translateX(-50%)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:0.875rem;font-weight:500;color:var(--color-gray-700);margin-bottom:0.375rem}.form-input{width:100%;padding:0.625rem 0.75rem;border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);font-size:0.875rem;color:var(--color-gray-900);transition:border-color 0.2s,box-shadow 0.2s;font-family:var(--font-sans)}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(110,69,255,0.1)}.form-input::placeholder{color:var(--color-gray-400)}.form-select{width:100%;padding:0.625rem 0.75rem;border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);font-size:0.875rem;color:var(--color-gray-900);background:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M8 10.5l-4-4h8l-4 4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.75rem center;transition:border-color 0.2s,box-shadow 0.2s;font-family:var(--font-sans)}.form-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(110,69,255,0.1)}.form-submit{width:100%;margin-top:0.5rem}.form-success{text-align:center;padding:2rem 1rem}.form-success h3{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-top:1rem}.form-success p{font-size:0.875rem;color:var(--color-gray-500);margin-top:0.5rem}.social-proof{padding:3.5rem 0 2.5rem;background:#fff;overflow:hidden}.social-proof-title{text-align:center;font-size:0.9375rem;color:var(--color-gray-500);font-weight:500;margin-bottom:2.5rem;letter-spacing:0.01em}.social-proof-title strong{color:var(--color-gray-900);font-weight:700}.marquee-container{position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.marquee-track{display:flex;align-items:center;gap:3.5rem;animation:marquee 35s linear infinite;width:max-content}.marquee-track:hover{animation-play-state:paused}.marquee-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0.5rem 1rem}.marquee-item img{max-width:120px;max-height:44px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(0.5);transition:filter 0.4s ease,transform 0.3s ease}.marquee-item:hover img{filter:grayscale(0%) opacity(1);transform:scale(1.08)}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:639px){.social-proof{padding:2rem 0 1.5rem}.social-proof-title{font-size:0.8125rem;margin-bottom:1.5rem}.marquee-track{gap:1.5rem}.marquee-item{padding:0.375rem 0.75rem}.marquee-item img{max-width:85px;max-height:32px}}.trust-badges-bar{padding:1.5rem 0;background:var(--color-surface);border-top:1px solid var(--color-gray-100);border-bottom:1px solid var(--color-gray-100)}.trust-badges-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 2.5rem}.trust-badge-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;font-weight:600;color:var(--color-gray-700);white-space:nowrap}.trust-badge-item svg{flex-shrink:0}@media (max-width:639px){.trust-badges-row{gap:0.75rem 1.25rem}.trust-badge-item{font-size:0.75rem}.trust-badge-item svg{width:14px;height:14px}}.card{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);padding:1.5rem;transition:box-shadow 0.3s ease,transform 0.3s ease;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.card-icon{width:3rem;height:3rem;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem}.card h3{font-size:1.125rem;font-weight:700;color:var(--color-gray-900);margin-bottom:0.5rem}.card p{font-size:0.875rem;color:var(--color-gray-500);line-height:1.7}.card-accent-bar{position:absolute;bottom:0;left:0;right:0;height:4px;opacity:0;transition:opacity 0.3s}.card:hover .card-accent-bar{opacity:1}.card-gradient{position:relative;background:rgba(255,255,255,0.80);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(226,232,240,0.50);border-radius:var(--radius-2xl);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease,opacity 0.3s ease,border-color 0.3s ease;will-change:transform,opacity}.card-gradient:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,0.06);border-color:rgba(203,213,225,0.70)}.grid:has(.card-gradient:hover) .card-gradient:not(:hover){opacity:0.7;transform:scale(0.985)}.card-gradient .spotlight-glow{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity 0.45s ease;border-radius:inherit}.card-gradient:hover .spotlight-glow{opacity:1}.card-gradient-bar{height:3px;transition:opacity 0.3s ease;opacity:0.4}.card-gradient:hover .card-gradient-bar{opacity:1}.card-gradient-body{position:relative;z-index:2;padding:1.5rem}.card-gradient .card-icon{transition:all 0.3s ease}.card-gradient:hover .card-icon{transform:scale(1.1)}.card-gradient:hover h3{color:var(--color-primary)}.card-gradient h3{transition:color 0.3s ease}.card-link{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.875rem;font-weight:600;color:var(--color-primary);opacity:0;transform:translateY(6px);transition:opacity 0.3s ease,transform 0.3s ease}.card-gradient:hover .card-link{opacity:1;transform:translateY(0)}.feature-pills{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem}.feature-pill{display:inline-block;padding:0.25rem 0.75rem;font-size:0.75rem;font-weight:500;background:#f1f5f9;color:#475569;border-radius:var(--radius-full);transition:all 0.3s ease;cursor:default}.feature-pill:hover{background:var(--color-primary);color:#fff;transform:scale(1.06);box-shadow:0 4px 12px rgba(110,69,255,0.20)}.comparison-grid{display:grid;gap:1.5rem}@media (min-width:1024px){.comparison-grid{grid-template-columns:5fr 7fr;align-items:start}}.comparison-card{border-radius:var(--radius-2xl);padding:2rem;position:relative;overflow:hidden}.comparison-card.manual{opacity:0.85;background:linear-gradient(135deg,#fef2f2,#fff);border:1px solid #fecaca}.comparison-card.automated{box-shadow:0 8px 32px rgba(34,197,94,0.12);background:linear-gradient(135deg,var(--color-surface-alt),#fff);border:1px solid #bbf7d0}.comparison-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.comparison-card.manual h3{color:#dc2626}.comparison-card.automated h3{color:var(--color-accent-dark);font-size:1.5rem}.comparison-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.comparison-list li{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.875rem}.comparison-list .icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:0.125rem}.comparison-card.manual .comparison-list .icon{color:#dc2626}.comparison-card.automated .comparison-list .icon{color:var(--color-accent)}.roi-section{padding:5rem 0;background:var(--color-surface)}.roi-card{background:#fff;border-radius:var(--radius-2xl);border:1px solid var(--color-gray-100);padding:2rem;max-width:48rem;margin:0 auto}.slider-group{margin-bottom:2rem}.slider-label{display:flex;justify-content:space-between;margin-bottom:0.75rem}.slider-label span{font-size:0.875rem;font-weight:500;color:var(--color-gray-700)}.slider-label strong{font-weight:700;color:var(--color-primary)}.slider-input{width:100%;height:8px;border-radius:4px;background:var(--color-gray-200);outline:none;-webkit-appearance:none;appearance:none}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:var(--color-primary);cursor:pointer;box-shadow:0 2px 8px rgba(110,69,255,0.3)}.slider-input::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--color-primary);cursor:pointer;border:none;box-shadow:0 2px 8px rgba(110,69,255,0.3)}.roi-results{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-gray-100)}.roi-result-card{background:var(--color-surface);border-radius:var(--radius-xl);padding:1.25rem;text-align:center}.roi-result-value{font-size:1.5rem;font-weight:800;color:var(--color-primary)}.roi-result-label{font-size:0.75rem;color:var(--color-gray-500);margin-top:0.25rem}.testimonials{padding:5rem 0;background:#fff}.testimonial-card{background:var(--color-surface);border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);padding:2rem 3rem;min-height:280px;position:relative}.testimonial-quote-icon{width:2.5rem;height:2.5rem;color:rgba(110,69,255,0.2);margin-bottom:1rem}.testimonial-text{font-size:1.125rem;color:var(--color-gray-700);line-height:1.7;font-weight:500}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:2rem}.testimonial-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:0.875rem}.testimonial-name{font-weight:700;color:var(--color-gray-900)}.testimonial-title{font-size:0.875rem;color:var(--color-gray-500)}.testimonial-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.testimonial-btn{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--color-gray-200);display:flex;align-items:center;justify-content:center;transition:background 0.2s}.testimonial-btn:hover{background:var(--color-surface)}.testimonial-btn svg{width:1.25rem;height:1.25rem;color:var(--color-gray-600)}.testimonial-dots{display:flex;gap:0.5rem}.testimonial-dot{width:0.625rem;height:0.625rem;border-radius:9999px;background:var(--color-gray-200);transition:background-color 0.3s,width 0.3s}.testimonial-dot.active{background:var(--color-primary);width:2rem}.awards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:640px){.awards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.awards-grid{grid-template-columns:repeat(6,1fr)}}.award-card{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);padding:1.5rem 1rem;text-align:center;transition:box-shadow 0.3s,transform 0.3s}.award-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.award-card img{width:4rem;height:4rem;margin:0 auto 0.75rem;object-fit:contain}.award-card p{font-size:0.75rem;color:var(--color-gray-500);font-weight:500;line-height:1.4}.faq-item{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);overflow:hidden;margin-bottom:0.75rem}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;transition:background 0.2s}.faq-trigger:hover{background:rgba(249,250,251,0.5)}.faq-question{font-size:1rem;font-weight:600;color:var(--color-gray-900);padding-right:1rem}.faq-icon{width:2rem;height:2rem;border-radius:50%;background:rgba(110,69,255,0.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-icon svg{width:1rem;height:1rem;color:var(--color-primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer-inner{padding:0 1.5rem 1.25rem;font-size:0.875rem;color:var(--color-gray-500);line-height:1.7}.mid-cta{padding:0;overflow:hidden}.mid-cta-inner{background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 50%,#4338ca 100%);position:relative;text-align:center;padding:4rem 1.5rem;overflow:hidden}@media (min-width:640px){.mid-cta-inner{padding:5rem 2rem}}.mid-cta-inner::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);background-size:3rem 3rem;pointer-events:none}.mid-cta-content{position:relative;z-index:1;max-width:44rem;margin:0 auto}.mid-cta-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.4rem 1.25rem;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.15);border-radius:var(--radius-full);font-size:0.75rem;font-weight:700;color:rgba(255,255,255,0.85);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:1.75rem}.mid-cta-content h2{color:#fff;font-size:2rem;font-weight:800;line-height:1.2;margin:0 auto 1rem;max-width:38rem}@media (min-width:640px){.mid-cta-content h2{font-size:2.5rem}}@media (min-width:1024px){.mid-cta-content h2{font-size:2.875rem}}.mid-cta-content h2 span{color:#fbbf24}.mid-cta-content>p{color:rgba(255,255,255,0.65);font-size:1.0625rem;line-height:1.7;max-width:34rem;margin:0 auto 2rem}.mid-cta-btn{display:inline-flex;align-items:center;gap:0.5rem;padding:1rem 2.5rem;background:#fff;color:var(--color-primary-dark);font-size:1.0625rem;font-weight:700;border:none;border-radius:var(--radius-full);cursor:pointer;text-decoration:none;box-shadow:0 4px 24px rgba(255,255,255,0.25);transition:transform 0.2s,box-shadow 0.2s,background 0.2s}.mid-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(255,255,255,0.35);background:#fbbf24;color:#1e1b4b}.mid-cta-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem;margin-top:2rem}.mid-cta-trust span{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.8125rem;color:rgba(255,255,255,0.5)}.mid-cta-trust svg{flex-shrink:0}.cta-banner{padding:5rem 0;background:#fff}@media (min-width:640px){.cta-banner{padding:7rem 0}}.cta-card{position:relative;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark),#4338ca);border-radius:var(--radius-3xl);overflow:hidden;text-align:center;padding:4rem 1.5rem}@media (min-width:640px){.cta-card{padding:5rem 1.5rem}}.cta-decoration{position:absolute;border-radius:50%;background:rgba(255,255,255,0.05)}.cta-decoration-1{top:0;right:0;width:18rem;height:18rem;transform:translateY(-50%) translateX(33%)}.cta-decoration-2{bottom:0;left:0;width:24rem;height:24rem;transform:translateY(50%) translateX(-33%)}.cta-decoration-3{top:50%;left:50%;width:37.5rem;height:37.5rem;transform:translate(-50%,-50%);background:rgba(255,255,255,0.03)}.cta-content{position:relative;z-index:1}.cta-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.375rem 1rem;background:rgba(255,255,255,0.15);border-radius:var(--radius-full);font-size:0.875rem;font-weight:600;color:rgba(255,255,255,0.9);backdrop-filter:blur(8px);margin-bottom:1.5rem}.cta-card h2{color:#fff;max-width:40rem;margin:0 auto}.cta-card p{margin-top:1.25rem;font-size:1.125rem;color:rgba(255,255,255,0.75);max-width:36rem;margin-left:auto;margin-right:auto}.cta-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.page-hero{background:linear-gradient(to bottom,var(--color-surface),#fff);padding:4rem 0 3rem;text-align:center}.page-hero .breadcrumb{font-size:0.875rem;color:var(--color-gray-400);margin-bottom:1rem}.page-hero .breadcrumb a{color:var(--color-primary)}.page-hero h2{font-size:clamp(2rem,5vw,3.25rem);max-width:48rem;margin:0 auto}.page-hero h2 span{color:var(--color-primary)}.page-hero p{margin-top:1rem;font-size:1.125rem;color:var(--color-gray-500);max-width:40rem;margin-left:auto;margin-right:auto}.page-hero--feature{text-align:left;padding:3rem 0 4rem;overflow:hidden}.page-hero--feature .breadcrumb{margin-bottom:1.5rem}.page-hero--feature h2{max-width:none;margin:0}.page-hero--feature p{max-width:none;margin-left:0;margin-right:0}.page-hero-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:1024px){.page-hero-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.page-hero-visual{position:relative;overflow:visible}.page-hero-visual img{width:100%;height:auto;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);transition:transform 0.1s linear;will-change:transform}@media (max-width:1023px){.page-hero--feature{text-align:center}.page-hero--feature .page-hero-buttons{justify-content:center}.page-hero--feature .page-hero-trust{justify-content:center}.page-hero-visual{max-width:480px;margin:0 auto}}.page-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.page-hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem}.page-hero-trust span{display:flex;align-items:center;gap:0.375rem;font-size:0.875rem;color:var(--color-gray-500)}.feature-row{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width:1024px){.feature-row{grid-template-columns:1fr 1fr;gap:3rem}}.feature-row+.feature-row{margin-top:4rem}@media (min-width:640px){.feature-row+.feature-row{margin-top:5rem}}.feature-row img{width:100%;height:auto;border-radius:var(--radius-2xl)}@media (min-width:1024px){.feature-row--reverse{direction:rtl}.feature-row--reverse>*{direction:ltr}}.page-content{padding:4rem 0}.page-content .container{max-width:48rem}.page-content h2{margin-bottom:1rem;color:var(--color-gray-900)}.page-content h3{margin-bottom:0.75rem;color:var(--color-gray-900)}.page-content p{margin-bottom:1.5rem;color:var(--color-gray-600)}.page-content ul,.page-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.page-content li{margin-bottom:0.5rem;color:var(--color-gray-600)}.page-content table{width:100%;border-collapse:collapse;margin-bottom:2rem;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-gray-200)}.page-content th{background:var(--color-surface);padding:0.75rem 1rem;text-align:left;font-size:0.875rem;font-weight:600;color:var(--color-gray-900);border-bottom:1px solid var(--color-gray-200)}.page-content td{padding:0.75rem 1rem;font-size:0.875rem;color:var(--color-gray-600);border-bottom:1px solid var(--color-gray-100)}.page-content tr:last-child td{border-bottom:none}.pricing-grid{display:grid;gap:1.5rem}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);padding:2rem;position:relative;transition:box-shadow 0.3s,transform 0.3s}.pricing-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.pricing-card.popular{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary),0 20px 25px -5px rgba(110,69,255,0.15)}.pricing-popular-badge{position:absolute;top:-0.75rem;left:50%;transform:translateX(-50%);background:var(--color-primary);color:#fff;font-size:0.75rem;font-weight:600;padding:0.25rem 1rem;border-radius:var(--radius-full)}.pricing-name{font-size:1.125rem;font-weight:700;color:var(--color-gray-900)}.pricing-price{margin-top:1rem;margin-bottom:1.5rem}.pricing-amount{font-size:2.25rem;font-weight:800;color:var(--color-gray-900)}.pricing-period{font-size:0.875rem;color:var(--color-gray-500)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:0.75rem;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--color-gray-600)}.pricing-features .check{width:1.25rem;height:1.25rem;color:var(--color-accent);flex-shrink:0}.contact-grid{display:grid;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info-card{background:var(--color-surface);border-radius:var(--radius-2xl);padding:2rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-info-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-xl);background:rgba(110,69,255,0.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:1.25rem;height:1.25rem;color:var(--color-primary)}.template-contact .contact-gform-wrap .gform_wrapper{margin:0}.template-contact .contact-gform-wrap .gform_wrapper .gform_heading,.template-contact .contact-gform-wrap .gform_wrapper .gform_required_legend,.template-contact .contact-gform-wrap .gform_wrapper .gfield.gform_validation_container{display:none !important}.template-contact .contact-gform-wrap .gform_wrapper form{margin:0}.template-contact .contact-gform-wrap .gform_wrapper .gform-body,.template-contact .contact-gform-wrap .gform_wrapper .gform_body{margin:0;padding:0}.template-contact .contact-gform-wrap .gform_wrapper .gform_fields{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:1rem;row-gap:1.25rem}.template-contact .contact-gform-wrap .gform_wrapper .gform_fields>.gfield{grid-column:1 / -1;margin:0;padding:0}.template-contact .contact-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-half{grid-column:span 6}.template-contact .contact-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-third{grid-column:span 4}.template-contact .contact-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-quarter{grid-column:span 3}.template-contact .contact-gform-wrap .gform_wrapper .gfield_label{display:block;font-size:0.875rem;font-weight:600;color:var(--color-gray-700);margin-bottom:0.375rem}.template-contact .contact-gform-wrap .gform_wrapper .gfield_required{color:#ef4444}.template-contact .contact-gform-wrap .gform_wrapper .gfield input[type="text"],.template-contact .contact-gform-wrap .gform_wrapper .gfield input[type="email"],.template-contact .contact-gform-wrap .gform_wrapper .gfield input[type="tel"],.template-contact .contact-gform-wrap .gform_wrapper .gfield input[type="number"],.template-contact .contact-gform-wrap .gform_wrapper .gfield input[type="url"],.template-contact .contact-gform-wrap .gform_wrapper .gfield select,.template-contact .contact-gform-wrap .gform_wrapper .gfield textarea{width:100%;padding:0.75rem 1rem;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-xl);font-size:0.9375rem;font-family:inherit;color:var(--color-gray-900);background:#fff;box-sizing:border-box;transition:border-color 0.2s ease,box-shadow 0.2s ease}.template-contact .contact-gform-wrap .gform_wrapper .gfield input::placeholder,.template-contact .contact-gform-wrap .gform_wrapper .gfield textarea::placeholder{color:var(--color-gray-400)}.template-contact .contact-gform-wrap .gform_wrapper .gfield textarea{resize:vertical;min-height:6rem}.template-contact .contact-gform-wrap .gform_wrapper .gfield--type-textarea textarea{height:5rem;min-height:5rem}.template-contact .contact-gform-wrap .gform_wrapper .gfield input:focus,.template-contact .contact-gform-wrap .gform_wrapper .gfield textarea:focus,.template-contact .contact-gform-wrap .gform_wrapper .gfield select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(110,69,255,0.1)}.template-contact .contact-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.template-contact .contact-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex>span{margin:0 !important;padding:0 !important}.template-contact .contact-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex label{display:none !important}.template-contact .contact-gform-wrap .gform_wrapper .gform-footer,.template-contact .contact-gform-wrap .gform_wrapper .gform_footer,.template-contact .contact-gform-wrap .gform_wrapper .gform_page_footer{margin:1.5rem 0 0;padding:0}.template-contact .contact-gform-wrap .gform_wrapper .gform_button,.template-contact .contact-gform-wrap .gform_wrapper input[type="submit"]{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:0.875rem 1.5rem;border:none;border-radius:var(--radius-xl);background:linear-gradient(90deg,#5f3ee6 0%,#6e45ff 50%,#6a49f7 100%);color:#fff;font-size:0.9375rem;font-weight:700;line-height:1.2;cursor:pointer;box-shadow:0 10px 24px rgba(95,62,230,0.22);transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease}.template-contact .contact-gform-wrap .gform_wrapper .gform_button:hover,.template-contact .contact-gform-wrap .gform_wrapper input[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(95,62,230,0.28);filter:brightness(1.02)}.template-contact .contact-gform-wrap .gform_wrapper .gfield_description{font-size:0.8125rem;color:var(--color-gray-500)}.template-contact .contact-gform-wrap .gform_wrapper .validation_message,.template-contact .contact-gform-wrap .gform_wrapper .gfield_validation_message{font-size:0.8125rem;color:#dc2626}.template-contact .contact-gform-wrap .gform_wrapper .gform_validation_errors{border:1px solid #fecaca;border-radius:var(--radius-xl);background:#fef2f2;padding:0.75rem 1rem;margin:0 0 1rem}@media (max-width:767px){.template-contact .contact-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-half,.template-contact .contact-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-third,.template-contact .contact-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-quarter{grid-column:1 / -1}.template-contact .contact-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex{grid-template-columns:1fr}}.hero-form-body .hero-gform-wrap .gform_wrapper{margin:0}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_heading,.hero-form-body .hero-gform-wrap .gform_wrapper .gform_required_legend,.hero-form-body .hero-gform-wrap .gform_wrapper .gfield.gform_validation_container{display:none !important}.hero-form-body .hero-gform-wrap .gform_wrapper form{margin:0}.hero-form-body .hero-gform-wrap .gform_wrapper .gform-body,.hero-form-body .hero-gform-wrap .gform_wrapper .gform_body{margin:0;padding:0}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:1rem;row-gap:1.25rem}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields>.gfield{grid-column:1 / -1;margin:0;padding:0}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-half{grid-column:span 6}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-third{grid-column:span 4}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-quarter{grid-column:span 3}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield_label{display:block;font-size:0.875rem;font-weight:600;color:var(--color-gray-700);margin-bottom:0.375rem}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield_required{color:#ef4444}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield input[type="text"],.hero-form-body .hero-gform-wrap .gform_wrapper .gfield input[type="email"],.hero-form-body .hero-gform-wrap .gform_wrapper .gfield input[type="tel"],.hero-form-body .hero-gform-wrap .gform_wrapper .gfield input[type="number"],.hero-form-body .hero-gform-wrap .gform_wrapper .gfield input[type="url"],.hero-form-body .hero-gform-wrap .gform_wrapper .gfield select,.hero-form-body .hero-gform-wrap .gform_wrapper .gfield textarea{width:100%;padding:0.75rem 1rem;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-xl);font-size:0.9375rem;font-family:inherit;color:var(--color-gray-900);background:#fff;box-sizing:border-box;transition:border-color 0.2s ease,box-shadow 0.2s ease}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield input::placeholder,.hero-form-body .hero-gform-wrap .gform_wrapper .gfield textarea::placeholder{color:var(--color-gray-400)}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield textarea{resize:vertical;min-height:6rem}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield--type-textarea textarea{height:5rem;min-height:5rem}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield input:focus,.hero-form-body .hero-gform-wrap .gform_wrapper .gfield textarea:focus,.hero-form-body .hero-gform-wrap .gform_wrapper .gfield select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(110,69,255,0.1)}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex>span{margin:0 !important;padding:0 !important}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex label{display:none !important}.hero-form-body .hero-gform-wrap .gform_wrapper .gform-footer,.hero-form-body .hero-gform-wrap .gform_wrapper .gform_footer,.hero-form-body .hero-gform-wrap .gform_wrapper .gform_page_footer{margin:1.5rem 0 0;padding:0}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_button,.hero-form-body .hero-gform-wrap .gform_wrapper input[type="submit"]{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:0.875rem 1.5rem;border:none;border-radius:var(--radius-xl);background:linear-gradient(90deg,#5f3ee6 0%,#6e45ff 50%,#6a49f7 100%);color:#fff;font-size:0.9375rem;font-weight:700;line-height:1.2;cursor:pointer;box-shadow:0 10px 24px rgba(95,62,230,0.22);transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_button:hover,.hero-form-body .hero-gform-wrap .gform_wrapper input[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(95,62,230,0.28);filter:brightness(1.02)}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield_description{font-size:0.8125rem;color:var(--color-gray-500)}.hero-form-body .hero-gform-wrap .gform_wrapper .validation_message,.hero-form-body .hero-gform-wrap .gform_wrapper .gfield_validation_message{font-size:0.8125rem;color:#dc2626}.hero-form-body .hero-gform-wrap .gform_wrapper .gform_validation_errors{border:1px solid #fecaca;border-radius:var(--radius-xl);background:#fef2f2;padding:0.75rem 1rem;margin:0 0 1rem}@media (max-width:767px){.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-half,.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-third,.hero-form-body .hero-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-quarter{grid-column:1 / -1}.hero-form-body .hero-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex{grid-template-columns:1fr}}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper{margin:0}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_heading,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_required_legend,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield.gform_validation_container{display:none !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper form{margin:0}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform-body,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_body{margin:0;padding:0}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_fields{display:grid !important;grid-template-columns:repeat(12,minmax(0,1fr)) !important;column-gap:1rem !important;row-gap:1.25rem !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_fields>.gfield{grid-column:1 / -1 !important;margin:0 !important;padding:0 !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-half{grid-column:span 6 !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield_label{display:block;font-size:0.875rem;font-weight:600;color:var(--color-gray-700);margin-bottom:0.375rem}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield_required{color:#ef4444}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield input[type="text"],body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield input[type="email"],body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield input[type="tel"],body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield input[type="number"],body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield input[type="url"],body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield select,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield textarea{width:100% !important;padding:0.75rem 1rem !important;border:1.5px solid var(--color-gray-200) !important;border-radius:var(--radius-xl) !important;font-size:0.9375rem !important;font-family:inherit !important;color:var(--color-gray-900) !important;background:#fff !important;box-sizing:border-box !important;box-shadow:none !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield input::placeholder,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield textarea::placeholder{color:var(--color-gray-400)}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield input:focus,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield textarea:focus,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield select:focus{outline:none !important;border-color:var(--color-primary) !important;box-shadow:0 0 0 2px rgba(110,69,255,0.1) !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex>span{margin:0 !important;padding:0 !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex label{display:none !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform-footer,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_footer,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_page_footer{margin:1.5rem 0 0;padding:0}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_button,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper input[type="submit"]{width:100% !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:3rem !important;padding:0.875rem 1.5rem !important;border:none !important;border-radius:var(--radius-xl) !important;background:linear-gradient(90deg,#5f3ee6 0%,#6e45ff 50%,#6a49f7 100%) !important;color:#fff !important;font-size:0.9375rem !important;font-weight:700 !important;line-height:1.2 !important;cursor:pointer !important;box-shadow:0 10px 24px rgba(95,62,230,0.22) !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_button:hover,body.template-schedule-demo .schedule-gform-wrap .gform_wrapper input[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(95,62,230,0.28) !important;filter:brightness(1.02)}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield_description{font-size:0.8125rem;color:var(--color-gray-500)}@media (max-width:767px){body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gform_fields>.gfield.gfield--width-half{grid-column:1 / -1 !important}body.template-schedule-demo .schedule-gform-wrap .gform_wrapper .gfield--type-name .ginput_complex{grid-template-columns:1fr}}body.template-contact #gform_wrapper_1 .gform_fields{display:grid !important;grid-template-columns:repeat(12,minmax(0,1fr)) !important;column-gap:1rem !important;row-gap:1.25rem !important}body.template-contact #gform_wrapper_1 .gform_fields>.gfield{grid-column:1 / -1 !important}body.template-contact #gform_wrapper_1 .gform_fields>.gfield.gfield--width-half{grid-column:span 6 !important}body.template-contact #gform_wrapper_1 .gfield input[type="text"],body.template-contact #gform_wrapper_1 .gfield input[type="email"],body.template-contact #gform_wrapper_1 .gfield input[type="tel"],body.template-contact #gform_wrapper_1 .gfield select,body.template-contact #gform_wrapper_1 .gfield textarea{border:1.5px solid var(--color-gray-200) !important;border-radius:var(--radius-xl) !important;background:#fff !important;color:var(--color-gray-900) !important;padding:0.75rem 1rem !important;font-size:0.9375rem !important;box-shadow:none !important}body.template-contact #gform_wrapper_1 .gfield--type-textarea textarea,body.template-contact #gform_wrapper_1 #input_1_9{height:5rem !important;min-height:5rem !important}body.template-contact #gform_wrapper_1 .gfield input:focus,body.template-contact #gform_wrapper_1 .gfield select:focus,body.template-contact #gform_wrapper_1 .gfield textarea:focus{border-color:var(--color-primary) !important;box-shadow:0 0 0 2px rgba(110,69,255,0.1) !important}body.template-contact #gform_wrapper_1 .gform_footer input[type="submit"],body.template-contact #gform_wrapper_1 .gform_footer .gform_button{width:100% !important;min-height:3rem !important;border:none !important;border-radius:var(--radius-xl) !important;background:linear-gradient(90deg,#5f3ee6 0%,#6e45ff 50%,#6a49f7 100%) !important;color:#fff !important;font-weight:700 !important;box-shadow:0 10px 24px rgba(95,62,230,0.22) !important}@media (max-width:767px){body.template-contact #gform_wrapper_1 .gform_fields>.gfield.gfield--width-half{grid-column:1 / -1 !important}}body.template-contact #gform_wrapper_1 #field_1_9.gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea#input_1_9.textarea.large[rows]{height:5.5rem !important;min-height:5.5rem !important;max-height:5.5rem !important;overflow-y:auto !important}body .gform_wrapper .gform_validation_errors{border:1px solid #fca5a5 !important;border-radius:0.75rem !important;background:#fff5f5 !important;background-image:none !important;padding:0.75rem 0.875rem !important;margin:0 0 1rem !important;box-shadow:none !important;outline:0 !important}body .gform_wrapper .gform_validation_errors>h2,body .gform_wrapper .gform_validation_errors .gform_submission_error{margin:0 !important;padding:0 !important;border:0 !important;box-shadow:none !important;outline:0 !important;background:transparent !important;color:#b91c1c !important;font-size:0.9rem !important;line-height:1.4 !important;font-weight:700 !important}body .gform_wrapper .gform_validation_errors ol,body .gform_wrapper .gform_validation_errors ul{margin:0.5rem 0 0 !important;padding-left:1rem !important;color:#b91c1c !important}body .gform_wrapper .validation_message,body .gform_wrapper .gfield_validation_message,body .gform_wrapper .spf-phone.error-msg{margin-top:0.45rem !important;padding:0.5rem 0.625rem !important;border:1px solid #fca5a5 !important;border-radius:0.5rem !important;background:#fff5f5 !important;box-shadow:none !important;outline:0 !important;color:#b91c1c !important;font-size:0.8125rem !important;font-weight:600 !important;line-height:1.35 !important}body .gform_wrapper .gfield_error input:not([type="checkbox"]):not([type="radio"]),body .gform_wrapper .gfield_error textarea,body .gform_wrapper .gfield_error select{border-color:#ef4444 !important;box-shadow:none !important}body .gform_wrapper .gform_validation_errors .gform-icon,body .gform_wrapper .gform_validation_errors svg,body .gform_wrapper .validation_message .gform-icon,body .gform_wrapper .gfield_validation_message .gform-icon,body .gform_wrapper .spf-phone.error-msg .gform-icon,body .gform_wrapper .validation_message::before,body .gform_wrapper .gfield_validation_message::before,body .gform_wrapper .spf-phone.error-msg::before,body .gform_wrapper .gform_validation_errors h2::before{display:none !important;content:none !important}body.template-contact #gform_wrapper_1 #field_1_3 .ginput_container_phone{position:relative}body.template-contact #gform_wrapper_1 #field_1_3 .iti,body.template-contact #gform_wrapper_1 #field_1_3 .intl-tel-input{width:100% !important;display:block !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti input#input_1_3,body.template-contact #gform_wrapper_1 #field_1_3 .intl-tel-input input#input_1_3,body.template-contact #gform_wrapper_1 #field_1_3 .pcafe_sp_field_input{padding-left:5rem !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti__selected-country,body.template-contact #gform_wrapper_1 #field_1_3 .flag-container .selected-flag{height:100% !important;padding:0 0.65rem 0 0.75rem !important;border-right:1px solid var(--color-gray-200) !important;border-top-left-radius:var(--radius-xl) !important;border-bottom-left-radius:var(--radius-xl) !important;background:linear-gradient(180deg,#fbfbff 0%,#f4f6ff 100%) !important;transition:background 0.2s ease,border-color 0.2s ease}body.template-contact #gform_wrapper_1 #field_1_3 .iti__selected-country:hover,body.template-contact #gform_wrapper_1 #field_1_3 .flag-container .selected-flag:hover{background:#eef0ff !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti:focus-within .iti__selected-country,body.template-contact #gform_wrapper_1 #field_1_3 .intl-tel-input:focus-within .selected-flag{border-right-color:rgba(110,69,255,0.35) !important;background:#eef0ff !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti__selected-flag{gap:0.35rem}body.template-contact #gform_wrapper_1 #field_1_3 .iti__selected-country .iti__flag,body.template-contact #gform_wrapper_1 #field_1_3 .iti__selected-country-primary .iti__flag,body.template-contact #gform_wrapper_1 #field_1_3 .flag-container .selected-flag .iti-flag,body.template-contact #gform_wrapper_1 #field_1_3 .flag-container .selected-flag .iti__flag{display:inline-block !important;transform:scale(1.45) !important;transform-origin:left center !important;margin-right:0.12rem !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti__flag{border-radius:3px;box-shadow:0 0 0 1px rgba(15,23,42,0.08)}body.template-contact #gform_wrapper_1 #field_1_3 .iti__selected-dial-code,body.template-contact #gform_wrapper_1 #field_1_3 .selected-dial-code{font-size:0.875rem !important;font-weight:600 !important;color:var(--color-gray-700) !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti__arrow{margin-left:0.35rem;border-top-color:var(--color-gray-500)}body.template-contact #gform_wrapper_1 #field_1_3 .iti__country-list,body.template-contact #gform_wrapper_1 #field_1_3 .country-list{margin-top:0.45rem !important;border:1px solid var(--color-gray-200) !important;border-radius:0.75rem !important;box-shadow:var(--shadow-lg) !important;overflow:hidden !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti__country.iti__highlight,body.template-contact #gform_wrapper_1 #field_1_3 .country.highlight{background:rgba(110,69,255,0.08) !important}body.template-contact #gform_wrapper_1 #field_1_3 .iti__country-name,body.template-contact #gform_wrapper_1 #field_1_3 .iti__dial-code,body.template-contact #gform_wrapper_1 #field_1_3 .country .country-name,body.template-contact #gform_wrapper_1 #field_1_3 .country .dial-code{font-size:0.875rem !important}@media (max-width:639px){body.template-contact #gform_wrapper_1 #field_1_3 .iti input#input_1_3,body.template-contact #gform_wrapper_1 #field_1_3 .intl-tel-input input#input_1_3,body.template-contact #gform_wrapper_1 #field_1_3 .pcafe_sp_field_input{padding-left:4.7rem !important}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fadeInUp{animation:fadeInUp 0.6s ease-out forwards}.animate-fadeIn{animation:fadeIn 0.5s ease-out forwards}@keyframes revealFallback{to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s cubic-bezier(0.22,1,0.36,1),transform 0.7s cubic-bezier(0.22,1,0.36,1);animation:revealFallback 0.7s cubic-bezier(0.22,1,0.36,1) 1.2s both}.reveal.visible{animation:none;opacity:1;transform:translateY(0)}.section-header.reveal>*{opacity:0;transform:translateY(18px);transition:opacity 0.5s cubic-bezier(0.22,1,0.36,1),transform 0.5s cubic-bezier(0.22,1,0.36,1)}.section-header.reveal.visible>*{opacity:1;transform:translateY(0)}.section-header.reveal.visible>*:nth-child(1){transition-delay:0.05s}.section-header.reveal.visible>*:nth-child(2){transition-delay:0.15s}.section-header.reveal.visible>*:nth-child(3){transition-delay:0.28s}.ss-wrap{display:none}@media (min-width:1024px){.ss-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.ss-content{display:flex;flex-direction:column;gap:1rem}.ss-item{padding:2rem;border-radius:var(--radius-2xl);border:1px solid transparent;opacity:0.35;transform:translateY(12px);transition:opacity 0.5s ease,transform 0.5s ease,border-color 0.5s ease,background 0.5s ease;cursor:pointer}.ss-item.is-active{opacity:1;transform:translateY(0);background:var(--color-surface);border-color:var(--color-gray-100)}.ss-visual{position:sticky;top:6rem;height:fit-content}.ss-visual-inner{position:relative;aspect-ratio:520 / 360;border-radius:var(--radius-2xl);overflow:hidden;background:var(--color-surface)}.ss-img{position:absolute;inset:0;opacity:0;transform:scale(0.96) translateY(12px);transition:opacity 0.4s ease-out,transform 0.4s ease-out}.ss-img.is-active{opacity:1;transform:scale(1) translateY(0)}.ss-img img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-2xl)}.ss-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem;border-radius:var(--radius-2xl)}.ss-mobile{display:flex;flex-direction:column;gap:2.5rem}@media (min-width:1024px){.ss-mobile{display:none}}.ss-mobile-card{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);padding:1.5rem}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-white{color:#fff}.text-sm{font-size:0.875rem}.text-xs{font-size:0.75rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.max-w-3xl{max-width:48rem}.max-w-xl{max-width:36rem}.w-full{width:100%}.hidden{display:none}@media (min-width:640px){.sm-show{display:block}}@media (min-width:1024px){.lg-show{display:block}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.icon-emerald{background:#ecfdf5;color:#059669}.icon-blue{background:#eff6ff;color:#2563eb}.icon-rose{background:#fff1f2;color:#e11d48}.icon-orange{background:#fff7ed;color:#ea580c}.icon-purple{background:rgba(110,69,255,0.1);color:var(--color-primary)}.icon-sky{background:#f0f9ff;color:#0284c7}.icon-teal{background:#f0fdfa;color:#0d9488}.icon-amber{background:#fffbeb;color:#d97706}.icon-pink{background:#fdf2f8;color:#db2777}.gradient-violet{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.gradient-blue{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.gradient-amber{background:linear-gradient(135deg,#f59e0b,#f97316)}.gradient-emerald{background:linear-gradient(135deg,#10b981,#22c55e)}.gradient-rose{background:linear-gradient(135deg,#f43f5e,#ec4899)}.gradient-indigo{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.reveal{will-change:opacity,transform}.reveal.visible{will-change:auto}.ss-img{will-change:opacity,transform}.ss-img.is-active{will-change:auto}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}.reveal{opacity:1;transform:none}.marquee-track{animation:none}}.demo-modal-overlay{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;background:rgba(17,24,39,0.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity 0.3s ease}.demo-modal-overlay.is-visible{opacity:1}.demo-modal{background:#fff;border-radius:var(--radius-2xl);padding:2rem;width:90%;max-width:26rem;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(20px) scale(0.97);transition:transform 0.3s cubic-bezier(0.22,1,0.36,1);box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}.demo-modal-overlay.is-visible .demo-modal{transform:translateY(0) scale(1)}.demo-modal-close{position:absolute;top:0.75rem;right:0.75rem;width:2rem;height:2rem;border:none;background:var(--color-gray-50);border-radius:50%;font-size:1.25rem;color:var(--color-gray-400);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s,color 0.2s}.demo-modal-close:hover{background:var(--color-gray-100);color:var(--color-gray-700)}details.card summary::-webkit-details-marker{display:none}details.card[open] summary svg{transform:rotate(180deg)}details.card summary:hover{color:var(--color-primary)}details.card[open]{border-color:rgba(110,69,255,0.15);background:var(--color-surface)}.intg-pill{padding:0.5rem 1.25rem;border-radius:var(--radius-full);border:1.5px solid var(--color-gray-200);background:#fff;font-size:0.875rem;font-weight:600;color:var(--color-gray-600);cursor:pointer;transition:all 0.2s ease;font-family:inherit}.intg-pill:hover{border-color:var(--color-primary);color:var(--color-primary)}.intg-pill.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.intg-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.intg-card{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);padding:1.75rem 1rem;text-align:center;transition:border-color 0.2s,box-shadow 0.2s;cursor:default}.intg-card:hover{border-color:rgba(110,69,255,0.2);box-shadow:0 4px 16px -4px rgba(110,69,255,0.1)}.intg-card.hidden{display:none}.intg-icon{width:3.25rem;height:3.25rem;border-radius:var(--radius-xl);display:inline-flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:800;margin:0 auto 0.75rem;letter-spacing:-0.02em}.intg-name{font-size:0.875rem;font-weight:600;color:var(--color-gray-900)}@media (max-width:767px){.intg-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.intg-grid{grid-template-columns:repeat(2,1fr)}}body.modal-open{overflow:hidden}.tpl-filter-bar{position:sticky;top:4rem;z-index:30;background:#fff;border-bottom:1px solid var(--color-gray-100);padding:1rem 0}.tpl-search-wrap{position:relative;max-width:32rem;margin:0 auto}.tpl-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--color-gray-400);pointer-events:none}.tpl-search-input{width:100%;padding:0.75rem 2.5rem 0.75rem 2.75rem;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-full);font-size:0.9375rem;font-family:var(--font-sans);background:var(--color-gray-50);transition:border-color 0.2s,box-shadow 0.2s,background 0.2s}.tpl-search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(110,69,255,0.1);background:#fff}.tpl-search-input::placeholder{color:var(--color-gray-400)}.tpl-search-clear{position:absolute;right:0.75rem;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem;border-radius:50%;background:var(--color-gray-200);border:none;color:var(--color-gray-600);font-size:0.75rem;cursor:pointer;display:none;align-items:center;justify-content:center;transition:background 0.2s}.tpl-search-clear:hover{background:var(--color-gray-300)}.tpl-pills-row{display:flex;gap:0.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0.75rem 0 0.25rem;justify-content:center;flex-wrap:wrap}.tpl-pills-row::-webkit-scrollbar{display:none}.tpl-filter-pill{display:inline-flex;align-items:center;gap:0.25rem;padding:0.4rem 0.875rem;font-size:0.8125rem;font-weight:600;color:var(--color-gray-600);background:var(--color-gray-50);border:1.5px solid var(--color-gray-200);border-radius:var(--radius-full);white-space:nowrap;cursor:pointer;transition:all 0.2s;font-family:var(--font-sans)}.tpl-filter-pill:hover{border-color:var(--color-primary-light);color:var(--color-primary)}.tpl-filter-pill.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.tpl-card{display:flex;flex-direction:column;padding:1.75rem}.tpl-card-icon{width:3rem;height:3rem;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.375rem}.tpl-card-title{font-size:0.9375rem;font-weight:700;color:var(--color-gray-900);line-height:1.3}.tpl-badge-format{font-size:0.6875rem;font-weight:600;color:var(--color-gray-500);background:var(--color-gray-100);padding:0.125rem 0.5rem;border-radius:var(--radius-full)}.tpl-badge-free{font-size:0.6875rem;font-weight:700;color:var(--color-accent)}.tpl-card-desc{font-size:0.875rem;color:var(--color-gray-500);line-height:1.6;flex:1;margin-bottom:1.25rem}.tpl-card-footer{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding-top:1rem;border-top:1px solid var(--color-gray-100)}.tpl-download-count{font-size:0.75rem;color:var(--color-gray-400);font-weight:500}.tpl-download-btn{flex-shrink:0;padding:0.5rem 1rem !important;font-size:0.8125rem !important}.tpl-card.hidden{display:none !important}#template-no-results{text-align:center;padding:4rem 1rem;display:none}#template-no-results.visible{display:block}#template-no-results p{color:var(--color-gray-500);margin-top:0.5rem}.tpl-count{text-align:center;font-size:0.875rem;color:var(--color-gray-400);margin-bottom:1.5rem;font-weight:500}.tpl-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity 0.3s ease;pointer-events:none}.tpl-modal-overlay.is-visible{opacity:1;pointer-events:auto}.tpl-modal{background:#fff;border-radius:var(--radius-2xl);padding:2.5rem;max-width:26rem;width:100%;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);transform:translateY(20px) scale(0.95);transition:transform 0.3s ease;max-height:90vh;overflow-y:auto}.tpl-modal-overlay.is-visible .tpl-modal{transform:translateY(0) scale(1)}.tpl-modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:var(--radius-lg);background:var(--color-gray-50);border:none;font-size:1.25rem;color:var(--color-gray-400);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s}.tpl-modal-close:hover{background:var(--color-gray-100);color:var(--color-gray-700)}.tpl-modal-header{text-align:center;margin-bottom:1.5rem}.tpl-modal-icon{font-size:2.5rem;margin-bottom:0.5rem}.tpl-modal-header h3{font-size:1.125rem;font-weight:700;color:var(--color-gray-900);margin-bottom:0.375rem}.tpl-modal-header p{font-size:0.875rem;color:var(--color-gray-500)}.tpl-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:0.75rem;padding:0.75rem 1rem;background:#fff;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-xl);font-size:0.9375rem;font-weight:600;color:var(--color-gray-700);cursor:pointer;transition:border-color 0.2s,box-shadow 0.2s;font-family:var(--font-sans)}.tpl-google-btn:hover{border-color:var(--color-gray-300);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.tpl-google-btn svg{width:1.25rem;height:1.25rem;flex-shrink:0}.tpl-divider-or{display:flex;align-items:center;gap:1rem;margin:1.25rem 0}.tpl-divider-or::before,.tpl-divider-or::after{content:'';flex:1;height:1px;background:var(--color-gray-200)}.tpl-divider-or span{font-size:0.8125rem;color:var(--color-gray-400);font-weight:500}.tpl-modal label{display:block;font-size:0.8125rem;font-weight:600;color:var(--color-gray-700);margin-bottom:0.375rem}.tpl-modal input[type="text"],.tpl-modal input[type="email"]{width:100%;padding:0.75rem 1rem;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-xl);font-size:0.9375rem;font-family:var(--font-sans);transition:border-color 0.2s,box-shadow 0.2s;box-sizing:border-box}.tpl-modal input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(110,69,255,0.1)}.tpl-modal-privacy{font-size:0.8125rem;color:var(--color-gray-400);text-align:center;margin-top:1rem}.tpl-modal-success{text-align:center;padding:1rem 0}.tpl-success-icon{font-size:3rem;margin-bottom:0.75rem}.tpl-modal-success h3{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:0.5rem}.tpl-modal-success p{font-size:0.9375rem;color:var(--color-gray-500);margin-bottom:1.25rem}.tpl-card-actions{display:flex;gap:0.5rem}.tpl-view-btn{padding:0.5rem 0.875rem;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-lg);background:#fff;color:var(--color-gray-600);font-size:0.8125rem;font-weight:600;cursor:pointer;transition:all 0.2s;white-space:nowrap}.tpl-view-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:rgba(110,69,255,0.04)}.tpl-view-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);z-index:9998;justify-content:center;align-items:center;opacity:0;transition:opacity 0.3s;pointer-events:none}.tpl-view-overlay.is-visible{opacity:1;pointer-events:auto}.tpl-view-modal{background:#fff;border-radius:var(--radius-2xl);max-width:52rem;width:95%;max-height:90vh;display:flex;flex-direction:column;position:relative;transform:translateY(20px) scale(0.95);transition:transform 0.3s ease}.tpl-view-overlay.is-visible .tpl-view-modal{transform:translateY(0) scale(1)}.tpl-view-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:1px solid var(--color-gray-100);flex-shrink:0}.tpl-view-header h3{font-size:1.125rem;font-weight:700;color:var(--color-gray-900);margin:0}.tpl-view-content{padding:2rem;overflow-y:auto;flex:1;font-size:0.9375rem;line-height:1.7;color:var(--color-gray-700)}.tpl-view-content h2{font-size:1.25rem;color:var(--color-gray-900);margin:0 0 1rem}.tpl-view-content h3{font-size:1.0625rem;color:var(--color-gray-800);margin:1.5rem 0 0.5rem}.tpl-view-content table{width:100%;border-collapse:collapse;margin:1rem 0}.tpl-view-content th,.tpl-view-content td{border:1px solid var(--color-gray-200);padding:0.5rem 0.75rem;text-align:left;font-size:0.875rem}.tpl-view-content th{background:var(--color-gray-50);font-weight:600}.tpl-view-content ul,.tpl-view-content ol{padding-left:1.5rem;margin:0.5rem 0}.tpl-view-content li{margin:0.25rem 0}.tpl-view-content .doc-field{color:var(--color-primary);font-weight:600}.tpl-view-footer{padding:1rem 2rem;border-top:1px solid var(--color-gray-100);display:flex;justify-content:flex-end;gap:0.75rem;flex-shrink:0}@media (max-width:639px){.tpl-modal{padding:1.75rem}.tpl-card-footer{flex-direction:column;align-items:stretch}.tpl-card-actions{width:100%}.tpl-card-actions .tpl-view-btn,.tpl-card-actions .tpl-download-btn{flex:1;text-align:center;justify-content:center}.tpl-download-count{text-align:center}.tpl-pills-row{justify-content:flex-start;flex-wrap:nowrap}.tpl-view-modal{width:100%;max-height:95vh;border-radius:var(--radius-xl)}.tpl-view-header,.tpl-view-content,.tpl-view-footer{padding:1rem 1.25rem}}.legal-effective{display:inline-block;margin-top:0.75rem;font-size:0.8125rem;font-weight:500;color:var(--color-gray-500);background:var(--color-gray-50);padding:0.375rem 1rem;border-radius:var(--radius-full);border:1px solid var(--color-gray-200)}.legal-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:72rem;margin:0 auto}@media (min-width:1024px){.legal-layout{grid-template-columns:16rem 1fr;gap:3rem}}.legal-sidebar{display:none}@media (min-width:1024px){.legal-sidebar{display:block;position:sticky;top:5rem;align-self:start;max-height:calc(100vh - 7rem);overflow-y:auto}}.legal-toc{background:var(--color-surface);border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);padding:1.25rem}.legal-toc h3{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--color-gray-500);margin-bottom:0.875rem}.legal-toc ul{list-style:none;display:flex;flex-direction:column;gap:0.125rem}.legal-toc a{display:block;padding:0.375rem 0.625rem;font-size:0.8125rem;color:var(--color-gray-600);border-radius:var(--radius-md);transition:all 0.2s;line-height:1.4}.legal-toc a:hover{color:var(--color-primary);background:rgba(110,69,255,0.06)}.legal-content{max-width:52rem}.legal-content section{margin-bottom:2.5rem;scroll-margin-top:5rem}.legal-content h2{font-size:1.375rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:2px solid var(--color-gray-100)}.legal-content h3{font-size:1.0625rem;font-weight:600;color:var(--color-gray-800);margin-top:1.5rem;margin-bottom:0.625rem}.legal-content p{font-size:0.9375rem;line-height:1.8;color:var(--color-gray-600);margin-bottom:0.875rem}.legal-content ul,.legal-content ol{margin:0.75rem 0 1.25rem 1.5rem;display:flex;flex-direction:column;gap:0.5rem}.legal-content li{font-size:0.9375rem;line-height:1.7;color:var(--color-gray-600)}.legal-content li strong{color:var(--color-gray-800)}.legal-content a{color:var(--color-primary);font-weight:500;text-decoration:underline;text-underline-offset:2px}.legal-content a:hover{color:var(--color-primary-dark)}.legal-table-wrap{overflow-x:auto;margin:1rem 0 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-gray-200)}.legal-table-wrap table{width:100%;border-collapse:collapse;font-size:0.875rem}.legal-table-wrap thead{background:var(--color-surface)}.legal-table-wrap th{padding:0.75rem 1rem;text-align:left;font-weight:600;color:var(--color-gray-700);border-bottom:2px solid var(--color-gray-200);white-space:nowrap}.legal-table-wrap td{padding:0.625rem 1rem;color:var(--color-gray-600);border-bottom:1px solid var(--color-gray-100);line-height:1.5}.legal-table-wrap tr:last-child td{border-bottom:none}.legal-contact-card{background:var(--color-surface);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:1.5rem;margin:1rem 0}.legal-contact-card p{margin-bottom:0.25rem;font-size:0.9375rem}.legal-contact-card strong{color:var(--color-gray-900)}@media (max-width:639px){.legal-content h2{font-size:1.1875rem}.legal-content h3{font-size:1rem}.legal-table-wrap{margin-left:-1rem;margin-right:-1rem;border-radius:0;border-left:none;border-right:none}}.wp-block-post-content{max-width:none}body.page .entry-content{max-width:none}.alignfull{width:100vw;margin-left:calc(50% - 50vw)}.ess-phone{width:290px;background:#0F172A;border-radius:2.8rem;padding:10px;box-shadow:0 30px 70px -12px rgba(15,23,42,0.45),0 0 0 1.5px rgba(255,255,255,0.08) inset;position:relative;z-index:2}.ess-phone-statusbar{display:flex;align-items:center;justify-content:space-between;padding:0.55rem 1.2rem 0.2rem;position:relative}.ess-phone-time{font-size:0.7rem;font-weight:700;color:#fff}.ess-phone-island{position:absolute;left:50%;top:0.35rem;transform:translateX(-50%);width:5rem;height:1.3rem;background:#000;border-radius:var(--radius-full)}.ess-phone-icons{display:flex;align-items:center;gap:0.3rem}.ess-phone-screen{background:#fff;border-radius:2.2rem;overflow:hidden;position:relative}.ess-app-header{background:#1E293B;color:#fff;padding:0.7rem 1rem 0.6rem}.ess-action-btn{flex:1;color:#fff;border-radius:0.85rem;padding:0.5rem 0.35rem;display:flex;flex-direction:column;align-items:center;gap:0.3rem}.ess-action-icon{width:1.75rem;height:1.75rem;background:rgba(255,255,255,0.2);border-radius:0.5rem;display:flex;align-items:center;justify-content:center}.ess-action-label{font-size:0.55rem;font-weight:700;text-align:center;line-height:1.3}.ess-phone-tabs{display:flex;justify-content:space-around;border-top:1px solid var(--color-gray-200);background:#fafafa;padding:0.35rem 0 0.25rem}.ess-phone-tab{display:flex;flex-direction:column;align-items:center;gap:0.15rem;font-size:0.5rem;color:var(--color-gray-400);font-weight:600;cursor:default}.ess-phone-tab svg{stroke:var(--color-gray-400)}.ess-phone-tab--active{color:var(--color-primary)}.ess-phone-tab--active svg{stroke:none;fill:var(--color-primary)}.ess-phone-homebar{width:5.5rem;height:5px;background:rgba(255,255,255,0.3);border-radius:var(--radius-full);margin:0.6rem auto 0.3rem}.ess-bubble{position:absolute;display:flex;align-items:center;gap:0.5rem;background:#fff;border-radius:var(--radius-full);padding:0.5rem 0.85rem;box-shadow:0 4px 15px -3px rgba(17,24,39,0.12),0 0 0 1px rgba(0,0,0,0.04);z-index:3;white-space:nowrap;animation:essBubbleFloat 3s ease-in-out infinite alternate}.ess-bubble-dot{width:8px;height:8px;min-width:8px;border-radius:50%;display:inline-block}.ess-bubble-title{font-size:0.72rem;font-weight:700;color:var(--color-gray-900);line-height:1.2}.ess-bubble-sub{font-size:0.6rem;color:var(--color-gray-400);line-height:1.2}.ess-bubble--tl{top:2%;left:-12%;animation-delay:0s}.ess-bubble--r{top:38%;right:-15%;animation-delay:0.8s}.ess-bubble--bl{bottom:6%;left:-18%;animation-delay:1.6s}@keyframes essBubbleFloat{0%{transform:translateY(0)}100%{transform:translateY(-8px)}}@media (max-width:767px){.ess-phone{width:260px}.ess-bubble--tl{top:-2%;left:0}.ess-bubble--r{top:auto;bottom:-3%;right:0}.ess-bubble--bl{display:none}.ess-bubble{padding:0.4rem 0.7rem}.ess-bubble-title{font-size:0.65rem}.ess-bubble-sub{font-size:0.55rem}}.ctc-calc{display:grid;grid-template-columns:1fr;max-width:64rem;margin:0 auto;background:rgba(255,255,255,0.75);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(110,69,255,0.1);border-radius:var(--radius-2xl);overflow:hidden;box-shadow:0 8px 32px rgba(110,69,255,0.08),var(--shadow-xl)}@media (min-width:768px){.ctc-calc{grid-template-columns:1fr 1fr}}.ctc-calc-input{padding:2.5rem;border-bottom:1px solid var(--color-gray-100)}@media (min-width:768px){.ctc-calc-input{border-bottom:none;border-right:1px solid var(--color-gray-100)}}.ctc-label{display:block;font-size:0.875rem;font-weight:700;color:var(--color-gray-700);margin-bottom:0.75rem}.ctc-input-wrap{display:flex;align-items:center;border:2px solid var(--color-gray-200);border-radius:var(--radius-xl);background:#fff;transition:border-color 0.2s,box-shadow 0.2s;overflow:hidden}.ctc-input-wrap:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(110,69,255,0.1)}.ctc-input-prefix{padding:0 0 0 1.25rem;font-size:1.5rem;font-weight:700;color:var(--color-gray-400);pointer-events:none}.ctc-input{width:100%;border:none;outline:none;padding:1rem 1.25rem 1rem 0.5rem;font-size:1.5rem;font-weight:700;font-family:var(--font-sans);color:var(--color-gray-900);background:transparent}.ctc-input::placeholder{color:var(--color-gray-300);font-weight:400}.ctc-presets{display:flex;gap:0.5rem;flex-wrap:wrap;margin-top:1.25rem}.ctc-presets button{padding:0.5rem 1.125rem;border-radius:var(--radius-full);font-size:0.8125rem;font-weight:600;background:var(--color-surface);color:var(--color-gray-600);border:1px solid var(--color-gray-200);cursor:pointer;transition:all 0.2s}.ctc-presets button:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-1px)}.ctc-toggle-wrap{display:flex;align-items:center;gap:1rem;margin-top:1.75rem}.ctc-toggle-label{font-size:0.875rem;font-weight:600;color:var(--color-gray-600)}.ctc-toggle{display:inline-flex;background:var(--color-gray-100);border-radius:var(--radius-full);padding:3px}.ctc-toggle-btn{padding:0.5rem 1.25rem;border-radius:var(--radius-full);font-size:0.8125rem;font-weight:600;color:var(--color-gray-500);background:transparent;border:none;cursor:pointer;transition:all 0.25s}.ctc-toggle-btn.active{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.ctc-info{font-size:0.8125rem;color:var(--color-gray-400);margin-top:1.5rem;line-height:1.6}.ctc-calc-output{padding:2.5rem;background:var(--color-surface)}.ctc-takehome-wrap{text-align:center;margin-bottom:0.5rem}.ctc-takehome-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--color-gray-400);margin-bottom:0.5rem}.ctc-takehome{font-size:2.5rem;font-weight:800;color:var(--color-accent);line-height:1.2}.ctc-takehome-annual{font-size:0.875rem;color:var(--color-gray-500);margin-top:0.25rem}.ctc-divider{height:1px;background:var(--color-gray-200);margin:1.25rem 0}.ctc-section-label{display:flex;align-items:center;gap:0.5rem;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--color-gray-400);margin-bottom:0.75rem}.ctc-row{display:flex;justify-content:space-between;align-items:center;padding:0.4rem 0;font-size:0.875rem}.ctc-row span{color:var(--color-gray-600)}.ctc-row small{color:var(--color-gray-400);font-size:0.75rem}.ctc-row strong{font-weight:700;color:var(--color-gray-900)}.ctc-row-total{border-top:1px dashed var(--color-gray-200);padding-top:0.75rem;margin-top:0.25rem}.ctc-row-total strong{color:var(--color-primary);font-size:1rem}@media (max-width:767px){.ctc-calc-input,.ctc-calc-output{padding:1.75rem}.ctc-input,.ctc-input-prefix{font-size:1.25rem}.ctc-takehome{font-size:2rem}}.bp-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));z-index:9999;transition:width 0.15s linear}.bp-breadcrumb{display:flex;align-items:center;gap:0.5rem;font-size:0.8rem;color:var(--color-gray-400);padding:1.5rem 0 0}.bp-breadcrumb a{color:var(--color-gray-500);transition:color 0.2s}.bp-breadcrumb a:hover{color:var(--color-primary)}.bp-hero{padding:2rem 0 1.5rem}.bp-cat-pill{display:inline-block;padding:0.3rem 0.85rem;font-size:0.7rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;border-radius:var(--radius-full);background:rgba(110,69,255,0.1);color:var(--color-primary);margin-bottom:1rem}.bp-h1{font-size:clamp(1.75rem,4vw,2.6rem);font-weight:800;line-height:1.22;color:var(--color-gray-900);border-left:4px solid var(--color-primary);padding-left:1rem;margin:0 0 1.25rem}.bp-meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;font-size:0.8rem;color:var(--color-gray-500)}.bp-meta-author{display:flex;align-items:center;gap:0.5rem;font-weight:600;color:var(--color-gray-700)}.bp-meta-avatar{width:32px;height:32px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));color:#fff;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700}.bp-meta-dot{color:var(--color-gray-300)}.bp-feature-img{border-radius:var(--radius-2xl);overflow:hidden;margin-bottom:2.5rem;background:linear-gradient(135deg,rgba(110,69,255,0.12),rgba(110,69,255,0.04))}.bp-feature-img img{width:100%;height:auto;display:block}.bp-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start;padding-bottom:4rem}.bp-article{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-2xl);padding:2.5rem;min-width:0}.bp-article h2{font-size:1.45rem;font-weight:800;color:var(--color-gray-900);border-left:4px solid var(--color-primary);padding-left:0.85rem;margin:2.5rem 0 1rem;line-height:1.3}.bp-article h3{font-size:1.15rem;font-weight:700;color:var(--color-gray-900);margin:2rem 0 0.75rem;line-height:1.35}.bp-article h4{font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;color:var(--color-primary);margin:1.5rem 0 0.5rem}.bp-article p{font-size:1rem;line-height:1.8;color:var(--color-gray-600);margin:0 0 1.25rem}.bp-article a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px;transition:color 0.2s}.bp-article a:hover{color:var(--color-primary-dark)}.bp-article a.btn-primary,.bp-article a.btn-secondary,.bp-article a.btn-white,.bp-article a.btn-ghost{color:#fff;text-decoration:none}.bp-article a.btn-primary{color:#fff}.bp-article a.btn-secondary{color:var(--color-primary)}.bp-article a.btn-primary:hover,.bp-article a.btn-white:hover,.bp-article a.btn-ghost:hover{color:#fff}.bp-article strong{font-weight:700;color:var(--color-gray-800)}.bp-article ul,.bp-article ol{margin:0 0 1.25rem 1.5rem;padding:0;color:var(--color-gray-600);line-height:1.8}.bp-article ul{list-style:disc}.bp-article ol{list-style:decimal}.bp-article li{margin-bottom:0.5rem;font-size:1rem}.bp-article img{max-width:100%;height:auto;border-radius:var(--radius-xl);margin:1.5rem 0;display:block}.bp-takeaways{background:var(--color-surface);border-left:4px solid var(--color-primary);border-radius:0 var(--radius-xl) var(--radius-xl) 0;padding:1.5rem 1.75rem;margin:0 0 2rem}.bp-takeaways-label{font-size:0.7rem;font-weight:800;text-transform:uppercase;letter-spacing:0.08em;color:var(--color-primary);margin-bottom:0.75rem}.bp-takeaways ul{margin:0;padding:0 0 0 1.25rem;list-style:disc}.bp-takeaways li{font-size:0.9rem;line-height:1.7;color:var(--color-gray-700);margin-bottom:0.35rem}.bp-table-wrap{overflow-x:auto;margin:1.5rem 0;border-radius:var(--radius-xl);border:1px solid var(--color-gray-200)}.bp-article table{width:100%;border-collapse:collapse;font-size:0.9rem;margin:0}.bp-article th{background:var(--color-gray-900);color:#fff;font-weight:700;padding:0.85rem 1rem;text-align:left;font-size:0.8rem;letter-spacing:0.02em}.bp-article td{padding:0.75rem 1rem;border-bottom:1px solid var(--color-gray-100);color:var(--color-gray-600)}.bp-article tr:last-child td{border-bottom:none}.bp-article tr:hover td{background:var(--color-gray-50)}.bp-callout{background:var(--color-surface);border:1px solid rgba(110,69,255,0.15);border-radius:var(--radius-xl);padding:1.25rem 1.5rem;margin:1.5rem 0}.bp-callout p:last-child{margin-bottom:0}.bp-callout code{background:rgba(110,69,255,0.08);padding:0.15rem 0.4rem;border-radius:4px;font-size:0.88rem;color:var(--color-primary-dark)}.bp-soft-cta{border:2px solid rgba(110,69,255,0.2);border-radius:var(--radius-xl);padding:1.5rem 1.75rem;margin:2rem 0;background:var(--color-surface)}.bp-soft-cta h4{font-size:1rem;text-transform:none;letter-spacing:0;color:var(--color-gray-900);margin:0 0 0.5rem}.bp-soft-cta p{font-size:0.9rem;margin-bottom:1rem}.bp-soft-cta .btn-primary{font-size:0.85rem;padding:0.6rem 1.25rem}.bp-inline-cta{background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:var(--radius-2xl);padding:3rem 2.5rem;margin:2.5rem 0;text-align:center;position:relative;overflow:hidden}.bp-inline-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(110,69,255,0.3),transparent 60%);pointer-events:none}.bp-inline-cta h3{font-size:1.4rem;font-weight:800;color:#fff;margin:0 0 0.75rem;position:relative}.bp-inline-cta p{color:rgba(255,255,255,0.7);font-size:0.95rem;max-width:480px;margin:0 auto 1.5rem;position:relative}.bp-inline-cta .bp-cta-btns{display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap;position:relative}.bp-inline-cta .btn-primary{background:var(--color-primary)}.bp-inline-cta .btn-ghost{border:1.5px solid rgba(255,255,255,0.3);color:#fff;background:transparent;padding:0.65rem 1.25rem;border-radius:var(--radius-xl);font-size:0.875rem;font-weight:600;transition:all 0.2s}.bp-inline-cta .btn-ghost:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5)}.bp-sidebar{position:sticky;top:100px}.bp-widget{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.25rem}.bp-widget-title{font-size:0.8rem;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-gray-900);margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:1px solid var(--color-gray-100)}.bp-toc-list{list-style:none;padding:0;margin:0}.bp-toc-list li{margin-bottom:0.25rem}.bp-toc-list a{display:block;padding:0.45rem 0.75rem;font-size:0.8rem;font-weight:500;color:var(--color-gray-500);border-radius:var(--radius-lg);transition:all 0.2s;line-height:1.4}.bp-toc-list a:hover{background:var(--color-gray-50);color:var(--color-gray-700)}.bp-toc-list a.active{background:var(--color-surface);color:var(--color-primary);font-weight:600}.bp-sidebar-cta{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-xl);padding:1.75rem 1.5rem;text-align:center;margin-bottom:1.25rem}.bp-sidebar-cta h4{font-size:1rem;font-weight:800;color:#fff;margin:0 0 0.5rem;text-transform:none;letter-spacing:0}.bp-sidebar-cta p{font-size:0.8rem;color:rgba(255,255,255,0.75);margin:0 0 1rem;line-height:1.5}.bp-sidebar-cta .btn-white{display:inline-block;background:#fff;color:var(--color-primary);font-size:0.8rem;font-weight:700;padding:0.6rem 1.25rem;border-radius:var(--radius-xl);transition:all 0.2s}.bp-sidebar-cta .btn-white:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.bp-tags{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-gray-100)}.bp-tags-label{font-size:0.75rem;font-weight:700;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:0.04em}.bp-tag-pill{font-size:0.75rem;font-weight:600;padding:0.3rem 0.75rem;border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-primary);transition:all 0.2s}.bp-tag-pill:hover{background:rgba(110,69,255,0.15)}.bp-share{display:flex;align-items:center;gap:0.5rem;margin-top:1rem}.bp-share-label{font-size:0.75rem;font-weight:700;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:0.04em}.bp-share-btn{width:36px;height:36px;border-radius:var(--radius-full);border:1px solid var(--color-gray-200);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--color-gray-500);transition:all 0.2s;cursor:pointer}.bp-share-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-surface)}.bp-share-btn svg{width:16px;height:16px}.bp-author{display:flex;gap:1.25rem;align-items:flex-start;margin-top:1.5rem;padding:1.5rem;background:var(--color-gray-50);border-radius:var(--radius-xl);border:1px solid var(--color-gray-100)}.bp-author-avatar{width:56px;height:56px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0}.bp-author-name{font-size:0.95rem;font-weight:700;color:var(--color-gray-900);margin:0 0 0.15rem}.bp-author-role{font-size:0.75rem;color:var(--color-primary);font-weight:600;margin:0 0 0.5rem}.bp-author-bio{font-size:0.85rem;color:var(--color-gray-500);line-height:1.6;margin:0}.bp-related{padding:4rem 0;background:var(--color-gray-50)}.bp-related-title{font-size:1.5rem;font-weight:800;color:var(--color-gray-900);margin-bottom:2rem}.bp-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.bp-related-card{background:#fff;border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);overflow:hidden;transition:all 0.2s}.bp-related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--color-primary)}.bp-related-thumb{height:160px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.bp-related-body{padding:1.25rem}.bp-related-body .bp-cat-pill{margin-bottom:0.5rem;font-size:0.65rem;padding:0.2rem 0.6rem}.bp-related-body h4{font-size:0.95rem;font-weight:700;color:var(--color-gray-900);line-height:1.4;margin:0 0 0.75rem;text-transform:none;letter-spacing:0}.bp-related-body h4 a{color:inherit;transition:color 0.2s}.bp-related-body h4 a:hover{color:var(--color-primary)}.bp-related-meta{font-size:0.75rem;color:var(--color-gray-400);display:flex;gap:0.75rem}.bp-faq-block{margin:2rem 0}.bp-faq-block .faq-item{border-color:var(--color-gray-100)}@media (max-width:1100px){.bp-layout{grid-template-columns:1fr}.bp-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width:767px){.bp-h1{font-size:1.5rem;padding-left:0.75rem}.bp-article{padding:1.5rem;border-radius:var(--radius-xl)}.bp-article h2{font-size:1.25rem}.bp-article h3{font-size:1.05rem}.bp-sidebar{grid-template-columns:1fr}.bp-related-grid{grid-template-columns:1fr}.bp-inline-cta{padding:2rem 1.5rem}.bp-inline-cta h3{font-size:1.15rem}.bp-author{flex-direction:column;align-items:center;text-align:center}}.why-choose-section{padding:5rem 0 6rem;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);position:relative;overflow:hidden}.why-choose-section::before{content:"";position:absolute;inset:0;opacity:0.018;background-image:linear-gradient(#6E45FF 1px,transparent 1px),linear-gradient(90deg,#6E45FF 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.why-choose-header{text-align:center;max-width:48rem;margin:0 auto 3.5rem;position:relative}.why-choose-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-gray-900);line-height:1.2;margin-top:1rem}.why-choose-header h2 span{background:linear-gradient(135deg,#6E45FF,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.why-choose-header p{margin-top:1.25rem;font-size:1.125rem;color:var(--color-gray-500);line-height:1.7}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative}@media (min-width:640px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-choose-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.why-card{position:relative;background:rgba(255,255,255,0.80);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.25rem;border:1px solid rgba(226,232,240,0.50);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease,opacity 0.3s ease,border-color 0.3s ease;will-change:transform,opacity}.why-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,0.06);border-color:rgba(203,213,225,0.70)}.why-choose-grid:has(.why-card:hover) .why-card:not(:hover){opacity:0.7;transform:scale(0.985)}.why-card .spotlight-glow{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity 0.45s ease;border-radius:inherit}.why-card:hover .spotlight-glow{opacity:1}.why-card-gradient{height:3px;transition:opacity 0.3s ease;opacity:0.4}.why-card:hover .why-card-gradient{opacity:1}.why-card-body{position:relative;z-index:2;padding:1.5rem;display:flex;flex-direction:column;min-height:340px}.why-card-icon{width:3rem;height:3rem;border-radius:0.875rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all 0.3s ease}.why-card:hover .why-card-icon{transform:scale(1.1)}.why-card-body h3{font-size:1.125rem;font-weight:700;color:var(--color-gray-900);margin-bottom:0.625rem;transition:color 0.3s}.why-card:hover .why-card-body h3{color:var(--color-primary)}.why-card-body>p{font-size:0.875rem;color:var(--color-gray-500);line-height:1.7;margin-bottom:1.25rem}.why-card-pills{display:flex;flex-wrap:wrap;gap:0.375rem;margin-top:auto;margin-bottom:1rem}.why-card-pills span{display:inline-block;padding:0.25rem 0.75rem;font-size:0.7rem;font-weight:600;background:#f1f5f9;color:#475569;border-radius:100px;cursor:default;transition:all 0.3s ease}.why-card-pills span:hover{background:var(--color-primary);color:#fff;transform:scale(1.06);box-shadow:0 4px 12px rgba(110,69,255,0.20)}.why-card-link{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.8125rem;font-weight:600;color:var(--color-primary);text-decoration:none;opacity:0;transform:translateY(6px);transition:opacity 0.3s ease,transform 0.3s ease}.why-card:hover .why-card-link{opacity:1;transform:translateY(0)}.why-card-link svg{transition:transform 0.3s}.why-card-link:hover svg{transform:translateX(4px)}@media screen and (max-width:767px){.form-input,.form-select,input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="search"],select,textarea{font-size:1rem !important}}.bp-article table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;border-collapse:collapse}.bp-article table thead,.bp-article table tbody,.bp-article table tr{display:table;width:100%;table-layout:fixed}@media (max-width:639px){.bp-article table{font-size:0.8rem}.bp-article th,.bp-article td{padding:0.4rem 0.5rem}}.footer-links ul a{display:flex;align-items:center;min-height:44px;padding:0.375rem 0}.footer-social a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0.75rem}.footer-bottom .footer-legal a{display:inline-flex;align-items:center;min-height:44px;padding:0.5rem 0.75rem}@media (max-width:1023px){.mobile-nav-link{min-height:48px;padding:0.75rem;display:flex;align-items:center}}@media (max-width:639px){.btn-primary,.btn-secondary,.btn-white{min-height:48px;padding:0.75rem 1.5rem;display:inline-flex;align-items:center;justify-content:center}}.alignfull{width:100%;max-width:100vw}@media (prefers-reduced-motion:reduce){.marquee-track,.pulse,[class*="animate"],.hero-badge .pulse{animation:none !important;transition:none !important}}
/* == CWV Fix: Hero content visible immediately for LCP == */
.hero .reveal{opacity:1!important;transform:none!important;animation:none!important}
.hero .reveal.visible{opacity:1;transform:none}


/* == AI Nav Link with Sparkle Animation == */
.nav-ai-link{display:flex;align-items:center;gap:0.3rem;position:relative;font-weight:700;background:linear-gradient(90deg,#6E45FF,#a855f7,#ec4899,#f59e0b,#6E45FF);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:aiTextShift 3s ease-in-out infinite;font-size:0.95rem;letter-spacing:0.02em}
.nav-ai-link:hover{background:linear-gradient(90deg,#ec4899,#f59e0b,#6E45FF,#a855f7,#ec4899);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:aiTextShift 1s ease-in-out infinite}
.ai-sparkle{display:inline-flex;align-items:center;color:#a855f7;animation:aiPulse 2s ease-in-out infinite}
.ai-sparkle svg{width:16px;height:16px;filter:drop-shadow(0 0 3px rgba(168,85,247,0.4))}
.nav-ai-link:hover .ai-sparkle{animation:aiSpin 0.6s ease-in-out;color:#ec4899}
.nav-ai-link:hover .ai-sparkle svg{filter:drop-shadow(0 0 6px rgba(236,72,153,0.6))}
@keyframes aiPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.6;transform:scale(0.85)}}
@keyframes aiTextShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes aiSpin{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(90deg) scale(1.3)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1.3)}100%{transform:rotate(360deg) scale(1)}}

/* == Industries Dropdown - Professional Redesign == */
.site-header{z-index:9999!important}
.dropdown-menu{z-index:10000!important}
@keyframes dropdownIn{from{opacity:0}to{opacity:1}}
.nav-dropdown:hover .dropdown-menu{display:block!important;animation:dropdownIn 0.15s ease}
.nav-chevron{display:inline-block;vertical-align:middle;margin-left:2px;transition:transform 0.2s ease}
.nav-dropdown:hover .nav-chevron{transform:rotate(180deg)}
.dropdown-menu-industries{left:50%!important;transform:translateX(-50%)!important}
.dropdown-industries{width:480px;padding:0}
.dropdown-industries .dropdown-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:0.375rem;padding:1rem}
.dropdown-industries .dropdown-item{padding:0.875rem 0.75rem;border:1px solid transparent;border-radius:0.75rem;transition:background 0.18s,border-color 0.18s,box-shadow 0.18s}
.dropdown-industries .dropdown-item:hover{background:#F8F7FF;border-color:#f3f4f6;box-shadow:0 2px 8px rgba(0,0,0,0.05)}
.dropdown-industries .dropdown-item-icon{width:2.25rem;height:2.25rem;flex-shrink:0}
.dropdown-industries .dropdown-item-icon svg{width:18px;height:18px;display:block}
