
.export-pop-up.modal-wrapper .modal-content.popup-content {
        border-radius: 24px;
        background-color: transparent !important;
        border: 0;
        padding: 0;
        height: auto;
}
 .export-pop-up{--ocd-orange:#D64300;--ocd-orange-dark:#B83A00;--ocd-ink:#1d1d1f;--ocd-muted:#5b5b5b;--ocd-green:#1a8a4a}
.export-pop-up.popup-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;
  background:#1113188C;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;padding:16px}
.export-pop-up.is-open{display:flex}

.export-pop-up .ocd-export-card.modal-content{height:max-content;position:relative;max-width:404px !important;width:404px !important;background:#fff;border-radius:16px;overflow:hidden;padding:0;border:0px;
  box-shadow:0 24px 60px #00000047;
  animation:ocdPop .28s cubic-bezier(.16,.84,.44,1) both}
@keyframes ocdPop{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}

.export-pop-up .ocd-hero{border-radius: 15px 15px 0 0 !important;
    overflow: hidden;position:relative;height:150px;background:#0e0e10 url('../images/export-popup.webp?ver=1.3') center 56% / 126% auto no-repeat;}
.export-pop-up .ocd-hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,#0000004D,#00000000 42%)}

.export-pop-up .ocd-close{position:absolute;right:12px;top:12px;z-index:3;width:34px;height:34px;border:0;border-radius:50%;
  background:#00000066;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 14px #00000038;transition:transform .15s ease}
.export-pop-up .ocd-close:hover{transform:scale(1.06)}
.export-pop-up .ocd-close svg{width:16px;height:16px}

.export-pop-up .ocd-body{padding:18px 22px 22px}
.export-pop-up .ocd-title{margin:0;font-size:23px;line-height:1.18;font-weight:800;color:var(--ocd-ink);letter-spacing:-.01em;text-align:left}

.export-pop-up .ocd-proof{display:flex;flex-direction:column;gap:9px;margin:16px 0 18px;padding:0;list-style:none}
.export-pop-up .ocd-proof li{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:#2b2b2b}
.export-pop-up .ocd-proof .tick{flex:0 0 auto;width:18px;height:18px;border-radius:50%;
  background:#1A8A4A1F;color:var(--ocd-green);display:flex;align-items:center;justify-content:center}
.export-pop-up .ocd-proof .tick img{width:11px;height:11px;filter: brightness(0) saturate(100%) invert(37%) sepia(67%) saturate(537%) hue-rotate(93deg) brightness(100%) contrast(87%);}

.export-pop-up .ocd-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:50px;border-radius:11px;
  border:0;cursor:pointer;background:var(--ocd-orange);color:#fff;font-family:inherit;font-size:16.5px;font-weight:800;
  text-decoration:none;transition:background .15s ease,transform .12s ease;margin:0}
.export-pop-up .ocd-cta:hover{background:var(--ocd-orange-dark);transform:translateY(-1px)}
.export-pop-up .ocd-cta svg{width:18px;height:18px}

.export-pop-up .ocd-dismiss{display:block;width:100%;margin-top:12px;padding:8px;background:none;border:0;cursor:pointer;
  font-family:inherit;font-size:14px;font-weight:600;color:#767676;text-align:center}
.export-pop-up .ocd-dismiss:hover{color:#5b5b5b}

@media (max-width:520px){
  .export-pop-up.popup-overlay{align-items:flex-end;padding:0}
  .export-pop-up .ocd-export-card{width:100%;border-radius:22px 22px 0 0}
  .export-pop-up .ocd-hero{height:180px}
  @keyframes ocdPop{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}
}
@media (prefers-reduced-motion:reduce){.export-pop-up .ocd-export-card{animation:none}}
@media (max-width:767px) {
  .export-pop-up .ocd-cta {
    font-size: 16px;
    font-weight: 400;
    box-shadow: unset;
}

 .export-pop-up .ocd-dismiss {
    display: block;
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
}
       .export-pop-up .ocd-export-card.modal-content {
        position: absolute;
        max-width: 100% !important;
        width: 100% !important;
        background: #fff;
        border-radius: 17px 17px 0 0;
        overflow: hidden;
        padding: 0;
        border: 0px;
        box-shadow: 0 24px 60px #00000047;
        animation: ocdPop .28s cubic-bezier(.16, .84, .44, 1) both;
        height: 488px;
        margin: 0 auto 0 auto;
        bottom: 0;
    }
    .export-pop-up .ocd-hero {
    border-radius: 17px 17px 0 0 !important;
}
}