﻿.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--white);padding:0;}.hero-content h1{font-family:'Cairo', sans-serif;font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:900;line-height:1.2;margin-bottom:1rem;color:var(--black);letter-spacing:-0.01em;}.hero-content p{font-size:1.6rem;color:var(--grey-600);max-width:700px;margin:0 auto;font-weight:600;line-height:1.6;}.features-section{background:var(--white);padding:0;}.feature-row{min-height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8%;padding:0;border-bottom:1px solid rgba(0, 0, 0, 0.02);}.feature-row:last-child{border-bottom:none;}.feature-text{flex:1;max-width:500px;text-align:right;}.feature-text h2{font-size:2.5rem;margin-bottom:1.2rem;font-weight:800;}.feature-text p{font-size:1.25rem;color:var(--text-sub);line-height:1.7;}.feature-visual{flex:0 0 240px;display:flex;justify-content:center;align-items:center;}.benchmark-visual{flex:0 0 375px !important;justify-content:flex-end;padding-left:2rem;position:relative;}.svg-wrapper{width:250px;height:250px;color:var(--grey-800);opacity:1;display:flex;align-items:center;justify-content:center;margin-top:1.5rem;}.device-icon-img{width:100%;height:100%;object-fit:contain;display:block;}.pricing-section{background-color:var(--white);padding:8rem 0;border-top:none;}.hero-brand{font-family:'Cairo', sans-serif;font-size:clamp(2.5rem, 5vw, 4rem);font-weight:900;letter-spacing:-0.02em;text-transform:uppercase;color:var(--black);margin-bottom:0.5rem;line-height:1.1;opacity:0;will-change:transform, opacity;backface-visibility:hidden;transform:translateZ(0);animation:hero-entry 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s forwards, hero-float 4s ease-in-out infinite 0.8s;}.pricing-section{background-color:var(--white);padding:0;border-top:none;}.price-visual-col{flex-direction:column !important;gap:1.5rem;align-items:center;}.price-tag{font-size:5rem;font-weight:900;color:var(--black);line-height:1;}.price-tag span{font-size:1.5rem;font-weight:700;margin-right:0.5rem;color:var(--grey-400);}.contact-section{background-color:var(--white);padding:6rem 0;}.social-links{display:flex;justify-content:center;gap:3rem;}.social-links span{font-weight:700;font-size:0.9rem;color:var(--grey-600);letter-spacing:0.1em;cursor:pointer;transition:color 0.2s;}.social-links span:hover{color:var(--black);}.footer-section{padding:1rem 0;text-align:center;background:var(--white);margin-top:auto;}.copyright{font-family:'Cairo', sans-serif;font-size:0.95rem;color:var(--grey-500);font-weight:600;}@media (max-width:850px){.hero-content h1{font-size:2.5rem;}.hero-brand{font-size:2.2rem;}.feature-row{flex-direction:column;text-align:center;gap:2rem;padding:4rem 1rem;min-height:auto !important;}.feature-row.reverse{flex-direction:column;}.feature-visual{flex:1;width:100%;justify-content:center;}.benchmark-container{width:100%;max-width:380px;margin:0 auto !important;font-size:0.9rem;position:static !important;transform:none !important;padding-top:1rem;}.bar-value{width:40px;font-size:1rem;}.price-tag{font-size:3rem;margin-bottom:0.5rem;}.pricing-row{flex-direction:column;gap:1.5rem;}.feature-text, .price-text-col{text-align:center !important;width:100%;max-width:500px;margin:0 auto;}.pricing-section .btn-action{width:100%;max-width:280px;display:block;margin:0 auto;}.pricing-section .container{padding:0 1.5rem;}}@keyframes anime-pop-out{0%{transform:scale(1);opacity:1;filter:blur(0);}40%{transform:scale(1.1);opacity:0;filter:blur(2px);}100%{transform:scale(0.8);opacity:0;}}@keyframes anime-pop-in{0%{transform:scale(0.8);opacity:0;filter:blur(2px);}60%{transform:scale(1.05);opacity:1;filter:blur(0);}100%{transform:scale(1);opacity:1;}}.anime-out{animation:anime-pop-out 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;}.anime-in{animation:anime-pop-in 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;}.benchmark-container{width:450px;font-family:'Cairo', sans-serif;display:flex;flex-direction:column;gap:1.5rem;margin-right:0;position:relative;right:80px;}@keyframes hero-entry{0%{opacity:0;transform:translate3d(0, 30px, 0);filter:blur(5px);}100%{opacity:1;transform:translate3d(0, 0, 0);filter:blur(0);}}@keyframes hero-float{0%, 100%{transform:translate3d(0, 0, 0);}50%{transform:translate3d(0, -8px, 0);}}.hero-content h1{font-family:'Cairo', sans-serif;font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:900;line-height:1.2;margin-bottom:1rem;color:var(--black);letter-spacing:-0.01em;opacity:0;will-change:transform, opacity;backface-visibility:hidden;animation:hero-entry 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards, hero-float 4s ease-in-out infinite 1.1s;}.hero-content p{font-size:1.6rem;color:var(--grey-600);max-width:700px;margin:0 auto;font-weight:600;line-height:1.6;opacity:0;will-change:transform, opacity;backface-visibility:hidden;animation:hero-entry 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s forwards, hero-float 5s ease-in-out infinite 1.3s;}.bench-group{display:flex;flex-direction:column;gap:0.5rem;}.bench-label{font-size:1.15rem;font-weight:700;color:var(--black);margin-bottom:0.3rem;text-align:center;}.bar-row{display:flex;align-items:center;gap:1rem;height:16px;}.bar-value{width:50px;font-size:1.1rem;font-weight:800;color:var(--black);text-align:left;font-variant-numeric:tabular-nums;}.bar-track{flex:1;height:100%;border-radius:2px;position:relative;display:flex;align-items:center;}.bar-fill{height:100%;width:0%;border-radius:4px;transition:width 1s cubic-bezier(0.2, 0.8, 0.2, 1);}.bar-fill.blue{background-color:#2563eb;}.bar-fill.yellow{background-color:#f59e0b;}.bench-group.after .bar-fill.blue{background-color:#3b82f6;}.bench-group.after .bar-fill.yellow{background-color:#fbbf24;}.latency-track{flex:1;height:40px;display:flex;align-items:center;position:relative;}.latency-track canvas{display:block;width:100%;height:100%;}.latency-wrapper{position:relative;width:100%;display:flex;align-items:center;}canvas.latency-canvas{width:100%;height:100%;display:block;}.latency-row{width:100%;display:flex;justify-content:flex-end;padding:0 1rem;}.latency-meta{text-align:right;}.latency-label{font-size:0.9rem;font-weight:700;color:var(--grey-600);margin-bottom:0px;}.latency-value{font-size:1.5rem;font-weight:900;color:var(--black);font-family:'Cairo', sans-serif;line-height:1.2;}.latency-value span{font-size:0.9rem;font-weight:700;color:var(--grey-400);margin-right:0.2rem;}#start-tour-btn{font-family:'Cairo', sans-serif;font-weight:700;transition:all 0.5s cubic-bezier(0.25, 1, 0.5, 1);z-index:1000;padding:0.8rem 2.5rem !important;opacity:0;animation:hero-entry 1s ease-out 1.2s forwards;}.reveal-on-scroll{opacity:0;transform:translateY(40px);transition:all 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);will-change:opacity, transform;}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0);}
