.brand-notice-v2 { background: #fff; color: #17191c; }
.brand-notice-v2__wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.brand-notice-v2__hero { overflow: hidden; background: #f4f5f1; padding: 96px 0 72px; }
.brand-notice-v2__hero .brand-notice-v2__wrap { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: end; gap: clamp(50px, 8vw, 110px); }
.brand-notice-v2__eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 25px; color: #5a5f64; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.brand-notice-v2__eyebrow span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: #ff9f1c; }
.brand-notice-v2__eyebrow svg { width: 17px; fill: none; stroke: #17191c; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.brand-notice-v2 h1 { max-width: 700px; margin: 0; font-size: clamp(47px, 6.6vw, 88px); font-weight: 760; letter-spacing: -.064em; line-height: .94; }
.brand-notice-v2__updated { margin: 28px 0 0; color: #777b80; font-size: 13px; font-weight: 650; }
.brand-notice-v2__domain-card { position: relative; border: 1px solid #dfe2da; border-radius: 20px; background: #fff; padding: clamp(27px, 3.5vw, 42px); box-shadow: 0 25px 70px rgba(19, 25, 12, .07); }
.brand-notice-v2__status { display: flex; align-items: center; gap: 9px; color: #6d7276; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.brand-notice-v2__status i { width: 9px; height: 9px; border-radius: 50%; background: #ff9f1c; box-shadow: 0 0 0 5px rgba(255, 159, 28, .18); }
.brand-notice-v2__domain-card > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 21px 0 25px; color: #17191c; font-size: clamp(32px, 4vw, 49px); font-weight: 750; letter-spacing: -.05em; text-decoration: none; }
.brand-notice-v2__domain-card > a span { color: #7a7f83; font-size: 23px; font-weight: 400; }
.brand-notice-v2__divider { height: 1px; background: #e7e9e4; }
.brand-notice-v2__domain-card p { margin: 24px 0 0; color: #62676c; font-size: 14px; line-height: 1.75; }
.brand-notice-v2__content { padding: 84px 0 100px; }
.brand-notice-v2__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.brand-notice-v2__feature, .brand-notice-v2__section { display: grid; grid-template-columns: 48px 1fr; gap: 25px; border: 1px solid #e2e4df; border-radius: 19px; padding: clamp(28px, 4vw, 48px); }
.brand-notice-v2__feature {
  grid-column: 1 / -1;
  border-color: #d8e4f5;
  background:
    radial-gradient(circle at 95% 0, rgba(255, 159, 28, .13), transparent 27%),
    linear-gradient(145deg, #f6f9ff 0%, #edf4ff 100%);
  color: #15172b;
  box-shadow: 0 20px 55px rgba(34, 69, 124, .09);
}
.brand-notice-v2__number { display: grid; place-items: center; align-self: start; width: 43px; height: 43px; border-radius: 50%; background: #ff9f1c; color: #17191c; font-size: 11px; font-weight: 850; }
.brand-notice-v2__content h2 { margin: 2px 0 20px; color: inherit; font-size: clamp(27px, 3.2vw, 40px); font-weight: 740; letter-spacing: -.04em; line-height: 1.06; }
.brand-notice-v2__content p { margin: 0 0 15px; color: #656a6f; font-size: 15px; line-height: 1.75; }
.brand-notice-v2__feature p { max-width: 880px; color: #586981; }
.brand-notice-v2__not-affiliated { display: flex; align-items: center; gap: 14px; width: fit-content; margin-top: 27px; border: 1px solid #cbd9ee; border-radius: 12px; background: rgba(255, 255, 255, .72); padding: 13px 17px; color: #52627a; font-size: 13px; box-shadow: 0 8px 22px rgba(34, 69, 124, .06); }
.brand-notice-v2__crossed-domain { position: relative; display: inline-flex; align-items: center; padding: 2px 1px; color: #66758c; }
.brand-notice-v2__crossed-domain svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.brand-notice-v2__crossed-domain path { fill: none; stroke: #ff6577; stroke-linecap: round; stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.brand-notice-v2__not-affiliated i { display: grid; place-items: center; min-width: 27px; height: 27px; color: #15172b; font-size: 22px; font-style: normal; font-weight: 700; line-height: 1; }
.brand-notice-v2__not-affiliated strong { color: #d97400; }
.brand-notice-v2__grid > .workspace-v2-cta { grid-column: 1 / -1; width: 100%; margin-top: 33px; }
@media (max-width: 850px) {
  .brand-notice-v2__hero { padding: 82px 0 60px; }
  .brand-notice-v2__hero .brand-notice-v2__wrap { grid-template-columns: 1fr; gap: 42px; }
  .brand-notice-v2__grid { grid-template-columns: 1fr; }
  .brand-notice-v2__feature, .brand-notice-v2__grid > .workspace-v2-cta { grid-column: auto; }
}
@media (max-width: 560px) {
  .brand-notice-v2__wrap { width: min(100% - 30px, 1160px); }
  .brand-notice-v2__hero { padding: 68px 0 52px; }
  .brand-notice-v2__content { padding: 55px 0 70px; }
  .brand-notice-v2__feature, .brand-notice-v2__section { grid-template-columns: 1fr; gap: 19px; padding: 25px; }
  .brand-notice-v2__not-affiliated { flex-wrap: wrap; }
}
