
:root{
  --navy:#063e73;
  --navy-deep:#032d57;
  --sky:#35adf3;
  --sky-dark:#168fce;
  --ink:#142536;
  --muted:#5e7281;
  --line:#dce6ed;
  --page:#eef5fa;
  --white:#fff;
  --green:#159b63;
  --green-soft:#eaf8f1;
  --amber:#ad6b08;
  --amber-soft:#fff7e8;
  --red:#c9362b;
  --red-soft:#fff2f1;
  --star:#ffc400;
  --shadow:0 22px 60px rgba(18,52,77,.10);
}
.service-profile-page,.service-profile-page *,.service-profile-page *::before,.service-profile-page *::after{box-sizing:border-box}
html{scroll-behavior:smooth}.service-profile-page{scroll-padding-top:84px}
html,.service-profile-page{margin:0;min-height:100%}
.service-profile-page{
  overflow:visible;
  color:var(--ink);
  background:var(--page);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:1.65;
}
.service-profile-page a{text-decoration:none;color:inherit}
.service-profile-page button,.service-profile-page input{font:inherit}
.service-profile-page button{cursor:pointer}
.service-profile-page img{max-width:100%;display:block}
.service-profile-page h1,.service-profile-page h2,.service-profile-page h3,.service-profile-page p,.service-profile-page strong,.service-profile-page span,.service-profile-page a,.service-profile-page button{overflow-wrap:anywhere}
[hidden]{display:none!important}

