.grid[data-astro-cid-hna7zmtw]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(40px,6vw,96px);display:grid}h2[data-astro-cid-hna7zmtw]{margin-block:var(--space-4) var(--space-5)}.prompts[data-astro-cid-hna7zmtw]{gap:var(--space-3);margin:var(--space-8) 0 0;padding:0;list-style:none;display:grid}.prompts[data-astro-cid-hna7zmtw] button[data-astro-cid-hna7zmtw]{border-radius:var(--radius-md);width:100%;font:inherit;font-weight:var(--weight-bold);text-align:left;color:color-mix(in oklab, var(--white) 82%, transparent);cursor:pointer;transition:background-color var(--duration-base) var(--ease-standard), color var(--duration-base) var(--ease-standard);padding:14px 18px 14px 22px;position:relative}.prompts[data-astro-cid-hna7zmtw] button[data-astro-cid-hna7zmtw]:before{content:"";background:color-mix(in oklab, var(--white) 25%, transparent);width:4px;transition:background-color var(--duration-base) var(--ease-standard);border-radius:4px;position:absolute;top:12px;bottom:12px;left:10px}.prompts[data-astro-cid-hna7zmtw] button[data-astro-cid-hna7zmtw]:hover,.prompts[data-astro-cid-hna7zmtw] button[data-astro-cid-hna7zmtw][aria-pressed=true]{background:var(--glass-bg-strong);color:var(--white)}.prompts[data-astro-cid-hna7zmtw] button[data-astro-cid-hna7zmtw][aria-pressed=true]:before{background:var(--kamal-green-bright)}.chat[data-astro-cid-hna7zmtw]{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg), 0 0 0 1px var(--glass-border);color:var(--text-body);flex-direction:column;display:flex;overflow:hidden}.chrome[data-astro-cid-hna7zmtw]{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-default);display:flex}.chrome[data-astro-cid-hna7zmtw] img[data-astro-cid-hna7zmtw]{border-radius:22%}.name[data-astro-cid-hna7zmtw]{font-weight:var(--weight-black);color:var(--text-heading);line-height:1.2}.status[data-astro-cid-hna7zmtw]{font-size:var(--text-xs);color:var(--text-muted);align-items:center;gap:6px;display:flex}.status[data-astro-cid-hna7zmtw] i[data-astro-cid-hna7zmtw]{background:var(--kamal-green-500);border-radius:50%;width:7px;height:7px}.sample[data-astro-cid-hna7zmtw]{font-size:var(--text-xs);color:var(--text-muted);margin-left:auto}.thread[data-astro-cid-hna7zmtw]{padding:var(--space-6) var(--space-5);background:var(--surface-alt);display:grid}.convo[data-astro-cid-hna7zmtw]{gap:var(--space-4);visibility:hidden;flex-direction:column;grid-area:1/1;display:flex}.convo[data-astro-cid-hna7zmtw].active{visibility:visible}.bubble[data-astro-cid-hna7zmtw]{max-width:88%;font-size:var(--text-sm);line-height:var(--leading-normal);border-radius:18px;padding:12px 16px}.user[data-astro-cid-hna7zmtw]{background:var(--kamal-navy-700);color:var(--white);font-weight:var(--weight-medium);border-bottom-right-radius:6px;align-self:flex-end}.bot[data-astro-cid-hna7zmtw]{background:var(--white);border:1px solid var(--border-default);width:88%;box-shadow:var(--shadow-xs);color:var(--text-heading);border-bottom-left-radius:6px;justify-self:start}.bot[data-astro-cid-hna7zmtw] p[data-astro-cid-hna7zmtw]{line-height:var(--leading-normal)}.rows[data-astro-cid-hna7zmtw]{margin:var(--space-4) 0 var(--space-1);padding:var(--space-4) 0 0;border-top:1px solid var(--border-default);font-size:var(--text-xs);gap:8px;list-style:none;display:grid}.rows[data-astro-cid-hna7zmtw] li[data-astro-cid-hna7zmtw]{justify-content:space-between;gap:var(--space-3);display:flex}.label[data-astro-cid-hna7zmtw]{color:var(--text-muted)}.rows[data-astro-cid-hna7zmtw] b[data-astro-cid-hna7zmtw]{text-align:right;font-variant-numeric:tabular-nums}.reply[data-astro-cid-hna7zmtw]{display:grid}.reply[data-astro-cid-hna7zmtw]>[data-astro-cid-hna7zmtw]{grid-area:1/1}.thinking[data-astro-cid-hna7zmtw]{background:var(--white);border:1px solid var(--border-default);border-radius:18px 18px 18px 6px;place-self:start;gap:5px;padding:14px 16px;display:none}.thinking[data-astro-cid-hna7zmtw] i[data-astro-cid-hna7zmtw]{background:var(--kamal-green-500);width:7px;height:7px;animation:blink 1s var(--ease-standard) infinite;animation-delay:calc(var(--d,0) * .16s);border-radius:50%}.thinking[data-astro-cid-hna7zmtw] i[data-astro-cid-hna7zmtw]:nth-child(2){--d:1}.thinking[data-astro-cid-hna7zmtw] i[data-astro-cid-hna7zmtw]:nth-child(3){--d:2}@keyframes blink{0%,80%,to{opacity:.25;transform:none}40%{opacity:1;transform:translateY(-3px)}}.composer[data-astro-cid-hna7zmtw]{align-items:center;gap:var(--space-3);margin:var(--space-4) var(--space-5) var(--space-5);border:1px solid var(--border-strong);border-radius:var(--radius-full);min-height:52px;font-size:var(--text-sm);color:var(--text-heading);padding:8px 8px 8px 18px;display:flex}.placeholder[data-astro-cid-hna7zmtw]{color:var(--kamal-gray-400)}.typed[data-astro-cid-hna7zmtw]:not(:empty)+.placeholder[data-astro-cid-hna7zmtw]{display:none}.typed[data-astro-cid-hna7zmtw]:not(:empty):after{content:"";vertical-align:-.2em;background:var(--kamal-green-500);width:2px;height:1.1em;margin-left:2px;animation:.9s step-end infinite caret;display:inline-block}@keyframes caret{50%{opacity:0}}.send[data-astro-cid-hna7zmtw]{background:var(--kamal-gray-200);width:36px;height:36px;transition:background-color var(--duration-base) var(--ease-standard);border-radius:50%;flex:none;place-items:center;margin-left:auto;display:grid}.send[data-astro-cid-hna7zmtw] svg[data-astro-cid-hna7zmtw]{fill:none;width:18px;height:18px;stroke:var(--white);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.typed[data-astro-cid-hna7zmtw]:not(:empty)~.send[data-astro-cid-hna7zmtw]{background:var(--kamal-green-500)}[data-astro-cid-hna7zmtw][data-live][data-stage=typing] .bubble[data-astro-cid-hna7zmtw],[data-astro-cid-hna7zmtw][data-live][data-stage=thinking] .bot[data-astro-cid-hna7zmtw]{visibility:hidden}[data-astro-cid-hna7zmtw][data-live][data-stage=thinking] .active[data-astro-cid-hna7zmtw] .user[data-astro-cid-hna7zmtw]{animation:rise var(--duration-slow) var(--ease-out) backwards}[data-astro-cid-hna7zmtw][data-live][data-stage=thinking] .active[data-astro-cid-hna7zmtw] .thinking[data-astro-cid-hna7zmtw]{display:flex}[data-astro-cid-hna7zmtw][data-live][data-stage=answer] .active[data-astro-cid-hna7zmtw] .bot[data-astro-cid-hna7zmtw]{animation:rise var(--duration-slow) var(--ease-out) backwards}[data-astro-cid-hna7zmtw][data-live][data-stage=answer] .active[data-astro-cid-hna7zmtw] .rows[data-astro-cid-hna7zmtw] li[data-astro-cid-hna7zmtw]{animation:rise var(--duration-slow) var(--ease-out) backwards;animation-delay:calc(.15s + var(--n) * .14s)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}}@media (width<=980px){.grid[data-astro-cid-hna7zmtw]{grid-template-columns:minmax(0,1fr)}}@media (width<=480px){.bubble[data-astro-cid-hna7zmtw],.bot[data-astro-cid-hna7zmtw]{width:auto;max-width:100%}}.chart-card[data-astro-cid-5iokh7g3]{padding:var(--space-6);background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:0}figcaption[data-astro-cid-5iokh7g3]{justify-content:space-between;align-items:baseline;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.title[data-astro-cid-5iokh7g3]{font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted)}.meta[data-astro-cid-5iokh7g3]{font-size:var(--text-xs);color:var(--text-muted)}.legend[data-astro-cid-5iokh7g3]{gap:var(--space-2) var(--space-5);margin:var(--space-4) 0 0;font-size:var(--text-xs);color:var(--text-muted);flex-wrap:wrap;padding:0;list-style:none;display:flex}.legend[data-astro-cid-5iokh7g3] li[data-astro-cid-5iokh7g3]{align-items:center;gap:6px;display:inline-flex}.legend[data-astro-cid-5iokh7g3] i[data-astro-cid-5iokh7g3]{border-radius:3px;width:10px;height:10px}.rows[data-astro-cid-5wti6pwr]{gap:var(--space-5);padding:var(--space-2) 0;margin:0;list-style:none;display:grid}li[data-astro-cid-5wti6pwr]{align-items:center;gap:var(--space-3);font-size:var(--text-sm);grid-template-columns:72px 1fr 44px;display:grid}.name[data-astro-cid-5wti6pwr]{color:var(--text-muted)}.track[data-astro-cid-5wti6pwr]{border-radius:var(--radius-full);background:var(--kamal-gray-100);height:14px;overflow:hidden}.bar[data-astro-cid-5wti6pwr]{width:var(--v);border-radius:var(--radius-full);background:var(--kamal-navy-700);height:100%;display:block}.bar[data-astro-cid-5wti6pwr].low{background:var(--kamal-orange-500)}.val[data-astro-cid-5wti6pwr]{text-align:right;font-weight:var(--weight-bold);color:var(--text-heading);font-variant-numeric:tabular-nums}.kpi[data-astro-cid-ukvtovro]{padding:var(--space-4) var(--space-5);background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-md)}.label[data-astro-cid-ukvtovro]{font-size:var(--text-2xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted)}.value[data-astro-cid-ukvtovro]{font-weight:var(--weight-black);letter-spacing:var(--tracking-tight);color:var(--text-heading);font-variant-numeric:tabular-nums;margin-top:6px;font-size:clamp(20px,2.2vw,26px);line-height:1}.delta[data-astro-cid-ukvtovro]{border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-bold);gap:4px;margin-top:8px;padding:2px 8px;display:inline-flex}.delta[data-astro-cid-ukvtovro].up{color:var(--kamal-green-700);background:var(--kamal-green-50)}.delta[data-astro-cid-ukvtovro].down{color:var(--kamal-orange-700);background:var(--kamal-orange-100)}.panel[data-astro-cid-hj46g2rn]{gap:var(--space-4);display:grid}.kpis[data-astro-cid-hj46g2rn]{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.kpis[data-astro-cid-hj46g2rn] .kpi{box-shadow:var(--shadow-sm)}svg[data-astro-cid-hj46g2rn]{width:100%;height:auto;font-family:var(--font-sans);overflow:visible}.actual[data-astro-cid-hj46g2rn],.forecast[data-astro-cid-hj46g2rn]{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.actual[data-astro-cid-hj46g2rn]{stroke:var(--kamal-green-500)}.forecast[data-astro-cid-hj46g2rn]{stroke:var(--kamal-blue-500);stroke-dasharray:2 7}.split[data-astro-cid-hj46g2rn]{stroke:var(--kamal-gray-200);stroke-dasharray:3 4}.dot[data-astro-cid-hj46g2rn]{fill:var(--white);stroke:var(--kamal-green-500);stroke-width:2.5px}.tick[data-astro-cid-hj46g2rn]{fill:var(--kamal-gray-600);font-size:11px}svg[data-astro-cid-bsco42vy]{width:100%;height:auto;font-family:var(--font-sans)}.grid[data-astro-cid-bsco42vy]{stroke:var(--kamal-gray-100);stroke-width:1px}.tick[data-astro-cid-bsco42vy]{fill:var(--kamal-gray-600);font-size:11px}.total[data-astro-cid-bsco42vy]{fill:var(--kamal-navy-900);font-size:11px;font-weight:700}.stage[data-astro-cid-uhx5umay]{padding:0 0 104px;position:relative}.window[data-astro-cid-uhx5umay]{padding:var(--space-5);background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg), 0 0 0 1px var(--glass-border);color:var(--text-heading)}.chrome[data-astro-cid-uhx5umay]{align-items:center;gap:var(--space-3);padding-bottom:var(--space-4);margin-bottom:var(--space-4);border-bottom:1px solid var(--border-default);display:flex}.chrome[data-astro-cid-uhx5umay] img[data-astro-cid-uhx5umay]{border-radius:22%}.name[data-astro-cid-uhx5umay]{font-weight:var(--weight-bold);font-size:var(--text-sm)}.period[data-astro-cid-uhx5umay]{border-radius:var(--radius-full);background:var(--surface-sunken);font-size:var(--text-2xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);color:var(--text-muted);margin-left:auto;padding:4px 10px}.label[data-astro-cid-uhx5umay]{font-size:var(--text-2xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted);display:block}.kpis[data-astro-cid-uhx5umay]{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.kpis[data-astro-cid-uhx5umay]>div[data-astro-cid-uhx5umay]{padding:var(--space-3) var(--space-4);border:1px solid var(--border-default);border-radius:var(--radius-md)}.value[data-astro-cid-uhx5umay]{font-weight:var(--weight-black);letter-spacing:var(--tracking-tight);font-variant-numeric:tabular-nums;margin-block:6px 4px;font-size:clamp(18px,2vw,24px);line-height:1;display:block}.delta[data-astro-cid-uhx5umay]{font-size:var(--text-xs);font-weight:var(--weight-bold)}.up[data-astro-cid-uhx5umay]{color:var(--data-positive)}.down[data-astro-cid-uhx5umay]{color:var(--data-negative)}.chart[data-astro-cid-uhx5umay]{margin-top:var(--space-4);padding:var(--space-4);border-radius:var(--radius-md);background:var(--surface-alt)}.bars[data-astro-cid-uhx5umay]{height:clamp(110px,14vw,160px);margin-top:var(--space-4);align-items:flex-end;gap:8px;display:flex}.bars[data-astro-cid-uhx5umay] i[data-astro-cid-uhx5umay]{height:var(--h);background:linear-gradient(180deg, var(--kamal-green-500), var(--kamal-green-300));transform-origin:bottom;animation:grow var(--duration-slow) var(--ease-out) backwards;animation-delay:calc(.3s + var(--i) * 40ms);border-radius:5px 5px 2px 2px;flex:1}.bars[data-astro-cid-uhx5umay] i[data-astro-cid-uhx5umay]:nth-last-child(-n+3){background:repeating-linear-gradient(135deg, var(--kamal-blue-500) 0 4px, color-mix(in oklab, var(--kamal-blue-500) 55%, white) 4px 8px)}@keyframes grow{0%{transform:scaleY(0)}}.ask[data-astro-cid-uhx5umay]{width:min(290px,78%);padding:var(--space-5);border-radius:var(--radius-lg);background:var(--kamal-navy-700);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);color:var(--white);position:absolute;bottom:0;right:-12px}.q[data-astro-cid-uhx5umay]{font-weight:var(--weight-black);font-size:var(--text-md);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight);display:block}.ask[data-astro-cid-uhx5umay] ul[data-astro-cid-uhx5umay]{margin:var(--space-4) 0;font-size:var(--text-sm);gap:6px;padding:0;list-style:none;display:grid}.ask[data-astro-cid-uhx5umay] li[data-astro-cid-uhx5umay]{border-radius:var(--radius-sm);background:var(--glass-bg);color:color-mix(in oklab, var(--white) 84%, transparent);justify-content:space-between;padding:8px 12px;display:flex}.ask[data-astro-cid-uhx5umay] b[data-astro-cid-uhx5umay]{font-variant-numeric:tabular-nums}.ask[data-astro-cid-uhx5umay] .up[data-astro-cid-uhx5umay]{color:var(--kamal-green-bright)}.foot[data-astro-cid-uhx5umay]{font-size:var(--text-xs);color:var(--text-on-dark-muted)}@media (width<=520px){.ask[data-astro-cid-uhx5umay]{right:0}}.logos[data-astro-cid-ki43kjrb]{gap:var(--space-4);grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.tile[data-astro-cid-ki43kjrb]{aspect-ratio:5/3;padding:var(--space-6);transition:transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), opacity var(--duration-slow) var(--ease-out);place-items:center;display:grid}.tile[data-astro-cid-ki43kjrb]:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.tile[data-astro-cid-ki43kjrb] img[data-astro-cid-ki43kjrb]{object-fit:contain;width:100%;max-width:150px;height:48px}@media (width<=980px){.logos[data-astro-cid-ki43kjrb]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=640px){.logos[data-astro-cid-ki43kjrb]{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr))}.tile[data-astro-cid-ki43kjrb]{padding:var(--space-4)}.tile[data-astro-cid-ki43kjrb] img[data-astro-cid-ki43kjrb]{height:36px}}@media (width<=400px){.logos[data-astro-cid-ki43kjrb]{grid-template-columns:repeat(2,minmax(0,1fr))}}.brands[data-astro-cid-hjon3hvd]{padding-block:var(--space-12);border-bottom:1px solid var(--border-default)}h2[data-astro-cid-hjon3hvd]{margin-bottom:var(--space-8);text-align:center;font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--text-muted)}.viewport[data-astro-cid-hjon3hvd]{overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.track[data-astro-cid-hjon3hvd]{width:max-content;animation:marquee var(--duration,40s) linear infinite;margin:0;padding:0;list-style:none;display:flex}.viewport[data-astro-cid-hjon3hvd]:hover .track[data-astro-cid-hjon3hvd]{animation-play-state:paused}li[data-astro-cid-hjon3hvd]{width:200px;height:64px;padding-inline:var(--space-6);place-items:center;display:grid}img[data-astro-cid-hjon3hvd]{object-fit:contain;mix-blend-mode:multiply;filter:grayscale();opacity:.72;width:152px;height:52px;transition:filter var(--duration-base) var(--ease-standard), opacity var(--duration-base) var(--ease-standard)}li[data-astro-cid-hjon3hvd]:hover img[data-astro-cid-hjon3hvd]{filter:none;opacity:1}@keyframes marquee{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.viewport[data-astro-cid-hjon3hvd]{mask-image:none}.track[data-astro-cid-hjon3hvd]{flex-wrap:wrap;justify-content:center;width:auto;animation:none}li[data-astro-cid-hjon3hvd][aria-hidden]{display:none}}figure[data-astro-cid-gakqr736],blockquote[data-astro-cid-gakqr736]{margin:0}.featured[data-astro-cid-gakqr736]{border-bottom:1px solid var(--border-on-dark);margin-bottom:clamp(40px,5vw,64px);padding-bottom:clamp(40px,5vw,64px)}.mark[data-astro-cid-gakqr736]{width:52px;margin-bottom:var(--space-6);color:var(--kamal-green-500)}.featured[data-astro-cid-gakqr736] blockquote[data-astro-cid-gakqr736]{max-width:980px;font-size:clamp(22px,3vw,36px);font-weight:var(--weight-medium);letter-spacing:var(--tracking-tight);text-wrap:pretty;line-height:1.32}.featured[data-astro-cid-gakqr736] .hl{font-weight:var(--weight-bold)}figcaption[data-astro-cid-gakqr736]{align-items:center;gap:var(--space-6);margin-top:var(--space-8);display:flex}.name[data-astro-cid-gakqr736]{font-weight:var(--weight-bold);color:var(--white)}.role[data-astro-cid-gakqr736]{font-size:var(--text-sm);color:var(--text-on-dark-muted);margin-top:2px}.logo[data-astro-cid-gakqr736]{border-radius:var(--radius-md);background:var(--white);place-items:center;width:120px;height:60px;padding:10px 16px;display:grid}.logo[data-astro-cid-gakqr736] img[data-astro-cid-gakqr736]{object-fit:contain;max-height:100%}.grid[data-astro-cid-gakqr736]{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.quote[data-astro-cid-gakqr736]{padding:var(--space-8);flex-direction:column;justify-content:space-between;display:flex}.quote[data-astro-cid-gakqr736] blockquote[data-astro-cid-gakqr736]{font-size:var(--text-base);line-height:var(--leading-relaxed);color:color-mix(in oklab, var(--white) 84%, transparent)}.quote[data-astro-cid-gakqr736] .hl{font-weight:var(--weight-bold)}@media (width<=960px){.grid[data-astro-cid-gakqr736]{grid-template-columns:1fr}}.hero[data-astro-cid-lcdefpme]{padding-block:calc(var(--header-height) + clamp(40px, 5vw, 72px)) clamp(56px, 7vw, 96px)}.hero-grid[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(40px,6vw,88px);display:grid}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{margin-block:var(--space-6)}.hero[data-astro-cid-lcdefpme] .lead[data-astro-cid-lcdefpme]{max-width:560px}.actions[data-astro-cid-lcdefpme]{gap:var(--space-4);margin-top:var(--space-10);flex-wrap:wrap;display:flex}.pillars[data-astro-cid-lcdefpme]{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.pillar[data-astro-cid-lcdefpme]{transition:transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), opacity var(--duration-slow) var(--ease-out)}.pillar[data-astro-cid-lcdefpme]:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.icon[data-astro-cid-lcdefpme]{width:52px;height:52px;margin-bottom:var(--space-6);border-radius:var(--radius-icon-tile);background:var(--kamal-navy-700);place-items:center;display:grid}.icon[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{fill:none;width:24px;height:24px;stroke:var(--kamal-green-bright);stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round}.pillar[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{margin-top:var(--space-3);color:var(--text-muted)}.features[data-astro-cid-lcdefpme]{gap:clamp(64px,9vw,120px);display:grid}.feature[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(32px,6vw,96px);display:grid}.feature[data-astro-cid-lcdefpme].flip .feature-copy[data-astro-cid-lcdefpme]{order:2}.feature[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-block:var(--space-4) var(--space-5);font-size:clamp(26px,3.2vw,38px);line-height:var(--leading-tight);letter-spacing:-.03em}.feature-copy[data-astro-cid-lcdefpme]>p[data-astro-cid-lcdefpme]{font-size:var(--text-md);color:var(--text-muted)}.feature-copy[data-astro-cid-lcdefpme] .question[data-astro-cid-lcdefpme]{margin-top:var(--space-8);font-size:var(--text-lg);font-weight:var(--weight-black);letter-spacing:var(--tracking-tight);line-height:var(--leading-snug);color:var(--text-heading)}.proof[data-astro-cid-lcdefpme]{border-radius:var(--radius-xl);border-left:6px solid var(--kamal-green-500);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(32px,5vw,72px);padding:clamp(36px,5vw,72px);display:grid}.sources[data-astro-cid-lcdefpme]{gap:var(--space-3);margin:var(--space-8) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.sources[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-bold);padding:12px 18px}.sources[data-astro-cid-lcdefpme] .pip[data-astro-cid-lcdefpme]{display:block}.videos[data-astro-cid-lcdefpme]{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.video[data-astro-cid-lcdefpme]{aspect-ratio:16/9;border-radius:var(--radius-lg);background:var(--kamal-navy-900);box-shadow:var(--shadow-md);overflow:hidden}.video[data-astro-cid-lcdefpme] iframe[data-astro-cid-lcdefpme]{border:0;width:100%;height:100%}@media (width<=980px){.hero-grid[data-astro-cid-lcdefpme],.feature[data-astro-cid-lcdefpme],.proof[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0,1fr)}.feature[data-astro-cid-lcdefpme].flip .feature-copy[data-astro-cid-lcdefpme]{order:0}.pillars[data-astro-cid-lcdefpme]{grid-template-columns:1fr}}@media (width<=700px){.videos[data-astro-cid-lcdefpme]{grid-template-columns:1fr}}
