html, body.askoutapp-online-body {
  margin: 0;
  min-height: 100%;
  background: linear-gradient(135deg, #fff7ed, #fff1f2 46%, #fdf2f8);
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aop-root * { box-sizing: border-box; }
.aop-root button, .aop-root input, .aop-root textarea, .aop-root select { font: inherit; }
.aop-root button { border: 0; cursor: pointer; }
.aop-page { min-height: 100vh; display: grid; place-items: center; padding: 22px 12px 34px; background: var(--aop-bg, #fff1f2); }
.aop-wrap { width: min(100%, 560px); display: grid; gap: 16px; }
.aop-header { display: grid; grid-template-columns: 180px minmax(0, 370px); gap: 10px; align-items: end; }
.aop-logo { width: 180px; height: 180px; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(244,63,94,.2)); }
.aop-builder-head h1 { margin: 10px 0 0; font-size: clamp(30px, 6vw, 38px); line-height: 1.04; letter-spacing: -.04em; font-weight: 950; white-space: nowrap; }
.aop-builder-head p { margin: 6px 0 0; color: #64748b; font-size: 12px; line-height: 1.25; }
.aop-lang { width: 100%; min-height: 40px; border: 0; border-bottom: 1px solid #fecdd3; background: transparent; color: #64748b; padding-left: 18px; text-align: right; text-align-last: right; font-size: 12px; font-weight: 900; }
.aop-email { margin-top: 8px; display: grid; gap: 6px; }
.aop-email button { display: inline-flex; align-items: center; gap: 6px; width: fit-content; max-width: 100%; min-height: 34px; border-radius: 999px; background: #fff; color: #e11d48; outline: 2px solid #f91b5b; padding: 6px 12px; font-size: 12px; font-weight: 900; box-shadow: 0 8px 18px rgba(244,63,94,.1); }
.aop-email small { color: #64748b; font-size: 12px; }
.aop-phone { border-radius: 44px; background: #020617; padding: 10px; box-shadow: 0 24px 60px rgba(244,63,94,.26); }
.aop-screen { min-height: 640px; overflow: hidden; border-radius: 35px; background: linear-gradient(to bottom, #fff1f2, #fff7ed, #fff); }
.aop-topbar { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px 6px; }
.aop-chip, .aop-nav { border-radius: 999px; background: rgba(255,255,255,.85); color: #475569; font-size: 12px; font-weight: 900; box-shadow: 0 1px 8px rgba(15,23,42,.06); padding: 7px 12px; }
.aop-nav:disabled { opacity: .4; }
.aop-content { padding: 0 20px 22px; }
.aop-hero { position: relative; margin-top: 6px; overflow: hidden; border-radius: 26px; }
.aop-hero img { width: 100%; height: 224px; object-fit: cover; display: block; }
.aop-image-edit { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.94); color: #e11d48; font-size: 18px; font-weight: 950; box-shadow: 0 12px 26px rgba(15,23,42,.16); }
.aop-editable { position: relative; }
.aop-edit-icon { position: absolute; right: -6px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 999px; background: #fff; color: #f91b5b; font-size: 16px; font-weight: 950; box-shadow: 0 14px 30px rgba(15,23,42,.1); }
.aop-button-wrap { display: flex; justify-content: center; }
.aop-button-wrap .aop-edit-icon { right: 16px; }
.aop-title { max-width: 310px; margin: 20px auto 0; text-align: center; color: #0f172a; font-size: 36px; line-height: 1.05; letter-spacing: -.03em; font-weight: 950; }
.aop-title-tight { font-size: 30px; letter-spacing: 0; }
.aop-copy { max-width: 310px; margin: 14px auto 0; text-align: center; color: #64748b; font-size: 14px; line-height: 1.65; }
.aop-actions { position: relative; display: grid; gap: 12px; max-width: 290px; margin: 18px auto 0; }
.aop-primary { min-width: 132px; height: 48px; border-radius: 18px; background: #f91b5b; color: #fff; padding: 0 32px; font-size: 16px; font-weight: 950; box-shadow: 0 16px 32px rgba(244,63,94,.28); }
.aop-full-btn {  margin: 24px auto 0; display: block; }
.aop-dark-btn { min-width: 132px; height: 48px; border-radius: 18px; background: #020617; color: #fff; padding: 0 24px; font-size: 14px; font-weight: 950; }
.aop-outline-btn { width: 100%; height: 48px; margin-top: 12px; border-radius: 18px; background: #fff; color: #e11d48; font-size: 14px; font-weight: 950; outline: 1px solid #fecdd3; }
.aop-secondary { min-width: 132px; height: 46px; border-radius: 18px; background: #fff; color: #64748b; padding: 0 20px; font-size: 14px; font-weight: 950; box-shadow: 0 12px 26px rgba(244,63,94,.13); outline: 1px solid #ffe4e6; }
.aop-no-zone { position: relative; min-height: 128px; overflow: visible; }
.aop-no-zone .aop-edit-icon { right: -6px; top: 22px; }
.aop-no-btn { position: absolute; z-index: 3; white-space: nowrap; transition: all .34s cubic-bezier(.22,1,.36,1), transform .22s ease; }
.aop-no-pos-0 { left: 50%; top: 0; transform: translateX(-50%); }
.aop-no-pos-1 { left: 8px; top: 56px; transform: rotate(-4deg); }
.aop-no-pos-2 { left: 50%; top: -64px; transform: translateX(-50%) scale(1.03); background: #fff; color: #e11d48; }
.aop-no-pos-3 { left: 50%; top: 78px; transform: translateX(-50%) rotate(2deg); }
.aop-no-pos-4 { left: 50%; top: 28px; transform: translateX(-50%) scale(.94); }
.aop-center { min-height: 380px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.aop-center-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 26px; background: #ffe4e6; color: #e11d48; font-size: 36px; font-weight: 900; }
.aop-card { margin-top: 18px; padding: 18px; border-radius: 28px; background: white; box-shadow: 0 1px 7px rgba(15,23,42,.06); text-align: left; margin-left:40px; margin-right:40px; }
.aop-calendar-btn { box-sizing: border-box !important; display: inline-flex; align-items: center; justify-content: center; width: min(100%, 310px); min-height: 48px; margin: 18px auto 0; border-radius: 18px; background: #f91b5b; color: #fff; padding: 0 22px; font-size: 15px; font-weight: 950; text-decoration: none; box-shadow: 0 16px 32px rgba(244,63,94,.24); }
.aop-done { min-height: 590px; padding: 28px 18px 18px; text-align: center; }
.aop-done-card { text-align: left; }
.aop-done-card strong { color: #e11d48; display: block; margin-bottom: 12px; }
.aop-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.aop-linkbox { border-radius: 18px; background: #fff1f2; color: #334155; padding: 12px 14px; font-size: 14px; font-weight: 950; line-height: 1.6; word-break: break-all; }
.aop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.aop-option { min-height: 88px; border-radius: 22px; background: white; color: #0f172a; box-shadow: 0 1px 7px rgba(15,23,42,.06); font-weight: 950; }
.aop-option.active { outline: 2px solid #f91b5b; }
.aop-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.aop-plan-card { position: relative; min-height: 58px; border-radius: 16px; background: #fff; color: #0f172a; padding: 0; text-align: left; box-shadow: 0 1px 8px rgba(15,23,42,.05); font-size: 13px; font-weight: 950; }
.aop-plan-card.active { background: #f91b5b; color: #fff; box-shadow: 0 14px 28px rgba(244,63,94,.18); }
.aop-plan-select { width: 100%; min-height: 58px; border-radius: 16px; background: transparent; color: inherit; padding: 9px 44px 9px 14px; text-align: left; font-weight: 950; }
.aop-plan-emoji { display: block; font-size: 20px; line-height: 1; margin-bottom: 5px; }
.aop-mini-actions { position: absolute; right: 10px; top: 10px; display: flex; gap: 6px; }
.aop-mini-actions button { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 999px; background: #fff; color: #f91b5b; font-size: 12px; }
.aop-date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.aop-date-option { min-height: 58px; border-radius: 18px; background: white; color: #334155; box-shadow: 0 1px 8px rgba(15,23,42,.05); font-size: 14px; font-weight: 950; }
.aop-date-option.active { background: #f91b5b; color: #fff; }
.aop-date-submit { box-sizing: border-box !important; width: min(100%, 340px); margin-top: 18px; }
.aop-response-field { display: grid; gap: 7px; margin: 18px auto 0; max-width: 310px; text-align: left; }
.aop-response-field label { color: #0f172a; font-size: 13px; font-weight: 950; }
.aop-response-field input { width: 100%; min-height: 48px; border: 1px solid #fecdd3; border-radius: 18px; background: #fff; color: #0f172a; padding: 0 14px; font-size: 15px; font-weight: 800; outline: none; box-shadow: 0 1px 8px rgba(15,23,42,.05); }
.aop-response-field input:focus { border-color: #f91b5b; box-shadow: 0 0 0 3px rgba(249,27,91,.12); }
.aop-response-field small { color: #64748b; font-size: 12px; line-height: 1.35; }
.aop-pricing { padding: 22px 18px 18px; text-align: center; }
.aop-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; margin: 16px auto 4px; padding: 0 18px; border-radius: 999px; background: #fff1f2; color: #e11d48; font-size: 12px; font-weight: 950; }
.aop-price-list { display: grid; gap: 12px; margin-top: 18px; }
.aop-price-card { display: flex; align-items: center; justify-content: space-between; min-height: 84px; border-radius: 20px; background: #fff; padding: 16px; text-align: left; box-shadow: 0 1px 8px rgba(15,23,42,.05); color: #0f172a; }
.aop-price-card.active { outline: 2px solid #f91b5b; }
.aop-price-card strong { display: block; font-size: 16px; font-weight: 950; }
.aop-price-card small { display: block; max-width: 270px; margin-top: 4px; color: #64748b; font-size: 12px; font-weight: 850; }
.aop-price-card b { color: #e11d48; font-size: 22px; font-weight: 950; }
.aop-status { min-height: 22px; margin-top: 12px; color: #e11d48; font-size: 13px; font-weight: 850; text-align: center; }
.aop-steps { padding: 12px; border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: 0 10px 30px rgba(15,23,42,.07); text-align: center; }
.aop-steps > strong { display: block; margin-bottom: 10px; color: #475569; font-size: 13px; font-weight: 950; }
.aop-step-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.aop-step { display: grid; gap: 4px; place-items: center; min-height: 56px; border-radius: 17px; background: #fff; color: #64748b; padding: 7px 4px; font-size: 11px; font-weight: 950; }
.aop-step span { font-size: 15px; }
.aop-step small { font-size: 10px; font-weight: 950; }
.aop-step.active { background: #f91b5b; color: #fff; box-shadow: 0 12px 24px rgba(244,63,94,.18); }
.aop-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: end center; padding: 16px; background: rgba(15,23,42,.2); }
.aop-sheet { box-sizing: border-box !important; width: min(100%, 440px); max-width: calc(100vw - 32px); overflow: hidden; border-radius: 28px; background: #fff; padding: 20px; box-shadow: 0 30px 70px rgba(15,23,42,.18); }
.aop-field { box-sizing: border-box !important; display: block; width: 100%; max-width: 100%; min-width: 0; border: 1px solid #fecdd3; border-radius: 18px; padding: 13px 15px; color: #0f172a; font-size: 16px; font-weight: 700; outline: none; }
.aop-field:focus { border-color: #f91b5b; box-shadow: inset 0 0 0 1px #f91b5b, 0 0 0 3px rgba(249,27,91,.12); }
.aop-label { display: block; margin: 12px 0 6px; color: #475569; font-size: 12px; font-weight: 950; }
.aop-sheet-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.aop-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.aop-image-choice { overflow: hidden; border-radius: 18px; background: #fff1f2; outline: 2px solid transparent; padding: 0; }
.aop-image-choice.active { outline-color: #f91b5b; }
.aop-image-choice img { display: block; width: 100%; height: 118px; object-fit: cover; }
.aop-upload-box { margin-top: 16px; padding: 14px; border-radius: 18px; background: #fff7ed; color: #64748b; font-size: 13px; font-weight: 800; }
.aop-upload-label { display: grid; place-items: center; min-height: 46px; border-radius: 16px; background: #f91b5b; color: #fff; cursor: pointer; font-weight: 950; }
.aop-upload-label input { display: none; }
.aop-footer { text-align: center; color: #94a3b8; font-size: 11px; font-weight: 750; }

@media (max-width: 440px) {
  .aop-header { grid-template-columns: 128px minmax(0, 1fr); gap: 4px; }
  .aop-logo { width: 128px; height: 128px; }
  .aop-builder-head h1 { font-size: clamp(27px, 8vw, 32px); }
  .aop-phone { border-radius: 42px; padding: 9px; }
  .aop-screen { border-radius: 34px; min-height: 620px; }
  .aop-hero img { height: 210px; }
  .aop-title { font-size: 32px; }
}
