.barto-public-home{--purple:#6B3BFF;--purple-deep:#4A1FD9;--lime:#C6FF3D;--yellow:#FFD93D;--cream:#F7F4EC;--ink:#0E0B16;--ink-soft:#2A2438;--muted:#6B6578;--white:#FFFFFF;--rose:#FF9DD2;--sky:#9FD6FF;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--border-w:2.5px;--hero-bg:var(--purple);--hero-fg:var(--cream);--hero-accent:var(--lime);--section-alt:var(--yellow);--section-alt-fg:var(--ink);--section-lime:var(--lime);--section-cream:var(--cream);--brand-shadow:6px 6px 0 var(--ink);--brand-shadow-sm:4px 4px 0 var(--ink)}.barto-public-home[data-theme=sunset]{--purple:#FF5A8F;--purple-deep:#C9286A;--lime:#FFD93D;--yellow:#FFB93D;--rose:#FFD2E3;--sky:#FFE7A0;--hero-bg:var(--purple);--hero-accent:var(--yellow);--section-alt:var(--yellow);--section-lime:#FFC46B}.barto-public-home[data-theme=electric]{--purple:#2C5BFF;--purple-deep:#1030B8;--lime:#FF7A2F;--yellow:#FFD93D;--rose:#BBD0FF;--sky:#FFD6B8;--hero-bg:var(--purple);--hero-accent:var(--lime);--section-alt:var(--yellow);--section-lime:#FF9B5A}.barto-public-home,.barto-public-home *{box-sizing:border-box}.barto-public-home *{margin:0;padding:0}.barto-public-home{font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;background:var(--cream);color:var(--ink);min-height:100vh}#barto-landing-root .display{font-family:Bricolage Grotesque,system-ui,sans-serif;font-weight:800;letter-spacing:-.025em;line-height:.92;font-stretch:75%}#barto-landing-root .mono{font-family:JetBrains Mono,ui-monospace,monospace}#barto-landing-root a{color:inherit;text-decoration:none}#barto-landing-root .btn,#barto-landing-root button{font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;border:none}#barto-landing-root .wrap{max-width:1240px;margin:0 auto;padding:0 32px}#barto-landing-root .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:999px;background:var(--ink);color:var(--cream);border:var(--border-w) solid var(--ink);box-shadow:var(--brand-shadow-sm);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}#barto-landing-root .btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}#barto-landing-root .btn:active{transform:translate(2px,2px);box-shadow:0 0 0 var(--ink)}#barto-landing-root .btn--primary{background:var(--lime);color:var(--ink)}#barto-landing-root .btn--ghost{background:transparent;color:var(--ink);box-shadow:none;border:var(--border-w) solid var(--ink)}#barto-landing-root .btn--ghost:hover{background:var(--ink);color:var(--cream);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--ink)}#barto-landing-root .btn .arr{transition:transform .2s ease;display:inline-block}#barto-landing-root .btn:hover .arr{transform:translateX(3px)}#barto-landing-root .nav{position:sticky;top:0;z-index:50;background:var(--ink);color:var(--cream);border-bottom:var(--border-w) solid var(--ink)}#barto-landing-root .nav__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;max-width:1400px;margin:0 auto}#barto-landing-root .logo{display:inline-flex;align-items:center;gap:10px;font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:26px;letter-spacing:-.02em}#barto-landing-root .logo__mark{width:30px;height:30px;border-radius:8px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-size:18px;font-weight:800;transform:rotate(-6deg);transition:transform .3s ease}#barto-landing-root .logo:hover .logo__mark{transform:rotate(6deg) scale(1.1)}#barto-landing-root .nav__links{display:flex;gap:28px;font-size:15px;font-weight:500}#barto-landing-root .nav__links a{position:relative;padding:4px 2px}#barto-landing-root .nav__links a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}#barto-landing-root .nav__links a:hover:after{transform:scaleX(1)}#barto-landing-root .nav__cta{display:flex;gap:10px;align-items:center}#barto-landing-root .nav__cta .btn{padding:10px 18px;font-size:14px;box-shadow:none;border-width:2px}#barto-landing-root .hero{background:var(--hero-bg);color:var(--cream);position:relative;padding:80px 0 160px;overflow:hidden}#barto-landing-root .hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}#barto-landing-root .eyebrow{display:inline-flex;align-items:center;gap:10px;background:var(--ink);color:var(--cream);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;border:var(--border-w) solid var(--ink)}#barto-landing-root .eyebrow .dot{width:8px;height:8px;border-radius:999px;background:var(--lime);box-shadow:0 0 0 0 var(--lime);animation:pulse 1.6s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(198,255,61,.8)}70%{box-shadow:0 0 0 10px rgba(198,255,61,0)}to{box-shadow:0 0 0 0 rgba(198,255,61,0)}}#barto-landing-root .hero__title{font-size:clamp(64px,11vw,168px);margin:24px 0 20px;color:var(--cream)}#barto-landing-root .hero__title .accent{color:var(--hero-accent);display:inline-block;position:relative}#barto-landing-root .hero__title .accent:after{content:"";position:absolute;left:-4%;right:-4%;bottom:6%;height:14%;background:var(--ink);z-index:-1;border-radius:4px;transform:rotate(-1.5deg)}#barto-landing-root .hero__sub{font-size:22px;line-height:1.45;max-width:520px;color:rgba(247,244,236,.88);margin-bottom:32px}#barto-landing-root .hero__ctas{display:flex;flex-wrap:wrap;gap:14px;align-items:center}#barto-landing-root .hero__meta{margin-top:36px;display:flex;align-items:center;gap:16px;font-size:14px;color:rgba(247,244,236,.8)}#barto-landing-root .avatars{display:flex}#barto-landing-root .avatars .av{width:34px;height:34px;border-radius:999px;border:2px solid var(--hero-bg);margin-left:-10px;background:var(--lime);display:grid;place-items:center;font-size:13px;font-weight:700;color:var(--ink)}#barto-landing-root .avatars .av:first-child{background:var(--lime);margin-left:0}#barto-landing-root .avatars .av:nth-child(2){background:var(--yellow)}#barto-landing-root .avatars .av:nth-child(3){background:var(--rose)}#barto-landing-root .avatars .av:nth-child(4){background:var(--sky)}#barto-landing-root .hero__visual{position:relative;height:540px;perspective:1400px}#mockup-stage{position:relative;width:100%;height:100%}#barto-landing-root .shape{position:absolute;border:var(--border-w) solid var(--ink);box-shadow:var(--brand-shadow)}#barto-landing-root .shape--star{width:70px;height:70px;background:var(--yellow);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);border:none;box-shadow:none;top:8%;right:-6%;animation:spin 18s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}#barto-landing-root .shape--blob{width:120px;height:120px;background:var(--lime);border-radius:62% 38% 54% 46%/44% 58% 42% 56%;bottom:10%;left:-4%;animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(8deg)}}#barto-landing-root .shape--diamond{width:52px;height:52px;background:var(--rose);transform:rotate(45deg);top:60%;right:8%}#barto-landing-root .wave{position:absolute;left:0;right:0;bottom:-1px;height:80px;width:100%;display:block}#barto-landing-root .mockup{position:absolute;background:var(--white);border:var(--border-w) solid var(--ink);border-radius:var(--radius-md);box-shadow:10px 10px 0 var(--ink);overflow:hidden;color:var(--ink);transform-style:preserve-3d}#barto-landing-root .mockup__bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--cream);border-bottom:2px solid var(--ink)}#barto-landing-root .mockup__bar .dots{display:flex;gap:5px}#barto-landing-root .mockup__bar .dots span{width:11px;height:11px;border-radius:50%;border:1.5px solid var(--ink)}#barto-landing-root .mockup__bar .dots span:first-child{background:#FF6B6B}#barto-landing-root .mockup__bar .dots span:nth-child(2){background:#FFD93D}#barto-landing-root .mockup__bar .dots span:nth-child(3){background:#6BD968}#barto-landing-root .mockup__bar .url{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--muted);margin-left:8px}#barto-landing-root .mockup--chat{width:440px;height:420px;top:40px;left:10%;transform:rotate(-4deg);z-index:3;animation:hoverA 6s ease-in-out infinite}@keyframes hoverA{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-10px)}}#barto-landing-root .mockup--chat .body{padding:16px}#barto-landing-root .mock-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--yellow);color:var(--ink);font-size:11px;font-weight:700;border:1.5px solid var(--ink);margin-bottom:10px}#barto-landing-root .mock-title{font-family:Bricolage Grotesque;font-weight:800;font-size:22px;line-height:1.05;margin-bottom:12px}#barto-landing-root .mock-caption{background:var(--cream);border:2px solid var(--ink);border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.45;margin-bottom:8px;position:relative}#barto-landing-root .mock-caption .hl{background:var(--lime);padding:0 3px;border-radius:3px}#barto-landing-root .mock-meta{display:flex;gap:10px;font-size:11px;color:var(--muted);font-weight:500}#barto-landing-root .mock-chip{display:inline-block;font-size:10px;font-weight:700;padding:3px 7px;border-radius:4px;margin-right:4px}#barto-landing-root .mock-chip,.barto-public-home[data-theme=sunset] .mock-chip{background:var(--purple);color:var(--cream)}.barto-public-home[data-theme=electric] .mock-chip{background:var(--purple);color:var(--white)}#barto-landing-root .mockup--phone{width:200px;height:340px;bottom:20px;right:2%;transform:rotate(6deg);z-index:4;border-radius:28px;animation:hoverB 7s ease-in-out infinite;padding:0}@keyframes hoverB{0%,to{transform:rotate(6deg) translateY(0)}50%{transform:rotate(6deg) translateY(-14px)}}#barto-landing-root .phone__notch{height:22px;background:var(--ink);display:flex;justify-content:center;align-items:flex-end;padding-bottom:4px}#barto-landing-root .phone__notch:before{content:"";width:60px;height:14px;background:#000;border-radius:10px}#barto-landing-root .phone__screen{padding:12px;height:calc(100% - 22px);display:flex;flex-direction:column;gap:8px;background:var(--cream)}#barto-landing-root .slide{flex:1;border-radius:10px;border:2px solid var(--ink);padding:10px;display:flex;flex-direction:column;justify-content:space-between}#barto-landing-root .slide--1{background:var(--lime)}#barto-landing-root .slide--1 .big{font-family:Bricolage Grotesque;font-weight:800;font-size:22px;line-height:.95}#barto-landing-root .slide--1 .small{font-size:10px;font-weight:600}#barto-landing-root .mockup--cal{width:260px;height:200px;top:200px;right:0;transform:rotate(3deg);z-index:2;padding:0;animation:hoverC 8s ease-in-out infinite}@keyframes hoverC{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(3deg) translateY(8px)}}#barto-landing-root .cal__head{padding:10px 12px;font-family:Bricolage Grotesque;font-weight:800;font-size:14px;border-bottom:2px solid var(--ink);background:var(--rose);display:flex;justify-content:space-between;align-items:center}#barto-landing-root .cal__head .arrows{display:flex;gap:4px}#barto-landing-root .cal__head .arrows span{width:16px;height:16px;border:1.5px solid var(--ink);border-radius:4px;background:var(--cream);display:grid;place-items:center;font-size:9px}#barto-landing-root .cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;padding:10px}#barto-landing-root .cal__cell{aspect-ratio:1;border-radius:4px;font-size:9px;font-weight:600;display:grid;place-items:center;background:var(--cream);border:1px solid var(--ink);color:var(--ink)}#barto-landing-root .cal__cell.active{background:var(--purple);color:var(--cream)}#barto-landing-root .cal__cell.dot:after{content:"";display:block;width:4px;height:4px;background:var(--ink);border-radius:50%;margin-top:1px}#barto-landing-root .logobar{background:var(--ink);color:var(--cream);padding:22px 0;border-top:var(--border-w) solid var(--ink);border-bottom:var(--border-w) solid var(--ink);overflow:hidden}#barto-landing-root .logobar__inner{display:flex;align-items:center;gap:40px;white-space:nowrap;font-family:Bricolage Grotesque;font-weight:700;font-size:26px;animation:marquee 22s linear infinite}#barto-landing-root .logobar__inner .p{color:var(--lime)}#barto-landing-root .logobar__inner .dot{width:10px;height:10px;background:var(--cream);border-radius:50%;flex-shrink:0}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}#barto-landing-root section.block{padding:120px 0;position:relative}#barto-landing-root .sec-eyebrow{font-family:JetBrains Mono,monospace;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;display:inline-block;padding:6px 14px;border-radius:999px;background:var(--ink);color:var(--cream);margin-bottom:18px}#barto-landing-root .sec-title{font-size:clamp(44px,6vw,82px);max-width:900px;margin-bottom:18px}#barto-landing-root .sec-sub{font-size:19px;max-width:620px;color:var(--ink-soft)}#barto-landing-root .features{background:var(--yellow);color:var(--ink)}#barto-landing-root .features__head{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:end;margin-bottom:64px}#barto-landing-root .features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}#barto-landing-root .feat{background:var(--cream);border:var(--border-w) solid var(--ink);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--brand-shadow);transition:transform .25s cubic-bezier(.2,.9,.3,1.2),box-shadow .25s ease,background .2s ease;position:relative;overflow:hidden}#barto-landing-root .feat:hover{transform:translate(-4px,-4px) rotate(-1deg);box-shadow:10px 10px 0 var(--ink)}#barto-landing-root .feat__icon{width:60px;height:60px;border-radius:14px;border:var(--border-w) solid var(--ink);display:grid;place-items:center;font-size:26px;margin-bottom:20px;transition:transform .3s ease}#barto-landing-root .feat:hover .feat__icon{transform:rotate(-8deg) scale(1.05)}#barto-landing-root .feat--1 .feat__icon{background:var(--lime)}#barto-landing-root .feat--2 .feat__icon{background:var(--rose)}#barto-landing-root .feat--3 .feat__icon{background:var(--sky)}#barto-landing-root .feat--4 .feat__icon{background:var(--purple);color:var(--cream)}#barto-landing-root .feat--5 .feat__icon{background:var(--yellow)}#barto-landing-root .feat--6 .feat__icon{background:var(--lime)}#barto-landing-root .feat--7 .feat__icon{background:var(--rose)}#barto-landing-root .feat--8 .feat__icon{background:var(--sky)}#barto-landing-root .feat--9 .feat__icon{background:var(--purple);color:var(--cream)}#barto-landing-root .feat__title{font-family:Bricolage Grotesque;font-weight:800;font-size:24px;line-height:1.05;margin-bottom:10px;letter-spacing:-.015em}#barto-landing-root .feat__desc{font-size:15px;color:var(--ink-soft);line-height:1.5}#barto-landing-root .feat__tag{position:absolute;top:22px;right:22px;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--muted)}#barto-landing-root .how{background:var(--section-lime);color:var(--ink)}#barto-landing-root .how__head{text-align:center;margin-bottom:72px}#barto-landing-root .how__head .sec-eyebrow{background:var(--ink);color:var(--section-lime)}#barto-landing-root .how__head .sec-title{margin:0 auto 18px}#barto-landing-root .how__head .sec-sub{margin:0 auto}#barto-landing-root .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative}#barto-landing-root .step{background:var(--cream);border:var(--border-w) solid var(--ink);border-radius:var(--radius-lg);padding:32px 28px;box-shadow:var(--brand-shadow);position:relative;transition:transform .25s ease}#barto-landing-root .step:first-child{transform:rotate(-1.5deg)}#barto-landing-root .step:nth-child(2){transform:rotate(1deg)}#barto-landing-root .step:nth-child(3){transform:rotate(-.5deg)}#barto-landing-root .step:hover{transform:rotate(0) translateY(-6px)}#barto-landing-root .step__num{font-family:Bricolage Grotesque;font-weight:800;font-size:100px;line-height:.9;color:var(--purple);-webkit-text-stroke:2px var(--ink);margin-bottom:14px}.barto-public-home[data-theme=electric] .step__num,.barto-public-home[data-theme=sunset] .step__num{color:var(--purple)}#barto-landing-root .step__title{font-family:Bricolage Grotesque;font-weight:800;font-size:28px;line-height:1;margin-bottom:12px;letter-spacing:-.02em}#barto-landing-root .step__desc{font-size:15px;color:var(--ink-soft);line-height:1.55}#barto-landing-root .step__illo{height:140px;border:var(--border-w) solid var(--ink);border-radius:var(--radius-md);margin-bottom:20px;position:relative;overflow:hidden;display:grid;place-items:center}#barto-landing-root .step--1 .step__illo{background:var(--yellow)}#barto-landing-root .step--2 .step__illo{background:var(--rose)}#barto-landing-root .step--3 .step__illo{background:var(--sky)}#barto-landing-root .illo-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:10px}#barto-landing-root .illo-chip{padding:6px 10px;background:var(--cream);border:2px solid var(--ink);border-radius:999px;font-size:12px;font-weight:700}#barto-landing-root .illo-chip.on{background:var(--lime)}#barto-landing-root .illo-brain{width:90px;height:90px;border-radius:50%;background:var(--lime);border:2.5px solid var(--ink);position:relative;display:grid;place-items:center;font-size:40px}#barto-landing-root .illo-brain:before,.illo-brain:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:var(--ink)}#barto-landing-root .illo-brain:before{top:-8px;left:-8px}#barto-landing-root .illo-brain:after{bottom:-8px;right:-8px}#barto-landing-root .illo-rocket{font-size:48px;animation:launch 2.5s ease-in-out infinite}@keyframes launch{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-12px) rotate(-4deg)}}#barto-landing-root .pricing{background:var(--cream);color:var(--ink)}#barto-landing-root .pricing__head{text-align:center;margin-bottom:64px}#barto-landing-root .pricing__head .sec-eyebrow{background:var(--ink);color:var(--cream)}#barto-landing-root .pricing__head .sec-title{margin:0 auto 18px}#barto-landing-root .pricing__head .sec-sub{margin:0 auto}#barto-landing-root .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}#barto-landing-root .plan{background:var(--cream);border:var(--border-w) solid var(--ink);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--brand-shadow);display:flex;flex-direction:column;transition:transform .2s ease;position:relative}#barto-landing-root .plan:hover{transform:translateY(-6px)}#barto-landing-root .plan--featured{background:var(--purple);color:var(--cream);transform:translateY(-12px) rotate(.5deg)}#barto-landing-root .plan--featured:hover{transform:translateY(-18px) rotate(0deg)}#barto-landing-root .plan__badge{position:absolute;top:-14px;right:24px;background:var(--lime);color:var(--ink);padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;border:2px solid var(--ink);transform:rotate(6deg)}#barto-landing-root .plan__name{font-family:Bricolage Grotesque;font-weight:800;font-size:26px;margin-bottom:6px;letter-spacing:-.02em}#barto-landing-root .plan__price{font-family:Bricolage Grotesque;font-weight:800;font-size:56px;line-height:1;letter-spacing:-.03em;margin:10px 0;display:flex;align-items:baseline;gap:6px}#barto-landing-root .plan__price .per{font-size:15px;font-weight:500;font-family:Inter;opacity:.7}#barto-landing-root .plan__desc{font-size:15px;margin-bottom:22px;opacity:.85}#barto-landing-root .plan ul{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}#barto-landing-root .plan li{display:flex;gap:10px;align-items:flex-start;font-size:15px}#barto-landing-root .plan li:before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--lime);color:var(--ink);font-size:12px;font-weight:800;flex-shrink:0;margin-top:2px;border:1.5px solid var(--ink)}#barto-landing-root .plan--featured li:before{background:var(--yellow)}#barto-landing-root .plan__cta{margin-top:auto;width:100%;justify-content:center;display:inline-flex}#barto-landing-root .plan--free .plan__cta{background:var(--cream);color:var(--ink)}#barto-landing-root .plan--featured .plan__cta{background:var(--lime);color:var(--ink)}#barto-landing-root .plan--business .plan__cta,#barto-landing-root .proof{background:var(--ink);color:var(--cream)}#barto-landing-root .proof{padding:100px 0;position:relative;overflow:hidden}#barto-landing-root .proof__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}#barto-landing-root .proof__num{font-family:Bricolage Grotesque;font-weight:800;font-size:clamp(80px,12vw,180px);line-height:.9;color:var(--lime)}#barto-landing-root .proof__label{font-size:18px;color:rgba(247,244,236,.75);margin-top:8px}#barto-landing-root .proof__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}#barto-landing-root .stat{background:var(--ink-soft);border:var(--border-w) solid var(--cream);border-radius:var(--radius-md);padding:20px}#barto-landing-root .stat__n{font-family:Bricolage Grotesque;font-weight:800;font-size:42px;line-height:1;letter-spacing:-.02em;color:var(--cream);margin-bottom:6px}#barto-landing-root .stat__l{font-size:13px;color:rgba(247,244,236,.7)}#barto-landing-root .proof__quote{background:var(--cream);color:var(--ink);border:var(--border-w) solid var(--cream);border-radius:var(--radius-lg);padding:32px;transform:rotate(1.5deg);box-shadow:10px 10px 0 var(--purple);position:relative}#barto-landing-root .proof__quote:before{content:"“";position:absolute;top:-28px;left:16px;font-family:Bricolage Grotesque;font-weight:800;font-size:110px;line-height:1;color:var(--lime);-webkit-text-stroke:2px var(--ink)}#barto-landing-root .proof__quote p{font-family:Bricolage Grotesque;font-weight:700;font-size:24px;line-height:1.25;margin-bottom:20px;letter-spacing:-.015em}#barto-landing-root .proof__who{display:flex;align-items:center;gap:12px}#barto-landing-root .proof__who .av{width:44px;height:44px;border-radius:999px;background:var(--yellow);border:2.5px solid var(--ink);display:grid;place-items:center;font-weight:800;color:var(--ink)}#barto-landing-root .proof__who .meta{font-size:14px}#barto-landing-root .proof__who .meta b{display:block;font-family:Bricolage Grotesque;font-weight:800;font-size:16px}#barto-landing-root .faq{background:var(--rose);color:var(--ink)}.barto-public-home[data-theme=sunset] .faq{background:#FFE7EE}.barto-public-home[data-theme=electric] .faq{background:#E7EDFF}#barto-landing-root .faq__head{text-align:center;margin-bottom:56px}#barto-landing-root .faq__head .sec-eyebrow{background:var(--ink);color:var(--rose)}#barto-landing-root .faq__list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}#barto-landing-root .faq__item{background:var(--cream);border:var(--border-w) solid var(--ink);border-radius:var(--radius-md);box-shadow:var(--brand-shadow-sm);overflow:hidden;transition:transform .15s ease}#barto-landing-root .faq__item:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}#barto-landing-root .faq__q{width:100%;background:transparent;text-align:left;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;font-family:Bricolage Grotesque;font-weight:700;font-size:20px;letter-spacing:-.01em}#barto-landing-root .faq__q .plus{width:32px;height:32px;border-radius:50%;background:var(--lime);border:2px solid var(--ink);display:grid;place-items:center;font-size:18px;font-weight:800;transition:transform .25s ease,background .2s ease;flex-shrink:0}#barto-landing-root .faq__item.open .faq__q .plus{transform:rotate(45deg);background:var(--yellow)}#barto-landing-root .faq__a{max-height:0;overflow:hidden;transition:max-height .35s ease}#barto-landing-root .faq__a-inner{padding:0 24px 22px;font-size:16px;line-height:1.55;color:var(--ink-soft)}#barto-landing-root .faq__item.open .faq__a{max-height:260px}#barto-landing-root .bigcta{background:var(--lime);color:var(--ink);text-align:center;padding:130px 0 140px;position:relative;overflow:hidden}#barto-landing-root .bigcta__title{font-size:clamp(56px,10vw,160px);margin-bottom:24px}#barto-landing-root .bigcta__sub{font-size:20px;max-width:620px;margin:0 auto 36px;color:var(--ink-soft)}#barto-landing-root .bigcta .btn{font-size:18px;padding:22px 36px}#barto-landing-root .bigcta__emoji{position:absolute;font-size:80px;opacity:.18}#barto-landing-root .bigcta__emoji.e1{top:10%;left:8%;transform:rotate(-20deg)}#barto-landing-root .bigcta__emoji.e2{top:20%;right:10%;transform:rotate(15deg)}#barto-landing-root .bigcta__emoji.e3{bottom:15%;left:14%;transform:rotate(10deg)}#barto-landing-root .bigcta__emoji.e4{bottom:20%;right:8%;transform:rotate(-10deg)}#barto-landing-root footer{background:var(--ink);color:var(--cream);padding:64px 0 32px}#barto-landing-root .foot__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}#barto-landing-root .foot__about{font-size:15px;color:rgba(247,244,236,.7);max-width:320px;margin-top:16px;line-height:1.55}#barto-landing-root .foot__col h5{font-family:Bricolage Grotesque;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;color:var(--lime)}#barto-landing-root .foot__col ul{list-style:none;display:flex;flex-direction:column;gap:10px}#barto-landing-root .foot__col a{font-size:15px;color:rgba(247,244,236,.8);transition:color .2s ease}#barto-landing-root .foot__col a:hover{color:var(--lime)}#barto-landing-root .foot__bottom{border-top:1px solid rgba(247,244,236,.15);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(247,244,236,.6)}#barto-landing-root .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.9,.3,1)}#barto-landing-root .reveal.in{opacity:1;transform:translateY(0)}#barto-landing-root .reveal.delay-1{transition-delay:.1s}#barto-landing-root .reveal.delay-2{transition-delay:.2s}#barto-landing-root .reveal.delay-3{transition-delay:.3s}#barto-landing-root .reveal.delay-4{transition-delay:.4s}#barto-landing-root .reveal.delay-5{transition-delay:.5s}#barto-landing-root .tweaks{position:fixed;right:20px;bottom:20px;z-index:100;background:var(--cream);border:var(--border-w) solid var(--ink);border-radius:18px;box-shadow:var(--brand-shadow);padding:18px;width:260px;font-family:Inter;display:none}#barto-landing-root .tweaks.open{display:block}#barto-landing-root .tweaks h4{font-family:Bricolage Grotesque;font-weight:800;font-size:18px;margin-bottom:12px}#barto-landing-root .tw-label{font-size:12px;color:var(--muted);margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}#barto-landing-root .tw-row{display:flex;gap:8px}#barto-landing-root .tw-swatch{flex:1;padding:8px;border:2px solid var(--ink);border-radius:10px;cursor:pointer;font-size:11px;font-weight:700;text-align:center;background:var(--cream);color:var(--ink);transition:transform .15s ease}#barto-landing-root .tw-swatch:hover{transform:translateY(-2px)}#barto-landing-root .tw-swatch.on{box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}#barto-landing-root .tw-swatch .pills{display:flex;gap:3px;justify-content:center;margin-top:6px}#barto-landing-root .tw-swatch .pills span{width:14px;height:14px;border-radius:50%;border:1px solid var(--ink)}@media (max-width:980px){#barto-landing-root .features__grid,#barto-landing-root .features__head,#barto-landing-root .foot__grid,#barto-landing-root .hero__grid,#barto-landing-root .plans,#barto-landing-root .proof__grid,#barto-landing-root .steps{grid-template-columns:1fr}#barto-landing-root .features__grid{grid-template-columns:1fr 1fr;gap:16px}#barto-landing-root .hero{padding:60px 0 120px}#barto-landing-root .hero__visual{height:420px;margin-top:40px}#barto-landing-root .mockup--chat{width:340px;height:340px;left:0}#barto-landing-root .mockup--phone{right:0;bottom:-10px}#barto-landing-root .mockup--cal{right:-20px;top:140px}#barto-landing-root section.block{padding:80px 0}#barto-landing-root .nav__links{display:none}#barto-landing-root .foot__grid{gap:24px}}@media (max-width:600px){#barto-landing-root .features__grid{grid-template-columns:1fr}#barto-landing-root .wrap{padding:0 20px}#barto-landing-root .hero__sub{font-size:18px}}