@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{width:100%;height:100%;max-width:1100px;margin:0 auto;padding:0 1rem}.header{background-color:#0009;border-bottom:1px solid var(--border-color);position:fixed;width:100%;top:0;z-index:1000;transition:box-shadow .2s ease-in-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center}nav a{color:#fff;text-decoration:none;margin:0 1rem;font-weight:500;transition:color .3s ease}.header .container{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.logo{flex:1;display:flex;justify-content:flex-start;padding-left:1rem}.navbar{flex:5;display:flex;justify-content:center;gap:2rem}.nav-button{background-color:#ffd600;color:#000;border:none;border-radius:12px;padding:.6rem 1.2rem;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.nav-button:hover{background-color:#ffc107}#product{scroll-margin-top:135px}#features{scroll-margin-top:60px}#challenges{scroll-margin-top:70px}#tech{scroll-margin-top:85px}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;color:#fff;padding-top:193px;padding-bottom:216px}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.1rem;margin-bottom:2rem;max-width:700px}.hero-button{background-color:#ffd600;border:none;border-radius:12px;padding:.6rem 1.2rem;cursor:pointer;font-weight:600;color:#000;display:inline-flex;align-items:center;justify-content:center;transition:background-color .3s ease}.hero-button:hover{background-color:#ffc107}.hero{margin-top:5.5rem}.hero-headline{font-family:Oswald,sans-serif;font-size:4.5rem;font-optical-sizing:auto;font-weight:600;font-style:normal}.subtitle{font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.features-section{padding-top:20px;display:flex;align-items:center;justify-content:center;gap:3rem;padding:3rem 0;flex-wrap:wrap;background:#faf7f3}.features-images{position:relative;min-width:400px;display:flex;align-items:flex-start;justify-content:flex-start}.features-image{border-radius:24px;object-fit:cover;box-shadow:0 6px 24px #00000014}.main-image{width:380px;height:240px}.overlay-image{position:absolute;left:184px;bottom:-82px;width:220px;height:180px;border:4px solid #fff;background:#fff}.features-content{max-width:530px;display:flex;flex-direction:column;gap:1.4rem}.features-label{color:#293c33;font-weight:500;letter-spacing:.08em;font-size:1rem;margin-bottom:.2rem;display:flex;align-items:center;gap:.5rem;opacity:.88}.features-title{font-size:2.7rem;font-weight:700;line-height:1.15;margin:0;color:#21382d}.features-description{font-size:1.1rem;color:#4f685c;opacity:.88;margin:0;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.features-list{list-style:none;padding:0;margin:0 0 1.2rem}.features-list li{display:flex;align-items:center;font-size:1.08rem;margin-bottom:.4rem;gap:.6rem}.features-icon{display:inline-block;width:18px;height:18px;border-radius:50%;margin-right:7px}.features-icon.analytics{background:#fb766a}.features-icon.signal{background:#f5ed55}.features-icon.heatmaps{background:#8ffa64}.features-icon.comprehensive{background:#000}.features-button{display:inline-flex;align-items:center;background:none;border:2px solid #224936;color:#224936;border-radius:2em;font-size:1.13rem;font-weight:500;padding:.6em 1.6em;transition:background .2s,color .2s;cursor:pointer;outline:none}.features-button:hover,.features-button:focus{background:#224936;color:#fff}.button-arrow{font-size:1.26em;font-weight:700;margin-left:.65em}@media (max-width: 950px){.features-section{flex-direction:column;gap:3.5rem}.features-images,.features-content{justify-content:center;min-width:0}.main-image,.overlay-image{width:98%;max-width:340px;height:auto}.overlay-image{position:relative;left:0;bottom:0;margin-top:1rem;border-width:3px}}.product{padding-bottom:40px}.product-title{text-align:center;margin-bottom:3.5rem;max-width:700px;margin-left:auto;margin-right:auto;font-size:1.5rem;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal}.section-title h2{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.section-title p{font-size:1.1rem;color:var(--text-medium)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-card{background-color:var(--background-white);padding:2rem;border-radius:8px;border:1px solid var(--border-color);box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-medium)}.product-icon{display:inline-flex;padding:1rem;border-radius:50%;margin-bottom:1.5rem}.product-icon svg{width:5rem;height:5rem}.product-card h4{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-dark)}.product-icon-1{color:#10b981}:root{--background-white: #ffffff;--background-light-gray: #f7f7f7;--text-dark: #121212;--text-medium: #555555;--text-light: #888888;--accent-green: #00c881;--accent-green-darker: #00b373;--border-color: #eaeaea;--font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .05);--shadow-medium: 0 6px 20px rgba(0, 0, 0, .08);overscroll-behavior:none}html{scroll-behavior:smooth}html,body{overflow-x:hidden}.background-image{position:relative;width:100vw;min-height:100vh;overflow:hidden}.bg-image{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:0;pointer-events:none;filter:brightness(.3)}.bg-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0009,#000c);z-index:-1}.background-image>div{position:relative;z-index:1}.content-overlay{position:relative;z-index:3}h1{color:#fff}.services-container{min-height:100vh;background-color:#faf7f3}.services-section{position:relative;padding:4rem 1rem}@media (min-width: 640px){.services-section{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.services-section{padding-left:2rem;padding-right:2rem}}.services-content{max-width:80rem;margin:0 auto}.customize-button{position:absolute;top:2rem;right:2rem}.customize-btn{font-size:.875rem;color:#4b5563}.customize-btn:hover{color:#111827}.services-header{text-align:center;margin-bottom:4rem;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.services-label{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.label-dot{width:.5rem;height:.5rem;background-color:#9ca3af;border-radius:50%}.label-text{font-size:.875rem;letter-spacing:.05em;color:#4b5563;text-transform:uppercase}.services-title{font-size:2.25rem;color:#111827;max-width:56rem;margin:0 auto;line-height:1.2}@media (min-width: 1024px){.services-title{font-size:3rem}}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.services-grid{grid-template-columns:1fr;gap:2rem}}.service-card{background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;height:355px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.service-card:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 10px 20px #00000026}.service-icon-container{margin-bottom:1.75rem;align-items:center}.service-icon-wrapper{width:4rem;height:4rem;background-color:#f3f4f6;border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center}.service-icon{align-items:center;width:2rem;height:2rem;color:#000}.service-content{align-items:center;margin-bottom:.75rem}.service-title{color:#111827;margin-bottom:.25rem;line-height:1.25;font-size:1rem;font-weight:500}.service-description{font-size:21px;color:#4b5563;line-height:1.5}.service-image-container{align-items:center;aspect-ratio:4 / 3;border-radius:.375rem;overflow:hidden}.service-image{width:100%;height:100%;object-fit:cover}p{font-size:larger}:root{--color-background: #101013;--color-foreground: #e7e1e1;--color-border: #e5e7eb;--color-primary-hover: #7aabf9;--color-muted-foreground: #0a0a0a;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}.footer{background-image:linear-gradient(#000,#02043d);border-top:1px solid var(--color-border);font-family:var(--font-sans);color:var(--color-foreground);flex-grow:1;overscroll-behavior:none}.footer-container{max-width:1280px;margin-left:auto;margin-right:auto;padding:1rem;overscroll-behavior:none}.footer-grid{display:grid;gap:2rem}*/ .footer-logo{display:flex;align-items:center;margin-bottom:1rem}.logo{flex:1;display:flex;justify-content:flex-start;padding-left:0rem}.footer-logo-text{font-size:1.25rem;font-weight:700;color:var(--color-foreground)}.footer-description{color:#fff;max-width:28rem;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.footer-links h3{font-weight:600;color:var(--color-foreground);margin-bottom:1rem}.footer-links ul{list-style:none;padding:0;margin:0;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.footer-links li{margin-top:.5rem}.footer-links li:first-child{margin-top:0}.footer-links a{color:#fff;text-decoration:none;transition:color .2s ease-in-out}.footer-links a:hover{color:var(--color-primary-hover)}.footer-bottom-bar{border-top:1px solid var(--color-border);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.footer-copyright{color:#fff;font-size:.875rem;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.footer-legal-links{display:flex;margin-top:1rem;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.footer-legal-links a{color:#fff;font-size:.875rem;text-decoration:none;transition:color .2s ease-in-out}.footer-legal-links a:not(:last-child){margin-right:1.5rem}.footer-legal-links a:hover{color:var(--color-primary-hover)}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-company-info{grid-column:span 2 / span 2}.footer-bottom-bar{flex-direction:row}.footer-legal-links{margin-top:0}}:root{--color-background: #ffffff;--color-foreground: #f9fafb;--color-border: #374151;--color-card: #1f2937;--color-muted: #111827;--color-muted-foreground: #9ca3af;--color-primary: #3b82f6;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}.technology-section{font-family:var(--font-sans);background-color:#000;padding:4rem 0}.container-tech{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:2.75rem;color:var(--color-foreground);max-width:70rem;margin:0 auto;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:600;font-style:normal;font-variation-settings:"wdth" 100}.technology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;justify-items:center;align-items:stretch}.technology-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:1rem;padding:1.75rem;width:100%;box-sizing:border-box;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer}.technology-card:hover{transform:translateY(-8px);border-color:var(--color-primary);box-shadow:0 12px 20px #00000040}.technology-card:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}.card__title{font-size:1.5rem;color:var(--color-foreground);margin-bottom:.75rem;font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:600;font-style:normal}.card__description{font-size:1.05rem;color:var(--color-muted-foreground);margin-bottom:1.25rem;line-height:1.6;flex-grow:1}.card__tech{font-size:1.1rem;color:var(--color-primary);font-weight:500}@media (min-width: 768px){.section-subtitle{font-size:3rem}.technology-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.section-subtitle{font-size:3.25rem}.technology-grid{grid-template-columns:repeat(3,1fr)}}
