/* =========================================================
   ALPIN WORK — PRO ALPINIST PROFILE PAGE
   FILE: /css/pages/alpinist-profile-pro.css
========================================================= */

:root{
  --aw-pro-bg:#f6f8fa;
  --aw-pro-card:#ffffff;
  --aw-pro-dark:#061f2a;
  --aw-pro-dark-2:#082938;
  --aw-pro-text:#071f2b;
  --aw-pro-muted:rgba(7,31,43,.62);
  --aw-pro-border:rgba(7,31,43,.085);
  --aw-pro-border-soft:rgba(7,31,43,.055);
  --aw-pro-gold:#f7b928;
  --aw-pro-green:#18b883;
  --aw-pro-blue:#0f86c8;
  --aw-pro-radius:20px;
  --aw-pro-shadow:0 24px 64px rgba(7,31,43,.105);
  --aw-pro-shadow-soft:0 12px 34px rgba(7,31,43,.055);
}

.page-alpinist-profile-pro{
  background:
    radial-gradient(circle at 8% 8%, rgba(245,184,46,.045), transparent 28%),
    linear-gradient(180deg,#f8fafb 0%,#f4f7f9 100%);
  color:var(--aw-pro-text);
}

.aw-pro-page{
  background:transparent;
  padding:18px 0 96px;
}

.aw-pro-page a{
  color:inherit;
  text-decoration:none;
}

.aw-pro-muted{
  color:var(--aw-pro-muted);
  font-size:15px;
  line-height:1.6;
}

/* =========================================================
   HERO
========================================================= */

.aw-pro-hero{
  background:var(--aw-pro-bg);
  padding:0 0 16px;
}

.aw-pro-breadcrumbs{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:rgba(7,31,43,.52);
  font-size:13px;
}

.aw-pro-breadcrumbs a{
  color:rgba(7,31,43,.62);
}

.aw-pro-breadcrumbs a:hover{
  color:var(--aw-pro-text);
}

.aw-pro-hero-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(7,31,43,.075);
  box-shadow:0 28px 76px rgba(7,31,43,.105);
}

.aw-pro-hero-card__visual{
  position:relative;
  min-height:438px;
  padding:34px 405px 28px 36px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 31%, rgba(255,255,255,.75) 48%, rgba(255,255,255,.24) 66%, rgba(6,31,42,.08) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 54%, rgba(255,255,255,.88) 100%),
    var(--aw-pro-hero-image) right center/cover no-repeat;
}

.aw-pro-hero-card__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 23% 25%, rgba(245,184,46,.105), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(6,31,42,.16), transparent 34%),
    linear-gradient(180deg, transparent 62%, rgba(255,255,255,.96) 100%);
  pointer-events:none;
}

.aw-pro-hero-card__content{
  position:relative;
  z-index:2;
  max-width:745px;
}

.aw-pro-profile-head{
  display:flex;
  align-items:flex-start;
  gap:24px;
}

.aw-pro-profile-head__body{
  min-width:0;
}

.aw-pro-avatar{
  position:relative;
  flex:0 0 auto;
  width:118px;
  height:118px;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:4px solid rgba(255,255,255,.95);
  box-shadow:0 16px 38px rgba(7,31,43,.16);
}

.aw-pro-avatar--large{
  width:112px;
  height:112px;
}

.aw-pro-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.aw-pro-avatar__online{
  position:absolute;
  left:10px;
  bottom:10px;
  width:auto;
  min-width:16px;
  height:16px;
  border-radius:999px;
  background:var(--aw-pro-green);
  border:3px solid #fff;
}

.aw-pro-badges{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:9px;
}

.aw-pro-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:24px;
  padding:5px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  line-height:1;
}

.aw-pro-badge--gold{
  background:var(--aw-pro-gold);
  color:#271c05;
}

.aw-pro-badge--verified{
  width:24px;
  padding:0;
  justify-content:center;
  background:#e8f7f2;
  color:var(--aw-pro-blue);
  border:1px solid rgba(13,130,199,.14);
}

.aw-pro-badge--online{
  background:rgba(32,180,134,.12);
  color:#0d8060;
  border:1px solid rgba(32,180,134,.24);
}

.aw-pro-badge--muted{
  background:rgba(7,31,43,.08);
  color:rgba(7,31,43,.64);
  border:1px solid rgba(7,31,43,.1);
}

.aw-pro-hero__title{
  margin:0;
  font-size:56px;
  line-height:.92;
  letter-spacing:-.052em;
  color:var(--aw-pro-text);
  font-weight:950;
}

.aw-pro-hero__subtitle{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 13px;
  margin:12px 0 0;
  color:rgba(7,31,43,.74);
  font-size:13px;
  line-height:1.45;
  font-weight:800;
}

.aw-pro-hero__subtitle span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.aw-pro-rating{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
  color:var(--aw-pro-text);
}

.aw-pro-stars{
  display:inline-flex;
  gap:2px;
  color:var(--aw-pro-gold);
}

.aw-pro-rating strong{
  font-size:15px;
  font-weight:950;
}

.aw-pro-rating a,
.aw-pro-rating span{
  color:var(--aw-pro-muted);
  font-size:13px;
  font-weight:800;
}

.aw-pro-rating__sep{
  width:1px;
  height:15px;
  background:var(--aw-pro-border);
}

.aw-pro-meta-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:15px;
}

.aw-pro-meta-pills span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(7,31,43,.10);
  box-shadow:0 8px 18px rgba(7,31,43,.05);
  color:rgba(7,31,43,.72);
  font-size:12px;
  font-weight:850;
}

