.service-content{background:var(--white);padding-bottom:60px}.service-content .container{max-width:860px}.service-content h2{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--black);margin-bottom:24px;line-height:1.25}.service-content h3{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--black);margin-bottom:16px;line-height:1.35}.service-content p{font-size:1.05rem;color:var(--section-text);line-height:1.85;margin-bottom:24px}.service-content p a,.service-content td a{color:var(--red);font-weight:600;border-bottom:1px solid rgba(205,0,26,.25);transition:border-color .2s}.service-content p a:hover,.service-content td a:hover{border-color:var(--red)}.service-content ul{list-style:none;padding:0;margin:40px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:20px}.service-content ul li{font-size:.95rem;color:var(--section-text);padding:24px 24px 24px 56px;position:relative;line-height:1.6;background:#fcfcfc;border:1px solid #f0f0f0;border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1)}.service-content ul li:hover{background:var(--white);border-color:#cd001a4d;box-shadow:0 8px 24px #0000000f;transform:translateY(-4px)}.service-content ul li:before{content:"";position:absolute;left:24px;top:26px;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23CD001A' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.service-content ul li strong{display:block;color:var(--black);font-weight:700;font-size:1.05rem;margin-bottom:6px}.service-content .lead{font-size:1.02rem;color:var(--section-text);font-style:italic;line-height:1.75;padding-left:16px;border-left:3px solid var(--red);margin-bottom:28px}.h2-spaced{margin-top:48px}.api-styles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px 0 28px}@media (max-width: 720px){.api-styles{grid-template-columns:1fr}}.api-style-card{background:var(--black-rich);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1)}.api-style-card:hover{background:#0f1013;border-color:#cd001a59;transform:translateY(-4px)}.api-style-tag{display:inline-block;font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--white);padding-bottom:10px;margin-bottom:14px;border-bottom:2px solid var(--red)}.api-style-list{list-style:none;padding:0;margin:0}.api-style-list li{position:relative;padding-left:18px;margin-bottom:9px;font-size:.88rem;line-height:1.5;color:#ffffffb8}.api-style-list li:before{content:"";position:absolute;left:2px;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--red)}.process-grid.process-grid-4{grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1100px){.process-grid.process-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.process-grid.process-grid-4{grid-template-columns:1fr}}.why-table{width:100%;border-collapse:collapse;margin:20px 0 28px}.why-table td{padding:16px 20px;font-size:.92rem;color:var(--section-text);line-height:1.7;border-bottom:1px solid var(--gray-100);vertical-align:top}.why-table td:first-child{font-family:var(--font-display);font-weight:600;font-size:1.02rem;color:var(--black);white-space:nowrap;width:260px}.why-table tr:last-child td{border-bottom:none}@media (max-width: 768px){.why-table td:first-child{white-space:normal}}@media (max-width: 480px){.why-table{display:block}.why-table tbody,.why-table tr,.why-table td{display:block;width:100%}.why-table td:first-child{padding-bottom:4px}}.framework-strip{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 28px}.framework-strip span{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid var(--gray-100);border-radius:999px;font-size:.82rem;font-weight:600;color:var(--black)}.framework-strip span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--red);flex-shrink:0}.deliverable-card p a{color:var(--red);font-weight:600;border-bottom:1px solid rgba(205,0,26,.25);transition:border-color .2s}.deliverable-card p a:hover{border-color:var(--red)}.faq-section .section-title{font-size:1.6rem}.faq-closing{text-align:center;margin-top:48px;padding:40px 24px;background:var(--black-rich);border-radius:12px}.faq-closing p{font-size:.95rem!important;color:var(--gray-300)!important;margin-bottom:16px!important}.faq-closing .btn-red{padding:12px 24px;font-size:.88rem}.other-services-section{background:var(--white)}.other-services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.other-service-card{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--gray-100);border-radius:8px;padding:14px 16px;transition:all .25s}.other-service-card:hover{border-color:var(--red);box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}.other-service-card svg{width:22px;height:22px;color:var(--red);flex-shrink:0}.other-service-card span{font-size:.88rem;font-weight:600;color:var(--black)}.deliverable-card,.process-card,.opinion-left,.auditor-benefit{transition:all .4s cubic-bezier(.16,1,.3,1)}.deliverable-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014;border-color:#cd001a26}.process-card:hover{transform:translateY(-6px)}.process-card:hover .process-step{background:var(--red);color:var(--white);box-shadow:0 8px 20px #cd001a40;transform:scale(1.05)}.service-content p a,.service-content li a,.service-content td a,.faq-answer p a,.deliverable-card p a{color:var(--red);font-weight:600;border-bottom:0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:#cd001a8c;transition:text-decoration-color .2s,color .2s}.service-content p a:hover,.service-content li a:hover,.service-content td a:hover,.faq-answer p a:hover,.deliverable-card p a:hover{color:#a10014;text-decoration-color:#a10014}
