@charset "UTF-8";.drop-url{border-radius:0;padding:3rem 0}@media(min-width:768px){.drop-url{padding:4rem 0}}@media(min-width:1024px){.drop-url{padding:5rem 0}}.drop-url{background:var(--theme-bg-color);color:var(--theme-text-color);text-align:center}.drop-url .container{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.drop-url .container{padding:0 2rem}}@media(min-width:1200px){.drop-url .container{padding:0 2.5rem}}.drop-url__eyebrow{margin:0 0 16px;font-size:13px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--theme-hint-color)}.drop-url__title{margin:0;font-size:clamp(38px,6vw,72px);line-height:1.05;font-weight:700;letter-spacing:-.02em}.drop-url__title-muted{display:block;color:var(--theme-hint-color)}.drop-url__subtitle{max-width:620px;margin:24px auto 0;font-size:clamp(16px,2vw,19px);line-height:1.55;color:var(--theme-hint-color)}.drop-url__window{display:flex;align-items:center;gap:20px;max-width:860px;margin:48px auto 0;padding:18px 22px;flex-wrap:wrap;border-radius:18px;background:var(--theme-section-bg-color, #f1f0ec);border:1px solid var(--theme-border-color, #e5e7eb)}.drop-url__dots{display:flex;gap:8px;flex-shrink:0}.drop-url__dots span{width:12px;height:12px;border-radius:50%;background:#febc2e}.drop-url__dots span:first-child{background:#ff5f57}.drop-url__dots span:last-child{background:#28c840}.drop-url__bar{display:flex;align-items:center;gap:10px;flex:1 1 380px;min-width:0;padding:8px 8px 8px 16px;border-radius:12px;background:var(--theme-card-bg, #ffffff);border:1px solid var(--theme-border-color, #e5e7eb)}.drop-url__lock,.drop-url__scheme{flex-shrink:0;color:var(--theme-hint-color)}.drop-url__scheme{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px}.drop-url__input{flex:1;min-width:0;border:0;outline:none;background:transparent;color:var(--theme-text-color);font-size:16px;padding:8px 0}.drop-url__input::placeholder{color:var(--theme-hint-color);opacity:.75}.drop-url__input:disabled{opacity:.6}.drop-url__submit{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:12px 20px;border:0;border-radius:10px;background:var(--theme-text-color);color:var(--theme-bg-color);font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.drop-url__submit:hover:not(:disabled){transform:translateY(-1px)}.drop-url__submit:disabled{opacity:.45;cursor:default}.drop-url__progress{flex:1 1 100%;display:flex;align-items:center;gap:14px;padding:0 4px}.drop-url__progress-track{flex:1;height:4px;border-radius:999px;background:var(--theme-border-color, #e5e7eb);overflow:hidden}.drop-url__progress-fill{height:100%;border-radius:999px;background:var(--theme-text-color);transition:width 1.2s ease-out}.drop-url__progress-label{flex-shrink:0;font-size:14px;color:var(--theme-hint-color)}.drop-url__note,.drop-url__error{margin:20px 0 0;font-size:15px}.drop-url__note{color:var(--theme-hint-color)}.drop-url__error{color:var(--theme-error-color, #e5484d)}@media(max-width:640px){.drop-url__window{gap:14px;padding:14px}.drop-url__dots{display:none}.drop-url__bar{flex-wrap:wrap;gap:8px}.drop-url__submit{flex:1 1 100%;justify-content:center}.drop-url__progress-label{font-size:13px}}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.feature-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.feature-list-item{display:flex;align-items:flex-start;gap:1rem;font-size:15px;color:var(--theme-text-color);position:relative;padding-left:24px;line-height:1.5;text-align:left}.feature-list-item:before{content:"✓";position:absolute;left:0;top:.1em;font-size:14px;color:var(--theme-accent-color);font-weight:700}.feature-list--dots .feature-list-item:before{content:"•";color:var(--theme-primary-color);font-size:20px;top:-.1em}.feature-list--large{gap:1rem}.feature-list--large .feature-list-item{font-size:16px;padding-left:28px}.feature-list--large .feature-list-item:before{font-size:16px}.feature-list--large.feature-list--dots .feature-list-item:before{font-size:24px}.feature-list--compact{gap:.5rem}.feature-list--compact .feature-list-item{font-size:14px;padding-left:20px}.feature-list--compact .feature-list-item:before{font-size:12px}.feature-list--compact.feature-list--dots .feature-list-item:before{font-size:16px}.solutions-section{background:var(--theme-bg-color);scroll-margin-top:96px}.solutions-section__layout{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.solutions-section__tabs{position:sticky;top:110px;display:flex;flex-direction:column;gap:4px}.solutions-section__tab{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:3px;padding:11px 16px;border:0;border-left:2px solid var(--theme-border-color);border-radius:0 10px 10px 0;background:transparent;color:var(--theme-text-color);font:inherit;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease}.solutions-section__tab strong{font-size:16px;font-weight:520}.solutions-section__tab:hover{background:color-mix(in srgb,var(--theme-primary-color) 5%,transparent)}.solutions-section__tab--active{border-left-color:var(--theme-primary-color);background:color-mix(in srgb,var(--theme-primary-color) 8%,transparent)}.solutions-section__tab--active strong{color:var(--theme-primary-color)}.solutions-section__panel{min-width:0}.solutions-section__visual{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:center;animation:solutions-fade .3s ease}.solutions-section__visual .product-deep-dive-block__artifacts{position:static}.solutions-section__visual .product-deep-dive-block__channels-wrapper{display:none}.solutions-section__visual .product-deep-dive-block__case-visual{min-height:0}.solutions-section__visual .product-deep-dive-block__message{max-width:86%}.solutions-section__visual .product-deep-dive-block__message-content{font-size:.875rem}.solutions-section__progress{position:absolute;bottom:0;left:0;height:2px;background:var(--theme-primary-color);animation-name:solutions-progress;animation-timing-function:linear;animation-fill-mode:forwards}.solutions-section__link{display:flex;justify-content:center;width:fit-content;margin-right:auto;margin-left:auto;align-items:center;gap:6px;margin-top:18px;color:var(--theme-primary-color);font-size:15px;font-weight:520;text-decoration:none}.solutions-section__link:hover{text-decoration:underline}@keyframes solutions-progress{0%{width:0}to{width:100%}}@keyframes solutions-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media(max-width:900px){.solutions-section__layout{grid-template-columns:1fr;gap:20px}.solutions-section__tabs{position:static;flex-direction:row;gap:8px;margin:0 -24px;padding:0 24px 4px;overflow-x:auto;scrollbar-width:none}.solutions-section__tabs::-webkit-scrollbar{display:none}.solutions-section__visual{grid-template-columns:1fr;gap:0}.solutions-section__tab{flex:0 0 auto;padding:9px 16px;border:1px solid var(--theme-border-color);border-radius:999px}.solutions-section__tab strong{font-size:14px;white-space:nowrap}.solutions-section__tab--active{border-color:var(--theme-primary-color)}}
