@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600&display=swap");

:root {
  font-family: "Inter", system-ui, sans-serif;
  color: #1b2232;
  background: #07142d;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --studio-blue: #418fff;
  --studio-ink: #1b2232;
  --studio-muted: #747e91;
  --studio-line: #dfe4ec;
  --studio-soft: #f5f7fa;
  --studio-error: #bd3446;
  /* Shared AddressAutocomplete dropdown theme. */
  --navy-card: #f8fbff;
  --border: #e8eef7;
  --border-2: #cfdceb;
  --blue-faint: #eaf4ff;
  --text-1: #172b46;
  --r-md: 12px;
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; background: #07142d; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: #07142d; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.studio-page { min-height: 100vh; padding: 88px 22px 22px; position: relative; isolation: isolate; overflow-x: hidden; background: #061126; }
.studio-page::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(145deg, rgba(3, 12, 31, .54), rgba(3, 12, 31, .78)), radial-gradient(circle at 76% 16%, rgba(139, 193, 255, .22), transparent 34%); }
.studio-background-video { position: fixed; inset: -48px; z-index: -2; width: calc(100% + 96px); height: calc(100% + 96px); object-fit: cover; filter: blur(26px) saturate(1.08); opacity: .58; transform: scale(1.055) scaleX(-1); pointer-events: none; }
.studio-topbar { height: 78px; padding: 0; position: absolute; inset: 0 22px auto; z-index: 80; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.68); }
.studio-brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.studio-brand img { height: 24px; display: block; }
.studio-brand span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.studio-help { justify-self: end; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; text-decoration: none; }
.studio-help:hover { color: #fff; }

.studio-progress { width: max-content; max-width: calc(100% - 28px); height: auto; position: absolute; top: 88px; left: 50%; z-index: 70; transform: translate(-50%, -50%); }
.studio-progress-track { max-width: 100%; position: relative; display: flex; align-items: center; gap: 10px; }
.studio-progress-backdrop { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: rgba(177, 220, 255, .12); backdrop-filter: blur(28px) brightness(1.12) saturate(1.4); -webkit-backdrop-filter: blur(28px) brightness(1.12) saturate(1.4); }
.studio-progress-shell { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; overflow: visible; pointer-events: none; filter: drop-shadow(0 15px 28px rgba(25, 76, 132, .22)); }
.studio-progress-shell-outline { fill: none; stroke: rgba(235, 247, 255, .54); stroke-width: 1; vector-effect: non-scaling-stroke; }
.studio-progress button { height: 100%; padding: 0 17px; position: relative; z-index: 2; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 8px; border: 0; color: rgba(17, 61, 108, .68); cursor: default; background: transparent; font-size: 10px; font-weight: 700; transition: width .3s ease, padding .3s ease, color .2s ease; }
.studio-progress button.done { cursor: pointer; }
.studio-progress button span { display: grid; place-items: center; color: inherit; }
.studio-progress button.done { color: rgba(16, 91, 169, .82); }
.studio-progress button.active { padding-right: 20px; color: #fff; }
.studio-progress button.active::before { content: ""; position: absolute; inset: 8px 7px; z-index: -1; border: 1px solid rgba(210, 235, 255, .54); border-radius: 999px; background: #69aff8; box-shadow: 0 9px 22px rgba(32, 104, 201, .22), 0 0 22px rgba(130, 197, 255, .24), inset 0 0 0 5px rgba(255, 255, 255, .035), inset 0 1px 0 rgba(255, 255, 255, .38); }
.studio-progress button b { white-space: nowrap; }

.studio-layout { width: min(1080px, 100%); min-height: max(680px, calc(100vh - 110px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr); overflow: visible; border: 1px solid rgba(219, 237, 255, .3); border-radius: 34px; background: linear-gradient(145deg, rgba(154, 199, 244, .16), rgba(50, 90, 152, .09)); box-shadow: 0 44px 120px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .22); }
.studio-form-pane { min-width: 0; padding: clamp(52px, 5vw, 72px) clamp(38px, 6vw, 88px) 80px; border-radius: 33px; background: linear-gradient(150deg, rgba(231, 243, 255, .88), rgba(180, 211, 247, .78)); }
.studio-step { max-width: 900px; margin: 0 auto; }
.studio-prefill { max-width: 900px; margin: 0 auto 28px; padding: 13px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.58); border-radius: 13px; color: #547095; background: rgba(245,250,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.55); font-size: 11.5px; line-height: 1.5; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.studio-prefill svg { flex: 0 0 auto; color: #418fff; }
.studio-prefill strong { color: #315c96; }
.studio-section-title { margin-bottom: 38px; text-align: center; }
.studio-section-title h2 { max-width: 760px; margin: 0 auto 13px; font-family: "Outfit", sans-serif; color: #10233d; font-size: clamp(34px, 3.4vw, 46px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.studio-section-title p { max-width: 690px; margin: 0 auto; color: rgba(25, 50, 83, .68); font-size: 14px; line-height: 1.65; text-wrap: balance; }

.studio-form-card { margin-bottom: 18px; padding: 26px; border: 1px solid rgba(255,255,255,.6); border-radius: 22px; background: rgba(248, 252, 255, .48); box-shadow: 0 12px 30px rgba(44, 91, 147, .07), inset 0 1px 0 rgba(255,255,255,.65); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.studio-form-card > h3 { margin: 0 0 22px; color: #3a4354; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.studio-fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 15px; }
.studio-field { min-width: 0; display: flex; flex-direction: column; }
.studio-field.wide { grid-column: 1 / -1; }
.studio-field label { margin-bottom: 8px; display: flex; align-items: center; color: #343d4e; font-size: 11.5px; font-weight: 700; }
.studio-field label > .studio-label-copy { color: inherit; font-size: inherit; font-weight: inherit; letter-spacing: normal; text-transform: none; }
.studio-required-mark { margin-left: 3px; display: inline; color: #2580ee !important; font-size: 1.08em !important; font-weight: 800 !important; line-height: 1; letter-spacing: 0 !important; text-transform: none !important; }
.studio-field input, .studio-field select, .studio-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.62); border-radius: 12px; outline: 0; color: #172b46; background: rgba(248,252,255,.58); box-shadow: 0 8px 24px rgba(44,91,147,.06), inset 0 1px 0 rgba(255,255,255,.68); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: .18s ease; }
.studio-field input, .studio-field select { height: 52px; padding: 0 14px; }
.studio-field textarea { min-height: 108px; padding: 13px 14px; resize: vertical; line-height: 1.55; }
.studio-field input::placeholder, .studio-field textarea::placeholder { color: #a5acb9; }
.studio-field input:hover, .studio-field select:hover, .studio-field textarea:hover { border-color: rgba(100,154,222,.48); background: rgba(252,254,255,.72); }
.studio-field input:focus, .studio-field select:focus, .studio-field textarea:focus { border-color: rgba(47,130,239,.68); background: rgba(255,255,255,.8); box-shadow: 0 0 0 4px rgba(47,130,239,.12), 0 12px 26px rgba(45,101,171,.1), inset 0 1px 0 rgba(255,255,255,.82); }
.studio-field input:disabled { color: #8995a5; cursor: not-allowed; border-color: rgba(159,176,197,.28); background: rgba(222,231,241,.52); box-shadow: none; }
.studio-field.has-error input, .studio-field.has-error select, .studio-field.has-error textarea { border-color: #d87684; }
.studio-field.has-error .studio-upload-zone { border-color: rgba(216,118,132,.72); }
.studio-field small { margin-top: 6px; color: #989fac; font-size: 9.5px; }
.studio-field em { margin-top: 6px; color: var(--studio-error); font-size: 10px; font-style: normal; font-weight: 700; }
.studio-select-wrap { position: relative; }
.studio-select-wrap select { padding-right: 36px; appearance: none; }
.studio-select-wrap svg { position: absolute; right: 13px; top: 17px; color: #8590a2; pointer-events: none; }
.studio-category-options { display: flex; flex-wrap: wrap; gap: 8px; }
.studio-category-chip { min-height: 36px; padding: 0 12px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; color: #38506f; cursor: pointer; background: rgba(248,252,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.56); font-size: 10.5px; font-weight: 600; transition: .16s ease; }
.studio-category-chip:hover { border-color: rgba(83,141,213,.45); color: #1e3f69; background: rgba(255,255,255,.66); }
.studio-category-chip.selected { border-color: rgba(47,130,239,.58); color: #174d92; background: rgba(222,239,255,.78); box-shadow: 0 0 0 3px rgba(47,130,239,.09), inset 0 1px 0 rgba(255,255,255,.7); }
.studio-category-chip:disabled { opacity: .42; cursor: not-allowed; }
.studio-category-chip:disabled:hover { border-color: rgba(255,255,255,.6); color: #38506f; background: rgba(248,252,255,.48); }
.studio-field.has-error .studio-category-chip { border-color: #d87684; }

.studio-offer-current-type { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(105,151,207,.24); border-radius: 999px; color: #3d75b6; background: rgba(222,238,255,.64); box-shadow: inset 0 1px 0 rgba(255,255,255,.72); font-size: 9px; font-weight: 700; }
.studio-offer-type-picker { margin: 0 0 25px; padding: 16px; border: 1px solid rgba(255,255,255,.6); border-radius: 21px; background: rgba(222,238,255,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.65); }
.studio-offer-type-picker-head { margin-bottom: 13px; padding: 0 3px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.studio-offer-type-picker-head strong, .studio-offer-type-picker-head small { display: block; }
.studio-offer-type-picker-head strong { color: #304158; font-size: 11.5px; }
.studio-offer-type-picker-head small { margin-top: 3px; color: #8390a2; font-size: 8.5px; }
.studio-offer-type-picker-head > span { padding: 5px 8px; border-radius: 999px; color: #4d7eb7; background: rgba(232,244,255,.76); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.studio-offer-type-options { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.studio-offer-type-options > button { min-width: 0; padding: 7px; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 19px; color: inherit; cursor: pointer; text-align: left; background: rgba(250,253,255,.5); box-shadow: 0 8px 22px rgba(46,91,147,.06), inset 0 1px 0 rgba(255,255,255,.72); transition: .2s ease; }
.studio-offer-type-options > button:hover { border-color: rgba(77,139,215,.42); background: rgba(255,255,255,.76); transform: translateY(-2px); }
.studio-offer-type-options > button.selected { border-color: rgba(47,130,239,.64); background: rgba(239,248,255,.9); box-shadow: 0 12px 28px rgba(47,108,181,.12), 0 0 0 3px rgba(47,130,239,.08), inset 0 1px 0 rgba(255,255,255,.8); }
.studio-type-example { height: 162px; position: relative; overflow: hidden; border-radius: 14px; }
.studio-type-experience { color: #fff; background-position: center; background-size: cover; }
.studio-type-experience::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,17,31,.08) 30%, rgba(7,17,31,.82)); }
.studio-type-experience > span { padding: 7px 9px; position: absolute; left: 10px; top: 10px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(19,39,66,.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 8px; font-weight: 700; }
.studio-type-experience > div { position: absolute; inset: auto 13px 13px; z-index: 1; }
.studio-type-experience small, .studio-type-experience strong, .studio-type-experience p { display: block; }
.studio-type-experience small { color: rgba(255,255,255,.68); font-size: 6.5px; font-weight: 800; letter-spacing: .11em; }
.studio-type-experience strong { margin-top: 4px; font-family: "Outfit", sans-serif; font-size: 18px; font-weight: 500; letter-spacing: -.015em; }
.studio-type-experience p { margin: 4px 65px 0 0; color: rgba(255,255,255,.78); font-size: 8px; line-height: 1.35; }
.studio-type-experience b { padding: 7px 9px; position: absolute; right: 0; bottom: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.18); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 7.5px; }
.studio-type-perk { display: grid; grid-template-rows: 1fr 37px; color: #fff; background: #d9a190; }
.studio-type-perk-photo { min-height: 0; padding: 11px; position: relative; display: flex; flex-direction: column; justify-content: space-between; background-position: center; background-size: cover; }
.studio-type-perk-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,17,31,.12), rgba(7,17,31,.7)); }
.studio-type-perk-photo > span, .studio-type-perk-photo > strong { position: relative; z-index: 1; }
.studio-type-perk-photo > span { width: max-content; padding: 7px 9px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(32,111,96,.54); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); font-size: 7.5px; }
.studio-type-perk-photo > strong { max-width: 220px; font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 500; line-height: 1.05; }
.studio-type-perk > b { position: relative; display: flex; align-items: center; justify-content: center; gap: 7px; letter-spacing: .08em; font-size: 9px; }
.studio-type-perk > b::before, .studio-type-perk > b::after { content: ""; width: 16px; height: 16px; position: absolute; top: -8px; border-radius: 50%; background: rgba(242,249,255,.94); }
.studio-type-perk > b::before { left: -8px; }
.studio-type-perk > b::after { right: -8px; }
.studio-type-option-copy { min-height: 58px; padding: 9px 4px 2px; display: grid; grid-template-columns: 34px 1fr 24px; align-items: center; gap: 9px; }
.studio-type-option-copy > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 11px; color: #5680b2; background: rgba(226,239,253,.9); }
.studio-offer-type-options > button.selected .studio-type-option-copy > span { color: #fff; background: #61a9f6; box-shadow: 0 7px 17px rgba(45,119,211,.18); }
.studio-type-option-copy strong, .studio-type-option-copy small { display: block; }
.studio-type-option-copy strong { color: #304158; font-size: 10.5px; }
.studio-type-option-copy small { margin-top: 3px; color: #8794a5; font-size: 8px; line-height: 1.35; }
.studio-type-option-copy > i { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(104,148,201,.24); border-radius: 50%; color: #fff; background: rgba(236,245,255,.7); }
.studio-offer-type-options > button.selected .studio-type-option-copy > i { border-color: #61a9f6; background: #61a9f6; }
.studio-type-widget { height: 148px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 15px; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.82), rgba(220,237,255,.42) 42%, rgba(197,220,247,.22) 72%); }
.studio-type-widget::before { content: ""; width: 210px; height: 90px; position: absolute; left: 50%; bottom: 5px; border-radius: 50%; background: rgba(84,139,211,.15); filter: blur(22px); transform: translateX(-50%); }
.studio-type-widget > span { width: 190px; height: 190px; position: absolute; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.studio-type-widget > img { max-width: 78%; max-height: 132px; position: relative; z-index: 1; object-fit: contain; filter: drop-shadow(0 18px 19px rgba(54,71,112,.2)); transition: transform .28s ease; }
.studio-type-widget-experience { background: radial-gradient(circle at 50% 42%, rgba(248,243,255,.94), rgba(221,214,255,.54) 45%, rgba(198,217,250,.25) 72%); }
.studio-type-widget-experience::before { background: rgba(142,104,226,.2); }
.studio-type-widget-perk { background: radial-gradient(circle at 50% 42%, rgba(255,248,239,.96), rgba(255,222,202,.58) 45%, rgba(239,213,223,.28) 72%); }
.studio-type-widget-perk::before { background: rgba(236,116,72,.2); }
.studio-type-widget-perk > img { max-width: 70%; transform: rotate(1deg); }
.studio-offer-type-options > button:hover .studio-type-widget > img { transform: translateY(-3px) scale(1.025); }
.studio-offer-type-options > button:hover .studio-type-widget-perk > img { transform: translateY(-3px) rotate(1deg) scale(1.025); }
.studio-type-option-copy { grid-template-columns: 1fr 24px; padding: 10px 5px 2px 7px; }
.studio-type-option-copy > i { justify-self: end; }

.studio-offer-type-picker-standalone { margin: 0 0 18px; padding: 18px; background: linear-gradient(145deg, rgba(239,248,255,.52), rgba(214,233,254,.36)); box-shadow: 0 14px 34px rgba(44,91,147,.06), inset 0 1px 0 rgba(255,255,255,.72); }
.studio-offer-type-picker-standalone .studio-type-widget { height: 122px; }
.studio-offer-type-picker-standalone .studio-type-widget > img { max-height: 108px; }
.studio-offer-type-picker-standalone .studio-type-widget-perk > img { max-width: 62%; }
.studio-offer-type-cancel { margin: 12px auto 0; padding: 8px 12px; display: block; border: 0; color: #718096; cursor: pointer; background: transparent; font-size: 9px; font-weight: 700; }
.studio-offer-type-cancel:hover { color: #315f95; }

.studio-offer-collection { margin-bottom: 18px; padding: 17px; border: 1px solid rgba(255,255,255,.62); border-radius: 24px; background: linear-gradient(145deg, rgba(244,250,255,.48), rgba(217,235,254,.3)); box-shadow: 0 14px 34px rgba(44,91,147,.05), inset 0 1px 0 rgba(255,255,255,.74); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.studio-offer-collection-head { margin-bottom: 14px; padding: 0 3px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.studio-offer-collection-head > div { display: flex; align-items: center; gap: 9px; }
.studio-offer-collection-head strong { color: #263c58; font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 600; }
.studio-offer-collection-head span { padding: 5px 9px; border: 1px solid rgba(92,151,221,.14); border-radius: 999px; color: #2d72cb; background: rgba(224,240,255,.78); font-size: 8px; font-weight: 800; }
.studio-offer-collection-head small { color: #8390a2; font-size: 9px; }
.studio-offer-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 10px; }
.studio-offer-list article { min-width: 0; min-height: 104px; position: relative; display: flex; align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: rgba(255,255,255,.46); box-shadow: 0 10px 26px rgba(47,95,153,.05), inset 0 1px 0 rgba(255,255,255,.78); transition: .2s ease; }
.studio-offer-list article::after { content: ""; width: 3px; position: absolute; inset: 13px auto 13px 0; border-radius: 0 999px 999px 0; background: transparent; transition: .2s ease; }
.studio-offer-list article:hover { border-color: rgba(103,157,222,.32); background: rgba(255,255,255,.68); transform: translateY(-2px); }
.studio-offer-list article.active { border-color: rgba(47,130,239,.5); background: linear-gradient(135deg, rgba(241,249,255,.94), rgba(220,238,255,.84)); box-shadow: 0 14px 30px rgba(53,111,181,.11), 0 0 0 3px rgba(47,130,239,.07), inset 0 1px 0 rgba(255,255,255,.8); }
.studio-offer-list article.active::after { background: #4b9bf3; box-shadow: 0 0 13px rgba(75,155,243,.42); }
.studio-offer-card-main { min-width: 0; min-height: 102px; padding: 11px; flex: 1; display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; align-items: center; gap: 13px; color: inherit; text-align: left; }
.studio-offer-card-main > span { width: 76px; height: 78px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.68); border-radius: 17px; color: #5481ba; background: linear-gradient(145deg, rgba(230,242,255,.94), rgba(195,219,246,.74)); box-shadow: inset 0 1px 0 rgba(255,255,255,.72); }
.studio-offer-card-main > span img { width: 100%; height: 100%; object-fit: cover; }
.studio-offer-card-main > span.has-widget img { width: 86%; height: 86%; object-fit: contain; filter: drop-shadow(0 9px 9px rgba(50,69,104,.18)); }
.studio-offer-list article.active .studio-offer-card-main > span { border-color: rgba(108,170,239,.32); box-shadow: 0 9px 20px rgba(45,119,211,.13), inset 0 1px 0 rgba(255,255,255,.76); }
.studio-offer-card-copy { min-width: 0; }
.studio-offer-card-copy > small { margin-bottom: 6px; display: flex; align-items: center; gap: 8px; color: #7f91a7; white-space: nowrap; }
.studio-offer-card-copy > small span { display: inline-flex; align-items: center; gap: 4px; font-size: 8px; }
.studio-offer-card-copy > strong { display: block; overflow: hidden; color: #293d57; font-family: "Outfit", sans-serif; font-size: 14px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.studio-offer-card-copy > p { margin: 5px 0 0; overflow: hidden; color: #7d8b9d; font-size: 8.5px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.studio-offer-card-actions { display: flex; align-items: center; gap: 6px; }
.studio-offer-card-actions button { width: 42px; height: 42px; padding: 0; display: inline-grid; place-items: center; border: 1px solid rgba(92,145,208,.18); border-radius: 14px; color: #4774a9; cursor: pointer; background: rgba(247,251,255,.62); transition: .18s ease; }
.studio-offer-card-actions button:hover { border-color: rgba(71,139,222,.4); background: rgba(255,255,255,.88); transform: translateY(-1px); }
.studio-offer-card-actions button:last-child { color: #a05d68; }
.studio-offer-card-actions button:last-child:hover { border-color: rgba(194,91,109,.28); color: #b84358; background: rgba(255,245,247,.9); }

.studio-offer-editor { padding-top: 22px; }
.studio-offer-workbench { padding: 22px; background: linear-gradient(145deg, rgba(249,253,255,.58), rgba(218,237,255,.4)); }
.studio-offer-editor-head { margin: 0 0 20px; padding: 0 2px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(114,151,196,.17); }
.studio-offer-editor-head > div:first-child > span { display: block; color: #3b7bc6; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.studio-offer-editor-head h3 { margin: 5px 0 0; color: #273b56; font-family: "Outfit", sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
.studio-offer-editor-tools { display: flex; align-items: center; gap: 9px; }
.studio-cancel-new-offer { width: 38px; height: 38px; padding: 0; display: inline-grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(155,105,116,.18); border-radius: 50%; color: #8a6470; cursor: pointer; background: rgba(255,249,250,.58); transition: .18s ease; }
.studio-cancel-new-offer:hover { border-color: rgba(181,91,109,.32); color: #ad4359; background: rgba(255,246,248,.9); transform: translateY(-1px); }
.studio-offer-compose { display: grid; grid-template-columns: 1fr; align-items: start; gap: 25px; }
.studio-offer-live-preview { min-width: 0; position: sticky; top: 26px; }
.studio-member-offer-card { overflow: hidden; border: 1px solid rgba(255,255,255,.84); border-radius: 26px; background: rgba(248,252,255,.82); box-shadow: 0 24px 56px rgba(34,73,123,.17), inset 0 1px 0 rgba(255,255,255,.86); }
.studio-member-offer-visual { aspect-ratio: 1.12; position: relative; overflow: hidden; background: linear-gradient(145deg, #b8d8f7, #dceeff); }
.studio-offer-cover { width: 100%; height: 100%; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.7), transparent 28%), linear-gradient(145deg, #b8d8f7, #dceeff); }
.studio-offer-cover::before, .studio-offer-cover::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.24); }
.studio-offer-cover::before { width: 150px; height: 150px; right: -55px; top: -40px; }
.studio-offer-cover::after { width: 110px; height: 110px; left: -35px; bottom: -30px; }
.studio-offer-cover > input { display: none; }
.studio-offer-cover > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 0; object-fit: cover; }
.studio-offer-cover.has-photo::after { inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(180deg, rgba(8,23,43,.02) 48%, rgba(7,18,35,.58)); }
.studio-offer-cover-action { min-width: 160px; padding: 13px 15px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.68); border-radius: 17px; color: #315f94; cursor: pointer; text-align: left; background: rgba(244,250,255,.66); box-shadow: 0 14px 28px rgba(44,94,153,.12), inset 0 1px 0 rgba(255,255,255,.72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: .2s ease; }
.studio-offer-cover-action:hover { background: rgba(255,255,255,.84); transform: translateY(-2px); }
.studio-offer-cover.has-photo .studio-offer-cover-action { min-width: 0; padding: 10px 12px; position: absolute; left: 13px; bottom: 13px; color: #fff; border-color: rgba(255,255,255,.26); background: rgba(15,35,60,.28); box-shadow: none; }
.studio-offer-cover-action > span { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #62aaf5; }
.studio-offer-cover.has-photo .studio-offer-cover-action > span { width: 28px; height: 28px; background: rgba(255,255,255,.18); }
.studio-offer-cover-action strong, .studio-offer-cover-action small { display: block; }
.studio-offer-cover-action strong { font-size: 10.5px; }
.studio-offer-cover-action small { margin-top: 2px; color: inherit; opacity: .72; font-size: 8px; }
.studio-offer-cover-remove { width: 32px; height: 32px; position: absolute; right: 13px; top: 13px; z-index: 4; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; cursor: pointer; background: rgba(15,35,60,.32); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.studio-member-offer-type { padding: 8px 10px; position: absolute; left: 13px; top: 13px; z-index: 3; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: #fff; background: rgba(18,49,82,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); font-size: 8.5px; font-weight: 700; }
.studio-member-offer-copy { padding: 20px; }
.studio-member-offer-copy > small { color: #3d82d1; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.studio-member-offer-copy h3 { margin: 8px 0 7px; color: #23364f; font-family: "Outfit", sans-serif; font-size: 22px; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; text-transform: none; }
.studio-member-offer-copy p { min-height: 40px; margin: 0; color: #708097; font-size: 10px; line-height: 1.55; }
.studio-member-offer-copy > div { margin-top: 16px; padding-top: 13px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid rgba(87,129,181,.13); }
.studio-member-offer-copy span { color: #718198; font-size: 8.5px; }
.studio-member-offer-copy b { color: #2e73c4; font-size: 9px; }
.studio-offer-live-note { margin: 13px 3px 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: #5077a5; }
.studio-offer-live-note > span, .studio-offer-live-note strong, .studio-offer-live-note small { display: block; }
.studio-offer-live-note strong { font-size: 9px; }
.studio-offer-live-note small { margin-top: 1px; color: #8a96a6; font-size: 8px; }
.studio-cover-error { text-align: center; }

.studio-offer-form-flow { width: min(100%, 730px); min-width: 0; margin: 0 auto; }
.studio-offer-editor-note { margin: 0 0 20px; padding: 10px 12px; display: flex; align-items: center; gap: 8px; border-radius: 11px; color: #657b98; background: rgba(220,237,255,.54); font-size: 9.5px; line-height: 1.45; }
.studio-offer-editor-note svg { flex: 0 0 auto; color: #4386d8; }
.studio-offer-form-section { padding: 2px 0 25px; }
.studio-offer-form-section + .studio-offer-form-section { padding-top: 25px; border-top: 1px solid rgba(93,137,190,.15); }
.studio-offer-form-section > header { margin-bottom: 18px; display: flex; align-items: center; gap: 11px; }
.studio-offer-form-section > header > span { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #71b4f8, #478fe6); box-shadow: 0 8px 18px rgba(53,121,203,.2); font-size: 9.5px; font-weight: 800; }
.studio-offer-form-section > header strong, .studio-offer-form-section > header small { display: block; }
.studio-offer-form-section > header strong { color: #304158; font-size: 12px; }
.studio-offer-form-section > header small { margin-top: 3px; color: #8794a5; font-size: 8.5px; line-height: 1.4; }
.studio-experience-details { padding-bottom: 4px; }
.studio-location-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.studio-perk-redemption-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.studio-perk-method-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.studio-location-options button { min-height: 48px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.64); border-radius: 14px; color: #38506f; cursor: pointer; text-align: left; background: rgba(248,252,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.62); font-size: 12px; font-weight: 600; transition: .18s ease; }
.studio-location-options button:hover { border-color: rgba(83,141,213,.45); color: #1e3f69; background: rgba(255,255,255,.68); transform: translateY(-1px); }
.studio-location-options button.selected { border-color: rgba(47,130,239,.58); color: #174d92; background: rgba(222,239,255,.78); box-shadow: 0 0 0 3px rgba(47,130,239,.09), inset 0 1px 0 rgba(255,255,255,.72); }
.studio-location-options button > span { width: 21px; height: 21px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(92,137,191,.28); border-radius: 50%; color: #fff; background: rgba(255,255,255,.5); }
.studio-location-options button.selected > span { border-color: #438fe7; background: linear-gradient(145deg, #68aff7, #3d83da); }
.studio-field.has-error .studio-location-options button { border-color: rgba(216,118,132,.72); }
.studio-redemption-method-note { min-height: 52px; padding: 13px 15px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid rgba(80,145,220,.2); border-radius: 13px; color: #56708f; background: rgba(226,241,255,.52); }
.studio-redemption-method-note.wide { grid-column: 1 / -1; }
.studio-redemption-method-note svg { margin-top: 1px; flex: 0 0 auto; color: #3982d7; }
.studio-redemption-method-note p { margin: 0; font-size: 10.5px; line-height: 1.5; }
.studio-included-items { display: grid; gap: 10px; }
.studio-included-items-list { display: grid; gap: 8px; }
.studio-included-item { display: grid; grid-template-columns: 28px minmax(0, 1fr) 34px; align-items: center; gap: 8px; }
.studio-included-item > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(73,133,204,.24); border-radius: 9px; color: #397ed0; background: rgba(228,241,255,.72); font-size: 10px; font-weight: 800; }
.studio-included-item > input { height: 46px; }
.studio-included-item > button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(109,139,174,.22); border-radius: 10px; color: #718198; cursor: pointer; background: rgba(255,255,255,.5); transition: .16s ease; }
.studio-included-item > button:hover { border-color: rgba(203,92,111,.38); color: #b64f62; background: rgba(255,241,244,.72); }
.studio-included-items-footer { padding-left: 36px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.studio-included-items-footer button { min-height: 34px; padding: 0 11px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(68,132,210,.28); border-radius: 999px; color: #3578c8; cursor: pointer; background: rgba(235,246,255,.62); font-size: 10px; font-weight: 700; }
.studio-included-items-footer button:hover:not(:disabled) { border-color: rgba(53,125,211,.5); background: rgba(245,251,255,.86); }
.studio-included-items-footer button:disabled { opacity: .5; cursor: default; }
.studio-included-items-footer > span { color: #8794a5; font-size: 9.5px; white-space: nowrap; }
.studio-contact-method-copy { margin: 0; color: #5d718c; font-size: 11px; line-height: 1.55; }
.studio-field .studio-contact-method-hint { margin: 4px 0 10px; color: #7f8d9f; font-style: italic; }
.studio-contact-method-options { margin-top: 0; }
.studio-contact-method-options .studio-category-chip { min-width: 100px; justify-content: center; }
.studio-contact-profile-note { margin-top: 10px; padding: 9px 11px; display: flex; align-items: center; gap: 7px; border-radius: 10px; color: #52739b; background: rgba(225,240,255,.58); font-size: 9.5px; line-height: 1.45; }
.studio-contact-profile-note svg { flex: 0 0 auto; }
.studio-business-address { min-height: 88px; padding: 16px; grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(74,137,211,.22); border-radius: 16px; color: #49637f; background: linear-gradient(135deg, rgba(225,241,255,.72), rgba(245,251,255,.55)); box-shadow: inset 0 1px 0 rgba(255,255,255,.72); }
.studio-business-address > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: #347fd5; background: rgba(236,247,255,.86); box-shadow: 0 8px 18px rgba(45,105,177,.1); }
.studio-business-address strong { display: block; color: #2f4b6c; font-size: 12px; }
.studio-business-address p { margin: 4px 0 0; color: #6f8094; font-size: 11px; line-height: 1.5; }
.studio-other-location { padding: 18px; grid-column: 1 / -1; border: 1px solid rgba(84,141,209,.2); border-radius: 17px; background: rgba(226,241,255,.38); box-shadow: inset 0 1px 0 rgba(255,255,255,.6); }

.studio-offer-media-cta { margin-top: 24px; padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(69,132,211,.28); border-radius: 18px; background: linear-gradient(135deg, rgba(227,241,255,.78), rgba(244,250,255,.58)); box-shadow: 0 12px 28px rgba(39,91,156,.08), inset 0 1px 0 rgba(255,255,255,.76); }
.studio-offer-media-cta > div { min-width: 0; display: flex; align-items: center; gap: 11px; }
.studio-offer-media-cta > div > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #70b5fa, #3f88df); box-shadow: 0 8px 18px rgba(46,113,197,.2); }
.studio-offer-media-cta.saved > div > span { background: linear-gradient(145deg, #6fc6a6, #3d9a78); }
.studio-offer-media-cta strong, .studio-offer-media-cta small { display: block; }
.studio-offer-media-cta strong { color: #2d4058; font-size: 11px; }
.studio-offer-media-cta small { margin-top: 3px; color: #7f8e9f; font-size: 8.5px; line-height: 1.4; }
.studio-offer-media-cta > button { min-height: 43px; padding: 0 15px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.58); border-radius: 999px; color: #fff; cursor: pointer; background: linear-gradient(135deg, #62acf8, #2f7bdd); box-shadow: 0 10px 23px rgba(39,102,190,.2), inset 0 1px 0 rgba(255,255,255,.36); font-size: 9px; font-weight: 700; transition: .18s ease; }
.studio-offer-media-cta > button:hover { transform: translateY(-2px); box-shadow: 0 13px 27px rgba(39,102,190,.27), inset 0 1px 0 rgba(255,255,255,.4); }
.studio-offer-media-cta small:only-child { margin-top: 0; }
.studio-offer-save-error { margin: 8px 3px 0; text-align: right; }
.studio-offer-editor-actions { margin-top: 18px; display: flex; justify-content: flex-end; }
.studio-offer-editor-actions button { min-width: 118px; min-height: 43px; padding: 0 22px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; color: #fff; cursor: pointer; background: linear-gradient(135deg, #62acf8, #2f7bdd); box-shadow: 0 10px 23px rgba(39,102,190,.2), inset 0 1px 0 rgba(255,255,255,.36); font-size: 11px; font-weight: 700; transition: .18s ease; }
.studio-offer-editor-actions button:hover { transform: translateY(-2px); box-shadow: 0 13px 27px rgba(39,102,190,.27), inset 0 1px 0 rgba(255,255,255,.4); }

.studio-saved-offer-actions { display: block; }
.studio-add-another-offer { width: 100%; min-height: 76px; padding: 12px 15px; display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 12px; border: 1px dashed rgba(71,137,215,.4); border-radius: 20px; color: #3d76b7; cursor: pointer; text-align: left; background: rgba(236,247,255,.38); box-shadow: inset 0 1px 0 rgba(255,255,255,.62); transition: .18s ease; }
.studio-add-another-offer:hover { border-style: solid; border-color: rgba(61,137,229,.58); background: rgba(246,251,255,.7); transform: translateY(-2px); }
.studio-add-another-offer > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg, #73b8fa, #478ddd); box-shadow: 0 9px 20px rgba(45,111,193,.2); }
.studio-add-another-offer strong, .studio-add-another-offer small { display: block; }
.studio-add-another-offer strong { color: #2d4664; font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 600; }
.studio-add-another-offer small { margin-top: 3px; color: #8290a2; font-size: 8.5px; }

.studio-offer-consent { margin-top: 17px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(245,251,255,.5); box-shadow: inset 0 1px 0 rgba(255,255,255,.68); }

.studio-media-stack { display: grid; gap: 14px; }
.studio-media-picker > input { display: none; }
.studio-upload-zone { width: 100%; min-height: 82px; padding: 15px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; border: 1px dashed rgba(91,139,195,.46); border-radius: 15px; color: #596578; cursor: pointer; text-align: left; background: rgba(242,249,255,.48); transition: .18s ease; }
.studio-upload-zone:hover { border-color: rgba(47,130,239,.62); background: rgba(247,252,255,.72); }
.studio-upload-zone:disabled { cursor: default; border-style: solid; border-color: rgba(87,145,213,.22); background: rgba(232,243,254,.42); }
.studio-upload-zone:disabled > span { color: #58a278; background: rgba(220,245,232,.78); }
.studio-upload-zone > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: #397ee1; background: #eaf2fe; }
.studio-upload-zone strong, .studio-upload-zone small { display: block; }
.studio-upload-zone strong { margin-bottom: 4px; color: #384254; font-size: 11.5px; }
.studio-upload-zone small { color: #929bab; font-size: 9.5px; line-height: 1.4; }
.studio-upload-zone b { padding: 8px 12px; border: 1px solid #d7dee8; border-radius: 999px; color: #506078; background: #fff; font-size: 9.5px; white-space: nowrap; }
.studio-upload-requirements { margin-top: 10px; padding: 14px 16px; border: 1px solid rgba(72,134,207,.2); border-radius: 14px; color: #607590; background: rgba(234,245,255,.5); }
.studio-upload-requirements > strong { display: block; color: #334d6c; font-size: 10.5px; }
.studio-upload-requirements ul { margin: 8px 0 0; padding-left: 17px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 18px; }
.studio-upload-requirements li { font-size: 9.5px; line-height: 1.45; }
.studio-upload-requirements p { margin: 10px 0 0; padding-top: 9px; border-top: 1px solid rgba(77,135,203,.14); color: #4b719f; font-size: 9.5px; line-height: 1.5; }
.studio-media-feedback { margin-top: 9px; padding: 10px 12px; display: flex; align-items: flex-start; gap: 8px; border-radius: 11px; font-size: 9.5px; line-height: 1.45; }
.studio-media-feedback svg { margin-top: 1px; flex: 0 0 auto; }
.studio-media-feedback.warning { border: 1px solid rgba(207,153,53,.24); color: #866524; background: rgba(255,246,218,.62); }
.studio-media-feedback.error { border: 1px solid rgba(202,91,110,.25); color: #a34658; background: rgba(255,235,239,.68); }
.studio-media-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.studio-media-thumb { min-width: 0; position: relative; }
.studio-media-thumb img, .studio-video-thumb { width: 100%; aspect-ratio: 1; display: grid; place-items: center; object-fit: cover; border: 1px solid #dfe4eb; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #243657, #5279b2); }
.studio-media-thumb .studio-media-remove,.studio-media-edit { width: 26px; height: 26px; padding: 0; position: absolute; z-index: 2; right: 6px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #fff; cursor: pointer; background: rgba(11,18,31,.7); box-shadow: 0 3px 9px rgba(8,19,34,.18); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.studio-media-thumb .studio-media-remove { top: 6px; }
.studio-media-edit { bottom: 6px; }
.studio-media-thumb .studio-media-remove svg,.studio-media-edit svg { display: block; margin: 0; }
.studio-media-edit:hover,.studio-media-thumb .studio-media-remove:hover { border-color: rgba(255,255,255,.5); background: rgba(47,126,222,.88); }
.studio-image-crop-backdrop { padding: 22px; position: fixed; inset: 0; z-index: 210; display: grid; place-items: center; overflow-y: auto; background: rgba(8,17,31,.7); backdrop-filter: blur(22px) saturate(1.08); -webkit-backdrop-filter: blur(22px) saturate(1.08); }
.studio-image-crop-modal { width: min(100%, 590px); padding: 27px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: linear-gradient(150deg,rgba(244,250,255,.98),rgba(213,232,251,.98)); box-shadow: 0 34px 90px rgba(6,22,45,.34),inset 0 1px 0 rgba(255,255,255,.86); }
.studio-image-crop-close { width: 36px; height: 36px; padding: 0; position: absolute; z-index: 3; right: 18px; top: 18px; display: grid; place-items: center; border: 1px solid rgba(75,127,188,.16); border-radius: 50%; color: #55708e; cursor: pointer; background: rgba(255,255,255,.58); }
.studio-image-crop-close svg { display: block; margin: 0; }
.studio-image-crop-modal > header { padding-right: 44px; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 12px; }
.studio-image-crop-modal > header > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg,#70b4f8,#3f87da); box-shadow: 0 9px 20px rgba(47,113,193,.22); }
.studio-image-crop-modal > header h2 { margin: 0 0 3px; color: #2c4059; font-family: "Outfit",sans-serif; font-size: 22px; font-weight: 600; }
.studio-image-crop-modal > header p { margin: 0; color: #718197; font-size: 10.5px; line-height: 1.4; }
.studio-image-crop-workspace { margin: 22px auto 14px; display: grid; justify-items: center; }
.studio-image-crop-frame { width: min(100%, 440px); position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 25px; cursor: grab; touch-action: none; background-color: #d9e6f2; background-image: linear-gradient(45deg,rgba(255,255,255,.36) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.36) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.36) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.36) 75%); background-position: 0 0,0 10px,10px -10px,-10px 0; background-size: 20px 20px; box-shadow: 0 18px 38px rgba(48,90,142,.18); }
.studio-image-crop-frame:active { cursor: grabbing; }
.studio-image-crop-frame > img { max-width: none; position: absolute; display: block; user-select: none; pointer-events: none; will-change: left,top,transform; }
.studio-image-crop-grid { position: absolute; z-index: 2; inset: 0; pointer-events: none; border: 2px solid rgba(255,255,255,.76); border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(47,94,149,.12); }
.studio-image-crop-grid i { position: absolute; display: block; background: rgba(255,255,255,.38); box-shadow: 0 0 1px rgba(36,73,114,.14); }
.studio-image-crop-grid i:nth-child(1),.studio-image-crop-grid i:nth-child(2) { width: 1px; top: 0; bottom: 0; }
.studio-image-crop-grid i:nth-child(1) { left: 33.333%; }
.studio-image-crop-grid i:nth-child(2) { left: 66.666%; }
.studio-image-crop-grid i:nth-child(3),.studio-image-crop-grid i:nth-child(4) { height: 1px; left: 0; right: 0; }
.studio-image-crop-grid i:nth-child(3) { top: 33.333%; }
.studio-image-crop-grid i:nth-child(4) { top: 66.666%; }
.studio-image-crop-hint { margin-top: 10px; color: #73849a; font-size: 9.5px; text-align: center; }
.studio-image-crop-controls { width: min(100%, 430px); margin: 0 auto; display: grid; grid-template-columns: 38px minmax(0,1fr) 38px; align-items: center; gap: 10px; }
.studio-image-crop-controls > button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(59,120,194,.22); border-radius: 50%; color: #3277c8; cursor: pointer; background: rgba(255,255,255,.68); font-size: 22px; line-height: 1; }
.studio-image-crop-controls > button:disabled { cursor: default; opacity: .38; }
.studio-image-crop-controls label { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) 38px; align-items: center; gap: 9px; color: #52677f; font-size: 10px; font-weight: 700; }
.studio-image-crop-controls input { width: 100%; height: 6px; appearance: none; -webkit-appearance: none; border-radius: 999px; outline: none; cursor: pointer; background: linear-gradient(90deg,#418fff 0 var(--zoom-progress),#c9def5 var(--zoom-progress) 100%); }
.studio-image-crop-controls input::-webkit-slider-thumb { width: 17px; height: 17px; appearance: none; -webkit-appearance: none; border: 3px solid #fff; border-radius: 50%; background: #418fff; box-shadow: 0 2px 7px rgba(38,100,178,.28); }
.studio-image-crop-controls input::-moz-range-thumb { width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: #418fff; box-shadow: 0 2px 7px rgba(38,100,178,.28); }
.studio-image-crop-controls output { color: #377ac8; font-size: 9.5px; font-variant-numeric: tabular-nums; text-align: right; }
.studio-crop-quality-warning { width: min(100%, 430px); margin: 12px auto 0; padding: 9px 11px; display: flex; align-items: flex-start; gap: 7px; border: 1px solid rgba(207,153,53,.24); border-radius: 11px; color: #866524; background: rgba(255,246,218,.66); font-size: 9.5px; line-height: 1.45; }
.studio-crop-quality-warning svg { margin-top: 1px; flex: 0 0 auto; }
.studio-image-crop-error { text-align: center; }
.studio-image-crop-modal > footer { margin-top: 18px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(86,137,197,.16); }
.studio-image-crop-modal > footer button { min-height: 42px; padding: 0 17px; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; }
.studio-image-crop-modal > footer button:first-child { border: 0; color: #6c7d92; background: transparent; }
.studio-image-crop-modal > footer button:last-child { min-width: 112px; border: 1px solid rgba(255,255,255,.58); color: #fff; background: linear-gradient(135deg,#62acf8,#2f7bdd); box-shadow: 0 10px 23px rgba(39,102,190,.2),inset 0 1px 0 rgba(255,255,255,.36); }
.studio-image-crop-modal > footer button:disabled { cursor: wait; opacity: .55; }
.studio-inline-error { margin-top: 6px; color: var(--studio-error); font-size: 10px; font-weight: 700; }
.studio-offer-media-flow { margin-bottom: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.58); border-radius: 22px; background: rgba(229,242,255,.38); box-shadow: inset 0 1px 0 rgba(255,255,255,.64); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.studio-offer-media-flow-head { margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.studio-offer-media-flow-head strong, .studio-offer-media-flow-head span { display: block; }
.studio-offer-media-flow-head strong { color: #30425a; font-size: 12px; }
.studio-offer-media-flow-head span { margin-top: 3px; color: #8390a2; font-size: 9px; }
.studio-offer-media-flow-head > b { padding: 5px 9px; border-radius: 999px; color: #3774ba; background: rgba(220,238,255,.82); font-size: 8.5px; }
.studio-offer-media-tabs { margin-bottom: 12px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 8px; }
.studio-offer-media-tabs > button { min-width: 0; min-height: 58px; padding: 9px 11px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.6); border-radius: 13px; color: #6c7b90; cursor: pointer; text-align: left; background: rgba(255,255,255,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.58); transition: .17s ease; }
.studio-offer-media-tabs > button:hover { border-color: rgba(77,139,215,.38); background: rgba(255,255,255,.62); }
.studio-offer-media-tabs > button.active { border-color: rgba(47,130,239,.58); background: rgba(227,241,255,.82); box-shadow: 0 0 0 3px rgba(47,130,239,.07), inset 0 1px 0 rgba(255,255,255,.7); }
.studio-offer-media-tabs > button > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #6483ac; background: rgba(228,239,251,.9); }
.studio-offer-media-tabs > button.complete > span { color: #267e5c; background: #dff3ea; }
.studio-offer-media-tabs > button.active > span { color: #fff; background: #61a9f6; }
.studio-offer-media-tabs strong, .studio-offer-media-tabs small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.studio-offer-media-tabs strong { color: #354359; font-size: 10px; }
.studio-offer-media-tabs small { margin-top: 4px; color: #8995a5; font-size: 8.5px; }
.studio-active-offer-media { margin-bottom: 0; background: rgba(249,252,255,.6); }
.studio-active-offer-media-head { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.studio-active-offer-media-head > div { min-width: 0; display: flex; align-items: center; gap: 10px; }
.studio-active-offer-media-head > div > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #61a9f6; box-shadow: 0 7px 17px rgba(45,119,211,.18); font-size: 9px; font-weight: 800; }
.studio-active-offer-media-head small { display: block; color: #3b7bc6; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.studio-active-offer-media-head h3 { margin: 4px 0 0; overflow: hidden; color: #344258; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.studio-active-offer-media-head > b { padding: 5px 9px; flex: 0 0 auto; border-radius: 999px; color: #9b6670; background: #f7e9ec; font-size: 8px; }
.studio-active-offer-media.has-media .studio-active-offer-media-head > b { color: #287b5c; background: #e0f3ea; }
.studio-offer-media-nav { margin-top: 16px; padding-top: 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; border-top: 1px solid rgba(111,151,199,.16); }
.studio-offer-media-nav button, .studio-offer-media-nav > b { min-height: 34px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 999px; color: #3e73b2; cursor: pointer; background: rgba(224,239,255,.62); font-size: 8.5px; font-weight: 700; }
.studio-offer-media-nav button:first-child { justify-self: start; }
.studio-offer-media-nav button:last-child, .studio-offer-media-nav > b { justify-self: end; }
.studio-offer-media-nav button:disabled { color: #9ba5b3; cursor: default; background: transparent; }
.studio-offer-media-nav > span { color: #8190a4; font-size: 8.5px; font-weight: 700; }
.studio-offer-media-nav > b { color: #7d8b9e; background: rgba(227,237,248,.7); }
.studio-offer-media-nav > b.complete { color: #287b5c; background: #e0f3ea; }

.studio-boost-card { margin-bottom: 18px; padding: 26px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.62); border-radius: 22px; background: linear-gradient(145deg, rgba(247,252,255,.72), rgba(222,239,255,.62)); box-shadow: 0 12px 34px rgba(46,105,186,.08), inset 0 1px 0 rgba(255,255,255,.64); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.studio-boost-card::after { content: ""; width: 180px; height: 180px; position: absolute; right: -90px; top: -100px; border-radius: 50%; background: rgba(90, 153, 244, .13); filter: blur(8px); }
.studio-boost-head { position: relative; z-index: 1; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 13px; }
.studio-boost-head > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #b8d4f9; border-radius: 14px; color: #246ed5; background: #e6f1ff; }
.studio-boost-head p { margin: 0 0 3px; color: #377acb; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.studio-boost-head h3 { margin: 0; color: #213652; font-family: "Outfit", sans-serif; font-size: 20px; font-weight: 500; }
.studio-boost-head > b { padding: 5px 9px; border: 1px solid #c5d9f5; border-radius: 999px; color: #5b7da9; background: rgba(255, 255, 255, .65); font-size: 8.5px; letter-spacing: .08em; text-transform: uppercase; }
.studio-boost-card > p { margin: 16px 0; color: #60748f; font-size: 11px; line-height: 1.65; }
.studio-boost-compare { padding: 12px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 11px; border: 1px solid #d3e1f4; border-radius: 14px; background: rgba(255, 255, 255, .6); }
.studio-boost-compare > div { min-width: 0; }
.studio-boost-compare i, .studio-boost-compare small { display: block; }
.studio-boost-compare i { margin-bottom: 6px; color: #8599b2; font-size: 7.5px; font-style: normal; font-weight: 700; letter-spacing: .11em; }
.studio-boost-compare span { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 10px; color: #fff; font-size: 10px; font-weight: 700; }
.studio-compare-original { background: linear-gradient(135deg, #586577, #929ca9); }
.studio-compare-boost { background: linear-gradient(135deg, #1d68d3, #6ca9ff); box-shadow: inset 0 1px rgba(255,255,255,.25); }
.studio-boost-compare small { margin-top: 5px; color: #7f91a8; font-size: 8px; text-align: center; }
.studio-boost-choice { margin-top: 13px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.studio-boost-choice label { min-height: 76px; padding: 13px; display: grid; grid-template-columns: 29px 1fr; gap: 9px; align-items: start; border: 1px solid #d5e1f2; border-radius: 13px; cursor: pointer; background: rgba(255,255,255,.62); }
.studio-boost-choice label.selected { border-color: #6fa6f4; background: #fff; box-shadow: 0 0 0 3px rgba(65,143,255,.07); }
.studio-boost-choice input { position: absolute; opacity: 0; }
.studio-boost-choice label > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; color: #5e789b; background: #edf2f8; }
.studio-boost-choice label.selected > span { color: #fff; background: #418fff; }
.studio-boost-choice strong, .studio-boost-choice small { display: block; }
.studio-boost-choice strong { margin: 1px 0 3px; color: #33445b; font-size: 10.5px; }
.studio-boost-choice small { color: #7c8da3; font-size: 8.5px; line-height: 1.4; }
.studio-boost-note { margin-top: 13px; display: flex; gap: 8px; color: #6b829f; font-size: 9.5px; line-height: 1.5; }
.studio-boost-note svg { flex: 0 0 auto; margin-top: 1px; }

.studio-checkline, .studio-confirmations label { display: flex; align-items: flex-start; gap: 10px; color: #6e788a; cursor: pointer; font-size: 10.5px; line-height: 1.55; }
.studio-checkline input, .studio-confirmations input { position: absolute; opacity: 0; }
.studio-checkline > span, .studio-confirmations label > span { width: 21px; height: 21px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #cbd2dd; border-radius: 6px; color: transparent; background: #fff; }
.studio-checkline input:checked + span, .studio-confirmations input:checked + span { border-color: #418fff; color: #fff; background: #418fff; }
.studio-checkline.error > span, .studio-confirmations label.error > span { border-color: #ce6372; }
.studio-checkline p, .studio-confirmations p { margin: 1px 0 0; }
.studio-checkline p a { color: #2469b8; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(36,105,184,.35); text-underline-offset: 2px; }
.studio-checkline p a:hover { color: #174f92; text-decoration-color: currentColor; }
.studio-free-experience-toggle { margin-top: 12px; align-items: center; color: #415a78; font-weight: 650; }
.studio-free-experience-toggle input { width: 1px; height: 1px; padding: 0; }
.studio-free-experience-toggle p { margin: 0; }

.studio-review-bento { margin-bottom: 15px; display: grid; grid-template-columns: minmax(0,1fr); gap: 14px; }
.studio-review-card { min-width: 0; padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.66); border-radius: 24px; background: linear-gradient(145deg,rgba(249,253,255,.66),rgba(222,238,255,.46)); box-shadow: 0 18px 40px rgba(44,91,147,.08),inset 0 1px 0 rgba(255,255,255,.76); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.studio-review-card-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.studio-review-card-head > span { color: #477cc2; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.studio-review-card-head button { min-height: 32px; padding: 0 11px; border: 1px solid rgba(82,138,207,.15); border-radius: 999px; color: #4c78b5; cursor: pointer; background: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; }
.studio-review-profile-content { margin-top: 24px; display: flex; align-items: center; gap: 15px; }
.studio-review-avatar { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 18px; color: #fff; background: linear-gradient(145deg,#76bafa,#3e86dd); box-shadow: 0 12px 25px rgba(47,116,199,.2),inset 0 1px 0 rgba(255,255,255,.35); }
.studio-review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.studio-review-card h3 { margin: 0 0 5px; color: #2d4058; font-family: "Outfit",sans-serif; font-size: 20px; font-weight: 600; }
.studio-review-card p, .studio-review-card small { margin: 0; display: block; color: #73839a; }
.studio-review-card > small { margin-top: 18px; max-width: 540px; line-height: 1.55; }
.studio-review-offers-panel { margin-bottom: 15px; padding: 18px; border: 1px solid rgba(255,255,255,.66); border-radius: 24px; background: rgba(241,249,255,.46); box-shadow: 0 18px 40px rgba(44,91,147,.06),inset 0 1px 0 rgba(255,255,255,.74); }
.studio-review-offers-panel > header { margin-bottom: 14px; padding: 0 3px; display: flex; align-items: center; justify-content: space-between; color: #4a88d3; }
.studio-review-offers-panel > header span, .studio-review-offers-panel > header strong { display: block; }
.studio-review-offers-panel > header span { color: #477cc2; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.studio-review-offers-panel > header strong { margin-top: 4px; color: #2d4058; font-family: "Outfit",sans-serif; font-size: 17px; }
.studio-review-offers-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 11px; }
.studio-review-offer-card { min-width: 0; min-height: 132px; padding: 10px; display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 14px; border: 1px solid rgba(255,255,255,.72); border-radius: 19px; background: rgba(255,255,255,.54); box-shadow: inset 0 1px 0 rgba(255,255,255,.76); }
.studio-review-offer-card > span { min-height: 112px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: linear-gradient(145deg,#ddecfb,#bad5f1); }
.studio-review-offer-card > span img { width: 100%; height: 100%; object-fit: cover; }
.studio-review-offer-card > span.has-widget img { width: 84%; height: 84%; object-fit: contain; }
.studio-review-offer-copy { min-width: 0; padding: 6px 5px 5px 0; }
.studio-review-offer-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.studio-review-offer-copy > div > span { color: #4383cf; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.studio-review-offer-copy button { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(72,131,201,.14); border-radius: 11px; color: #4779b7; cursor: pointer; background: rgba(244,250,255,.66); }
.studio-review-offer-copy h3 { margin: 8px 0 4px; overflow: hidden; color: #2d4058; font-family: "Outfit",sans-serif; font-size: 16px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.studio-review-offer-copy p { margin: 0; color: #73839a; font-size: 10.5px; }
.studio-review-offer-copy small { margin-top: 8px; display: -webkit-box; overflow: hidden; color: #7e8da0; font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.studio-review-timeline { margin: 0 0 15px; padding: 24px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; overflow: hidden; border: 1px solid rgba(158,201,255,.16); border-radius: 24px; color: #fff; background: linear-gradient(145deg,#0c1b37,#123568); box-shadow: 0 20px 42px rgba(22,57,104,.16); }
.studio-review-timeline h3 { grid-column: 1 / -1; margin: 0 0 24px; text-align: center; font-family: "Outfit",sans-serif; font-size: 20px; font-weight: 500; }
.studio-review-timeline > div { min-width: 0; position: relative; display: grid; justify-items: center; gap: 10px; padding: 0 14px; text-align: center; }
.studio-review-timeline > div:not(:last-child)::after { content: ""; height: 1px; position: absolute; top: 16px; left: calc(50% + 26px); right: calc(-50% + 26px); background: linear-gradient(90deg,rgba(135,189,255,.18),rgba(164,211,255,.58),rgba(135,189,255,.18)); }
.studio-review-timeline i { width: 34px; height: 34px; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(164,207,255,.38); border-radius: 50%; color: #b9dbff; background: rgba(94,159,241,.16); font-size: 10px; font-style: normal; }
.studio-review-timeline strong, .studio-review-timeline small { display: block; }
.studio-review-timeline strong { color: #fff; font-size: 11.5px; line-height: 1.35; }
.studio-review-timeline small { margin-top: 5px; color: rgba(230,241,255,.52); font-size: 9.5px; line-height: 1.45; }
.studio-confirmations { padding: 18px; display: grid; gap: 13px; border: 1px solid rgba(255,255,255,.64); border-radius: 20px; background: rgba(247,252,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.72); }

.studio-actions { max-width: 900px; margin: 30px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.studio-actions-primary { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.studio-back, .studio-next { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; cursor: pointer; font-size: 11.5px; font-weight: 700; }
.studio-back { padding: 0 14px; border: 0; color: #697488; background: transparent; }
.studio-back:hover { color: #313b4e; background: #edf0f5; }
.studio-next { min-width: 154px; padding: 0 20px; border: 1px solid rgba(255,255,255,.56); color: #fff; background: linear-gradient(135deg, rgba(75,151,246,.94), rgba(31,105,213,.96)); box-shadow: 0 14px 30px rgba(38,101,188,.24), 0 0 22px rgba(124,188,255,.18), inset 0 1px 0 rgba(255,255,255,.36); }
.studio-next:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 12px 25px rgba(46, 119, 225, .3); }
.studio-next:disabled { cursor: wait; opacity: .65; }
.studio-submit-error { max-width: 760px; margin: 13px auto 0; padding: 12px; border: 1px solid #ebcbd0; border-radius: 12px; color: #9e3443; background: #fff6f7; font-size: 10.5px; }

/* Live app preview */
.studio-preview-pane { min-height: max(680px, calc(100vh - 110px)); padding: 38px clamp(24px, 3vw, 46px) 36px; position: sticky; top: 22px; align-self: start; display: flex; flex-direction: column; align-items: center; border-radius: 0 33px 33px 0; background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.3), transparent 34%), linear-gradient(155deg, rgba(212,232,252,.7), rgba(149,187,231,.5)); box-shadow: inset 1px 0 0 rgba(255,255,255,.3); }
.studio-preview-head { width: min(100%, 520px); display: flex; align-items: center; justify-content: space-between; }
.studio-preview-head > div span, .studio-preview-head > div strong { display: block; }
.studio-preview-head > div span { color: #8a94a5; font-size: 8.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.studio-preview-head > div strong { margin-top: 3px; color: #354052; font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 500; }
.studio-live-dot { display: flex; align-items: center; gap: 6px; color: #6c7687; font-size: 9px; font-weight: 700; }
.studio-live-dot i { width: 7px; height: 7px; border-radius: 50%; background: #31bb7b; box-shadow: 0 0 0 4px rgba(49,187,123,.11); }
.studio-preview-tabs { width: min(100%, 520px); margin: 15px 0 19px; padding: 4px; display: flex; gap: 3px; overflow-x: auto; border: 1px solid #d4dae3; border-radius: 12px; background: rgba(255,255,255,.55); }
.studio-preview-tabs button { min-width: max-content; flex: 1; height: 31px; padding: 0 10px; border: 0; border-radius: 8px; color: #7a8495; cursor: pointer; background: transparent; font-size: 8.5px; font-weight: 700; }
.studio-preview-tabs button.selected { color: #2d65b2; background: #fff; box-shadow: 0 2px 8px rgba(34,48,72,.09); }
.studio-device-wrap { display: grid; place-items: center; }
.studio-device { width: 288px; height: 590px; padding: 8px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 42px; background: #111621; box-shadow: 0 25px 60px rgba(34,48,70,.25), inset 0 0 0 1px rgba(0,0,0,.6); }
.studio-device-island { width: 83px; height: 21px; position: absolute; top: 13px; left: 50%; z-index: 20; transform: translateX(-50%); border-radius: 999px; background: #090c12; }
.app-screen { width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 34px; color: #444d61; background: #f5f6f9; }
.app-status { height: 34px; padding: 11px 18px 0; position: relative; z-index: 5; display: flex; justify-content: space-between; color: #101522; font-size: 7.5px; }
.app-status span { letter-spacing: 1px; font-size: 6px; }
.app-status-light { color: #fff; }
.app-nav-title { height: 35px; display: grid; place-items: center; border-bottom: 1px solid #e6e8ed; color: #3b4355; font-family: "Outfit", sans-serif; font-size: 11px; font-weight: 600; }
.app-home-head { padding: 11px 17px 8px; }
.app-home-head span, .app-home-head strong { display: block; }
.app-home-head span { margin-bottom: 2px; color: #8a92a1; font-size: 7px; }
.app-home-head strong { color: #363f52; font-size: 15px; line-height: 1.15; }
.app-search { height: 32px; margin: 5px 17px 14px; padding: 0 12px; display: flex; align-items: center; border: 1px solid #e7e9ee; border-radius: 11px; color: #afb4bd; background: #fff; font-size: 7px; }
.app-section-title { margin: 0 17px 8px; display: flex; justify-content: space-between; align-items: center; color: #424b5d; font-size: 8px; }
.app-section-title span { color: #8a92a1; font-size: 6.5px; }
.app-media { position: relative; overflow: hidden; color: #6d7e97; background: linear-gradient(135deg, #d9e3ef, #becde0); background-position: center; background-size: cover; }
.app-media-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #7492b6; font-size: 7px; }
.app-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 35%, rgba(4,9,18,.72)); }
.app-experience-banner { height: 190px; margin: 0 17px 16px; border-radius: 18px; }
.app-experience-banner > button, .app-explore-card > button, .app-details-photo > button { position: absolute; z-index: 3; border: 0; color: #fff; cursor: default; background: transparent; }
.app-experience-banner > button { right: 10px; top: 10px; }
.app-rating { position: absolute; left: 10px; top: 10px; z-index: 3; padding: 5px 7px; display: flex; align-items: center; gap: 4px; border-radius: 999px; color: #fff; background: rgba(20,28,38,.38); backdrop-filter: blur(7px); font-size: 6px; }
.app-rating svg { color: #ffe36b; }
.app-banner-copy { position: absolute; inset: auto 11px 12px; z-index: 2; color: #fff; }
.app-banner-copy strong, .app-banner-copy span { display: block; }
.app-banner-copy strong { font-size: 13px; }
.app-banner-copy span { margin-top: 2px; color: rgba(255,255,255,.8); font-size: 7px; }
.app-banner-copy small { position: absolute; right: 0; bottom: 0; font-size: 7px; }
.app-mini-row { margin: 0 17px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.app-mini-row i { height: 80px; border-radius: 13px; background: linear-gradient(140deg,#dce3ec,#b7c5d7); }

.app-explore-screen h3 { margin: 14px 17px 10px; color: #394255; font-size: 17px; line-height: 1.1; }
.app-card-grid { margin: 0 17px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.app-explore-card { padding-bottom: 9px; position: relative; overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 2px 9px rgba(36,47,65,.06); }
.app-explore-card .app-media { height: 121px; }
.app-explore-card > button { right: 7px; top: 7px; }
.app-explore-card > strong, .app-explore-card > span, .app-explore-card > small { margin-left: 8px; margin-right: 8px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app-explore-card > strong { margin-top: 8px; color: #3d4557; font-size: 8px; }
.app-explore-card > span { margin-top: 2px; color: #858d9c; font-size: 6px; }
.app-explore-card > small { margin-top: 7px; display: flex; align-items: center; gap: 3px; color: #6f7787; font-size: 6px; }
.app-explore-card > small svg { color: #f5d54c; }
.app-explore-card > small b { margin-left: auto; font-weight: 500; }
.app-category-title { margin: 0 17px 10px; color: #414a5d; font-size: 9px; font-weight: 700; }
.app-category-icons { margin: 0 19px; display: flex; justify-content: space-between; }
.app-category-icons i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; color: #4b89e7; background: #e5effe; font-style: normal; }

.app-story-screen { background: #15223b; }
.app-story-media { width: 100%; height: 100%; }
.app-story-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.06),rgba(3,7,14,.12) 42%,rgba(3,7,14,.8)); }
.app-story-copy { position: absolute; z-index: 4; inset: auto 20px 23px; color: #fff; }
.app-story-copy > span { font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.app-story-copy > strong { margin-top: 7px; display: block; font-size: 24px; line-height: 1.05; }
.app-story-copy p { margin: 9px 0 16px; color: rgba(255,255,255,.78); font-size: 9px; line-height: 1.45; }
.app-story-copy button { width: 100%; height: 38px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; color: #fff; background: rgba(255,255,255,.19); backdrop-filter: blur(10px); font-family: "Outfit", sans-serif; font-size: 11px; font-weight: 600; }
.app-story-dots { margin-top: 16px; display: flex; justify-content: center; gap: 5px; }
.app-story-dots i { width: 18px; height: 5px; border-radius: 9px; background: rgba(255,255,255,.3); }
.app-story-dots i.active { background: #a9cfff; }

.app-details-card { margin: 10px; padding: 9px 9px 60px; border-radius: 19px; background: #fff; }
.app-details-photo { height: 200px; border-radius: 15px; }
.app-details-photo > button { right: 8px; top: 8px; color: #ff4f78; }
.app-details-card h3 { margin: 18px 8px 6px; color: #383f51; font-size: 18px; text-align: center; }
.app-details-card > p { margin: 0 11px; color: #737b8b; font-size: 7.5px; line-height: 1.45; text-align: center; }
.app-detail-rating { margin: 9px 0 13px; display: flex; justify-content: center; align-items: center; gap: 4px; color: #777f8d; font-size: 6px; }
.app-detail-rating svg { color: #f7da54; }
.app-provider { margin: 0 5px; padding: 10px; display: flex; align-items: center; gap: 9px; border: 1px solid #eef0f4; border-radius: 12px 12px 0 0; }
.app-provider-logo { width: 32px; height: 32px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; color: #fff; background: #418fff; font-weight: 700; }
.app-provider-logo img, .app-profile-logo img, .app-ticket-brand img { width: 100%; height: 100%; object-fit: cover; }
.app-provider strong, .app-provider span { display: block; }
.app-provider strong { color: #4a5264; font-size: 8px; }
.app-provider span { color: #8c93a0; font-size: 6px; }
.app-reviewed { margin: 0 5px; height: 31px; display: flex; align-items: center; justify-content: center; gap: 5px; border-radius: 0 0 12px 12px; color: #367acb; background: #e7f2ff; font-size: 6px; }
.app-details-card h4 { margin: 18px 8px 5px; font-size: 8px; }
.app-details-card .app-about { text-align: left; }
.app-bottom-cta { position: absolute; z-index: 8; left: 8px; right: 8px; bottom: 8px; height: 55px; padding: 7px 7px 7px 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #e7eaf0; border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 -6px 18px rgba(45,57,75,.09); }
.app-bottom-cta span { color: #525b6c; font-size: 7px; }
.app-bottom-cta button { height: 39px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: #418fff; font-size: 8px; font-weight: 700; }

.app-profile-screen > .app-status { position: absolute; left: 0; right: 0; }
.app-profile-cover { height: 205px; border-radius: 0; }
.app-profile-cover-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.38)); }
.app-profile-body { min-height: 380px; margin-top: -22px; padding: 0 16px 20px; position: relative; z-index: 4; border-radius: 22px 22px 0 0; background: #f7f8fa; text-align: center; }
.app-profile-logo { width: 58px; height: 58px; margin: 0 auto 7px; transform: translateY(-27px); display: grid; place-items: center; overflow: hidden; border: 4px solid #fff; border-radius: 17px; color: #fff; background: #418fff; box-shadow: 0 5px 13px rgba(37,57,87,.13); font-size: 21px; font-weight: 700; }
.app-profile-body h3 { margin: -20px 0 3px; color: #3b4354; font-size: 17px; }
.app-location { display: flex; align-items: center; justify-content: center; gap: 3px; color: #7f8796; font-size: 6.5px; }
.app-profile-body > p { margin: 10px auto; max-width: 210px; color: #737c8c; font-size: 7.5px; line-height: 1.4; }
.app-profile-review { width: fit-content; margin: 0 auto 13px; padding: 7px 9px; display: flex; align-items: center; gap: 4px; border-radius: 999px; color: #3176cb; background: #e7f2ff; font-size: 5.5px; }
.app-profile-tabs { height: 30px; display: flex; justify-content: space-around; align-items: center; border-bottom: 1px solid #e5e8ed; color: #9097a5; font-size: 6.5px; }
.app-profile-tabs b { height: 30px; padding-top: 8px; border-bottom: 2px solid #418fff; color: #3c4658; }
.app-profile-offer { margin-top: 12px; padding: 8px; display: grid; grid-template-columns: 74px 1fr; gap: 9px; border: 1px solid #e5e8ed; border-radius: 13px; background: #fff; text-align: left; }
.app-profile-offer .app-media { height: 72px; border-radius: 9px; }
.app-profile-offer > div:last-child { min-width: 0; padding-top: 5px; }
.app-profile-offer small, .app-profile-offer strong, .app-profile-offer span { display: block; }
.app-profile-offer small { color: #4583d2; font-size: 5px; font-weight: 700; letter-spacing: .08em; }
.app-profile-offer strong { margin: 5px 0; overflow: hidden; color: #424a5b; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.app-profile-offer span { color: #828a99; font-size: 6px; }

.app-perks-head { padding: 24px 17px 22px; color: #fff; background: linear-gradient(145deg,#0d2347,#1e4e91); }
.app-perks-head span { font-size: 6px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.app-perks-head strong { margin: 7px 0 6px; display: block; font-size: 21px; line-height: 1.05; }
.app-perks-head p { margin: 0; color: rgba(255,255,255,.65); font-size: 7px; }
.app-ticket { margin: 24px 14px 16px; overflow: hidden; border-radius: 17px; color: #fff; background: #18335d; box-shadow: 0 12px 24px rgba(30,50,83,.17); }
.app-ticket > .app-media { height: 225px; border-radius: 0; }
.app-ticket-brand { position: absolute; left: 12px; top: 12px; z-index: 3; display: flex; align-items: center; gap: 7px; }
.app-ticket-brand > span { width: 30px; height: 30px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; color: #fff; background: #418fff; font-size: 10px; font-weight: 700; }
.app-ticket-brand strong, .app-ticket-brand small { display: block; color: #fff; }
.app-ticket-brand strong { font-size: 8px; }
.app-ticket-brand small { color: rgba(255,255,255,.7); font-size: 5.5px; }
.app-ticket-seal { width: 45px; height: 45px; position: absolute; right: 10px; top: 10px; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; font-size: 5px; font-weight: 700; letter-spacing: .08em; text-align: center; transform: rotate(8deg); }
.app-ticket h3 { position: absolute; z-index: 3; left: 13px; right: 13px; bottom: 15px; margin: 0; color: #fff; font-size: 16px; line-height: 1.12; }
.app-ticket-action { height: 42px; display: grid; place-items: center; border-top: 1px dashed rgba(255,255,255,.42); color: #dce9ff; font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.app-perk-note { margin: 0 14px; padding: 11px; display: flex; justify-content: center; gap: 6px; border: 1px solid #e2e7ef; border-radius: 11px; color: #6d7c90; background: #fff; font-size: 6px; }

.studio-preview-foot { width: min(100%, 420px); margin-top: 17px; padding: 11px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid #d5dce6; border-radius: 12px; color: #7b8596; background: rgba(255,255,255,.58); font-size: 8.5px; line-height: 1.35; }
.studio-preview-foot svg { flex: 0 0 auto; color: #4387e5; }
.studio-preview-foot strong { margin-right: 5px; color: #4a566a; }
.studio-mobile-preview-button { height: 48px; margin: 0; padding: 0 17px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.62); border-radius: 999px; color: #1d5d9f; cursor: pointer; background: rgba(248,252,255,.5); box-shadow: 0 9px 22px rgba(44,91,147,.08), inset 0 1px 0 rgba(255,255,255,.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 11px; font-weight: 700; transition: .18s ease; }
.studio-mobile-preview-button:hover { transform: translateY(-1px); border-color: rgba(65,143,255,.48); background: rgba(255,255,255,.72); box-shadow: 0 12px 26px rgba(44,91,147,.12), inset 0 1px 0 rgba(255,255,255,.78); }
.studio-mobile-preview { padding: 24px; position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; overflow-y: auto; background: rgba(6,15,32,.76); backdrop-filter: blur(24px) saturate(1.08); -webkit-backdrop-filter: blur(24px) saturate(1.08); }
.studio-mobile-preview > button { position: fixed; right: 20px; top: 20px; z-index: 130; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; cursor: pointer; background: rgba(191,221,250,.18); box-shadow: 0 10px 30px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.2); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.studio-mobile-preview .studio-preview-pane { width: min(100%, 720px); min-height: min(760px, calc(100vh - 48px)); padding: 0; position: static; display: flex; border: 0; border-radius: 0; background: transparent; box-shadow: none; }

.studio-gate { min-height: 100vh; padding: 25px; display: grid; place-items: center; color: #fff; text-align: center; background: radial-gradient(circle at 20% 10%,rgba(72,137,244,.4),transparent 30%), #07142c; }
.studio-gate svg { color: #9dc7ff; }
.studio-gate h1 { margin: 18px 0 9px; font-family: "Outfit", sans-serif; font-size: 34px; }
.studio-gate p { max-width: 460px; margin: 0 0 20px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.6; }
.studio-gate a, .studio-gate button { padding: 12px 18px; border-radius: 999px; color: #fff; background: #418fff; text-decoration: none; font-size: 11px; font-weight: 700; border: none; cursor: pointer; }
.studio-gate button:disabled { opacity: .6; cursor: default; }
.studio-gate-light { padding: clamp(32px, 7vw, 80px) 24px; display: flex; flex-direction: column; justify-content: center; color: #142943; background: radial-gradient(circle at 50% 0, rgba(104, 173, 255, .2), transparent 38%), linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%); }
.studio-gate-light svg { margin-bottom: 22px; color: #418fff; }
.studio-gate-light h1 { max-width: 680px; margin: 0 auto 18px; color: #142943; font-size: clamp(34px, 4.5vw, 52px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
.studio-gate-light p { max-width: 620px; margin: 0 auto 10px; color: #5f7086; font-size: 15px; line-height: 1.65; text-wrap: balance; }
.studio-gate-light p:nth-of-type(2) { margin-bottom: 30px; }
.studio-gate-light button { min-height: 48px; padding: 0 24px; color: #fff; background: #418fff; box-shadow: 0 12px 28px rgba(65, 143, 255, .24); font-size: 13px; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.studio-gate-light button:hover:not(:disabled) { transform: translateY(-1px); background: #2f80ed; box-shadow: 0 16px 34px rgba(65, 143, 255, .3); }
.studio-gate-light button:focus-visible { outline: 3px solid rgba(65, 143, 255, .24); outline-offset: 4px; }
.studio-gate-light p:last-child { margin-top: 16px; margin-bottom: 0; }
.studio-success { min-height: 100vh; min-height: 100dvh; padding: 54px 22px 34px; position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #07142c; }
.studio-success::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg, rgba(3,12,31,.18), rgba(3,12,31,.62)), radial-gradient(circle at 50% 8%, rgba(116,180,255,.24), transparent 40%); }
.studio-success-video { width: calc(100% + 80px); height: calc(100% + 80px); position: fixed; inset: -40px; z-index: -2; object-fit: cover; filter: blur(3px) saturate(1.1); opacity: .66; transform: scale(1.04); pointer-events: none; }
.studio-success-layout { width: min(100%, 920px); margin: 0 auto; display: grid; gap: 30px; }
.studio-success-card { min-height: clamp(350px, 55vh, 520px); position: relative; display: grid; place-items: center; }
.studio-success-copy { width: 100%; max-width: 800px; margin: 0 auto; padding: clamp(38px,5vw,56px) clamp(28px,5vw,54px); position: relative; z-index: 1; text-align: center; }
.studio-success-copy > span { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border: 1px solid rgba(227,242,255,.64); border-radius: 18px; color: #fff; background: rgba(176,216,255,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 12px 28px rgba(8,35,72,.2); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.studio-success-copy > p:first-of-type { width: max-content; margin: 0 auto 13px; color: rgba(255,255,255,.88); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.studio-success-copy h1 { max-width: 760px; margin: 0 auto; font-family: "Outfit", sans-serif; font-size: clamp(40px,5.4vw,58px); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.studio-success-copy > p:nth-of-type(2) { max-width: 690px; margin: 18px auto 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.65; }
.studio-success-next { display: grid; gap: 22px; }
.studio-success-steps { width: min(100%, 780px); margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.studio-success-steps > div { min-width: 0; position: relative; display: grid; justify-items: center; text-align: center; }
.studio-success-steps > div:not(:last-child)::after { content: ""; height: 2px; position: absolute; z-index: 0; top: 27px; left: calc(50% + 36px); right: calc(-50% + 36px); border-radius: 999px; background: linear-gradient(90deg, rgba(158,207,250,.36), rgba(206,234,255,.7), rgba(158,207,250,.36)); box-shadow: 0 2px 12px rgba(69,143,216,.2); }
.studio-success-steps i { width: 54px; height: 54px; margin-bottom: 14px; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(232,246,255,.62); border-radius: 50%; color: #c7e4ff; background: linear-gradient(145deg,rgba(221,240,255,.34),rgba(104,166,224,.2)); box-shadow: inset 0 1px 0 rgba(255,255,255,.28),0 10px 24px rgba(8,35,72,.22); font-size: 12px; font-style: normal; font-weight: 700; backdrop-filter: blur(14px) saturate(135%); -webkit-backdrop-filter: blur(14px) saturate(135%); }
.studio-success-steps strong, .studio-success-steps small { display: block; }
.studio-success-steps strong { margin-bottom: 6px; font-size: 13px; line-height: 1.35; }
.studio-success-steps small { max-width: 230px; color: rgba(255,255,255,.58); font-size: 11.5px; line-height: 1.5; }
.studio-success-note { width: max-content; max-width: 100%; margin: 0 auto; padding: 11px 17px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(167,207,247,.18); border-radius: 999px; color: rgba(255,255,255,.62); background: rgba(186,218,249,.08); font-size: 10px; text-align: center; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.studio-success-note svg { color: #91bfff; }

.studio-offer-modal-backdrop { padding: 24px; position: fixed; inset: 0; z-index: 180; display: grid; place-items: center; overflow-y: auto; background: rgba(7,15,29,.7); backdrop-filter: blur(20px) saturate(1.08); -webkit-backdrop-filter: blur(20px) saturate(1.08); }
.studio-offer-modal { width: min(920px, 100%); max-height: calc(100vh - 48px); position: relative; overflow: auto; border: 1px solid rgba(225,240,255,.55); border-radius: 30px; color: #21354f; background: linear-gradient(145deg, rgba(234,246,255,.96), rgba(190,218,249,.94)); box-shadow: 0 45px 110px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.72); }
.studio-offer-modal-close { width: 36px; height: 36px; position: absolute; right: 18px; top: 18px; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; color: #59708e; cursor: pointer; background: rgba(245,251,255,.58); }
.studio-offer-modal-head { min-height: 174px; padding: 24px 70px 24px 28px; position: relative; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 23px; overflow: hidden; border-bottom: 1px solid rgba(91,137,193,.15); }
.studio-offer-modal-widget { height: 120px; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 24px; background: radial-gradient(circle, rgba(255,255,255,.78), rgba(220,237,255,.4)); }
.studio-offer-modal-widget.experience { background: radial-gradient(circle, rgba(248,243,255,.94), rgba(219,210,255,.5)); }
.studio-offer-modal-widget.perk { background: radial-gradient(circle, rgba(255,247,238,.95), rgba(255,218,198,.56)); }
.studio-offer-modal-widget img { max-width: 88%; max-height: 105px; object-fit: contain; filter: drop-shadow(0 15px 15px rgba(53,68,104,.2)); }
.studio-offer-modal-head > div:last-child { position: relative; z-index: 1; }
.studio-offer-modal-head span, .studio-offer-modal-head h2, .studio-offer-modal-head p { display: block; }
.studio-offer-modal-head > div:last-child > span { color: #3c7bc4; font-size: 7.5px; font-weight: 800; letter-spacing: .12em; }
.studio-offer-modal-head h2 { max-width: 610px; margin: 7px 0 6px; font-family: "Outfit", sans-serif; font-size: clamp(24px, 3vw, 34px); font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
.studio-offer-modal-head p { margin: 0; color: #71829a; font-size: 10px; }
.studio-offer-modal-body { padding: 24px 28px 30px; display: grid; grid-template-columns: 1fr; align-items: start; gap: 18px; }
.studio-offer-modal-media { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.62); border-radius: 20px; background: rgba(248,252,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.68); }
.studio-offer-modal-preview { min-width: 0; padding: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.58); border-radius: 22px; background: linear-gradient(145deg, rgba(233,245,255,.72), rgba(196,222,249,.58)); box-shadow: 0 16px 36px rgba(39,91,156,.1), inset 0 1px 0 rgba(255,255,255,.72); }
.studio-offer-modal-preview.ready { border-color: rgba(127,181,241,.42); }
.studio-offer-preview-placeholder { min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(76,139,215,.34); border-radius: 18px; color: #68809d; text-align: center; background: rgba(242,249,255,.42); }
.studio-offer-preview-placeholder > span { width: 48px; height: 48px; margin-bottom: 11px; display: grid; place-items: center; border-radius: 16px; color: #3b82d5; background: rgba(226,240,255,.82); box-shadow: inset 0 1px 0 rgba(255,255,255,.76); }
.studio-offer-preview-placeholder strong { color: #355476; font-size: 14px; }
.studio-offer-preview-placeholder small { max-width: 390px; margin-top: 5px; color: #8494a7; font-size: 11px; line-height: 1.45; }
.studio-offer-preview-stage { min-height: 430px; padding: 14px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 20px; background: radial-gradient(circle at 50% 18%, rgba(239,248,255,.76), transparent 37%), linear-gradient(150deg, rgba(172,207,241,.62), rgba(118,164,219,.42)); box-shadow: inset 0 1px 0 rgba(255,255,255,.55); }
.studio-preview-pane.studio-preview-embedded { width: 100%; min-height: 0; padding: 0; position: static; display: flex; align-self: auto; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
.studio-preview-embedded .studio-component-stage { min-height: 400px; }
.studio-preview-export-layer { width: 620px; position: fixed; left: -10000px; top: 0; pointer-events: none; }
.studio-preview-export-card { width: 620px; }
.studio-preview-export-card .studio-preview-pane.studio-preview-embedded { width: 620px; }
.studio-preview-export-card .studio-component-stage { width: 620px; min-height: 650px; }
.studio-preview-export-card .figma-component { animation: none !important; transform: none !important; }
.studio-preview-embedded .studio-component-stage::before { width: 440px; height: 440px; }
.studio-offer-modal-boost { min-width: 0; padding: 20px; position: relative; overflow: hidden; border: 1px solid rgba(181,218,255,.42); border-radius: 22px; color: #fff; background: linear-gradient(145deg, #102d59 0%, #16467f 52%, #6a53b9 145%); box-shadow: 0 22px 45px rgba(31,78,139,.22), inset 0 1px 0 rgba(255,255,255,.2); }
.studio-offer-modal-boost::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(118deg, transparent 24%, rgba(255,255,255,.1) 48%, transparent 67%); transform: translateX(-42%); }
.studio-offer-modal-boost > * { position: relative; z-index: 1; }
.studio-offer-modal-section-title { margin-bottom: 15px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; }
.studio-offer-modal-section-title > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg, #70b4f8, #438bdc); }
.studio-offer-modal-section-title strong, .studio-offer-modal-section-title small { display: block; }
.studio-offer-modal-section-title b { margin-bottom: 3px; display: block; color: #4384cf; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.studio-offer-modal-section-title strong { color: #304158; font-size: 11px; }
.studio-offer-modal-section-title small { margin-top: 3px; color: #8390a2; font-size: 8px; line-height: 1.4; }
.studio-modal-photo-guide { margin: 0 0 15px; padding: 13px; overflow: hidden; border: 1px solid rgba(105,157,221,.2); border-radius: 16px; background: linear-gradient(145deg, rgba(231,244,255,.78), rgba(248,252,255,.65)); box-shadow: inset 0 1px 0 rgba(255,255,255,.78); }
.studio-modal-photo-guide-head { margin-bottom: 10px; display: flex; align-items: center; gap: 8px; color: #477bb9; }
.studio-modal-photo-guide-head > svg { flex: 0 0 auto; }
.studio-modal-photo-guide-head strong, .studio-modal-photo-guide-head small { display: block; }
.studio-modal-photo-guide-head strong { color: #355b88; font-size: 11.5px; }
.studio-modal-photo-guide-head small { margin-top: 2px; color: #8190a3; font-size: 9.5px; line-height: 1.35; }
.studio-modal-photo-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.studio-modal-photo-guide-grid > div { min-width: 0; padding: 10px; display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: 8px; border: 1px solid rgba(255,255,255,.68); border-radius: 13px; background: rgba(255,255,255,.48); }
.studio-modal-photo-guide-grid > div > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; }
.studio-modal-photo-guide-grid .good > span { color: #25845f; background: #e4f7ef; }
.studio-modal-photo-guide-grid .bad > span { color: #a75a68; background: #faeaed; }
.studio-modal-photo-guide-grid p { min-width: 0; margin: 0; }
.studio-modal-photo-guide-grid strong, .studio-modal-photo-guide-grid small { display: block; }
.studio-modal-photo-guide-grid strong { color: #3d526e; font-size: 11px; line-height: 1.25; }
.studio-modal-photo-guide-grid small { margin-top: 3px; color: #8491a3; font-size: 9.5px; line-height: 1.35; }
.studio-offer-modal .studio-upload-zone { min-height: 104px; grid-template-columns: 40px 1fr auto; }
.studio-offer-modal .studio-upload-zone b { min-width: 38px; padding: 7px 9px; display: block; border-color: rgba(71,134,207,.18); color: #4e7cad; background: rgba(255,255,255,.58); text-align: center; }
.studio-offer-modal .studio-media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.studio-offer-modal-boost .studio-offer-modal-section-title > span { color: #fff; background: linear-gradient(145deg, #72bbff, #8a6cf1); box-shadow: 0 10px 22px rgba(3,21,54,.22), inset 0 1px 0 rgba(255,255,255,.34); }
.studio-offer-modal-boost .studio-offer-modal-section-title strong { color: #fff; }
.studio-offer-modal-boost .studio-offer-modal-section-title b { color: #a9d5ff; }
.studio-offer-modal-boost .studio-offer-modal-section-title small { color: rgba(224,239,255,.68); }
.studio-boost-spotlight { margin: 0 0 14px; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); }
.studio-boost-spotlight-mark { margin-bottom: 9px; display: flex; align-items: center; gap: 7px; color: #b9ddff; }
.studio-boost-spotlight-mark span { font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.studio-boost-spotlight p { margin: 0; color: rgba(235,244,255,.78); font-size: 9px; line-height: 1.6; }
.studio-modal-boost-compare { padding: 10px; gap: 8px; border-color: rgba(255,255,255,.14); background: rgba(4,19,44,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.studio-modal-boost-compare > svg { color: #acd4ff; }
.studio-modal-boost-compare i { color: rgba(218,236,255,.55); }
.studio-modal-boost-compare span { min-height: 47px; }
.studio-modal-boost-compare .studio-compare-original { color: rgba(255,255,255,.84); background: rgba(218,231,247,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.studio-modal-boost-compare .studio-compare-boost { background: linear-gradient(135deg, #4e9fff, #7768ef); box-shadow: 0 10px 22px rgba(5,28,68,.24), inset 0 1px rgba(255,255,255,.35); }
.studio-modal-boost-compare small { color: rgba(218,236,255,.56); }
.studio-modal-boost-choice { grid-template-columns: 1fr 1fr; }
.studio-modal-boost-choice label { min-height: 64px; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.07); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.studio-modal-boost-choice label:hover { transform: translateY(-1px); border-color: rgba(179,218,255,.4); }
.studio-modal-boost-choice label.selected { border-color: rgba(149,207,255,.86); background: linear-gradient(135deg, rgba(91,167,255,.32), rgba(135,107,241,.23)); box-shadow: 0 12px 28px rgba(5,28,68,.18), inset 0 1px 0 rgba(255,255,255,.14); }
.studio-modal-boost-choice label > span { color: #bddcff; background: rgba(255,255,255,.1); }
.studio-modal-boost-choice label.selected > span { color: #fff; background: linear-gradient(145deg, #65afff, #8069ef); box-shadow: 0 8px 18px rgba(3,22,55,.22); }
.studio-modal-boost-choice strong { color: #fff; }
.studio-modal-boost-choice small { color: rgba(221,237,255,.62); }
.studio-modal-boost-choice strong em { margin-left: 6px; padding: 3px 6px; display: inline-block; border: 1px solid rgba(190,224,255,.24); border-radius: 999px; color: #c8e5ff; background: rgba(255,255,255,.08); font-size: 6.5px; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; vertical-align: 1px; }
.studio-modal-choice-error { margin-top: 10px; color: #ffd2d8; }
.studio-offer-modal-actions { padding: 17px 28px 22px; position: sticky; bottom: 0; z-index: 5; isolation: isolate; display: flex; align-items: center; justify-content: flex-end; gap: 9px; border-top: 1px solid rgba(116,159,208,.32); background: linear-gradient(180deg, rgba(226,240,255,.985), rgba(205,228,252,.99)); box-shadow: 0 -18px 38px rgba(48,91,143,.16), inset 0 1px 0 rgba(255,255,255,.78); backdrop-filter: blur(30px) saturate(1.12); -webkit-backdrop-filter: blur(30px) saturate(1.12); }
.studio-offer-modal-actions button { min-height: 43px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; cursor: pointer; font-size: 9px; font-weight: 700; }
.studio-offer-modal-actions button:first-child { border: 0; color: #6f8095; background: transparent; }
.studio-offer-modal-actions button:last-child { min-width: 130px; border: 1px solid rgba(255,255,255,.58); color: #fff; background: linear-gradient(135deg, #62acf8, #2f7bdd); box-shadow: 0 10px 23px rgba(39,102,190,.2), inset 0 1px 0 rgba(255,255,255,.36); }

/* Readable, consistent type scale for the Studio UI. */
.studio-prefill,
.studio-checkline,
.studio-confirmations label { font-size: 12.5px; }
.studio-field label,
.studio-upload-zone strong,
.studio-offer-form-section > header strong,
.studio-review-card p,
.studio-review-card small { font-size: 12px; }
.studio-field input,
.studio-field select,
.studio-field textarea { font-size: 14px; }
.studio-field small,
.studio-field em,
.studio-offer-type-picker-head small,
.studio-type-option-copy small,
.studio-offer-card-copy > p,
.studio-offer-editor-note,
.studio-offer-form-section > header small,
.studio-offer-media-cta small,
.studio-add-another-offer small,
.studio-upload-zone small,
.studio-boost-choice small,
.studio-offer-modal-section-title small,
.studio-boost-spotlight p { font-size: 11px; }
.studio-category-chip,
.studio-offer-type-picker-head strong,
.studio-type-option-copy strong,
.studio-offer-media-cta strong,
.studio-upload-zone b,
.studio-boost-choice strong,
.studio-offer-modal-section-title strong { font-size: 12px; }
.studio-offer-current-type,
.studio-offer-type-cancel,
.studio-offer-collection-head span,
.studio-offer-card-copy > small span,
.studio-offer-editor-head > div:first-child > span,
.studio-inline-error { font-size: 10.5px; }
.studio-offer-card-copy > strong { font-size: 15px; }
.studio-add-another-offer strong { font-size: 14px; }
.studio-offer-media-cta > button,
.studio-back,
.studio-next,
.studio-offer-modal-actions button { font-size: 12px; }
.studio-modal-boost-choice strong em,
.studio-boost-spotlight-mark span { font-size: 8px; }
.studio-offer-modal-head > div:last-child > span { font-size: 9px; }
.studio-offer-modal-head p { font-size: 11.5px; }

.studio-animate { animation: studioIn .3s ease both; }
@keyframes studioIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1040px) {
  .studio-layout { grid-template-columns: minmax(0, 1fr); }
  .studio-form-pane { padding-left: 34px; padding-right: 34px; }
  .studio-preview-pane { padding-left: 20px; padding-right: 20px; }
  .studio-device { width: 270px; height: 554px; }
}

@media (max-width: 860px) {
  .studio-page { padding: 94px 10px 20px; }
  .studio-topbar { height: 66px; padding: 0; right: 18px; left: 18px; grid-template-columns: 1fr auto; }
  .studio-help { display: none; }
  .studio-record span { display: none; }
  .studio-record strong { max-width: 250px; }
  .studio-progress { top: 94px; }
  .studio-progress button { min-width: 0; }
  .studio-progress button.active b { display: block; }
  .studio-layout { display: block; min-height: calc(100vh - 114px); border-radius: 28px; }
  .studio-form-pane { min-height: calc(100vh - 114px); padding: 54px 22px 70px; border: 0; border-radius: 27px; }
  .studio-preview-pane { display: none; }
  .studio-mobile-preview-button { margin: 0; }
  .studio-mobile-preview { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; overflow-y: auto; background: rgba(11,18,31,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  .studio-mobile-preview > button { position: fixed; right: 17px; top: 17px; z-index: 110; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); }
  .studio-mobile-preview .studio-preview-pane { width: 100%; min-height: auto; padding: 26px 15px; position: static; display: flex; background: transparent; }
  .studio-mobile-preview .studio-preview-head, .studio-mobile-preview .studio-preview-tabs { color: #fff; }
  .studio-mobile-preview .studio-preview-head > div strong, .studio-mobile-preview .studio-live-dot { color: #fff; }
  .studio-mobile-preview .studio-preview-tabs { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.18); }
  .studio-mobile-preview .studio-preview-tabs button { color: rgba(255,255,255,.65); }
  .studio-mobile-preview .studio-preview-tabs button.selected { color: #2e64ae; }
  .studio-review-bento { grid-template-columns: 1fr; }
  .studio-review-offers-grid { grid-template-columns: 1fr; }
  .studio-review-timeline { grid-template-columns: 1fr; gap: 17px; }
  .studio-review-timeline h3 { grid-column: 1; margin-bottom: 3px; }
  .studio-review-timeline > div { grid-template-columns: 34px 1fr; justify-items: start; align-items: center; gap: 12px; padding: 0; text-align: left; }
  .studio-review-timeline > div:not(:last-child)::after { width: 1px; height: 17px; top: 34px; left: 16px; right: auto; }
  .studio-review-timeline i { grid-row: 1 / 3; }
  .studio-offer-compose { grid-template-columns: 1fr; }
  .studio-offer-live-preview { width: min(100%, 390px); margin: 0 auto; position: static; }
  .studio-member-offer-visual { aspect-ratio: 1.35; }
  .studio-offer-modal-body { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .studio-page { padding-right: 8px; padding-left: 8px; }
  .studio-brand span { display: none; }
  .studio-record strong { max-width: 185px; }
  .studio-progress-track { width: 226px !important; gap: 6px; }
  .studio-progress button { width: 52px !important; padding: 0; }
  .studio-progress button.active { padding: 0; }
  .studio-progress button.active b { display: none; }
  .studio-progress button.active::before { inset: 7px; }
  .studio-form-pane { padding: 50px 15px 62px; }
  .studio-section-title h2 { font-size: 35px; }
  .studio-section-title p { font-size: 12px; }
  .studio-form-card, .studio-boost-card { padding: 19px; border-radius: 18px; }
  .studio-actions { align-items: stretch; flex-direction: column; }
  .studio-actions > .studio-back { align-self: flex-start; }
  .studio-actions-primary { width: 100%; align-items: stretch; flex-direction: column; }
  .studio-actions-primary > button { width: 100%; }
  .studio-fields-grid, .studio-boost-choice { grid-template-columns: 1fr; }
  .studio-field.wide { grid-column: auto; }
  .studio-offer-collection-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .studio-offer-list { grid-template-columns: 1fr; }
  .studio-offer-card-main { padding: 10px; grid-template-columns: 62px minmax(0, 1fr); gap: 10px; }
  .studio-offer-card-main > span { width: 60px; height: 64px; border-radius: 14px; }
  .studio-offer-card-copy > p { display: none; }
  .studio-offer-card-actions { grid-column: 2; }
  .studio-offer-card-actions button { min-height: 31px; }
  .studio-offer-workbench { padding: 15px; }
  .studio-offer-editor-head { align-items: flex-start; flex-direction: column; }
  .studio-offer-editor-tools { width: 100%; justify-content: space-between; }
  .studio-offer-type-picker { padding: 12px; }
  .studio-offer-type-picker-head { align-items: flex-start; }
  .studio-offer-type-picker-head > span { display: none; }
  .studio-offer-type-options { grid-template-columns: 1fr; }
  .studio-type-example { height: 150px; }
  .studio-type-widget { height: 132px; }
  .studio-offer-media-cta { align-items: stretch; flex-direction: column; }
  .studio-offer-media-cta > button { width: 100%; }
  .studio-member-offer-visual { aspect-ratio: 1.2; }
  .studio-offer-form-section { padding-bottom: 20px; }
  .studio-location-options { grid-template-columns: 1fr; }
  .studio-included-items-footer { padding-left: 0; align-items: flex-start; flex-direction: column; }
  .studio-other-location { padding: 14px; }
  .studio-saved-offer-actions { display: block; }
  .studio-offer-media-flow { padding: 14px; }
  .studio-offer-media-flow-head { align-items: flex-start; flex-direction: column; }
  .studio-offer-media-tabs { grid-template-columns: 1fr; }
  .studio-active-offer-media-head { align-items: flex-start; }
  .studio-offer-media-nav button { padding: 0 7px; }
  .studio-offer-modal-backdrop { padding: 8px; align-items: start; }
  .studio-offer-modal { max-height: calc(100vh - 16px); border-radius: 23px; }
  .studio-offer-modal-head { min-height: 150px; padding: 22px 52px 20px 18px; grid-template-columns: 84px 1fr; gap: 14px; }
  .studio-offer-modal-widget { height: 88px; border-radius: 18px; }
  .studio-offer-modal-widget img { max-height: 76px; }
  .studio-offer-modal-head h2 { font-size: 24px; }
  .studio-offer-modal-body { padding: 14px; }
  .studio-offer-modal-media, .studio-offer-modal-boost { padding: 15px; }
  .studio-offer-modal-preview { padding: 15px; }
  .studio-offer-preview-stage { min-height: 360px; padding: 8px; }
  .studio-offer-modal .studio-preview-embedded { display: flex; }
  .studio-preview-embedded .studio-component-stage { min-height: 350px; }
  .studio-modal-boost-choice { grid-template-columns: 1fr; }
  .studio-offer-modal-actions { padding: 14px; }
  .studio-modal-photo-guide-grid { grid-template-columns: 1fr; }
  .studio-upload-zone { grid-template-columns: 38px 1fr; }
  .studio-upload-zone b { display: none; }
  .studio-upload-requirements ul { grid-template-columns: 1fr; }
  .studio-media-grid { grid-template-columns: repeat(3, 1fr); }
  .studio-image-crop-backdrop { padding: 8px; align-items: start; }
  .studio-image-crop-modal { min-height: calc(100vh - 16px); padding: 22px 16px 18px; border-radius: 23px; }
  .studio-image-crop-close { right: 13px; top: 13px; }
  .studio-image-crop-modal > header { padding-right: 38px; grid-template-columns: 37px 1fr; gap: 10px; }
  .studio-image-crop-modal > header > span { width: 37px; height: 37px; border-radius: 12px; }
  .studio-image-crop-modal > header h2 { font-size: 19px; line-height: 1.12; }
  .studio-image-crop-workspace { margin-top: 18px; }
  .studio-image-crop-frame { width: min(100%, 360px); border-radius: 21px; }
  .studio-image-crop-grid { border-radius: 20px; }
  .studio-image-crop-controls label > span { display: none; }
  .studio-image-crop-controls label { grid-template-columns: minmax(0,1fr) 38px; }
  .studio-boost-head { grid-template-columns: 42px 1fr; }
  .studio-boost-head > b { display: none; }
  .studio-boost-compare { grid-template-columns: 1fr; }
  .studio-boost-compare > svg { margin: 0 auto; transform: rotate(90deg); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Figma component previews — one relevant surface per onboarding step */
.studio-preview-pane { justify-content: center; overflow: hidden; }
.studio-component-stage { width: 100%; min-height: 650px; display: grid; place-items: center; position: relative; }
.studio-component-stage::before { content: ""; width: 520px; height: 520px; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(111,161,235,.17), rgba(111,161,235,0) 68%); pointer-events: none; }
.figma-component { position: relative; z-index: 1; color: #444d61; animation: componentIn .34s ease both; }
@keyframes componentIn { from { opacity: 0; transform: translateY(9px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.figma-offers-carousel { width: min(100%, 620px); min-height: 660px; position: relative; display: grid; place-items: center; }
.figma-offers-carousel-viewport { width: 100%; min-height: 630px; overflow: hidden; }
.figma-offers-carousel-track { min-height: 630px; display: flex; align-items: center; transition: transform .42s cubic-bezier(.22,.8,.28,1); }
.figma-offers-carousel-slide { min-width: 100%; min-height: 630px; padding: 0 64px 30px; display: grid; place-items: center; }
.figma-carousel-arrow { width: 46px; height: 46px; position: absolute; z-index: 8; top: 46%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; color: #386fae; cursor: pointer; background: rgba(244,250,255,.76); box-shadow: 0 12px 28px rgba(35,78,132,.16),inset 0 1px 0 rgba(255,255,255,.86); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: .18s ease; }
.figma-carousel-arrow:hover { color: #fff; background: #418fff; transform: translateY(-2px); }
.figma-carousel-arrow.previous { left: 3px; }
.figma-carousel-arrow.next { right: 3px; }
.figma-carousel-pagination { min-width: 118px; min-height: 38px; padding: 7px 12px; position: absolute; z-index: 8; bottom: 0; left: 50%; display: flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; color: #55708f; background: rgba(244,250,255,.7); box-shadow: 0 10px 24px rgba(35,78,132,.12),inset 0 1px 0 rgba(255,255,255,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transform: translateX(-50%); }
.figma-carousel-pagination > span { font-size: 10px; font-weight: 800; }
.figma-carousel-pagination > div { display: flex; align-items: center; gap: 5px; }
.figma-carousel-pagination button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; cursor: pointer; background: #a9bed6; transition: .18s ease; }
.figma-carousel-pagination button[aria-current="true"] { width: 18px; border-radius: 999px; background: #418fff; }
.figma-media { position: relative; overflow: hidden; background: linear-gradient(135deg, #d9e4f0, #b8c8da); }
.figma-media-image { width: 100%; height: 100%; position: absolute; z-index: 0; inset: 0; display: block; }
.figma-media-placeholder { width: 100%; height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #7894b7; font-size: 10px; }
.figma-logo { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; color: #fff; background: #418fff; box-shadow: 0 6px 16px rgba(49,104,184,.18); font-size: 18px; font-weight: 700; }
.figma-logo img { width: 100%; height: 100%; display: block; }
.figma-image-gradient { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(3,8,15,.03) 35%, rgba(3,8,15,.78)); }
.figma-heart { position: absolute; z-index: 3; right: 20px; top: 19px; color: #fff; filter: drop-shadow(0 2px 4px rgba(0,0,0,.2)); }

.figma-experience-home { width: min(100%, 500px); padding: 12px; border: 1px solid rgba(255,255,255,.85); border-radius: 30px; background: rgba(255,255,255,.55); box-shadow: 0 25px 60px rgba(42,59,84,.16); }
.figma-experience-home > .figma-media { height: 315px; border-radius: 23px; }
.figma-rating { position: absolute; z-index: 3; left: 20px; top: 19px; padding: 8px 12px; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(32,43,57,.38); backdrop-filter: blur(9px); font-size: 10px; }
.figma-rating svg { color: #ffe46b; }
.figma-experience-copy { position: absolute; z-index: 3; inset: auto 22px 21px; color: #fff; }
.figma-experience-copy strong, .figma-experience-copy span { display: block; }
.figma-experience-copy strong { max-width: 330px; font-size: 24px; line-height: 1.08; }
.figma-experience-copy span { margin-top: 7px; color: rgba(255,255,255,.82); font-size: 13px; }
.figma-experience-copy small { position: absolute; right: 0; bottom: 0; font-size: 16px; font-weight: 700; line-height: 1; }

.figma-story { width: 310px; padding: 9px; border: 1px solid rgba(255,255,255,.8); border-radius: 36px; background: rgba(255,255,255,.58); box-shadow: 0 27px 60px rgba(34,52,78,.2); }
.figma-story > .figma-media { height: 560px; border-radius: 28px; }
.figma-story-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,8,15,.03), rgba(3,8,15,.08) 42%, rgba(3,8,15,.82)); }
.figma-story-copy { position: absolute; z-index: 3; inset: auto 25px 24px; color: #fff; }
.figma-story-copy > span { font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.figma-story-copy h3 { margin: 9px 0 9px; font-size: 29px; line-height: 1.02; }
.figma-story-copy p { margin: 0 0 18px; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.45; }
.figma-story-copy button { width: 100%; height: 45px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; color: #fff; background: rgba(255,255,255,.2); backdrop-filter: blur(10px); font-family: "Outfit",sans-serif; font-weight: 600; }
.figma-story-copy > div { margin-top: 18px; display: flex; justify-content: center; gap: 6px; }
.figma-story-copy i { width: 21px; height: 6px; border-radius: 9px; background: rgba(255,255,255,.28); }
.figma-story-copy i.active { background: #acd0ff; }

.figma-partner-profile { width: min(100%, 390px); min-height: 610px; overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 31px; background: #fff; box-shadow: 0 25px 60px rgba(42,59,84,.17); }
.figma-partner-cover { height: 236px; margin: 15px 15px 0; border-radius: 24px; }
.figma-cover-gradient { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.02) 50%,rgba(0,0,0,.15)); }
.figma-favorite { width: 44px; height: 44px; padding: 0; position: absolute; z-index: 4; right: 14px; top: 14px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #ff4f70; background: rgba(65,74,76,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 3px 10px rgba(27,35,42,.09); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.figma-favorite svg { display: block; filter: none; }
.figma-cover-dots { position: absolute; z-index: 3; left: 50%; bottom: 13px; display: flex; gap: 7px; transform: translateX(-50%); }
.figma-cover-dots i { width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; }
.figma-cover-dots i.active { border-color: #fff; background: #fff; }
.figma-partner-body { padding: 28px 23px 86px; text-align: center; }
.figma-partner-body h3 { margin: 0; color: #374052; font-size: 25px; line-height: 1.08; }
.figma-partner-body > p { max-width: 310px; margin: 9px auto 9px; color: #747d8d; font-size: 11px; line-height: 1.5; }
.figma-partner-meta { display: flex; align-items: center; justify-content: center; gap: 5px; color: #7e8797; font-size: 9px; }
.figma-partner-trust-card { margin-top: 19px; overflow: hidden; border: 1px solid #e9edf3; border-radius: 20px; background: #fff; box-shadow: 0 12px 28px rgba(67,98,139,.1); }
.figma-partner-trust-card .figma-provider-card { min-height: 82px; padding: 15px 17px; gap: 14px; border: 0; border-radius: 0; background: #fff; }
.figma-partner-trust-card .figma-provider-card .figma-logo { width: 52px; height: 52px; flex: 0 0 52px; border: 4px solid #edf6ff; border-radius: 16px; font-size: 17px; }
.figma-partner-trust-card .figma-provider-card strong { color: #465064; font-size: 14px; line-height: 1.15; }
.figma-partner-trust-card .figma-provider-card span { max-width: 225px; margin-top: 5px; color: #737d8f; font-size: 10.5px; line-height: 1.35; }
.figma-partner-trust-card .figma-reviewed { height: 51px; gap: 8px; border-radius: 0; color: #3d93ef; background: #e5f2ff; font-size: 10px; font-weight: 500; }
.figma-partner-trust-card .figma-reviewed svg { flex: 0 0 auto; stroke-width: 2.15; }
.figma-partner-about { margin: 18px 1px 0; }
.figma-partner-about p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.figma-profile-action.figma-partner-action { height: 72px; padding: 10px 11px 10px 18px; gap: 14px; border-radius: 999px; background: rgba(255,255,255,.68); box-shadow: 0 -8px 25px rgba(42,58,82,.11); backdrop-filter: blur(22px) saturate(1.12); -webkit-backdrop-filter: blur(22px) saturate(1.12); }
.figma-profile-action.figma-partner-action span { min-width: 92px; display: grid; gap: 3px; text-align: left; }
.figma-profile-action.figma-partner-action span b { color: #4a5467; font-size: 11px; font-weight: 500; }
.figma-profile-action.figma-partner-action span small { color: #667184; font-size: 9px; }
.figma-profile-action.figma-partner-action button { width: 65%; height: 50px; padding: 0 18px; flex: 0 0 65%; overflow: hidden; border-radius: 999px; box-shadow: 0 6px 14px rgba(65,143,255,.25); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.figma-profile-nav { height: 38px; display: flex; justify-content: space-around; align-items: center; border-bottom: 1px solid #e1e6ee; color: #949cab; font-size: 9px; }
.figma-profile-nav b { height: 38px; padding-top: 12px; border-bottom: 2px solid #418fff; color: #364052; }
.figma-profile-offer { margin-top: 14px; padding: 9px; display: grid; grid-template-columns: 96px 1fr; gap: 11px; border: 1px solid #e2e6ed; border-radius: 15px; background: #fff; text-align: left; }
.figma-profile-offer > .figma-media { height: 88px; border-radius: 11px; }
.figma-profile-offer > div:last-child { min-width: 0; padding-top: 8px; }
.figma-profile-offer small, .figma-profile-offer strong, .figma-profile-offer span { display: block; }
.figma-profile-offer small { color: #3c82d9; font-size: 7px; font-weight: 700; letter-spacing: .09em; }
.figma-profile-offer strong { margin: 7px 0; overflow: hidden; color: #3f4859; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.figma-profile-offer span { color: #818a99; font-size: 9px; }

.figma-experience-profile { width: min(100%, 390px); overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 31px; background: #fff; box-shadow: 0 25px 60px rgba(42,59,84,.17); }
.figma-profile-hero { height: 245px; }
.figma-profile-content { padding: 23px 23px 76px; text-align: center; }
.figma-profile-content > h3 { margin: 0; color: #373f51; font-size: 25px; }
.figma-profile-content > p { margin: 8px auto 11px; max-width: 310px; color: #747d8d; font-size: 11px; line-height: 1.5; }
.figma-new-rating { margin-bottom: 16px; display: flex; justify-content: center; align-items: center; gap: 5px; color: #747d8d; font-size: 9px; }
.figma-new-rating svg { color: #f7d957; }
.figma-provider-card { padding: 12px; display: flex; align-items: center; gap: 11px; border: 1px solid #e7eaf0; border-radius: 14px 14px 0 0; text-align: left; }
.figma-provider-card .figma-logo { width: 42px; height: 42px; border-radius: 12px; font-size: 15px; }
.figma-provider-card strong, .figma-provider-card span { display: block; }
.figma-provider-card strong { color: #465064; font-size: 11px; }
.figma-provider-card span { margin-top: 3px; color: #878f9e; font-size: 8px; }
.figma-reviewed { height: 39px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 0 0 14px 14px; color: #3277cb; background: #e5f1ff; font-size: 8px; }
.figma-profile-about { margin-top: 19px; text-align: left; }
.figma-profile-about strong { color: #444d5f; font-size: 11px; }
.figma-profile-about p { margin: 6px 0 0; color: #7b8494; font-size: 9px; line-height: 1.5; }
.figma-profile-action { height: 66px; padding: 10px 11px 10px 19px; position: absolute; left: 9px; right: 9px; bottom: 9px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #e5e9ef; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 -7px 20px rgba(42,58,82,.09); }
.figma-profile-action span { color: #535d6e; font-size: 10px; }
.figma-profile-action button { height: 45px; padding: 0 27px; border: 0; border-radius: 999px; color: #fff; background: #418fff; font-size: 10px; font-weight: 700; }

.figma-perk-compact { width: min(100%, 500px); padding: 12px; display: grid; grid-template-columns: 155px 1fr; gap: 17px; align-items: center; border: 1px solid rgba(255,255,255,.9); border-radius: 25px; background: #fff; box-shadow: 0 23px 55px rgba(42,59,84,.16); }
.figma-perk-compact > .figma-media { height: 150px; border-radius: 18px; }
.figma-perk-compact-copy { min-width: 0; padding-right: 18px; }
.figma-perk-compact-copy small { color: #347bd4; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.figma-perk-compact-copy strong { margin: 9px 0 8px; display: block; color: #374052; font-size: 20px; line-height: 1.12; }
.figma-perk-compact-copy span { color: #7e8797; font-size: 10px; }
.figma-perk-compact-copy button { margin-top: 17px; height: 36px; padding: 0 14px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 999px; color: #fff; background: #418fff; font-size: 9px; font-weight: 700; }
.figma-compact-heart { position: absolute; right: 18px; top: 17px; color: #ff5578; }

.figma-ticket-clip-defs { width: 0; height: 0; position: absolute; overflow: hidden; pointer-events: none; }
/* Perk ticket — ported from Figma "Perk Card" (350x263). Every interior value is
   cqw against that frame: 1cqw = 3.5 design px. Card ratio, the 211/263 perforation
   line and the clip-path in PerkProfileCard all encode the same split. */
.figma-perk-ticket { width: min(510px, 100%); height: auto; aspect-ratio: 350 / 263; overflow: hidden; border: 0; background: #1d2a3d; filter: drop-shadow(0 25px 30px rgba(33,53,84,.18)); container-type: inline-size; }
.figma-perk-ticket > .figma-media { height: 100%; }
.figma-ticket-gradient { bottom: 19.772%; background: linear-gradient(180deg, rgba(2,10,34,.30) 0%, rgba(2,10,34,.05) 30%, rgba(2,10,34,.18) 58%, rgba(2,10,34,.40) 100%); }
.figma-ticket-brand { position: absolute; z-index: 3; left: 4.571cqw; top: 4.571cqw; display: flex; align-items: flex-start; gap: 3.429cqw; color: #fff; }
.figma-perk-category-icon { width: 12.571cqw; height: 12.571cqw; display: grid; place-items: center; flex: 0 0 12.571cqw; border: 1px solid rgba(255,255,255,.14); border-radius: 3.592cqw; color: var(--perk-icon-color); background: var(--perk-icon-bg); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 1.176cqw 2.745cqw rgba(12,23,38,.14); }
.figma-perk-category-icon svg { width: 5.714cqw; height: 5.714cqw; }
.figma-ticket-brand strong, .figma-ticket-brand span { display: block; }
.figma-ticket-brand strong { max-width: 52cqw; overflow: hidden; font-family: "Outfit", sans-serif; font-size: 4.571cqw; font-weight: 600; line-height: 1.12; text-overflow: ellipsis; white-space: nowrap; }
.figma-ticket-brand span { max-width: 52cqw; margin-top: 1.143cqw; overflow: hidden; color: rgba(255,255,255,.8); font-size: 3.429cqw; font-weight: 400; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.figma-ticket-rating { margin-top: 1.429cqw; display: flex; align-items: center; gap: .571cqw; color: #fbe67e; }
.figma-ticket-rating svg { width: 3.714cqw; height: 3.714cqw; }
.figma-ticket-seal { width: 20cqw; height: auto; position: absolute; z-index: 3; right: 0; top: 0; display: block; object-fit: contain; pointer-events: none; }
.figma-perk-ticket h3 { position: absolute; z-index: 3; left: 4.571cqw; right: 4.571cqw; bottom: 24.335%; margin: 0; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; color: #fff; font-family: "Outfit", sans-serif; font-size: 6.857cqw; font-weight: 600; line-height: 1.37; letter-spacing: 0; overflow-wrap: anywhere; }
/* Coupon stub: #FF866B at 50% over the blurred photo, dashed 2px white 38% rule inset 12px. */
.figma-ticket-action { height: 19.772%; position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: 3.429cqw; color: #fff; background: rgba(255,134,107,.5); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); font-family: "Outfit", sans-serif; font-size: 5.714cqw; font-weight: 600; line-height: 1; letter-spacing: .1em; text-transform: uppercase; }
.figma-ticket-action::before { content: ""; position: absolute; left: 3.429cqw; right: 3.429cqw; top: 0; height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.38) 0 6px, transparent 6px 12px); }
.figma-ticket-action span { max-width: 66cqw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.figma-ticket-action svg { flex: 0 0 auto; width: 6.857cqw; height: 6.857cqw; color: #ffd1c7; }

@media (max-width: 1040px) {
  .studio-component-stage { min-height: 610px; }
  .figma-experience-home, .figma-perk-compact { transform: scale(.9); }
  .figma-story { transform: scale(.88); }
}

@media (max-width: 860px) {
  .studio-mobile-preview .studio-component-stage { min-height: 650px; }
  .studio-mobile-preview .studio-component-stage::before { background: radial-gradient(circle, rgba(95,150,235,.24), transparent 68%); }
}

@media (max-width: 560px) {
  .studio-component-stage { min-height: 610px; }
  .figma-offers-carousel { min-height: 625px; }
  .figma-offers-carousel-viewport, .figma-offers-carousel-track, .figma-offers-carousel-slide { min-height: 595px; }
  .figma-offers-carousel-slide { padding: 0 34px 26px; }
  .figma-carousel-arrow { width: 39px; height: 39px; }
  .figma-carousel-arrow.previous { left: 0; }
  .figma-carousel-arrow.next { right: 0; }
  .figma-experience-home, .figma-perk-compact, .figma-partner-profile, .figma-experience-profile { transform: scale(.84); }
  .figma-story { transform: scale(.82); }
}

@media (max-width: 760px) {
  .studio-success { padding: 22px 10px 26px; }
  .studio-success-layout { gap: 26px; }
  .studio-success-card { min-height: 440px; }
  .studio-success-copy { padding: 34px 22px; }
  .studio-success-copy h1 { font-size: clamp(36px, 10vw, 46px); }
  .studio-success-copy > p:nth-of-type(2) { font-size: 12.5px; }
  .studio-success-steps { grid-template-columns: 1fr; gap: 20px; }
  .studio-success-steps > div { grid-template-columns: 54px 1fr; justify-items: start; align-items: center; gap: 14px; text-align: left; }
  .studio-success-steps > div:not(:last-child)::after { width: 2px; height: 20px; top: 54px; left: 26px; right: auto; background: linear-gradient(180deg,rgba(206,234,255,.7),rgba(158,207,250,.3)); }
  .studio-success-steps i { grid-row: 1 / 3; margin: 0; }
  .studio-success-steps strong { margin: 0 0 4px; }
  .studio-success-steps small { max-width: none; }
  .studio-success-note { border-radius: 18px; }
}
