.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:none!important;padding:1rem 0 0;transition:background .3s ease,backdrop-filter .3s ease,border-bottom .3s ease;box-shadow:none}.header.scrolled{background:#111111f2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:.25rem 0}.header-container{max-width:1440px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:2rem;background:transparent!important;position:relative;min-height:auto}.logo{display:flex;align-items:center;transition:all .3s ease;position:absolute;left:2rem;top:-50px;z-index:10;pointer-events:auto}.logo-image{height:220px;width:auto;transition:height .3s ease,transform .3s ease;object-fit:contain;display:block}.logo.scrolled{position:relative;left:0;top:0;align-self:center}.logo.scrolled .logo-image{height:100px}.header.scrolled .header-container{justify-content:space-between}.header.scrolled .cta-button{position:relative;right:0;top:0;transform:none}.nav{display:flex;align-items:center;gap:2rem;border:.5px solid rgba(255,255,255,.3);border-radius:60px;padding:.5rem 1.25rem;background:#ffffff0d;position:relative;z-index:5;flex-shrink:0}.nav-link{font-weight:700;font-size:.8125rem;color:var(--color-text-secondary);transition:all .3s ease;position:relative;white-space:nowrap;padding:.25rem .5rem;border-radius:8px}.nav-link:hover{color:var(--color-white);background:linear-gradient(90deg,#ff2d8426,#1e6cfa26);transform:translateY(-1px)}.nav-link:hover:after{content:"";position:absolute;bottom:-.5rem;left:.5rem;right:.5rem;height:2px;background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-blue) 100%);border-radius:2px}.nav-link.active{color:var(--color-white)}.nav-link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:var(--color-pink)}.cta-button{display:inline-flex;align-items:center;gap:0;background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-blue) 100%);border-radius:50px;padding:1px;color:var(--color-white);font-weight:500;font-size:.875rem;text-transform:capitalize;transition:all .3s ease;white-space:nowrap;flex-shrink:0;position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:5}.cta-button:hover{transform:translateY(-50%)!important;box-shadow:0 10px 30px #ff2d844d}.header.scrolled .cta-button:hover{transform:none!important}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:.5rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:10}.mobile-menu-toggle span{width:24px;height:2px;background:var(--color-white);transition:all .3s ease}@media (max-width: 1024px){.nav{position:fixed;top:80px;left:0;right:0;flex-direction:column;background:#111111fa;border-radius:0;border:none;border-top:1px solid rgba(255,255,255,.1);padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu-toggle{display:flex}.cta-button{padding:.5rem 1rem;font-size:.75rem;right:4rem}}@media (max-width: 768px){.header-container{padding:0 1rem}.logo{left:1rem;top:-30px}.logo-image{height:150px}.logo.scrolled{top:0}.logo.scrolled .logo-image{height:80px}.cta-button{right:3.5rem}.mobile-menu-toggle{right:1rem}}.footer{background:var(--color-dark);border-top:1px solid rgba(255,255,255,.1);padding:4rem 0 2rem;margin-top:4rem}.footer-container{max-width:1440px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:600px}.footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.footer-logo-image{height:110px;width:auto;object-fit:contain}.footer-description{color:var(--color-text-secondary);font-size:1rem;line-height:1.75}.footer-links{display:flex;gap:4rem;justify-content:flex-end}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.36px;margin-bottom:.5rem}.footer-column:first-child .footer-heading{color:var(--color-pink)}.footer-column:last-child .footer-heading{color:var(--color-blue)}.footer-link{color:var(--color-white);font-size:1rem;text-transform:capitalize;transition:color .3s ease}.footer-link:hover{color:var(--color-pink)}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--color-white);font-size:1rem}.contact-item svg{flex-shrink:0;stroke:currentColor}.contact-item a{color:var(--color-white);transition:color .3s ease}.footer-bottom{text-align:center;padding-top:2rem;width:100%;overflow:hidden;max-width:100%}.footer-large-text{font-size:clamp(2rem,5.5vw,7rem);font-weight:400;color:transparent;line-height:1;margin-bottom:2rem;letter-spacing:.05em;text-transform:uppercase;-webkit-text-stroke:2px rgba(255,255,255,.15);white-space:nowrap;width:100%;max-width:100%;overflow:hidden;text-align:center;display:block;box-sizing:border-box;padding:0 1rem}.footer-copyright{color:var(--color-text-secondary);font-size:1rem;text-transform:capitalize}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{justify-content:flex-start}.footer-large-text{font-size:clamp(3rem,10vw,8rem)}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{gap:2rem;margin-bottom:2rem}.footer-links{flex-direction:column;gap:2rem}.footer-large-text{font-size:clamp(2rem,8vw,5rem)}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-container{position:relative;z-index:1;max-width:1440px;width:100%;margin:0 auto}.hero-content{text-align:center;max-width:900px;margin:0 auto}.hero-title{font-size:4.5rem;font-weight:600;line-height:1.2;margin-bottom:2rem;color:var(--color-white);letter-spacing:-.02em}.hero-title-highlight{color:var(--color-pink);display:block}.hero-subtitle{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;justify-content:center}.hero-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;text-transform:capitalize;transition:all .3s ease;cursor:pointer}.hero-button.primary{background:linear-gradient(180deg,#ffffff2e,#fff0);border:1px solid var(--color-pink);color:var(--color-white)}.hero-button.primary:hover{background:var(--color-pink);transform:translateY(-2px);box-shadow:0 10px 30px #ff2d844d}.hero-button.secondary{background:linear-gradient(180deg,#ffffff2e,#fff0);border:1px solid var(--color-blue);color:var(--color-white)}.hero-button.secondary:hover{background:var(--color-blue);transform:translateY(-2px);box-shadow:0 10px 30px #1e6cfa4d}.hero-button svg{flex-shrink:0}@media (max-width: 1024px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}}@media (max-width: 768px){.hero{min-height:80vh;padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-cta{flex-direction:column;align-items:stretch}.hero-button{width:100%;justify-content:center}}.reputation-ai-suite{padding:6rem 2rem;background:var(--color-dark)}.suite-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;gap:2rem}.suite-header-text{flex:1;max-width:784px}.suite-title{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.suite-title-highlight{color:var(--color-pink)}.suite-description{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:2rem}.suite-cta{display:inline-flex;align-items:center;gap:0;background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-blue) 100%);border-radius:50px;padding:1px;color:var(--color-white);font-weight:500;font-size:1rem;text-transform:capitalize;transition:all .3s ease;white-space:nowrap;flex-shrink:0;position:relative}.suite-cta-inner{display:flex;align-items:center;gap:0;background:#1a0f1f;border-radius:50px;width:100%;height:100%}.suite-cta-text{padding:.75rem .5rem .75rem 1.5rem;display:inline-block}.suite-cta-icon-wrapper{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;flex-shrink:0;margin-right:1px;padding:1px;background:#1a0f1f}.suite-cta-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#ff2d55;border-radius:50%}.suite-cta-icon svg{width:16px;height:16px;stroke:var(--color-white)}.suite-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff2d844d}.suite-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.suite-card{display:flex;flex-direction:column;transition:transform .3s ease}.suite-card:hover{transform:translateY(-5px)}.suite-card-image{position:relative;width:100%;height:219px;margin-bottom:1rem;border-radius:25px 25px 0 0;overflow:hidden}.suite-card-image img{width:100%;height:100%;object-fit:cover}.suite-card-image-blue:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e6cfab3,#1e6cfa66);z-index:1}.suite-card-image-pink:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ff2d84b3,#ff2d8466);z-index:1}.suite-card-content{display:flex;flex-direction:column;gap:.5rem;padding:0}.suite-card-title{font-size:1.875rem;font-weight:500;color:var(--color-white);margin:0;display:flex;align-items:center;gap:.5rem}.suite-card-ai-icon{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;background:#fff3;border-radius:4px;font-size:.75rem;font-weight:600;color:var(--color-white);flex-shrink:0}.suite-card-description{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary);margin:0}@media (max-width: 1200px){.suite-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.reputation-ai-suite{padding:4rem 1rem}.suite-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.suite-title{font-size:2.25rem}.suite-description{font-size:1.25rem}.suite-cards{grid-template-columns:1fr}}.ai-powered-section{padding:6rem 2rem;background:var(--color-dark)}.ai-powered-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.ai-powered-text{max-width:100%;text-align:left;width:100%}.ai-powered-title{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:2rem;letter-spacing:-.02em}.ai-powered-title-pink{color:var(--color-pink)}.ai-powered-title-blue{color:var(--color-blue)}.ai-powered-title-white{color:var(--color-white)}.ai-powered-description{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary)}.ai-powered-visual{position:relative;overflow:visible}.ai-powered-image-wrapper{position:relative;border-radius:20px;padding:2px;background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-blue) 100%);box-shadow:0 20px 70px #0000004d;width:100%;max-width:1200px;overflow:visible}.ai-powered-image-inner{position:relative;background:var(--color-dark);border-radius:18px;overflow:hidden;z-index:1}.ai-powered-image{width:100%;height:auto;display:block;position:relative;z-index:1}.overlay-card{background:var(--color-white);border-radius:12px;padding:1.25rem;box-shadow:0 10px 30px #0003;max-width:320px;position:absolute;z-index:3}.overlay-card-1{bottom:-10%;left:2rem}.overlay-card-2{top:2rem;right:-10%}.overlay-card-images{display:flex;gap:.5rem;margin-bottom:.75rem}.overlay-card-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.overlay-card-image img{width:100%;height:100%;object-fit:cover}.overlay-card-title{font-size:1.125rem;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.overlay-card-location{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#666;margin-bottom:.75rem}.overlay-card-location svg{flex-shrink:0;color:#666}.overlay-card-section{font-size:.75rem;font-weight:600;color:var(--color-dark);margin-top:.75rem;margin-bottom:.5rem}.overlay-card-scores{display:flex;gap:.75rem;margin-top:.5rem}.score-item{flex:1;display:flex;flex-direction:column;gap:.25rem}.score-platform{font-size:.625rem;font-weight:600;color:var(--color-dark);text-transform:uppercase}.score-value{font-size:.875rem;font-weight:600;color:var(--color-dark)}.score-votes{font-size:.625rem;color:#666}.overlay-card-header{font-size:.875rem;font-weight:600;color:var(--color-dark);margin-bottom:1rem}.overlay-card-stars{color:#ffb800;font-size:.875rem;margin-bottom:.5rem}.overlay-card-review{display:flex;gap:.75rem;margin-bottom:1rem}.overlay-card-review:last-child{margin-bottom:0}.review-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.review-avatar img{width:100%;height:100%;object-fit:cover}.review-content{flex:1}.review-text{font-size:.75rem;color:var(--color-dark);line-height:1.4;margin-bottom:.25rem}.review-stars{color:#ffb800;font-size:.75rem}@media (max-width: 1024px){.ai-powered-title{font-size:2.25rem}.overlay-card-2{right:-3%}}@media (max-width: 768px){.ai-powered-section{padding:4rem 1rem}.ai-powered-title{font-size:1.875rem}.ai-powered-description{font-size:1.125rem}.overlay-card{max-width:250px;padding:1rem}.overlay-card-1{bottom:1rem;left:1rem}.overlay-card-2{top:1rem;right:-3%}}.everything-you-need{padding:6rem 2rem;background:var(--color-dark)}.section-header{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.section-title{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.section-title-highlight{color:var(--color-pink)}.section-subtitle{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-bottom:3rem;position:relative;z-index:1}.feature-card{border-radius:20px;padding:2rem;position:relative;overflow:hidden;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card-blue{background:linear-gradient(to bottom left,#1e6cfa,#111)}.feature-card-pink{background:linear-gradient(to bottom left,var(--color-pink) 0%,#111111 100%)}.feature-icon{width:48px;height:48px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-white)}.feature-icon svg{width:100%;height:100%}.feature-title{font-size:1.5rem;font-weight:500;color:var(--color-white);margin-bottom:.75rem;line-height:1.2}.feature-description{font-size:.875rem;line-height:1.4;color:var(--color-text-secondary);margin:0}.section-cta{text-align:center;padding-top:3rem;width:100%;display:block;position:relative}.section-cta .cta-button{display:inline-flex;align-items:center;gap:0;background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-blue) 100%);border-radius:50px;padding:1px;color:var(--color-white);font-weight:500;font-size:1rem;text-transform:capitalize;transition:all .3s ease;white-space:nowrap;position:static}.cta-button-inner{display:flex;align-items:center;gap:0;background:#1a0f1f;border-radius:50px;width:100%;height:100%}.cta-button-text{padding:.75rem .5rem .75rem 1.5rem;display:inline-block}.cta-button-icon-wrapper{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;flex-shrink:0;margin-right:1px;padding:1px;background:#1a0f1f}.cta-button-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#ff2d55;border-radius:50%}.cta-button-icon svg{width:16px;height:16px;stroke:var(--color-white)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff2d844d}@media (max-width: 1200px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.everything-you-need{padding:4rem 1rem}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.25rem}.features-grid{grid-template-columns:1fr}}.why-businesses-choose{position:relative;padding:6rem 2rem;min-height:600px;display:flex;align-items:center;overflow:visible;background:var(--color-dark)}.why-gradient-background{position:absolute;top:0;left:0;right:0;bottom:-1200px;background:linear-gradient(180deg,var(--color-dark) 0%,var(--color-dark) 20%,rgba(30,108,250,.3) 50%,rgba(255,45,132,.4) 80%,rgba(255,45,132,.5) 90%,var(--color-dark) 100%);z-index:0;pointer-events:none}.container{position:relative;z-index:1;max-width:1440px;margin:0 auto;width:100%}.why-image-container{position:relative;border-radius:20px;overflow:hidden;border:2px solid var(--color-blue);min-height:600px;z-index:1}.why-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.why-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1}.why-content{position:absolute;top:4rem;left:4rem;right:4rem;bottom:4rem;z-index:2;display:flex;flex-direction:column}.why-title{font-size:2.875rem;font-weight:500;line-height:1.3;margin-bottom:3rem;letter-spacing:-.02em;display:flex;flex-direction:column;gap:.25rem}.why-title-line1{color:var(--color-white)}.why-title-line2{color:var(--color-pink);width:100%}.why-stats{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:2rem 4rem;flex:1;align-content:start}.why-businesses-choose .stat-item{color:var(--color-white);display:flex;flex-direction:column;text-align:left;align-items:flex-start}.why-businesses-choose .stat-value{font-size:1.8rem;font-weight:700;color:var(--color-white);margin-bottom:.5rem;text-align:left}.why-businesses-choose .stat-label{font-size:1.4rem;line-height:1.4;color:var(--color-white);font-weight:400;text-align:left}@media (max-width: 768px){.why-businesses-choose{padding:4rem 1rem;min-height:auto}.why-image-container{min-height:500px}.why-content{top:2rem;left:2rem;right:2rem;bottom:2rem}.why-title{font-size:2.25rem;margin-bottom:2rem}.why-stats{grid-template-columns:1fr;gap:1.5rem}.why-businesses-choose .stat-value{font-size:1.5rem}.why-businesses-choose .stat-label{font-size:1.125rem}}.dashboard-section{padding:6rem 2rem;padding-top:0;background:transparent;position:relative;z-index:1}.dashboard-wrapper{max-width:1340px;margin:0 auto}.dashboard-frame{border:1px solid rgba(255,255,255,.1);border-radius:32px;overflow:hidden;background:#111111f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 70px #0000004d;display:flex;flex-direction:column;min-height:800px}.dashboard-header{background:#1e6cfa1a;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-browser-controls{display:flex;gap:.5rem}.browser-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d}.dashboard-content{display:flex;flex:1;min-height:600px}.dashboard-sidebar{width:250px;background:#11111180;border-right:1px solid rgba(255,255,255,.1);padding:2rem 1rem}.sidebar-item{padding:.75rem 1rem;color:var(--color-text-secondary);font-size:.875rem;border-radius:8px;margin-bottom:.5rem;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;gap:.5rem}.sidebar-item:before{content:"";width:16px;height:16px;background:currentColor;opacity:.5;border-radius:4px}.sidebar-item:hover,.sidebar-item.active{background:#ffffff0d;color:var(--color-white)}.sidebar-item.active{background:#1e6cfa33;color:var(--color-white)}.dashboard-main{flex:1;padding:2rem;background:#1111114d}.dashboard-header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-title{font-size:1.25rem;font-weight:600;color:var(--color-white);margin:0 0 .25rem}.dashboard-url{font-size:.875rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.5rem}.dashboard-url:after{content:"↗";font-size:.75rem}.dashboard-date-range{font-size:.875rem;color:var(--color-text-secondary);padding:.5rem 1rem;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;gap:.5rem}.dashboard-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.metric-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}.metric-label{font-size:.75rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-weight:600}.metric-label svg{width:14px;height:14px;opacity:.6}.metric-value{font-size:2rem;font-weight:700;color:var(--color-white);margin-bottom:1rem}.metric-change{font-size:.875rem;font-weight:500;margin-left:.5rem}.metric-change.positive{color:#4ade80}.metric-progress-bar{height:4px;background:#ffffff1a;border-radius:2px;margin-bottom:1rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--color-blue) 0%,var(--color-pink) 100%);width:65%;border-radius:2px}.metric-mini-chart{position:relative;height:40px;margin-top:.5rem}.mini-chart-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--color-blue) 0%,var(--color-pink) 100%);clip-path:polygon(0 100%,20% 80%,40% 60%,60% 70%,80% 50%,100% 40%,100% 100%)}.mini-chart-label{position:absolute;top:-20px;left:30%;font-size:.75rem;color:var(--color-text-secondary);background:#111c;padding:.25rem .5rem;border-radius:4px}.metric-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;color:var(--color-text-secondary);margin-bottom:1rem}.top-keywords{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.top-keyword-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:var(--color-text-secondary)}.keyword-circle{width:8px;height:8px;border-radius:50%;background:var(--color-text-secondary);flex-shrink:0}.keyword-ellipsis{margin-left:auto;opacity:.5}@media (max-width: 1024px){.dashboard-content{flex-direction:column}.dashboard-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1);display:flex;overflow-x:auto;padding:1rem}.sidebar-item{white-space:nowrap;margin-right:.5rem;margin-bottom:0}}.dashboard-large-chart{margin-top:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}.chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.chart-title{font-size:1rem;font-weight:600;color:var(--color-white);margin-bottom:.5rem}.chart-value{font-size:1.5rem;font-weight:700;color:var(--color-white)}.chart-change{font-size:.875rem;font-weight:500;margin-left:.5rem}.chart-change.positive{color:#4ade80}.chart-container{position:relative;height:200px}.chart-y-axis{position:absolute;left:0;top:0;bottom:0;width:40px;display:flex;flex-direction:column;justify-content:space-between;font-size:.75rem;color:var(--color-text-secondary);padding-right:.5rem}.chart-area{margin-left:50px;height:150px;position:relative}.chart-svg{width:100%;height:100%}.chart-x-axis{margin-left:50px;margin-top:.5rem;display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-text-secondary)}@media (max-width: 768px){.dashboard-section{padding:4rem 1rem}.dashboard-metrics{grid-template-columns:1fr}.chart-x-axis{font-size:.625rem;gap:.25rem}.chart-x-axis span{display:none}.chart-x-axis span:nth-child(3n){display:block}}.testimonials{padding:6rem 2rem;background:var(--color-dark)}.testimonials-title{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);text-align:center;margin-bottom:4rem;letter-spacing:-.02em}.testimonials-title-highlight{color:var(--color-pink)}.testimonials-carousel{position:relative;max-width:1200px;margin:0 auto}.testimonials-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 4rem}.testimonial-card{position:relative;border-radius:16px;overflow:hidden;opacity:.8;transition:all .3s ease;min-height:420px;padding:2px;background:linear-gradient(180deg,var(--color-blue) 0%,var(--color-pink) 100%)}.testimonial-card.active{opacity:1;box-shadow:0 10px 30px #1e6cfa33;transform:scale(1.05)}.testimonial-card:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:var(--color-dark);border-radius:14px;z-index:0}.testimonial-bg{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:14px;overflow:hidden;z-index:1}.testimonial-bg img{width:100%;height:100%;object-fit:cover}.testimonial-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.testimonial-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:#ffffff7f;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d;cursor:pointer;transition:transform .3s ease}.testimonial-play-icon:hover{transform:translate(-50%,-50%) scale(1.1)}.testimonial-play-icon svg{width:24px;height:24px;color:var(--color-dark);margin-left:2px}.testimonial-content{position:absolute;bottom:1rem;left:1rem;right:1rem;background:#fffffff2;padding:1rem;border-radius:12px;z-index:3;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 20px #0003}.testimonial-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info{display:flex;flex-direction:column;gap:.25rem}.testimonial-name{font-size:1rem;font-weight:600;color:var(--color-dark);margin:0;line-height:1.2}.testimonial-title{font-size:.875rem;color:#666;margin:0;line-height:1.2}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--color-white);cursor:pointer;transition:all .3s ease;z-index:10}.carousel-button:hover{background:var(--color-pink);border-color:var(--color-pink);transform:translateY(-50%) scale(1.1)}.carousel-button-prev{left:0}.carousel-button-next{right:0}@media (max-width: 1024px){.testimonials-cards{grid-template-columns:1fr;margin:0 3rem}.testimonial-card.active{transform:scale(1)}}@media (max-width: 768px){.testimonials{padding:4rem 1rem}.testimonials-title{font-size:2.25rem;margin-bottom:3rem}.testimonials-cards{margin:0 3rem}.carousel-button{width:40px;height:40px}}.trusted-by{padding:4rem 2rem;background:var(--color-dark)}.trusted-by-title{font-size:1.5625rem;font-weight:400;color:var(--color-white);text-align:center;text-transform:capitalize;margin-bottom:3rem;letter-spacing:-.0025px}.trusted-by-logos{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.logo-box{border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:2rem 2.5rem;background:#ffffff0d;transition:all .3s ease;min-width:200px;text-align:center}.logo-box:hover{border-color:var(--color-pink);background:#ffffff1a;transform:translateY(-5px)}.logo-text{font-size:1.125rem;font-weight:600;color:var(--color-white);text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.trusted-by{padding:3rem 1rem}.trusted-by-title{font-size:1.25rem;margin-bottom:2rem}.logo-box{min-width:150px;padding:1.5rem}.trusted-by-logos{gap:.75rem}}.scale-your-business{position:relative;padding:6rem 2rem;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.scale-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.scale-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-dark)}.scale-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,45,132,.4) 0%,rgba(255,45,132,.3) 30%,rgba(30,108,250,.3) 60%,rgba(30,108,250,.2) 80%,var(--color-dark) 100%)}.container{position:relative;z-index:1;max-width:1440px;width:100%;margin:0 auto}.scale-content{text-align:center;max-width:900px;margin:0 auto}.scale-title{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.scale-title-highlight{color:var(--color-pink)}.scale-subtitle{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:2.5rem}.scale-cta{display:inline-flex;align-items:center;gap:0;background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-blue) 100%);border-radius:50px;padding:1px;color:var(--color-white);font-weight:500;font-size:1rem;text-transform:capitalize;transition:all .3s ease;white-space:nowrap}.scale-cta-inner{display:flex;align-items:center;gap:0;background:#1a0f1f;border-radius:50px;width:100%;height:100%}.scale-cta-text{padding:.75rem .5rem .75rem 1.5rem;display:inline-block}.scale-cta-icon-wrapper{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;flex-shrink:0;margin-right:1px;padding:1px;background:#1a0f1f}.scale-cta-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#ff2d55;border-radius:50%}.scale-cta-icon svg{width:16px;height:16px;stroke:var(--color-white)}.scale-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff2d844d}@media (max-width: 768px){.scale-your-business{padding:4rem 1rem;min-height:300px}.scale-title{font-size:2.25rem}.scale-subtitle{font-size:1.25rem}}.home,.solutions-page{padding-top:0}.solutions-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.solutions-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.solutions-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.solutions-hero .container{position:relative;z-index:2}.solutions-grid{padding:6rem 2rem;background:var(--color-dark)}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.industry-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease}.industry-card:hover{transform:translateY(-5px);border-color:var(--color-pink);box-shadow:0 10px 30px #ff2d8433}.industry-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-white);background:linear-gradient(135deg,#ff2d8433,#1e6cfa33);border-radius:16px}.industry-icon svg{width:32px;height:32px}.industry-name{font-size:1.75rem;font-weight:600;color:var(--color-white);margin-bottom:1rem}.industry-description{font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}@media (max-width: 768px){.solutions-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.solutions-grid{padding:4rem 1rem}.industries-grid{grid-template-columns:1fr}}.products-page{padding-top:0}.products-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.products-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.products-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.products-hero .container{position:relative;z-index:2}.products-grid{padding:6rem 2rem;background:var(--color-dark)}.products-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.product-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.product-card-pink{border-color:#ff2d844d}.product-card-pink:hover{border-color:var(--color-pink);box-shadow:0 10px 30px #ff2d8433}.product-card-blue{border-color:#1e6cfa4d}.product-card-blue:hover{border-color:var(--color-blue);box-shadow:0 10px 30px #1e6cfa33}.product-icon{width:64px;height:64px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-white);background:linear-gradient(135deg,#ff2d8433,#1e6cfa33);border-radius:16px}.product-icon svg{width:32px;height:32px}.product-name{font-size:2rem;font-weight:600;color:var(--color-white);margin-bottom:1rem}.product-description{font-size:1.125rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1.5rem}.product-features{list-style:none;padding:0;margin:0 0 2rem}.product-features li{font-size:1rem;color:var(--color-text-secondary);padding:.5rem 0 .5rem 1.5rem;position:relative}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--color-pink);font-weight:700}.product-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-white);font-weight:500;transition:all .3s ease}.product-cta:hover{color:var(--color-pink);gap:.75rem}@media (max-width: 768px){.products-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.products-grid{padding:4rem 1rem}.products-list{grid-template-columns:1fr}}.partners-page{padding-top:0}.partners-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.partners-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.partners-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.partners-hero .container{position:relative;z-index:2}.partners-content{padding:6rem 2rem;background:var(--color-dark)}.partners-info{max-width:1000px;margin:0 auto}.partners-info h2{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;text-align:center;letter-spacing:-.02em}.partners-info>p{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.partners-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease;text-align:center}.benefit-card:hover{transform:translateY(-5px);border-color:var(--color-pink);box-shadow:0 10px 30px #ff2d8433}.benefit-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-white);background:linear-gradient(135deg,#ff2d8433,#1e6cfa33);border-radius:16px}.benefit-icon svg{width:32px;height:32px}.benefit-card h3{font-size:1.5rem;font-weight:600;color:var(--color-white);margin-bottom:1rem}.benefit-card p{font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}@media (max-width: 1024px){.page-title{font-size:3.5rem}.page-subtitle{font-size:1.25rem}.partners-info h2{font-size:2.25rem}}@media (max-width: 768px){.partners-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.partners-content{padding:4rem 1rem}.partners-info h2{font-size:1.875rem}.partners-benefits{grid-template-columns:1fr}}.resources-page{padding-top:0}.resources-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.resources-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.resources-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.resources-hero .container{position:relative;z-index:2}.resources-grid{padding:6rem 2rem;background:var(--color-dark)}.resources-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.resource-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease}.resource-card:hover{transform:translateY(-5px);border-color:var(--color-pink);box-shadow:0 10px 30px #ff2d8433}.resource-category{display:inline-block;font-size:.875rem;font-weight:600;color:var(--color-pink);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.resource-title{font-size:1.5rem;font-weight:600;color:var(--color-white);margin-bottom:1rem}.resource-description{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1.5rem}.resource-cta{background:transparent;border:1px solid var(--color-pink);border-radius:50px;padding:.75rem 1.5rem;color:var(--color-white);font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit}.resource-cta:hover{background:var(--color-pink);transform:translateY(-2px);box-shadow:0 10px 30px #ff2d844d}@media (max-width: 768px){.resources-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.resources-grid{padding:4rem 1rem}.resources-list{grid-template-columns:1fr}}.pricing-page{padding-top:0}.pricing-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center;flex-direction:column}.pricing-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.pricing-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.pricing-hero .container{position:relative;z-index:2;width:100%;max-width:1440px;margin:0 auto;padding:0}.pricing-grid{padding:6rem 2rem;background:var(--color-dark)}.pricing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem}.pricing-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.pricing-card.popular{border-color:var(--color-pink);box-shadow:0 10px 30px #ff2d8433}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-pink);color:var(--color-white);padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase}.plan-name{font-size:2rem;font-weight:600;color:var(--color-white);margin-bottom:1rem;text-align:center}.plan-price{font-size:3rem;font-weight:700;color:var(--color-pink);text-align:center;margin-bottom:1rem}.plan-description{font-size:1rem;color:var(--color-text-secondary);text-align:center;margin-bottom:2rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.plan-features li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--color-text-secondary);padding:.75rem 0}.plan-features li svg{flex-shrink:0;color:var(--color-pink)}.plan-cta{display:block;width:100%;text-align:center;background:linear-gradient(180deg,#ffffff2e,#fff0);border:1px solid var(--color-pink);border-radius:50px;padding:1rem 2rem;color:var(--color-white);font-weight:500;transition:all .3s ease}.plan-cta:hover{background:var(--color-pink);transform:translateY(-2px);box-shadow:0 10px 30px #ff2d844d}.pricing-note{text-align:center;max-width:800px;margin:0 auto}.pricing-note p{font-size:1rem;color:var(--color-text-secondary);line-height:1.6}@media (max-width: 1024px){.page-title{font-size:3.5rem}.page-subtitle{font-size:1.25rem}}@media (max-width: 768px){.pricing-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.pricing-grid{padding:4rem 1rem}.pricing-plans{grid-template-columns:1fr}}.contact-page{padding-top:0}.contact-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.contact-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.contact-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.contact-hero .container{position:relative;z-index:2}.contact-content{padding:6rem 2rem;background:var(--color-dark)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info h2{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.contact-info>p{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:3rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item svg{flex-shrink:0;color:var(--color-pink);margin-top:.25rem}.contact-item div{display:flex;flex-direction:column;gap:.5rem}.contact-item strong{font-size:1rem;color:var(--color-white);font-weight:600}.contact-item a,.contact-item span{font-size:1rem;color:var(--color-text-secondary);transition:color .3s ease}.contact-item a:hover{color:var(--color-pink)}.contact-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--color-white);margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--color-white);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-pink);background:#ffffff26}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;background:linear-gradient(180deg,#ffffff2e,#fff0);border:1px solid var(--color-pink);border-radius:50px;padding:1rem 2rem;color:var(--color-white);font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:var(--color-pink);transform:translateY(-2px);box-shadow:0 10px 30px #ff2d844d}@media (max-width: 1024px){.page-title{font-size:3.5rem}.page-subtitle{font-size:1.25rem}.contact-info h2{font-size:2.25rem}.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.contact-content{padding:4rem 1rem}.contact-info h2{font-size:1.875rem}}.about-page{padding-top:0}.about-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.about-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.about-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.about-hero .container{position:relative;z-index:2}.about-content{padding:6rem 2rem;background:var(--color-dark)}.about-section{max-width:900px;margin:0 auto 3rem}.about-section h2{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.about-section p{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1.5rem}.about-section ul{list-style:none;padding:0;margin:1.5rem 0}.about-section ul li{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);padding:.75rem 0 .75rem 2rem;position:relative}.about-section ul li:before{content:"✓";position:absolute;left:0;color:var(--color-pink);font-weight:700;font-size:1.25rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:4rem auto 0;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:700;color:var(--color-white);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--color-text-secondary)}@media (max-width: 1024px){.page-title{font-size:3.5rem}.page-subtitle{font-size:1.25rem}.about-section h2{font-size:2.25rem}}@media (max-width: 768px){.about-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.about-content{padding:4rem 1rem}.about-section h2{font-size:1.875rem}.about-section p,.about-section ul li{font-size:1.125rem}.about-stats{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2.5rem}}.privacy-page{padding-top:0}.privacy-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.privacy-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.privacy-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.privacy-hero .container{position:relative;z-index:2}.privacy-content{padding:6rem 2rem;background:var(--color-dark)}.privacy-section{max-width:900px;margin:0 auto 3rem}.privacy-section h2{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.privacy-section p{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1.5rem}.privacy-section ul{list-style:none;padding:0;margin:1.5rem 0}.privacy-section ul li{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);padding:.75rem 0 .75rem 2rem;position:relative}.privacy-section ul li:before{content:"✓";position:absolute;left:0;color:var(--color-pink);font-weight:700;font-size:1.25rem}@media (max-width: 1024px){.page-title{font-size:3.5rem}.page-subtitle{font-size:1.25rem}.privacy-section h2{font-size:2.25rem}}@media (max-width: 768px){.privacy-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.privacy-content{padding:4rem 1rem}.privacy-section h2{font-size:1.875rem}.privacy-section p,.privacy-section ul li{font-size:1.125rem}}.terms-page{padding-top:0}.terms-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 4rem;text-align:center}.terms-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/top-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.terms-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e6cfa4d,#111c,#111)}.terms-hero .container{position:relative;z-index:2}.container{max-width:1440px;margin:0 auto}.page-title{font-size:4.5rem;font-weight:600;line-height:1.2;color:var(--color-white);margin-bottom:2rem;letter-spacing:-.02em}.title-highlight{color:var(--color-pink)}.page-subtitle{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);max-width:700px;margin:0 auto;min-height:5rem}.terms-content{padding:6rem 2rem;background:var(--color-dark)}.terms-section{max-width:900px;margin:0 auto 3rem}.terms-section h2{font-size:2.875rem;font-weight:500;line-height:1.3;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.terms-section p{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1.5rem}.terms-section ul{list-style:none;padding:0;margin:1.5rem 0}.terms-section ul li{font-size:1.5625rem;line-height:1.6;color:var(--color-text-secondary);padding:.75rem 0 .75rem 2rem;position:relative}.terms-section ul li:before{content:"✓";position:absolute;left:0;color:var(--color-pink);font-weight:700;font-size:1.25rem}@media (max-width: 1024px){.page-title{font-size:3.5rem}.page-subtitle{font-size:1.25rem}.terms-section h2{font-size:2.25rem}}@media (max-width: 768px){.terms-hero{padding:100px 1rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.125rem}.terms-content{padding:4rem 1rem}.terms-section h2{font-size:1.875rem}.terms-section p,.terms-section ul li{font-size:1.125rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-pink: #FF2D84;--color-pink-alt: #FF2D55;--color-blue: #1E6CFA;--color-dark: #111111;--color-white: #FFFFFF;--color-text-secondary: rgba(255, 255, 255, .9);--font-poppins: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}body{font-family:var(--font-poppins);background-color:var(--color-dark);color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-dark)}::-webkit-scrollbar-thumb{background:var(--color-pink);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-pink-alt)}