.sp-svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.sp-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* Header */
.site-header{
  position:relative;
  z-index:70;
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:12px clamp(18px,4vw,64px);
  border-bottom:1px solid #e4ebf1;
  background:#fff;
}
.brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-size:23px;font-weight:800}
.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--sky);font-weight:900}
.brand em{font-style:normal;color:var(--sky)}
.header-center{display:flex;align-items:center;justify-content:center;gap:30px;flex:1}
.global-search{
  width:min(270px,28vw);
  min-width:180px;
  height:43px;
  padding:0 14px 0 39px;
  border:1px solid #dce4eb;
  border-radius:10px;
  color:var(--ink);
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23063e73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 12px center;
  font-size:13px;
}
.header-link{white-space:nowrap;font-size:13px;font-weight:750}
.join-button{min-height:43px;padding:0 16px;border:0;border-radius:9px;color:#fff;background:var(--sky);font-size:13px;font-weight:800;box-shadow:0 8px 20px rgba(53,173,243,.22)}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:9px;color:var(--navy);background:#fff;font-size:20px}

/* Hero */
.sp-profile-hero{
  padding:28px 0 30px;
  background:
    radial-gradient(circle at 88% 12%,rgba(53,173,243,.20),transparent 31%),
    radial-gradient(circle at 8% 100%,rgba(6,62,115,.10),transparent 30%),
    linear-gradient(180deg,#fbfdff,#edf5fa);
}
.sp-container{width:min(1280px,calc(100% - 36px));margin:0 auto}
.sp-breadcrumb{display:flex;align-items:center;gap:7px;color:#637887;font-size:12px}
.sp-breadcrumb a{color:var(--navy);font-weight:750}
.sp-hero-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:18px;
}
.sp-identity-card,.sp-snapshot-card{
  border:1px solid #dce6ed;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,48,73,.10);
}
.sp-identity-card{padding:26px}
.sp-identity-main{display:grid;grid-template-columns:112px minmax(0,1fr);gap:22px;align-items:center}
.sp-company-logo{
  width:112px;height:112px;padding:9px;display:grid;place-items:center;
  border:1px solid #dbe4ea;border-radius:20px;background:#fff;
}
.sp-company-logo img{width:92px;height:92px;object-fit:contain}
.sp-identity-topline{display:flex;align-items:center;flex-wrap:wrap;gap:9px}
.sp-identity-topline h1{margin:0;color:var(--navy);font-size:clamp(34px,4.3vw,45px);line-height:1.15}
.sp-verified-badge,.sp-claim-profile{
  min-height:31px;padding:5px 10px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-size:12px;font-weight:850;
}
.sp-verified-badge{color:#176c49;background:#eaf8f1}
.sp-claim-profile{border:1px solid #a9d2e7;color:var(--navy);background:#edf8fe}
.service-profile-page[data-profile-state="claimed"] .sp-claim-profile{display:none}
.service-profile-page[data-profile-state="unclaimed"] .sp-verified-badge{display:none}
.sp-tagline{margin:7px 0 0;color:#657987;font-size:16px}
.sp-rating-line{margin-top:9px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.sp-stars{display:inline-flex;align-items:center;gap:1px;color:var(--star);letter-spacing:1px;font-size:18px}
.sp-star{position:relative;display:inline-block;line-height:1}
.sp-star-half:before{content:"★";position:absolute;inset:0 auto 0 0;width:50%;overflow:hidden;color:currentColor;white-space:nowrap}
.sp-rating-line strong{font-size:15px}
.sp-rating-line a{color:var(--sky-dark);font-size:13px;font-weight:750}
.sp-no-review-rating{display:none;color:#6c7e8b;font-size:13px;font-weight:700}
.service-profile-page[data-has-reviews="false"] .sp-rating-with-reviews{display:none}
.service-profile-page[data-has-reviews="false"] .sp-no-review-rating{display:inline-flex}
.sp-identity-actions{margin-top:19px;display:flex;flex-wrap:wrap;gap:10px}
.sp-primary-cta,.sp-secondary-cta{
  min-height:47px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-size:13px;font-weight:850;
}
.sp-primary-cta{border:0;color:#fff;background:#f4492d;box-shadow:0 9px 22px rgba(244,73,45,.18)}
.sp-secondary-cta{border:1px solid #acd1e5;color:var(--navy);background:#fff}
.sp-category-row{margin-top:20px;padding-top:17px;display:grid;grid-template-columns:80px minmax(0,1fr);gap:12px;border-top:1px solid #e8eef2}
.sp-category-row>span{padding-top:6px;color:var(--sky-dark);font-size:11px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}
.sp-category-links{display:flex;flex-wrap:wrap;gap:8px}
.sp-category-chip{min-height:33px;padding:5px 10px;display:inline-flex;align-items:center;border:1px solid #d4e2ea;border-radius:999px;color:#31546b;background:#f9fbfc;font-size:11px;font-weight:750}
.sp-category-chip.primary{border-color:var(--navy);color:#fff;background:var(--navy)}
.sp-snapshot-card{padding:21px}
.sp-snapshot-label,.sp-section-kicker{color:var(--sky-dark);font-size:11px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}
.sp-snapshot-card h2{margin:5px 0 0;color:var(--navy);font-size:22px}
.sp-snapshot-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.sp-snapshot-item{padding:12px;border:1px solid #dfe8ee;border-radius:10px;background:#fbfcfd}
.sp-snapshot-item span{display:block;color:#71838f;font-size:11px;font-weight:750}
.sp-snapshot-item strong{display:block;margin-top:2px;color:#24465d;font-size:13px}
.sp-snapshot-fit{margin-top:10px;padding:12px;border-radius:10px;background:#edf8fe}
.sp-snapshot-fit span{display:block;color:#6a7e8d;font-size:11px}
.sp-snapshot-fit strong{display:block;margin-top:3px;color:var(--navy);font-size:13px}
.sp-snapshot-note{margin:10px 0 0;color:#72828e;font-size:11px;line-height:1.55}

/* Buyer contribution and trust */
.sp-confidence-band{margin-top:18px;display:grid;grid-template-columns:1fr 1.35fr;gap:12px}
.sp-contribution-panel,.sp-trust-panel{border-radius:17px}
.sp-contribution-panel{
  padding:20px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;color:#fff;
  background:linear-gradient(135deg,var(--navy-deep),var(--navy));
}
.sp-contribution-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;color:var(--navy);background:#fff;font-size:20px;font-weight:900}
.sp-contribution-panel>div>span,.sp-trust-panel>span{font-size:10px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}
.sp-contribution-panel h2{margin:5px 0 0;font-size:20px}
.sp-contribution-panel p{margin:7px 0 0;color:#d7e7f2;font-size:12px;line-height:1.6}
.sp-contribution-state{display:none}
.service-profile-page[data-has-reviews="true"] .sp-contribution-reviewed{display:block}
.service-profile-page[data-has-reviews="false"] .sp-contribution-no-reviews{display:block}
.sp-contribution-panel a{margin-top:12px;min-height:39px;padding:0 13px;display:inline-flex;align-items:center;border-radius:8px;color:var(--navy);background:#fff;font-size:11px;font-weight:850}
.sp-trust-panel{padding:20px;border:1px solid #cddfea;background:linear-gradient(120deg,#f9fcfe,#eaf7fe)}
.sp-trust-panel>span{color:#1a2f3f}
.sp-trust-panel h2{margin:5px 0 0;color:var(--navy);font-size:20px}
.sp-trust-grid{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.sp-trust-state{display:none;gap:9px}
.service-profile-page[data-profile-state="claimed"][data-has-reviews="true"] .trust-claimed-reviewed{display:contents}
.service-profile-page[data-profile-state="claimed"][data-has-reviews="false"] .trust-claimed-no-reviews{display:contents}
.service-profile-page[data-profile-state="unclaimed"][data-has-reviews="true"] .trust-unclaimed-reviewed{display:contents}
.service-profile-page[data-profile-state="unclaimed"][data-has-reviews="false"] .trust-unclaimed-no-reviews{display:contents}
.sp-trust-card{padding:11px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;border:1px solid #d8e5ec;border-radius:10px;background:#fff}
.sp-trust-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:var(--navy);background:#eaf5fc;font-size:10px;font-weight:900}
.sp-trust-card>span svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sp-trust-card strong{display:block;color:#24465c;font-size:12px}
.sp-trust-card p{margin:3px 0 0;color:#71838f;font-size:10px;line-height:1.5}

/* Sticky navigation */
.sp-profile-nav-wrap{position:sticky;top:0;z-index:60;border-top:1px solid #e4ebf0;border-bottom:1px solid #e2eaf0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);box-shadow:0 7px 20px rgba(15,48,73,.04)}
.sp-profile-nav{width:min(1280px,calc(100% - 36px));min-height:65px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;overflow:visible}
.sp-profile-nav-links{min-width:0;display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:none}
.sp-profile-nav-links::-webkit-scrollbar{display:none}
.sp-profile-nav-links a{min-height:65px;padding:0 17px;display:flex;align-items:center;justify-content:center;white-space:nowrap;border-bottom:3px solid transparent;color:#5f7180;font-size:13px;font-weight:850}
.sp-profile-nav-links a.active{border-color:#35adf3;color:#063e73}
.sp-profile-nav-actions{padding-left:14px;display:flex;align-items:center;gap:9px;background:#fff}
.sp-profile-nav-actions a{min-height:43px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;white-space:nowrap;font-size:12px;font-weight:850;border-bottom:0}
.service-profile-page[data-has-interview="false"] .interview-nav-item,
.service-profile-page[data-has-interview="false"] #interview{display:none!important}
.service-profile-page[data-has-reviews="false"] .review-nav-item,
.service-profile-page[data-has-reviews="false"] #reviews{display:none!important}

/* Main sections */
.sp-content-stack{width:min(1280px,calc(100% - 36px));margin:20px auto 38px;display:grid;gap:16px}
.sp-profile-section{padding:27px;border:1px solid #dfe7ed;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(20,55,80,.05)}
.sp-section-heading{padding-bottom:17px;display:flex;align-items:flex-start;justify-content:space-between;gap:17px;border-bottom:1px solid #e6edf1}
.sp-section-heading h2{margin:4px 0 0;color:var(--navy);font-size:28px;line-height:1.25}
.sp-section-heading p{max-width:820px;margin:7px 0 0;color:#637887;font-size:13px;line-height:1.6}
.sp-section-badge{flex:0 0 auto;min-height:31px;padding:5px 10px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;color:#176c49;background:#eaf8f1;font-size:11px;font-weight:850}

/* Overview */
.sp-overview-grid{margin-top:19px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px}
.sp-overview-copy h3,.sp-subsection-title{margin:0;color:#24465c;font-size:18px}
.sp-overview-text{position:relative;max-height:244px;overflow:hidden;color:#516b7a;font-size:14px;line-height:1.78}
.sp-overview-text:after{content:"";position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(transparent,#fff)}
.sp-overview-text.expanded{max-height:none}
.sp-overview-text.expanded:after{display:none}
.sp-text-toggle{margin-top:8px;padding:0;border:0;color:var(--sky-dark);background:transparent;font-size:12px;font-weight:850}
.sp-company-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.sp-fact-card{min-width:0;padding:14px;border:1px solid #dce6ed;border-radius:11px;background:#fbfcfd}
.sp-fact-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:var(--navy);background:#eaf5fc}
.sp-fact-card>span:nth-child(2){display:block;margin-top:9px;color:#71838f;font-size:11px;font-weight:750}
.sp-fact-card strong{display:block;margin-top:2px;color:#1e425a;font-size:13px}
.sp-social-profiles{margin-top:10px;padding:13px;display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;align-items:center;border:1px solid #dce6ed;border-radius:11px;background:#fbfcfd}
.sp-social-profiles>div:first-child span{display:block;color:var(--sky-dark);font-size:10px;font-weight:850;text-transform:uppercase}
.sp-social-profiles>div:first-child strong{display:block;margin-top:2px;color:var(--navy);font-size:13px}
.sp-social-links{display:flex;flex-wrap:wrap;gap:7px}
.sp-social-link{min-height:37px;padding:6px 10px;display:inline-flex;align-items:center;gap:7px;border:1px solid #d6e2e9;border-radius:8px;background:#fff;font-size:11px;font-weight:800}
.sp-social-link b{width:23px;height:23px;display:grid;place-items:center;border-radius:6px;color:#fff;background:var(--navy);font-size:10px}
.sp-location-area{margin-top:18px;padding-top:18px;border-top:1px solid #e6edf1}
.sp-location-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.sp-location-card{padding:15px;border:1px solid #dce6ed;border-radius:11px;background:#fbfcfd}
.sp-location-card .sp-location-type{display:inline-flex;padding:4px 7px;border-radius:999px;color:#176c49;background:#eaf8f1;font-size:9px;font-weight:850;text-transform:uppercase}
.sp-location-card h3{margin:8px 0 0;color:var(--navy);font-size:15px}
.sp-location-row{margin-top:9px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:7px;color:#607584;font-size:12px}
.sp-location-row .sp-icon{width:19px;height:19px;color:var(--navy)}

/* Focus charts */
.sp-focus-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.sp-focus-card{padding:17px;border:1px solid #dce6ed;border-radius:14px;background:#fbfcfd}
.sp-focus-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.sp-focus-card h3{margin:0;color:var(--navy);font-size:17px}
.sp-focus-total{padding:4px 7px;border-radius:999px;color:#176c49;background:#eaf8f1;font-size:9px;font-weight:850}
.sp-chart-wrap{position:relative;width:min(260px,100%);margin:14px auto 0;aspect-ratio:1}
.sp-donut-chart{width:100%;height:100%;overflow:visible}
.sp-donut-segment{cursor:help;transition:opacity .15s ease,filter .15s ease}
.sp-donut-segment:hover,.sp-donut-segment:focus{opacity:.82;filter:drop-shadow(0 3px 4px rgba(6,62,115,.22));outline:none}
.sp-chart-tooltip{position:absolute;z-index:20;max-width:210px;padding:8px 10px;border-radius:8px;color:#fff;background:#17364f;box-shadow:0 10px 26px rgba(15,48,73,.20);font-size:11px;font-weight:750;pointer-events:none;opacity:0;transform:translate(-50%,-115%);transition:opacity .12s ease}
.sp-chart-tooltip.show{opacity:1}
.sp-focus-legend{margin-top:12px;display:grid;gap:6px}
.sp-legend-row{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:7px;align-items:center;color:#5e7180;font-size:11px}
.sp-legend-color{width:12px;height:12px;border-radius:3px}
.sp-legend-row strong{color:#29495f;font-size:10px}
.sp-focus-note{margin:9px 0 0;color:#7a8994;font-size:10px;text-align:center}
.sp-services-area{margin-top:18px;padding-top:18px;border-top:1px solid #e6edf1}
.sp-services-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.sp-services-head p{margin:4px 0 0;color:#6b7e8c;font-size:12px}
.sp-service-legend{display:flex;flex-wrap:wrap;gap:8px;color:#6e808d;font-size:10px}
.sp-service-legend span{display:inline-flex;align-items:center;gap:5px}
.sp-service-legend i{width:9px;height:9px;border-radius:3px;background:var(--sky)}
.sp-service-legend span:last-child i{background:#dce5eb}
.sp-service-chip-grid{margin-top:13px;display:flex;flex-wrap:wrap;gap:8px}
.sp-service-chip{min-height:36px;padding:7px 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #dbe5eb;border-radius:9px;color:#506a79;background:#fff;font-size:11px;font-weight:700}
.sp-service-chip.linked{border-color:#b9d9e9;color:var(--navy);background:#f6fbfe}
.sp-service-chip.linked:hover{border-color:var(--sky);background:#edf8fe}
.sp-service-chip.main-service{font-weight:850}
.sp-service-extra{display:none}
.sp-service-chip-grid.expanded .sp-service-extra{display:inline-flex}
.sp-outline-button{min-height:40px;padding:0 13px;border:1px solid #acd1e5;border-radius:9px;color:var(--navy);background:#fff;font-size:11px;font-weight:850}
.sp-services-actions{margin-top:13px}

/* Interview */
.sp-interview-executive{margin-top:18px;padding:17px;display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:15px;align-items:center;border:1px solid #dce6ed;border-radius:13px;background:#fbfcfd}
.sp-interview-photo{width:88px;height:88px;object-fit:cover;border:4px solid #fff;border-radius:15px;box-shadow:0 10px 24px rgba(15,48,73,.12)}
.sp-interview-person>span{display:block;color:var(--sky-dark);font-size:10px;font-weight:850;letter-spacing:.65px;text-transform:uppercase}
.sp-interview-person h3{margin:4px 0 0;color:var(--navy);font-size:18px}
.sp-interview-person p{margin:3px 0 0;color:#617482;font-size:12px}
.sp-linkedin-button{min-height:41px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid #b8d7e8;border-radius:9px;color:var(--navy);background:#fff;font-size:11px;font-weight:850}
.sp-linkedin-button b{width:23px;height:23px;display:grid;place-items:center;border-radius:5px;color:#fff;background:#0a66c2;font-size:9px}
.sp-publication-note{margin-top:10px;padding:11px 13px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:center;border:1px solid #d9e7ef;border-radius:9px;background:#f5fbfe}
.sp-publication-note>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:var(--navy);background:#e5f3fb;font-size:10px;font-weight:850}
.sp-publication-note p{margin:0;color:#5d7281;font-size:11px}
.sp-interview-list{margin-top:13px;display:grid;gap:9px}
.sp-interview-item{padding:15px;border:1px solid #dfe7ed;border-radius:11px;background:#fff}
.sp-interview-question{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start}
.sp-interview-question>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:var(--navy);background:#eaf5fc;font-size:10px;font-weight:850}
.sp-interview-question h3{margin:5px 0 0;color:#28485f;font-size:13px;line-height:1.5}
.sp-interview-item p{margin:10px 0 0 44px;color:#587181;font-size:12px;line-height:1.7}
.sp-interview-extra{display:none}
.sp-interview-list.expanded .sp-interview-extra{display:block}
.sp-interview-actions{margin-top:13px;display:flex;justify-content:center}

/* Sponsored */
.sponsored-section{padding:0;overflow:hidden;border-color:#c5dce8}
.sponsored-head{padding:22px 25px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:linear-gradient(120deg,#f9fcfe,#edf8fe)}
.sponsored-head span{color:var(--sky-dark);font-size:10px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}
.sponsored-head h2{margin:4px 0 0;color:var(--navy);font-size:25px}
.sponsored-head p{max-width:760px;margin:6px 0 0;color:#607584;font-size:12px}
.sponsored-disclosure{max-width:320px!important;text-align:right!important;font-size:10px!important}
.sponsored-grid{padding:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.sponsored-card{padding:15px;border:1px solid #dce6ed;border-radius:13px;background:#fff}
.sponsored-company-head{display:grid;grid-template-columns:49px minmax(0,1fr);gap:10px;align-items:center}
.sponsored-logo{width:49px;height:49px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--navy);font-size:13px;font-weight:850}
.sponsored-company-head>div>span{color:#987000;font-size:9px;font-weight:850;text-transform:uppercase}
.sponsored-company-head h3{margin:2px 0 0;color:#24465d;font-size:14px}
.mini-rating{margin-top:2px;color:var(--star);font-size:11px}
.mini-rating strong{color:#596e7d}
.sponsored-signals{margin-top:11px;display:grid;gap:7px}
.sponsored-signals>span{padding:8px 9px;border:1px solid #e0e8ee;border-radius:8px;background:#fbfcfd}
.sponsored-signals small{display:block;color:#71838f;font-size:9px;font-weight:750}
.sponsored-signals strong{display:block;margin-top:2px;color:#28495f;font-size:11px}
.sponsored-card>a{width:100%;min-height:39px;margin-top:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;background:#f4492d;font-size:11px;font-weight:850}
.service-profile-page[data-has-sponsored="false"] #sponsored-services{display:none}

/* Portfolio */
.sp-key-client-area{margin-top:18px}
.sp-key-client-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.sp-key-client-head p{margin:4px 0 0;color:#6b7e8c;font-size:12px}
.sp-client-chip-grid{margin-top:12px;display:flex;flex-wrap:wrap;gap:7px}
.sp-client-chip{min-height:34px;padding:6px 10px;display:inline-flex;align-items:center;border:1px solid #dce6ed;border-radius:8px;color:#566f7e;background:#fbfcfd;font-size:11px;font-weight:700}
.sp-client-extra{display:none}
.sp-client-chip-grid.expanded .sp-client-extra{display:inline-flex}
.sp-portfolio-optional{margin-top:19px;padding-top:18px;border-top:1px solid #e6edf1}
.service-profile-page[data-has-portfolio="false"] .sp-portfolio-optional{display:none}
.sp-portfolio-grid{margin-top:13px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.sp-portfolio-card{position:relative;overflow:hidden;padding:0;border:1px solid #dce6ed;border-radius:12px;background:#eef3f6;aspect-ratio:16/9;max-height:150px}
.sp-portfolio-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .25s ease}
.sp-portfolio-card:hover img,.sp-portfolio-card:focus img{transform:scale(1.035)}
.sp-portfolio-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:rgba(3,45,87,.74);opacity:0;transition:opacity .2s ease}
.sp-portfolio-card:hover .sp-portfolio-overlay,.sp-portfolio-card:focus .sp-portfolio-overlay{opacity:1}
.sp-portfolio-overlay strong{font-size:14px}
.sp-portfolio-overlay small{margin-top:3px;font-size:10px}
.sp-portfolio-detail{margin-top:15px;padding:18px;border:1px solid #c9dfea;border-radius:14px;background:#f8fcfe}
.sp-portfolio-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.sp-portfolio-detail-head>div>span{color:var(--sky-dark);font-size:10px;font-weight:850;text-transform:uppercase}
.sp-portfolio-detail-head h3{margin:3px 0 0;color:var(--navy);font-size:21px}
.sp-close-detail{width:38px;height:38px;border:1px solid #d2e1e9;border-radius:9px;color:var(--navy);background:#fff;font-size:17px}
.sp-portfolio-detail-grid{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.7fr);gap:14px}
.sp-portfolio-stage{overflow:hidden;border:1px solid #dce6ed;border-radius:12px;background:#fff;max-height:280px}
.sp-portfolio-stage img{width:100%;height:auto;max-height:280px;aspect-ratio:16/9;object-fit:cover;object-position:top center}
.sp-portfolio-thumbs{margin-top:8px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
.sp-portfolio-thumb{position:relative;display:block;padding:0;overflow:hidden;border:2px solid transparent;border-radius:8px;background:#fff;aspect-ratio:16/9;max-height:64px}
.sp-portfolio-thumb.active{border-color:var(--sky)}
.sp-portfolio-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}
.project-facts{display:grid;gap:8px}
.project-fact{padding:11px;border:1px solid #dce6ed;border-radius:9px;background:#fff}
.project-fact span{display:block;color:#71838f;font-size:10px;font-weight:750}
.project-fact strong{display:block;margin-top:2px;color:#28495f;font-size:12px}
.project-links{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.project-links a{min-height:39px;display:flex;align-items:center;justify-content:center;border:1px solid #acd1e5;border-radius:8px;color:var(--navy);background:#fff;font-size:10px;font-weight:850}

/* Reviews */
.sp-review-overview{margin-top:18px;display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;align-items:center}
.sp-rating-summary{padding:20px;border:1px solid #dfe7ed;border-radius:12px;color:#063e73;background:#fbfcfd;text-align:center}
.sp-rating-summary strong{display:block;color:#063e73;font-size:38px;line-height:1}
.sp-rating-summary .sp-stars{margin-top:7px;color:#f5b400;font-family:Arial,sans-serif;font-size:16px;line-height:1;letter-spacing:.6px;white-space:nowrap;justify-content:center}
.sp-rating-summary p{margin:6px 0 0;color:#6b7d89;font-size:12px}
.sp-rating-breakdown{padding:15px;border:1px solid #dce6ed;border-radius:13px;background:#fbfcfd}
.sp-rating-breakdown h3{margin:0;color:#28495f;font-size:14px}
.sp-rating-bar{margin-top:8px;display:grid;grid-template-columns:92px minmax(0,1fr) 38px;gap:8px;align-items:center;color:#637887;font-size:10px}
.sp-rating-track{height:7px;overflow:hidden;border-radius:999px;background:#e2eaf0}
.sp-rating-track span{display:block;width:100%;height:100%;background:#f5b400}
.sp-review-list{margin-top:12px;display:grid;gap:10px}
.sp-review-card{padding:17px;display:grid;grid-template-columns:minmax(0,1fr) 225px;gap:17px;border:1px solid #dce6ed;border-radius:13px;background:#fff}
.sp-reviewer-head{display:flex;align-items:center;gap:10px}
.sp-reviewer-avatar{width:47px;height:47px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:var(--navy);font-size:14px;font-weight:850}
.sp-reviewer-avatar>*{grid-area:1/1}
.sp-reviewer-avatar img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;background:#fff}
.sp-reviewer-avatar.anonymous{background:#6b7680}
.sp-reviewer-head strong{display:block;color:#24465c;font-size:13px}
.sp-reviewer-head>div>span{display:block;margin-top:2px;color:#687c8a;font-size:11px}
.social-provider{display:inline-grid!important;width:20px;height:20px;margin-left:5px;place-items:center;border-radius:5px;color:#fff!important;font-size:8px!important}
.social-provider.google{background:#e94235}
.social-provider.linkedin{background:#0a66c2}
.sp-review-copy h3{margin:12px 0 0;color:#28495f;font-size:15px}
.sp-review-copy>p{margin:6px 0 0;color:#587181;font-size:12px;line-height:1.68}
.sp-review-date{margin-top:9px;color:var(--navy);font-size:10px;font-weight:800}
.sp-review-ratings{padding:0 0 0 17px;border-left:1px solid #e4eaef}
.sp-review-ratings>strong{display:block;margin-bottom:7px;color:#063e73;font-size:13px}
.sp-review-ratings div{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#607584;font-size:13px}
.sp-review-ratings b{color:#f5b400;font-size:14px;letter-spacing:.6px;font-weight:700;white-space:nowrap}
.sp-review-extra{display:none}
.sp-review-list.expanded .sp-review-extra{display:grid}
.sp-review-actions{margin-top:12px;display:flex;justify-content:center}

/* FAQ and owner */
.sp-faq-list{margin-top:15px;display:grid;gap:8px}
.sp-faq-list details{overflow:hidden;border:1px solid #dce6ed;border-radius:10px;background:#fff}
.sp-faq-list summary{min-height:54px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:13px;cursor:pointer;color:#29495f;font-size:12px;font-weight:800;list-style:none}
.sp-faq-list summary::-webkit-details-marker{display:none}
.sp-faq-list details[open] summary{background:#f7fbfe}
.sp-faq-answer{padding:0 13px 13px;color:#5b7180;font-size:12px;line-height:1.7}
.sp-owner-panel{padding:18px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #cfdfea;border-radius:14px;background:linear-gradient(120deg,#f9fcfe,#edf8fe)}
.sp-owner-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--navy)}
.sp-owner-panel strong{display:block;color:var(--navy);font-size:15px}
.sp-owner-panel p{margin:3px 0 0;color:#607584;font-size:11px}
.sp-owner-actions{display:flex;gap:8px}
.sp-owner-actions a{min-height:41px;padding:0 12px;display:flex;align-items:center;border-radius:9px;font-size:11px;font-weight:850}
.sp-owner-actions a:first-child{color:#fff;background:var(--navy)}
.sp-owner-actions a:last-child{border:1px solid #acd1e5;color:var(--navy);background:#fff}
.service-profile-page[data-profile-state="claimed"] .sp-unclaimed-owner-copy{display:none}
.service-profile-page[data-profile-state="unclaimed"] .sp-claimed-owner-copy{display:none}



/* Utility */
.toast{position:fixed;right:22px;bottom:22px;z-index:90;max-width:330px;padding:11px 14px;border-radius:10px;color:#fff;background:#17364f;box-shadow:0 14px 35px rgba(15,48,73,.24);font-size:11px;font-weight:750;opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s ease}
.toast.show{opacity:1;transform:translateY(0)}
.sp-mobile-actions{display:none}

/* Responsive */
@media(max-width:1080px){
  .header-center{gap:18px}
  .global-search{width:220px}
  .sp-hero-grid{grid-template-columns:1fr}
  .sp-confidence-band{grid-template-columns:1fr}
  .sp-overview-grid{grid-template-columns:1fr}
  .sp-focus-grid{grid-template-columns:1fr 1fr}
  .sp-focus-card:last-child{grid-column:1/-1}
  .sponsored-grid{grid-template-columns:1fr 1fr}
  .sp-location-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .menu-toggle{display:grid;place-items:center}
  .header-center{
    position:absolute;left:16px;right:16px;top:68px;padding:14px;display:none;flex-direction:column;align-items:stretch;border:1px solid #dce6ed;border-radius:12px;background:#fff;box-shadow:var(--shadow)
  }
  .header-center.open{display:flex}
  .global-search{width:100%;min-width:0}
  .header-link,.join-button{width:100%;text-align:center}
  .sp-identity-main{grid-template-columns:88px minmax(0,1fr);gap:14px}
  .sp-company-logo{width:88px;height:88px}
  .sp-company-logo img{width:72px;height:72px}
  .sp-identity-topline h1{font-size:32px}
  .sp-category-row{grid-template-columns:1fr}
  .sp-category-row>span{padding-top:0}
  .sp-trust-grid{grid-template-columns:1fr}
  .sp-focus-grid{grid-template-columns:1fr}
  .sp-focus-card:last-child{grid-column:auto}
  .sp-portfolio-grid{grid-template-columns:1fr 1fr}
  .sp-portfolio-detail-grid{grid-template-columns:1fr}
  .sp-review-overview{grid-template-columns:1fr}
  .sp-review-card{grid-template-columns:1fr}
  .sp-review-ratings{padding:13px 0 0;border-top:1px solid #e2e9ee;border-left:0}
  .sp-owner-panel{grid-template-columns:54px minmax(0,1fr)}
  .sp-owner-actions{grid-column:1/-1}
}
@media(max-width:600px){
  .service-profile-page{font-size:14px}
  .site-header{padding:11px 15px}
  .brand{font-size:20px}
  .brand-mark{width:36px;height:36px}
  .sp-container,.sp-profile-nav,.sp-content-stack{width:min(100% - 24px,1280px)}
  .sp-profile-hero{padding-top:19px}
  .sp-identity-card,.sp-snapshot-card,.sp-profile-section{border-radius:15px}
  .sp-identity-card,.sp-profile-section{padding:18px}
  .sp-identity-main{grid-template-columns:70px minmax(0,1fr)}
  .sp-company-logo{width:70px;height:70px;border-radius:13px}
  .sp-company-logo img{width:58px;height:58px}
  .sp-identity-topline h1{font-size:27px}
  .sp-tagline{font-size:14px}
  .sp-identity-actions{display:grid;grid-template-columns:1fr 1fr}
  .sp-primary-cta,.sp-secondary-cta{padding:0 10px;font-size:11px}
  .sp-category-links{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
  .sp-category-links::-webkit-scrollbar{display:none}
  .sp-category-chip{flex:0 0 auto}
  .sp-snapshot-grid{grid-template-columns:1fr 1fr}
  .sp-confidence-band{gap:10px}
  .sp-contribution-panel{grid-template-columns:1fr}
  .sp-trust-grid{grid-template-columns:1fr}
  .sp-profile-nav a{padding:0 14px}
  .sp-section-heading{display:grid}
  .sp-section-heading h2{font-size:24px}
  .sp-company-facts{grid-template-columns:1fr}
  .sp-social-profiles{grid-template-columns:1fr}
  .sp-location-grid{grid-template-columns:1fr}
  .sp-services-head,.sp-key-client-head,.sponsored-head{display:grid}
  .sponsored-disclosure{text-align:left!important}
  .sponsored-grid{grid-template-columns:1fr}
  .sp-interview-executive{grid-template-columns:1fr;text-align:center}
  .sp-interview-photo{margin:0 auto}
  .sp-linkedin-button{justify-content:center}
  .sp-interview-item p{margin-left:0}
  .sp-portfolio-grid{grid-template-columns:1fr 1fr}
  .sp-portfolio-thumbs{grid-template-columns:repeat(3,1fr)}
  .project-links{grid-template-columns:1fr}
  .sp-owner-panel{grid-template-columns:1fr;text-align:left}
  .sp-owner-actions{display:grid;grid-template-columns:1fr}
  .sp-owner-actions a{justify-content:center}
  .sp-mobile-actions{
    position:fixed;left:0;right:0;bottom:0;z-index:65;padding:8px 12px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid #dce6ed;background:rgba(255,255,255,.97);backdrop-filter:blur(10px)
  }
  .sp-mobile-actions a{min-height:43px;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:11px;font-weight:850}
  .sp-mobile-actions a:first-child{border:1px solid #acd1e5;color:var(--navy);background:#fff}
  .sp-mobile-actions a:last-child{color:#fff;background:#f4492d}
}


/* =========================================================
   Refined Service Profile aligned with the Software Profile
========================================================= */
.service-profile-page{
  font-size:15px;
  line-height:1.7;
}
.sp-category-row>span{
  color:#111d26;
  font-size:12px;
}
.sp-category-links:not(.expanded) .sp-category-extra{
  display:none;
}
.sp-category-toggle{
  min-height:34px;
  padding:5px 11px;
  border:1px dashed #35adf3;
  border-radius:999px;
  color:#063e73;
  background:#fff;
  font-size:11px;
  font-weight:850;
}
.sp-category-toggle:hover{
  background:#edf8fe;
}
.service-profile-page .sp-reviewer-avatar>*{grid-area:1/1}
.service-profile-page .sp-reviewer-avatar img{
  position:relative;z-index:1;width:100%;height:100%;object-fit:cover;background:#fff;
}
.sp-profile-nav{
  min-height:65px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:stretch;
  overflow:visible;
}
.sp-profile-nav-links{
  min-width:0;
  display:flex;
  align-items:stretch;
  overflow-x:auto;
  scrollbar-width:none;
}
.sp-profile-nav-links::-webkit-scrollbar{
  display:none;
}
.sp-profile-nav-links a{
  min-height:65px;
  padding:0 17px;
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  border-bottom:3px solid transparent;
  color:#5f7180;
  font-size:13px;
  font-weight:850;
}
.sp-profile-nav-links a.active{
  border-color:#35adf3;
  color:#063e73;
}
.sp-profile-nav-actions{
  padding-left:14px;
  display:flex;
  align-items:center;
  gap:9px;
  background:#fff;
}
.sp-profile-nav-actions a{
  min-height:43px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  white-space:nowrap;
  font-size:12px;
  font-weight:850;
}
.sticky-review-action{
  border:1px solid #9bc9e2;
  color:#063e73;
  background:#fff;
}
.sticky-website-action{
  color:#fff;
  background:#f4492d;
  box-shadow:0 8px 20px rgba(244,73,45,.18);
}

.sp-profile-section{
  padding:29px;
  border-radius:18px;
  box-shadow:0 14px 38px rgba(20,55,80,.07);
}
.sp-section-heading{
  position:relative;
  padding-bottom:20px;
}
.sp-section-kicker{
  min-height:24px;
  padding:3px 8px;
  display:inline-flex;
  align-items:center;
  border-radius:7px;
  color:#fff;
  background:#aebbc5;
  box-shadow:4px 4px 0 rgba(6,62,115,.10);
  font-size:11px;
  line-height:1;
  letter-spacing:.3px;
  text-shadow:0 1px 1px rgba(0,0,0,.16);
}
.sp-section-heading h2{
  margin-top:8px;
  font-size:30px;
}
.sp-section-heading p{
  margin-top:8px;
  color:#586f7f;
  font-size:14px;
  line-height:1.65;
}

.sp-trust-grid{
  grid-template-columns:1fr 1fr;
}
.sp-trust-card{
  min-height:96px;
  padding:13px;
}
.sp-trust-card strong{
  font-size:13px;
}
.sp-trust-card p{
  font-size:11px;
  line-height:1.55;
}

.sp-location-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.sp-location-card{
  min-height:205px;
  padding:17px;
}
.sp-location-type.regional{
  color:#063e73;
  background:#eaf5fc;
}
.sp-location-card h3{
  font-size:16px;
}
.sp-location-row{
  font-size:12.5px;
  line-height:1.6;
}

.sp-focus-grid{
  gap:15px;
}
.sp-focus-card{
  padding:20px;
  border-radius:15px;
  background:#fff;
  box-shadow:0 10px 25px rgba(20,55,80,.06);
}
.sp-focus-card h3{
  font-size:19px;
}
.sp-focus-total{
  font-size:10px;
}
.sp-focus-legend{
  gap:8px;
}
.sp-legend-row{
  grid-template-columns:13px minmax(0,1fr) auto;
  font-size:13px;
}
.sp-legend-row strong{
  font-size:12px;
}
.sp-focus-note{
  font-size:11.5px;
  line-height:1.55;
}

.sp-services-area{
  margin-top:24px;
  padding-top:22px;
}
.sp-services-head h3{
  font-size:21px;
}
.sp-services-head p{
  font-size:13.5px;
}
.sp-service-legend{
  font-size:11px;
}
.service-groups{
  margin-top:15px;
  display:grid;
  gap:12px;
}
.service-group-card{
  padding:17px;
  border:1px solid #dce6ed;
  border-radius:14px;
  background:#fbfcfd;
}
.service-group-head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
}
.service-group-number{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:#063e73;
  font-size:12px;
  font-weight:850;
}
.service-group-head h4{
  margin:0;
  color:#063e73;
  font-size:17px;
}
.service-group-head p{
  margin:3px 0 0;
  color:#6b7e8c;
  font-size:12px;
}
.service-group-head>strong{
  color:#168fce;
  font-size:11px;
}
.service-group-list{
  margin-top:13px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.sp-service-chip{
  min-height:39px;
  padding:8px 11px;
  font-size:12.5px;
}
.sp-service-chip.linked{
  box-shadow:0 4px 12px rgba(6,62,115,.04);
}

.sp-interview-executive{
  margin-top:20px;
  padding:19px;
  border-radius:15px;
  box-shadow:0 10px 26px rgba(20,55,80,.06);
}
.sp-interview-person h3{
  font-size:19px;
}
.sp-interview-person p{
  font-size:13px;
}
.sp-interview-item{
  padding:17px;
  border-radius:12px;
}
.sp-interview-question h3{
  font-size:14px;
}
.sp-interview-item p{
  color:#506b7b;
  font-size:13.5px;
  line-height:1.75;
}

.sp-key-client-head h3,
.sp-portfolio-optional>h3{
  font-size:20px;
}
.sp-key-client-head p{
  font-size:13px;
}
.sp-client-chip{
  min-height:36px;
  font-size:12px;
}

.sp-portfolio-detail{
  padding:21px;
}
.project-description{
  margin-top:14px;
  padding:15px;
  border:1px solid #dce6ed;
  border-radius:11px;
  background:#fff;
}
.project-description>span{
  display:block;
  color:#168fce;
  font-size:10px;
  font-weight:850;
  letter-spacing:.5px;
  text-transform:uppercase;
}
.project-description p{
  margin:6px 0 0;
  color:#506b7b;
  font-size:13px;
  line-height:1.75;
}

.sp-review-copy h3{
  font-size:16px;
}
.sp-review-copy>p{
  font-size:13.5px;
}
.sp-reviewer-head strong{
  font-size:14px;
}
.sp-reviewer-head>div>span{
  font-size:12px;
}
.sp-review-ratings>strong{
  font-size:13px;
}
.sp-review-ratings div{
  font-size:11.5px;
}

.sp-faq-list summary{
  min-height:58px;
  font-size:13px;
}
.sp-faq-answer{
  font-size:13px;
}

@media(max-width:1120px){
  .sp-location-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:900px){
  .sp-profile-nav-actions{
    display:none;
  }
  .sp-profile-nav{
    grid-template-columns:1fr;
  }
}
@media(max-width:650px){
  .sp-location-grid{
    grid-template-columns:1fr;
  }
  .service-group-head{
    grid-template-columns:42px minmax(0,1fr);
  }
  .service-group-head>strong{
    grid-column:2;
  }
  .sp-section-heading h2{
    font-size:26px;
  }
}


/* =========================================================
   Final visual alignment with the Software Profile
========================================================= */
.sp-section-kicker{
  min-height:27px;
  padding:5px 10px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  color:#315875;
  background:#edf7fd;
  box-shadow:none;
  font-size:10px;
  font-weight:850;
  line-height:1;
  letter-spacing:.25px;
  text-shadow:none;
  text-transform:uppercase;
}
.sp-section-heading h2{
  margin-top:9px;
}
.sp-section-badge{
  min-height:33px;
  padding:6px 11px;
  border:1px solid #d8ede3;
  font-size:11px;
}

.sp-subsection-kicker{
  min-height:23px;
  margin-bottom:7px;
  padding:4px 8px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  color:#315875;
  background:#edf7fd;
  font-size:9px;
  font-weight:850;
  letter-spacing:.35px;
  text-transform:uppercase;
}
.sp-overview-information-card,
.sp-overview-summary-card{
  min-width:0;
  padding:20px;
  border:1px solid #dce6ed;
  border-radius:14px;
  background:#fbfcfd;
}
.sp-overview-summary-card{
  background:#fff;
}
.sp-boxed-subsection{
  padding:20px;
  border:1px solid #dce6ed;
  border-radius:14px;
  background:#fbfcfd;
}
.sp-location-area.sp-boxed-subsection,
.sp-services-area.sp-boxed-subsection,
.sp-key-client-area.sp-boxed-subsection,
.sp-portfolio-optional.sp-boxed-subsection{
  margin-top:18px;
  border-top:1px solid #dce6ed;
}
.sp-location-grid{
  margin-top:14px;
}
.sp-location-card{
  background:#fff;
  box-shadow:0 7px 18px rgba(20,55,80,.04);
}

/* Unified service coverage */
.sp-unified-service-box{
  margin-top:15px;
  padding:18px;
  border:1px solid #dce6ed;
  border-radius:14px;
  background:#fbfcfd;
}
.sp-unified-service-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:15px;
  align-items:start;
  padding-bottom:14px;
  border-bottom:1px solid #e3ebf0;
}
.sp-unified-service-head>div>span{
  display:block;
  color:#168fce;
  font-size:10px;
  font-weight:850;
  letter-spacing:.5px;
  text-transform:uppercase;
}
.sp-unified-service-head h4{
  margin:4px 0 0;
  color:#063e73;
  font-size:19px;
}
.sp-unified-service-head p{
  margin:4px 0 0;
  color:#607584;
  font-size:12.5px;
}
.sp-unified-service-head>strong{
  min-height:31px;
  padding:5px 10px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  color:#063e73;
  background:#eaf5fc;
  font-size:11px;
}
.sp-unified-service-list{
  margin-top:15px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.sp-unified-service-box:not(.expanded) .sp-service-extra{
  display:none;
}
.sp-unified-service-box.expanded .sp-service-extra{
  display:inline-flex;
}

/* Software-style Interview cards */
.sp-interview-list{
  gap:10px;
}
.sp-public-interview-question{
  overflow:hidden;
  border:1px solid #dfe7ed;
  border-radius:12px;
  background:#fff;
}
.sp-public-interview-question-head{
  padding:14px 15px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:11px;
  align-items:start;
  background:#fbfcfd;
}
.sp-public-interview-question-head>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#063e73;
  background:#eaf5fc;
  font-size:10px;
  font-weight:850;
}
.sp-public-interview-question-head h3{
  margin:5px 0 0;
  color:#28485f;
  font-size:14px;
  line-height:1.5;
}
.sp-public-interview-answer{
  padding:15px 16px 16px 60px;
  border-top:1px solid #edf1f4;
  background:#fff;
}
.sp-public-interview-answer p{
  margin:0;
  color:#506b7b;
  font-size:13.5px;
  line-height:1.75;
}
.sp-public-interview-question.sp-interview-extra{
  display:none;
}
.sp-interview-list.expanded .sp-public-interview-question.sp-interview-extra{
  display:block;
}
.sp-interview-executive,
.sp-publication-note{
  border-radius:13px;
}

/* Box the focus information more consistently */
.sp-focus-card{
  border-color:#dce6ed;
  background:#fff;
}
.sp-focus-card-head{
  padding-bottom:11px;
  border-bottom:1px solid #e7edf2;
}
.sp-chart-wrap{
  margin-top:17px;
}
.sp-focus-legend{
  padding:12px;
  border:1px solid #e2eaf0;
  border-radius:10px;
  background:#fbfcfd;
}

/* Box key clients and project cards */
.sp-client-chip-grid{
  padding:15px;
  border:1px solid #e2eaf0;
  border-radius:11px;
  background:#fff;
}
.sp-portfolio-grid{
  padding-top:4px;
}
.sp-portfolio-card{
  background:#fff;
  box-shadow:0 8px 20px rgba(20,55,80,.05);
}

/* More software-like FAQ boxes */
.sp-faq-list details{
  border-radius:11px;
  box-shadow:0 5px 14px rgba(20,55,80,.03);
}
.sp-faq-list summary{
  background:#fbfcfd;
}
.sp-faq-list details[open] summary{
  border-bottom:1px solid #edf1f4;
}

@media(max-width:760px){
  .sp-overview-information-card,
  .sp-overview-summary-card,
  .sp-boxed-subsection,
  .sp-unified-service-box{
    padding:16px;
  }
  .sp-unified-service-head{
    grid-template-columns:1fr;
  }
  .sp-public-interview-answer{
    padding-left:15px;
  }
}


/* =========================================================
   Compact portfolio project summary
========================================================= */
.sp-portfolio-detail-grid{
  grid-template-columns:1fr;
}
.sp-portfolio-detail-grid>div{
  min-width:0;
}
.sp-project-summary-grid{
  margin-top:12px;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:9px;
}
.sp-project-summary-card{
  min-width:0;
  min-height:112px;
  padding:13px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  border:1px solid #dce6ed;
  border-radius:11px;
  color:inherit;
  background:#fff;
  text-align:left;
}
.sp-project-summary-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#063e73;
  background:#eaf5fc;
}
.sp-project-summary-icon .sp-icon{
  width:21px;
  height:21px;
}
.sp-project-summary-card>span:nth-child(2){
  display:block;
  margin-top:9px;
  color:#71838f;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15px;
}
.sp-project-summary-card>strong{
  display:block;
  margin-top:3px;
  color:#28495f;
  font-size:12px;
  line-height:1.45;
}
.sp-project-action-card{
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}
.sp-project-action-card:hover,
.sp-project-action-card:focus{
  transform:translateY(-2px);
  border-color:#7dbfe2;
  box-shadow:0 9px 20px rgba(20,55,80,.08);
}
.sp-project-action-card>strong{
  color:#063e73;
}
.project-android-icon{
  color:#176c49;
  background:#eaf8f1;
}
.project-iphone-icon{
  color:#24384a;
  background:#eef2f5;
}
.project-description{
  margin-top:12px;
}
.project-facts,
.project-links{
  display:none!important;
}

@media(max-width:1160px){
  .sp-project-summary-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:720px){
  .sp-project-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:480px){
  .sp-project-summary-grid{
    grid-template-columns:1fr;
  }
  .sp-project-summary-card{
    min-height:100px;
  }
}
