:root{--ink:#0f0f1a;--paper:#fff;--surface:#f8f9fa;--accent:#e85d04;--accent-hover:#d45303;--blue:#06c;--green:#10b981;--muted:#6b7280;--border:#e5e7eb;--border-light:#f3f4f6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Vazirmatn,system-ui,-apple-system,sans-serif;line-height:1.7}[dir=rtl] body{text-align:right;direction:rtl;font-family:Vazirmatn,Inter,system-ui,-apple-system,sans-serif}[dir=rtl] .hero-description,[dir=rtl] .section-desc,[dir=rtl] .solution-card p,[dir=rtl] .feature-content p,[dir=rtl] .cap-content p,[dir=rtl] .footer-about-text,[dir=rtl] .footer-subscribe-desc,[dir=rtl] .compliance-text,[dir=rtl] .cta-section p{text-align:right}.skip-link{background:var(--ink);color:#fff;z-index:10000;border-radius:0 0 6px;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;position:absolute;top:-100%;left:0}.skip-link:focus{top:0}.nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff2;position:fixed;top:0;left:0;right:0}.nav.scrolled{box-shadow:0 2px 20px #00000014}.nav-inner{justify-content:space-between;align-items:center;max-width:1280px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;display:flex}.nav-logo img{height:32px}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--ink)}.nav-actions{align-items:center;gap:1rem;display:flex}.btn-ghost{color:var(--ink);padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.btn-ghost:hover{color:var(--accent)}.lang-toggle{color:var(--muted);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s}.lang-toggle:hover{border-color:var(--ink);color:var(--ink)}.btn-primary{background:var(--ink);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:#1a1a2e;transform:translateY(-1px)}.mobile-toggle{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--ink);background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:none}.hero{background:linear-gradient(#fafafa 0%,#fff 100%);align-items:center;min-height:100vh;padding:8rem 2rem 5rem;display:flex}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;display:grid}.hero-content{max-width:540px}.trust-badges{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.trust-badge{border:1px solid var(--border);color:var(--muted);background:#fff;border-radius:100px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.72rem;font-weight:600;transition:all .3s;display:inline-flex}.trust-badge:hover{border-color:var(--ink);color:var(--ink);box-shadow:0 2px 8px #0000000f}.trust-badge i{font-size:.65rem}.trust-badge-dot{background:var(--green);border-radius:50%;width:6px;height:6px}.hero-headline{letter-spacing:-1.5px;color:var(--ink);margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:900;line-height:1.15}.hero-headline em{background:linear-gradient(135deg, var(--accent) 0%, #f97316 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-headline .hero-headline-sub{letter-spacing:-.5px;color:var(--muted);margin-top:.3rem;font-size:.55em;font-weight:600;display:block}.hero-description{color:var(--muted);max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.85}.hero-cta-group{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.btn-premium{background:var(--ink);color:#fff;border-radius:10px;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex;position:relative;overflow:hidden}.btn-premium:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.btn-premium:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0f0f1a40}.btn-premium:hover:before{opacity:1}.btn-premium i{transition:transform .3s}.btn-premium:hover i{transform:translate(-3px)}[dir=rtl] .btn-premium:hover i{transform:translate(3px)}.btn-secondary-premium{border:1.5px solid var(--border);color:var(--ink);background:0 0;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary-premium:hover{border-color:var(--ink);background:var(--ink);color:#fff}.hero-metrics{border-top:1px solid var(--border);gap:2.5rem;padding-top:2rem;display:flex}.hero-metric{flex-direction:column;display:flex}.hero-metric-value{color:var(--ink);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.hero-metric-label{color:var(--muted);margin-top:.15rem;font-size:.75rem}.hero-metric-value .metric-accent{color:var(--accent)}.compliance-strip{background:linear-gradient(135deg,#10b9810a 0%,#3b82f60a 100%);border:1px solid #10b98126;border-radius:10px;align-items:center;gap:1.5rem;margin-top:2rem;padding:1rem 1.25rem;display:flex}.compliance-icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;display:flex}.compliance-text{color:var(--muted);font-size:.8rem;line-height:1.6}.compliance-text strong{color:var(--ink)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-visual-frame{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:480px;display:flex;position:relative}.hero-visual-frame:before{content:"";background:radial-gradient(circle,#e85d040f 0%,#6366f10a 40%,#0000 70%);border-radius:50%;animation:6s ease-in-out infinite heroGlow;position:absolute;inset:-60px}@keyframes heroGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.hero-ring{border:1.5px solid #0f0f1a14;border-radius:50%;justify-content:center;align-items:center;width:min(320px,80%);height:min(320px,80%);display:flex;position:relative}.hero-ring:before{content:"";border:1px dashed #e85d0433;border-radius:50%;animation:40s linear infinite ringRotate;position:absolute;inset:-16px}.hero-ring:after{content:"";border:1px solid #0f0f1a0d;border-radius:50%;position:absolute;inset:40px}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-center{z-index:2;background:#fff;border:2px solid #0f0f1a0a;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;animation:4s ease-in-out infinite centerPulse;display:flex;position:relative;box-shadow:0 12px 40px #0f0f1a14,0 4px 12px #0f0f1a0a,inset 0 2px #ffffffe6}@keyframes centerPulse{0%,to{box-shadow:0 12px 40px #0f0f1a14,0 4px 12px #0f0f1a0a}50%{box-shadow:0 16px 50px #e85d041f,0 6px 16px #0f0f1a0f}}.hero-float-card{border:1px solid var(--border);color:var(--ink);white-space:nowrap;z-index:3;background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-size:.75rem;font-weight:600;animation:6s ease-in-out infinite floatCard;display:flex;position:absolute;box-shadow:0 4px 20px #0000000f}.hero-float-card i{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}.hero-float-card.hfc-1{animation-delay:0s;top:8%;left:50%;transform:translate(-50%)}.hero-float-card.hfc-1 i{background:linear-gradient(135deg,#2563eb,#60a5fa)}.hero-float-card.hfc-2{animation-delay:1s;top:30%;right:0}.hero-float-card.hfc-2 i{background:linear-gradient(135deg,#059669,#34d399)}.hero-float-card.hfc-3{animation-delay:2s;bottom:30%;right:0}.hero-float-card.hfc-3 i{background:linear-gradient(135deg,#d97706,#fbbf24)}.hero-float-card.hfc-4{animation-delay:3s;bottom:8%;left:50%;transform:translate(-50%)}.hero-float-card.hfc-4 i{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.hero-float-card.hfc-5{animation-delay:4s;bottom:30%;left:0}.hero-float-card.hfc-5 i{background:linear-gradient(135deg,#dc2626,#f87171)}.hero-float-card.hfc-6{animation-delay:5s;top:30%;left:0}.hero-float-card.hfc-6 i{background:linear-gradient(135deg,#0891b2,#22d3ee)}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-float-card.hfc-1,.hero-float-card.hfc-4{animation-name:floatCardX}@keyframes floatCardX{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}.trust-strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 2rem}.trust-inner{justify-content:center;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;display:flex}.trust-logos{align-items:center;gap:3rem;display:flex}.trust-stat{text-align:center;min-width:100px}.trust-stat-value{color:var(--ink);letter-spacing:-.5px;font-size:2rem;font-weight:800}.trust-stat-label{color:var(--muted);margin-top:.25rem;font-size:.8rem}.section{padding:6rem 2rem}.section-inner{max-width:1280px;margin:0 auto}.section-header{max-width:600px;margin-bottom:3.5rem}.section-tag{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.3}.section-desc{color:var(--muted);font-size:1rem;line-height:1.8}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.solution-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:2rem;transition:all .3s}.solution-card:hover{border-color:var(--ink);box-shadow:0 8px 30px #00000014}.solution-icon{background:var(--surface);width:48px;height:48px;color:var(--ink);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.1rem;display:flex}.solution-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.solution-card p{color:var(--muted);font-size:.9rem;line-height:1.7}.solution-link{color:var(--accent);align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.solution-link:hover{gap:.75rem}.features-section{background:var(--surface)}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.feature-card{border:1px solid var(--border);background:#fff;border-radius:10px;gap:1.25rem;padding:1.5rem;transition:all .2s;display:flex}.feature-card:hover{box-shadow:0 4px 20px #0000000f}.feature-icon{background:var(--ink);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;display:flex}.feature-content h4{margin-bottom:.25rem;font-size:.95rem;font-weight:700}.feature-content p{color:var(--muted);font-size:.85rem}.tools-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.tool-pill{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:all .2s;display:flex}.tool-pill:hover{border-color:var(--ink)}.tool-pill i{color:var(--accent);font-size:.9rem}.tool-pill span{font-size:.85rem;font-weight:500}.cat-badge{border-radius:100px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.cat-badge-ai{color:#7c3aed;background:#8b5cf61a}.cat-badge-risk{color:#dc2626;background:#ef44441a}.cat-badge-xbrl{color:#2563eb;background:#3b82f61a}.cat-badge-devops{color:#059669;background:#10b9811a}.cat-badge-enterprise{color:#d97706;background:#f59e0b1a}.cat-badge-dev{color:#0891b2;background:#06b6d41a}.cat-badge-analytics{color:#db2777;background:#ec48991a}.cap-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.cap-card{border:1px solid var(--border);background:#fff;border-radius:10px;gap:1rem;padding:1.25rem;transition:all .25s;display:flex}.cap-card:hover{border-color:var(--ink);transform:translateY(-2px);box-shadow:0 6px 24px #00000012}.cap-icon{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.cap-icon-ai{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.cap-icon-risk{background:linear-gradient(135deg,#dc2626,#f87171)}.cap-icon-xbrl{background:linear-gradient(135deg,#2563eb,#60a5fa)}.cap-icon-devops{background:linear-gradient(135deg,#059669,#34d399)}.cap-icon-ent{background:linear-gradient(135deg,#d97706,#fbbf24)}.cap-icon-dev{background:linear-gradient(135deg,#0891b2,#22d3ee)}.cap-icon-analytics{background:linear-gradient(135deg,#db2777,#f472b6)}.cap-content h4{margin-bottom:.2rem;font-size:.9rem;font-weight:700}.cap-content p{color:var(--muted);font-size:.8rem;line-height:1.55}.section-stats{border-top:1px solid var(--border);gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.section-stat{text-align:center}.section-stat-value{color:var(--ink);font-size:1.75rem;font-weight:800}.section-stat-label{color:var(--muted);font-size:.8rem}.section-dark{background:var(--ink);color:#fff}.section-dark .section-tag{color:var(--accent)}.section-dark .section-title{color:#fff}.section-dark .section-desc{color:#fff9}.section-dark .cap-card{background:#ffffff0f;border-color:#ffffff1a}.section-dark .cap-card:hover{background:#ffffff1a;border-color:#ffffff40}.section-dark .cap-content h4{color:#fff}.section-dark .cap-content p{color:#ffffff80}.section-dark .section-stat-value{color:#fff}.section-dark .section-stat-label{color:#ffffff80}.section-dark .section-stats{border-top-color:#ffffff1a}.section-surface{background:var(--surface)}.cta-section{background:var(--ink);padding:5rem 2rem}.cta-inner{text-align:center;max-width:800px;margin:0 auto}.cta-section h2{color:#fff;letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.cta-section p{color:#ffffff80;margin-bottom:2rem;font-size:1.1rem}.cta-buttons{justify-content:center;gap:1rem;display:flex}.btn-white{color:var(--ink);background:#fff;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-white:hover{background:#f5f5f5}.btn-ghost-white{color:#fff;border:1px solid #fff3;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-ghost-white:hover{border-color:#fff}.site-footer{background:var(--ink);color:#ffffffb3;padding:4rem 2rem 0}.footer-inner{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;max-width:1280px;margin:0 auto;padding-bottom:3rem;display:grid}.footer-col-title{color:#fff;margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.footer-about-text{color:#ffffff80;margin-bottom:1.25rem;font-size:.85rem;line-height:1.8}.footer-logo img{height:28px;margin-bottom:.75rem}.footer-social{gap:.75rem;display:flex}.footer-social-link{color:#fff9;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;text-decoration:none;transition:all .3s;display:flex}.footer-social-link:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.footer-links-list{margin:0;padding:0;list-style:none}.footer-links-list li{margin-bottom:.6rem}.footer-links-list a{color:#ffffff80;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-links-list a:hover{color:var(--accent)}.footer-contact-list{margin:0;padding:0;list-style:none}.footer-contact-list li{color:#ffffff80;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.footer-contact-list i{text-align:center;width:16px;color:var(--accent);font-size:.8rem}.footer-contact-list a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-contact-list a:hover{color:var(--accent)}.footer-subscribe-desc{color:#fff6;margin-bottom:1rem;font-size:.8rem;line-height:1.6}.footer-subscribe-form{gap:0;margin-bottom:.75rem;display:flex}.footer-subscribe-input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px 0 0 8px;outline:none;flex:1;padding:.6rem .875rem;font-family:inherit;font-size:.8rem;transition:border-color .2s}.footer-subscribe-input::placeholder{color:#ffffff4d}.footer-subscribe-input:focus{border-color:var(--accent)}.footer-subscribe-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:0 8px 8px 0;padding:.6rem 1rem;font-size:.85rem;transition:all .2s}.footer-subscribe-btn:hover{background:var(--accent-hover)}.footer-subscribe-note{color:#ffffff4d;font-size:.7rem}.footer-bottom{padding:1.25rem 2rem}.footer-bottom-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.footer-bottom p{color:#ffffff59;font-size:.75rem}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#ffffff59;font-size:.75rem;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:var(--accent)}.scroll-progress{background:linear-gradient(90deg, var(--accent), var(--blue));z-index:999;width:0%;height:3px;transition:width .1s linear;position:fixed;top:64px;left:0}[dir=rtl] .scroll-progress{background:linear-gradient(270deg, var(--accent), var(--blue));left:auto;right:0}[dir=rtl] .skip-link{border-radius:0 0 0 6px;left:auto;right:0}[dir=rtl] .nav-actions{flex-direction:row-reverse}[dir=rtl] .nav-menu.active{left:0;right:0}[dir=rtl] .hero-content{text-align:right}[dir=rtl] .hero-headline em{direction:rtl}[dir=rtl] .hero-cta-group{flex-direction:row-reverse}[dir=rtl] .hero-float-card.hfc-1,[dir=rtl] .hero-float-card.hfc-4{left:50%;right:auto;transform:translate(-50%)}[dir=rtl] .hero-float-card.hfc-2,[dir=rtl] .hero-float-card.hfc-3{left:0;right:auto}[dir=rtl] .hero-float-card.hfc-5,[dir=rtl] .hero-float-card.hfc-6{left:auto;right:0}[dir=rtl] .trust-badges{justify-content:flex-start}[dir=rtl] .compliance-strip,[dir=rtl] .feature-card,[dir=rtl] .cap-card,[dir=rtl] .cta-buttons{flex-direction:row-reverse}[dir=rtl] .footer-subscribe-input{text-align:right;direction:rtl;border-radius:0 8px 8px 0}[dir=rtl] .footer-subscribe-btn{border-radius:8px 0 0 8px}[dir=rtl] .footer-contact-list li{flex-direction:row-reverse;justify-content:flex-start}[dir=rtl] .footer-social{justify-content:flex-start}[dir=rtl] .footer-bottom-inner{flex-direction:row-reverse}[dir=rtl] .footer-bottom-links{justify-content:flex-end}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-premium:focus-visible,.btn-secondary-premium:focus-visible,.btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (min-width:1440px){.hero{padding:8rem 3rem 5rem}.section{padding:7rem 3rem}}@media (min-width:1025px) and (max-width:1439px){.hero{padding:7rem 2rem 4rem}.section{padding:6rem 2rem}}@media (max-width:1024px){.nav-inner{padding:0 1.5rem}.hero{min-height:auto;padding:6rem 1.5rem 4rem}.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center;max-width:100%}[dir=rtl] .hero-content{text-align:center}.hero-visual{display:none}.trust-inner{flex-wrap:wrap;justify-content:center}.trust-logos{gap:2rem}.section{padding:5rem 1.5rem}.section-header{text-align:center;margin-left:auto;margin-right:auto}[dir=rtl] .section-header{text-align:center}.solutions-grid,.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.cap-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-inner{padding:0 1rem}.nav-menu{border-bottom:1px solid var(--border);text-align:right;background:#fff;flex-direction:column;padding:1rem;display:none;position:fixed;top:64px;left:0;right:0;box-shadow:0 4px 20px #0000001a}.nav-menu.active,.mobile-toggle{display:flex}.hero{padding:5rem 1rem 3rem}.hero-buttons a{justify-content:center;width:100%}.trust-strip{padding:2rem 1rem}.trust-inner{gap:1.5rem}.trust-logos{flex-wrap:wrap;justify-content:center;gap:2rem}.trust-stat-value{font-size:1.5rem}.section{padding:4rem 1rem}.section-title{font-size:1.5rem}.section-desc{font-size:.95rem}.solutions-grid{grid-template-columns:1fr}.solution-card{padding:1.5rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.25rem}.tools-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.tool-pill{padding:.75rem .875rem}.tool-pill span{font-size:.8rem}.cta-section{padding:4rem 1rem}.cta-section h2{font-size:1.75rem}.cta-section p{font-size:1rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons a{justify-content:center;width:100%}.site-footer{padding:3rem 1rem 0}.footer-inner{grid-template-columns:1fr;gap:2rem}.cap-grid{grid-template-columns:1fr}.section-stats{flex-wrap:wrap;justify-content:center;gap:1rem}.section-stat-value{font-size:1.25rem}.hero-cta-group{flex-direction:column;width:100%}.btn-premium,.btn-secondary-premium{justify-content:center;width:100%}.hero-metrics{flex-wrap:wrap;gap:1.5rem}.hero-metric-value{font-size:1.25rem}.trust-badges{gap:.5rem}.trust-badge{padding:.25rem .6rem;font-size:.65rem}.compliance-strip{text-align:center;flex-direction:column}}@media (max-width:767px) and (min-width:481px){.solutions-grid{gap:1rem}.solution-icon{width:44px;height:44px}.solution-card h3{font-size:1rem}.solution-card p{font-size:.85rem}.feature-icon{width:40px;height:40px;font-size:.9rem}.feature-content h4{font-size:.9rem}.feature-content p{font-size:.8rem}}@media (max-width:480px){.nav-inner{height:56px;padding:0 .75rem}.nav-logo img{height:28px}.lang-toggle{padding:.3rem .6rem;font-size:.7rem}.btn-primary{padding:.5rem 1rem;font-size:.8rem}.hero{padding:4.5rem .75rem 2.5rem}.hero-buttons a{width:100%;padding:.75rem;font-size:.9rem}.trust-strip{padding:1.5rem .75rem}.trust-inner{gap:1rem}.trust-stat{min-width:30%}.trust-stat-value{font-size:1.25rem}.trust-stat-label{font-size:.7rem}.section{padding:3rem .75rem}.section-tag{letter-spacing:1.5px;font-size:.65rem}.section-title{font-size:1.35rem}.section-desc{font-size:.9rem}.section-header{margin-bottom:2.5rem}.solutions-grid{gap:.875rem}.solution-card{border-radius:10px;padding:1.25rem}.solution-icon{border-radius:8px;width:40px;height:40px;font-size:1rem}.solution-card h3{margin-bottom:.4rem;font-size:.95rem}.solution-card p{font-size:.8rem;line-height:1.6}.solution-link{margin-top:.75rem;font-size:.8rem}.features-grid{gap:.75rem}.feature-card{border-radius:8px;gap:1rem;padding:1rem}.feature-icon{border-radius:6px;width:36px;height:36px;font-size:.85rem}.feature-content h4{margin-bottom:.2rem;font-size:.85rem}.feature-content p{font-size:.75rem;line-height:1.5}.tools-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.tool-pill{border-radius:6px;padding:.625rem .75rem}.tool-pill i{font-size:.8rem}.tool-pill span{font-size:.75rem}.cta-section{padding:3rem .75rem}.cta-section h2{margin-bottom:.75rem;font-size:1.5rem}.cta-section p{margin-bottom:1.5rem;font-size:.9rem}.cta-buttons{gap:.75rem}.btn-white,.btn-ghost-white{padding:.7rem 1.25rem;font-size:.85rem}.footer-bottom-inner{text-align:center;flex-direction:column;gap:.75rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (max-width:360px){.tools-grid{grid-template-columns:1fr}.tool-pill{justify-content:center}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:auto;padding-top:5rem}.hero-inner{align-items:start}.hero-content{max-width:60%}}@media (hover:none) and (pointer:coarse){.solution-card:active,.feature-card:active,.tool-pill:active{transform:scale(.98)}}@media print{.nav,.hero-visual,.cta-section,.trust-strip{display:none}body{background:#fff}.section{padding:2rem 0}}@media (prefers-reduced-motion:reduce){.reveal,.reveal-fade,.reveal-right,.reveal-left,.reveal-scale,.stagger-children>*{opacity:1;transition:none;transform:none}.hero-float-card,.hero-ring:before,.hero-center,.hero-visual-frame:before{animation:none}}@supports (padding:env(safe-area-inset-top)){.nav{padding-top:env(safe-area-inset-top)}footer{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}}
