:root {
  --at-update-yellow: #ffc400;
  --at-update-ink: #111820;
  --at-update-muted: #63707b;
  --at-update-line: #dfe5ea;
  --at-update-soft: #f5f7f9;
}

.at-company-update-landing { background: #f5f7f9; color: var(--at-update-ink); padding-bottom: 76px; }
.at-company-update-shell { width: min(calc(100% - 48px), 1540px); margin: 0 auto; }
.at-company-update-hero { padding: 42px 0 36px; background: linear-gradient(125deg, #10161c 0%, #19232c 62%, #202d37 100%); color: #fff; }
.at-update-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 30px; color: #cbd3da; font-size: 13px; font-weight: 750; text-decoration: none; }
.at-update-back:hover { color: #fff; }
.at-update-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .62fr); gap: 48px; align-items: center; }
.at-update-eyebrow { display: block; margin-bottom: 10px; color: var(--at-update-yellow); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.at-update-hero-grid h1 { max-width: 850px; margin: 0; font-size: clamp(38px, 4.5vw, 66px); line-height: 1.02; letter-spacing: -.035em; }
.at-update-hero-grid > div > p { max-width: 760px; margin: 18px 0 0; color: #c7d0d8; font-size: 17px; line-height: 1.65; }
.at-update-company-summary { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 16px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); box-shadow: 0 18px 44px rgba(0,0,0,.17); }
.at-update-company-summary > i { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 12px; background: var(--at-update-yellow); color: #111820; font-size: 25px; }
.at-update-company-summary div { display: grid; gap: 3px; align-content: center; }
.at-update-company-summary small { color: #aeb9c2; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.at-update-company-summary strong { font-size: 20px; line-height: 1.25; }
.at-update-company-summary span { color: #cbd3da; font-size: 12px; }
.at-update-company-summary b { grid-column: 1 / -1; display: flex; align-items: center; gap: 7px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #dde3e8; font-size: 12px; }
.at-update-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 38px 0 0; padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.12); list-style: none; }
.at-update-process li { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: rgba(15,22,28,.84); }
.at-update-process li > span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: var(--at-update-yellow); color: #151a1e; font-size: 12px; font-weight: 900; }
.at-update-process div { display: grid; gap: 2px; }
.at-update-process strong { font-size: 13px; }
.at-update-process small { color: #aeb8c1; font-size: 11px; }

.at-company-update-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; padding-top: 34px; }
.at-company-update-layout .at-company-update-card { width: 100%; margin: 0; padding: 0; border: 0; border-radius: 14px; background: transparent; box-shadow: none; }
.at-company-update-layout .at-company-update-form { gap: 20px; margin: 0; }
.at-update-section, .at-update-submit-panel { padding: 30px; border: 1px solid var(--at-update-line); border-radius: 13px; background: #fff; box-shadow: 0 8px 28px rgba(14,27,38,.055); }
.at-update-section > header { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #e7ebee; }
.at-update-section > header > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--at-update-yellow); color: #161c21; font-size: 14px; font-weight: 900; }
.at-update-section > header h2 { margin: 0 0 5px; color: var(--at-update-ink); font-size: 22px; line-height: 1.2; }
.at-update-section > header p { max-width: 800px; margin: 0; color: var(--at-update-muted); font-size: 13px; line-height: 1.55; }
.at-company-update-layout .at-update-grid { gap: 18px; }
.at-company-update-layout .at-update-grid label > span { font-size: 13px; font-weight: 800; }
.at-company-update-layout .at-update-grid input,
.at-company-update-layout .at-update-grid select,
.at-company-update-layout .at-update-grid textarea { min-height: 50px; border-color: #cbd4da; border-radius: 8px; background: #fff; }
.at-company-update-layout .at-update-grid textarea { padding: 13px; }
.at-company-update-layout .at-update-grid small { color: #75808a; font-size: 11px; line-height: 1.45; }
.at-update-locked input { cursor: not-allowed; border-style: dashed !important; background: #eef1f3 !important; color: #59656f !important; font-weight: 800; }
.at-update-locked > span { display: flex; align-items: center; gap: 7px; }
.at-update-locked > span i { color: #8d969d; }

.at-update-service-picker { margin-bottom: 22px; }
.at-update-service-search { position: relative; display: block; margin-bottom: 12px; }
.at-update-service-search i { position: absolute; top: 16px; left: 15px; color: #707a83; }
.at-update-service-search input { box-sizing: border-box; width: 100%; min-height: 48px; padding: 0 14px 0 42px; border: 1px solid #cbd4da; border-radius: 8px; font: inherit; }
.at-update-service-search input:focus { border-color: #b98b00; outline: 3px solid rgba(255,196,0,.2); }
.at-update-service-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-height: 330px; overflow: auto; padding: 12px; border: 1px solid var(--at-update-line); border-radius: 10px; background: var(--at-update-soft); }
.at-update-service-options label { display: flex; align-items: flex-start; gap: 9px; min-width: 0; padding: 10px; border: 1px solid transparent; border-radius: 7px; background: #fff; color: #36414a; font-size: 12px; line-height: 1.35; cursor: pointer; }
.at-update-service-options label:has(input:checked) { border-color: #dfab00; background: #fff8da; color: #171d21; font-weight: 750; }
.at-update-service-options input { flex: 0 0 auto; margin-top: 2px; accent-color: #d8a400; }
.at-update-service-empty { margin: 10px 0 0; color: var(--at-update-muted); font-size: 12px; }
.at-update-description-grid { margin-top: 0; }

.at-update-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.at-update-upload { display: grid; justify-items: start; gap: 5px; min-height: 164px; padding: 20px; border: 1.5px dashed #b9c3ca; border-radius: 10px; background: #f8fafb; cursor: pointer; }
.at-update-upload:hover { border-color: #b98b00; background: #fffaf0; }
.at-update-upload > i { margin-bottom: 5px; color: #c29000; font-size: 28px; }
.at-update-upload strong { font-size: 15px; }
.at-update-upload > span { color: var(--at-update-muted); font-size: 12px; }
.at-update-upload input { width: 100%; margin-top: 7px; color: #4e5962; font-size: 12px; }
.at-update-upload em { color: #7a848c; font-size: 11px; font-style: normal; }
.at-update-upload-limit { grid-column: 1 / -1; margin: 0; color: #6d7881; font-size: 11px; }

.at-update-submit-panel { display: grid; gap: 16px; background: #151d24; color: #fff; }
.at-update-submit-panel .at-update-consent { color: #d5dce1; }
.at-update-submit-panel .at-update-consent input { accent-color: var(--at-update-yellow); }
.at-update-submit-panel .at-update-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 230px; min-height: 52px; }
.at-update-submit-panel .at-update-privacy { margin: 0; color: #aeb8c1; }
.at-update-notice { display: grid; gap: 4px; margin: 0 0 20px; }
.at-update-notice span { font-weight: 500; }

.at-update-sidebar { position: sticky; top: 92px; display: grid; gap: 14px; }
.at-update-sidebar section { padding: 22px; border: 1px solid var(--at-update-line); border-radius: 12px; background: #fff; }
.at-update-sidebar section > i { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 9px; background: #fff4c9; color: #9f7700; font-size: 20px; }
.at-update-sidebar h2 { margin: 0 0 7px; font-size: 16px; }
.at-update-sidebar p { margin: 0; color: var(--at-update-muted); font-size: 12px; line-height: 1.6; }
.at-update-sidebar-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px 19px; border-radius: 10px; background: var(--at-update-ink); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.at-update-sidebar-link:hover { color: var(--at-update-yellow); }

@media (max-width: 1080px) {
  .at-update-hero-grid { grid-template-columns: 1fr; }
  .at-update-company-summary { max-width: 720px; }
  .at-company-update-layout { grid-template-columns: 1fr; }
  .at-update-sidebar { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .at-update-sidebar-link { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .at-company-update-shell { width: calc(100% - 28px); }
  .at-company-update-hero { padding: 26px 0 28px; }
  .at-update-back { margin-bottom: 22px; }
  .at-update-hero-grid { gap: 26px; }
  .at-update-hero-grid h1 { font-size: 38px; }
  .at-update-hero-grid > div > p { font-size: 15px; }
  .at-update-process { grid-template-columns: 1fr; }
  .at-update-process li { padding: 13px 16px; }
  .at-company-update-layout { padding-top: 20px; }
  .at-update-section, .at-update-submit-panel { padding: 20px; border-radius: 11px; }
  .at-update-section > header h2 { font-size: 19px; }
  .at-update-service-options { grid-template-columns: 1fr 1fr; }
  .at-update-media-grid { grid-template-columns: 1fr; }
  .at-update-upload-limit { grid-column: auto; }
  .at-update-sidebar { grid-template-columns: 1fr; }
  .at-update-sidebar-link { grid-column: auto; }
}

@media (max-width: 480px) {
  .at-update-company-summary { grid-template-columns: 46px minmax(0, 1fr); padding: 18px; }
  .at-update-company-summary > i { width: 46px; height: 46px; }
  .at-update-service-options { grid-template-columns: 1fr; }
}
