.info-shell { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.info-hero { position: relative; overflow: hidden; padding: clamp(74px,10vw,135px) 0 clamp(78px,10vw,130px); border-bottom: 1px solid var(--line); }
.info-hero::after { position: absolute; z-index: -1; width: 470px; height: 470px; right: -120px; top: -210px; border: 1px solid rgba(45,143,120,.2); border-radius: 50%; box-shadow: inset 0 0 0 78px rgba(45,143,120,.035), inset 0 0 0 154px rgba(45,143,120,.025); content: ""; }
.eyebrow { margin: 0 0 24px; color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -.045em; }
h1 { max-width: 900px; font-size: clamp(55px,9vw,105px); line-height: .9; }
.intro { max-width: 700px; margin: 34px 0 0; color: #5f5c63; font-size: clamp(17px,2vw,21px); line-height: 1.65; }
.contact-action { display: inline-flex; min-height: 54px; align-items: center; gap: 26px; margin-top: 36px; padding: 0 22px; border-radius: 18px 28px 18px 28px; color: #fffdf8; background: linear-gradient(110deg,#4f4bbd,#6a63dd); box-shadow: 0 18px 38px rgba(75,69,177,.25); font-size: 13px; font-weight: 850; text-decoration: none; }
.info-content { padding: 35px 0 30px; }
.info-section { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 30px; padding: clamp(48px,7vw,82px) 0; border-bottom: 1px solid var(--line); }
.info-section > * { min-width: 0; }
.section-index { color: var(--teal); font: italic 500 42px var(--display); }
.info-section h2 { max-width: 760px; font-size: clamp(31px,4vw,49px); line-height: 1.05; }
.info-section p { max-width: 780px; margin: 23px 0 0; color: #605d64; font-size: 15px; line-height: 1.75; white-space: pre-line; }
.inline-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--violet); font-size: 13px; font-weight: 850; text-decoration: none; }
.direct-contact { display: flex; justify-content: space-between; gap: 25px; margin: 0 0 36px; padding: 24px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.direct-contact a { color: var(--ink); font-weight: 850; overflow-wrap: anywhere; }

@media (max-width: 700px) {
  .info-shell { width: min(100% - 26px,620px); }
  .info-section { grid-template-columns: 1fr; gap: 14px; }
  .section-index { font-size: 30px; }
  .direct-contact { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
  .info-hero { animation: info-reveal .55s ease-out both; }
  .contact-action { transition: transform .18s ease, box-shadow .18s ease; }
  .contact-action:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(75,69,177,.3); }
  @keyframes info-reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}
