.examples-carousel-section .section-card{overflow:visible}.examples-carousel-content{display:flex;flex-direction:column;gap:32px}.examples-carousel-title{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:20px;padding-bottom:64px}.examples-carousel-title .section-kicker{color:var(--topbar-accent)}.examples-carousel-title h2{width:100%;max-width:820px;margin:0;color:var(--text);font-size:52px;font-weight:600;line-height:56px;letter-spacing:-2.6px}.examples-carousel-title p{width:100%;max-width:1080px;margin:0;color:var(--text);font-size:22px;font-weight:300;line-height:34px}.examples-carousel{position:relative;display:grid;width:100%;min-width:0;grid-template-columns:620px minmax(0,1fr);align-items:stretch;gap:40px;container-type:inline-size}.examples-carousel__media-area{position:relative;width:620px;min-width:0}.examples-carousel__track{display:flex;width:620px;max-width:100%;height:500px;align-items:stretch;border-radius:24px;gap:0;padding:0;overflow-x:auto;overflow-y:clip;scroll-padding-inline:0;scroll-snap-type:inline mandatory;scrollbar-width:none}.examples-carousel__track::-webkit-scrollbar{display:none}.examples-carousel-slide{display:block;width:100%;min-width:100%;height:500px;flex:0 0 100%;margin:0;scroll-snap-align:start;scroll-snap-stop:always;white-space:normal}.examples-carousel-slide__media{position:relative;width:100%;height:100%;min-width:0;border-radius:24px;background:var(--pill-muted-bg);overflow:hidden}.examples-carousel-slide__image{display:block;width:100%;height:100%;max-width:none;border-radius:inherit;object-fit:cover}.examples-carousel-slide__info{display:flex;min-width:0;min-height:584px;flex-direction:column;align-items:flex-start;gap:20px;padding-bottom:80px}.examples-carousel-slide__copy{position:relative;display:grid;width:100%;min-height:0;flex:1 1 auto;align-items:start}.examples-carousel-slide__copy-panel{grid-area:1/1;width:100%;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease}.examples-carousel-slide__copy-panel.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto}.examples-carousel-slide__copy-panel.is-entering,.examples-carousel-slide__copy-panel.is-leaving{visibility:visible}.examples-carousel-slide__copy-panel.is-entering,.examples-carousel-slide__copy-panel.is-leaving{opacity:0}.examples-carousel-slide__copy--editor{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.examples-carousel-slide__heading{width:100%;margin:0;padding-top:20px;color:var(--text);font-size:40px;font-weight:600;line-height:56px;letter-spacing:-1.6px}.examples-carousel-slide__text{width:100%;margin:20px 0 0;color:var(--text);font-size:22px;font-weight:300;line-height:34px}.examples-carousel-slide__copy--editor .examples-carousel-slide__text{margin-top:0}.examples-carousel-slide__text>:first-child{margin-top:0}.examples-carousel-slide__text>:last-child{margin-bottom:0}.examples-carousel-slide__buttons{display:flex;flex:0 0 auto;align-items:flex-start;gap:20px}.examples-carousel-slide__button.button{min-height:72px;padding:12px 40px;border-radius:16px;color:var(--text);font-family:Manrope,Geologica,Arial,sans-serif;font-size:16px;font-weight:800;line-height:24px;letter-spacing:-.2494px;white-space:nowrap}.examples-carousel-slide__button--details.button{min-width:240px;border-color:transparent;background:var(--pill-muted-bg);box-shadow:none}.examples-carousel-slide__button--details.button:hover,.examples-carousel-slide__button--details.button:focus-visible{transform:none;border-color:transparent;background:var(--control-tile-hover-bg);color:var(--text);box-shadow:none}.examples-carousel-slide__button--order.button{border-color:var(--line-neutral);background:var(--white);box-shadow:var(--shadow-soft-card)}.examples-carousel-slide__button--order.button:hover,.examples-carousel-slide__button--order.button:focus-visible{transform:translateY(-1px);border-color:var(--line-neutral);background:var(--white);color:var(--text);box-shadow:var(--shadow-soft-card)}.examples-carousel-slide__button-icon,.examples-carousel-slide__button-icon img{display:block;width:24px;height:24px;max-width:none;flex:0 0 24px}.examples-carousel__arrows{position:absolute;top:0;left:0;z-index:4;width:100%;height:500px;pointer-events:none}.examples-carousel__control,.examples-carousel__arrow{position:absolute;top:50%;display:block;width:48px;height:48px;margin:0;padding:0;border:0;border-radius:40px;background:var(--pill-muted-bg);box-shadow:none;transform:translateY(-50%);pointer-events:auto}.examples-carousel__control--prev,.examples-carousel__arrow--prev{left:20px}.examples-carousel__control--next,.examples-carousel__arrow--next{right:20px}.examples-carousel__control button{display:flex;width:48px;height:48px;align-items:center;justify-content:center;margin:0;padding:0;border:0;border-radius:inherit;background:var(--pill-muted-bg);color:transparent;font-size:0;line-height:0;cursor:pointer}.examples-carousel__arrow{display:flex;align-items:center;justify-content:center;color:transparent;font-size:0;line-height:0;cursor:pointer}.examples-carousel__control button:before,.examples-carousel__arrow:before{content:"";display:block;width:20px;height:20px;flex:0 0 20px;background-color:var(--text);-webkit-mask:var(--icon-chevron-right) center/20px 20px no-repeat;mask:var(--icon-chevron-right) center/20px 20px no-repeat}.examples-carousel__control--prev button:before,.examples-carousel__arrow--prev:before{transform:rotate(180deg)}.examples-carousel__control button:hover,.examples-carousel__control button:focus-visible,.examples-carousel__arrow:hover,.examples-carousel__arrow:focus-visible{background:var(--control-tile-hover-bg);outline:2px solid var(--topbar-accent);outline-offset:2px}.examples-carousel__control button:disabled,.examples-carousel__arrow:disabled{opacity:.45;cursor:default}.examples-carousel__thumbs{--blossom-dot-opacity: 1;--blossom-dot-hover-opacity: 1;--blossom-dot-active-opacity: 1;display:flex;width:100%;max-width:100%;height:64px;align-items:flex-start;justify-content:flex-start;gap:10px;margin-top:20px;overflow:visible}.examples-carousel__thumbs--editor{display:flex;max-width:100%;align-items:flex-start;justify-content:flex-start;gap:10px}.examples-carousel__thumb{display:grid;width:64px;height:64px;min-width:64px;place-items:center;padding:0;border:0;border-radius:8px;background:var(--pill-muted-bg);color:var(--text);position:relative;filter:none;opacity:.6!important;overflow:hidden;cursor:pointer;transition:opacity .2s ease}.examples-carousel__thumb[aria-current=true],.examples-carousel__thumb:hover{opacity:1!important;outline:0}.examples-carousel__thumb:focus-visible{opacity:1!important;outline:0}.examples-carousel__thumb:focus-visible:after{content:"";position:absolute;z-index:1;top:2px;right:2px;bottom:2px;left:2px;border:2px solid var(--topbar-accent);border-radius:6px;pointer-events:none}.examples-carousel__thumb img{display:block;width:100%;height:100%;max-width:none;border-radius:inherit;filter:none!important;opacity:1!important;object-fit:cover;pointer-events:none}.examples-carousel__state-dots{display:none!important}.examples-carousel__thumb-placeholder{font-weight:600}@media (max-width: 1180px){.examples-carousel{grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:32px}.examples-carousel__media-area,.examples-carousel__track{width:100%}.examples-carousel__track,.examples-carousel-slide,.examples-carousel__arrows{height:auto;aspect-ratio:620/500}.examples-carousel-slide__heading{font-size:34px;line-height:44px;letter-spacing:-1.2px}.examples-carousel-slide__text{font-size:18px;line-height:29px}.examples-carousel-slide__buttons{width:100%;flex-wrap:wrap;gap:12px}.examples-carousel-slide__button.button{min-width:0;padding-inline:28px}}@media (max-width: 820px){.examples-carousel-section .section-card__content{padding-block:28px}.examples-carousel-content{gap:24px}.examples-carousel-title{gap:14px;padding-bottom:32px}.examples-carousel-title h2{font-size:38px;line-height:44px;letter-spacing:-1.6px}.examples-carousel-title p{font-size:18px;line-height:29px}.examples-carousel{grid-template-columns:minmax(0,1fr);gap:32px}.examples-carousel-slide__info{min-height:0;gap:24px;padding-bottom:0}.examples-carousel-slide__copy{flex:0 0 auto}.examples-carousel-slide__copy--editor{gap:14px}.examples-carousel-slide__heading{padding-top:0;font-size:32px;line-height:40px;letter-spacing:-1.2px}.examples-carousel-slide__text{margin-top:14px}.examples-carousel-slide__copy--editor .examples-carousel-slide__text{margin-top:0}.examples-carousel__thumbs{overflow-x:auto;overflow-y:visible;scrollbar-width:none}.examples-carousel__thumbs::-webkit-scrollbar{display:none}.examples-carousel-slide__buttons{margin-top:8px}}@media (max-width: 560px){.examples-carousel-section .section-card__content{padding-block:28px}.examples-carousel-title{padding-bottom:20px}.examples-carousel-title .section-kicker{font-size:17px;line-height:26px}.examples-carousel-title h2{font-size:32px;line-height:38px;letter-spacing:-1.1px}.examples-carousel-title p{font-size:16px;line-height:25px}.examples-carousel__track,.examples-carousel-slide__media{border-radius:20px}.examples-carousel__control,.examples-carousel__arrow,.examples-carousel__control button{width:44px;height:44px}.examples-carousel__control--prev,.examples-carousel__arrow--prev{left:12px}.examples-carousel__control--next,.examples-carousel__arrow--next{right:12px}.examples-carousel__thumbs{height:56px;margin-top:16px}.examples-carousel__thumb{width:56px;height:56px;min-width:56px}.examples-carousel-slide__heading{font-size:28px;line-height:35px;letter-spacing:-.8px}.examples-carousel-slide__text{font-size:16px;line-height:25px}.examples-carousel-slide__buttons{flex-direction:column}.examples-carousel-slide__button.button{width:100%;min-height:56px;padding:12px 20px}}@media (prefers-reduced-motion: reduce){.examples-carousel__track{scroll-behavior:auto}.examples-carousel-slide__copy-panel,.examples-carousel__thumb{transition:none}}:where(.editor-styles-wrapper) .examples-carousel__track>.block-editor-block-list__block{width:100%;min-width:100%;max-width:100%;height:100%;flex:0 0 100%;margin:0;scroll-snap-align:start}:where(.editor-styles-wrapper) .examples-carousel__editor-actions{display:flex;width:100%;min-height:44px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}:where(.editor-styles-wrapper) .examples-carousel__editor-actions .block-editor-button-block-appender{position:static;display:grid;width:40px;height:40px;min-width:40px;place-items:center;margin:0;border:1px solid var(--line-neutral);border-radius:10px;background:var(--white);color:var(--text);box-shadow:var(--shadow-soft-card)}:where(.editor-styles-wrapper) .examples-carousel__editor-actions .block-editor-button-block-appender:hover,:where(.editor-styles-wrapper) .examples-carousel__editor-actions .block-editor-button-block-appender:focus-visible{border-color:var(--topbar-accent);color:var(--topbar-accent)}:where(.editor-styles-wrapper) .examples-carousel__editor-actions-label{color:var(--text);font-size:14px;font-weight:600;line-height:20px}:where(.editor-styles-wrapper) .examples-carousel__editor-actions-help{flex:1 1 220px;color:var(--text-muted, #667085);font-size:12px;line-height:18px}:where(.editor-styles-wrapper) .examples-carousel-slide__media{overflow:visible}:where(.editor-styles-wrapper) .examples-carousel-slide__media .pv-media,:where(.editor-styles-wrapper) .examples-carousel-slide__media .pv-media__preview,:where(.editor-styles-wrapper) .examples-carousel-slide__media .pv-media--image.pv-media--empty{width:100%;height:100%;aspect-ratio:auto}:where(.editor-styles-wrapper) .examples-carousel-slide__media .pv-media__preview{display:block;border-radius:24px;overflow:hidden}:where(.editor-styles-wrapper) .examples-carousel-slide__media .pv-media__preview img{width:100%;height:100%;max-width:none;border-radius:inherit;object-fit:cover}:where(.editor-styles-wrapper) .examples-carousel-slide__button{text-decoration:none}:where(.editor-styles-wrapper) .examples-carousel-slide__button.block-editor-rich-text__editable,:where(.editor-styles-wrapper) .examples-carousel-slide__button .block-editor-rich-text__editable{cursor:text}
