.hero-section-fullscreen{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;background:linear-gradient(135deg,rgba(139,92,246,.03),rgba(236,72,153,.03) 50%,rgba(59,130,246,.03))}.hero-bg-fullscreen{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-gradient-animated{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(139,92,246,.15) 0,rgba(236,72,153,.1) 25%,rgba(59,130,246,.1) 50%,transparent 70%);animation:gradientRotate 20s linear infinite;will-change:transform;transform:translateZ(0)}@keyframes gradientRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-particles-animated{position:absolute;width:100%;height:100%;top:0;left:0}.hero-particles-animated .particle{position:absolute;font-size:2rem;opacity:.4;animation:float 15s ease-in-out infinite;filter:blur(.5px);will-change:transform;transform:translateZ(0)}.particle-1{top:10%;left:10%;animation-delay:0s;animation-duration:20s}.particle-2{top:20%;right:15%;animation-delay:2s;animation-duration:18s}.particle-3{bottom:15%;left:20%;animation-delay:4s;animation-duration:22s}.particle-4{top:60%;right:10%;animation-delay:1s;animation-duration:19s}.particle-5{bottom:25%;right:25%;animation-delay:3s;animation-duration:21s}.particle-6{top:40%;left:15%;animation-delay:5s;animation-duration:17s}.particle-7{top:70%;left:40%;animation-delay:2.5s;animation-duration:20s}.particle-8{bottom:40%;right:35%;animation-delay:4.5s;animation-duration:18s}@keyframes float{0%,to{transform:translateZ(0) rotate(0deg)}25%{transform:translate3d(20px,-20px,0) rotate(90deg)}50%{transform:translate3d(-15px,15px,0) rotate(180deg)}75%{transform:translate3d(15px,20px,0) rotate(270deg)}}.hero-shapes-animated{position:absolute;width:100%;height:100%;top:0;left:0}.hero-shapes-animated .shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.15;animation:shapeFloat 25s ease-in-out infinite;will-change:transform;transform:translateZ(0)}.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#8b5cf6,#6366f1);top:-10%;left:-10%;animation-delay:0s}.shape-2{width:350px;height:350px;background:linear-gradient(135deg,#ec4899,#f472b6);bottom:-10%;right:-10%;animation-delay:5s}.shape-3{width:300px;height:300px;background:linear-gradient(135deg,#3b82f6,#60a5fa);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}.shape-4{width:250px;height:250px;background:linear-gradient(135deg,#10b981,#34d399);top:20%;right:20%;animation-delay:15s}@keyframes shapeFloat{0%,to{transform:translateZ(0) scale(1)}33%{transform:translate3d(30px,-30px,0) scale(1.1)}66%{transform:translate3d(-30px,30px,0) scale(.9)}}.hero-content-fullscreen{position:relative;z-index:1;max-width:900px;width:100%;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-badge-modern{position:relative;display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(139,92,246,.2);border-radius:3rem;font-size:.875rem;font-weight:600;color:#8b5cf6;box-shadow:0 4px 20px rgba(139,92,246,.15);animation:badgeSlideIn .8s cubic-bezier(.22,1,.36,1) both}.dark .hero-badge-modern{background:rgba(30,30,40,.9);border-color:rgba(139,92,246,.3);color:#a78bfa}.badge-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:3rem;background:rgba(139,92,246,.2);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.1);opacity:0}}.badge-icon{font-size:1.125rem;animation:rocketBounce 2s ease-in-out infinite}.badge-text{position:relative;z-index:1}@keyframes badgeSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes rocketBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hero-title-fullscreen{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1;margin:0;letter-spacing:-.04em;animation:titleFadeIn 1s cubic-bezier(.22,1,.36,1) .2s both}.title-line-animated{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.title-word-animated{display:inline-block;color:var(--text-primary);animation:wordSlideIn .8s cubic-bezier(.22,1,.36,1) both}.title-word-animated:first-child{animation-delay:.3s}.title-word-animated:nth-child(2){animation-delay:.5s}.highlight-gradient{background:linear-gradient(135deg,#8b5cf6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 5s ease infinite,wordSlideIn .8s cubic-bezier(.22,1,.36,1) .5s both}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.title-subtitle{display:block;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;color:var(--text-secondary);margin-top:1rem;opacity:0;animation:subtitleFadeIn .8s cubic-bezier(.22,1,.36,1) .7s both}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes wordSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hero-description-fullscreen{font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.7;color:var(--text-secondary);max-width:700px;margin:0;animation:descFadeIn .8s cubic-bezier(.22,1,.36,1) .9s both}.text-gradient-purple{background:linear-gradient(135deg,#8b5cf6,#6366f1);-webkit-background-clip:text;background-clip:text}.text-gradient-pink,.text-gradient-purple{-webkit-text-fill-color:transparent;font-weight:600}.text-gradient-pink{background:linear-gradient(135deg,#ec4899,#f472b6);-webkit-background-clip:text;background-clip:text}.text-gradient-blue{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}@keyframes descFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-input-fullscreen{position:relative;width:100%;max-width:800px;animation:inputSlideUp 1s cubic-bezier(.22,1,.36,1) 1.1s both;margin:0 auto}@keyframes inputSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.input-container-glass{position:relative;z-index:1;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;padding:0;box-shadow:none;transition:all .4s cubic-bezier(.22,1,.36,1);justify-content:center}.input-container-glass,.input-header-premium{display:flex;flex-direction:column;align-items:center}.input-header-premium{gap:1rem;margin-bottom:2rem;text-align:center}.input-title-simple{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.2}.input-header-text-premium p{font-size:1.1rem;color:var(--text-secondary);margin:0}.input-field-premium{position:relative;width:100%;margin-bottom:2rem;max-width:800px;display:flex;justify-content:center;padding:3px;border-radius:4rem;background:linear-gradient(135deg,rgba(139,92,246,.3),rgba(236,72,153,.3),rgba(59,130,246,.3));background-size:200% 200%;animation:borderGradient 4s ease infinite}@keyframes borderGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.text-input-premium{width:100%;padding:1.5rem 4rem 1.5rem 2rem;font-size:1.25rem;line-height:1.5;color:var(--text-primary);background:var(--surface);border:none;border-radius:4rem;resize:none;min-height:70px;font-family:inherit;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 10px 40px -10px rgba(0,0,0,.1);text-align:center;background-clip:padding-box}.dark .text-input-premium{background:#0f172a;color:#f8fafc}.text-input-premium:focus{outline:none;background:var(--surface-elevated,#fff);box-shadow:inset 0 2px 4px rgba(0,0,0,.02)}.dark .text-input-premium:focus{background:#1e293b;box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.text-input-premium::placeholder{color:var(--text-muted);font-weight:500;opacity:.7}.clear-btn-premium{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,.1);border:none;border-radius:.5rem;color:#ef4444;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1)}.clear-btn-premium:hover{background:rgba(239,68,68,.15);transform:scale(1.05)}.clear-btn-premium:active{transform:scale(.95)}.input-footer-premium{justify-content:space-between;gap:1rem}.input-footer-premium,.turkish-chars-premium{display:flex;align-items:center;flex-wrap:wrap}.turkish-chars-premium{gap:.75rem}.chars-group{display:flex;gap:.375rem}.char-badge-premium{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(236,72,153,.1));border:1px solid rgba(139,92,246,.15);border-radius:.5rem;font-size:.875rem;font-weight:600;color:#8b5cf6;transition:all .2s ease}.dark .char-badge-premium{background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(236,72,153,.15));border-color:rgba(139,92,246,.25);color:#a78bfa}.char-badge-premium:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.2)}.char-label-premium{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--text-secondary);font-weight:500}.char-label-premium svg{color:#10b981}.char-counter-premium{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:rgba(139,92,246,.05);border:1px solid rgba(139,92,246,.1);border-radius:.75rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:all .3s ease}.dark .char-counter-premium{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.2)}.char-counter-premium.warning{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.3);color:#f59e0b}.char-counter-premium.danger{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#ef4444}.counter-text{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero-stats-fullscreen{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;animation:statsFadeIn .8s cubic-bezier(.22,1,.36,1) 1.3s both}.stat-item-premium{display:flex;align-items:center;gap:.875rem;padding:1rem 1.5rem;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(139,92,246,.1);border-radius:1rem;transition:all .3s cubic-bezier(.22,1,.36,1)}.dark .stat-item-premium{background:rgba(30,30,40,.8);border-color:rgba(139,92,246,.2)}.stat-item-premium:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(139,92,246,.15);border-color:rgba(139,92,246,.3)}.stat-icon{display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-content{display:flex;flex-direction:column;gap:.125rem}.stat-number-premium{font-size:1.75rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label-premium{font-size:.875rem;font-weight:500;color:var(--text-secondary);line-height:1}.stat-divider-premium{width:1px;height:40px;background:linear-gradient(180deg,transparent,rgba(139,92,246,.2),transparent)}@keyframes statsFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.75rem;animation:scrollFadeIn 1s cubic-bezier(.22,1,.36,1) 1.5s both}.scroll-mouse{width:28px;height:44px;border:2px solid rgba(139,92,246,.3);border-radius:14px;position:relative;display:flex;justify-content:center;padding-top:8px}.scroll-wheel{width:4px;height:8px;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:2px;animation:scrollWheel 2s ease-in-out infinite}@keyframes scrollWheel{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(12px);opacity:.3}}.scroll-text{font-size:.875rem;font-weight:500;color:var(--text-secondary);animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes scrollFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-content-fullscreen{padding:1.5rem;gap:2rem}.hero-title-fullscreen{font-size:clamp(1.75rem,6vw,2.5rem)}.title-subtitle{font-size:clamp(1rem,2.5vw,1.25rem)}.hero-description-fullscreen{font-size:1rem}.input-container-glass{padding:1.5rem}.input-header-premium{flex-direction:column;align-items:flex-start;gap:.75rem}.input-title-simple{font-size:1.25rem}.text-input-premium{font-size:1rem;padding:1rem 3rem 1rem 1rem}.hero-stats-fullscreen{gap:1rem}.stat-item-premium{padding:.75rem 1rem;gap:.625rem}.stat-number-premium{font-size:1.5rem}.stat-label-premium{font-size:.8125rem}.stat-divider-premium{display:none}.scroll-indicator{margin-top:1rem}}@media (max-width:480px){.hero-badge-modern{font-size:.8125rem;padding:.5rem 1rem}.input-footer-premium{flex-direction:column;align-items:flex-start;gap:.75rem}.char-badge-premium{width:26px;height:26px;font-size:.8125rem}.hero-stats-fullscreen{flex-direction:column;gap:.75rem;width:100%}.stat-item-premium{width:100%;justify-content:center}}.font-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1rem 0;margin-bottom:3rem}.font-type-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dark .font-type-card{background:rgba(30,30,40,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:hsla(0,0%,100%,.05)}.font-type-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.08);border-color:#8b5cf6}.dark .font-type-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.3);border-color:#a78bfa}.font-type-icon{font-size:2.25rem;margin-bottom:.75rem;display:inline-block;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));transition:transform .3s ease}.font-type-card:hover .font-type-icon{transform:scale(1.1) rotate(5deg)}.font-type-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary)}.font-type-desc{font-size:.95rem;color:var(--text-secondary);margin:0;line-height:1.5}.font-type-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8b5cf6,#ec4899,#3b82f6);opacity:0;transition:opacity .3s ease}.font-type-card:hover:before{opacity:1}@media (max-width:768px){.font-types-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.font-type-card{padding:1.5rem}.font-type-icon{font-size:1.75rem}.font-type-title{font-size:1.05rem}}