.aw-pro-hero__headline{
  max-width:655px;
  margin:28px 0 0;
  font-size:22px;
  line-height:1.42;
  letter-spacing:-.032em;
  color:var(--aw-pro-text);
  font-weight:950;
}

.aw-pro-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:17px;
}

.aw-pro-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(7,31,43,.10);
  color:var(--aw-pro-text);
  font-size:12px;
  font-weight:850;
  box-shadow:0 8px 18px rgba(7,31,43,.05);
  backdrop-filter:blur(8px);
}

.aw-pro-chip:hover{
  background:#fff;
  border-color:rgba(7,31,43,.22);
}

.aw-pro-chip--more{
  min-width:40px;
  justify-content:center;
  cursor:pointer;
}

.aw-pro-chip--hidden[hidden]{
  display:none;
}

/* =========================================================
   CONTACT CARD
========================================================= */

.aw-pro-contact-card{
  position:sticky;
  top:96px;
  padding:22px;
  border-radius:18px;
  background:rgba(255,255,255,.98);
  color:var(--aw-pro-text);
  box-shadow:0 18px 46px rgba(7,31,43,.10);
  border:1px solid rgba(255,255,255,.78);
}

.aw-pro-contact-card--floating{
  position:absolute;
  z-index:4;
  top:20px;
  right:20px;
  width:330px;
}

.aw-pro-contact-card__head{
  margin-bottom:16px;
}

.aw-pro-contact-card__head strong{
  display:block;
  font-size:21px;
  line-height:1.16;
  letter-spacing:-.025em;
}

.aw-pro-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:100%;
  min-height:50px;
  padding:11px 16px;
  border-radius:8px;
  font-size:13px;
  font-weight:950;
  border:1px solid transparent;
  cursor:pointer;
  transition:.18s ease;
}

.aw-pro-btn:hover{
  transform:translateY(-1px);
}

.aw-pro-btn--primary{
  background:var(--aw-pro-gold);
  color:#201704;
  box-shadow:0 10px 22px rgba(245,184,46,.24);
}

.aw-pro-btn--dark{
  background:var(--aw-pro-dark);
  color:#fff;
  box-shadow:0 12px 28px rgba(6,31,42,.22);
}

.aw-pro-btn--outline{
  margin-top:10px;
  background:#fff;
  color:var(--aw-pro-text);
  border-color:rgba(7,31,43,.24);
}

.aw-pro-btn--phone{
  margin-top:10px;
  background:#fff;
  color:var(--aw-pro-text);
  border-color:rgba(245,184,46,.78);
}

.aw-pro-contact-card__small{
  margin:8px 0 0;
  text-align:center;
  color:var(--aw-pro-muted);
  font-size:12px;
}

.aw-pro-socials{
  display:flex;
  gap:9px;
  margin-top:16px;
}

.aw-pro-socials--labeled{
  justify-content:center;
  gap:18px;
  margin-top:18px;
}

.aw-pro-socials--labeled a{
  width:auto;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  border:0;
  background:transparent;
  color:var(--aw-pro-muted);
  font-size:11px;
  font-weight:750;
}

.aw-pro-socials--labeled a i{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f4f7f8;
  color:var(--aw-pro-text);
  border:1px solid var(--aw-pro-border);
  font-size:17px;
}

.aw-pro-socials--labeled a:hover i{
  background:var(--aw-pro-dark);
  color:#fff;
}

.aw-pro-response-box{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
  padding:13px 14px;
  border-radius:12px;
  background:linear-gradient(90deg, rgba(32,180,134,.13), rgba(32,180,134,.06));
  color:var(--aw-pro-text);
  font-size:12px;
  font-weight:800;
}

.aw-pro-response-box i{
  color:var(--aw-pro-green);
  font-size:18px;
}

.aw-pro-response-box strong{
  display:block;
  color:#0d8060;
  font-size:16px;
  line-height:1.2;
}

/* =========================================================
   HERO STATS
========================================================= */

.aw-pro-stats{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}

.aw-pro-stats--card{
  position:relative;
  z-index:2;
  width:calc(100% - 378px);
  max-width:calc(100% - 378px);
  margin-right:auto;
  padding:14px 18px 16px;
  background:linear-gradient(180deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.94) 42%, #fff 100%);
  border-top:0;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  box-shadow:none;
}

.aw-pro-stat{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:11px;
  align-items:center;
  min-height:48px;
  padding:0 14px;
  border-right:1px solid rgba(7,31,43,.08);
}

.aw-pro-stat:last-child{
  border-right:0;
}

.aw-pro-stat__icon{
  grid-row:1 / span 2;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#f2f6f8;
  color:#082735;
  font-size:13px;
}

.aw-pro-stat strong{
  display:block;
  font-size:15px;
  line-height:1;
  letter-spacing:-.015em;
  color:var(--aw-pro-text);
  font-weight:900;
}

.aw-pro-stat span{
  display:block;
  margin-top:3px;
  font-size:10px;
  line-height:1.2;
  color:rgba(7,31,43,.60);
  font-weight:750;
}

/* =========================================================
   TRUST STRIP
========================================================= */

.aw-pro-trust-strip{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  margin-top:16px;
  margin-bottom:22px;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--aw-pro-border);
  box-shadow:var(--aw-pro-shadow-soft);
}

.aw-pro-trust-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:16px 14px;
  border-right:1px solid var(--aw-pro-border);
}

.aw-pro-trust-item:last-child{
  border-right:0;
}

