.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-top:env(safe-area-inset-top);background:#ffffffeb;border-bottom:1px solid #38b6ff2e;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:space-between;align-items:center;gap:.5rem;min-height:3.5rem;padding-top:.25rem;padding-bottom:.25rem;display:flex}@media (width>=768px){.navbar__inner{min-height:4rem;padding-top:.35rem;padding-bottom:.35rem}}.navbar__brand{align-items:center;gap:.5rem;min-width:0;font-size:.85rem;line-height:1.15;display:flex}@media (width>=480px){.navbar__brand{gap:.65rem;font-size:.95rem;line-height:1.2}}.navbar__brand strong{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--gray-900);font-size:.78rem;display:block}@media (width>=480px){.navbar__brand strong{font-size:inherit;letter-spacing:.06em}}.navbar__brand small{color:var(--solo-blue-deep);font-size:.72rem;font-weight:600;display:block}.navbar__logo{object-fit:cover;width:2.15rem;height:2.15rem;box-shadow:var(--shadow-soft);border-radius:.5rem;flex-shrink:0;display:block}@media (width>=480px){.navbar__logo{border-radius:.55rem;width:2.5rem;height:2.5rem}}.navbar__links{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;align-items:center;gap:.75rem;font-size:.7rem;font-weight:600;display:flex}@media (width>=480px){.navbar__links{letter-spacing:.05em;gap:1.25rem;font-size:.78rem}}.navbar__links a{color:var(--gray-700);transition:color .2s}.navbar__links a:hover,.navbar__links a.is-active{color:var(--solo-orange)}@media (width<=520px){.navbar__links a:first-child,.navbar__links a:nth-child(2){display:none}}.social-icons{align-items:center;gap:.75rem;display:flex}.social-icons__link{border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--solo-orange) 0%, var(--solo-blue) 100%);width:2.5rem;height:2.5rem;color:var(--white);justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}.social-icons__link:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.social-icons__svg{width:1.15rem;height:1.15rem}.footer{background:var(--gray-50);border-top:1px solid var(--gray-100);margin-top:auto;padding:3rem 0 1.5rem}.footer__inner{gap:2rem;display:grid}@media (width>=640px){.footer__inner{grid-template-columns:1fr 1fr;align-items:start}}.footer__title{margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.footer__tagline{color:var(--gray-500);margin-bottom:1.25rem;font-size:.95rem}.footer__legal-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);font-size:.75rem;font-family:var(--font-mono);margin-bottom:.75rem}.footer__legal ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__legal a{color:var(--gray-700);font-size:.95rem}.footer__legal a:hover{color:var(--solo-orange)}.footer__copy{text-align:center;border-top:1px solid var(--gray-100);color:var(--gray-500);margin:2rem 0 0;padding-top:1.5rem;font-size:.85rem}.layout{flex-direction:column;min-height:100dvh;display:flex}.layout__main{padding-top:calc(3.75rem + env(safe-area-inset-top,0px));flex:1}@media (width>=768px){.layout__main{padding-top:calc(4.35rem + env(safe-area-inset-top,0px))}}.candy-btn{border-radius:var(--radius-pill);min-height:3rem;font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--white);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 1.15rem;font-size:.78rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex;position:relative}@media (width>=480px){.candy-btn{letter-spacing:.04em;min-height:3.25rem;padding:0 1.75rem;font-size:.95rem}}.candy-btn--full{width:100%}.candy-btn--orange{background:linear-gradient(145deg, var(--solo-orange-light) 0%, var(--solo-orange) 45%, var(--solo-orange-deep) 100%);box-shadow:var(--shadow-button-orange)}.candy-btn--blue{background:linear-gradient(145deg, var(--solo-blue-light) 0%, var(--solo-blue) 45%, var(--solo-blue-deep) 100%);box-shadow:var(--shadow-button-blue)}.candy-btn--outline{background:var(--white);color:var(--solo-blue-deep);border:2px solid var(--solo-orange);box-shadow:none}.candy-btn:hover:not(:disabled){transform:translateY(-2px)}.candy-btn:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px #e5620059}.candy-btn--blue:active:not(:disabled){box-shadow:0 2px #1a8fd659}.candy-btn:disabled{opacity:.55;cursor:not-allowed}.candy-btn__shine{border-radius:var(--radius-pill);pointer-events:none;background:linear-gradient(#ffffff73 0%,#0000 100%);height:40%;position:absolute;inset:4px 12px auto}.candy-btn__label{z-index:1;position:relative}.app-store-badge{line-height:0;display:inline-block}.app-store-badge__img{width:auto;max-width:100%;height:40px}@media (width>=480px){.app-store-badge__img{height:44px}}.google-play-soon{border:1.5px solid var(--gray-100);background:var(--gray-50);height:40px;color:var(--gray-500);-webkit-user-select:none;user-select:none;opacity:.92;border-radius:.45rem;align-items:center;gap:.45rem;padding:0 .65rem 0 .5rem;line-height:1.1;display:inline-flex}@media (width>=480px){.google-play-soon{height:44px;padding:0 .75rem 0 .55rem}}.google-play-soon__icon{flex-shrink:0;width:1.35rem;height:1.35rem}.google-play-soon__text{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.google-play-soon__eyebrow{letter-spacing:.04em;text-transform:uppercase;font-size:.42rem;font-weight:600}.google-play-soon__title{letter-spacing:-.01em;color:var(--gray-700);font-size:.72rem;font-weight:700}.google-play-soon__status{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--solo-orange);font-size:.48rem;font-weight:700}@media (width>=480px){.google-play-soon__eyebrow{font-size:.45rem}.google-play-soon__title{font-size:.78rem}.google-play-soon__status{font-size:.5rem}}.download-buttons{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.65rem;display:flex}.download-buttons__store{line-height:0;display:inline-block}.download-buttons--center{justify-content:center}.hero{background:var(--white);flex-direction:column;justify-content:flex-start;min-height:auto;padding:.5rem 0 2.5rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.hero{justify-content:center;min-height:100svh;padding:2rem 0 3rem}}.hero__bg{background:linear-gradient(160deg, #ff751f24 0%, transparent 42%), linear-gradient(220deg, #38b6ff29 0%, transparent 48%), linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);z-index:0;position:absolute;inset:0}.hero__bg:after{content:"";background:linear-gradient(0deg, var(--white) 0%, transparent 100%);height:35%;position:absolute;bottom:0;left:0;right:0}.hero__content{z-index:1;flex-direction:column;gap:1rem;width:100%;max-width:36rem;display:flex;position:relative}@media (width>=480px){.hero__content{gap:1.25rem}}.hero__eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--solo-blue-deep);font-size:.68rem;font-weight:700}@media (width>=480px){.hero__eyebrow{letter-spacing:.14em;font-size:.75rem}}.hero__title{letter-spacing:-.02em;word-break:break-word;font-size:clamp(1.75rem,7.5vw,3.5rem);font-weight:700;line-height:1.08}.hero__flap{font-family:var(--font-mono);letter-spacing:.08em;color:var(--gray-900);margin-bottom:.35rem;padding-top:.1em;font-size:.5em;line-height:1.2;display:block}@media (width>=480px){.hero__flap{letter-spacing:.12em;font-size:.55em}}.hero__title-line{display:block}.hero__subtitle{color:var(--gray-700);max-width:32rem;font-size:.95rem;line-height:1.55}@media (width>=480px){.hero__subtitle{font-size:1.05rem;line-height:1.6}}.hero__actions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.hero__contact,.hero__actions a{display:block}.hero__badge{border-radius:var(--radius-pill);background:var(--white);box-shadow:var(--shadow-soft);color:var(--gray-700);align-items:center;gap:.65rem;max-width:100%;margin-top:.5rem;padding:.6rem .9rem;font-size:.8rem;line-height:1.35;display:flex}@media (width>=480px){.hero__badge{max-width:max-content;margin-top:.75rem;padding:.65rem 1rem;font-size:.85rem;display:inline-flex}}.hero__badge-ring{border:2px solid var(--solo-blue);background:var(--white);border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:1rem;display:grid}.hero__scroll-hint{display:none}@media (width>=768px){.hero__scroll-hint{z-index:1;display:block;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}}.hero__scroll-hint span{border-radius:var(--radius-pill);border:2px solid #38b6ff73;width:1.5rem;height:2.5rem;display:block;position:relative}.hero__scroll-hint span:after{content:"";background:var(--solo-orange);border-radius:2px;width:4px;height:8px;margin-left:-2px;animation:1.6s ease-in-out infinite scroll-bob;position:absolute;top:.4rem;left:50%}@keyframes scroll-bob{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.35;transform:translateY(10px)}}.section-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--solo-orange);margin-bottom:.65rem;font-size:.72rem;font-weight:700}.section-title{color:var(--gray-900);margin-bottom:.75rem;font-size:clamp(1.45rem,4.5vw,2.35rem);font-weight:700;line-height:1.2}@media (width>=480px){.section-lead{margin-bottom:2rem;font-size:1.02rem;line-height:1.65}}.benefits-grid{gap:1rem;display:grid}@media (width>=640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}.benefit-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid #38b6ff26;height:100%;padding:1.15rem}@media (width>=480px){.benefit-card{padding:1.5rem}}.benefit-card__icon{margin-bottom:.75rem;font-size:1.75rem;display:block}.benefit-card h3{color:var(--gray-900);margin-bottom:.4rem;font-size:1.1rem}.benefit-card p{color:var(--gray-500);font-size:.92rem;line-height:1.55}.pricing-teaser{background:linear-gradient(90deg, var(--solo-orange) 0%, var(--solo-blue) 100%);color:var(--white)}.pricing-teaser .section-label{color:#ffffffe6}.pricing-teaser .section-title,.pricing-teaser .section-lead{color:var(--white)}.pricing-teaser__list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.pricing-teaser__list li{padding-left:1.5rem;font-size:.95rem;position:relative}.pricing-teaser__list li:before{content:"✓";font-weight:700;position:absolute;left:0}.steps-section{background:var(--white)}.steps-list{gap:1rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.step-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);border-left:4px solid var(--solo-blue);box-shadow:var(--shadow-soft);align-items:flex-start;gap:1rem;padding:1.1rem 1rem;display:flex}@media (width>=480px){.step-card{gap:1.25rem;padding:1.35rem 1.5rem}}.step-card__n{font-family:var(--font-mono);color:var(--solo-orange);flex-shrink:0;font-size:.85rem;font-weight:700}.step-card h3{color:var(--gray-900);margin-bottom:.35rem;font-size:1.05rem}.step-card p{color:var(--gray-500);font-size:.92rem;line-height:1.55}.cta-section{background:var(--white)}.cta-section__inner{text-align:center;max-width:28rem}.cta-section__title{color:var(--gray-900);margin-bottom:.75rem;font-size:clamp(1.5rem,5vw,2rem)}.cta-section__body{color:var(--gray-500);margin-bottom:1.5rem;line-height:1.6}.tagline-band{text-align:center;padding:2.5rem 0}.tagline-band__title{font-size:clamp(1.35rem,4vw,2rem);font-weight:700;line-height:1.25}.gallery__heading{margin-bottom:1.75rem}.gallery__grid{gap:.75rem;display:grid}.gallery__grid--app{grid-template-columns:repeat(2,1fr)}@media (width>=768px){.gallery__grid--app{grid-template-columns:repeat(4,1fr);gap:1rem}}.gallery__grid--people{grid-template-columns:1fr}@media (width>=640px){.gallery__grid--people{grid-template-columns:repeat(3,1fr);gap:1rem}}.gallery__item{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);margin:0;overflow:hidden}.gallery__item--app{aspect-ratio:9/16;background:linear-gradient(160deg,#ff751f0f 0%,#38b6ff1a 100%)}.gallery__item--app img{object-fit:contain;object-position:center top;width:100%;height:100%}.gallery__item--people{aspect-ratio:4/3;background:var(--gray-100)}.gallery__item--people img{object-fit:cover;object-position:center;width:100%;height:100%}.gallery--people{padding-top:0}.about__inner{max-width:640px}.about__text{color:var(--gray-700);margin-bottom:1rem;font-size:1.02rem;line-height:1.65}.cta{background:linear-gradient(135deg,#ff751f14 0%,#38b6ff1f 100%)}.cta__inner{text-align:center;max-width:32rem;margin:0 auto}.cta__title{margin-bottom:.75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.cta__lead{color:var(--gray-500);margin-bottom:1.5rem;line-height:1.6}.contact__inner{max-width:560px}.contact__title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.contact__lead{color:var(--gray-500);margin-bottom:2rem;line-height:1.6}.contact__form{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.contact__field{flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:500;display:flex}.contact__field input,.contact__field textarea{font:inherit;border:2px solid var(--gray-100);border-radius:var(--radius-lg);background:var(--white);padding:.75rem 1rem;transition:border-color .2s}.contact__field input:focus,.contact__field textarea:focus{border-color:var(--solo-blue);outline:none}.contact__thanks{background:var(--gray-50);border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.25rem;line-height:1.6}.contact__thanks a,.contact__alt a{color:var(--solo-blue-deep);text-decoration:underline}.contact__alt{border-top:1px solid var(--gray-100);color:var(--gray-500);padding-top:1.5rem;font-size:.95rem;line-height:1.8}.legal-page__inner{max-width:720px}.legal-page h1{margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2}.legal-page h2,.legal-page strong:first-child{margin-top:2rem;margin-bottom:.75rem;font-size:1.1rem;display:block}.legal-page p{color:var(--gray-700);margin-bottom:1rem;line-height:1.65}.legal-page ul{color:var(--gray-700);margin:0 0 1rem;padding-left:1.25rem;line-height:1.65}.legal-page li{margin-bottom:.35rem}.legal-page a{color:var(--solo-blue-deep);text-decoration:underline}.legal-page em{font-style:italic}:root{--solo-orange:#ff751f;--solo-orange-light:#ff9a57;--solo-orange-deep:#e56200;--solo-blue:#38b6ff;--solo-blue-light:#6ecbff;--solo-blue-deep:#1a8fd6;--white:#fff;--off-white:#fafbfc;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-500:#64748b;--gray-700:#334155;--gray-900:#0f172a;--radius-pill:999px;--radius-lg:1.25rem;--shadow-soft:0 8px 32px #38b6ff1a;--shadow-button-orange:0 6px 0 #e5620059;--shadow-button-blue:0 6px 0 #1a8fd659;--font-display:"Space Grotesk", system-ui, sans-serif;--font-mono:"Space Mono", ui-monospace, monospace}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:4.5rem;overflow-x:hidden}body{min-height:100dvh;font-family:var(--font-display);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);margin:0;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}.gradient-text{background:linear-gradient(120deg, var(--solo-orange) 0%, var(--solo-blue) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.section-pad{padding:3rem 0}.section--white{background:var(--white)}@media (width>=768px){.section-pad{padding:6rem 0}}.container{width:100%;max-width:1100px;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right));margin:0 auto}@media (width>=480px){.container{padding-left:max(1.25rem, env(safe-area-inset-left));padding-right:max(1.25rem, env(safe-area-inset-right))}}.section-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--solo-orange);margin-bottom:.75rem;font-size:.75rem}.section-title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.section-lead{color:var(--gray-500);max-width:640px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}
