﻿.python-service-page { background: #f5f8fb; color: #314253; }
.python-service-hero { position: relative; min-height: 360px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(112deg, rgba(4,20,32,.96), rgba(0,82,109,.82), rgba(230,173,42,.34)), url("/images/hero.jpg") center/cover no-repeat; color: #fff; padding: 72px 0; }
.python-service-hero .container, .python-service-shell .container { max-width: 1160px; }
.python-service-hero__copy { max-width: 810px; text-align: left; }
.python-service-kicker { margin: 0 0 10px !important; color: #0b7894 !important; font-size: 12px !important; font-weight: 800; letter-spacing: 0; line-height: 1.4 !important; text-transform: uppercase; }
.python-service-hero .python-service-kicker { color: #ffd86a !important; }
.python-service-hero h1 { margin: 0 0 18px !important; color: #fff !important; font-size: 48px !important; font-weight: 800 !important; line-height: 1.12 !important; letter-spacing: 0; text-transform: none !important; }
.python-service-hero p:not(.python-service-kicker) { max-width: 730px; margin: 0; color: rgba(255,255,255,.9) !important; font-size: 19px !important; line-height: 1.65 !important; }
.python-service-shell { padding: 56px 0 74px; background: #f5f8fb; }
.python-service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.python-service-panel, .python-service-card, .python-service-cta, .python-service-faq { border: 1px solid #d7e4ea; border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(12,33,46,.07); padding: 34px; }
.python-service-panel { border-top: 4px solid #087f9d; }
.python-service-content h1, .python-service-content h2, .python-service-content h3 { color: #0b1f2a; font-weight: 800; letter-spacing: 0; text-align: left !important; }
.python-service-content h1 { margin: 0 0 18px; font-size: 36px; line-height: 1.18; }
.python-service-content h2 { margin: 30px 0 14px; font-size: 26px; line-height: 1.25; }
.python-service-content h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.3; }
.python-service-content p, .python-service-content li { color: #314253; font-size: 17px; line-height: 1.72; }
.python-service-content ul, .python-service-content ol { margin: 10px 0 22px; padding-left: 24px; }
.python-service-content li { margin-bottom: 8px; }
.python-service-content a { color: #087f9d; font-weight: 800; text-decoration: none; }
.python-service-content a:hover { color: #054f63; text-decoration: underline; }
.python-service-lead { border-left: 4px solid #e6ad2a; background: #fff9e9; color: #0b1f2a !important; padding: 14px 16px; }
.python-service-grid, .python-service-proof-grid, .python-service-step-grid { display: grid; gap: 16px; margin-top: 24px; }
.python-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.python-service-proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.python-service-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); counter-reset: steps; }
.python-service-feature, .python-service-proof, .python-service-step { border: 1px solid #d7e4ea; border-left: 4px solid #087f9d; border-radius: 8px; background: #fbfdff; padding: 22px; }
.python-service-step { counter-increment: steps; position: relative; padding-top: 54px; }
.python-service-step:before { content: counter(steps); position: absolute; top: 18px; left: 22px; display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 8px; background: #087f9d; color: #fff; font-weight: 800; }
.python-service-feature h3, .python-service-proof strong, .python-service-step h3 { color: #0b1f2a; font-weight: 800; }
.python-service-proof span { display: block; color: #465c67; font-size: 15px; line-height: 1.55; margin-top: 5px; }
.python-service-sidebar { display: grid; gap: 18px; }
.python-service-card { padding: 26px; }
.python-service-card--primary { border-top: 4px solid #e6ad2a; }
.python-service-card h2 { margin: 0 0 12px; color: #0b1f2a; font-size: 22px; font-weight: 800; }
.python-service-card p, .python-service-card li { color: #465c67; font-size: 15px; line-height: 1.65; }
.python-service-card ul { margin: 14px 0 0; padding-left: 20px; }
.python-service-actions, .python-service-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.python-service-button { display: inline-block; border: 1px solid #076a83; border-radius: 6px; background: #087f9d; color: #fff !important; font-weight: 800; line-height: 1.3; padding: 13px 18px; text-align: center; text-decoration: none !important; }
.python-service-button--secondary { border-color: #c9dbe2; background: #f6fbfd; color: #06657d !important; }
.python-service-button:hover { border-color: #054f63; background: #06657d; color: #fff !important; }
.python-service-faq { margin-top: 24px; }
.python-service-faq article { border-top: 1px solid #d7e4ea; padding: 18px 0 0; margin-top: 18px; }
.python-service-faq article:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.python-service-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; margin-top: 24px; background: linear-gradient(135deg, #092331, #0b4a5d); }
.python-service-cta h2, .python-service-cta p, .python-service-cta .python-service-kicker { color: #fff !important; }
.python-service-cta .python-service-kicker { color: #ffd86a !important; }
@media (max-width: 980px) { .python-service-layout, .python-service-cta { grid-template-columns: 1fr; } .python-service-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 767px) { .python-service-hero { min-height: 300px; padding: 54px 0; } .python-service-hero h1 { font-size: 34px !important; } .python-service-panel, .python-service-card, .python-service-cta, .python-service-faq { padding: 24px; } .python-service-grid, .python-service-proof-grid, .python-service-step-grid, .python-service-sidebar { grid-template-columns: 1fr; } .python-service-content h1 { font-size: 30px; } }