.aw-pro-trust-item__icon{
  width:34px;
  height:34px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f1f6f8;
  color:var(--aw-pro-dark);
}

.aw-pro-trust-item strong{
  display:block;
  font-size:12px;
  line-height:1.25;
  font-weight:950;
}

.aw-pro-trust-item span{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.35;
  color:var(--aw-pro-muted);
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.aw-pro-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:22px;
  align-items:start;
}

.aw-pro-maincol,
.aw-pro-sidecol{
  min-width:0;
}

.aw-pro-sidecol{
  position:sticky;
  top:96px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.aw-pro-section,
.aw-pro-side-card{
  background:#fff;
  border:1px solid var(--aw-pro-border);
  border-radius:18px;
  box-shadow:var(--aw-pro-shadow-soft);
}

.aw-pro-section{
  padding:22px;
  margin-bottom:20px;
}

.aw-pro-section__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.aw-pro-section h2,
.aw-pro-side-card h2{
  margin:0;
  color:var(--aw-pro-text);
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.03em;
}

.aw-pro-count{
  color:var(--aw-pro-muted);
  font-size:12px;
  font-weight:800;
}

/* =========================================================
   SKILLS
========================================================= */

.aw-pro-skill-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 22px;
}

.aw-pro-skill-row{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:12px;
  align-items:start;
  min-width:0;
}

.aw-pro-skill-row__icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f1f6f8;
  color:#0d4f60;
}

.aw-pro-skill-row__body{
  display:block;
  min-width:0;
}

.aw-pro-skill-row__body strong{
  display:block;
  font-size:14px;
  line-height:1.22;
  font-weight:950;
  color:var(--aw-pro-text);
}

.aw-pro-skill-row__body small{
  display:block;
  margin-top:4px;
  color:var(--aw-pro-muted);
  font-size:12px;
  font-weight:750;
}

.aw-pro-skill-row__body i{
  display:block;
  width:100%;
  height:4px;
  margin-top:10px;
  border-radius:999px;
  background:
    linear-gradient(90deg, var(--aw-pro-dark) 0 var(--aw-skill-progress), rgba(7,31,43,.12) var(--aw-skill-progress) 100%);
}

/* fallback old service classes */
.aw-pro-service-groups{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 22px;
}

.aw-pro-service-card{
  position:relative;
  padding:0 0 14px 52px;
  border:0;
  background:transparent;
  min-height:60px;
}

.aw-pro-service-card__head{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:8px;
}

.aw-pro-service-card__head span{
  position:absolute;
  left:0;
  top:2px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f1f6f8;
  color:#0d4f60;
}

.aw-pro-service-card h3{
  margin:0;
  font-size:15px;
  line-height:1.25;
}

.aw-pro-service-card::after{
  content:"";
  position:absolute;
  left:52px;
  right:0;
  bottom:0;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--aw-pro-dark) 0 58%, rgba(7,31,43,.12) 58% 100%);
}

.aw-pro-service-card__items{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.aw-pro-service-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:24px;
  padding:3px 0;
  background:transparent;
  border:0;
  color:var(--aw-pro-muted);
  font-size:12px;
  font-weight:750;
}

.aw-pro-service-chip:not(:last-child)::after{
  content:"·";
  margin-left:6px;
  color:rgba(7,31,43,.35);
}

/* =========================================================
   PROJECTS
========================================================= */

.aw-pro-project-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr .92fr;
  grid-auto-rows:154px;
  gap:10px;
}

.aw-pro-project-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--aw-pro-border);
  border-radius:14px;
  background:#e8eff1;
  box-shadow:0 8px 22px rgba(7,31,43,.06);
}

.aw-pro-project-card:first-child{
  grid-row:span 2;
}

.aw-pro-project-card__image{
  position:absolute;
  inset:0;
  background:#e8eff1;
}

.aw-pro-project-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.aw-pro-project-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 35%, rgba(6,31,42,.84) 100%);
  pointer-events:none;
}

.aw-pro-project-card:hover .aw-pro-project-card__image img{
  transform:scale(1.04);
}

.aw-pro-project-card__body{
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  bottom:0;
  padding:14px;
  color:#fff;
}

.aw-pro-project-card h3{
  margin:0 0 6px;
  font-size:14px;
  line-height:1.22;
  letter-spacing:-.02em;
  color:#fff;
  font-weight:950;
}

.aw-pro-project-card:first-child h3{
  font-size:19px;
}

.aw-pro-project-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:8px;
  color:rgba(255,255,255,.78);
  font-size:11px;
  font-weight:750;
}

.aw-pro-project-card p{
  display:none;
}

.aw-pro-mini-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

.aw-pro-mini-tags span{
  padding:4px 7px;
  border-radius:6px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:10px;
  font-weight:850;
  backdrop-filter:blur(8px);
}

.aw-pro-photo-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}

.aw-pro-photo{
  margin:0;
  aspect-ratio:1;
  border-radius:14px;
  overflow:hidden;
  background:#e8eff1;
}

.aw-pro-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =========================================================
   REVIEWS
========================================================= */

.aw-pro-reviews-layout{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:24px;
}

.aw-pro-review-score{
  padding-right:18px;
  border-right:1px solid var(--aw-pro-border);
}

.aw-pro-review-score > strong{
  display:block;
  font-size:48px;
  line-height:1;
  letter-spacing:-.04em;
}

.aw-pro-review-score .aw-pro-stars{
  margin-top:8px;
  font-size:16px;
}

