.phone-mockup-scale[data-astro-cid-awx4dljs]{--orange: #f0631c;--orange-soft: #ff8f3c;--ink: #211d18;--bg: #f7f5f2;--muted: #bdb4a8;--line: #e7e1d9;--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-out-back: cubic-bezier(.2, 1.75, .34, 1);width:100%;height:100%;position:relative;overflow:visible;color:var(--ink);font-family:ui-rounded,SF Pro Rounded,Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.phone-mockup-scale[data-astro-cid-awx4dljs] [data-astro-cid-awx4dljs],.phone-mockup-scale[data-astro-cid-awx4dljs] [data-astro-cid-awx4dljs]:before,.phone-mockup-scale[data-astro-cid-awx4dljs] [data-astro-cid-awx4dljs]:after{box-sizing:border-box}.mockup-phone-shell[data-astro-cid-awx4dljs]{position:absolute;top:50%;left:50%;width:390px;height:820px;min-height:680px;padding:12px;border-radius:46px;background:#181512;box-shadow:0 28px 80px #1c140f52;transform:translate(-50%,-50%) scale(var(--phone-scale, 1));transform-origin:center}.mockup-phone-screen[data-astro-cid-awx4dljs]{position:relative;height:100%;overflow:hidden;border-radius:36px;background:var(--bg);isolation:isolate}.notch[data-astro-cid-awx4dljs]{position:absolute;top:11px;left:50%;z-index:20;width:116px;height:31px;transform:translate(-50%);border-radius:0 0 19px 19px;background:#181512}.statusbar[data-astro-cid-awx4dljs]{position:relative;z-index:10;height:58px;padding:14px 24px 0;display:flex;align-items:flex-start;justify-content:space-between;font-size:13px;font-weight:800}.status-dots[data-astro-cid-awx4dljs]{display:flex;gap:5px;padding-top:3px}.status-dots[data-astro-cid-awx4dljs] span[data-astro-cid-awx4dljs]{width:6px;height:6px;border-radius:50%;background:var(--ink);opacity:.72}.app[data-astro-cid-awx4dljs]{height:calc(100% - 58px);display:flex;flex-direction:column;padding:0 22px 22px}.topbar[data-astro-cid-awx4dljs]{display:flex;align-items:center;gap:14px}.close[data-astro-cid-awx4dljs]{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:#ece7e1;color:#5b554d;font-size:24px;line-height:1;font-weight:500}.progress[data-astro-cid-awx4dljs]{flex:1;display:grid;grid-template-columns:repeat(15,1fr);gap:4px}.progress[data-astro-cid-awx4dljs] span{height:6px;border-radius:99px;background:#e7e1d9;transition:background .3s ease}.progress[data-astro-cid-awx4dljs] span.done{background:var(--orange)}.progress[data-astro-cid-awx4dljs] span.current{background:#fbc79b}.counter[data-astro-cid-awx4dljs]{margin:12px 0 0;color:#bbb1a4;font-size:13px;font-weight:900;letter-spacing:1.4px}.stage[data-astro-cid-awx4dljs]{position:relative;flex:1;display:flex;flex-direction:column;min-height:0}.phone-mockup-scale[data-astro-cid-awx4dljs] .stage-head{padding-top:21px;text-align:center}.phone-mockup-scale[data-astro-cid-awx4dljs] .kicker{color:#c9a88e;font-size:13.5px;font-weight:900;letter-spacing:1.6px;text-transform:uppercase}.phone-mockup-scale[data-astro-cid-awx4dljs] .title{margin-top:8px;font-size:30px;line-height:1.15;font-weight:950}.phone-mockup-scale[data-astro-cid-awx4dljs] .stage-body{position:relative;flex:1;min-height:0;display:grid;place-items:center;opacity:1;transform:translateY(0)}.stage[data-astro-cid-awx4dljs].entering{animation:scale-stage-in .28s var(--ease-out-cubic) both}.stage[data-astro-cid-awx4dljs].leaving{animation:scale-stage-out .28s var(--ease-in-cubic) both}@keyframes scale-stage-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-stage-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.phone-mockup-scale[data-astro-cid-awx4dljs] .scale-wrap{width:100%;padding-bottom:22px}.phone-mockup-scale[data-astro-cid-awx4dljs] .bars{height:160px;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;gap:10px}.phone-mockup-scale[data-astro-cid-awx4dljs] .bar{height:var(--h);border-radius:16px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:10px;color:#c2b9ad;font-weight:950;background:linear-gradient(to bottom,#f1e9e0,#eae1d6);transform:translateY(0) scale(1);transform-origin:bottom center;transition:box-shadow .12s var(--ease-out-cubic)}.phone-mockup-scale[data-astro-cid-awx4dljs] .bar.active{color:#fff;background:linear-gradient(to bottom,#ffb070,var(--orange))}.phone-mockup-scale[data-astro-cid-awx4dljs] .bar.pick{color:#fff;background:linear-gradient(to bottom,#ffd09c 0%,#ff8f3c 42%,var(--orange) 100%);box-shadow:0 18px 38px #f0631c7a,inset 0 2px #ffffff6b}.phone-mockup-scale[data-astro-cid-awx4dljs] .scale-labels{margin-top:22px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px;font-weight:900}.phone-mockup-scale[data-astro-cid-awx4dljs] .value-label{margin-top:22px;text-align:center;color:var(--orange);font-size:19px;font-weight:950;transform:scale(.92);opacity:.68;transition:transform .36s var(--ease-out-back),opacity .22s var(--ease-out-cubic)}.phone-mockup-scale[data-astro-cid-awx4dljs] .value-label.pop{transform:scale(1.08);opacity:1}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-wrap{width:100%;position:relative;display:flex;flex-direction:column;gap:14px;justify-content:center}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-card{height:202px;border-radius:24px;padding:0 20px;display:flex;align-items:center;gap:16px;background:linear-gradient(#fff,#fff);border:1.5px solid #ece6de;box-shadow:0 8px 18px #140a060f;transition:height .3s var(--ease-out-cubic),transform .34s var(--ease-out-back),opacity .24s ease,box-shadow .3s var(--ease-out-cubic),border-color .3s var(--ease-out-cubic),background .3s var(--ease-out-cubic)}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-card.chosen{height:252px;transform:scale(1.075);color:#fff;background:linear-gradient(135deg,#ff8f3c,var(--orange));border-color:transparent;box-shadow:0 16px 34px #f0631c4d}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-card.dimmed{height:160px;transform:scale(.91);opacity:.5}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-icon{flex:0 0 62px;width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:#fbefe6;color:#e0732a;font-size:26px}.phone-mockup-scale[data-astro-cid-awx4dljs] .chosen .either-icon{background:#ffffff38;color:#fff}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-copy{flex:1}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-copy strong{display:block;font-size:21px;line-height:1.1;font-weight:950}.phone-mockup-scale[data-astro-cid-awx4dljs] .either-copy span{display:block;margin-top:3px;color:#a99f93;font-size:13px;font-weight:800}.phone-mockup-scale[data-astro-cid-awx4dljs] .chosen .either-copy span{color:#ffffffd9}.phone-mockup-scale[data-astro-cid-awx4dljs] .mini-check{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:var(--orange);background:#fff;font-weight:950;transform:scale(0);transition:transform .21s var(--ease-out-back)}.phone-mockup-scale[data-astro-cid-awx4dljs] .chosen .mini-check{transform:scale(1)}.phone-mockup-scale[data-astro-cid-awx4dljs] .vs{position:absolute;left:50%;top:50%;width:44px;height:44px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;border:3px solid var(--bg);color:#fff;background:var(--ink);box-shadow:0 6px 16px #140a0647;font-size:13px;font-weight:950;letter-spacing:.5px}@media(max-width:680px){.phone-mockup-scale[data-astro-cid-awx4dljs] .title{font-size:25px}}@media(prefers-reduced-motion:reduce){.phone-mockup-scale[data-astro-cid-awx4dljs] [data-astro-cid-awx4dljs],.phone-mockup-scale[data-astro-cid-awx4dljs] [data-astro-cid-awx4dljs]:before,.phone-mockup-scale[data-astro-cid-awx4dljs] [data-astro-cid-awx4dljs]:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.phone-mockup-rewards[data-astro-cid-nifyhxa5]{width:100%;height:100%;min-height:0;display:grid;place-items:center;padding:clamp(18px,3vw,30px);overflow:hidden;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.phone-mockup-rewards[data-astro-cid-nifyhxa5] [data-astro-cid-nifyhxa5],.phone-mockup-rewards[data-astro-cid-nifyhxa5] [data-astro-cid-nifyhxa5]:before,.phone-mockup-rewards[data-astro-cid-nifyhxa5] [data-astro-cid-nifyhxa5]:after{box-sizing:border-box}.rewards-board[data-astro-cid-nifyhxa5]{width:min(520px,calc(100% - 36px));max-width:100%;overflow:hidden;border-radius:26px;background:#ffffffc7;box-shadow:0 22px 52px #211d181f;backdrop-filter:blur(8px)}.rewards-header[data-astro-cid-nifyhxa5]{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px 26px;background:linear-gradient(135deg,#f7941e,#fbb040)}.rewards-header[data-astro-cid-nifyhxa5]>div[data-astro-cid-nifyhxa5]:first-child{min-width:0}.rewards-title[data-astro-cid-nifyhxa5]{margin:0;color:#fff;font-size:26px;font-weight:700;line-height:1.05}.rewards-subtitle[data-astro-cid-nifyhxa5]{margin:2px 0 0;color:#fff;font-size:13px;line-height:1.25;opacity:.9}.rewards-koins[data-astro-cid-nifyhxa5]{flex-shrink:0;width:max-content;display:flex;align-items:center;gap:6px;padding:6px 14px 6px 6px;border-radius:20px;background:#fff}.rewards-koin-icon[data-astro-cid-nifyhxa5]{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:#f4b400;box-shadow:0 0 0 1px #e0a000;color:#1a1a1a;font-size:13px;font-weight:700}.rewards-koins[data-astro-cid-nifyhxa5] span[data-astro-cid-nifyhxa5]{color:#1a1a1a;font-size:17px;font-weight:700}.rewards-body[data-astro-cid-nifyhxa5]{margin-top:-14px;padding:20px 0 22px;border-radius:22px 22px 0 0;background:#fff}.rewards-section-label[data-astro-cid-nifyhxa5]{margin-bottom:12px;padding:0 16px}.rewards-section-title[data-astro-cid-nifyhxa5]{color:#1a1a1a;font-size:15px;font-weight:700;line-height:1.2}.rewards-section-hint[data-astro-cid-nifyhxa5]{margin-top:2px;color:#8a8a86;font-size:12px}.rewards-track-wrap[data-astro-cid-nifyhxa5]{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%)}.rewards-track[data-astro-cid-nifyhxa5]{display:flex;width:max-content;gap:14px;padding:2px 16px;animation:rewards-scroll 22s linear infinite}.rewards-track-wrap[data-astro-cid-nifyhxa5]:hover .rewards-track[data-astro-cid-nifyhxa5]{animation-play-state:paused}.rewards-card[data-astro-cid-nifyhxa5]{flex-shrink:0;width:122px}.rewards-thumb[data-astro-cid-nifyhxa5]{position:relative;width:122px;height:92px;overflow:hidden;border-radius:14px;background:#eee}.rewards-thumb[data-astro-cid-nifyhxa5]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 24%,rgba(255,255,255,.72),transparent 18%),linear-gradient(135deg,var(--thumb-a),var(--thumb-b))}.rewards-thumb[data-astro-cid-nifyhxa5]:after{content:"";position:absolute;left:14px;right:14px;bottom:13px;height:10px;border-radius:999px;background:#ffffffa3;box-shadow:0 -20px #ffffff57}.rewards-card-exclusive[data-astro-cid-nifyhxa5]{--thumb-a: #ff9246;--thumb-b: #ffd36a}.rewards-card-solidarity[data-astro-cid-nifyhxa5]{--thumb-a: #68c88f;--thumb-b: #d9f3b6}.rewards-card-contest[data-astro-cid-nifyhxa5]{--thumb-a: #7961d9;--thumb-b: #ffb6d5}.rewards-card-promo[data-astro-cid-nifyhxa5]{--thumb-a: #ff623f;--thumb-b: #fff0a3}.rewards-card-gift[data-astro-cid-nifyhxa5]{--thumb-a: #38a3ff;--thumb-b: #bde8ff}.rewards-card-title[data-astro-cid-nifyhxa5]{margin-top:8px;color:#1a1a1a;font-size:12px;font-weight:600;line-height:1.18}.rewards-card-sub[data-astro-cid-nifyhxa5]{margin-top:2px;color:#a8a8a4;font-size:10px;line-height:1.2}@keyframes rewards-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:680px){.phone-mockup-rewards[data-astro-cid-nifyhxa5]{padding:14px}.rewards-board[data-astro-cid-nifyhxa5]{border-radius:24px}.rewards-header[data-astro-cid-nifyhxa5]{padding:16px 18px 24px}.rewards-title[data-astro-cid-nifyhxa5]{font-size:22px}.rewards-card[data-astro-cid-nifyhxa5],.rewards-thumb[data-astro-cid-nifyhxa5]{width:104px}.rewards-thumb[data-astro-cid-nifyhxa5]{height:78px}}@media(prefers-reduced-motion:reduce){.rewards-track[data-astro-cid-nifyhxa5]{animation-duration:.001ms;animation-iteration-count:1}}.phone-mockup-services[data-astro-cid-2lrldyrm]{--orange: #f0631c;--orange-soft: #ff8f3c;--ink: #211d18;--muted: #a89e91;--line: #e7e1d9;--gold: #f2a93b;--green: #8fbf6a;--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-out-back: cubic-bezier(.3, 1.4, .5, 1);width:100%;height:100%;min-height:0;display:grid;place-items:center;color:var(--ink);font-family:ui-rounded,SF Pro Rounded,Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.phone-mockup-services[data-astro-cid-2lrldyrm] [data-astro-cid-2lrldyrm],.phone-mockup-services[data-astro-cid-2lrldyrm] [data-astro-cid-2lrldyrm]:before,.phone-mockup-services[data-astro-cid-2lrldyrm] [data-astro-cid-2lrldyrm]:after{box-sizing:border-box}.service-mockup-frame[data-astro-cid-2lrldyrm]{position:relative;width:100%;height:100%;min-height:0;margin:0;overflow:hidden;border-radius:0;background:transparent;isolation:isolate}.service-app[data-astro-cid-2lrldyrm]{position:relative;height:100%;min-height:0;display:flex;flex-direction:column;padding:clamp(30px,4vw,44px) clamp(24px,4vw,42px) clamp(24px,3vw,34px);background:radial-gradient(circle at 18% 16%,rgba(240,99,28,.12),transparent 30%),radial-gradient(circle at 88% 86%,rgba(33,29,24,.06),transparent 32%)}.service-stage[data-astro-cid-2lrldyrm]{position:relative;flex:1;min-height:0}.service-slot[data-astro-cid-2lrldyrm]{position:absolute;width:100%}.service-slot-a[data-astro-cid-2lrldyrm]{top:0;left:0}.service-slot-b[data-astro-cid-2lrldyrm]{top:31%;left:10%}.service-slot-c[data-astro-cid-2lrldyrm]{top:62%;left:1%}.service-slot[data-astro-cid-2lrldyrm].is-center{top:42%;left:50%;z-index:6;width:min(430px,calc(100% - 28px));transform:translate(-50%,-50%)}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card{display:flex;align-items:center;gap:12px;max-width:332px;padding:14px 16px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 14px 30px #211d181a;opacity:0;transform:scale(.7) translateY(10px);transform-origin:left center}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide{width:100%;max-width:430px;align-items:center}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide .service-card-body{flex:1;min-width:210px}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-in{animation:service-card-pop .72s var(--ease-out-back) forwards}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-out{animation:service-card-fade .56s var(--ease-in-cubic) forwards}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-final-out{animation:service-final-fade .76s ease forwards}@keyframes service-card-pop{0%{opacity:0;transform:scale(.7) translateY(10px)}65%{opacity:1;transform:scale(1.04) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes service-card-fade{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.85) translateY(-8px)}}@keyframes service-final-fade{0%{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}to{opacity:0;transform:scale(.96) translateY(10px);filter:blur(2px)}}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-icon{flex:none;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--icon-bg, #fbe6da);color:var(--icon-fg, var(--orange));font-size:20px;font-weight:900}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-body{min-width:0}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-label{overflow:hidden;font-size:15px;font-weight:800;line-height:1.18;white-space:normal}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-sub{margin-top:2px;color:var(--muted);font-size:12px;font-weight:600}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide .service-card-label{display:block;overflow:visible;font-size:16px;line-height:1.15;white-space:nowrap}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide .service-card-sub{font-size:12.5px;line-height:1.2;white-space:nowrap}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide.is-calling .service-card-sub{color:var(--orange);font-weight:800}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide.is-calling .service-action-icon:not(.service-action-phone){opacity:.42;transform:scale(.92);transition:opacity .32s ease,transform .32s ease}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-expanded{max-width:430px;flex-wrap:wrap;padding:16px 18px;border-color:var(--orange-soft);box-shadow:0 18px 40px #f0631c2e;transition:max-width .52s var(--ease-out-cubic),padding .52s var(--ease-out-cubic),box-shadow .52s var(--ease-out-cubic)}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-actions{flex-basis:100%;display:flex;justify-content:space-between;gap:10px;max-height:0;margin-top:12px;overflow:hidden;opacity:0;transition:max-height .46s var(--ease-out-cubic),opacity .36s ease .1s}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-expanded .service-card-actions{max-height:54px;opacity:1}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-action-icon{position:relative;flex:none;width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--action-line, rgba(240, 99, 28, .18));border-radius:14px;background:var(--action-bg, #fff2ea);color:var(--action-fg, var(--orange))}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-action-icon svg{display:block;width:20px;height:20px}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-action-phone.is-pressed{animation:service-phone-press .62s var(--ease-out-back) forwards}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-action-phone.is-pressed:after{content:"";position:absolute;inset:6px;border:2px solid rgba(255,255,255,.82);border-radius:inherit;opacity:0;animation:service-press-ring .62s ease-out forwards}@keyframes service-phone-press{0%{transform:scale(1)}35%{transform:scale(.88)}72%{transform:scale(1.09)}to{transform:scale(1)}}@keyframes service-press-ring{0%{opacity:0;transform:scale(.55)}28%{opacity:1}to{opacity:0;transform:scale(1.55)}}.service-stats-card[data-astro-cid-2lrldyrm]{position:absolute;right:16px;bottom:18px;z-index:5;display:flex;align-items:center;gap:12px;padding:14px 16px 14px 12px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 16px 34px #211d1824;opacity:0;pointer-events:none;transform:scale(.75) translateY(14px)}.service-stats-card[data-astro-cid-2lrldyrm].is-in{animation:service-stats-pop .82s var(--ease-out-back) forwards}.service-stats-card[data-astro-cid-2lrldyrm].is-out{animation:service-stats-fade .76s ease forwards}@keyframes service-stats-pop{0%{opacity:0;transform:scale(.75) translateY(14px)}65%{opacity:1;transform:scale(1.04) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes service-stats-fade{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.96) translateY(10px)}}.service-donut[data-astro-cid-2lrldyrm]{position:relative;flex:none;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--orange) 0% 45%,var(--gold) 45% 75%,var(--green) 75% 100%)}.service-donut[data-astro-cid-2lrldyrm]:after{content:"";position:absolute;width:30px;height:30px;border-radius:50%;background:#fff}.service-donut-number[data-astro-cid-2lrldyrm]{position:relative;z-index:1;font-size:12.5px;font-weight:800;font-variant-numeric:tabular-nums}.service-stats-title[data-astro-cid-2lrldyrm]{max-width:130px;font-size:12px;font-weight:800;line-height:1.25}.service-stats-legend[data-astro-cid-2lrldyrm]{display:flex;gap:8px;margin-top:5px}.service-stats-legend[data-astro-cid-2lrldyrm] span[data-astro-cid-2lrldyrm]{display:inline-flex;align-items:center;gap:3px;color:var(--muted);font-size:10px;font-weight:700}.service-dot[data-astro-cid-2lrldyrm]{width:6px;height:6px;border-radius:50%}.service-dot-orange[data-astro-cid-2lrldyrm]{background:var(--orange)}.service-dot-gold[data-astro-cid-2lrldyrm]{background:var(--gold)}.service-dot-green[data-astro-cid-2lrldyrm]{background:var(--green)}@media(max-width:540px){.phone-mockup-services[data-astro-cid-2lrldyrm]{min-height:0}.service-mockup-frame[data-astro-cid-2lrldyrm]{min-height:100%}.service-app[data-astro-cid-2lrldyrm]{min-height:100%;padding:26px 20px 24px}.service-stage[data-astro-cid-2lrldyrm]{min-height:0}.service-slot-b[data-astro-cid-2lrldyrm]{left:5%}.service-slot-c[data-astro-cid-2lrldyrm]{top:66%}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card{max-width:300px}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide,.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-expanded{max-width:360px}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide .service-card-body{min-width:205px}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card-wide .service-card-label{font-size:15px}.service-stats-card[data-astro-cid-2lrldyrm]{right:12px;bottom:14px}}@media(prefers-reduced-motion:reduce){.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-in,.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-out,.service-stats-card[data-astro-cid-2lrldyrm].is-in,.service-stats-card[data-astro-cid-2lrldyrm].is-out{animation:none!important;opacity:1;transform:none}.phone-mockup-services[data-astro-cid-2lrldyrm] .service-card.is-expanded{transition:none}.service-stats-card[data-astro-cid-2lrldyrm]{opacity:1;transform:none}}.phone-mockup-swipe[data-astro-cid-ktexqobn]{--orange: #f0631c;--orange-soft: #ff8f3c;--ink: #211d18;--bg: #f7f5f2;--muted: #bdb4a8;--line: #e7e1d9;--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-out-back: cubic-bezier(.2, 1.75, .34, 1);width:100%;height:100%;position:relative;overflow:visible;color:var(--ink);font-family:ui-rounded,SF Pro Rounded,Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.phone-mockup-swipe[data-astro-cid-ktexqobn] [data-astro-cid-ktexqobn],.phone-mockup-swipe[data-astro-cid-ktexqobn] [data-astro-cid-ktexqobn]:before,.phone-mockup-swipe[data-astro-cid-ktexqobn] [data-astro-cid-ktexqobn]:after{box-sizing:border-box}.mockup-phone-shell[data-astro-cid-ktexqobn]{position:absolute;top:50%;left:50%;width:390px;height:820px;min-height:680px;padding:12px;border-radius:46px;background:#181512;box-shadow:0 28px 80px #1c140f52;transform:translate(-50%,-50%) scale(var(--phone-scale, 1));transform-origin:center}.mockup-phone-screen[data-astro-cid-ktexqobn]{position:relative;height:100%;overflow:hidden;border-radius:36px;background:var(--bg);isolation:isolate}.notch[data-astro-cid-ktexqobn]{position:absolute;top:11px;left:50%;z-index:20;width:116px;height:31px;transform:translate(-50%);border-radius:0 0 19px 19px;background:#181512}.statusbar[data-astro-cid-ktexqobn]{position:relative;z-index:10;height:58px;padding:14px 24px 0;display:flex;align-items:flex-start;justify-content:space-between;font-size:13px;font-weight:800}.status-dots[data-astro-cid-ktexqobn]{display:flex;gap:5px;padding-top:3px}.status-dots[data-astro-cid-ktexqobn] span[data-astro-cid-ktexqobn]{width:6px;height:6px;border-radius:50%;background:var(--ink);opacity:.72}.app[data-astro-cid-ktexqobn]{height:calc(100% - 58px);display:flex;flex-direction:column;padding:0 22px 22px}.topbar[data-astro-cid-ktexqobn]{display:flex;align-items:center;gap:14px}.close[data-astro-cid-ktexqobn]{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:#ece7e1;color:#5b554d;font-size:24px;line-height:1;font-weight:500}.progress[data-astro-cid-ktexqobn]{flex:1;display:grid;grid-template-columns:repeat(15,1fr);gap:4px}.progress[data-astro-cid-ktexqobn] span{height:6px;border-radius:99px;background:#e7e1d9;transition:background .3s ease}.progress[data-astro-cid-ktexqobn] span.done{background:var(--orange)}.progress[data-astro-cid-ktexqobn] span.current{background:#fbc79b}.counter[data-astro-cid-ktexqobn]{margin:12px 0 0;color:#bbb1a4;font-size:13px;font-weight:900;letter-spacing:1.4px}.stage[data-astro-cid-ktexqobn]{position:relative;flex:1;display:flex;flex-direction:column;min-height:0}.phone-mockup-swipe[data-astro-cid-ktexqobn] .stage-head{padding-top:21px;text-align:center}.phone-mockup-swipe[data-astro-cid-ktexqobn] .kicker{color:#c9a88e;font-size:13.5px;font-weight:900;letter-spacing:1.6px;text-transform:uppercase}.phone-mockup-swipe[data-astro-cid-ktexqobn] .title{margin-top:8px;font-size:30px;line-height:1.15;font-weight:950}.phone-mockup-swipe[data-astro-cid-ktexqobn] .stage-body{position:relative;flex:1;min-height:0;display:grid;place-items:center;opacity:1;transform:translateY(0)}.stage[data-astro-cid-ktexqobn].entering{animation:swipe-stage-in .28s var(--ease-out-cubic) both}.stage[data-astro-cid-ktexqobn].leaving{animation:swipe-stage-out .28s var(--ease-in-cubic) both}@keyframes swipe-stage-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes swipe-stage-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.phone-mockup-swipe[data-astro-cid-ktexqobn] .deck-wrap{display:flex;flex-direction:column;align-items:center}.phone-mockup-swipe[data-astro-cid-ktexqobn] .deck{position:relative;width:286px;height:392px}.phone-mockup-swipe[data-astro-cid-ktexqobn] .swipe-card{position:absolute;inset:0;overflow:hidden;border-radius:30px;background:#fff;box-shadow:0 20px 44px #140a061f;transform-origin:center;will-change:transform,opacity}.phone-mockup-swipe[data-astro-cid-ktexqobn] .swipe-card.depth{transform-origin:top center;transition:transform .34s var(--ease-out-cubic)}.phone-mockup-swipe[data-astro-cid-ktexqobn] .swipe-inner{height:100%;padding:28px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.phone-mockup-swipe[data-astro-cid-ktexqobn] .avatar{position:relative;width:142px;height:142px;border-radius:50%;background:#ffd9be;border:5px solid #ffe2c9;box-shadow:0 12px 26px #e0732a33}.phone-mockup-swipe[data-astro-cid-ktexqobn] .avatar img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.phone-mockup-swipe[data-astro-cid-ktexqobn] .avatar:after{content:"";position:absolute;right:-2px;bottom:-3px;width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 6px 14px #140a0624}.phone-mockup-swipe[data-astro-cid-ktexqobn] .avatar-symbol{position:absolute;right:11px;bottom:7px;z-index:2;width:26px;height:26px;display:grid;place-items:center;color:#e0732a;font-size:20px;font-weight:950}.phone-mockup-swipe[data-astro-cid-ktexqobn] .topic-pill{margin-top:20px;padding:6px 14px;border-radius:99px;color:#e0732a;background:#fbefe6;font-size:13px;font-weight:900}.phone-mockup-swipe[data-astro-cid-ktexqobn] .card-question{margin-top:20px;font-size:24px;line-height:1.2;font-weight:900}.phone-mockup-swipe[data-astro-cid-ktexqobn] .stamp{position:absolute;top:20px;padding:4px 14px;border:3px solid currentColor;border-radius:12px;font-size:22px;font-weight:950;letter-spacing:1px;opacity:0}.phone-mockup-swipe[data-astro-cid-ktexqobn] .stamp.yes{left:20px;color:#f46a1f;transform:rotate(-13deg)}.phone-mockup-swipe[data-astro-cid-ktexqobn] .stamp.no{right:20px;color:#9a938a;transform:rotate(13deg)}.phone-mockup-swipe[data-astro-cid-ktexqobn] .deck-buttons{margin-top:24px;display:flex;gap:30px;justify-content:center}.phone-mockup-swipe[data-astro-cid-ktexqobn] .round-button{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:31px;font-weight:850;box-shadow:0 10px 20px #140a0614}.phone-mockup-swipe[data-astro-cid-ktexqobn] .round-button.no{color:#8a8278;background:#fff;border:1.5px solid #e7e0d8}.phone-mockup-swipe[data-astro-cid-ktexqobn] .round-button.yes{color:#fff;background:linear-gradient(135deg,#ff8f3c,var(--orange));box-shadow:0 10px 26px #f0631c66}.phone-mockup-swipe[data-astro-cid-ktexqobn] .hint{margin-top:8px;color:var(--muted);font-size:12px;font-weight:800}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-card{width:286px;height:372px;overflow:hidden;border-radius:30px;background:#fff;box-shadow:0 20px 44px #140a061f;position:relative;display:grid;place-items:center;transition:background .12s ease}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-halo{position:absolute;inset:0;background:radial-gradient(circle at 50% 10%,rgba(244,99,28,var(--halo-a)),rgba(210,59,43,var(--halo-b)),transparent 72%)}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-content{position:relative;display:grid;gap:22px;justify-items:center}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-row{display:flex;align-items:center;gap:18px}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-face{width:150px;height:150px;overflow:hidden;border-radius:50%;position:relative;background:#ffd9be;box-shadow:0 14px 30px rgba(210,80,40,var(--face-shadow));transform:scale(var(--face-scale))}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-face img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-face:after{content:"";position:absolute;inset:0;background:rgba(210,59,43,var(--face-red))}.phone-mockup-swipe[data-astro-cid-ktexqobn] .slider{position:relative;width:58px;height:230px}.phone-mockup-swipe[data-astro-cid-ktexqobn] .track{position:absolute;left:23px;top:0;width:12px;height:230px;overflow:hidden;border-radius:99px;background:#efe6dc}.phone-mockup-swipe[data-astro-cid-ktexqobn] .track-fill{height:var(--fill);background:linear-gradient(to bottom,#ffc58a,var(--orange));transition:height 80ms linear}.phone-mockup-swipe[data-astro-cid-ktexqobn] .knob{position:absolute;left:8px;top:var(--knob-top);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--tier);color:var(--tier);background:var(--knob-bg);box-shadow:0 6px 16px #140a062e;transition:top 80ms linear,background .12s ease,color .12s ease}.phone-mockup-swipe[data-astro-cid-ktexqobn] .tier{color:var(--tier);font-size:22px;line-height:1.1;font-weight:950}.phone-mockup-swipe[data-astro-cid-ktexqobn] .score{margin-top:-18px;color:#b3a89c;font-size:13px;font-weight:900;letter-spacing:.5px}.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-foot{position:absolute;left:0;right:0;bottom:14px;text-align:center;color:var(--muted);font-size:12px;font-weight:900}@media(max-width:680px){.phone-mockup-swipe[data-astro-cid-ktexqobn] .title{font-size:25px}.phone-mockup-swipe[data-astro-cid-ktexqobn] .deck,.phone-mockup-swipe[data-astro-cid-ktexqobn] .gauge-card{width:260px}}@media(prefers-reduced-motion:reduce){.phone-mockup-swipe[data-astro-cid-ktexqobn] [data-astro-cid-ktexqobn],.phone-mockup-swipe[data-astro-cid-ktexqobn] [data-astro-cid-ktexqobn]:before,.phone-mockup-swipe[data-astro-cid-ktexqobn] [data-astro-cid-ktexqobn]:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
