body.company-profile-page {
    background: #f5f9fb;
    color: #12344d;
    font-family: Poppins, sans-serif;
}
.cp-main { --cp-line: #dce8ef; --cp-blue: #006f9f; --cp-muted: #647f90; padding-bottom: 52px; }
.cp-main * { box-sizing: border-box; }
.cp-container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.cp-main :is(h1, h2, h3, p) { margin: 0; }
.cp-main :is(a, button):focus-visible { outline: 3px solid #33a3d3; outline-offset: 4px; }
.cp-main a { text-decoration: none; }
.cp-main :is(h1, h2, h3, p, dd, a) { overflow-wrap: anywhere; }
.cp-main [id] { scroll-margin-top: 100px; }
.cp-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding: 25px 0; font-size: 12px; color: var(--cp-muted); }
.cp-breadcrumb a { color: #496c82; }
.cp-breadcrumb a:first-child { display: inline-flex; gap: 9px; align-items: center; color: var(--cp-blue); }
.cp-breadcrumb [aria-current] { color: #12344d; }
.cp-hero { overflow: hidden; background: #fff; border: 1px solid var(--cp-line); border-radius: 24px; box-shadow: 0 12px 35px #10395106; }
.cp-cover { position: relative; min-height: 158px; overflow: hidden; background: linear-gradient(115deg, #d9edf7, #f0f9fc 55%, #c4e4f2); }
.cp-cover::before, .cp-cover::after { content: ''; position: absolute; width: 560px; height: 560px; right: -65px; top: -390px; border: 1px solid #ffffffb3; border-radius: 50%; background: #ffffff26; }
.cp-cover::after { right: 170px; top: -330px; background: transparent; }
.cp-cover-label { position: absolute; top: 32px; right: 34px; display: inline-flex; gap: 10px; align-items: center; color: #47758c; font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.cp-cover-label i { font-size: 18px; }
.cp-cover--uploaded { background: #eaf3f8; }
.cp-cover--uploaded::before, .cp-cover--uploaded::after { display: none; }
.cp-cover-image { display: block; width: 100%; height: 260px; object-fit: contain; }
.cp-identity { position: relative; display: grid; grid-template-columns: 116px minmax(0, 1fr) auto; gap: 28px; padding: 0 36px 30px; align-items: center; }
.cp-logo { position: relative; display: grid; place-items: center; width: 116px; height: 116px; align-self: start; margin-top: -32px; overflow: hidden; border: 5px solid #fff; border-radius: 23px; background: #edf7fb; color: var(--cp-blue); box-shadow: 0 5px 20px #1039510d; }
.cp-initials { font-size: 35px; font-weight: 600; letter-spacing: -.04em; }
.cp-logo img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 9px; object-fit: contain; background: #fff; }
.cp-identity-copy { padding-top: 26px; }
.cp-category { display: inline-flex; font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--cp-blue); margin-bottom: 10px; }
.cp-main h1 { color: #0a2a43; font: 500 clamp(32px, 3.6vw, 48px)/1.12 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.cp-intro { margin-top: 12px !important; max-width: 660px; font-size: 14px; color: #4f6e82; line-height: 1.8; }
.cp-location { display: flex; align-items: baseline; gap: 7px; margin-top: 12px !important; color: var(--cp-muted); font-size: 12px; }
.cp-hero-actions { display: flex; flex-direction: column; gap: 10px; padding-top: 26px; min-width: 175px; }
.cp-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 45px; padding: 12px 20px; border: 1px solid var(--cp-blue); border-radius: 10px; color: #fff; background: var(--cp-blue); font-size: 12px; font-weight: 600; text-align: center; line-height: 1.5; transition: background 150ms, border-color 150ms; }
.cp-button:hover { background: #00567c; border-color: #00567c; color: #fff; }
.cp-button--secondary { background: #fff; border-color: #cfdee8; color: #28546f; }
.cp-button--secondary:hover { background: #eef7fb; border-color: #9bc6da; color: #00567c; }
.cp-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 21px 18px; border-top: 1px solid #e5eef3; background: #fbfdfe; }
.cp-stats > div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 12px; border-right: 1px solid var(--cp-line); }
.cp-stats > div:last-child { border: 0; }
.cp-stats strong { font-size: 25px; font-weight: 500; line-height: 1.2; color: #164e6c; }
.cp-stats span { font-size: 10px; color: var(--cp-muted); line-height: 1.6; }
.cp-section-nav { display: flex; gap: 30px; padding: 0 10px; overflow-x: auto; border-bottom: 1px solid var(--cp-line); scrollbar-width: thin; }
.cp-section-nav a { display: inline-flex; flex-shrink: 0; align-items: center; gap: 7px; padding: 22px 0 18px; border-bottom: 2px solid transparent; color: #59768a; font-size: 12px; font-weight: 500; }
.cp-section-nav a:hover, .cp-section-nav a:focus-visible { color: var(--cp-blue); border-bottom-color: var(--cp-blue); }
.cp-section-nav span { padding: 1px 6px; background: #e5eff5; border-radius: 5px; font-size: 10px; color: #527489; }
.cp-ad { padding: 28px 0; }
.cp-ad .advertisement-slot { max-width: 960px; margin-inline: auto; }
.cp-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 26px; align-items: start; }
.cp-content { display: grid; gap: 26px; min-width: 0; }
.cp-panel { padding: 30px; background: #fff; border: 1px solid var(--cp-line); border-radius: 20px; min-width: 0; }
.cp-main h2 { color: #10354e; font: 500 clamp(24px, 2.2vw, 30px)/1.25 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.cp-eyebrow { color: var(--cp-blue); font-size: 9px; font-weight: 600; letter-spacing: .16em; margin-bottom: 9px !important; }
.cp-description { color: #58778b; font-size: 13px; line-height: 1.95; white-space: pre-line; margin-top: 18px !important; }
.cp-muted { color: var(--cp-muted); font-size: 12px; line-height: 1.8; margin-top: 10px !important; }
.cp-section-heading { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.cp-count { flex-shrink: 0; padding: 6px 10px; border-radius: 7px; background: #f0f6fa; color: #5b7a8f; font-size: 10px; }
.cp-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cp-service { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--cp-line); border-radius: 14px; }
.cp-service-image { display: block; aspect-ratio: 16 / 10; background: #edf5f9; overflow: hidden; }
.cp-service-image img { width: 100%; height: 100%; object-fit: contain; }
.cp-service-copy { display: flex; flex-direction: column; flex: 1; padding: 21px; }
.cp-service-category { display: flex; gap: 8px; align-items: baseline; font-size: 10px; color: var(--cp-blue); margin-bottom: 12px; }
.cp-service h3 { font-size: 15px; font-weight: 600; line-height: 1.6; }
.cp-service-description { margin-top: 10px !important; margin-bottom: 18px !important; font-size: 12px; color: var(--cp-muted); line-height: 1.8; white-space: pre-line; }
.cp-service-price { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; padding-top: 18px; margin-top: auto; font-size: 19px; color: #174762; }
.cp-service-price small { font-size: 9px; font-weight: 500; color: var(--cp-muted); }
.cp-discount { padding: 4px 7px; border-radius: 5px; background: #eaf7f1; color: #237b59; font-size: 10px; font-weight: 500; }
.cp-empty { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 18px; padding: 25px; border: 1px dashed #ccdde7; border-radius: 13px; background: #f9fcfe; }
.cp-empty-icon, .cp-detail-icon { display: grid; flex-shrink: 0; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--cp-blue); background: #e7f3fa; font-size: 21px; }
.cp-empty h3 { font-size: 14px; font-weight: 600; margin: 2px 0 8px; line-height: 1.5; }
.cp-empty p { font-size: 12px; color: var(--cp-muted); line-height: 1.8; }
.cp-text-link { display: inline-flex; gap: 8px; align-items: baseline; margin-top: 14px; color: var(--cp-blue); font-size: 11px; font-weight: 600; }
.cp-text-link:hover { color: #004c70; text-decoration: underline; }
.cp-sidebar { display: grid; gap: 22px; position: sticky; top: 96px; }
.cp-details { padding: 26px; }
.cp-details h2 { font-size: 24px; margin-top: 18px; }
.cp-details dl { margin: 23px 0 0; }
.cp-details dl > div { padding: 17px 0; border-top: 1px solid #e5eef3; }
.cp-details dt { display: flex; gap: 8px; font-size: 10px; color: var(--cp-muted); font-weight: 400; margin-bottom: 6px; }
.cp-details dd { padding-left: 19px; margin: 0; color: #234963; font-size: 12px; line-height: 1.8; }
.cp-details dd a { color: #176283; }
.cp-details .cp-button { width: 100%; margin-top: 8px; }
.cp-document { display: flex; align-items: center; gap: 12px; padding-top: 20px; margin-top: 20px; border-top: 1px solid var(--cp-line); color: #28546f; font-size: 12px; }
.cp-document > i:first-child { font-size: 25px; color: var(--cp-blue); }
.cp-document > i:last-child { margin-left: auto; }
.cp-document small { display: block; margin-top: 3px; color: var(--cp-muted); font-size: 9px; }
.cp-explore { padding: 27px; border-radius: 19px; background: #eaf4fa; border: 1px solid #d7e9f4; }
.cp-explore > i { display: block; font-size: 25px; color: var(--cp-blue); margin-bottom: 18px; }
.cp-explore h2 { font-size: 27px; max-width: 240px; }
.cp-explore > p:not(.cp-eyebrow) { font-size: 12px; line-height: 1.85; color: #5b7a8e; margin-top: 13px; }
.cp-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.cp-gallery > a { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; background: #edf5f9; }
.cp-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.cp-gallery a:hover img { transform: scale(1.025); }
.cp-gallery span { position: absolute; right: 9px; bottom: 9px; display: grid; place-items: center; height: 29px; width: 29px; border-radius: 8px; background: #ffffffed; color: #174762; font-size: 12px; }
.cp-videos { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 17px; }
.cp-video { overflow: hidden; border-radius: 12px; background: #e7f0f5; aspect-ratio: 16 / 9; }
.cp-video:only-child { max-width: 660px; width: 100%; grid-column: 1 / -1; }
.cp-video iframe { display: block; border: 0; width: 100%; height: 100%; }
.cp-map-section { margin-top: 26px; }
.cp-map { height: 370px; border: 1px solid var(--cp-line); border-radius: 15px; background: #edf5f9; z-index: 0; }
.cp-map .leaflet-popup-content { font-family: Poppins, sans-serif; color: #12344d; }
.cp-map-privacy { display: inline-block; margin-left: 10px; padding: 2px 8px; border-radius: 5px; font-size: 10px; background: #edf5fa; }
.cp-back { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; color: #4e7388; font-size: 12px; }
.cp-main img[hidden] { display: none; }
@media (max-width: 1050px) {
    .cp-container { width: calc(100% - 40px); }
    .cp-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 20px; }
    .cp-content { gap: 20px; }
    .cp-panel, .cp-details { padding: 24px; }
    .cp-identity { padding-inline: 26px; gap: 22px; }
    .cp-service-grid { grid-template-columns: 1fr; }
    .cp-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cp-stats > div { gap: 8px; }
}
@media (max-width: 760px) {
    .cp-layout { grid-template-columns: minmax(0, 1fr); }
    .cp-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
    .cp-identity { grid-template-columns: 96px minmax(0, 1fr); gap: 0 20px; padding: 0 24px 24px; }
    .cp-logo { height: 96px; width: 96px; border-radius: 20px; }
    .cp-hero-actions { grid-column: 1 / -1; flex-direction: row; min-width: 0; padding-top: 23px; }
    .cp-hero-actions > a { flex: 1; }
    .cp-stats > div { flex-direction: column; gap: 4px; text-align: center; }
    .cp-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cp-cover-image { height: 210px; }
}
@media (max-width: 520px) {
    .cp-container { width: calc(100% - 28px); }
    .cp-breadcrumb { padding-block: 19px; gap: 8px; font-size: 10px; }
    .cp-breadcrumb [aria-current] { display: none; }
    .cp-breadcrumb > span:nth-last-child(2) { display: none; }
    .cp-hero { border-radius: 18px; }
    .cp-cover { min-height: 106px; }
    .cp-cover-label { top: 23px; right: 22px; font-size: 8px; }
    .cp-cover-image { height: 155px; }
    .cp-identity { grid-template-columns: minmax(0, 1fr); padding: 0 21px 22px; }
    .cp-logo { margin-top: -32px; width: 84px; height: 84px; border-radius: 17px; }
    .cp-initials { font-size: 29px; }
    .cp-identity-copy { padding-top: 18px; }
    .cp-intro { font-size: 12px; line-height: 1.85; }
    .cp-category { font-size: 9px; margin-bottom: 9px; }
    .cp-location { font-size: 11px; }
    .cp-hero-actions { gap: 9px; padding-top: 20px; }
    .cp-button { font-size: 11px; padding: 11px 12px; gap: 7px; }
    .cp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 18px; }
    .cp-stats > div { padding: 15px 7px; flex-direction: row; gap: 10px; text-align: left; }
    .cp-stats > div:nth-child(2) { border-right: 0; }
    .cp-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--cp-line); }
    .cp-stats strong { font-size: 21px; }
    .cp-stats span { font-size: 9px; max-width: 75px; }
    .cp-section-nav { gap: 22px; padding-inline: 3px; }
    .cp-section-nav a { padding-block: 18px 14px; font-size: 11px; }
    .cp-ad { padding-block: 21px; }
    .cp-ad .advertisement-slot { border-radius: 12px; }
    .cp-panel { padding: 23px 20px; border-radius: 16px; }
    .cp-main h2 { font-size: 26px; }
    .cp-description { font-size: 12px; }
    .cp-service-grid, .cp-videos, .cp-sidebar { grid-template-columns: minmax(0, 1fr); }
    .cp-section-heading { align-items: flex-start; gap: 10px; margin-bottom: 20px; }
    .cp-count { padding: 5px 7px; font-size: 9px; }
    .cp-empty { gap: 12px; padding: 17px 14px; }
    .cp-empty-icon { width: 35px; height: 35px; border-radius: 10px; font-size: 17px; }
    .cp-empty h3 { font-size: 13px; }
    .cp-empty p { font-size: 11px; }
    .cp-service-copy { padding: 20px; }
    .cp-gallery { gap: 10px; }
    .cp-map-section .cp-section-heading { flex-direction: column; gap: 16px; }
    .cp-map { height: 300px; border-radius: 12px; }
    .cp-map-privacy { margin-left: 0; display: table; margin-top: 6px; }
    .cp-main { padding-bottom: 35px; }
}
@media (prefers-reduced-motion: reduce) { .cp-main * { transition: none !important; } }