.aw-pro-review-score span{
  display:block;
  margin-top:7px;
  color:var(--aw-pro-muted);
  font-size:12px;
  font-weight:750;
}

.aw-pro-reviews{
  display:grid;
  gap:12px;
}

.aw-pro-review-card{
  padding:0 0 12px;
  border:0;
  border-bottom:1px solid var(--aw-pro-border);
  background:transparent;
}

.aw-pro-review-card:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.aw-pro-review-card__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:5px;
}

.aw-pro-review-card__head strong{
  display:block;
  font-size:13px;
  font-weight:950;
}

.aw-pro-review-card__head span{
  display:block;
  margin-top:2px;
  color:var(--aw-pro-muted);
  font-size:11px;
}

.aw-pro-review-card__rating{
  font-size:12px;
  white-space:nowrap;
}

.aw-pro-review-card p{
  margin:0;
  color:var(--aw-pro-muted);
  font-size:12px;
  line-height:1.42;
}

.aw-pro-verified-small{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-top:8px;
  color:var(--aw-pro-green);
  font-size:11px;
  font-weight:850;
}

/* =========================================================
   ACTIVITY / FAQ
========================================================= */

.aw-pro-bottom-grid{
  display:grid;
  grid-template-columns:1fr 1.22fr;
  gap:20px;
}

.aw-pro-bottom-grid .aw-pro-section{
  margin-bottom:0;
}

.aw-pro-timeline{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.aw-pro-timeline__item{
  display:flex;
  gap:10px;
  padding:0;
  border:0;
  background:transparent;
}

.aw-pro-timeline__item > span{
  width:10px;
  height:10px;
  flex:0 0 auto;
  margin-top:4px;
  border-radius:50%;
  background:var(--aw-pro-dark);
  color:transparent;
  overflow:hidden;
}

.aw-pro-timeline__item strong{
  display:block;
  font-size:12px;
  line-height:1.25;
}

.aw-pro-timeline__item p{
  margin:2px 0 0;
  color:var(--aw-pro-muted);
  font-size:11px;
}

.aw-pro-faq{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.aw-pro-faq__item{
  border:1px solid var(--aw-pro-border);
  border-radius:10px;
  background:#fbfdfe;
  overflow:hidden;
}

.aw-pro-faq__item summary{
  cursor:pointer;
  padding:11px 13px;
  font-weight:900;
  font-size:12px;
  list-style:none;
}

.aw-pro-faq__item summary::-webkit-details-marker{
  display:none;
}

.aw-pro-faq__item p{
  margin:0;
  padding:0 13px 12px;
  color:var(--aw-pro-muted);
  font-size:12px;
  line-height:1.5;
}

/* =========================================================
   SIDEBAR
========================================================= */

.aw-pro-side-card{
  padding:22px;
}

.aw-pro-side-card h2{
  font-size:22px;
  margin-bottom:14px;
}

.aw-pro-side-card p{
  margin:0;
  color:var(--aw-pro-muted);
  font-size:13px;
  line-height:1.6;
}

.aw-pro-about-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:18px;
}

.aw-pro-about-list div{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:10px;
  color:var(--aw-pro-muted);
  font-size:13px;
}

.aw-pro-about-list i{
  margin-top:2px;
  color:var(--aw-pro-dark);
}

.aw-pro-about-list strong{
  color:var(--aw-pro-text);
}

.aw-pro-map-card{
  position:relative;
  height:190px;
  margin-top:18px;
  border-radius:16px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(245,184,46,.9) 0 5px, transparent 6px),
    radial-gradient(circle at 18% 28%, rgba(7,31,43,.45) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 33%, rgba(7,31,43,.38) 0 2px, transparent 3px),
    radial-gradient(circle at 66% 70%, rgba(7,31,43,.32) 0 2px, transparent 3px),
    linear-gradient(145deg, #eef3f5, #f8fafb);
}

.aw-pro-map-card::before{
  content:"";
  position:absolute;
  inset:20px;
  border-radius:46% 54% 51% 49% / 48% 42% 58% 52%;
  border:1px solid rgba(7,31,43,.08);
  background:rgba(255,255,255,.45);
}

.aw-pro-map-card span{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, 14px);
  font-size:12px;
  font-weight:950;
  color:var(--aw-pro-text);
}

.aw-pro-map-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  margin-top:16px;
  border:1px solid var(--aw-pro-border);
  border-radius:10px;
  font-size:13px;
  font-weight:900;
}

.aw-pro-cert-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.aw-pro-cert{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:0 0 12px;
  border:0;
  border-bottom:1px solid var(--aw-pro-border);
  background:transparent;
}

.aw-pro-cert:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.aw-pro-cert > span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f1f6f8;
  color:var(--aw-pro-dark);
}

.aw-pro-cert strong{
  display:block;
  font-size:13px;
  line-height:1.3;
  font-weight:950;
}

.aw-pro-cert small{
  display:block;
  margin-top:3px;
  color:var(--aw-pro-muted);
  font-size:12px;
  line-height:1.35;
}

.aw-pro-side-card--cta{
  background:
    linear-gradient(145deg, rgba(6,31,42,.96), rgba(11,45,58,.86)),
    var(--aw-pro-hero-image) center/cover no-repeat;
  color:#fff;
}

.aw-pro-side-card--cta h2{
  color:#fff;
}

.aw-pro-side-card--cta p{
  color:rgba(255,255,255,.76);
  margin-bottom:16px;
}

.aw-pro-side-card--cta .aw-pro-btn--secondary{
  margin-top:10px;
  background:rgba(255,255,255,.06);
  color:#fff;
  border-color:rgba(255,255,255,.24);
}

