.btp-chatbot{position:relative;background:linear-gradient(180deg,var(--dark-surface, #131A2E) 0%,var(--dark-bg-2, #0E1326) 100%);border:1px solid var(--dark-border, rgba(255,255,255,.12));border-radius:18px;overflow:hidden;box-shadow:0 1px 2px #0000004d,0 24px 60px -20px #ff6b1a4d,0 8px 20px -8px #00000080;display:flex;flex-direction:column;min-height:540px;width:100%;max-width:540px;margin-inline:auto;color:var(--dark-text-1, #F5F5FA)}.btp-chatbot[data-variant=page]{max-width:640px;min-height:620px}.btp-chatbot:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--btp-accent, #2B6CB0),var(--flame, #FF6B1A),var(--btp-accent, #2B6CB0));opacity:.85;z-index:1}.btp-chatbot-header{display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);border-bottom:1px solid var(--dark-border, rgba(255,255,255,.12));z-index:1}.btp-chatbot-avatar{flex-shrink:0;width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,var(--btp-accent, #2B6CB0),var(--btp-accent-2, #1E3A8A));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2b6cb066,inset 0 1px #fff3}.btp-chatbot-info{flex:1;min-width:0}.btp-chatbot-name{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-weight:700;font-size:.9rem;color:var(--dark-text-1, #F5F5FA);line-height:1.2;letter-spacing:-.01em}.btp-chatbot-status{display:inline-flex;align-items:center;gap:.4rem;font-size:11px;color:var(--dark-text-3, rgba(255,255,255,.55));margin-top:1px}.btp-chatbot-pulse{width:6px;height:6px;border-radius:9999px;background-color:#16a34a;animation:btpPulse 2s ease-in-out infinite}@keyframes btpPulse{0%,to{box-shadow:0 0 #16a34a80}50%{box-shadow:0 0 0 6px #16a34a00}}.btp-chatbot-tag{flex-shrink:0;font-family:var(--mono, "JetBrains Mono", monospace);font-size:9px;font-weight:700;color:var(--flame, #FF6B1A);background-color:#ff6b1a1f;border:1px solid rgba(255,107,26,.3);padding:.2rem .45rem;border-radius:4px;letter-spacing:.1em}.btp-chatbot-progress{height:3px;background-color:#ffffff0f;overflow:hidden}.btp-chatbot-progress-bar{width:0%;height:100%;background:linear-gradient(90deg,var(--btp-accent, #2B6CB0),var(--flame, #FF6B1A));transition:width .5s cubic-bezier(.22,1,.36,1)}.btp-chatbot-messages{flex:1;padding:1rem 1rem .5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.55rem}.btp-chatbot-msg{max-width:92%;padding:.65rem .9rem;border-radius:14px;font-size:13.5px;line-height:1.55;animation:btpMsgIn .25s cubic-bezier(.22,1,.36,1)}@keyframes btpMsgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.btp-chatbot-msg-bot{align-self:flex-start;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--dark-text-1, #F5F5FA);border-bottom-left-radius:4px}.btp-chatbot-msg-bot strong{color:var(--flame-glow, #FFA04F);font-weight:700}.btp-chatbot-msg-user{align-self:flex-end;background:linear-gradient(135deg,var(--btp-accent, #2B6CB0),var(--btp-accent-2, #1E3A8A));color:#fff;border-bottom-right-radius:4px;font-weight:500}.btp-chatbot-typing{display:inline-flex;align-items:center;gap:4px;padding:.7rem .9rem}.btp-chatbot-typing span{width:6px;height:6px;border-radius:9999px;background-color:var(--btp-accent, #2B6CB0);opacity:.4;animation:btpDot 1.2s ease-in-out infinite}.btp-chatbot-typing span:nth-child(2){animation-delay:.15s}.btp-chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes btpDot{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.btp-chatbot-choices{display:flex;flex-wrap:wrap;gap:.4rem;padding:.6rem 1rem .4rem}.btp-choice{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .85rem;border-radius:10px;background-color:#2b6cb01a;border:1px solid rgba(43,108,176,.32);color:var(--dark-text-1, #F5F5FA);font-family:var(--body, "Manrope", sans-serif);font-size:.825rem;font-weight:500;line-height:1.3;cursor:pointer;transition:all .18s ease;text-align:left}.btp-choice:hover{background-color:#2b6cb038;border-color:#2b6cb08c;transform:translateY(-1px)}.btp-choice.is-primary{background:linear-gradient(135deg,var(--flame, #FF6B1A),var(--flame-glow, #FFA04F));color:#fff;border-color:transparent;font-weight:700;box-shadow:0 4px 12px #ff6b1a59}.btp-choice.is-primary:hover{box-shadow:0 6px 18px #ff6b1a80}.btp-choice.is-cta{width:100%;justify-content:center;padding:.75rem 1rem;font-size:.9rem}.btp-choice:disabled,.btp-choice.is-loading{opacity:.7;cursor:progress}.btp-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:9999px;animation:btpSpin .7s linear infinite}@keyframes btpSpin{to{transform:rotate(360deg)}}.btp-contact-form{width:100%;display:flex;flex-direction:column;gap:.6rem}.btp-form-row{display:flex;flex-direction:column;gap:.25rem}.btp-form-label{font-size:11.5px;font-weight:600;color:var(--dark-text-2, rgba(255,255,255,.78));letter-spacing:.02em}.btp-form-optional{font-weight:400;color:var(--dark-text-3, rgba(255,255,255,.55));font-style:italic}.btp-contact-form input{width:100%;padding:.55rem .7rem;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.16);border-radius:8px;color:var(--dark-text-1, #F5F5FA);font-family:var(--body, "Manrope", sans-serif);font-size:.875rem;transition:border-color .18s ease,background-color .18s ease}.btp-contact-form input:focus{outline:none;border-color:var(--flame, #FF6B1A);background-color:#ffffff14}.btp-form-rgpd{margin:.25rem 0 .4rem;font-size:11px;color:var(--dark-text-3, rgba(255,255,255,.55));line-height:1.45}.btp-chatbot-recap{margin:.4rem 1rem .6rem;padding:.85rem .95rem;background-color:#ffffff0a;border:1px solid rgba(255,107,26,.25);border-radius:12px}.btp-chatbot-recap.is-hidden{display:none}.btp-recap-title{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--flame, #FF6B1A);margin-bottom:.55rem}.btp-recap-list{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.3rem;font-size:12.5px}.btp-recap-list li{display:flex;justify-content:space-between;gap:.75rem;padding:.25rem 0;border-bottom:1px dashed rgba(255,255,255,.08)}.btp-recap-list li:last-child{border-bottom:none}.btp-recap-k{font-weight:600;color:var(--dark-text-2, rgba(255,255,255,.78));flex-shrink:0}.btp-recap-v{color:var(--dark-text-1, #F5F5FA);text-align:right;word-break:break-word}.btp-chatbot-footnote{text-align:center;font-size:10.5px;color:var(--dark-text-3, rgba(255,255,255,.55));margin:0 0 .6rem;font-style:italic;padding:0 1rem}.btp-test{width:100%}.btp-test-header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.btp-test-eyebrow{display:inline-block;font-family:var(--mono, "JetBrains Mono", monospace);font-size:11px;font-weight:700;color:var(--flame, #FF6B1A);background-color:#ff6b1a1a;border:1px solid rgba(255,107,26,.3);padding:.3rem .7rem;border-radius:4px;letter-spacing:.1em;margin-bottom:1rem}.btp-test-title{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:clamp(1.75rem,1.4rem + 1.6vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0 0 .85rem;color:inherit}.btp-test-italic{font-style:italic;font-weight:600;background:linear-gradient(120deg,var(--flame, #FF6B1A) 30%,var(--flame-glow, #FFA04F) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;padding-bottom:.1em;margin-bottom:-.1em;display:inline-block}.btp-test-lead{font-size:1.0625rem;line-height:1.6;color:var(--dark-text-2, rgba(255,255,255,.78));max-width:600px;margin:0 auto}.btp-test[data-variant=inline] .btp-test-lead{color:var(--color-text-secondary, #525252)}.btp-test-stage.is-hidden{display:none}.btp-test-processing{max-width:560px;margin-inline:auto}.btp-processing-card{background:linear-gradient(180deg,var(--dark-surface, #131A2E),var(--dark-bg-2, #0E1326));border:1px solid var(--dark-border, rgba(255,255,255,.12));border-radius:18px;padding:2.2rem 1.75rem;text-align:center;color:#fff;box-shadow:0 24px 60px -20px #ff6b1a4d,0 8px 20px -8px #00000080}.btp-processing-rings{width:64px;height:64px;margin:0 auto 1.25rem;position:relative}.btp-processing-rings span{position:absolute;inset:0;border:2px solid transparent;border-top-color:var(--flame, #FF6B1A);border-right-color:#2b6cb099;border-radius:9999px;animation:btpRing 1.4s linear infinite}.btp-processing-rings span:nth-child(2){inset:8px;animation-duration:2s;border-top-color:var(--flame-glow, #FFA04F);border-right-color:transparent;animation-direction:reverse}.btp-processing-rings span:nth-child(3){inset:18px;animation-duration:1.1s;border-top-color:#ffffff80;border-right-color:transparent}@keyframes btpRing{to{transform:rotate(360deg)}}.btp-processing-title{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:1.25rem;font-weight:700;margin:0 0 1.25rem;letter-spacing:-.015em}.btp-processing-steps{list-style:none;margin:0;padding:0;text-align:left;max-width:380px;margin-inline:auto;display:flex;flex-direction:column;gap:.5rem}.btp-processing-steps li{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;background-color:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;font-size:.825rem;color:#ffffffb8;transition:all .3s ease}.btp-step-dot{flex-shrink:0;width:8px;height:8px;border-radius:9999px;background-color:#fff3;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.btp-processing-steps li.is-done{background-color:#ff6b1a1a;border-color:#ff6b1a4d;color:#fff}.btp-processing-steps li.is-done .btp-step-dot{background-color:var(--flame, #FF6B1A);border-color:var(--flame, #FF6B1A);box-shadow:0 0 8px #ff6b1a99}.btp-test-reveal{width:100%}.btp-reveal-headline{text-align:center;margin-bottom:1.75rem}.btp-reveal-eyebrow{display:inline-block;font-family:var(--mono, "JetBrains Mono", monospace);font-size:10.5px;font-weight:700;color:#16a34a;background-color:#16a34a1a;border:1px solid rgba(22,163,74,.3);padding:.25rem .65rem;border-radius:4px;letter-spacing:.1em;margin-bottom:.85rem}.btp-reveal-title{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:clamp(1.5rem,1.3rem + 1vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0}.btp-reveal-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:900px){.btp-reveal-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.btp-reveal-card{background-color:var(--bg, #FFFFFF);border:1px solid var(--color-border, #E5E5E5);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0e1a400a,0 12px 32px -12px #0e1a401f}.btp-reveal-card-client{border-top:4px solid #2B6CB0}.btp-reveal-card-artisan{border-top:4px solid var(--flame, #FF6B1A)}.btp-test[data-variant=inline-dark] .btp-reveal-card,.btp-reveal-card-dark{background-color:var(--dark-surface, #131A2E);border-color:var(--dark-border, rgba(255,255,255,.12));color:#fff}.btp-reveal-card-header{padding:1rem 1.25rem .5rem}.btp-reveal-tag{display:inline-block;font-family:var(--mono, "JetBrains Mono", monospace);font-size:10px;font-weight:700;padding:.2rem .5rem;border-radius:4px;letter-spacing:.08em;margin-bottom:.5rem}.btp-reveal-tag-client{background-color:#2b6cb01a;color:#2b6cb0;border:1px solid rgba(43,108,176,.3)}.btp-reveal-tag-artisan{background-color:#ff6b1a1f;color:var(--flame, #FF6B1A);border:1px solid rgba(255,107,26,.3)}.btp-reveal-card-header h4{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:1rem;font-weight:700;margin:0;color:var(--ink, #0E1A40);letter-spacing:-.015em}.btp-mail-mockup{margin:0 1rem 1rem;background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:10px;overflow:hidden;font-size:13px;line-height:1.5;color:#1e293b}.btp-mail-bar{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;background-color:#fff;border-bottom:1px solid #E2E8F0}.btp-mail-from{display:flex;gap:.55rem;align-items:center;flex:1;min-width:0}.btp-mail-avatar{flex-shrink:0;width:28px;height:28px;border-radius:9999px;background:linear-gradient(135deg,#2b6cb0,#1e3a8a);color:#fff;font-family:var(--display, "Schibsted Grotesk", sans-serif);font-weight:700;font-size:11px;display:flex;align-items:center;justify-content:center}.btp-mail-fromname{font-weight:700;font-size:12.5px;color:#0f172a;line-height:1.2}.btp-mail-meta{font-size:11px;color:#64748b}.btp-mail-tag{flex-shrink:0;font-size:10px;font-weight:700;color:#16a34a;background-color:#16a34a1a;border:1px solid rgba(22,163,74,.3);padding:.15rem .4rem;border-radius:4px}.btp-mail-subject{padding:.65rem .85rem .4rem;font-weight:700;font-family:var(--display, "Schibsted Grotesk", sans-serif);color:#0f172a;font-size:13.5px;border-bottom:1px solid #E2E8F0}.btp-mail-body{padding:.85rem .85rem .5rem}.btp-mail-body p{margin:0 0 .55rem}.btp-mail-summary{list-style:none;margin:.4rem 0 .85rem;padding:.55rem .7rem;background-color:#fff;border:1px solid #E2E8F0;border-radius:6px;font-size:12.5px}.btp-mail-summary li{padding:.18rem 0;color:#475569}.btp-mail-highlight{padding:.55rem .7rem;background-color:#2b6cb00f;border-left:3px solid #2B6CB0;border-radius:4px;font-size:12.5px;line-height:1.55}.btp-mail-sign{font-size:12px;color:#64748b;margin-top:.5rem}.btp-mail-footer{padding:.55rem .85rem;background-color:#16a34a0f;border-top:1px solid rgba(22,163,74,.2)}.btp-mail-stamp{display:block;text-align:center;font-family:var(--mono, "JetBrains Mono", monospace);font-size:10.5px;font-weight:700;color:#15803d;letter-spacing:.04em;text-transform:uppercase}.btp-push{margin:0 1rem .75rem;display:flex;align-items:flex-start;gap:.6rem;padding:.7rem .85rem;background-color:#0f172a;border:1px solid #1E293B;border-radius:12px;color:#fff}.btp-push-icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--flame, #FF6B1A),var(--flame-deep, #D14A0A));color:#fff;display:flex;align-items:center;justify-content:center}.btp-push-content{flex:1;min-width:0}.btp-push-app{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff9;margin-bottom:1px}.btp-push-title{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:13px;font-weight:700;color:#fff;line-height:1.3}.btp-push-title strong{color:var(--flame-glow, #FFA04F);background-color:#ff6b1a2e;padding:.05rem .35rem;border-radius:3px;margin-left:.2rem}.btp-push-desc{font-size:11.5px;color:#ffffffa6;margin-top:2px}.btp-push-time{flex-shrink:0;font-size:10.5px;color:#fff6}.btp-dash{margin:0 1rem 1rem;background-color:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;font-size:12.5px}.btp-dash-bar{background-color:#f8fafc;border-bottom:1px solid #E2E8F0;padding:.4rem .55rem}.btp-dash-tabs{display:flex;gap:.4rem;overflow-x:auto}.btp-dash-tab{flex-shrink:0;padding:.35rem .6rem;font-size:11px;font-weight:600;color:#64748b;background-color:transparent;border-radius:6px;white-space:nowrap}.btp-dash-tab.is-active{background-color:#fff;color:#0f172a;box-shadow:0 1px 2px #0f172a14;border:1px solid #E2E8F0}.btp-dash-body{padding:.85rem;display:flex;flex-direction:column;gap:.85rem}.btp-dash-row{display:flex;flex-direction:column;gap:.4rem}.btp-dash-score{gap:.3rem}.btp-dash-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.btp-dash-score-bar{height:8px;background-color:#f1f5f9;border-radius:9999px;overflow:hidden;position:relative}.btp-dash-score-fill{height:100%;background:linear-gradient(90deg,var(--flame, #FF6B1A),#16A34A);border-radius:9999px;animation:btpFill 1.2s cubic-bezier(.22,1,.36,1) forwards;transform-origin:left}@keyframes btpFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.btp-dash-score-val{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:14px;font-weight:700;color:var(--flame, #FF6B1A);align-self:flex-end}.btp-dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem .85rem;padding:.65rem .7rem;background-color:#f8fafc;border:1px dashed #E2E8F0;border-radius:8px}.btp-dash-cell{display:flex;flex-direction:column;gap:.1rem;min-width:0}.btp-dash-k{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.btp-dash-v{font-size:12.5px;font-weight:600;color:#0f172a;word-break:break-word}.btp-dash-pdf{display:flex;align-items:center;gap:.6rem;padding:.7rem .8rem;background:linear-gradient(135deg,#ff6b1a0f,#2b6cb00a);border:1px solid rgba(255,107,26,.25);border-radius:10px}.btp-dash-pdf-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;background-color:#fff;border:1px solid rgba(255,107,26,.3);color:var(--flame, #FF6B1A);display:flex;align-items:center;justify-content:center}.btp-dash-pdf-content{flex:1;min-width:0}.btp-dash-pdf-title{font-family:var(--mono, "JetBrains Mono", monospace);font-size:11.5px;font-weight:700;color:#0f172a;line-height:1.2}.btp-dash-pdf-desc{font-size:11px;color:#475569;margin-top:2px;line-height:1.4}.btp-dash-pdf-desc strong{color:var(--flame-deep, #D14A0A)}.btp-dash-pdf-cta{flex-shrink:0;padding:.35rem .7rem;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--flame, #FF6B1A),var(--flame-deep, #D14A0A));border:none;border-radius:6px;cursor:not-allowed;opacity:.85}.btp-dash-actions{display:flex;flex-direction:column;gap:.4rem}.btp-dash-action{width:100%;padding:.6rem .7rem;font-size:12px;font-weight:600;color:#475569;background-color:#fff;border:1px solid #E2E8F0;border-radius:8px;cursor:not-allowed;text-align:center}.btp-dash-action.is-primary{color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);border-color:transparent;font-weight:700}.btp-test-cta-block{margin-top:2.5rem;text-align:center;padding:1.75rem 1.25rem;border-radius:16px;background:linear-gradient(135deg,#ff6b1a14,#2b6cb00f);border:1px solid rgba(255,107,26,.22)}.btp-test-cta-lead{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:1.25rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.015em}.btp-test-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.6rem;background:linear-gradient(135deg,var(--flame, #FF6B1A),var(--flame-deep, #D14A0A));color:#fff;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 8px 24px #ff6b1a66;transition:all .2s ease}.btp-test-cta-btn:hover{transform:translateY(-1.5px);box-shadow:0 12px 32px #ff6b1a8c}.btp-test-cta-note{font-size:12px;color:var(--color-text-secondary, #525252);margin:.85rem 0 0}.btp-test[data-variant=inline-dark] .btp-test-cta-note,.btp-test[data-variant=page-dark] .btp-test-cta-note{color:var(--dark-text-3, rgba(255,255,255,.55))}:root{--btp-accent: #2B6CB0;--btp-accent-2: #1E3A8A}.btp-pub[data-astro-cid-fwyjjqk6]{background-color:var(--bg, #F7F7FB);color:var(--ink, #0E1A40);font-family:var(--body, "Manrope", system-ui)}.btp-pub-container[data-astro-cid-fwyjjqk6]{max-width:1240px;margin-inline:auto;padding-inline:1.25rem}@media(min-width:768px){.btp-pub-container[data-astro-cid-fwyjjqk6]{padding-inline:1.75rem}}@media(min-width:1024px){.btp-pub-container[data-astro-cid-fwyjjqk6]{padding-inline:2rem}}.btp-pub-hero[data-astro-cid-fwyjjqk6]{position:relative;background:linear-gradient(180deg,var(--dark-bg, #0B0E18) 0%,var(--ink-deep, #08102A) 100%);color:#fff;padding-block:6rem 5rem;overflow:hidden}@media(min-width:768px){.btp-pub-hero[data-astro-cid-fwyjjqk6]{padding-block:8.5rem 9rem}}.btp-pub-hero-bg[data-astro-cid-fwyjjqk6]{position:absolute;inset:0;pointer-events:none;z-index:0}.btp-pub-hero-grid[data-astro-cid-fwyjjqk6]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px;opacity:.6;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}.btp-pub-hero-halo[data-astro-cid-fwyjjqk6]{position:absolute;border-radius:9999px;filter:blur(50px)}.btp-pub-hero-halo[data-astro-cid-fwyjjqk6].halo-1{width:800px;height:800px;top:-250px;right:-200px;background:radial-gradient(circle,rgba(255,107,26,.3),transparent 60%)}.btp-pub-hero-halo[data-astro-cid-fwyjjqk6].halo-2{width:600px;height:600px;bottom:-150px;left:-150px;background:radial-gradient(circle,rgba(43,108,176,.25),transparent 60%)}.btp-pub-divider[data-astro-cid-fwyjjqk6]{position:absolute;bottom:-1px;left:0;right:0;width:100%;height:50px;pointer-events:none;z-index:5}.btp-pub-divider-up[data-astro-cid-fwyjjqk6]{top:-1px;bottom:auto}@media(min-width:768px){.btp-pub-divider[data-astro-cid-fwyjjqk6]{height:60px}}.btp-pub-hero-cols[data-astro-cid-fwyjjqk6]{position:relative;z-index:1;display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.btp-pub-hero-cols[data-astro-cid-fwyjjqk6]{grid-template-columns:1.1fr 1fr;gap:4rem}}.btp-pub-kicker[data-astro-cid-fwyjjqk6]{display:inline-block;font-family:var(--mono, "JetBrains Mono", monospace);font-size:11.5px;font-weight:700;color:var(--flame, #FF6B1A);letter-spacing:.1em;margin-bottom:1.25rem}.btp-pub-h1[data-astro-cid-fwyjjqk6]{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:clamp(2.25rem,1.6rem + 3vw,4.25rem);font-weight:700;line-height:1.05;letter-spacing:-.025em;margin:0 0 1.5rem}.btp-pub-italic[data-astro-cid-fwyjjqk6]{font-style:italic;font-weight:600;background:linear-gradient(120deg,var(--flame, #FF6B1A) 30%,var(--flame-glow, #FFA04F) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;padding-bottom:.1em;margin-bottom:-.1em;display:inline-block}.btp-pub-lead[data-astro-cid-fwyjjqk6]{font-size:1.0625rem;color:#ffffffc7;max-width:540px;line-height:1.65;margin:0 0 1.75rem}.btp-pub-hero-cta[data-astro-cid-fwyjjqk6]{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:2rem}.btp-pub-btn[data-astro-cid-fwyjjqk6]{display:inline-flex;align-items:center;gap:.4rem;padding:.95rem 1.5rem;border-radius:10px;font-weight:700;font-size:.9375rem;text-decoration:none;transition:all .2s ease;cursor:pointer}.btp-pub-btn-primary[data-astro-cid-fwyjjqk6]{background:linear-gradient(135deg,var(--flame, #FF6B1A),var(--flame-deep, #D14A0A));color:#fff;box-shadow:0 8px 24px #ff6b1a59}.btp-pub-btn-primary[data-astro-cid-fwyjjqk6]:hover{transform:translateY(-1.5px);box-shadow:0 12px 32px #ff6b1a80}.btp-pub-btn-ghost[data-astro-cid-fwyjjqk6]{background-color:#ffffff0f;color:#fffffff2;border:1px solid rgba(255,255,255,.16)}.btp-pub-btn-ghost[data-astro-cid-fwyjjqk6]:hover{background-color:#ff6b1a1f;border-color:var(--flame, #FF6B1A)}.btp-pub-btn-ghost-dark[data-astro-cid-fwyjjqk6]{background-color:#fff;color:var(--ink, #0E1A40);border:1px solid var(--color-border, #E5E5E5)}.btp-pub-btn-ghost-dark[data-astro-cid-fwyjjqk6]:hover{border-color:var(--flame, #FF6B1A);color:var(--flame, #FF6B1A)}.btp-pub-btn-lg[data-astro-cid-fwyjjqk6]{padding:1.05rem 1.75rem;font-size:1rem}.btp-pub-trust[data-astro-cid-fwyjjqk6]{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.btp-pub-trust-item[data-astro-cid-fwyjjqk6]{display:flex;flex-direction:column;gap:2px}.btp-pub-trust-1[data-astro-cid-fwyjjqk6]{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-weight:700;font-size:1rem;color:#fff;line-height:1.1}.btp-pub-trust-2[data-astro-cid-fwyjjqk6]{font-size:11.5px;color:#ffffff8c}.btp-pub-trust-divider[data-astro-cid-fwyjjqk6]{width:1px;height:30px;background-color:#ffffff1f;display:none}@media(min-width:768px){.btp-pub-trust-divider[data-astro-cid-fwyjjqk6]{display:block}}.btp-pub-hero-aside[data-astro-cid-fwyjjqk6]{position:relative}.btp-pub-demo-card[data-astro-cid-fwyjjqk6]{display:block;background-color:var(--dark-surface, #131A2E);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:0 24px 60px -20px #ff6b1a4d;transition:all .3s ease}.btp-pub-demo-card[data-astro-cid-fwyjjqk6]:hover{transform:translateY(-3px);border-color:#ff6b1a66;box-shadow:0 32px 70px -20px #ff6b1a73}.btp-pub-demo-bar[data-astro-cid-fwyjjqk6]{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;background-color:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.08)}.btp-pub-demo-dots[data-astro-cid-fwyjjqk6]{display:flex;gap:5px}.btp-pub-demo-dots[data-astro-cid-fwyjjqk6] span[data-astro-cid-fwyjjqk6]{width:9px;height:9px;border-radius:9999px}.btp-pub-demo-dots[data-astro-cid-fwyjjqk6] span[data-astro-cid-fwyjjqk6]:nth-child(1){background-color:#ef4444}.btp-pub-demo-dots[data-astro-cid-fwyjjqk6] span[data-astro-cid-fwyjjqk6]:nth-child(2){background-color:#f59e0b}.btp-pub-demo-dots[data-astro-cid-fwyjjqk6] span[data-astro-cid-fwyjjqk6]:nth-child(3){background-color:#16a34a}.btp-pub-demo-url[data-astro-cid-fwyjjqk6]{flex:1;margin-left:.4rem;padding:.25rem .55rem;background-color:#0000004d;border:1px solid rgba(255,255,255,.06);border-radius:5px;font-family:var(--mono, "JetBrains Mono", monospace);font-size:10.5px;color:#ffffffa6}.btp-pub-demo-tag[data-astro-cid-fwyjjqk6]{flex-shrink:0;font-family:var(--mono, "JetBrains Mono", monospace);font-size:9.5px;font-weight:700;color:var(--flame, #FF6B1A);background-color:#ff6b1a1f;border:1px solid rgba(255,107,26,.3);padding:.18rem .4rem;border-radius:4px;letter-spacing:.1em}.btp-pub-demo-illu[data-astro-cid-fwyjjqk6]{line-height:0}.btp-pub-demo-illu[data-astro-cid-fwyjjqk6] svg[data-astro-cid-fwyjjqk6]{width:100%;height:auto;display:block}.btp-pub-demo-content[data-astro-cid-fwyjjqk6]{padding:1rem 1.1rem 1.1rem}.btp-pub-demo-eyebrow[data-astro-cid-fwyjjqk6]{font-family:var(--mono, "JetBrains Mono", monospace);font-size:10px;font-weight:700;color:var(--flame, #FF6B1A);letter-spacing:.1em;margin-bottom:.4rem}.btp-pub-demo-title[data-astro-cid-fwyjjqk6]{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-weight:700;font-size:1.0625rem;margin-bottom:.3rem;letter-spacing:-.015em}.btp-pub-demo-desc[data-astro-cid-fwyjjqk6]{font-size:12.5px;color:#ffffff9e;margin-bottom:.85rem;line-height:1.5}.btp-pub-demo-cta[data-astro-cid-fwyjjqk6]{display:inline-flex;align-items:center;gap:.3rem;color:var(--flame-glow, #FFA04F);font-weight:700;font-size:13px}.btp-pub-section[data-astro-cid-fwyjjqk6]{position:relative;padding-block:5rem}@media(min-width:768px){.btp-pub-section[data-astro-cid-fwyjjqk6]{padding-block:7rem}}.btp-pub-section-light[data-astro-cid-fwyjjqk6]{background-color:var(--bg, #F7F7FB)}.btp-pub-section-dark[data-astro-cid-fwyjjqk6]{background-color:var(--dark-bg, #0B0E18);color:#fff;overflow:hidden}.btp-pub-section-test[data-astro-cid-fwyjjqk6]{background-color:var(--dark-bg, #0B0E18);color:#fff;overflow:hidden;padding-block:5rem 6rem}@media(min-width:768px){.btp-pub-section-test[data-astro-cid-fwyjjqk6]{padding-block:7rem 8rem}}.btp-pub-section-bg[data-astro-cid-fwyjjqk6]{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.btp-pub-halo[data-astro-cid-fwyjjqk6]{position:absolute;width:600px;height:600px;border-radius:9999px;filter:blur(40px);opacity:.2}.btp-pub-halo[data-astro-cid-fwyjjqk6].halo-flame{background:var(--flame, #FF6B1A);top:-150px;left:-150px}.btp-pub-halo[data-astro-cid-fwyjjqk6].halo-blue{background:var(--btp-accent, #2B6CB0);bottom:-150px;right:-150px}.btp-pub-section[data-astro-cid-fwyjjqk6] .btp-pub-container[data-astro-cid-fwyjjqk6]{position:relative;z-index:1}.btp-pub-head[data-astro-cid-fwyjjqk6]{max-width:720px;margin:0 auto 3rem;text-align:center}.btp-pub-head-narrow[data-astro-cid-fwyjjqk6]{max-width:600px}.btp-pub-eyebrow[data-astro-cid-fwyjjqk6],.btp-pub-eyebrow-light[data-astro-cid-fwyjjqk6]{display:inline-block;font-family:var(--mono, "JetBrains Mono", monospace);font-size:11px;font-weight:700;padding:.3rem .7rem;border-radius:4px;letter-spacing:.1em;margin-bottom:1rem}.btp-pub-eyebrow[data-astro-cid-fwyjjqk6]{color:var(--flame, #FF6B1A);background-color:#ff6b1a1a;border:1px solid rgba(255,107,26,.3)}.btp-pub-eyebrow-light[data-astro-cid-fwyjjqk6]{color:var(--btp-accent, #2B6CB0);background-color:#2b6cb01a;border:1px solid rgba(43,108,176,.3)}.btp-pub-h2[data-astro-cid-fwyjjqk6],.btp-pub-h2-light[data-astro-cid-fwyjjqk6]{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:clamp(1.75rem,1.4rem + 1.6vw,2.75rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0 0 1rem}.btp-pub-h2-light[data-astro-cid-fwyjjqk6]{color:var(--ink, #0E1A40)}.btp-pub-lead-light[data-astro-cid-fwyjjqk6]{font-size:1rem;line-height:1.65;color:var(--color-text-secondary, #525252);max-width:560px;margin-inline:auto}.btp-pub-metiers[data-astro-cid-fwyjjqk6]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;max-width:760px;margin-inline:auto}@media(min-width:768px){.btp-pub-metiers[data-astro-cid-fwyjjqk6]{grid-template-columns:repeat(4,1fr)}}.btp-pub-metiers[data-astro-cid-fwyjjqk6] li[data-astro-cid-fwyjjqk6]{padding:.85rem 1rem;background-color:#fff;border:1px solid var(--color-border, #E5E5E5);border-radius:9px;font-family:var(--display, "Schibsted Grotesk", sans-serif);font-weight:600;font-size:.875rem;color:var(--ink, #0E1A40);text-align:center;transition:all .2s ease}.btp-pub-metiers[data-astro-cid-fwyjjqk6] li[data-astro-cid-fwyjjqk6]:hover{border-color:var(--btp-accent, #2B6CB0);transform:translateY(-1px);box-shadow:0 8px 20px -8px #0e1a4026}.btp-pub-benefices[data-astro-cid-fwyjjqk6]{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:4rem}@media(min-width:768px){.btp-pub-benefices[data-astro-cid-fwyjjqk6]{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.btp-pub-benefice[data-astro-cid-fwyjjqk6]{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.5rem 1.5rem 1.4rem;display:flex;flex-direction:column;gap:.85rem;transition:all .25s ease}.btp-pub-benefice[data-astro-cid-fwyjjqk6]:hover{transform:translateY(-3px);border-color:#ff6b1a66}.btp-pub-benefice-icon[data-astro-cid-fwyjjqk6]{width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,#ff6b1a2e,#2b6cb01a);border:1px solid rgba(255,107,26,.2);color:var(--flame, #FF6B1A);display:flex;align-items:center;justify-content:center}.btp-pub-benefice[data-astro-cid-fwyjjqk6] h3[data-astro-cid-fwyjjqk6]{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:1.0625rem;font-weight:700;color:#fff;line-height:1.3;letter-spacing:-.015em;margin:0}.btp-pub-benefice[data-astro-cid-fwyjjqk6] p[data-astro-cid-fwyjjqk6]{font-size:.875rem;color:#ffffffb8;line-height:1.55;margin:0;flex:1}.btp-pub-benefice-metric[data-astro-cid-fwyjjqk6]{display:flex;align-items:baseline;gap:.4rem;padding-top:.85rem;border-top:1px dashed rgba(255,255,255,.1)}.btp-pub-benefice-val[data-astro-cid-fwyjjqk6]{font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:1.5rem;font-weight:700;color:var(--flame, #FF6B1A);letter-spacing:-.03em;line-height:1}.btp-pub-benefice-k[data-astro-cid-fwyjjqk6]{font-size:.75rem;color:#ffffff9e;line-height:1.3;font-weight:500}.btp-pub-share[data-astro-cid-fwyjjqk6]{text-align:center;margin-top:2.5rem;font-size:12.5px;color:#ffffff8c}.btp-pub-share[data-astro-cid-fwyjjqk6] code[data-astro-cid-fwyjjqk6]{font-family:var(--mono, "JetBrains Mono", monospace);background-color:#ffffff0f;padding:.25rem .55rem;border-radius:5px;color:var(--flame-glow, #FFA04F);font-size:12px;margin-left:.4rem;border:1px solid rgba(255,255,255,.1)}.btp-pub-faq[data-astro-cid-fwyjjqk6]{max-width:720px;margin-inline:auto}.btp-pub-faq-item[data-astro-cid-fwyjjqk6]{border-bottom:1px solid var(--color-border, #E5E5E5)}.btp-pub-faq-item[data-astro-cid-fwyjjqk6] summary[data-astro-cid-fwyjjqk6]{list-style:none;cursor:pointer;padding:1.25rem 0;font-family:var(--display, "Schibsted Grotesk", sans-serif);font-weight:600;color:var(--ink, #0E1A40);font-size:1.0625rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .18s ease}.btp-pub-faq-item[data-astro-cid-fwyjjqk6] summary[data-astro-cid-fwyjjqk6]::-webkit-details-marker{display:none}.btp-pub-faq-item[data-astro-cid-fwyjjqk6] summary[data-astro-cid-fwyjjqk6]:hover{color:var(--flame, #FF6B1A)}.btp-pub-faq-item[data-astro-cid-fwyjjqk6] summary[data-astro-cid-fwyjjqk6]:after{content:"+";font-size:24px;font-weight:300;color:var(--btp-accent, #2B6CB0);flex-shrink:0;transition:transform .2s ease;line-height:1}.btp-pub-faq-item[data-astro-cid-fwyjjqk6][open] summary[data-astro-cid-fwyjjqk6]:after{content:"−"}.btp-pub-faq-item[data-astro-cid-fwyjjqk6]>div[data-astro-cid-fwyjjqk6]{padding:0 0 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--color-text-secondary, #525252)}.btp-pub-faq-item .btp-pub-link{color:var(--flame, #FF6B1A);font-weight:600;text-decoration:underline;text-underline-offset:2px}.btp-pub-cta-final[data-astro-cid-fwyjjqk6]{background-color:var(--bg, #F7F7FB);padding-block:4rem 5rem}.btp-pub-cta-final-card[data-astro-cid-fwyjjqk6]{max-width:880px;margin-inline:auto;text-align:center;padding:3rem 2rem 2.75rem;border-radius:20px;background:linear-gradient(135deg,var(--ink, #0E1A40),var(--ink-deep, #08102A));color:#fff;box-shadow:0 24px 60px -20px #0e1a404d;position:relative;overflow:hidden}.btp-pub-cta-final-card[data-astro-cid-fwyjjqk6]:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;border-radius:9999px;background:radial-gradient(circle,rgba(255,107,26,.3),transparent 60%);filter:blur(50px);pointer-events:none}.btp-pub-cta-final-card[data-astro-cid-fwyjjqk6] h2[data-astro-cid-fwyjjqk6]{position:relative;font-family:var(--display, "Schibsted Grotesk", sans-serif);font-size:clamp(1.5rem,1.3rem + 1vw,2.25rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.btp-pub-cta-final-card[data-astro-cid-fwyjjqk6] p[data-astro-cid-fwyjjqk6]{position:relative;font-size:1rem;line-height:1.65;color:#ffffffc7;margin:0 auto 1.5rem;max-width:580px}.btp-pub-cta-final-row[data-astro-cid-fwyjjqk6]{position:relative;display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}[data-astro-cid-fwyjjqk6][data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1)}[data-astro-cid-fwyjjqk6][data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-astro-cid-fwyjjqk6][data-reveal-delay="1"]{transition-delay:.06s}[data-astro-cid-fwyjjqk6][data-reveal-delay="2"]{transition-delay:.12s}[data-astro-cid-fwyjjqk6][data-reveal-delay="3"]{transition-delay:.18s}[data-astro-cid-fwyjjqk6][data-reveal-delay="4"]{transition-delay:.24s}[data-astro-cid-fwyjjqk6][data-reveal-delay="5"]{transition-delay:.3s}
