.tool-details { width: min(1560px, calc(100% - 64px)); margin: 0 auto; padding: 92px 0 100px; }
.tool-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; font-size: 13px; color: #526d86; }
.tool-breadcrumb a, .tool-return a { color: #096bc2; font-weight: 700; }
.tool-hero { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; padding: clamp(24px, 4vw, 56px); color: #fff; border: 1px solid #244764; border-radius: 26px; background: linear-gradient(135deg, #071625, #0b2945); }
.tool-identity { display: flex; align-items: center; gap: 20px; }
.tool-identity img { width: 88px; height: 88px; object-fit: contain; }
.tool-identity .product-number { color: #55b1ff; font-size: 10px; }
.tool-identity h1 { margin: 8px 0 0; font-size: clamp(28px, 3vw, 44px); line-height: 1.1; letter-spacing: -.035em; }
.tool-hero h2 { font-size: clamp(24px, 2.6vw, 38px); line-height: 1.2; letter-spacing: -.035em; margin: 28px 0 16px; }
.tool-intro { color: #abc0d6; line-height: 1.75; }
.tool-hero .hero-actions { margin-top: 24px; }
.tool-hero .button-secondary { color: #e1f3ff; background: #102e49; border-color: #3c6485; }
.tool-screenshot { margin: 0; align-self: center; min-width: 0; }
.tool-screenshot img { display: block; width: 100%; height: auto; border-radius: 8px; }
.tool-screenshot figcaption { margin-top: 14px; color: #abc0d6; font-size: 12px; line-height: 1.6; }
.dashboard-preview { display: grid; place-items: center; min-height: 300px; padding: 32px; border: 1px solid #345b7c; border-radius: 16px; background: #143650; }
.dashboard-preview img { width: 330px; max-width: 100%; border-radius: 0; box-shadow: 0 16px 36px #06111e80; }
.tool-features { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 32px; margin: 0; padding: 24px 0 0; list-style: none; border-top: 1px solid #244764; color: #bfe6ff; font-size: 13px; }
.tool-features li::before { content: '\2713'; color: #55b1ff; margin-right: 8px; }
.tool-section { margin-top: 56px; scroll-margin-top: 100px; }
.tool-section h2 { font-size: clamp(28px, 3vw, 40px); margin: 10px 0 12px; letter-spacing: -.035em; }
.tool-section-intro { color: #526d86; margin-bottom: 28px; }
.tool-examples { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tool-example { min-width: 0; padding: 28px; border: 1px solid #cddcea; border-radius: 18px; background: #fff; }
.tool-step { color: #087fd6; font-size: 12px; font-weight: 800; }
.tool-example h3 { font-size: 22px; line-height: 1.25; margin: 12px 0; }
.tool-example p, .tool-setup p, .tool-setup li { color: #526d86; font-size: 15px; line-height: 1.75; }
.example-document { margin: 24px 0; padding: 20px; border: 1px solid #cddcea; border-radius: 10px; background: #f4f8fc; color: #17334c; font-size: 13px; line-height: 1.6; }
.example-document h4 { margin: 0; font-size: 17px; }
.example-document p { font-size: 13px; }
.example-document ul { padding-left: 18px; }
.example-document mark { padding: 2px 4px; color: #453b00; background: #fff0a8; }
.example-document table { width: 100%; border-collapse: collapse; font-size: 12px; }
.example-document caption { text-align: left; font-weight: 700; margin-bottom: 12px; }
.example-document th, .example-document td { padding: 8px 5px; border: 1px solid #bbcddd; text-align: left; overflow-wrap: anywhere; }
pre.example-document { white-space: pre-wrap; overflow-wrap: anywhere; }
.metric-example { min-height: 190px; display: flex; flex-direction: column; justify-content: center; }
.metric-example strong { display: block; color: #0879ce; font-size: 46px; line-height: 1.2; margin-top: 14px; }
.metric-example strong small { margin-left: 6px; font-size: 18px; }
.metric-example p { margin: 6px 0 12px; font-weight: 700; color: #17334c; }
.metric-example > span { font-size: 12px; }
.tool-setup { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 36px; border: 1px solid #cddcea; border-radius: 20px; background: #eaf3fb; }
.tool-setup ol { margin: 0; padding-left: 24px; }
.tool-setup li { padding: 8px 0 8px 8px; }
.tool-setup .button { margin-top: 16px; }
.tool-return { margin-top: 32px; }
@media (max-width: 1000px) { .tool-hero { grid-template-columns: 1fr; } .tool-examples { grid-template-columns: 1fr; } .tool-setup { grid-template-columns: 1fr; gap: 24px; } .tool-screenshot { width: 100%; max-width: 850px; } }
@media (max-width: 600px) { .tool-details { width: calc(100% - 32px); padding-top: 78px; } .tool-hero { padding: 24px; gap: 24px; } .tool-identity { gap: 12px; } .tool-identity img { width: 64px; height: 64px; } .tool-example, .tool-setup { padding: 22px; } .dashboard-preview { min-height: 200px; padding: 12px; } .tool-features { gap: 12px; flex-direction: column; } .tool-hero .hero-actions { align-items: stretch; flex-direction: column; } }