/* =========================================================
   BOTTOM CTA
========================================================= */

.aw-pro-mobile-cta{
  position:fixed;
  left:50%;
  bottom:14px;
  z-index:1000;
  transform:translateX(-50%);
  width:min(1120px, calc(100% - 32px));
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px;
  background:rgba(6,31,42,.97);
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  backdrop-filter:blur(14px);
  box-shadow:0 18px 50px rgba(7,31,43,.28);
}

.aw-pro-mobile-cta__person{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:210px;
  padding:0 12px 0 4px;
  color:#fff;
}

.aw-pro-mobile-cta__person img{
  width:38px;
  height:38px;
  border-radius:50%;
  object-fit:cover;
  background:#fff;
}

.aw-pro-mobile-cta__person strong{
  display:block;
  font-size:14px;
  line-height:1.15;
}

.aw-pro-mobile-cta__person span{
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.68);
  font-size:12px;
}

.aw-pro-mobile-cta__main,
.aw-pro-mobile-cta__order{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 18px;
  border-radius:10px;
  font-weight:900;
  font-size:14px;
}

.aw-pro-mobile-cta__main{
  flex:1;
  background:rgba(255,255,255,.07);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
}

.aw-pro-mobile-cta__order{
  flex:1;
  background:var(--aw-pro-gold);
  color:#211704;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1180px){
  .aw-pro-hero-card__visual{
    padding-right:365px;
  }

  .aw-pro-contact-card--floating{
    width:305px;
  }

  .aw-pro-stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .aw-pro-stat{
    border-right:0;
    border-bottom:1px solid var(--aw-pro-border);
  }

  .aw-pro-stat:nth-last-child(-n+2){
    border-bottom:0;
  }

  .aw-pro-trust-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .aw-pro-trust-item:nth-child(3n){
    border-right:0;
  }

  .aw-pro-layout{
    grid-template-columns:minmax(0,1fr) 310px;
  }
}

@media (max-width:980px){
  .aw-pro-hero-card__visual{
    min-height:0;
    padding:28px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.84)),
      var(--aw-pro-hero-image) center/cover no-repeat;
  }

  .aw-pro-contact-card--floating{
    position:relative;
    top:auto;
    right:auto;
    width:auto;
    margin-top:24px;
  }

  .aw-pro-trust-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .aw-pro-trust-item:nth-child(3n){
    border-right:1px solid var(--aw-pro-border);
  }

  .aw-pro-trust-item:nth-child(2n){
    border-right:0;
  }

  .aw-pro-layout{
    grid-template-columns:1fr;
  }

  .aw-pro-sidecol{
    position:relative;
    top:auto;
  }

  .aw-pro-project-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:210px;
  }

  .aw-pro-project-card:first-child{
    grid-column:1 / -1;
    grid-row:auto;
  }

  .aw-pro-bottom-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .page-alpinist-profile-pro{
    padding-bottom:96px;
  }

  .aw-pro-page{
    padding-top:14px;
    padding-bottom:16px;
  }

  .aw-pro-breadcrumbs{
    margin-bottom:12px;
    overflow-x:auto;
    white-space:nowrap;
    padding-bottom:2px;
  }

  .aw-pro-hero-card{
    border-radius:20px;
  }

  .aw-pro-hero-card__visual{
    padding:20px;
    background:
      linear-gradient(180deg, rgba(6,31,42,.20), rgba(6,31,42,.94)),
      var(--aw-pro-hero-image) center/cover no-repeat;
    color:#fff;
  }

  .aw-pro-profile-head{
    flex-direction:column;
    gap:15px;
  }

  .aw-pro-avatar,
  .aw-pro-avatar--large{
    width:96px;
    height:96px;
    border-radius:20px;
  }

  .aw-pro-hero__title{
    color:#fff;
    font-size:38px;
    line-height:1;
  }

  .aw-pro-hero__subtitle,
  .aw-pro-rating a,
  .aw-pro-rating span{
    color:rgba(255,255,255,.76);
  }

  .aw-pro-hero__headline{
    color:#fff;
    font-size:17px;
    line-height:1.45;
  }

  .aw-pro-badge--verified,
  .aw-pro-badge--muted{
    background:rgba(255,255,255,.14);
    color:#fff;
    border-color:rgba(255,255,255,.2);
  }

  .aw-pro-meta-pills span,
  .aw-pro-chip{
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.2);
    color:#fff;
    box-shadow:none;
  }

  .aw-pro-hero-tags{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
    margin-right:-20px;
  }

  .aw-pro-chip{
    white-space:nowrap;
  }

  .aw-pro-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .aw-pro-stats--card{
    padding:12px;
  }

  .aw-pro-stat{
    padding:12px;
    border-right:0;
    border-bottom:1px solid var(--aw-pro-border);
    grid-template-columns:34px minmax(0,1fr);
  }

  .aw-pro-stat:nth-last-child(-n+2){
    border-bottom:0;
  }

  .aw-pro-trust-strip{
    grid-template-columns:1fr;
    border-radius:18px;
  }

  .aw-pro-trust-item{
    border-right:0 !important;
    border-bottom:1px solid var(--aw-pro-border);
  }

  .aw-pro-trust-item:last-child{
    border-bottom:0;
  }

  .aw-pro-layout{
    gap:16px;
  }

  .aw-pro-section,
  .aw-pro-side-card{
    padding:20px;
    border-radius:18px;
  }

  .aw-pro-section__head{
    flex-direction:column;
    gap:8px;
  }

  .aw-pro-section h2,
  .aw-pro-side-card h2{
    font-size:22px;
  }

  .aw-pro-skill-list,
  .aw-pro-service-groups{
    grid-template-columns:1fr;
  }

  .aw-pro-project-grid{
    grid-template-columns:1fr;
    grid-auto-rows:230px;
  }

  .aw-pro-project-card:first-child{
    grid-column:auto;
    grid-row:auto;
  }

  .aw-pro-photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .aw-pro-reviews-layout{
    grid-template-columns:1fr;
    gap:16px;
  }

  .aw-pro-review-score{
    padding-right:0;
    padding-bottom:14px;
    border-right:0;
    border-bottom:1px solid var(--aw-pro-border);
  }

  .aw-pro-mobile-cta{
    left:0;
    right:0;
    bottom:0;
    transform:none;
    width:auto;
    border-radius:16px 16px 0 0;
    padding:9px 10px calc(9px + env(safe-area-inset-bottom));
  }

  .aw-pro-mobile-cta__person{
    display:none;
  }

  .aw-pro-mobile-cta__main,
  .aw-pro-mobile-cta__order{
    min-height:46px;
    padding:9px 12px;
    border-radius:10px;
    font-size:12px;
  }
}

