#ftp-homepage{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #eff6ff;--secondary: #7c3aed;--secondary-light: #f5f3ff;--success: #15803d;--success-light: #f0fdf4;--warning: #b45309;--warning-light: #fffbeb;--text: #1f2937;--muted: #64748b;--background: #f4f7fb;--surface: #ffffff;--border: #dbe3ef;--shadow: 0 12px 32px rgba(15, 23, 42, .08);--small-shadow: 0 5px 16px rgba(15, 23, 42, .07);--radius-large: 18px;--radius-medium: 12px;--radius-small: 8px;width:100%;min-height:100vh;margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 32%),var(--background);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}#ftp-homepage,#ftp-homepage *{box-sizing:border-box}#ftp-homepage button,#ftp-homepage input,#ftp-homepage textarea{font:inherit}#ftp-homepage a{color:var(--primary-dark)}#ftp-homepage .page-container{width:min(100% - 32px,1120px);margin:0 auto;padding:24px 0 50px}#ftp-homepage .page-navigation{position:sticky;top:10px;z-index:100;display:flex;align-items:center;gap:7px;margin-bottom:22px;padding:9px;overflow-x:auto;background:#fffffff5;border:1px solid var(--border);border-radius:14px;box-shadow:var(--small-shadow);backdrop-filter:blur(10px);scrollbar-width:thin}#ftp-homepage .page-navigation a,#ftp-homepage .page-navigation a:visited{flex:0 0 auto;padding:9px 13px;color:#1f2937;background:transparent;border-radius:8px;font-size:.92rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:color .2s ease,background-color .2s ease,transform .2s ease}#ftp-homepage .page-navigation a:hover,#ftp-homepage .page-navigation a:focus-visible{color:#000;background:var(--primary-light);outline:none}#ftp-homepage .page-navigation a.active,#ftp-homepage .page-navigation a.active:visited,#ftp-homepage .page-navigation a:active{color:#000!important;background:#dbeafe!important}#ftp-homepage .page-navigation a:hover{transform:translateY(-1px)}#ftp-homepage .hero-section{position:relative;margin-bottom:24px;padding:clamp(34px,7vw,68px);overflow:hidden;color:#fff;background:linear-gradient(135deg,#2563ebfa,#7c3aedf0);border-radius:var(--radius-large);box-shadow:var(--shadow);animation:ftpHomeFadeUp .6s ease both}#ftp-homepage .hero-section:before{content:"";position:absolute;top:-95px;right:-80px;width:260px;height:260px;background:#ffffff1a;border-radius:50%}#ftp-homepage .hero-section:after{content:"";position:absolute;bottom:-105px;left:-70px;width:220px;height:220px;background:#ffffff14;border-radius:50%}#ftp-homepage .hero-content{position:relative;z-index:1;max-width:850px}#ftp-homepage .hero-label{display:inline-block;margin-bottom:14px;padding:6px 12px;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}#ftp-homepage .hero-section h1{margin:0 0 15px;color:#fff;font-size:clamp(2.1rem,7vw,3.7rem);line-height:1.12}#ftp-homepage .hero-section p{max-width:800px;margin:0;color:#fffffff0;font-size:clamp(1rem,2.5vw,1.14rem)}#ftp-homepage .hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:22px}#ftp-homepage .hero-button,#ftp-homepage .hero-button:visited{display:inline-block;padding:11px 17px;color:#000;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:9px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}#ftp-homepage .hero-button.secondary,#ftp-homepage .hero-button.secondary:visited{color:#fff;background:#ffffff1f}#ftp-homepage .hero-button:hover,#ftp-homepage .hero-button:focus-visible{color:#000;transform:translateY(-2px);box-shadow:0 8px 18px #0f172a2e;outline:none}#ftp-homepage .hero-button.secondary:hover,#ftp-homepage .hero-button.secondary:focus-visible{color:#fff}#ftp-homepage .content-section,#ftp-homepage .tools-section,#ftp-homepage .contact-section,#ftp-homepage .footer-section{margin-top:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:var(--shadow);scroll-margin-top:100px}#ftp-homepage .content-section,#ftp-homepage .tools-section,#ftp-homepage .contact-section{padding:clamp(22px,5vw,36px);animation:ftpHomeFadeUp .65s ease both}#ftp-homepage .content-section h2,#ftp-homepage .tools-section h2,#ftp-homepage .contact-section h2{margin:0 0 13px;color:var(--text);font-size:clamp(1.4rem,4vw,1.9rem);line-height:1.3}#ftp-homepage .content-section h2:after,#ftp-homepage .tools-section h2:after,#ftp-homepage .contact-section h2:after{content:"";display:block;width:52px;height:4px;margin-top:8px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:999px}#ftp-homepage .content-section h3{margin:24px 0 8px;color:var(--text);font-size:1.17rem}#ftp-homepage .content-section p,#ftp-homepage .contact-section p{margin:0 0 14px;color:#334155}#ftp-homepage .content-section p:last-child,#ftp-homepage .contact-section p:last-child{margin-bottom:0}#ftp-homepage .content-section ul{margin:0;padding-left:23px}#ftp-homepage .content-section li{margin-bottom:9px;color:#334155}#ftp-homepage .content-section li::marker{color:var(--primary);font-weight:700}#ftp-homepage .information-note{margin-top:17px;padding:15px 17px;color:#334155;background:var(--primary-light);border:1px solid #bfdbfe;border-left:4px solid var(--primary);border-radius:var(--radius-small)}#ftp-homepage .tools-introduction{max-width:850px;margin:0 0 23px;color:var(--muted)}#ftp-homepage .tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:15px}#ftp-homepage .tool-card,#ftp-homepage .tool-card:visited{position:relative;display:flex;min-height:155px;padding:20px;flex-direction:column;justify-content:space-between;color:var(--text);background:linear-gradient(135deg,#ffffff,var(--primary-light));border:1px solid var(--border);border-radius:var(--radius-medium);text-decoration:none;transition:color .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}#ftp-homepage .tool-card:nth-child(3n+2){background:linear-gradient(135deg,#ffffff,var(--secondary-light))}#ftp-homepage .tool-card:nth-child(3n){background:linear-gradient(135deg,#ffffff,var(--success-light))}#ftp-homepage .tool-card:hover,#ftp-homepage .tool-card:focus-visible{color:#000;border-color:#93c5fd;box-shadow:var(--small-shadow);transform:translateY(-3px);outline:none}#ftp-homepage .tool-number{display:inline-flex;align-items:center;justify-content:center;width:33px;height:33px;margin-bottom:12px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:9px;font-size:.87rem;font-weight:800}#ftp-homepage .tool-title{display:block;margin-bottom:7px;color:var(--text);font-size:1.05rem;font-weight:800}#ftp-homepage .tool-description{display:block;color:var(--muted);font-size:.9rem;font-weight:400}#ftp-homepage .tool-action{display:block;margin-top:14px;color:var(--primary-dark);font-size:.88rem;font-weight:800}#ftp-homepage .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;margin-top:19px}#ftp-homepage .feature-card{padding:18px;background:#fbfdff;border:1px solid var(--border);border-radius:var(--radius-medium)}#ftp-homepage .feature-card h3{margin:0 0 7px}#ftp-homepage .feature-card p{margin:0;font-size:.94rem}#ftp-homepage details{margin-bottom:11px;background:#fbfdff;border:1px solid var(--border);border-radius:var(--radius-medium);transition:border-color .2s ease,box-shadow .2s ease}#ftp-homepage details:last-child{margin-bottom:0}#ftp-homepage details:hover{border-color:#b6c4d8}#ftp-homepage details[open]{border-color:#93c5fd;box-shadow:var(--small-shadow)}#ftp-homepage summary{padding:14px 16px;color:var(--text);cursor:pointer;font-weight:700}#ftp-homepage details p{margin:0;padding:0 16px 15px}#ftp-homepage .contact-form{display:grid;gap:14px;max-width:650px;margin-top:20px}#ftp-homepage .contact-form label{display:block;margin-bottom:6px;color:var(--text);font-weight:700}#ftp-homepage .contact-form input,#ftp-homepage .contact-form textarea{display:block;width:100%;padding:12px 14px;color:var(--text);background:#fbfdff;border:1px solid #cbd5e1;border-radius:9px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}#ftp-homepage .contact-form input{min-height:49px}#ftp-homepage .contact-form textarea{min-height:135px;resize:vertical}#ftp-homepage .contact-form input:focus,#ftp-homepage .contact-form textarea:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb21}#ftp-homepage .submit-button{width:fit-content;min-height:48px;padding:11px 21px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));border:0;border-radius:9px;cursor:pointer;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}#ftp-homepage .submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 17px #2563eb3d}#ftp-homepage .submit-button:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:3px}#ftp-homepage #formMsg{min-height:25px;margin-top:10px;color:var(--success);font-weight:700}#ftp-homepage .footer-section{padding:23px;text-align:center}#ftp-homepage .footer-section p{margin:0 0 10px;color:var(--muted)}#ftp-homepage .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:9px 16px}#ftp-homepage .footer-link,#ftp-homepage .footer-link:visited{padding:3px;color:var(--primary-dark);background:transparent;border:0;cursor:pointer;font:inherit;font-weight:700;text-decoration:none}#ftp-homepage .footer-link:hover,#ftp-homepage .footer-link:focus-visible,#ftp-homepage .footer-link:active{color:#000;text-decoration:underline;outline:none}#ftp-homepage #privacyModal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:30px 15px;overflow-y:auto;background:#0f172aad}#ftp-homepage #privacyContent{position:relative;width:min(100%,680px);max-height:88vh;margin:auto;padding:28px;overflow-y:auto;background:#fff;border-radius:var(--radius-large);box-shadow:0 24px 60px #0f172a4d;animation:ftpHomeModal .24s ease both}#ftp-homepage #privacyContent h2{margin:0 42px 13px 0;color:var(--text)}#ftp-homepage #privacyContent p{margin:0 0 13px;color:#334155}#ftp-homepage #closePrivacy{position:absolute;top:10px;right:15px;display:grid;width:36px;height:36px;place-items:center;color:#334155;background:#f1f5f9;border:0;border-radius:50%;cursor:pointer;font-size:25px;font-weight:800;line-height:1}#ftp-homepage #closePrivacy:hover,#ftp-homepage #closePrivacy:focus-visible{color:#000;background:#e2e8f0;outline:none}@keyframes ftpHomeFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ftpHomeModal{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){#ftp-homepage .page-container{width:min(100% - 20px,1120px);padding-top:12px}#ftp-homepage .page-navigation{top:5px;margin-bottom:15px;border-radius:11px}#ftp-homepage .hero-section{padding:34px 22px;border-radius:15px}#ftp-homepage .content-section,#ftp-homepage .tools-section,#ftp-homepage .contact-section,#ftp-homepage .footer-section{border-radius:14px}}@media(max-width:500px){#ftp-homepage{font-size:15px}#ftp-homepage .page-container{width:min(100% - 14px,1120px)}#ftp-homepage .page-navigation a{padding:8px 11px;font-size:.86rem}#ftp-homepage .hero-section{padding:29px 18px}#ftp-homepage .content-section,#ftp-homepage .tools-section,#ftp-homepage .contact-section{padding:19px 15px}#ftp-homepage .hero-actions{flex-direction:column}#ftp-homepage .hero-button,#ftp-homepage .submit-button{width:100%;text-align:center}#ftp-homepage .tools-grid,#ftp-homepage .feature-grid{grid-template-columns:1fr}#ftp-homepage #privacyModal{padding:45px 10px 10px}#ftp-homepage #privacyContent{padding:24px 18px}}@media(prefers-reduced-motion:reduce){#ftp-homepage,#ftp-homepage *,#ftp-homepage *:before,#ftp-homepage *:after{animation:none!important;transition:none!important}}
