:root{
    --go-navy:#061b35;
    --go-navy-2:#09294d;
    --go-yellow:#f7b500;
    --go-bg:#f5f8fc;
    --go-card:#ffffff;
    --go-text:#0b1730;
    --go-muted:#65738a;
    --go-line:#dfe7f1;
    --go-soft:#f7f9fc;
    --go-shadow:0 24px 80px rgba(6,27,53,.18);
    --go-radius:20px;
}
*{box-sizing:border-box}
body{
    margin:0;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--go-text);
    background:
        radial-gradient(circle at top left, rgba(247,181,0,.18), transparent 32%),
        linear-gradient(135deg,#04182f 0%,#08284a 38%,#061b35 100%);
    min-height:100vh;
}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.go-page-shell{padding:clamp(18px,3vw,38px);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;gap:22px}
.go-topbar{display:flex;align-items:center;justify-content:space-between;color:#fff;width:min(1180px,100%);margin:0 auto}
.go-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:900;font-size:24px;letter-spacing:-.04em}
.go-brand img{height:36px;width:auto;display:block}
.go-brand-fallback{display:none}.go-brand-fallback span{color:var(--go-yellow)}
.go-top-actions{display:flex;align-items:center;gap:22px}
.go-ghost-btn{height:42px;padding:0 18px;border-radius:12px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);color:#fff;font-weight:800;display:flex;align-items:center;gap:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.go-user-chip{display:flex;align-items:center;gap:12px}.go-user-chip strong{display:block;font-size:15px}.go-user-chip span{display:block;color:#c8d4e5;font-size:13px;font-weight:600}.go-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--go-yellow),#fff);color:var(--go-navy);display:grid;place-items:center;font-weight:900}
.go-card{width:min(1180px,100%);margin:auto;background:var(--go-card);border-radius:var(--go-radius);box-shadow:var(--go-shadow);padding:26px clamp(24px,4vw,46px) 24px;border:1px solid rgba(255,255,255,.7)}
.go-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.go-eyebrow{margin:0 0 8px;color:var(--go-yellow);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.go-intro h1{font-family:"Inter Tight",Inter,sans-serif;font-size:26px;line-height:1.05;margin:0 0 8px;letter-spacing:-.04em}.go-intro p:last-child{margin:0;color:var(--go-muted);font-size:15px;font-weight:500}.go-status-pill{background:#fff8df;color:#7d5700;border:1px solid #ffe19a;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px;white-space:nowrap}
.go-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:24px}.go-step{position:relative;background:transparent;border:0;display:grid;justify-items:center;gap:10px;color:#5d6b80;font-weight:800}.go-step:before{content:"";position:absolute;top:19px;left:-50%;width:100%;border-top:2px dashed #d6dfeb;z-index:0}.go-step:first-child:before{display:none}.go-step span{position:relative;z-index:1;width:40px;height:40px;border-radius:50%;border:1px solid var(--go-line);background:#fff;display:grid;place-items:center;color:var(--go-text);font-weight:900;box-shadow:0 6px 18px rgba(6,27,53,.06)}.go-step strong{font-size:13px}.go-step.is-active span,.go-step.is-done span{background:var(--go-navy);border-color:var(--go-yellow);color:var(--go-yellow)}.go-step.is-active strong{color:var(--go-text)}.go-step.is-done:before,.go-step.is-active:before{border-color:var(--go-yellow)}
.go-panel{display:none;animation:goFade .22s ease}.go-panel.is-active{display:block}@keyframes goFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.go-section-head{display:flex;align-items:center;gap:14px;margin:6px 0 18px}.go-icon{width:52px;height:52px;border-radius:50%;background:var(--go-navy);color:#fff;display:grid;place-items:center;font-weight:900;border:2px solid var(--go-yellow);box-shadow:0 14px 28px rgba(6,27,53,.18)}.go-section-head h2{font-family:"Inter Tight",Inter,sans-serif;font-size:24px;margin:0 0 5px;letter-spacing:-.035em}.go-section-head p{margin:0;color:var(--go-muted);font-weight:500}.go-grid{display:grid;gap:12px}.go-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.go-grid .full{grid-column:1/-1}.compact-top{margin-top:18px}.go-field{display:flex;flex-direction:column;gap:8px}.go-field span,.go-social-row label span{font-size:12px;color:#7a8798;font-weight:800}.go-field.required>span:after{content:" *";color:#e85050}.go-field input,.go-field select,.go-field textarea,.go-social-row input{width:100%;border:1px solid var(--go-line);border-radius:10px;background:#fff;color:var(--go-text);padding:10px 13px;font-weight:700;outline:none;transition:.18s ease;box-shadow:0 8px 20px rgba(6,27,53,.03)}.go-field input:focus,.go-field select:focus,.go-field textarea:focus,.go-social-row input:focus{border-color:var(--go-yellow);box-shadow:0 0 0 4px rgba(247,181,0,.16)}.go-phone-row{display:grid;grid-template-columns:120px 1fr;gap:12px}.go-whatsapp-box{margin-top:14px;border:1px solid var(--go-line);background:linear-gradient(180deg,#fff,#f9fbfe);border-radius:16px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:20px}.go-whatsapp-box strong{display:block}.go-whatsapp-box span{display:block;color:var(--go-muted);font-weight:700;margin-top:4px;word-break:break-all}.go-check-pill{display:flex;align-items:center;gap:9px;background:#f0fff5;color:#11763c;border:1px solid #bdeccc;border-radius:999px;padding:9px 13px;font-weight:900}
.go-upload-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.go-upload-card{position:relative;min-height:132px;border:1.5px dashed #cfd9e7;border-radius:18px;background:var(--go-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;overflow:hidden}.go-upload-card input{display:none}.go-upload-card span{font-weight:900}.go-upload-card strong{font-size:13px;color:var(--go-muted);margin-top:6px}.go-upload-card img{display:none;position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.go-upload-card img.is-visible{display:block}.color-field input{height:42px;padding:5px}.go-days{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.go-days label input{display:none}.go-days label span{display:grid;place-items:center;height:42px;border:1px solid var(--go-line);border-radius:14px;background:#fff;font-weight:900}.go-days label input:checked+span{background:var(--go-navy);color:#fff;border-color:var(--go-yellow)}.go-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.go-switch-row{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--go-line);border-radius:14px;padding:12px 14px;font-weight:900}.go-switch-row input,.go-mini-switch input{display:none}.go-switch-row i,.go-mini-switch i{width:42px;height:24px;border-radius:999px;background:#d9e2ee;position:relative;transition:.18s}.go-switch-row i:before,.go-mini-switch i:before{content:"";position:absolute;width:18px;height:18px;top:3px;left:3px;background:#fff;border-radius:50%;transition:.18s;box-shadow:0 2px 6px rgba(0,0,0,.18)}.go-switch-row input:checked+i,.go-mini-switch input:checked+i{background:var(--go-yellow)}.go-switch-row input:checked+i:before,.go-mini-switch input:checked+i:before{transform:translateX(18px)}
.go-social-list{border:1px solid var(--go-line);border-radius:16px;overflow:hidden}.go-social-row{display:grid;grid-template-columns:34px 50px .95fr .95fr 1.35fr 104px 44px;gap:11px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--go-line);background:#fff}.go-social-row:last-child{border-bottom:0}.go-drag,.go-delete{border:0;background:transparent;color:var(--go-muted);font-weight:900;font-size:20px}.go-delete{height:38px;border:1px solid var(--go-line);border-radius:10px;color:var(--go-text);font-size:18px}.go-social-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(6,27,53,.13)}.go-social-icon.youtube{background:#f00}.go-social-icon.telegram{background:#27a7e7}.go-social-icon.whatsapp{background:#25d366}.go-social-icon.tiktok{background:#0b1730}.go-social-icon.facebook{background:#1877f2}.go-social-icon.instagram{background:linear-gradient(135deg,#feda75,#d62976,#4f5bd5)}.go-social-icon.website,.go-social-icon.custom{background:var(--go-navy)}.go-social-row label{display:flex;flex-direction:column;gap:6px}.go-mini-switch{display:flex!important;align-items:center!important;flex-direction:row!important;gap:9px;font-weight:900}.go-mini-switch span{color:var(--go-text)!important;font-size:13px!important}.go-outline-btn,.go-back-btn{height:42px;border:1px solid var(--go-line);border-radius:12px;background:#fff;color:var(--go-text);font-weight:900;padding:0 22px;margin-top:18px}.go-review-grid{display:grid;grid-template-columns:380px 1fr;gap:18px}.go-preview-card{border:1px solid var(--go-line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 18px 48px rgba(6,27,53,.08)}.go-preview-cover{height:150px;background:linear-gradient(135deg,var(--go-yellow),var(--go-navy))}.go-preview-logo{width:82px;height:82px;border-radius:22px;background:#fff;margin:-42px 24px 14px;border:4px solid #fff;box-shadow:0 12px 30px rgba(6,27,53,.18);display:grid;place-items:center;font-size:34px;font-weight:900;color:var(--go-navy)}.go-preview-card h3{font-family:"Inter Tight",Inter,sans-serif;font-size:26px;margin:0 24px 8px}.go-preview-card p{margin:0 24px 20px;color:var(--go-muted);font-weight:600}.go-preview-actions{display:flex;gap:10px;padding:0 24px 24px}.go-preview-actions span{background:var(--go-navy);color:#fff;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px}.go-checklist{border:1px solid var(--go-line);border-radius:22px;padding:24px}.go-checklist h3{margin:0 0 14px;font-size:22px}.go-checklist ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:10px}.go-checklist li{padding:12px 14px;border-radius:12px;background:#fff4f4;color:#a43a3a;font-weight:800}.go-checklist li:before{content:"○ ";font-weight:900}.go-checklist li.is-ok{background:#f0fff5;color:#11763c}.go-checklist li.is-ok:before{content:"✓ "}.go-terms{display:flex;align-items:center;gap:10px;font-weight:800;margin:16px 0}.go-publish-btn{height:52px;border:0;border-radius:13px;background:var(--go-yellow);color:var(--go-navy);font-weight:900;padding:0 24px}.go-form-footer{border-top:1px solid var(--go-line);margin-top:20px;padding-top:18px;display:flex;align-items:center;justify-content:space-between}.go-back-btn:disabled{opacity:.45;cursor:not-allowed}.go-next-btn{height:46px;border:0;border-radius:12px;background:var(--go-navy);color:#fff;font-weight:900;padding:0 28px;box-shadow:0 16px 32px rgba(6,27,53,.2)}
@media (max-width:1100px){.go-card{padding:24px}.go-upload-grid{grid-template-columns:repeat(2,1fr)}.go-social-row{grid-template-columns:34px 52px 1fr 1fr}.go-social-row .wide,.go-mini-switch,.go-delete{grid-column:auto}.go-review-grid{grid-template-columns:1fr}.go-steps{gap:8px}.go-step strong{font-size:11px}}
@media (max-width:760px){.go-page-shell{padding:16px;gap:16px}.go-topbar,.go-intro{align-items:flex-start;flex-direction:column}.go-card{padding:18px;border-radius:18px}.go-steps{grid-template-columns:repeat(3,1fr)}.go-grid.two,.go-toggle-grid,.go-upload-grid,.go-days{grid-template-columns:1fr}.go-phone-row{grid-template-columns:1fr}.go-social-row{grid-template-columns:34px 50px 1fr}.go-social-row label,.go-social-row .wide,.go-mini-switch{grid-column:1/-1}.go-form-footer{gap:12px}.go-back-btn,.go-next-btn{width:100%}}


/* SQL + WhatsApp OTP connection polish */
.go-form-notice{
    margin:0 0 16px;
    padding:12px 14px;
    border-radius:14px;
    font-size:13px;
    font-weight:800;
    border:1px solid var(--go-line);
    background:#f7f9fc;
    color:var(--go-text);
}
.go-form-notice.is-ok{
    background:#ecfdf3;
    border-color:#bbf7d0;
    color:#166534;
}
.go-form-notice.is-error{
    background:#fff1f2;
    border-color:#fecdd3;
    color:#9f1239;
}
.go-otp-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    justify-content:flex-end;
}
.go-outline-btn.small{
    height:36px;
    padding:0 14px;
    border-radius:11px;
    font-size:13px;
}
.go-otp-input{
    display:flex;
    align-items:center;
    height:36px;
    border:1px solid var(--go-line);
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}
.go-otp-input input{
    width:104px;
    height:100%;
    border:0;
    outline:0;
    padding:0 10px;
    font-weight:800;
    letter-spacing:.08em;
}
.go-otp-input button{
    height:100%;
    border:0;
    border-left:1px solid var(--go-line);
    background:var(--go-navy);
    color:#fff;
    padding:0 12px;
    font-size:13px;
    font-weight:900;
}
.go-verify-status{
    min-width:96px;
    color:#9f1239;
    font-size:13px;
    font-weight:900;
}
.go-verify-status.is-ok{
    color:#166534;
}
.go-publish-btn:disabled{
    opacity:.45;
    cursor:not-allowed;
    filter:grayscale(.2);
}
@media (max-width: 760px){
    .go-otp-actions{
        width:100%;
        justify-content:flex-start;
    }
    .go-otp-input{
        flex:1 1 220px;
    }
    .go-otp-input input{
        width:100%;
    }
}


/* GarageOS final polish override - stepper circles / compact centered card / clean toggles */
.go-page-shell{
    padding:clamp(20px,4vw,56px);
    justify-content:center;
}
.go-topbar{
    margin:0 auto;
    width:min(1180px, calc(100vw - clamp(40px,8vw,112px)));
}
.go-card{
    margin:0 auto;
    width:min(1180px, calc(100vw - clamp(40px,8vw,112px)));
    min-height:auto;
}
.go-top-actions .go-user-chip{display:none!important}

.go-steps{
    position:relative;
    display:grid!important;
    grid-template-columns:repeat(6,minmax(80px,1fr));
    align-items:start;
    gap:0!important;
    margin:24px 0 28px!important;
    padding:0 4px;
}
.go-step{
    position:relative;
    border:0;
    background:transparent;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    min-width:0;
    color:#34445d;
    padding:0;
    font-weight:800;
}
.go-step:before{
    content:"";
    position:absolute;
    top:22px!important;
    left:-50%!important;
    width:100%!important;
    height:0;
    border-top:2px dashed #d4deeb!important;
    z-index:0;
}
.go-step:first-child:before{display:none!important}
.go-step span{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:#fff!important;
    border:1.5px solid #d9e3f0!important;
    color:#0b1730!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1!important;
    box-shadow:0 10px 26px rgba(6,27,53,.08)!important;
    z-index:2;
}
.go-step strong{
    display:block!important;
    width:100%;
    text-align:center;
    font-size:13px!important;
    line-height:1.2!important;
    color:#4a5a70;
    white-space:normal;
}
.go-step.is-active span,
.go-step.is-done span{
    background:#061b35!important;
    color:#fff!important;
    border-color:#f7b500!important;
    box-shadow:0 14px 30px rgba(6,27,53,.18)!important;
}
.go-step.is-active strong{color:#0b1730!important}
.go-step.is-done:before,
.go-step.is-active:before{border-color:#f7b500!important}

.go-switch-row,
.go-mini-switch{
    background:#fff;
    border:1px solid #e0e8f2;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(6,27,53,.05);
}
.go-switch-row i,
.go-mini-switch i{
    width:44px!important;
    height:24px!important;
    border-radius:999px!important;
    background:#d8e2ef!important;
    position:relative!important;
    display:inline-block!important;
    transition:.2s ease!important;
}
.go-switch-row i:before,
.go-mini-switch i:before{
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    top:3px;
    left:3px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,.18);
    transition:.2s ease;
}
.go-switch-row input:checked+i,
.go-mini-switch input:checked+i{background:linear-gradient(135deg,#f7b500,#ffca32)!important}
.go-switch-row input:checked+i:before,
.go-mini-switch input:checked+i:before{transform:translateX(20px)}
.go-switch-row input,
.go-mini-switch input{display:none!important}

.go-form-notice{
    margin:0 0 18px;
    padding:13px 15px;
    border-radius:14px;
    font-weight:800;
    font-size:13px;
}
.go-form-notice.is-error{
    background:#fff2f2;
    border:1px solid #ffc7c7;
    color:#a10028;
}
.go-form-notice.is-ok{
    background:#effff4;
    border:1px solid #bdecca;
    color:#126f36;
}

@media(max-width:900px){
    .go-topbar,.go-card{width:calc(100vw - 28px)}
    .go-steps{grid-template-columns:repeat(3,1fr);row-gap:18px}
    .go-step:before{display:none!important}
}
@media(max-width:560px){
    .go-steps{grid-template-columns:repeat(2,1fr)}
    .go-step span{width:42px!important;height:42px!important}
}

/* v1.0.10 onboarding polish only: premium centered step flow + cleaner compact inputs */
.go-card{overflow:hidden}
.go-steps{
    position:relative!important;
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:0!important;
    margin:24px 0 30px!important;
    padding:0 10px!important;
}
.go-step{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:9px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    min-width:0!important;
}
.go-step:before{
    content:""!important;
    position:absolute!important;
    top:24px!important;
    left:-50%!important;
    width:100%!important;
    height:2px!important;
    border:0!important;
    background:repeating-linear-gradient(90deg,#d5dfeb 0 8px,transparent 8px 15px)!important;
    z-index:0!important;
}
.go-step:first-child:before{display:none!important}
.go-step span{
    position:relative!important;
    z-index:2!important;
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    min-height:50px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:linear-gradient(180deg,#fff,#f7faff)!important;
    border:1.5px solid #dbe5f0!important;
    color:#061b35!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1!important;
    box-shadow:0 10px 28px rgba(6,27,53,.08), inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.go-step strong{
    display:block!important;
    width:100%!important;
    max-width:110px!important;
    text-align:center!important;
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:900!important;
    color:#4a5a70!important;
    white-space:normal!important;
}
.go-step.is-active span,
.go-step.is-done span{
    background:linear-gradient(135deg,#061b35,#09294d)!important;
    border-color:#f7b500!important;
    color:#fff!important;
    box-shadow:0 16px 34px rgba(6,27,53,.22),0 0 0 3px rgba(247,181,0,.15)!important;
}
.go-step.is-active strong{color:#061b35!important}
.go-step.is-done:before,
.go-step.is-active:before{
    background:repeating-linear-gradient(90deg,#f7b500 0 8px,transparent 8px 15px)!important;
}
.go-field input,
.go-field select,
.go-field textarea,
.go-social-row input{
    min-height:42px;
    padding:9px 12px!important;
    border-radius:11px!important;
}
.go-phone-row{grid-template-columns:170px 1fr!important}
.go-field.country select{font-size:13px;font-weight:800}
.go-lang-toggle button,
.go-ghost-btn,
.go-outline-btn,
.go-back-btn,
.go-next-btn{transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.go-lang-toggle button:hover,
.go-ghost-btn:hover,
.go-outline-btn:hover,
.go-back-btn:hover,
.go-next-btn:hover{transform:translateY(-1px)}
@media (max-width:900px){
    .go-steps{grid-template-columns:repeat(3,1fr)!important;row-gap:22px!important}
    .go-step:nth-child(4):before{display:none!important}
    .go-step strong{font-size:12px!important}
}
@media (max-width:620px){
    .go-steps{grid-template-columns:repeat(2,1fr)!important}
    .go-step:nth-child(3):before,.go-step:nth-child(5):before{display:none!important}
    .go-phone-row{grid-template-columns:1fr!important}
}

/* v1.0.11 final stepper hardening: keep number circles visible after language switch */
.go-steps{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    align-items:start!important;
    column-gap:0!important;
    row-gap:18px!important;
    margin:24px 0 32px!important;
    padding:0 14px!important;
}
.go-step{
    appearance:none!important;
    -webkit-appearance:none!important;
    border:0!important;
    background:transparent!important;
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    min-width:0!important;
    padding:0!important;
    cursor:pointer!important;
}
.go-step:before{
    content:""!important;
    position:absolute!important;
    top:25px!important;
    left:-50%!important;
    width:100%!important;
    height:2px!important;
    border:0!important;
    background:repeating-linear-gradient(90deg,#d5dfeb 0 8px,transparent 8px 15px)!important;
    z-index:0!important;
}
.go-step:first-child:before{display:none!important;}
.go-step span{
    position:relative!important;
    z-index:2!important;
    display:grid!important;
    place-items:center!important;
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    min-height:50px!important;
    max-width:50px!important;
    max-height:50px!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,#fff,#f7faff)!important;
    border:1.5px solid #dbe5f0!important;
    color:#061b35!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1!important;
    box-shadow:0 10px 28px rgba(6,27,53,.08), inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.go-step strong{
    display:block!important;
    text-align:center!important;
    max-width:118px!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.2!important;
    color:#34445d!important;
}
.go-step.is-active span,
.go-step.is-done span{
    background:linear-gradient(135deg,#061b35,#09294d)!important;
    color:#fff!important;
    border-color:#f7b500!important;
    box-shadow:0 16px 34px rgba(6,27,53,.22),0 0 0 3px rgba(247,181,0,.15)!important;
}
.go-step.is-active strong{color:#061b35!important;}
.go-step.is-done:before,
.go-step.is-active:before{background:repeating-linear-gradient(90deg,#f7b500 0 8px,transparent 8px 15px)!important;}
@media(max-width:900px){
    .go-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
    .go-step:nth-child(4):before{display:none!important;}
}
@media(max-width:620px){
    .go-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
    .go-step:nth-child(3):before,.go-step:nth-child(5):before{display:none!important;}
}

/* v1.0.12 RTL + premium language switcher polish */
.go-lang-toggle{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    width:138px;
    height:44px;
    padding:4px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.28);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 12px 28px rgba(0,0,0,.14);
    overflow:hidden;
}
.go-lang-slider{
    position:absolute;
    top:4px;
    left:4px;
    width:calc(50% - 4px);
    height:calc(100% - 8px);
    border-radius:999px;
    background:linear-gradient(180deg,#fff,#eef3fb);
    box-shadow:0 8px 18px rgba(0,0,0,.22);
    transition:transform .22s ease;
    z-index:0;
}
.go-lang-toggle:has([data-lang-btn="ar"].is-active) .go-lang-slider{transform:translateX(100%)}
.go-lang-toggle button{
    position:relative;
    z-index:1;
    width:100%;
    height:36px;
    border:0!important;
    background:transparent!important;
    color:rgba(255,255,255,.58)!important;
    font-weight:900;
    letter-spacing:.04em;
    border-radius:999px;
    padding:0!important;
    margin:0!important;
    box-shadow:none!important;
}
.go-lang-toggle button.is-active{color:#061b35!important}
.go-lang-toggle [data-lang-btn="en"] span:before{content:"🇬🇧 ";font-size:15px}
.go-lang-toggle [data-lang-btn="ar"] span:before{content:"🇪🇬 ";font-size:15px}

body.is-ar{
    font-family:Cairo,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    text-align:right;
}
body.is-ar .go-card,
body.is-ar .go-field input,
body.is-ar .go-field textarea,
body.is-ar .go-field select,
body.is-ar .go-social-row input{
    direction:rtl;
    text-align:right;
}
body.is-ar .go-topbar,
body.is-ar .go-top-actions,
body.is-ar .go-whatsapp-box,
body.is-ar .go-otp-actions,
body.is-ar .go-preview-actions{
    direction:rtl;
}
body.is-ar .go-intro,
body.is-ar .go-section-head{
    flex-direction:row-reverse;
    text-align:right;
}
body.is-ar .go-intro{align-items:flex-end}
body.is-ar .go-section-head{justify-content:flex-start}
body.is-ar .go-section-head .go-icon{margin-left:0;margin-right:0}
body.is-ar .go-steps{direction:rtl}
body.is-ar .go-step:before{
    left:auto!important;
    right:-50%!important;
}
body.is-ar .go-step:first-child:before{display:none!important}
body.is-ar .go-step strong{font-family:Cairo,Inter,sans-serif;font-weight:900;letter-spacing:0!important}
body.is-ar .go-field span,
body.is-ar .go-social-row label span,
body.is-ar .go-intro p:last-child,
body.is-ar .go-section-head p{
    letter-spacing:0;
    line-height:1.75;
}
body.is-ar .go-eyebrow{letter-spacing:0;font-weight:900}
body.is-ar .go-phone-row{grid-template-columns:1fr 170px!important}
body.is-ar .go-field.country{order:2}
body.is-ar .go-whatsapp-box{
    flex-direction:row-reverse;
    align-items:center;
}
body.is-ar .go-whatsapp-box > div:first-child{text-align:right}
body.is-ar .go-otp-actions{justify-content:flex-start}
body.is-ar .go-otp-input button{
    border-left:0;
    border-right:1px solid var(--go-line);
}
body.is-ar .go-form-footer{
    flex-direction:row-reverse;
}
body.is-ar .go-switch-row,
body.is-ar .go-mini-switch{direction:rtl}
body.is-ar .go-switch-row i:before,
body.is-ar .go-mini-switch i:before{left:auto;right:3px}
body.is-ar .go-switch-row input:checked+i:before,
body.is-ar .go-mini-switch input:checked+i:before{transform:translateX(-20px)}

.go-field input::placeholder,
.go-field textarea::placeholder{color:#7f8da0;opacity:.9;font-weight:700}
body.is-ar .go-field input::placeholder,
body.is-ar .go-field textarea::placeholder{font-family:Cairo,Inter,sans-serif;color:#8a96a8;font-weight:700}
.go-whatsapp-box{min-height:76px}
.go-whatsapp-box strong{font-size:15px}
.go-whatsapp-box span{font-size:13px;line-height:1.45}
.go-otp-actions{background:#fff;border:1px solid #e4ebf5;border-radius:14px;padding:8px 10px;box-shadow:0 10px 24px rgba(6,27,53,.04)}
.go-verify-status{padding-inline:4px;white-space:nowrap}

@media(max-width:760px){
    .go-lang-toggle{width:132px;height:42px}
    body.is-ar .go-intro,
    body.is-ar .go-section-head{flex-direction:row-reverse}
    body.is-ar .go-phone-row{grid-template-columns:1fr!important}
    body.is-ar .go-field.country{order:0}
    body.is-ar .go-whatsapp-box{align-items:stretch;gap:12px}
    body.is-ar .go-form-footer{flex-direction:column-reverse}
}

/* Step 1 premium split layout + continue code flow */
.go-top-actions{gap:12px;flex-wrap:wrap}
.go-continue-btn{background:rgba(255,255,255,.94)!important;color:#061b35!important;border-color:rgba(255,255,255,.75)!important}
.go-step-one-layout{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:22px;align-items:stretch}
.go-verify-card,.go-info-card{border:1px solid #dfe7f1;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 18px 42px rgba(6,27,53,.06);padding:24px}
.go-verify-card{display:flex;flex-direction:column;gap:18px}
.go-info-card{padding:26px}
.go-card-kicker{margin:0 0 4px!important;color:#f0a400!important;font-size:12px!important;font-weight:900!important;letter-spacing:.03em;text-transform:uppercase}
.go-verify-card h2,.go-info-card h2{font-family:"Inter Tight",Inter,"Cairo",sans-serif;margin:0 0 8px;font-size:28px;line-height:1.05;color:#061b35;font-weight:900}
.go-verify-card p,.go-info-card p{margin:0;color:#506179;font-weight:650;line-height:1.65}
.go-verify-icon{width:58px;height:58px;border-radius:18px;background:#eafaf0;color:#0f9f4a;display:grid;place-items:center;font-size:28px;box-shadow:0 14px 34px rgba(15,159,74,.15)}
.go-section-head.compact{margin-bottom:24px}.go-section-head.compact .go-icon{width:54px;height:54px;font-size:16px}.go-info-card .go-grid.two{gap:18px}.go-field.wide{grid-column:1/-1}.go-phone-row.compact{grid-template-columns:145px 1fr;margin:0}.go-phone-row.compact .go-field{min-width:0}.go-whatsapp-safe{display:grid;gap:4px;padding:16px 18px;border:1px solid #bcebd0;border-radius:16px;background:linear-gradient(135deg,#f1fff6,#ffffff);color:#116b37}.go-whatsapp-safe strong{font-size:14px;font-weight:900}.go-whatsapp-safe span{font-size:13px;font-weight:700;color:#2b7a49}.go-whatsapp-box.vertical{display:grid!important;gap:14px;align-items:start;justify-content:stretch;background:#fff;border:1px solid #dfe7f1;border-radius:18px;padding:16px;margin:0}.go-whatsapp-box.vertical>div:first-child{display:grid;gap:4px}.go-whatsapp-box.vertical #whatsappPreview{font-size:13px;color:#53637a;word-break:break-all}.go-whatsapp-box.vertical .go-otp-actions{justify-content:stretch;display:grid;grid-template-columns:1fr;gap:10px}.go-whatsapp-box.vertical .go-outline-btn.small{width:100%;height:42px;color:#11763c;border-color:#aee5c3;background:#f8fffb}.go-whatsapp-box.vertical .go-otp-input{height:42px}.go-whatsapp-box.vertical .go-verify-status{display:block;text-align:center;background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:10px 12px;min-width:0}.go-whatsapp-box.vertical .go-verify-status.is-ok{background:#ecfdf3;border-color:#bbf7d0}.go-draft-code{display:grid;grid-template-columns:1fr auto;gap:4px 14px;align-items:center;margin-top:auto;padding:15px 16px;border:1px dashed #f0c456;border-radius:16px;background:#fffaf0}.go-draft-code span{font-size:12px;font-weight:900;text-transform:uppercase;color:#9a6a00}.go-draft-code strong{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:24px;color:#061b35;letter-spacing:.12em}.go-draft-code small{grid-column:1/-1;color:#7b6200;font-weight:750}.go-code-modal{position:fixed;inset:0;z-index:2000;background:rgba(6,27,53,.58);backdrop-filter:blur(12px);display:grid;place-items:center;padding:22px}.go-code-modal[hidden]{display:none}.go-code-dialog{position:relative;width:min(440px,100%);background:#fff;border:1px solid #dfe7f1;border-radius:24px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.go-code-dialog h3{margin:0 0 8px;font:900 28px/1.1 "Inter Tight",Inter,"Cairo",sans-serif;color:#061b35}.go-code-dialog p{margin:0 0 18px;color:#53637a;font-weight:650;line-height:1.6}.go-code-dialog input{width:100%;height:54px;border:1px solid #dfe7f1;border-radius:15px;padding:0 16px;font-size:20px;font-weight:900;letter-spacing:.15em;text-align:center;outline:0}.go-code-dialog button#continueCodeSubmit{width:100%;height:50px;margin-top:14px;border:0;border-radius:14px;background:#061b35;color:#fff;font-weight:900}.go-modal-close{position:absolute;top:14px;inset-inline-end:14px;width:34px;height:34px;border:1px solid #dfe7f1;border-radius:999px;background:#fff;font-size:24px;line-height:1;color:#061b35}.is-ar .go-step-one-layout{direction:rtl}.is-ar .go-verify-card,.is-ar .go-info-card{text-align:right}.is-ar .go-card-kicker{letter-spacing:0;text-transform:none}.is-ar .go-verify-card h2,.is-ar .go-info-card h2{font-family:"Cairo",Inter,sans-serif;line-height:1.35}.is-ar .go-draft-code strong{letter-spacing:.08em}.is-ar .go-whatsapp-box.vertical .go-otp-input button{border-left:0;border-right:1px solid var(--go-line)}.is-ar select,.is-ar input,.is-ar textarea{text-align:right}.is-ar input[type="email"],.is-ar input[type="url"],.is-ar input[type="tel"],.is-ar #otpCode,.is-ar #continueCodeInput{direction:ltr;text-align:left}.is-ar .go-lang-toggle button[data-lang-btn="ar"].is-active~*{color:inherit}
@media (max-width:1050px){.go-step-one-layout{grid-template-columns:1fr}.go-verify-card{order:2}.go-info-card{order:1}}
@media (max-width:760px){.go-topbar{width:100%}.go-card{width:100%}.go-step-one-layout{gap:16px}.go-verify-card,.go-info-card{padding:18px;border-radius:18px}.go-phone-row.compact{grid-template-columns:1fr}.go-whatsapp-box.vertical .go-otp-actions{grid-template-columns:1fr}.go-draft-code{grid-template-columns:1fr}.go-draft-code strong{font-size:21px}.go-code-dialog{padding:24px 18px}.go-continue-btn{width:auto}}


/* Compact WhatsApp side card */
.go-verify-card-simple{gap:12px;padding:18px;align-self:start}
.go-verify-head{display:flex;align-items:center;gap:12px}
.go-verify-card-simple .go-verify-icon{width:44px;height:44px;border-radius:14px;font-size:21px;box-shadow:0 8px 20px rgba(15,159,74,.12)}
.go-verify-card-simple h2{font-size:22px;margin:0;line-height:1.1}
.go-verify-card-simple .go-card-kicker{font-size:11px!important;margin:0 0 2px!important}
.go-verify-card-simple .go-phone-row.compact{grid-template-columns:118px 1fr;gap:10px}
.go-verify-card-simple .go-field{gap:6px}
.go-verify-card-simple .go-field input,.go-verify-card-simple .go-field select{height:42px;padding:8px 11px}
.go-whatsapp-box.vertical.simple{gap:9px;padding:12px;border-radius:15px;background:#fff}
.go-whatsapp-box.vertical.simple .go-whatsapp-link-line{gap:2px}
.go-whatsapp-box.vertical.simple .go-whatsapp-link-line strong{font-size:13px}
.go-whatsapp-box.vertical.simple #whatsappPreview{font-size:12px;line-height:1.35}
.go-whatsapp-box.vertical.simple .go-otp-actions{gap:8px}
.go-whatsapp-box.vertical.simple .go-outline-btn.small{height:38px;margin:0}
.go-whatsapp-box.vertical.simple .go-otp-input{height:38px}
.go-whatsapp-box.vertical.simple .go-verify-status{padding:7px 10px;font-size:12px}
.go-verify-card-simple .go-draft-code{margin-top:0;padding:10px 12px;border-radius:13px;grid-template-columns:1fr auto}
.go-verify-card-simple .go-draft-code strong{font-size:18px}
.go-verify-card-simple .go-draft-code small{font-size:11px;line-height:1.35}
.is-ar .go-verify-head{flex-direction:row-reverse}
@media (max-width:760px){.go-verify-card-simple .go-phone-row.compact{grid-template-columns:1fr}.go-verify-card-simple{padding:16px}}

/* v1.0.13 final visual polish: compact OTP, larger clean social icons, branded preview */
.go-whatsapp-box.vertical.simple{
    position:relative!important;
    padding:14px!important;
    gap:10px!important;
    align-items:stretch!important;
}
.go-whatsapp-link-line{
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    gap:14px!important;
    align-items:center!important;
    min-width:0!important;
}
.go-whatsapp-link-line strong{white-space:nowrap!important;font-size:14px!important;line-height:1.1!important}
.go-whatsapp-link-line span{font-size:13px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}
.go-otp-actions{
    display:grid!important;
    grid-template-columns:1fr 1.35fr auto!important;
    gap:8px!important;
    align-items:center!important;
}
.go-otp-actions .small{margin:0!important;height:42px!important;padding:0 14px!important;border-radius:12px!important;background:#f5fff7!important;border-color:#9be2b2!important;color:#07803c!important;font-size:13px!important}
.go-otp-input{display:grid!important;grid-template-columns:1fr auto!important;align-items:stretch!important;min-width:0!important}
.go-otp-input input{height:42px!important;border-radius:12px 0 0 12px!important;font-size:18px!important;letter-spacing:.04em!important;font-weight:900!important;padding:0 14px!important;min-width:0!important}
.go-otp-input button{height:42px!important;border-radius:0 12px 12px 0!important;padding:0 14px!important;background:#061b35!important;color:#fff!important;border:0!important;font-weight:900!important}
.go-verify-status{height:28px!important;min-width:84px!important;border-radius:999px!important;padding:0 10px!important;display:inline-grid!important;place-items:center!important;background:#fff0f0!important;border:1px solid #ffc5c5!important;color:#9b2f2f!important;font-size:11px!important;font-weight:900!important;white-space:nowrap!important;text-transform:uppercase!important;letter-spacing:.02em!important}
.go-verify-status.is-ok{background:#ecfff3!important;border-color:#a7e7bb!important;color:#087a39!important}
.go-verify-head .go-verify-icon{background:#eafff0!important;color:#0aae51!important;background-image:url('../social/whatsapp.png');background-size:24px;background-position:center;background-repeat:no-repeat;font-size:0!important}

.go-upload-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.go-brand-style-wrap{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
.go-field-label{grid-column:1/-1;color:#7a8798;font-size:12px;font-weight:900;margin-bottom:-4px!important}
.go-brand-style{height:76px;border:1px solid var(--go-line);border-radius:16px;background:#fff;display:grid;grid-template-columns:54px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;text-align:left;padding:12px 14px;cursor:pointer;transition:.18s ease;box-shadow:0 10px 24px rgba(6,27,53,.035)}
.go-brand-style:hover,.go-brand-style.is-active{border-color:#f7b500;box-shadow:0 0 0 3px rgba(247,181,0,.12),0 16px 34px rgba(6,27,53,.09);transform:translateY(-1px)}
.go-brand-style-icon{grid-row:1/3;width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#fff,#eef3f9);display:grid;place-items:center;overflow:hidden;border:1px solid #e2eaf3}
.go-brand-style-icon img{width:100%;height:100%;object-fit:cover;display:block}.go-brand-style-icon.no-img:before{content:"";width:100%;height:100%;background:linear-gradient(135deg,#061b35,#f7b500)}
.go-brand-style strong{font-size:15px;color:var(--go-text);font-weight:900}.go-brand-style small{font-size:11px;color:#6d7b91;font-weight:800}
.go-input-note{color:#7a8798;font-weight:800;font-size:12px;margin-top:4px}.go-field input[readonly]{background:#f8fafc;color:#7b8798}

.go-social-list{overflow:visible!important;border-radius:22px!important;background:#fff!important}
.go-social-row{grid-template-columns:38px 62px 1fr 1fr 1.45fr 104px 42px!important;gap:12px!important;padding:12px 14px!important;min-height:74px!important}
.go-social-icon{width:56px!important;height:56px!important;border-radius:16px!important;background:transparent!important;box-shadow:none!important;border:0!important;overflow:hidden!important;color:#061b35!important;font-size:18px!important}
.go-social-icon img{width:54px!important;height:54px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 8px 12px rgba(6,27,53,.10))!important;transition:transform .16s ease!important}
.go-social-row:hover .go-social-icon img{transform:scale(1.04)}
.go-delete{width:38px!important;height:38px!important;border-radius:12px!important;font-size:0!important;background:#fff!important;position:relative!important;transition:.16s ease!important}
.go-delete:before{content:"";width:18px;height:18px;background:url('../social/delete.png') center/contain no-repeat;display:block;margin:auto}.go-delete:after{content:"×";font-size:18px;line-height:1;color:#061b35;position:absolute;inset:0;display:grid;place-items:center}.go-delete:hover{border-color:#ffb2b2!important;background:#fff6f6!important;transform:translateY(-1px)}

.go-review-grid{grid-template-columns:390px 1fr!important;align-items:start!important}.go-phone-preview{width:360px;max-width:100%;margin:0 auto;border-radius:30px!important;background:#fff!important;overflow:hidden!important;position:relative!important;box-shadow:0 28px 70px rgba(6,27,53,.18)!important;border:0!important;text-align:center!important;padding-bottom:20px!important}.go-preview-top-icons{position:absolute;z-index:4;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;pointer-events:none}.go-preview-top-icons span{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.88);display:grid;place-items:center;border:1px solid rgba(6,27,53,.1);font-weight:900;color:#7b4b20}.go-phone-preview .go-preview-cover{height:150px!important;background-size:cover!important;background-position:center!important;border-bottom:0!important}.go-phone-preview .go-preview-logo{width:96px!important;height:96px!important;border-radius:999px!important;margin:-48px auto 12px!important;background:#fff!important;border:0!important;box-shadow:0 18px 42px rgba(6,27,53,.16)!important;overflow:hidden!important}.go-phone-preview .go-preview-logo img{width:72px;height:72px;object-fit:contain}.go-phone-preview h3{font-size:25px!important;margin:0 18px 2px!important;text-align:center!important;letter-spacing:-.035em!important}.go-preview-owner{font-size:12px;color:#ef7b00;font-weight:900;margin-bottom:10px}.go-phone-preview p{font-size:12px!important;line-height:1.45!important;margin:0 34px 12px!important;color:#677489!important;text-align:center!important}.go-preview-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;margin:0 18px 14px}.go-preview-chips span{border:1px solid #dfe7f1;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;background:#fff;color:#64748b}.go-preview-tabs{display:flex;align-items:center;justify-content:center;background:#eef2f6;border:1px solid #d7e1ec;border-radius:999px;width:210px;margin:0 auto 12px;padding:4px;gap:4px}.go-preview-tabs span{flex:1;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:900;color:#061b35}.go-preview-tabs .is-active{background:#7a4b25;color:#fff;box-shadow:0 8px 16px rgba(122,75,37,.22)}.go-preview-links{display:grid;gap:8px;padding:0 18px;margin-top:10px}.go-preview-link{height:56px;border:1px solid #ffd5b0;border-radius:14px;background:#fff;display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:10px;padding:8px 10px;text-align:left;box-shadow:0 8px 20px rgba(247,181,0,.06)}.go-preview-link img{width:34px;height:34px;object-fit:contain}.go-preview-link strong{display:block;font-size:12px;color:#061b35;line-height:1.1}.go-preview-link small{display:block;font-size:10px;color:#75839a;line-height:1.1;margin-top:2px}.go-preview-link b{font-size:22px;font-weight:500;color:#061b35}.go-gallery-btn{height:34px;border-radius:999px;border:1px solid #ffbf75;background:#fff;color:#061b35;font-weight:900;padding:0 18px;margin:18px auto 14px;display:inline-flex;align-items:center}.go-preview-footer{font-size:11px;font-weight:900;color:#061b35;margin:6px 0 12px}.go-contact-btn{height:38px;border:0;border-radius:999px;background:#8a582a;color:#fff;font-weight:900;padding:0 18px;box-shadow:0 12px 26px rgba(138,88,42,.2)}.go-theme-switch{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px;color:#64748b}.go-theme-switch i{width:42px;height:20px;border-radius:999px;background:linear-gradient(90deg,#9b632f,#f3f5f8);display:block;box-shadow:inset 0 0 0 1px rgba(6,27,53,.1)}
body.is-ar .go-brand-style{text-align:right;direction:rtl}body.is-ar .go-whatsapp-link-line{direction:rtl}body.is-ar .go-preview-link{text-align:right;direction:rtl;grid-template-columns:38px 1fr 18px}
@media (max-width:1100px){.go-upload-grid,.go-brand-style-wrap{grid-template-columns:1fr!important}.go-social-row{grid-template-columns:34px 62px 1fr 1fr!important}.go-review-grid{grid-template-columns:1fr!important}.go-phone-preview{width:340px!important}.go-otp-actions{grid-template-columns:1fr!important}.go-verify-status{width:max-content!important}}

/* v1.0.13 vertical exotic brand poster styles */
.go-brand-style-wrap{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
    align-items:stretch!important;
}
.go-brand-style-wrap .go-field-label{
    grid-column:1/-1!important;
    font-size:13px!important;
    letter-spacing:.05em!important;
    text-transform:uppercase!important;
    color:#6d7b91!important;
}
.go-brand-style.go-brand-poster{
    height:260px!important;
    min-height:260px!important;
    padding:0!important;
    display:block!important;
    position:relative!important;
    border:1px solid #dbe6f2!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:#fff!important;
    box-shadow:0 14px 34px rgba(6,27,53,.08)!important;
    text-align:left!important;
}
.go-brand-style.go-brand-poster:hover,
.go-brand-style.go-brand-poster.is-active{
    border-color:#f7b500!important;
    box-shadow:0 0 0 4px rgba(247,181,0,.16),0 24px 54px rgba(6,27,53,.16)!important;
    transform:translateY(-2px)!important;
}
.go-brand-poster-img{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    background:#eef3f8!important;
}
.go-brand-poster-img img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
}
.go-brand-poster:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.02) 45%,rgba(0,0,0,.72) 100%)!important;
    pointer-events:none!important;
}
.go-brand-poster-text{
    position:absolute!important;
    z-index:2!important;
    left:16px!important;
    right:16px!important;
    bottom:14px!important;
    color:#fff!important;
}
.go-brand-poster-text strong{
    display:block!important;
    color:#fff!important;
    font-size:19px!important;
    font-weight:950!important;
    letter-spacing:.01em!important;
    text-shadow:0 2px 12px rgba(0,0,0,.35)!important;
}
.go-brand-poster-text small{
    display:block!important;
    color:rgba(255,255,255,.9)!important;
    font-size:12px!important;
    font-weight:800!important;
    margin-top:4px!important;
}
.go-brand-poster.is-active:before{
    content:"✓"!important;
    position:absolute!important;
    z-index:3!important;
    top:12px!important;
    right:12px!important;
    width:30px!important;
    height:30px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:#f7b500!important;
    color:#061b35!important;
    font-weight:950!important;
    box-shadow:0 8px 20px rgba(0,0,0,.25)!important;
}
.go-phone-preview .go-preview-cover{
    height:178px!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:center!important;
}
body.is-ar .go-brand-poster{text-align:right!important;direction:rtl!important}
body.is-ar .go-brand-poster.is-active:before{right:auto!important;left:12px!important}
@media (max-width:1100px){
    .go-brand-style-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:720px){
    .go-brand-style-wrap{grid-template-columns:1fr!important}
    .go-brand-style.go-brand-poster{height:220px!important;min-height:220px!important}
}

/* v1.0.14 image-driven theme colors */
:root{--profile-accent:#f30204;--profile-dark:#140507;--profile-soft:#fff0f0}
.go-brand-style.go-brand-poster{border-color:color-mix(in srgb,var(--style-accent,#f7b500) 28%,#dbe6f2)!important}
.go-brand-style.go-brand-poster:hover,
.go-brand-style.go-brand-poster.is-active{border-color:var(--style-accent,#f7b500)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--style-accent,#f7b500) 18%,transparent),0 24px 54px rgba(6,27,53,.16)!important}
.go-brand-poster.is-active:before{background:var(--style-accent,#f7b500)!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.22)!important}
.go-brand-poster:after{background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.02) 44%,color-mix(in srgb,var(--style-dark,#061b35) 82%,transparent) 100%)!important}
.go-preview-tabs .is-active{background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark))!important;color:#fff!important;box-shadow:0 8px 16px color-mix(in srgb,var(--profile-accent) 28%,transparent)!important}
.go-preview-link{border-color:color-mix(in srgb,var(--profile-accent) 34%,#fff)!important;background:linear-gradient(90deg,#fff,color-mix(in srgb,var(--profile-soft) 58%,#fff))!important;box-shadow:0 8px 20px color-mix(in srgb,var(--profile-accent) 8%,transparent)!important}
.go-preview-owner{color:var(--profile-accent)!important}.go-gallery-btn{border-color:color-mix(in srgb,var(--profile-accent) 48%,#fff)!important;color:var(--profile-dark)!important}.go-contact-btn{background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark))!important;box-shadow:0 12px 26px color-mix(in srgb,var(--profile-accent) 22%,transparent)!important}.go-theme-switch i{background:linear-gradient(90deg,var(--profile-accent),#f3f5f8)!important}.go-phone-preview .go-preview-logo{box-shadow:0 18px 42px color-mix(in srgb,var(--profile-accent) 18%,rgba(6,27,53,.16))!important}.go-phone-preview h3{color:var(--profile-dark)!important}.go-preview-footer{color:var(--profile-dark)!important}


/* v1.0.15 compact exotic brand style grid - final override
   Active styles: Ferrari, Porsche, Lamborghini, Bugatti, Lotus, McLaren, Aston Martin.
   Pagani and Koenigsegg are removed from PHP and no longer render. */
.go-brand-style-wrap.compact-top{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
    margin-top:14px!important;
}
.go-brand-style-wrap.compact-top .go-field-label{
    grid-column:1/-1!important;
    margin:0 0 2px!important;
    font-size:12px!important;
    font-weight:950!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    color:#66768d!important;
}
.go-brand-style-wrap.compact-top .go-brand-style.go-brand-poster{
    height:118px!important;
    min-height:118px!important;
    padding:0!important;
    display:block!important;
    position:relative!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:#0b1220!important;
    border:1px solid color-mix(in srgb,var(--style-accent,#f7b500) 30%,#dbe6f2)!important;
    box-shadow:0 10px 24px rgba(6,27,53,.09)!important;
    text-align:left!important;
    cursor:pointer!important;
    transform:none!important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease!important;
}
.go-brand-style-wrap.compact-top .go-brand-style.go-brand-poster:hover{
    transform:translateY(-2px)!important;
    border-color:var(--style-accent,#f7b500)!important;
    box-shadow:0 0 0 3px color-mix(in srgb,var(--style-accent,#f7b500) 17%,transparent),0 18px 38px rgba(6,27,53,.14)!important;
    filter:saturate(1.05)!important;
}
.go-brand-style-wrap.compact-top .go-brand-style.go-brand-poster.is-active{
    transform:translateY(-2px)!important;
    border-color:var(--style-accent,#f7b500)!important;
    box-shadow:0 0 0 3px color-mix(in srgb,var(--style-accent,#f7b500) 26%,transparent),0 20px 44px rgba(6,27,53,.18)!important;
}
.go-brand-style-wrap.compact-top .go-brand-poster-img{position:absolute!important;inset:0!important;display:block!important;background:var(--style-dark,#061b35)!important}
.go-brand-style-wrap.compact-top .go-brand-poster-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transform:scale(1.01)!important;transition:transform .22s ease!important}
.go-brand-style-wrap.compact-top .go-brand-style.go-brand-poster:hover .go-brand-poster-img img,
.go-brand-style-wrap.compact-top .go-brand-style.go-brand-poster.is-active .go-brand-poster-img img{transform:scale(1.06)!important}
.go-brand-style-wrap.compact-top .go-brand-poster:after{
    content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;
    background:radial-gradient(circle at 70% 12%, color-mix(in srgb,var(--style-accent,#f7b500) 38%,transparent), transparent 36%),linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.14) 42%,color-mix(in srgb,var(--style-dark,#061b35) 86%,rgba(0,0,0,.22)) 100%)!important;
}
.go-brand-style-wrap.compact-top .go-brand-poster-text{position:absolute!important;z-index:2!important;left:10px!important;right:10px!important;bottom:9px!important;color:#fff!important}
.go-brand-style-wrap.compact-top .go-brand-poster-text strong{display:block!important;color:#fff!important;font-size:12px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:-.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-shadow:0 2px 10px rgba(0,0,0,.45)!important}
.go-brand-style-wrap.compact-top .go-brand-poster-text small{display:block!important;color:rgba(255,255,255,.82)!important;font-size:9px!important;line-height:1.15!important;font-weight:800!important;margin-top:3px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.go-brand-style-wrap.compact-top .go-brand-poster.is-active:before{
    content:"✓"!important;position:absolute!important;z-index:3!important;top:8px!important;right:8px!important;width:22px!important;height:22px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:var(--style-accent,#f7b500)!important;color:#fff!important;font-size:12px!important;font-weight:950!important;border:1px solid rgba(255,255,255,.45)!important;box-shadow:0 8px 18px rgba(0,0,0,.26)!important;text-shadow:0 1px 2px rgba(0,0,0,.28)!important
}
body.is-ar .go-brand-style-wrap.compact-top .go-brand-poster{direction:rtl!important;text-align:right!important}
body.is-ar .go-brand-style-wrap.compact-top .go-brand-poster-text{left:10px!important;right:10px!important}
body.is-ar .go-brand-style-wrap.compact-top .go-brand-poster.is-active:before{right:auto!important;left:8px!important}
.go-phone-preview{background:radial-gradient(circle at 50% 0%, color-mix(in srgb,var(--profile-accent) 11%,transparent), transparent 42%),#fff!important}
.go-phone-preview .go-preview-cover{height:178px!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important}
.go-preview-tabs .is-active{background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark))!important}
.go-preview-link{border-color:color-mix(in srgb,var(--profile-accent) 32%,#fff)!important;background:linear-gradient(90deg,#fff,color-mix(in srgb,var(--profile-soft) 68%,#fff))!important}
@media (max-width:1180px){.go-brand-style-wrap.compact-top{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media (max-width:820px){.go-brand-style-wrap.compact-top{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:520px){.go-brand-style-wrap.compact-top{grid-template-columns:repeat(2,minmax(0,1fr))!important}.go-brand-style-wrap.compact-top .go-brand-style.go-brand-poster{height:108px!important;min-height:108px!important}}

/* v1.0.16 live public-profile preview from form data */
.go-publish-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.go-preview-btn{height:52px;border:1px solid color-mix(in srgb,var(--profile-accent) 42%,#fff);border-radius:13px;background:#fff;color:var(--profile-dark);font-weight:950;padding:0 24px;box-shadow:0 12px 26px color-mix(in srgb,var(--profile-accent) 9%,transparent);cursor:pointer}.go-preview-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px color-mix(in srgb,var(--profile-accent) 14%,transparent)}.go-publish-btn{cursor:pointer}.go-publish-btn:disabled{opacity:.55;cursor:not-allowed}
.go-live-profile-preview{--profile-accent:#ff7900;--profile-dark:#061b35;--profile-soft:#fff7ee;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--profile-accent) 10%,transparent),transparent 42%),#fff;border:1px solid color-mix(in srgb,var(--profile-accent) 14%,#e5ebf3);box-shadow:0 28px 74px rgba(6,27,53,.16);text-align:center;color:#111827}.go-live-profile-preview:before{content:"";position:absolute;inset:0;background-image:var(--profile-bg-image);background-size:cover;background-position:center;opacity:.035;pointer-events:none}.go-live-profile-preview.is-compact{width:380px;max-width:100%;margin:0 auto;border-radius:34px;padding-bottom:22px}.go-live-hero{height:198px;position:relative;background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark));background-size:cover;background-position:center;overflow:hidden}.go-live-hero:after{content:"";position:absolute;inset:auto 0 0;height:66%;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 90%);pointer-events:none}.go-live-action{position:absolute;top:16px;z-index:4;width:38px;height:38px;border-radius:15px;border:1px solid rgba(6,27,53,.09);background:rgba(255,255,255,.92);display:grid;place-items:center;box-shadow:0 12px 28px rgba(6,27,53,.12);color:var(--profile-dark);font-weight:950}.go-live-action.left{left:16px}.go-live-action.right{right:16px}.go-live-action img{width:18px;height:18px;object-fit:contain}.go-live-logo{position:absolute;z-index:3;left:50%;bottom:10px;transform:translateX(-50%);width:108px;height:108px;border-radius:999px;background:#fff;display:grid;place-items:center;box-shadow:0 20px 48px color-mix(in srgb,var(--profile-accent) 18%,rgba(6,27,53,.16));overflow:hidden}.go-live-logo img{width:78px;height:78px;object-fit:contain;display:block}.go-live-intro{position:relative;z-index:2;padding:18px 28px 0}.go-live-intro h3{font-family:"Inter Tight",Inter,sans-serif;font-size:30px;font-weight:950;line-height:1;letter-spacing:-.05em;color:#111827;margin:0 0 7px}.go-live-owner{font-size:14px;font-weight:950;color:var(--profile-accent);margin-bottom:13px}.go-live-intro p{font-size:14px;line-height:1.45;color:#64748b;font-weight:600;margin:0 auto 16px;max-width:320px}.go-live-chips{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:0 auto 16px}.go-live-chips span{border:1px solid #dfe7f1;border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.84);font-size:11px;font-weight:950;color:#64748b;box-shadow:0 6px 14px rgba(6,27,53,.04)}.go-live-tabs{width:250px;max-width:calc(100% - 48px);margin:0 auto 16px;padding:5px;border-radius:999px;display:flex;gap:5px;background:#eef2f6;border:1px solid #d7e1ec;box-shadow:inset 0 2px 6px rgba(6,27,53,.05)}.go-live-tabs span{flex:1;border-radius:999px;padding:10px 12px;font-size:14px;font-weight:950;color:#061b35}.go-live-tabs .is-active{background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark));color:#fff;box-shadow:0 12px 24px color-mix(in srgb,var(--profile-accent) 22%,transparent)}.go-live-links{display:grid;gap:10px;padding:0 22px;margin-top:4px}.go-live-link{min-height:66px;border:1px solid color-mix(in srgb,var(--profile-accent) 28%,#fff);border-radius:18px;background:linear-gradient(90deg,#fff,color-mix(in srgb,var(--profile-soft) 70%,#fff));display:grid;grid-template-columns:50px 1fr 18px;align-items:center;gap:13px;padding:10px 14px;text-decoration:none;text-align:left;box-shadow:0 10px 24px color-mix(in srgb,var(--profile-accent) 8%,transparent);transition:.16s ease}.go-live-link:hover{transform:translateY(-1px);box-shadow:0 14px 30px color-mix(in srgb,var(--profile-accent) 13%,transparent)}.go-live-link img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(6,27,53,.10))}.go-live-link strong{display:block;font-size:15px;line-height:1.1;color:#111827;font-weight:950}.go-live-link small{display:block;font-size:12px;line-height:1.15;margin-top:4px;color:#64748b;font-weight:650}.go-live-link b{font-size:30px;font-weight:500;color:#111827}.go-live-empty{padding:18px;border:1px dashed color-mix(in srgb,var(--profile-accent) 30%,#dce4ee);border-radius:18px;color:#7a8798;font-size:13px;font-weight:850;background:rgba(255,255,255,.58)}.go-live-gallery{height:38px;border-radius:999px;border:1px solid color-mix(in srgb,var(--profile-accent) 48%,#fff);background:#fff;color:var(--profile-dark);font-weight:950;padding:0 18px;margin:18px auto 10px;display:inline-flex;align-items:center;justify-content:center}.go-live-footer{position:relative;z-index:2;padding:6px 22px 0}.go-live-divider{height:26px;display:flex;align-items:center;justify-content:center;color:var(--profile-accent);opacity:.9}.go-live-divider:before,.go-live-divider:after{content:"";height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--profile-accent) 38%,#dde5ef),transparent);flex:1}.go-live-divider span{padding:0 10px}.go-live-footer p{font-size:12px;color:var(--profile-dark);font-weight:950;margin:6px 0 12px}.go-live-contact{height:40px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark));color:#fff;font-weight:950;padding:0 20px;box-shadow:0 12px 28px color-mix(in srgb,var(--profile-accent) 22%,transparent)}.go-live-theme{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;color:#64748b;font-weight:800}.go-live-theme i{width:44px;height:21px;border-radius:999px;background:linear-gradient(90deg,var(--profile-accent),#f3f5f8);display:block;box-shadow:inset 0 0 0 1px rgba(6,27,53,.10)}
.go-preview-open{overflow:hidden}.go-full-preview-modal{position:fixed;z-index:9999;inset:0;display:grid;place-items:start center;min-height:100vh;padding:26px 18px 60px;overflow:auto;background:radial-gradient(circle at 15% 4%,color-mix(in srgb,var(--profile-accent) 9%,transparent),transparent 34%),linear-gradient(180deg,#fff,#f8fafc);isolation:isolate}.go-full-preview-modal[hidden]{display:none}.go-full-preview-bg{position:fixed;inset:0;z-index:-1;background-image:radial-gradient(color-mix(in srgb,var(--profile-accent) 22%,transparent) 1px, transparent 1px);background-size:22px 22px;pointer-events:none}.go-bg-watermark{position:absolute;left:9vw;top:10vh;font-size:22vw;font-family:"Inter Tight",Inter,sans-serif;font-weight:950;letter-spacing:-.08em;color:#061b35;opacity:.028;white-space:nowrap}.go-full-preview-close{position:fixed;top:18px;right:22px;z-index:3;width:46px;height:46px;border-radius:999px;border:1px solid rgba(6,27,53,.11);background:rgba(255,255,255,.92);box-shadow:0 14px 34px rgba(6,27,53,.15);font-size:28px;line-height:1;color:#061b35;cursor:pointer}.go-live-profile-preview.is-full{width:min(470px,calc(100vw - 40px));border-radius:38px;min-height:760px;margin:0 auto 26px;box-shadow:0 40px 100px rgba(6,27,53,.20)}.go-live-profile-preview.is-full .go-live-hero{height:278px}.go-live-profile-preview.is-full .go-live-logo{left:74px;bottom:50px;transform:none;width:140px;height:140px}.go-live-profile-preview.is-full .go-live-logo img{width:104px;height:104px}.go-live-profile-preview.is-full .go-live-intro{padding-top:24px}.go-live-profile-preview.is-full .go-live-intro h3{font-size:34px}.go-live-profile-preview.is-full .go-live-tabs{width:330px}.go-live-profile-preview.is-full .go-live-links{padding:0 26px;gap:12px}.go-live-profile-preview.is-full .go-live-link{min-height:74px;border-radius:20px;grid-template-columns:56px 1fr 22px}.go-live-profile-preview.is-full .go-live-link img{width:56px;height:56px}.go-analytics-mini{position:fixed;left:22px;bottom:26px;display:flex;gap:18px;background:rgba(255,255,255,.92);border:1px solid rgba(6,27,53,.08);border-radius:22px;padding:18px 24px;box-shadow:0 18px 48px rgba(6,27,53,.13);z-index:2}.go-analytics-mini div{min-width:56px;text-align:center}.go-analytics-mini b{display:block;font-size:18px;color:#111827}.go-analytics-mini span{font-size:11px;color:#64748b;font-weight:900}.go-full-floating-dock{position:fixed;right:24px;bottom:26px;z-index:2;display:grid;gap:10px;background:rgba(255,255,255,.86);border:1px solid rgba(6,27,53,.08);border-radius:28px;padding:10px;box-shadow:0 18px 48px rgba(6,27,53,.14);backdrop-filter:blur(18px)}.go-full-floating-dock button,.go-full-floating-dock a{width:48px;height:48px;border-radius:16px;border:0;background:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(6,27,53,.08);color:#061b35;font-weight:950;text-decoration:none}.go-full-floating-dock img{width:23px;height:23px;object-fit:contain}.go-full-floating-dock a{background:#25d366}.go-full-floating-dock a img{width:28px;height:28px}
body.is-ar .go-live-link{text-align:right;direction:rtl;grid-template-columns:50px 1fr 18px}body.is-ar .go-live-profile-preview.is-full .go-live-link{grid-template-columns:56px 1fr 22px}body.is-ar .go-live-profile-preview.is-full .go-live-logo{left:auto;right:74px}.go-live-profile-preview.is-full[dir="rtl"] .go-live-logo{left:auto;right:74px}
@media (max-width:1100px){.go-review-grid{grid-template-columns:1fr!important}.go-live-profile-preview.is-compact{width:360px}.go-publish-actions{justify-content:flex-start}}
@media (max-width:720px){.go-full-preview-modal{padding:0;background:#fff}.go-live-profile-preview.is-full{width:100%;min-height:100vh;border-radius:0;border:0;box-shadow:none}.go-live-profile-preview.is-full .go-live-hero{height:300px}.go-live-profile-preview.is-full .go-live-logo{left:34px;bottom:54px;width:118px;height:118px}.go-live-profile-preview.is-full .go-live-logo img{width:88px;height:88px}.go-full-preview-close{top:12px;right:12px}.go-analytics-mini{display:none}.go-full-floating-dock{right:12px;bottom:16px}.go-publish-actions{display:grid;grid-template-columns:1fr 1fr}.go-preview-btn,.go-publish-btn{width:100%;padding:0 12px}}

/* Publish / QR / generated public link polish */
.go-qr-modal,.go-publish-success{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:20px;background:rgba(6,27,53,.48);backdrop-filter:blur(16px)}
.go-qr-modal[hidden],.go-publish-success[hidden]{display:none!important}.go-qr-dialog,.go-success-card{position:relative;width:min(520px,calc(100vw - 34px));border:1px solid rgba(255,255,255,.58);border-radius:28px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 34px 100px rgba(6,27,53,.28);padding:28px;text-align:center;color:#0b1730}.go-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:1px solid #dfe7f1;border-radius:999px;background:#fff;color:#061b35;font-size:24px;line-height:1;font-weight:800;display:grid;place-items:center;cursor:pointer}.go-success-icon{width:68px;height:68px;border-radius:22px;margin:0 auto 14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--profile-accent,#f7b500),var(--profile-dark,#061b35));color:#fff;font-size:30px;font-weight:950;box-shadow:0 18px 42px color-mix(in srgb,var(--profile-accent,#f7b500) 25%,transparent)}.go-success-card h3,.go-qr-dialog h3{font-family:"Inter Tight",Inter,sans-serif;font-size:30px;line-height:1;margin:0 0 8px;font-weight:950;letter-spacing:-.04em}.go-success-copy,.go-qr-dialog p{margin:0 auto 18px;max-width:390px;color:#64748b;font-weight:700}.go-success-card input,.go-qr-dialog input{width:100%;height:46px;border:1px solid #d9e3f0;border-radius:14px;background:#fff;color:#0b1730;font-weight:850;text-align:center;padding:0 12px;box-shadow:inset 0 2px 6px rgba(6,27,53,.04)}.go-success-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.go-success-actions.compact{grid-template-columns:1fr 1fr}.go-success-actions a,.go-success-actions button{height:44px;border-radius:13px;border:1px solid color-mix(in srgb,var(--profile-accent,#f7b500) 34%,#dfe7f1);background:#fff;color:#061b35;font-weight:950;text-decoration:none;display:grid;place-items:center;cursor:pointer}.go-success-actions a:first-child,.go-success-actions button:first-child{background:linear-gradient(135deg,var(--profile-accent,#f7b500),var(--profile-dark,#061b35));color:#fff;border-color:transparent;box-shadow:0 14px 32px color-mix(in srgb,var(--profile-accent,#f7b500) 18%,transparent)}.go-success-rule{display:block;margin-top:15px;color:#8a97a8;font-weight:800}.go-qr-box{width:280px;height:280px;max-width:82vw;max-height:82vw;margin:10px auto 16px;position:relative;border-radius:26px;background:#fff;display:grid;place-items:center;padding:14px;border:1px solid #e5ebf3;box-shadow:0 18px 48px rgba(6,27,53,.12)}.go-qr-box>img{width:100%;height:100%;object-fit:contain;border-radius:18px}.go-qr-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:20px;background:#fff;display:grid;place-items:center;padding:8px;border:4px solid #fff;box-shadow:0 10px 28px rgba(6,27,53,.22)}.go-qr-logo img{width:100%;height:100%;object-fit:contain}.go-hide-analytics .go-analytics-mini{display:none!important}.go-live-action,.go-full-floating-dock button,.go-full-floating-dock a{cursor:pointer}.go-full-floating-dock button:disabled{opacity:.45;cursor:not-allowed}
@media (max-width:640px){.go-success-actions{grid-template-columns:1fr}.go-qr-dialog,.go-success-card{padding:24px 18px;border-radius:24px}.go-success-card h3,.go-qr-dialog h3{font-size:26px}}

/* Live preview: no fake shop data. Logo area uses uploaded logo only, or initials from entered shop name. */
.go-live-logo img[hidden], .go-qr-logo[hidden]{display:none!important}
.go-live-logo [data-preview-initials]{font-family:"Inter Tight",Inter,sans-serif;font-size:34px;font-weight:950;letter-spacing:-.06em;color:var(--profile-accent);line-height:1}
.go-live-profile-preview.is-full .go-live-logo [data-preview-initials]{font-size:44px}
.go-live-logo.is-empty{background:rgba(255,255,255,.72);border:1px dashed color-mix(in srgb,var(--profile-accent) 32%,#dfe7f1);box-shadow:none}
.go-live-logo.is-empty:after{content:"";width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark));opacity:.18}
.go-live-intro [hidden]{display:none!important}
.go-live-intro h3:empty{display:none}
.go-live-owner:empty,.go-live-intro p:empty{display:none}
.go-live-chips:empty{display:none}
.go-live-links:has(.go-live-empty){margin-top:8px}


/* v1.0.18 /p public URL + reference-accurate generated profile preview polish */
.go-live-profile-preview{
  background:radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--profile-accent) 8%,transparent),transparent 38%),#fff!important;
}
.go-live-profile-preview:before{
  background-image:var(--profile-bg-image, none)!important;
  opacity:.055!important;
}
.go-live-hero{
  background:linear-gradient(135deg,color-mix(in srgb,var(--profile-accent) 16%,#fff),#f8fafc 48%,color-mix(in srgb,var(--profile-dark) 8%,#fff))!important;
  border-bottom:1px solid color-mix(in srgb,var(--profile-accent) 16%,#dbe4ef)!important;
}
.go-live-hero:after{
  height:58%!important;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff 92%)!important;
}
.go-live-logo{
  left:34px!important;
  top:54px!important;
  bottom:auto!important;
  transform:none!important;
  width:190px!important;
  height:124px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  place-items:start!important;
}
.go-live-profile-preview.is-compact .go-live-logo{
  width:158px!important;
  height:104px!important;
  top:56px!important;
  left:26px!important;
}
.go-live-logo img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:drop-shadow(0 16px 26px rgba(6,27,53,.14));
}
.go-live-logo [data-preview-initials]{
  width:82px;
  height:82px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:#fff;
  box-shadow:0 18px 42px rgba(6,27,53,.14);
}
.go-live-logo.is-empty:after{display:none!important}
.go-live-tabs .is-active,
.go-live-contact{
  background:linear-gradient(135deg,var(--profile-accent),var(--profile-dark))!important;
}
.go-live-link{
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(10px);
}
.go-live-theme{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:14px auto 0!important;
  border:0!important;
  background:transparent!important;
  color:#64748b!important;
  font-weight:800!important;
  cursor:pointer!important;
  width:max-content!important;
}
.go-live-theme i{
  position:relative!important;
  width:44px!important;
  height:21px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--profile-accent),#f3f5f8)!important;
  display:block!important;
  box-shadow:inset 0 0 0 1px rgba(6,27,53,.10)!important;
}
.go-live-theme i:after{
  content:"";
  position:absolute;
  width:17px;
  height:17px;
  left:2px;
  top:2px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 3px 8px rgba(6,27,53,.18);
  transition:.2s ease;
}
.go-profile-dark .go-live-theme i:after{transform:translateX(23px)}
.go-profile-dark .go-live-profile-preview,
.go-live-profile-preview.is-dark{
  background:radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--profile-accent) 18%,transparent),transparent 42%),#0b1220!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.12)!important;
}
.go-profile-dark .go-live-hero,
.go-live-profile-preview.is-dark .go-live-hero{
  background:linear-gradient(135deg,var(--profile-dark),color-mix(in srgb,var(--profile-accent) 20%,var(--profile-dark)))!important;
  border-color:rgba(255,255,255,.1)!important;
}
.go-profile-dark .go-live-hero:after,
.go-live-profile-preview.is-dark .go-live-hero:after{
  background:linear-gradient(180deg,rgba(11,18,32,0),#0b1220 92%)!important;
}
.go-profile-dark .go-live-intro h3,
.go-profile-dark .go-live-link strong,
.go-profile-dark .go-live-link b,
.go-profile-dark .go-live-footer p,
.go-live-profile-preview.is-dark .go-live-intro h3,
.go-live-profile-preview.is-dark .go-live-link strong,
.go-live-profile-preview.is-dark .go-live-link b,
.go-live-profile-preview.is-dark .go-live-footer p{color:#fff!important}
.go-profile-dark .go-live-intro p,
.go-profile-dark .go-live-link small,
.go-live-profile-preview.is-dark .go-live-intro p,
.go-live-profile-preview.is-dark .go-live-link small{color:#b8c2d4!important}
.go-profile-dark .go-live-link,
.go-live-profile-preview.is-dark .go-live-link{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.12)!important}
.go-profile-dark .go-live-tabs,
.go-live-profile-preview.is-dark .go-live-tabs{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important}
.go-profile-dark .go-live-tabs span,
.go-live-profile-preview.is-dark .go-live-tabs span{color:#fff!important}
.go-profile-dark .go-live-chips span,
.go-live-profile-preview.is-dark .go-live-chips span{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important;color:#d8deea!important}
.go-analytics-mini,.go-full-floating-dock{display:none!important}
.go-show-analytics .go-analytics-mini{display:flex!important}
.go-show-dock .go-full-floating-dock{display:grid!important}
@media (max-width:720px){
  .go-live-profile-preview.is-full .go-live-logo{left:26px!important;top:62px!important;width:178px!important;height:116px!important}
}

/* v1.0.20 reference preview repair: uploaded hero image + left logo placement */
.go-live-profile-preview{
  --card-bg:#fff;
  background:radial-gradient(circle at 20% 0%,color-mix(in srgb,var(--profile-accent) 8%,transparent),transparent 30%),var(--card-bg)!important;
}
.go-live-profile-preview:before{
  background-image:var(--profile-bg-image, none)!important;
  background-size:cover!important;
  background-position:center!important;
  opacity:.045!important;
}
.go-live-hero{
  height:315px!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--profile-accent) 8%,#fff),#f8fafc 54%,color-mix(in srgb,var(--profile-dark) 6%,#fff))!important;
  overflow:hidden!important;
}
.go-live-profile-preview.is-compact .go-live-hero{height:265px!important}
.go-live-hero-img{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(1.08) contrast(1.02);
  animation:goHeroMove 9s ease-in-out infinite alternate;
}
.go-live-hero-img[hidden]{display:none!important}
.go-live-hero:after{
  z-index:2!important;
  inset:0!important;
  height:auto!important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.42) 58%,var(--card-bg) 100%)!important;
}
.go-live-action{z-index:5!important}
.go-live-logo{
  z-index:4!important;
  left:42px!important;
  top:58px!important;
  bottom:auto!important;
  transform:none!important;
  width:58%!important;
  max-width:300px!important;
  height:auto!important;
  min-height:96px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  place-items:unset!important;
}
.go-live-profile-preview.is-compact .go-live-logo{
  left:34px!important;
  top:58px!important;
  width:64%!important;
  max-width:230px!important;
  height:auto!important;
  min-height:94px!important;
}
.go-live-logo img{
  width:100%!important;
  height:auto!important;
  max-height:130px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:drop-shadow(0 12px 24px rgba(255,255,255,.30)) drop-shadow(0 8px 18px rgba(6,27,53,.10))!important;
  animation:goLogoIn .7s ease both;
}
.go-live-profile-preview.is-compact .go-live-logo img{max-height:112px!important}
.go-live-logo [data-preview-initials]{
  width:74px!important;
  height:74px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.92)!important;
  color:var(--profile-accent)!important;
  box-shadow:0 18px 42px rgba(6,27,53,.14)!important;
}
.go-live-intro{
  margin-top:-35px!important;
  padding:0 24px 18px!important;
  position:relative!important;
  z-index:6!important;
}
.go-live-profile-preview.is-compact .go-live-intro{margin-top:-30px!important}
.go-live-intro h3{font-size:34px!important;font-weight:900!important;letter-spacing:-.045em!important}
.go-live-profile-preview.is-compact .go-live-intro h3{font-size:30px!important}
.go-live-owner{font-size:17px!important;margin-top:3px!important;color:var(--profile-accent)!important}
.go-live-intro p{font-size:16px!important;max-width:360px!important}
.go-live-profile-preview.is-compact .go-live-intro p{font-size:14px!important;max-width:320px!important}
.go-live-tabs{margin-top:0!important;margin-bottom:20px!important;width:62%!important;min-width:300px!important;background:rgba(0,0,0,.05)!important}
.go-live-profile-preview.is-compact .go-live-tabs{width:calc(100% - 70px)!important;min-width:0!important}
.go-live-link{animation:goLinkIn .42s ease both;background:rgba(255,255,255,.70)!important}
.go-live-links .go-live-link:nth-child(1){animation-delay:.02s}.go-live-links .go-live-link:nth-child(2){animation-delay:.045s}.go-live-links .go-live-link:nth-child(3){animation-delay:.07s}.go-live-links .go-live-link:nth-child(4){animation-delay:.095s}.go-live-links .go-live-link:nth-child(5){animation-delay:.12s}.go-live-links .go-live-link:nth-child(6){animation-delay:.145s}
.go-profile-dark .go-live-profile-preview,
.go-live-profile-preview.is-dark{--card-bg:#0b1220;background:radial-gradient(circle at 50% -10%,color-mix(in srgb,var(--profile-accent) 18%,transparent),transparent 35%),#0b1220!important}
.go-profile-dark .go-live-hero:after,
.go-live-profile-preview.is-dark .go-live-hero:after{background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.12) 45%,var(--card-bg) 100%)!important}
.go-profile-dark .go-live-logo img,
.go-live-profile-preview.is-dark .go-live-logo img{filter:drop-shadow(0 14px 26px rgba(0,0,0,.65))!important}
@keyframes goHeroMove{from{transform:scale(1)}to{transform:scale(1.035)}}
@keyframes goLogoIn{from{opacity:0;transform:translateX(-16px) scale(.96)}to{opacity:1;transform:none}}
@keyframes goLinkIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:720px){
  .go-live-profile-preview.is-full .go-live-hero{height:300px!important}
  .go-live-profile-preview.is-full .go-live-logo{left:34px!important;top:58px!important;width:64%!important;max-width:300px!important;min-height:110px!important}
  .go-live-profile-preview.is-full .go-live-logo img{max-height:120px!important}
  .go-live-profile-preview.is-full .go-live-intro{margin-top:-34px!important}
}

/* Gallery multi-upload preview for builder publish flow */
.go-gallery-preview{display:none;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;margin:12px 0 18px}
.go-gallery-preview.has-items{display:grid}
.go-gallery-preview-item{position:relative;min-height:84px;border:1px solid rgba(15,23,42,.12);border-radius:18px;overflow:hidden;background:#f8fafc;box-shadow:0 10px 26px rgba(15,23,42,.06)}
.go-gallery-preview-item img,.go-gallery-preview-item video{width:100%;height:96px;display:block;object-fit:cover}
.go-gallery-preview-item button{position:absolute;top:7px;right:7px;width:24px;height:24px;border:0;border-radius:999px;background:rgba(15,23,42,.82);color:#fff;font-weight:900;cursor:pointer}
.go-gallery-upload-card small{display:block;margin-top:7px;color:#64748b;font-weight:700}


/* Media health, repair, delete and gallery controls */
.go-media-control-panel{margin:14px 0 4px;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#fff;padding:14px;box-shadow:0 12px 34px rgba(6,27,53,.05)}
.go-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.go-outline-btn.small{height:34px;margin:0;padding:0 14px;font-size:12px}.go-media-health-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.go-media-health-grid span{border-radius:12px;background:#fff4f4;color:#a43a3a;border:1px solid #ffd6d6;padding:9px 10px;font-size:12px;font-weight:900}.go-media-health-grid span.is-ok{background:#effff5;color:#11763c;border-color:#b8f0cb}.go-media-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.go-media-actions button{height:34px;border:1px solid #e5eaf2;background:#fff;border-radius:10px;padding:0 12px;font-size:12px;font-weight:900;color:#0f172a}.go-gallery-upload-block{margin:14px 0}.go-gallery-upload-block .go-upload-card{min-height:104px}.go-gallery-drag{position:absolute;left:7px;top:7px;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.88);display:grid;place-items:center;font-size:12px;font-weight:900;color:#0f172a}.go-review-media-panel{border:1px solid #e6edf6;background:#f8fafc;border-radius:16px;padding:12px;margin:0 0 14px}.go-review-media-panel label{display:block;font-size:12px;color:#64748b;font-weight:900}.go-review-media-panel input{width:100%;height:38px;border:1px solid #dbe5ef;border-radius:10px;padding:0 10px;margin-top:6px;font-weight:800}.go-review-media-panel div{font-size:12px;font-weight:900;color:#334155;margin-top:8px}
@media(max-width:900px){.go-media-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