@media (max-width:420px){
  .aw-pro-hero__title{
    font-size:34px;
  }

  .aw-pro-stats{
    grid-template-columns:1fr 1fr;
  }

  .aw-pro-project-card__body{
    padding:14px;
  }

  .aw-pro-mobile-cta{
    gap:7px;
  }

  .aw-pro-mobile-cta__main,
  .aw-pro-mobile-cta__order{
    font-size:11px;
  }
}

/* =========================================================
   FINAL FIX — HERO STATS WIDTH + DESKTOP STICKY CTA OFF
   Added after full file to override earlier responsive rules.
========================================================= */

@media (min-width:981px){
  .aw-pro-mobile-cta{
    display:none !important;
  }

  .aw-pro-stats--card{
    width:calc(100% - 378px) !important;
    max-width:calc(100% - 378px) !important;
    margin-right:auto !important;
    border-top-right-radius:0 !important;
    border-bottom-right-radius:0 !important;
  }

  .aw-pro-stats{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    align-items:center;
  }

  .aw-pro-stat{
    min-height:58px;
    padding:0 18px;
    border-right:1px solid rgba(7,31,43,.08);
    border-bottom:0 !important;
  }

  .aw-pro-stat:first-child{
    padding-left:0;
  }

  .aw-pro-stat:last-child{
    padding-right:0;
    border-right:0;
  }
}

@media (min-width:981px) and (max-width:1180px){
  .aw-pro-stats--card{
    width:calc(100% - 325px) !important;
    max-width:calc(100% - 325px) !important;
  }
}

@media (max-width:980px){
  .aw-pro-stats--card{
    width:100%;
    max-width:100%;
    border-radius:0;
  }
}
/* =========================================================
   CONTACT CARD BUTTON FIX
========================================================= */

