:root{--brand-purple:#4a1a4a;--light-purple:#e8dce8;--lighter-purple:#f3eef3;--body-bg:#574a49;--neutral-bg:#f8f8f8;--white:#ffffff;--text-dark:#333333;--text-muted:#666666}*,*::before,*::after{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--body-bg);min-height:100vh}.page-container{max-width:1024px;margin:1rem auto;background-color:var(--white);box-shadow:0 0 20px rgba(0,0,0,5%)}img{max-width:100%;height:auto}a{color:var(--brand-purple);text-decoration:none}a:hover{text-decoration:underline}.site-header{padding:1rem 2rem;background:#fff}.header-content{display:flex;align-items:center;justify-content:space-between;position:relative}.site-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.site-logo:hover{text-decoration:none}.site-logo img{height:32px;width:auto}.site-logo span{font-family:Georgia,serif;font-size:1.5rem;font-weight:400;color:var(--brand-purple);letter-spacing:.02em}.nav-toggle-checkbox{display:none}.nav-toggle-label{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:100}.nav-toggle-label span{display:block;height:2px;background-color:var(--brand-purple);border-radius:2px;transition:all .3s ease}.nav-toggle-checkbox:checked+.nav-toggle-label span:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.nav-toggle-checkbox:checked+.nav-toggle-label span:nth-child(2){opacity:0}.nav-toggle-checkbox:checked+.nav-toggle-label span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.site-nav{position:absolute;top:100%;right:0;background-color:var(--white);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:.5rem 0;min-width:150px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:99}.nav-toggle-checkbox:checked~.site-nav{opacity:1;visibility:visible;transform:translateY(5px)}.site-nav a{display:block;color:var(--brand-purple);text-decoration:none;font-size:.95rem;font-weight:500;padding:.6rem 1.25rem;transition:background-color .2s ease}.site-nav a:hover{background-color:var(--lighter-purple);text-decoration:none}.site-nav a.active{background-color:var(--lighter-purple)}.main{min-height:calc(100vh - 200px)}.site-footer{padding:2rem;text-align:center;background:linear-gradient(180deg,var(--white) 0%,var(--lighter-purple) 100%)}.social-links{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.social-link{display:flex;align-items:center;gap:.5rem;color:var(--brand-purple);text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.social-link:hover{color:#5e235e;text-decoration:none}.social-link svg{width:24px;height:24px}.copyright{font-size:.875rem;color:var(--text-muted);margin:0}.content-section{padding:3rem}.content-wrapper{line-height:1.7;color:var(--text-dark)}.content-wrapper h1{font-size:2rem;color:var(--brand-purple);margin:0 0 1rem}.content-wrapper h2{font-size:1.75rem;color:var(--brand-purple);margin-top:2.5rem;margin-bottom:1rem}.content-wrapper h2:first-child{margin-top:0}.content-wrapper h3{font-size:1.25rem;color:var(--brand-purple);margin-top:2rem;margin-bottom:.75rem}.content-wrapper p{margin-bottom:1rem;font-size:1.05rem}.content-wrapper ul,.content-wrapper ol{margin-bottom:1.5rem;padding-left:1.5rem}.content-wrapper li{margin-bottom:.5rem;font-size:1.05rem}.content-wrapper strong{color:var(--brand-purple)}.content-wrapper a{text-decoration:underline;text-underline-offset:2px}.content-wrapper img{border-radius:8px;margin:1.5rem 0}@media(max-width:1024px){.page-container{margin:0 auto}}@media(max-width:768px){.site-header{padding:1rem 1.5rem 0}.content-section{padding:2rem}.social-links{flex-direction:column;gap:1rem}}@media(max-width:480px){.site-header{padding:1rem}.content-section{padding:1.5rem}}.landing-page{width:100%;margin:0;padding:0;background:var(--white)}.landing-header{padding:1rem 2rem 0;background:linear-gradient(90deg,var(--light-purple) 0%,var(--white) 66%)}.landing-header-content{display:flex;align-items:center;justify-content:space-between;max-width:100%;margin:0;position:relative}.landing-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.landing-logo:hover{text-decoration:none}.landing-logo img{height:32px;width:auto}.landing-logo span{font-family:Georgia,serif;font-size:1.5rem;font-weight:400;color:var(--brand-purple);letter-spacing:.02em}.landing-nav{position:absolute;top:100%;right:0;background-color:var(--white);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:.5rem 0;min-width:150px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:99}.nav-toggle-checkbox:checked~.landing-nav{opacity:1;visibility:visible;transform:translateY(5px)}.landing-nav a{display:block;color:var(--brand-purple);text-decoration:none;font-size:.95rem;font-weight:500;padding:.6rem 1.25rem;transition:background-color .2s ease}.landing-nav a:hover{background-color:var(--lighter-purple);text-decoration:none}.hero-landing{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem 0 0;background:linear-gradient(90deg,var(--light-purple) 0%,var(--white) 66%);max-width:100%;margin:0 auto;position:relative;overflow:visible}.hero-content{max-width:600px;text-align:center;position:relative;z-index:5;margin-bottom:-10rem;padding:0 2rem}.hero-landing h1{font-size:2.75rem;line-height:1.2;color:var(--brand-purple);margin-bottom:1rem;text-align:center}.hero-subtitle{font-size:1.1rem;color:var(--text-dark);line-height:1.6;margin-bottom:1.5rem}.store-badges{display:flex;gap:1rem;justify-content:center;align-items:center}.store-badge{display:block;transition:transform .2s ease}.store-badge:hover{transform:translateY(-2px)}.store-badge img{height:48px;width:auto}.store-badges.ios-only .android-badge,.store-badges.android-only .ios-badge{display:none}.cta-button{display:inline-block;padding:1rem 2.5rem;background-color:var(--brand-purple);color:var(--white);font-size:1.125rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#5e235e;transform:translateY(-2px);text-decoration:none}.hero-image{width:100%;max-width:100%;position:relative;margin:0;padding:0}.hero-image img{display:block;width:100%;height:auto;border-radius:0;mask-image:linear-gradient(to bottom,transparent 0%,black 30%,black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 30%,black 100%)}.process-steps{background-color:#fff;padding:1.5rem 5rem 2rem;margin:-5rem 2rem 2rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.1);position:relative;z-index:10}.process-container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.step{flex:1;text-align:center}.step-icon{width:80px;height:80px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;background-color:var(--lighter-purple);border-radius:50%;padding:1rem}.step-icon img{width:100%;height:100%;object-fit:contain}.step h3{font-size:.9rem;color:var(--brand-purple);margin:0;font-weight:600}.step-connector{width:60px;height:2px;background-image:repeating-linear-gradient( to right,var(--text-muted) 0,var(--text-muted) 5px,transparent 5px,transparent 10px );flex-shrink:0}.services{padding:1rem 2rem;margin:0;text-align:center}.services h2{font-size:2.5rem;color:var(--brand-purple);margin-bottom:3rem;text-align:center}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0}.service-card{background-color:var(--white);padding:2.5rem 1.5rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,8%);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.service-icon{width:120px;height:100px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;position:relative}.service-icon::before{content:'';position:absolute;width:80px;height:70px;background-color:var(--light-purple);border-radius:0 60% 60% 60%;transform:rotate(-15deg);top:10%;left:10%;z-index:0}.service-icon img{width:80px;height:80px;object-fit:contain;position:relative;z-index:1}.service-card h3{font-size:1.25rem;color:var(--brand-purple);margin-bottom:.25rem;font-weight:600}.service-card p{font-size:1rem;color:var(--text-muted);margin:0}.testimonial{padding:3rem 4rem;margin:0;text-align:center}.testimonial-content{position:relative;margin-bottom:2rem}.quote-mark{font-size:4rem;color:#c9a8c9;line-height:1;font-family:Georgia,serif;opacity:.8}.quote-mark.open{position:absolute;top:-1rem;left:-1rem}.quote-mark.close{position:absolute;bottom:-3rem;right:-1rem}.testimonial blockquote{font-size:1.25rem;font-style:italic;color:var(--text-dark);margin:1rem 0;padding:0 2rem;line-height:1.6}.testimonial blockquote p{margin:0}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.testimonial-photo{width:60px;height:60px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.1)}.author-info{text-align:left}.author-name{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0}.author-title{font-size:1rem;color:var(--text-muted);margin:0}.value-props{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem 2rem;background-color:initial;font-size:1rem;color:var(--text-dark);font-weight:500;border-top:1px solid var(--light-purple);border-bottom:1px solid var(--light-purple);margin:0 2rem}.value-prop{white-space:nowrap}.separator{color:var(--text-muted);font-size:1.5rem}.social-footer{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem 2rem 2rem;background-color:initial}.content-section{padding:4rem}.content-wrapper{line-height:1.7;color:var(--text-dark)}.content-wrapper h2{font-size:1.75rem;color:var(--brand-purple);margin-top:2.5rem;margin-bottom:1rem}.content-wrapper h2:first-child{margin-top:0}.content-wrapper h3{font-size:1.25rem;color:var(--brand-purple);margin-top:2rem;margin-bottom:.75rem}.content-wrapper p{margin-bottom:1rem;font-size:1.05rem}.content-wrapper ul{margin-bottom:1.5rem;padding-left:1.5rem}.content-wrapper li{margin-bottom:.5rem;font-size:1.05rem}.content-wrapper strong{color:var(--brand-purple)}@media(max-width:768px){.hero-landing h1{font-size:2.5rem;text-align:center}.hero-subtitle{font-size:1.125rem;text-align:center}.hero-content{text-align:center;margin-bottom:-6rem}.hero-image{max-width:100%}.process-container{flex-direction:column;gap:2rem}.step-connector{width:2px;height:40px;background-image:repeating-linear-gradient( to bottom,var(--text-muted) 0,var(--text-muted) 5px,transparent 5px,transparent 10px )}.process-steps{margin:-2rem 2rem 2rem}.service-cards{grid-template-columns:1fr;gap:1.5rem}.services h2{font-size:2rem}.testimonial blockquote{font-size:1.25rem;padding:0 1rem}.quote-mark.open{left:0}.quote-mark.close{right:0}.value-props{flex-direction:column;gap:.5rem}.separator{display:none}.social-footer{flex-direction:column;gap:1rem}}@media(max-width:480px){.hero-landing h1{font-size:2rem}.hero-subtitle{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:1rem}.step-icon{width:80px;height:80px}.step h3{font-size:1rem}.service-icon{width:80px;height:80px}.service-card h3{font-size:1.25rem}.testimonial blockquote{font-size:1.125rem}.quote-mark{font-size:4rem}}