.custom-order { padding-top: 0; padding-bottom: 120px; }
.custom-panel { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: clamp(34px, 5vw, 62px); color: white; background: var(--ink); }
.custom-panel h2 { margin: 0 0 18px; font-size: clamp(40px, 4.6vw, 62px); line-height: .92; letter-spacing: -.08em; font-weight: 500; }
.custom-panel h2 em { color: #9dbafa; }
.custom-panel p:not(.eyebrow) { margin: 0; color: #a4a4a8; font-size: 12px; }
.custom-panel .eyebrow { margin-bottom: 24px; color: #9dbafa; }
.custom-actions { display: flex; align-items: center; gap: 24px; }
.custom-actions > span { color: #a4a4a8; font-size: 10px; line-height: 1.4; }
.custom-actions strong { color: white; font-weight: 500; }
.custom-ideas-link { color: #9dbafa; font-size: 11px; white-space: nowrap; }

.ideas-hero { min-height: 460px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-top: 1px solid var(--line); }
.ideas-hero h1 { margin-bottom: 24px; }
.ideas-intro { max-width: 390px; margin-bottom: 28px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.ideas-actions { display: flex; align-items: center; gap: 25px; }
.ideas-count { width: 235px; height: 235px; display: flex; flex-direction: column; justify-content: center; align-items: center; flex: 0 0 auto; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); }
.nfc-mini { width: 92px; height: 58px; position: relative; margin-bottom: 14px; }
.nfc-mini-card { width: 68px; height: 43px; position: absolute; top: 4px; left: 7px; display: block; border-radius: var(--radius-md); background: #3c6fd4; box-shadow: 5px 5px 0 #f1bd45, 10px 10px 0 #e87865, 0 9px 14px rgba(47, 75, 139, .18); transform: rotate(-11deg) skewY(-4deg); }
.nfc-mini-card::before { content: ''; width: 17px; height: 12px; position: absolute; top: 14px; left: 15px; border: 2px solid rgba(255,255,255,.95); border-radius: 4px; }
.nfc-mini-card::after { content: ''; width: 8px; height: 8px; position: absolute; top: 16px; left: 19px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; }
.mini-nfc-card-icon { width: 20px; height: 20px; position: absolute; right: 10px; top: 11px; display: block; fill: none; stroke: white; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-10deg); }
.nfc-mini-wave { width: 25px; height: 25px; position: absolute; right: -2px; top: 1px; display: block; color: #3c6fd4; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-9deg); }
.ideas-count strong { font-family: var(--display); font-size: 76px; line-height: .8; letter-spacing: -.1em; font-weight: 500; }
.ideas-count span { margin-top: 16px; color: var(--muted); font-size: 10px; line-height: 1.35; text-align: center; text-transform: uppercase; letter-spacing: .14em; }
.idea-catalog { padding-top: 92px; padding-bottom: 120px; background: white; }
.catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.catalog-heading .eyebrow { margin: 0; }
.catalog-heading > p:last-child { max-width: 300px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.idea-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; }
.idea-category { border-bottom: 1px solid var(--line); }
.idea-category summary { min-height: 72px; display: grid; grid-template-columns: 36px 1fr auto 16px; align-items: center; gap: 10px; cursor: pointer; list-style: none; }
.idea-category summary::-webkit-details-marker { display: none; }
.category-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: var(--radius-sm); color: var(--icon-color); background: var(--icon-bg); }
.category-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.category-icon-business { --icon-color: #3268d2; --icon-bg: #e4edff; }
.category-icon-food { --icon-color: #d36a2c; --icon-bg: #fff0e5; }
.category-icon-hotel { --icon-color: #8558c8; --icon-bg: #f0e9ff; }
.category-icon-retail { --icon-color: #c24c73; --icon-bg: #ffe9f0; }
.category-icon-social { --icon-color: #d34d8b; --icon-bg: #ffe8f3; }
.category-icon-id { --icon-color: #197d85; --icon-bg: #e1f7f5; }
.category-icon-event { --icon-color: #29865b; --icon-bg: #e5f7eb; }
.category-icon-school { --icon-color: #b37722; --icon-bg: #fff2d9; }
.category-icon-service { --icon-color: #3679a9; --icon-bg: #e5f2ff; }
.category-icon-home { --icon-color: #4d7e50; --icon-bg: #e9f5e7; }
.category-icon-payment { --icon-color: #7560c4; --icon-bg: #edeaff; }
.idea-category summary strong { font-family: var(--display); font-size: 17px; letter-spacing: -.04em; font-weight: 500; }
.idea-category summary em { color: var(--muted); font-size: 9px; font-style: normal; letter-spacing: .06em; }
.idea-category summary i { width: 13px; height: 13px; position: relative; }
.idea-category summary i::before, .idea-category summary i::after { content: ''; position: absolute; top: 6px; left: 0; width: 13px; border-top: 1px solid var(--ink); transition: transform .2s ease; }
.idea-category summary i::after { transform: rotate(90deg); }
.idea-category[open] summary i::after { transform: rotate(0deg); }
.idea-category ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; margin: 0; padding: 0 0 23px 36px; color: var(--muted); counter-reset: idea; list-style: none; }
.idea-category li { min-height: 28px; display: flex; align-items: center; gap: 8px; font-size: 11px; line-height: 1.35; }
.idea-category li::before { content: '—'; color: var(--blue); }
.ideas-contact { padding-top: 0; padding-bottom: 120px; background: white; }
.ideas-contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px 40px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ideas-contact-panel .eyebrow { margin: 0 0 10px; }
.ideas-contact-panel h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: .95; letter-spacing: -.08em; font-weight: 500; }

@media (max-width: 800px) {
  .ideas-hero { min-height: 410px; }
  .ideas-count { width: 185px; height: 185px; }
  .nfc-mini { transform: scale(.9); margin-bottom: 9px; }
  .ideas-count strong { font-size: 62px; }
  .idea-grid { column-gap: 22px; }
  .idea-category summary strong { font-size: 15px; }
  .custom-actions { flex-wrap: wrap; }
}

@media (max-width: 650px) {
  .custom-order { padding-bottom: 86px; }
  .custom-panel { display: block; padding: 32px 25px; }
  .custom-actions { display: grid; grid-template-columns: 1fr auto; gap: 18px; margin-top: 28px; }
  .custom-actions .custom-ideas-link { grid-column: 1 / -1; }
  .ideas-hero { min-height: auto; display: block; padding-top: 62px; padding-bottom: 70px; }
  .ideas-intro { max-width: 330px; }
  .ideas-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .ideas-count { width: 150px; height: 150px; margin: 56px auto 0; }
  .nfc-mini { transform: scale(.68); margin-bottom: 1px; }
  .ideas-count strong { font-size: 53px; }
  .ideas-count span { margin-top: 10px; font-size: 8px; }
  .idea-catalog { padding-top: 74px; padding-bottom: 84px; }
  .catalog-heading { display: block; padding-bottom: 22px; }
  .catalog-heading > p:last-child { margin-top: 16px; }
  .idea-grid { display: block; }
  .idea-category summary { min-height: 68px; grid-template-columns: 30px 1fr auto 14px; gap: 7px; }
  .idea-category summary strong { font-size: 15px; }
  .idea-category summary em { font-size: 8px; }
  .idea-category ol { padding-left: 29px; column-gap: 14px; }
  .idea-category li { font-size: 10px; }
  .ideas-contact { padding-bottom: 86px; }
  .ideas-contact-panel { display: block; padding: 30px 25px; }
  .ideas-contact-panel .button { margin-top: 24px; }
}