.aw-pro-btn--dark{
  background:
    linear-gradient(135deg,#031b28 0%, #062738 100%) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.04);
  box-shadow:
    0 14px 34px rgba(6,31,42,.22),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.aw-pro-btn--dark:hover{
  background:
    linear-gradient(135deg,#05283a 0%, #0a3448 100%) !important;
  transform:translateY(-1px);
}

.aw-pro-btn--dark i{
  font-size:13px;
  opacity:.96;
}

.aw-pro-btn--dark{
  min-height:58px;
  border-radius:12px;
  font-size:14px;
  font-weight:900;
  letter-spacing:-.01em;
}

.aw-pro-contact-card{
  padding:28px;
}

.aw-pro-contact-card__head strong{
  font-size:20px;
  line-height:1.18;
}

.aw-pro-btn--outline,
.aw-pro-btn--phone{
  min-height:56px;
  border-radius:12px;
}

.aw-pro-btn--outline{
  border:1px solid rgba(7,31,43,.14);
}

.aw-pro-btn--phone{
  border:1px solid rgba(245,184,46,.55);
}

.aw-pro-socials--labeled{
  margin-top:22px;
}

.aw-pro-response-box{
  margin-top:22px;
}
/* =========================================================
   MOBILE PROFILE REDESIGN ONLY — desktop rules untouched
   Scope: phones/tablets up to 760px
========================================================= */
@media (max-width:760px){
  html,
  body{
    max-width:100%;
    overflow-x:hidden;
    background:#f4f7f9;
  }

  .page-alpinist-profile-pro{
    background:#f4f7f9;
    padding-bottom:86px;
  }

  .aw-pro-page{
    padding:0 0 18px;
  }

  .aw-pro-hero{
    padding:0;
    background:#f4f7f9;
  }

  .aw-pro-hero__container,
  .aw-pro-layout,
  .aw-pro-trust-strip{
    width:100%;
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
    margin-left:auto;
    margin-right:auto;
  }

  .aw-pro-breadcrumbs{
    display:none;
  }

  .aw-pro-hero-card{
    margin:0 -14px;
    border:0;
    border-radius:0 0 26px 26px;
    background:#061f2a;
    box-shadow:none;
    overflow:visible;
  }

  .aw-pro-hero-card__visual{
    min-height:560px;
    padding:28px 20px 24px;
    border-radius:0 0 26px 26px;
    overflow:hidden;
    background:
      radial-gradient(circle at 62% 18%, rgba(33,78,102,.42), transparent 34%),
      linear-gradient(180deg, rgba(3,18,31,.20) 0%, rgba(3,18,31,.72) 48%, rgba(3,18,31,.98) 100%),
      var(--aw-pro-hero-image) center top/cover no-repeat;
  }

  .aw-pro-hero-card__overlay{
    background:
      linear-gradient(180deg, rgba(4,18,30,.08) 0%, rgba(4,18,30,.28) 34%, rgba(3,18,31,.92) 100%);
  }

  .aw-pro-profile-head{
    min-height:315px;
    justify-content:flex-end;
    flex-direction:column;
    gap:12px;
  }

  .aw-pro-avatar,
  .aw-pro-avatar--large{
    width:118px;
    height:118px;
    border-radius:14px;
    border:3px solid rgba(255,255,255,.92);
    box-shadow:0 18px 42px rgba(0,0,0,.28);
  }

  .aw-pro-avatar__online{
    left:8px;
    bottom:8px;
    width:13px;
    height:13px;
    border-width:2px;
  }

  .aw-pro-badges{
    position:absolute;
    left:154px;
    top:323px;
    margin:0;
    gap:8px;
  }

  .aw-pro-badge{
    min-height:28px;
    padding:7px 10px;
    font-size:12px;
  }

  .aw-pro-badge--verified{
    width:24px;
    height:24px;
    min-height:24px;
    padding:0;
    background:#1689ff;
    color:#fff;
    border-color:rgba(255,255,255,.36);
  }

  .aw-pro-hero__title{
    color:#fff;
    font-size:39px;
    line-height:.96;
    letter-spacing:-.055em;
    margin-top:4px;
  }

  .aw-pro-hero__subtitle{
    display:grid;
    gap:11px;
    margin-top:9px;
    color:rgba(255,255,255,.88);
    font-size:13px;
    font-weight:800;
  }

  .aw-pro-hero__subtitle span{
    gap:8px;
  }

  .aw-pro-rating{
    margin-top:14px;
    gap:8px;
    color:#fff;
  }

  .aw-pro-rating a,
  .aw-pro-rating span{
    color:rgba(255,255,255,.86);
    font-size:12px;
  }

  .aw-pro-rating__sep{
    display:none;
  }

  .aw-pro-stars{
    color:var(--aw-pro-gold);
  }

  .aw-pro-meta-pills{
    flex-wrap:nowrap;
    overflow-x:auto;
    gap:8px;
    margin-top:18px;
    padding-bottom:3px;
  }

  .aw-pro-meta-pills span{
    flex:0 0 auto;
    min-height:32px;
    background:rgba(255,255,255,.96);
    color:#152a35;
    border-color:rgba(255,255,255,.62);
    box-shadow:none;
    font-size:11px;
  }

  .aw-pro-hero__headline{
    margin-top:22px;
    color:#fff;
    font-size:15px;
    line-height:1.55;
    letter-spacing:-.018em;
    font-weight:650;
  }

  .aw-pro-hero-tags{
    flex-wrap:nowrap;
    overflow-x:auto;
    margin:18px -20px 0 0;
    padding:0 20px 6px 0;
    gap:8px;
  }

  .aw-pro-chip{
    flex:0 0 auto;
    min-height:36px;
    border-radius:10px;
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.16);
    color:#fff;
    font-size:12px;
    box-shadow:none;
  }

  .aw-pro-contact-card--floating{
    position:relative;
    inset:auto;
    width:auto;
    margin:18px 14px 0;
    padding:20px 18px;
    border-radius:18px;
    background:#fff;
    color:#071f2b;
    box-shadow:0 18px 42px rgba(7,31,43,.10);
    border:1px solid rgba(7,31,43,.07);
  }

  .aw-pro-contact-card__head strong{
    font-size:18px;
  }

  .aw-pro-btn--dark{
    min-height:54px;
    border-radius:10px;
  }

  .aw-pro-btn--outline,
  .aw-pro-btn--phone{
    min-height:50px;
    margin-top:10px;
    border-radius:10px;
  }

  .aw-pro-response-box{
    justify-content:center;
    margin-top:16px;
    border-radius:12px;
  }

  .aw-pro-socials--labeled{
    justify-content:space-around;
    gap:12px;
  }

  .aw-pro-stats--card{
    width:auto !important;
    max-width:none !important;
    margin:18px 14px 0 !important;
    padding:18px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 32px rgba(7,31,43,.065);
    border:1px solid rgba(7,31,43,.07);
  }

  .aw-pro-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px 12px;
  }

  .aw-pro-stat{
    min-height:0;
    padding:0;
    border:0 !important;
    grid-template-columns:38px minmax(0,1fr);
    column-gap:10px;
  }

  .aw-pro-stat:last-child{
    grid-column:1 / -1;
  }

  .aw-pro-stat__icon{
    width:36px;
    height:36px;
    border-radius:12px;
  }

  .aw-pro-stat strong{
    font-size:16px;
  }

  .aw-pro-stat span{
    font-size:11px;
  }

  .aw-pro-trust-strip{
    display:none;
  }

  .aw-pro-layout{
    display:flex;
    flex-direction:column;
    gap:0;
    padding-top:16px;
  }

  .aw-pro-maincol,
  .aw-pro-sidecol{
    display:contents;
  }

  #specializations{order:10;}
  #projects{order:20;}
  #reviews{order:30;}
  #certs{order:40;}
  #about{order:50;}
  #activity{order:60;}
  #faq{order:70;}
  .aw-pro-side-card--cta{display:none;}

  .aw-pro-bottom-grid{
    display:contents;
  }

  .aw-pro-section,
  .aw-pro-side-card{
    padding:18px;
    margin:0 0 14px;
    border-radius:18px;
    background:#fff;
    border:1px solid rgba(7,31,43,.07);
    box-shadow:0 10px 28px rgba(7,31,43,.055);
  }

  .aw-pro-section__head{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:16px;
  }

  .aw-pro-section h2,
  .aw-pro-side-card h2{
    font-size:18px;
    line-height:1.15;
    letter-spacing:-.025em;
  }

  .aw-pro-count{
    font-size:12px;
    white-space:nowrap;
  }

  .aw-pro-skill-list{
    gap:14px;
  }

  .aw-pro-skill-row{
    grid-template-columns:40px minmax(0,1fr);
    gap:10px;
  }

  .aw-pro-project-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:170px;
    gap:10px;
  }

  .aw-pro-project-card:first-child{
    grid-column:1 / -1;
    grid-row:auto;
    min-height:224px;
  }

  .aw-pro-project-card{
    border-radius:14px;
  }

  .aw-pro-project-card h3{
    font-size:14px;
  }

  .aw-pro-project-card:first-child h3{
    font-size:18px;
  }

  .aw-pro-reviews-layout{
    grid-template-columns:1fr;
  }

  .aw-pro-review-score{
    border:0;
    padding:0 0 4px;
  }

  .aw-pro-review-score > strong{
    font-size:42px;
  }

  .aw-pro-map-card,
  .aw-pro-map-btn{
    display:none;
  }

  .aw-pro-about-list{
    gap:11px;
  }

  .aw-pro-mobile-cta{
    left:0;
    right:0;
    bottom:0;
    width:auto;
    transform:none;
    gap:8px;
    padding:9px 10px calc(9px + env(safe-area-inset-bottom));
    border-radius:14px 14px 0 0;
    background:#061f2a;
    box-shadow:0 -10px 34px rgba(7,31,43,.24);
  }

  .aw-pro-mobile-cta__person{
    display:none;
  }

  .aw-pro-mobile-cta__main,
  .aw-pro-mobile-cta__order{
    flex:1 1 0;
    min-width:0;
    min-height:48px;
    padding:8px 8px;
    border-radius:8px;
    font-size:11px;
    line-height:1.1;
    white-space:nowrap;
  }

  .aw-pro-mobile-cta__main{
    background:rgba(255,255,255,.045);
    border-color:rgba(255,255,255,.14);
  }

  .aw-pro-mobile-cta__order{
    background:var(--aw-pro-gold);
    color:#201704;
  }

  .aw-pro-mobile-cta i{
    font-size:12px;
  }
}

