:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;line-height:1.5;font-weight:400;--gray-50: rgb(251, 250, 250);--gray-100: rgb(246, 245, 245);--gray-200: rgb(229, 229, 228);--gray-300: rgb(212, 212, 213);--gray-400: rgb(163, 163, 163);--gray-500: rgb(115, 115, 116);--gray-600: rgb(82, 82, 82);--gray-650: rgb(70, 70, 70);--gray-700: rgb(64, 64, 64);--gray-750: rgb(49, 49, 49);--gray-800: rgb(38, 38, 38);--gray-850: rgb(33, 33, 33);--gray-900: rgb(23, 23, 23);--green-50: rgb(240, 253, 244);--green-100: rgb(220, 252, 231);--green-200: rgb(187, 247, 208);--green-300: rgb(134, 239, 172);--green-400: rgb(74, 222, 128);--green-500: rgb(34, 197, 94);--green-600: rgb(22, 163, 74);--green-700: rgb(21, 128, 61);--green-800: rgb(22, 101, 52);--green-900: rgb(20, 83, 45);--blue-50: rgb(240, 249, 255);--blue-100: rgb(224, 242, 254);--blue-200: rgb(186, 230, 253);--blue-300: rgb(125, 211, 252);--blue-400: rgb(56, 189, 248);--blue-500: rgb(14, 165, 233);--blue-600: rgb(2, 132, 199);--blue-700: rgb(3, 105, 161);--blue-800: rgb(7, 89, 133);--blue-900: rgb(12, 74, 110);--purple-50: rgb(250, 245, 255);--purple-100: rgb(243, 232, 255);--purple-200: rgb(233, 213, 255);--purple-300: rgb(216, 180, 254);--purple-400: rgb(192, 132, 252);--purple-500: rgb(168, 85, 247);--purple-600: rgb(147, 51, 234);--purple-700: rgb(126, 34, 206);--purple-800: rgb(107, 33, 168);--purple-900: rgb(88, 28, 135);--indigo-50: rgb(240, 245, 255);--indigo-100: rgb(229, 237, 255);--indigo-200: rgb(205, 219, 254);--indigo-300: rgb(180, 198, 252);--indigo-400: rgb(141, 162, 251);--indigo-500: rgb(104, 117, 245);--indigo-600: rgb(88, 80, 236);--indigo-700: rgb(81, 69, 205);--indigo-800: rgb(66, 56, 157);--indigo-900: rgb(54, 47, 120);--fuchsia-50: rgb(253, 244, 255);--fuchsia-100: rgb(250, 232, 255);--fuchsia-200: rgb(245, 208, 254);--fuchsia-300: rgb(240, 171, 252);--fuchsia-400: rgb(232, 121, 249);--fuchsia-500: rgb(217, 70, 239);--fuchsia-600: rgb(180, 74, 196);--fuchsia-700: rgb(146, 75, 157);--fuchsia-800: rgb(115, 72, 122);--fuchsia-900: rgb(87, 65, 90);--teal-50: rgb(240, 253, 250);--teal-100: rgb(208, 241, 237);--teal-200: rgb(161, 227, 219);--teal-300: rgb(114, 212, 202);--teal-400: rgb(67, 198, 184);--teal-500: rgb(20, 184, 166);--teal-600: rgb(30, 148, 135);--teal-700: rgb(37, 117, 108);--teal-800: rgb(39, 88, 83);--teal-900: rgb(39, 63, 61);--rose-50: rgb(255, 241, 242);--rose-100: rgb(255, 228, 230);--rose-200: rgb(254, 205, 211);--rose-300: rgb(253, 164, 175);--rose-400: rgb(251, 113, 133);--rose-500: rgb(244, 63, 94);--rose-600: rgb(225, 29, 72);--rose-700: rgb(190, 18, 60);--rose-800: rgb(159, 18, 57);--rose-900: rgb(136, 19, 55);--red-50: rgb(254, 242, 242);--red-100: rgb(254, 226, 226);--red-200: rgb(254, 202, 202);--red-300: rgb(252, 165, 165);--red-400: rgb(248, 113, 113);--red-500: rgb(239, 68, 68);--red-600: rgb(220, 38, 38);--red-700: rgb(185, 28, 28);--red-800: rgb(153, 27, 27);--red-900: rgb(127, 29, 29);--amber-50: rgb(255, 251, 235);--amber-100: rgb(254, 243, 199);--amber-200: rgb(253, 230, 138);--amber-300: rgb(252, 211, 77);--amber-400: rgb(251, 191, 36);--amber-500: rgb(245, 158, 11);--amber-600: rgb(217, 119, 6);--amber-700: rgb(180, 83, 9);--amber-800: rgb(146, 64, 14);--amber-900: rgb(120, 53, 15);--text-primary: var(--gray-900);--text-secondary: var(--gray-500);--text-tertiary: var(--gray-400);--background-screen: var(--gray-50);color-scheme:light;color:var(--text-primary);background-color:var(--background-screen);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--blue-600);text-decoration:inherit;transition:color .2s ease}a:hover{color:var(--blue-700)}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1{font-size:3.2em;line-height:1.1;color:var(--text-primary)}p{color:var(--text-secondary)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--blue-600);color:#fff;cursor:pointer;transition:background-color .25s}button:hover{background-color:var(--blue-700)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.learn-more-container{display:flex;justify-content:center;align-items:center;padding:2rem 0}.learn-more-button{background:none!important;border:none;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;padding:.75rem 1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.learn-more-button:hover{background:none!important;transform:translateY(2px)}.learn-more-arrow{transition:transform .3s ease}.learn-more-button:hover .learn-more-arrow{transform:translateY(2px)}@media(max-width:640px){.learn-more-container{padding:1.5rem 0}.learn-more-button{font-size:.9375rem}}.footer{background-color:var(--blue-900);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{width:80px;height:80px;object-fit:contain}.footer-tagline{font-size:.9375rem;color:#ffffffb3;margin:0;text-align:center}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-size:.875rem;font-weight:600;color:#fff;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-section a{font-size:.9375rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#fff}.social-link{display:flex;align-items:center;gap:.5rem}.social-icon{width:18px;height:18px;object-fit:contain}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-copyright{font-size:.875rem;color:#ffffff80;margin:0}@media(max-width:968px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{gap:2rem;margin-bottom:2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-logo{width:60px;height:60px}.footer-tagline{font-size:.875rem}.footer-section h4{font-size:.8125rem}.footer-section a{font-size:.875rem}.social-icon{width:16px;height:16px}.footer-copyright{font-size:.8125rem}}.success-state{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.success-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;max-width:600px;width:100%;min-width:0}.success-mascot{width:100%;max-width:250px;min-width:0;height:auto}.success-text{display:flex;flex-direction:column;gap:1rem}.success-headline{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.success-message{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin:0;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:968px){.success-state{padding:1.5rem;min-height:50vh}.success-content{gap:1.75rem}.success-headline{font-size:2.25rem}.success-message{font-size:1.125rem}.success-mascot{max-width:220px}}@media(max-width:640px){.success-state{padding:1.5rem 1rem;min-height:40vh}.success-content{gap:1.5rem;max-width:100%}.success-headline{font-size:1.875rem;line-height:1.1}.success-message{font-size:1rem;line-height:1.5}.success-mascot{max-width:180px}.success-text{gap:.875rem}}@media(max-width:480px){.success-state{padding:1.25rem 1rem}.success-content{gap:1.25rem}.success-headline{font-size:1.625rem}.success-message{font-size:.9375rem}.success-mascot{max-width:150px}}.error-state{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.error-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;max-width:600px;width:100%;min-width:0}.error-mascot{width:100%;max-width:250px;min-width:0;height:auto}.error-text{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.error-headline{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.error-message{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin:0;word-wrap:break-word;overflow-wrap:break-word}.retry-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;background-color:var(--blue-600);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-sizing:border-box}.retry-button:hover{background-color:var(--blue-700);transform:translateY(-1px);box-shadow:0 4px 12px #0284c74d}.retry-button:active{transform:translateY(0)}@media(max-width:640px){.error-state{padding:1rem}.error-content{gap:1.5rem}.error-headline{font-size:2rem}.error-message{font-size:1rem}.error-mascot{max-width:180px}.retry-button{padding:.75rem 1.5rem;font-size:.9375rem}}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0 0;background-color:var(--background-screen);gap:3rem;flex:1;min-height:0}.banner-wrapper{width:100%}.hero-container{max-width:1200px;width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:0 2rem;box-sizing:border-box}.hero-content{flex:1.5;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.hero-text-content{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:600px;min-width:0}.hero-logo{width:80px;height:80px;border-radius:18px;box-shadow:0 4px 12px #0000001a}.hero-headline{font-size:3.5rem;font-weight:700;line-height:1.1;color:var(--text-primary);margin:0;text-align:left;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-subheadline{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin:0;text-align:left;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.waitlist-form{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;min-width:0;margin-top:.5rem}.button-wrapper{width:100%;display:flex;justify-content:flex-end}.input-wrapper{position:relative;width:100%}.email-input{width:100%;min-width:0;padding:.875rem 1.25rem;font-size:1rem;border:1.5px solid var(--gray-300);border-radius:12px;font-family:inherit;transition:all .2s ease;background-color:#fff;color:var(--text-primary);box-sizing:border-box}.email-input.error{border-color:var(--red-600);box-shadow:0 0 0 3px #dc26261a}.email-input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #0ea5e91a}.input-tooltip{position:absolute;top:100%;left:0;margin-top:.5rem;padding:.5rem .75rem;background-color:var(--red-600);color:#fff;font-size:.875rem;border-radius:8px;white-space:nowrap;z-index:10;animation:fadeIn .2s ease}.input-tooltip:before{content:"";position:absolute;top:-4px;left:1rem;width:8px;height:8px;background-color:var(--red-600);transform:rotate(45deg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.email-input::placeholder{color:var(--text-tertiary)}.privacy-note{font-size:.875rem;color:var(--text-tertiary);margin:-.25rem 0 0;line-height:1.4}.submit-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;background-color:var(--blue-600);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-sizing:border-box;min-width:fit-content}.submit-button:hover:not(:disabled){background-color:var(--blue-700);transform:translateY(-1px);box-shadow:0 4px 12px #0284c74d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background-color:var(--gray-300);color:var(--gray-500);cursor:not-allowed;opacity:.6}.button-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;background-color:var(--gray-800);color:#fff;padding:8px 12px;border-radius:8px;font-size:.875rem;white-space:normal;max-width:200px;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.button-tooltip:after{content:"";position:absolute;top:100%;right:16px;border:6px solid transparent;border-top-color:var(--gray-800)}.button-container:hover .button-tooltip{opacity:1}.learn-more-button{background:none;border:none;color:var(--text-secondary);font-size:1rem;cursor:pointer;padding:.5rem 0;transition:all .2s ease;margin-top:.5rem}.learn-more-button:hover{color:var(--text-primary);transform:translateY(2px)}.hero-image{flex:1;min-width:0;display:flex;align-items:center;justify-content:center}.conni-mascot{width:100%;max-width:300px;min-width:0;height:auto}@media(max-width:968px){.hero-container{flex-direction:column;gap:2rem;padding:0 1.5rem}.hero-headline{font-size:2.5rem}.conni-mascot{max-width:250px}}@media(max-width:640px){.hero-section{gap:1.5rem;padding:2rem 0}.hero-container{gap:2rem;padding:0 1rem}.hero-text-content{gap:1.25rem}.hero-headline{font-size:1.875rem;line-height:1.2}.hero-subheadline{font-size:1rem;line-height:1.5}.hero-logo{width:48px;height:48px}.conni-mascot{max-width:180px}.waitlist-form{gap:.875rem}.email-input{padding:.875rem 1rem;font-size:1rem;border-radius:10px}.submit-button{padding:.875rem 1.5rem;font-size:1rem;border-radius:10px;width:100%}.button-wrapper{width:100%}.privacy-note{font-size:.8125rem;text-align:center}.input-tooltip{font-size:.8125rem;left:50%;transform:translate(-50%);white-space:normal;max-width:calc(100% - 2rem);text-align:center}.input-tooltip:before{left:50%;transform:translate(-50%) rotate(45deg)}}@media(max-width:480px){.hero-section{padding:1.5rem 0}.hero-container{gap:1.5rem}.hero-headline{font-size:1.625rem}.hero-subheadline{font-size:.9375rem}.hero-logo{width:44px;height:44px}.conni-mascot{max-width:160px}.email-input{padding:.75rem .875rem;font-size:.9375rem}.submit-button{padding:.75rem 1.25rem;font-size:.9375rem}}.scrolling-banner{width:100%;background-color:transparent;overflow:hidden;padding:1.5rem 0;position:relative}.scrolling-content{display:flex;gap:1rem;animation:scroll 60s linear infinite;white-space:nowrap}.pain-point{font-size:14px;font-weight:500;color:var(--text-primary);display:inline-block;padding:10px 16px;background-color:var(--gray-100);border-radius:9999px;box-shadow:0 2px 8px #00000014;flex-shrink:0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.scrolling-banner:hover .scrolling-content{animation-play-state:paused}@media(max-width:968px){.scrolling-content{animation:scroll 40s linear infinite}}@media(max-width:640px){.scrolling-banner{padding:1rem 0}.pain-point{font-size:12px;padding:8px 14px}.scrolling-content{gap:.75rem;animation:scroll 30s linear infinite}}@media(max-width:480px){.scrolling-content{animation:scroll 25s linear infinite}.pain-point{font-size:11px;padding:7px 12px}}.about-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background-color:var(--background-screen);overflow:visible}.about-container{max-width:1200px;width:100%;overflow:visible}.about-content{display:flex;align-items:center;gap:6rem;overflow:visible}.about-image{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:3rem 3rem 4rem;overflow:visible}.preview_notification{width:100%;max-width:500px;height:auto;position:relative;z-index:0;filter:drop-shadow(0 6px 15px rgba(0,0,0,.35)) drop-shadow(0 3px 8px rgba(0,0,0,.25))}.about-text{flex:1;display:flex;flex-direction:column;gap:1.5rem}.about-headline{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.about-description{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin:0}.about-aha{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:var(--blue-50);border-radius:16px;margin-top:1rem}.aha-icon{font-size:1.5rem;flex-shrink:0}.aha-text{font-size:1.125rem;line-height:1.6;color:var(--text-primary);margin:0}.aha-text strong{color:var(--blue-700)}.conni-working{width:200px;height:200px;align-self:flex-start;margin-top:1rem}@media(max-width:968px){.about-content{flex-direction:column;gap:3rem}.about-image{order:-1;padding:2.5rem 2.5rem 3.5rem}.preview_notification{max-width:400px}.about-headline{font-size:2.5rem}.about-text{gap:1.25rem}.conni-working{width:150px;height:150px;align-self:center}}@media(max-width:640px){.about-section{padding:3rem 1rem;min-height:auto}.about-content{gap:2rem}.about-image{padding:2rem 2rem 3rem}.preview_notification{max-width:300px}.about-text{gap:1.25rem;text-align:center}.about-headline{font-size:1.875rem;line-height:1.2}.about-description{font-size:1rem;line-height:1.6}.about-aha{padding:1.25rem;gap:1rem;margin-top:.5rem;border-radius:12px;text-align:left}.aha-icon{font-size:1.5rem}.aha-text{font-size:1rem;line-height:1.6}.conni-working{width:140px;height:140px}}@media(max-width:480px){.about-section{padding:2.5rem 1rem}.about-content{gap:1.5rem}.about-image{padding:1.5rem 1.5rem 2.5rem}.preview_notification{max-width:260px}.about-headline{font-size:1.625rem}.about-description{font-size:.9375rem}.about-aha{padding:1rem;gap:.875rem}.aha-icon{font-size:1.25rem}.aha-text{font-size:.9375rem;line-height:1.5}.conni-working{width:120px;height:120px}}.how-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;background-color:var(--background-screen)}.how-container{max-width:1200px;width:100%}.how-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0 0 4rem;text-align:center}.how-features{display:flex;flex-direction:column;gap:8rem}.how-feature{display:flex;align-items:center;gap:6rem}.how-feature.reverse{flex-direction:row-reverse}.feature-screenshot{flex:1;display:flex;justify-content:center;padding:3rem 3rem 4rem}.screenshot-image{width:100%;max-width:350px;height:auto;filter:drop-shadow(0 6px 15px rgba(0,0,0,.35)) drop-shadow(0 3px 8px rgba(0,0,0,.25))}.feature-text{flex:1;display:flex;flex-direction:column;gap:1rem;position:relative}.feature-headline{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.conni-ringing{width:200px;height:200px;align-self:flex-end;margin-top:1rem}.conni-thumbs-up{width:200px;height:200px;align-self:flex-start;margin-top:1rem}.feature-description{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin:0}@media(max-width:968px){.how-features{gap:5rem}.how-feature,.how-feature.reverse{flex-direction:column;gap:2rem}.feature-screenshot{order:-1;padding:2.5rem 2.5rem 3.5rem}.screenshot-image{max-width:300px}.how-title{font-size:2.5rem;margin-bottom:3rem}.feature-headline{font-size:1.75rem}.feature-text{text-align:center}.conni-ringing,.conni-thumbs-up{width:150px;height:150px;align-self:center}}@media(max-width:640px){.how-section{padding:3rem 1rem;min-height:auto}.how-features{gap:4rem}.how-feature,.how-feature.reverse{gap:2rem}.feature-screenshot{padding:2rem 2rem 3rem}.screenshot-image{max-width:280px}.how-title{font-size:1.875rem;margin-bottom:2.5rem;line-height:1.2}.feature-headline{font-size:1.5rem;line-height:1.2}.feature-description{font-size:1rem;line-height:1.6}.feature-text{gap:1rem}.conni-ringing,.conni-thumbs-up{width:150px;height:150px;margin-top:.5rem}}@media(max-width:480px){.how-section{padding:2.5rem 1rem}.how-features{gap:3rem}.how-feature,.how-feature.reverse{gap:1.5rem}.feature-screenshot{padding:1.5rem 1.5rem 2.5rem}.screenshot-image{max-width:240px}.how-title{font-size:1.625rem;margin-bottom:2rem}.feature-headline{font-size:1.375rem}.feature-description{font-size:.9375rem}.feature-text{gap:.875rem}.conni-ringing,.conni-thumbs-up{width:130px;height:130px}}.recap-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;background-color:var(--background-screen)}.recap-container{max-width:1200px;width:100%}.recap-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0 0 3rem;text-align:center}.recap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;grid-template-rows:170px 170px 170px}.recap-box{background-color:#fff;border-radius:24px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 4px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease;text-align:center}.recap-box:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.recap-conni{margin-top:2rem;text-align:center}.recap-conni-image{width:200px;height:200px}.box-icon{width:44px;height:44px;margin-bottom:1rem}.icon-blue{filter:brightness(0) saturate(100%) invert(26%) sepia(94%) saturate(1285%) hue-rotate(181deg) brightness(95%) contrast(97%)}.icon-purple{filter:brightness(0) saturate(100%) invert(21%) sepia(88%) saturate(4392%) hue-rotate(266deg) brightness(94%) contrast(105%)}.icon-amber{filter:brightness(0) saturate(100%) invert(60%) sepia(84%) saturate(1736%) hue-rotate(1deg) brightness(101%) contrast(101%)}.icon-gray{filter:brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(201%) hue-rotate(169deg) brightness(93%) contrast(89%)}.tier-1 .box-icon{width:44px;height:44px}.tier-2 .box-icon{width:36px;height:36px}.tier-3 .box-icon{width:30px;height:30px}.box-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.1}.tier-1 .box-title{font-size:1.25rem;font-weight:700}.tier-2 .box-title{font-size:1rem}.tier-3 .box-title{font-size:.75rem}.box-description{font-size:.75rem;line-height:1.5;color:var(--text-secondary);margin:0}.tier-1 .box-description{font-size:1.1rem;line-height:1.6}.box-1{align-items:center;grid-column:1;grid-row:1 / 3}.box-1 .box-icon{width:48px;height:48px;align-self:center}.box-1 .box-title{font-size:1.375rem;font-weight:700;align-self:flex-start;text-align:left}.box-1 .box-description{font-size:1.0625rem;line-height:1.6;align-self:flex-start;text-align:left}.box-2{align-items:center;grid-column:2 / 4;grid-row:1}.box-2 .box-icon{width:38px;height:38px}.box-2 .box-title{font-size:1.125rem;font-weight:700}.box-2 .box-description{font-size:.9375rem}.box-3{align-items:center;grid-column:4;grid-row:1}.box-3 .box-icon{width:28px;height:28px}.box-3 .box-title{font-size:.875rem;font-weight:600}.box-3 .box-description{font-size:.75rem}.box-4{align-items:center;grid-column:2;grid-row:2}.box-4 .box-icon{width:42px;height:42px}.box-4 .box-title{font-size:1.125rem;font-weight:600}.box-4 .box-description{font-size:.9375rem}.box-5{align-items:center;grid-column:3;grid-row:2}.box-6{align-items:center;grid-column:4;grid-row:2 / 4}.box-6 .box-icon{width:52px;height:52px;align-self:center}.box-6 .box-title{font-size:1.5rem;font-weight:700;align-self:flex-end;text-align:right}.box-6 .box-description{font-size:1.125rem;line-height:1.6;align-self:flex-end;text-align:right}.box-7{align-items:center;grid-column:1;grid-row:3}.box-7 .box-icon{width:38px;height:38px}.box-7 .box-title{font-size:1rem;font-weight:600}.box-7 .box-description{font-size:.875rem}.box-8{align-items:center;grid-column:2;grid-row:3}.box-8 .box-icon{width:38px;height:38px}.box-8 .box-title{font-size:1rem;font-weight:600}.box-8 .box-description{font-size:.875rem}.box-9{align-items:center;grid-column:3;grid-row:3}.box-9 .box-icon{width:32px;height:32px}.box-9 .box-title{font-size:.9375rem;font-weight:600}.box-9 .box-description{font-size:.8125rem}@media(max-width:968px){.recap-title{font-size:2.5rem;margin-bottom:3rem}.recap-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;grid-auto-rows:120px}.box-1,.box-6{align-items:center;grid-column:span 1;grid-row:span 2}.box-2{align-items:center;grid-column:span 2;grid-row:span 1}}@media(max-width:640px){.recap-section{padding:3rem 1rem;min-height:auto}.recap-title{font-size:1.875rem;margin-bottom:2.5rem;line-height:1.2}.recap-grid{grid-template-columns:1fr;gap:1rem;grid-auto-rows:auto}.recap-box{grid-column:span 1!important;grid-row:span 1!important;min-height:auto;padding:1.5rem}.box-icon{width:32px;height:32px;margin-bottom:.75rem}.tier-1 .box-icon,.box-1 .box-icon,.box-2 .box-icon,.box-6 .box-icon{width:36px;height:36px}.tier-2 .box-icon,.box-4 .box-icon{width:32px;height:32px}.tier-3 .box-icon{width:28px;height:28px}.box-title{font-size:1rem;margin-bottom:.5rem}.tier-1 .box-title,.box-1 .box-title,.box-2 .box-title,.box-6 .box-title{font-size:1.125rem}.box-description{font-size:.875rem;line-height:1.5}.box-1 .box-title,.box-1 .box-description,.box-6 .box-title,.box-6 .box-description{text-align:center;align-self:center}.recap-conni-image{width:150px;height:150px}}@media(max-width:480px){.recap-section{padding:2.5rem 1rem}.recap-title{font-size:1.625rem;margin-bottom:2rem}.recap-grid{gap:.875rem}.recap-box{padding:1.25rem}.box-icon{width:28px;height:28px}.tier-1 .box-icon,.box-1 .box-icon,.box-2 .box-icon,.box-6 .box-icon{width:32px;height:32px}.box-title{font-size:.9375rem}.tier-1 .box-title,.box-1 .box-title,.box-2 .box-title,.box-6 .box-title{font-size:1rem}.box-description{font-size:.8125rem}.recap-conni-image{width:120px;height:120px}}.faq-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0rem 2rem 6rem;background-color:var(--background-screen)}.faq-container{max-width:1200px;width:100%}.faq-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0 0 3rem;text-align:center}.faq-content{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:center}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#fff;border-radius:16px;padding:1.5rem 2rem;cursor:pointer;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 4px 20px #00000014}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;flex:1}.faq-icon{font-size:1.5rem;font-weight:300;color:var(--text-secondary);flex-shrink:0;width:24px;text-align:center}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;overflow:hidden}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer-content{min-height:0;padding-top:0;transition:padding-top .3s ease}.faq-item.open .faq-answer-content{padding-top:1rem}.faq-answer p{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin:0}.faq-conni{display:flex;align-items:center;justify-content:center}.faq-conni-image{width:200px;height:200px}@media(max-width:968px){.faq-content{grid-template-columns:1fr;gap:3rem}.faq-conni{position:static;margin-top:2rem}.faq-conni-image{width:200px;height:200px}}@media(max-width:640px){.faq-section{padding:3rem 1rem}.faq-title{font-size:2rem;margin-bottom:2rem}.faq-content{gap:2rem}.faq-item{padding:1.25rem 1.5rem}.faq-question h3{font-size:1rem}.faq-answer p{font-size:.9375rem}.faq-conni-image{width:150px;height:150px}}.home-page-wrapper{min-height:100vh;max-height:100vh;display:flex;flex-direction:column;justify-content:center;background-color:var(--background-screen);overflow:hidden}.privacy-page{min-height:100vh;padding:6rem 2rem 4rem;background-color:var(--background-screen)}.privacy-container{max-width:800px;margin:0 auto;width:100%}.privacy-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;text-align:center}.privacy-date{font-size:1rem;color:var(--text-secondary);margin:0 0 3rem;text-align:center}.privacy-section{margin-bottom:3rem}@media(max-width:968px){.privacy-page{padding:4rem 1.5rem 3rem}.privacy-title{font-size:2.5rem}.privacy-date{font-size:.9375rem;margin-bottom:2.5rem}.privacy-section{margin-bottom:2.5rem}.section-title{font-size:1.375rem;margin-bottom:1.25rem}.subsection-title{font-size:1.0625rem;margin:1.75rem 0 .875rem}.section-text{font-size:.9375rem;line-height:1.75;text-align:left}.section-list{font-size:.9375rem;line-height:1.75;padding-left:1.375rem}}@media(max-width:640px){.privacy-page{padding:3rem 1rem 2.5rem}.privacy-title{font-size:1.875rem;line-height:1.2}.privacy-date{font-size:.875rem;margin-bottom:2rem}.privacy-section{margin-bottom:2rem}.section-title{font-size:1.25rem;margin-bottom:1rem;line-height:1.3}.subsection-title{font-size:1rem;margin:1.5rem 0 .75rem}.section-text{font-size:.9375rem;line-height:1.7;text-align:left}.section-list{font-size:.9375rem;line-height:1.7;padding-left:1.25rem}}@media(max-width:480px){.privacy-page{padding:2.5rem 1rem 2rem}.privacy-title{font-size:1.625rem}.privacy-date{font-size:.8125rem;margin-bottom:1.5rem}.privacy-section{margin-bottom:1.75rem}.section-title{font-size:1.125rem;margin-bottom:.875rem}.subsection-title{font-size:.9375rem;margin:1.25rem 0 .625rem}.section-text{font-size:.875rem;line-height:1.65;text-align:left}.section-list{font-size:.875rem;line-height:1.65;padding-left:1rem}.section-list li{margin-bottom:.375rem}}.terms-page{min-height:100vh;padding:6rem 2rem 4rem;background-color:var(--background-screen)}.terms-container{max-width:800px;margin:0 auto;width:100%}.terms-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;text-align:center}.terms-date{font-size:1rem;color:var(--text-secondary);margin:0 0 3rem;text-align:center}.terms-section{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;line-height:1.3}.subsection-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:2rem 0 1rem;line-height:1.4}.section-text{font-size:1rem;line-height:1.8;color:var(--text-secondary);margin:0 0 1rem;text-align:justify}.section-text:last-child{margin-bottom:0}.section-list{font-size:1rem;line-height:1.8;color:var(--text-secondary);margin:0 0 1rem;padding-left:1.5rem}.section-list li{margin-bottom:.5rem}.section-list li:last-child{margin-bottom:0}.contact-info a{color:var(--text-secondary);text-decoration:none}.contact-info a:hover{text-decoration:underline}@media(max-width:968px){.terms-page{padding:4rem 1.5rem 3rem}.terms-title{font-size:2.5rem}.terms-date{font-size:.9375rem;margin-bottom:2.5rem}.terms-section{margin-bottom:2.5rem}.section-title{font-size:1.375rem;margin-bottom:1.25rem}.subsection-title{font-size:1.0625rem;margin:1.75rem 0 .875rem}.section-text{font-size:.9375rem;line-height:1.75;text-align:left}.section-list{font-size:.9375rem;line-height:1.75;padding-left:1.375rem}}@media(max-width:640px){.terms-page{padding:3rem 1rem 2.5rem}.terms-title{font-size:1.875rem;line-height:1.2}.terms-date{font-size:.875rem;margin-bottom:2rem}.terms-section{margin-bottom:2rem}.section-title{font-size:1.25rem;margin-bottom:1rem;line-height:1.3}.subsection-title{font-size:1rem;margin:1.5rem 0 .75rem}.section-text{font-size:.9375rem;line-height:1.7;text-align:left}.section-list{font-size:.9375rem;line-height:1.7;padding-left:1.25rem}}@media(max-width:480px){.terms-page{padding:2.5rem 1rem 2rem}.terms-title{font-size:1.625rem}.terms-date{font-size:.8125rem;margin-bottom:1.5rem}.terms-section{margin-bottom:1.75rem}.section-title{font-size:1.125rem;margin-bottom:.875rem}.subsection-title{font-size:.9375rem;margin:1.25rem 0 .625rem}.section-text{font-size:.875rem;line-height:1.65;text-align:left}.section-list{font-size:.875rem;line-height:1.65;padding-left:1rem}.section-list li{margin-bottom:.375rem}}#root{margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
