:root {
  --pro-midnight: var(--ds-midnight, #173746);
  --pro-blue: var(--ds-blue, #315f70);
  --pro-body: var(--ds-body, #526670);
  --pro-gold: var(--ds-gold, #b7965c);
  --pro-warm: var(--ds-warm, #fcfbf8);
  --pro-soft: var(--ds-soft, #f5f3ee);
  --pro-line: var(--ds-border, #e4e0d8);
  --pro-white: #fff;
  --pro-shell: 1240px;
}

.pro-shell { width: min(calc(100% - 48px), var(--pro-shell)); margin-inline: auto; }
.pro-hero { background: var(--pro-warm); border-bottom: 1px solid var(--pro-line); }
.pro-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(56px, 8vw, 112px); align-items: center; padding-block: clamp(78px, 8vw, 116px); }
.pro-hero__copy { max-width: 740px; }
.pro-eyebrow { margin: 0 0 15px; color: #806533; font-size: .78rem; font-weight: 750; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.pro-hero h1, .pro-workflows h2, .pro-expect h2, .pro-final h2 { color: var(--pro-midnight); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.018em; }
.pro-hero h1 { max-width: 700px; margin: 0; font-size: clamp(2.5rem, 4vw, 3.75rem); line-height: 1.06; }
.pro-lead { max-width: 680px; margin: 25px 0 0; color: var(--pro-body); font-size: clamp(1.05rem, 1.3vw, 1.18rem); line-height: 1.72; }
.pro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.pro-button { box-sizing: border-box; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 6px; font-size: .96rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.pro-button--primary { border-color: #a2834c; background: #b7965c; color: #102f3d; }
.pro-button--primary:hover { background: #aa894f; transform: translateY(-1px); }
.pro-button--secondary { border-color: #bfc8c9; background: var(--pro-white); color: var(--pro-midnight); }
.pro-button--secondary:hover { border-color: var(--pro-blue); background: #f8faf9; }
.pro-audiences { padding: 31px 34px 25px; border-top: 3px solid var(--pro-gold); background: var(--pro-white); box-shadow: 0 16px 38px rgba(23, 55, 70, .07); }
.pro-audiences h2 { margin: 0 0 16px; color: var(--pro-midnight); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; line-height: 1.2; }
.pro-audiences ul, .pro-expect__list { margin: 0; padding: 0; list-style: none; }
.pro-audiences li { padding: 13px 0; border-top: 1px solid var(--pro-line); color: var(--pro-body); line-height: 1.35; }
.pro-workflows { padding-block: clamp(76px, 8vw, 108px); background: var(--pro-white); }
.pro-section-grid { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(56px, 8vw, 116px); align-items: start; }
.pro-section-intro { position: sticky; top: 142px; }
.pro-section-intro h2, .pro-expect h2, .pro-final h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.55rem); line-height: 1.13; }
.pro-section-intro > p:last-child { margin: 21px 0 0; color: var(--pro-body); font-size: 1.02rem; line-height: 1.7; }
.pro-workflow-list { border-top: 1px solid var(--pro-line); }
.pro-workflow-list article { display: grid; grid-template-columns: minmax(190px, .85fr) minmax(0, 1.15fr); gap: 36px; padding: 26px 0 28px; border-bottom: 1px solid var(--pro-line); }
.pro-workflow-list h3 { margin: 0; color: var(--pro-midnight); font-family: Georgia, "Times New Roman", serif; font-size: 1.34rem; font-weight: 500; line-height: 1.22; }
.pro-workflow-list p { margin: 0; color: var(--pro-body); line-height: 1.65; }
.pro-expect { padding-block: clamp(72px, 7vw, 94px); border-block: 1px solid var(--pro-line); background: var(--pro-soft); }
.pro-expect__grid { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(56px, 8vw, 116px); }
.pro-expect__list { border-top: 1px solid #d8d2c8; }
.pro-expect__list li { position: relative; padding: 17px 16px 17px 34px; border-bottom: 1px solid #d8d2c8; color: var(--pro-midnight); font-weight: 650; line-height: 1.4; }
.pro-expect__list li::before { position: absolute; top: 24px; left: 4px; width: 13px; height: 1px; background: var(--pro-gold); content: ""; }
.pro-context-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-block: 1px solid #d8d2c8; }
.pro-context-links a { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 22px; border-right: 1px solid #d8d2c8; color: var(--pro-midnight); font-weight: 700; text-decoration: none; }
.pro-context-links a:last-child { border-right: 0; }
.pro-context-links a:hover { background: rgba(255,255,255,.58); }
.pro-context-links span { color: #86672f; font-size: 1.15rem; }
.pro-final { padding-block: clamp(62px, 6vw, 82px); background: var(--pro-white); }
.pro-final__inner { box-sizing: border-box; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 52px; align-items: center; padding: 42px 48px; border: 1px solid var(--pro-line); background: #f8faf9; }
.pro-final h2 { font-size: clamp(1.9rem, 2.7vw, 2.35rem); }
.pro-final p:last-child { max-width: 660px; margin: 14px 0 0; color: var(--pro-body); line-height: 1.65; }
.pro-final .pro-actions { justify-content: flex-end; margin-top: 0; }
:where(.pro-hero, .pro-workflows, .pro-expect, .pro-final) a:focus-visible { outline: 3px solid #173746; outline-offset: 4px; }

@media (max-width: 1023px) {
  .pro-hero__grid, .pro-section-grid, .pro-expect__grid { grid-template-columns: 1fr; gap: 42px; }
  .pro-hero__grid { padding-block: 70px; }
  .pro-hero__copy { max-width: 760px; }
  .pro-audiences { max-width: 680px; }
  .pro-section-intro { position: static; max-width: 660px; }
  .pro-final__inner { grid-template-columns: 1fr; gap: 28px; }
  .pro-final .pro-actions { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .pro-shell { width: min(calc(100% - 40px), var(--pro-shell)); }
  .pro-hero__grid { gap: 34px; padding-block: 52px 58px; }
  .pro-hero h1 { font-size: clamp(2.15rem, 10.5vw, 2.65rem); line-height: 1.08; }
  .pro-lead { margin-top: 20px; font-size: 1rem; line-height: 1.65; }
  .pro-actions { display: grid; width: 100%; }
  .pro-button { width: 100%; }
  .pro-audiences { padding: 26px 22px 20px; }
  .pro-workflows, .pro-expect { padding-block: 62px; }
  .pro-section-grid, .pro-expect__grid { gap: 34px; }
  .pro-section-intro h2, .pro-expect h2 { font-size: 1.9rem; }
  .pro-workflow-list article { grid-template-columns: 1fr; gap: 9px; padding-block: 22px; }
  .pro-workflow-list h3 { font-size: 1.25rem; }
  .pro-context-links { grid-template-columns: 1fr; margin-top: 38px; }
  .pro-context-links a { border-right: 0; border-bottom: 1px solid #d8d2c8; }
  .pro-context-links a:last-child { border-bottom: 0; }
  .pro-final { padding-block: 52px; }
  .pro-final__inner { gap: 25px; padding: 32px 22px; }
  .pro-final h2 { font-size: 1.85rem; }
}

@media (prefers-reduced-motion: reduce) { .pro-button { transition: none; } }