@media (max-width:420px){
  .aw-pro-hero-card__visual{
    min-height:540px;
    padding-left:18px;
    padding-right:18px;
  }

  .aw-pro-badges{
    left:148px;
    top:315px;
  }

  .aw-pro-hero__title{
    font-size:37px;
  }

  .aw-pro-project-grid{
    grid-auto-rows:160px;
  }

  .aw-pro-project-card:first-child{
    min-height:214px;
  }
}


/* =========================================================
   AW PROFILE CHANGE — HERO TRUST BADGES INSTEAD OF STATS
   Works with updated /alpinisci/profile/index.php where:
   <div class="aw-pro-stats aw-pro-stats--card aw-pro-stats--trust">
========================================================= */

.aw-pro-stats--trust{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.aw-pro-stats--trust .aw-pro-stat{
  min-height:68px;
  align-items:flex-start;
  padding:0 18px;
}

.aw-pro-stats--trust .aw-pro-stat__icon{
  width:34px;
  height:34px;
  border-radius:12px;
  background:#f1f6f8;
}

.aw-pro-stats--trust .aw-pro-stat strong{
  font-size:13px;
  line-height:1.25;
  letter-spacing:-.01em;
}

.aw-pro-stats--trust .aw-pro-stat span{
  margin-top:5px;
  font-size:11px;
  line-height:1.35;
}

.aw-pro-stats--trust .aw-pro-stat:nth-child(3){
  border-right:0;
}

@media (min-width:981px){
  .aw-pro-stats.aw-pro-stats--trust{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .aw-pro-stats--trust .aw-pro-stat{
    min-height:68px !important;
    padding:0 18px !important;
    border-right:1px solid rgba(7,31,43,.08) !important;
    border-bottom:0 !important;
  }

  .aw-pro-stats--trust .aw-pro-stat:first-child{
    padding-left:0 !important;
  }

  .aw-pro-stats--trust .aw-pro-stat:last-child{
    padding-right:0 !important;
    border-right:0 !important;
  }
}

@media (max-width:980px){
  .aw-pro-stats.aw-pro-stats--trust{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .aw-pro-stats.aw-pro-stats--trust{
    grid-template-columns:1fr;
    gap:14px;
  }

  .aw-pro-stats--trust .aw-pro-stat{
    grid-column:auto !important;
    min-height:0;
    padding:0;
    border:0 !important;
    grid-template-columns:40px minmax(0,1fr);
  }

  .aw-pro-stats--trust .aw-pro-stat__icon{
    width:38px;
    height:38px;
  }

  .aw-pro-stats--trust .aw-pro-stat strong{
    font-size:14px;
  }

  .aw-pro-stats--trust .aw-pro-stat span{
    font-size:12px;
    line-height:1.4;
  }

  .aw-pro-trust-strip{
    display:none !important;
  }
}
