.pro-detail-full-bleed{
  --green:#11824c;
  --green-2:#15a061;
  --orange:#ef7d00;
  --orange-2:#ff9a2f;
  --blue:#3b82f6;
  --black:#111111;
  --dark:#111318;
  --dark-2:#171b23;
  --white:#ffffff;
  --bg:#f3f5f8;
  --line:#e9e9e9;
  --line-dark:#2a3040;
  --muted:#6d6d6d;
  --muted-dark:#c0c6d2;
  --radius:22px;
  --shadow:0 12px 36px rgba(15,23,42,.08);
  --shadow-dark:0 20px 48px rgba(0,0,0,.32);
  --container:1180px;
  --type-display:clamp(3rem,6.2vw,5.4rem);
  --type-title:clamp(1.5rem,2.2vw,2rem);
  --type-subtitle:clamp(1.05rem,1.6vw,1.35rem);
  --type-body:15px;
  --type-body-sm:14px;
}

.pro-detail-full-bleed,
.pro-detail-full-bleed *{
  box-sizing:border-box;
}

.pro-detail-full-bleed{
  font-family:'Inter',sans-serif;
  color:var(--black);
  background:var(--bg);
}

.pro-detail-full-bleed img{max-width:100%;display:block}
.pro-detail-full-bleed a{text-decoration:none;color:inherit}
.pro-detail-full-bleed button{font:inherit}

.pro-detail-container{
  width:min(var(--container),calc(100% - 28px));
  margin:0 auto;
  background:transparent !important;
  box-shadow:none !important;
}

.pro-detail-full-bleed{
  width:100%;
  margin-left:0;
  margin-right:0;
  overflow-x:hidden;
}

.app-content{
  max-width:none !important;
  padding-top:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.hero{
  background:#0d0d0f;
  border-bottom:1px solid var(--line-dark);
  padding:58px 0 44px;
  color:var(--white);
  position:relative;
  overflow:hidden;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.02);
  pointer-events:none;
}

.hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
  transform:scale(1.02);
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(8,8,10,.62);
}






.hero-dots{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.33;
  background-image:none;
  background-size:auto;
}

.hero .pro-detail-container{
  position:relative;
  z-index:1;
}

.hero-grid{
  display:grid;
  grid-template-columns:420px minmax(0,1fr);
  gap:36px;
  align-items:center;
}

.hero-photo{
  border-radius:30px;
  overflow:hidden;
  background:#222;
  box-shadow:var(--shadow-dark);
  border:1px solid rgba(255,255,255,.14);
  position:relative;
}

.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.12);
  pointer-events:none;
}

.hero-photo img{
  width:100%;
  height:540px;
  object-fit:cover;
  object-position:center top;
  transition:transform .45s ease;
}

.hero-photo:hover img{transform:scale(1.03)}

.hero-photo-empty{
  width:100%;
  height:540px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1f232c;
  color:rgba(255,255,255,.88);
}

.hero-photo-empty span{
  width:110px;
  height:110px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  font-size:3rem;
  font-weight:800;
  letter-spacing:-.03em;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#e8f8f0;
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(2px);
}

.hero-kicker{
  margin:0;
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.07);
  color:#d8fbe8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.hero h1{
  margin:14px 0 10px;
  font-family:'Playfair Display',serif;
  font-size:var(--type-display);
  line-height:1;
  font-weight:700;
  letter-spacing:-.03em;
  word-break:break-word;
  text-wrap:balance;
}

.subtitle{
  font-size:clamp(1.05rem,1.55vw,1.26rem);
  font-weight:600;
  margin:0 0 10px;
  color:#edf1f7;
  line-height:1.35;
  letter-spacing:-.01em;
}

.meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:#deebff;
  font-size:14px;
  margin-bottom:14px;
}

.meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08);
}

.meta-icon{
  width:17px;
  height:17px;
  flex-shrink:0;
  opacity:.96;
}

.meta-text{
  line-height:1.25;
}

.description{
  max-width:720px;
  font-size:15px;
  line-height:1.7;
  color:#e5edf9;
  margin:0 0 18px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
}

.actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:12px;
}

.hero-content{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:10px 4px;
  border-radius:24px;
}

.hero-actions{
  display:grid;
  gap:12px;
}

.hero-actions-main,
.hero-actions-secondary{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.hero-actions-secondary form{
  margin:0;
  display:inline-flex;
  align-items:center;
}

.hero-actions-main .btn{
  min-width:190px;
  height:50px;
}

.btn-icon{
  width:52px;
  min-width:52px;
  height:52px;
  padding:0;
  border-radius:999px;
}

.btn-icon svg{
  width:24px;
  height:24px;
}

.js-like-btn.is-active{
  background:#fff;
  color:var(--orange);
  border-color:#ffd9b3;
}

.btn-follow.is-active{
  background:#eaf8f0;
  color:var(--green);
  border-color:#b8e1ca;
}

.btn-icon.is-disabled{
  opacity:.45;
  cursor:not-allowed;
}

.btn{
  height:48px;
  padding:0 18px;
  border:none;
  border-radius:14px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:800;
  letter-spacing:.01em;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,.2);
}

.btn-primary{
  background:var(--orange);
  color:#fff;
}
.btn-secondary{
  background:var(--green);
  color:#fff;
}
.btn-light{background:#fff;color:var(--black);border:1px solid var(--line)}
.hero .btn-light{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.32);
}

.hero .btn-light:hover{
  background:rgba(255,255,255,.2);
  border-color:rgba(255,255,255,.45);
}

.stats-section{
  padding:14px 0 16px;
  background:#eef2f8;
}

.stats-head{
  margin-bottom:16px;
  text-align:center;
}

.stats-section .section-tag{
  color:var(--green);
  border-color:rgba(17,130,76,.18);
  background:rgba(17,130,76,.08);
}
.stats-section .section-title{color:#111827}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.stat{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:10px;
  position:relative;
  overflow:hidden;
}

.stat:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(15,23,42,.12);
}

.stat::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:var(--green);
}

.stat-top{
  display:flex;
  align-items:center;
  gap:10px;
}

.stat-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--green);
  border:1px solid #d7ebdf;
  background:#f2f9f5;
}

.stat-icon svg{
  width:19px;
  height:19px;
}

.stat-label{
  color:#4c4c4c;
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.stat-value{
  font-size:1.6rem;
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.1;
}

.stat-note{
  color:var(--muted);
  font-size:var(--type-body-sm);
  line-height:1.45;
}

.section{
  padding:34px 0;
  position:relative;
  border-top:1px solid #e8ecf2;
}

.section-surface-top{
  margin-top:-18px;
  padding-top:30px;
  border-top:none;
  background:#f6f7fb;
  border-top-left-radius:32px;
  border-top-right-radius:32px;
  box-shadow:0 -8px 24px rgba(15,23,42,.05);
}

.section-surface-mid{
  background:#f6f7fb;
}

.section-dark{
  background:#0e0e11;
  color:var(--white);
  border-top:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}

.section-dark::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle cx='2' cy='2' r='1' fill='white' fill-opacity='0.35'/%3E%3C/svg%3E");
  background-size:14px 14px;
  background-repeat:repeat;
}

.section-dark .section-tag{color:#d7f1e2}
.section-dark .section-text{color:var(--muted-dark)}
.section-dark .card{
  background:#151519;
  border:1px solid var(--line-dark);
  box-shadow:var(--shadow-dark);
  position:relative;
  z-index:1;
}
.section-dark .card h3{color:#fff}
.section-dark .card p{color:#cfcfcf}
.section-dark .mini-meta,
.section-dark .proof-foot,
.section-dark .question-foot{color:var(--muted-dark)}
.section-dark .badge{background:transparent;border:1px solid rgba(255,255,255,.14);color:#fff}

.section-head{
  margin-bottom:16px;
  min-height:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:6px;
}

.section-head-fixed-center{
  align-items:center !important;
  justify-content:center;
  text-align:center !important;
}

.section-head-fixed-center .section-tag,
.section-head-fixed-center .section-title{
  margin-left:auto;
  margin-right:auto;
}

.section-tag{
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:12px;
  font-weight:800;
  margin-bottom:0;
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(17,130,76,.18);
  background:rgba(17,130,76,.08);
}

.section-title{
  margin:0;
  font-family:'Playfair Display',serif;
  font-size:var(--type-title);
  letter-spacing:-.03em;
  line-height:1.2;
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-wrap:balance;
  justify-content:center;
  text-align:center;
}

.section-title::before,
.section-title::after{
  content:"";
  width:52px;
  height:1px;
  background:rgba(17,24,39,.2);
}

.section-text{
  margin:8px auto 0;
  color:var(--muted);
  line-height:1.65;
  max-width:760px;
  font-size:var(--type-body-sm);
}

.features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(15,23,42,.12);
  border-color:#d7dbe3;
}

.card h3{
  margin:0 0 8px;
  font-size:1.06rem;
  font-weight:800;
  line-height:1.35;
  letter-spacing:-.01em;
}

.card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:var(--type-body-sm);
}

.portfolio,
.updates,
.proofs,
.questions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  grid-auto-rows:1fr;
}

.features .card,
.portfolio .card,
.updates .card,
.proofs .card,
.questions .card{
  min-height:100%;
}

.questions-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:14px;
  align-items:start;
}

.questions-highlight{
  border:1px solid var(--line-dark);
  border-radius:20px;
  background:rgba(255,255,255,.03);
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  justify-content:flex-start;
  align-self:start;
  position:sticky;
  top:92px;
  min-height:0;
}

.questions-highlight-kicker{
  margin:0;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#b8c0ce;
  font-weight:700;
}

.questions-highlight-count{
  font-size:2.2rem;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
  color:#fff;
  margin-top:4px;
}

.questions-highlight-text{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#c9d1df;
  margin-bottom:2px;
}

.question-empty-card{
  grid-column:1 / -1;
}

.questions-actions{
  margin-top:14px;
  display:flex;
  justify-content:center;
}

.questions-actions .btn{
  min-width:180px;
}

.questions-line > .card{
  flex:0 0 min(272px,78vw);
  min-height:252px;
}

.questions .card h3,
.questions .card p,
.question-name{
  overflow-wrap:anywhere;
  word-break:break-word;
}

.question-card-enter{
  animation:questionCardEnter .5s ease both;
}

@keyframes questionCardEnter{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .question-card-enter{
    animation:none;
  }
}

.feature-icon{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid #dfe5ed;
  background:#f7f9fc;
  margin-bottom:10px;
  font-size:18px;
}

.workflow-section{
  background:#fff;
}

.workflow-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.workflow-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--shadow);
  position:relative;
}

.workflow-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:34px;
  right:-10px;
  width:18px;
  height:2px;
  background:#d2d9e4;
}

.workflow-icon{
  width:34px;
  height:34px;
  border-radius:999px;
  background:#f2f6fb;
  border:1px solid #d8e2ee;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  color:#374151;
  margin-bottom:10px;
}

.workflow-step h3{
  margin:0 0 6px;
  font-size:1rem;
}

.workflow-step p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.section-summary{
  background:#f2f5fa;
}

.summary-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.summary-card{
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px;
  background:#fff;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:flex-start;
}

.summary-card h3{
  margin:0;
  font-size:1.14rem;
  line-height:1.3;
}

.summary-card p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:var(--type-body-sm);
}

.summary-card .btn{
  min-width:120px;
  height:38px;
  border-radius:999px;
  font-size:13px;
  margin-top:4px;
}

.media{
  height:200px;
  border-radius:18px;
  overflow:hidden;
  margin-bottom:16px;
  background:#ececec;
  position:relative;
}

.media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.media video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  background:#000;
}

.card:hover .media img{transform:scale(1.04)}

.mini-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:12px;
  color:var(--muted);
  margin-bottom:10px;
  font-weight:600;
}

.badge{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  font-size:12px;
  font-weight:700;
  color:var(--black);
  background:#fff;
  letter-spacing:.01em;
}

.proof-top,
.question-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:12px;
}

.proof-name,
.question-name{
  font-weight:800;
  font-size:15px;
  letter-spacing:-.01em;
  line-height:1.3;
}

.proof-name{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.proof-description{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:var(--type-body-sm);
}

.proof-foot,
.question-foot{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  display:flex;
  justify-content:space-between;
  gap:12px;
}

.proof-foot{
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.proof-foot-meta,
.proof-foot-reviewer{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.proof-client-avatar{
  width:22px;
  height:22px;
  min-width:22px;
  min-height:22px;
  max-width:22px;
  max-height:22px;
  flex:0 0 22px;
  display:block;
  border-radius:999px;
  object-fit:cover;
  border:1px solid rgba(17,24,39,.16);
}

.proof-client-avatar-fallback{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  background:rgba(17,24,39,.08);
  color:#111827;
  font-weight:700;
  font-size:10px;
}

.proof-client-name{
  font-weight:700;
  color:var(--black);
  max-width:120px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.proof-foot-date{
  color:var(--muted);
}

.section-dark .proof-foot,
.section-dark .question-foot{border-top:1px solid var(--line-dark)}

.footer-cta{
  padding:22px 0 50px;
}

.footer-box{
  background:#fff;
  border:1px solid #e4e9f1;
  border-radius:26px;
  padding:28px;
  box-shadow:var(--shadow);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.footer-box .actions{
  margin-bottom:0;
}

.footer-box h2{
  margin:0 0 8px;
  font-family:'Playfair Display',serif;
  font-size:1.8rem;
  letter-spacing:-.03em;
}

.footer-box p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
  max-width:700px;
}

.section-dark .section-tag{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
}

.section-dark .section-title::before,
.section-dark .section-title::after{
  background:rgba(255,255,255,.24);
}

.section-dark .card:hover{
  border-color:rgba(255,255,255,.24);
  box-shadow:0 18px 38px rgba(0,0,0,.28);
}

.pro-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.pro-modal.is-open{display:flex}

.pro-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(2px);
}

.pro-modal-dialog{
  position:relative;
  z-index:1;
  width:min(620px,100%);
  max-height:min(85vh,820px);
  overflow:auto;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:#141923;
  box-shadow:var(--shadow-dark);
  color:#fff;
  padding:24px;
}

.pro-modal-dialog-card{
  width:min(360px, calc((100vh - 32px) * 0.65), calc(100vw - 24px));
  aspect-ratio:65 / 100;
  padding:0;
  max-height:none;
  overflow:hidden;
  border-radius:20px;
  background:#0b1020;
}

.pro-card-viewer{
  margin:0;
  width:100%;
  height:100%;
  perspective:1200px;
}

.pro-card-stage{
  position:relative;
  width:100%;
  height:100%;
  transition:opacity .25s ease;
}

.pro-card-stage.is-back .pro-card-face[data-card-face="front"]{
  opacity:0;
  pointer-events:none;
}

.pro-card-stage.is-back .pro-card-face[data-card-face="back"]{
  opacity:1;
  pointer-events:auto;
}

.pro-card-face{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.14);
  background:#0d1118;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  transition:opacity .25s ease;
}

.pro-card-face[data-card-face="back"]{
  opacity:0;
  pointer-events:none;
}

.pro-card-actions{
  position:absolute;
  left:50%;
  bottom:12px;
  transform:translateX(-50%);
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:nowrap;
}

.pro-card-actions .btn{
  min-width:100px;
  height:36px;
  border-radius:999px;
  font-size:12px;
  padding:0 12px;
}

@media (max-width: 480px){
  .pro-card-actions{
    flex-wrap:wrap;
    gap:6px;
    bottom:8px;
  }

  .pro-card-actions .btn{
    min-width:92px;
    height:34px;
    padding:0 10px;
  }
}

.pro-modal-dialog-card .pro-modal-close{
  z-index:4;
}

.pro-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.05);
  color:#fff;
  cursor:pointer;
}

.pro-modal-title{
  margin:0 0 8px;
  font-family:'Playfair Display',serif;
  font-size:1.55rem;
  letter-spacing:-.02em;
}

.pro-modal-text{
  margin:0 0 16px;
  color:#c7c7c7;
  font-size:14px;
}

.pro-modal-form{
  display:grid;
  gap:10px;
}

.pro-modal-label{
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#e2e2e2;
  font-weight:700;
}

.pro-modal-form input[type="text"],
.pro-modal-form input[type="file"],
.pro-modal-form select,
.pro-modal-form textarea{
  width:100%;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:#0d1118;
  color:#fff;
  padding:10px 12px;
}

.pro-modal-form textarea{
  resize:vertical;
  min-height:120px;
}

.pro-modal-check{
  display:flex;
  align-items:center;
  gap:8px;
  color:#d0d0d0;
  font-size:13px;
}

@media (max-width:1020px){
  .hero{
    padding:44px 0 34px;
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .hero-photo,
  .hero-photo img,
  .hero-photo-empty{
    max-width:520px;
    margin:0 auto;
  }
  .hero-content{
    text-align:center;
    align-items:center;
  }
  .meta{
    justify-content:center;
  }
  .description{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-actions-secondary{
    justify-content:center;
  }
  .hero-actions-main{
    justify-content:center;
  }
  .hero h1{
    font-size:clamp(2.3rem,8.4vw,3.8rem);
  }
  .hero-grid,
  .features,
  .workflow-grid,
  .summary-grid,
  .portfolio,
  .updates,
  .proofs,
  .questions,
  .stats-grid{grid-template-columns:1fr 1fr}
  .workflow-step:not(:last-child)::after{display:none}
}

@media (max-width:860px){
  .pro-detail-container{
    width:min(var(--container),calc(100% - 20px));
  }
  .section{
    padding:30px 0;
  }
  .section-head{
    margin-bottom:16px;
  }
  .section-title{
    font-size:clamp(1.3rem,5.4vw,1.8rem);
  }
  .section-title::before,
  .section-title::after{
    width:34px;
  }
  .card{
    padding:18px;
  }
  .media{
    height:180px;
  }
  .questions-layout{
    grid-template-columns:1fr;
  }
  .questions-highlight{
    position:static;
  }
}

@media (max-width:700px){
  .hero{
    padding:30px 0 24px;
  }
  .hero h1{font-size:clamp(2rem,10vw,3rem)}
  .subtitle{
    font-size:clamp(1rem,4.8vw,1.25rem);
  }
  .hero-grid,
  .features,
  .portfolio,
  .updates,
  .proofs,
  .questions,
  .summary-grid,
  .workflow-grid,
  .stats-grid{grid-template-columns:1fr}
  .hero-photo img{height:360px}
  .hero-photo-empty{height:360px}
  .section-head{min-height:0}
  .section-title::before,
  .section-title::after{
    display:none;
  }
  .meta span{width:100%;justify-content:flex-start}
  .hero-actions-main,
  .hero-actions-secondary{display:grid;grid-template-columns:1fr}
  .actions{display:grid;grid-template-columns:1fr}
  .hero-actions-secondary{
    justify-content:stretch;
  }
  .btn{width:100%;height:46px}
  .btn-icon{
    width:46px !important;
    min-width:46px;
    height:46px;
    justify-self:center;
  }
  .btn-icon svg{width:24px;height:24px}
  .footer-box{
    padding:20px;
  }
  .footer-box h2{
    font-size:1.45rem;
  }
  .pro-modal{padding:12px}
  .pro-modal-dialog{padding:18px}
}

.hero.hero-showcase {
  position: relative;
  padding: 34px 0 16px;
  background: #05070e;
  overflow: hidden;
}

.hero-wave{
  width:100%;
  margin-top:-1px;
  line-height:0;
  background:#f3f5f8;
}

.hero-wave svg{
  display:block;
  width:100%;
  height:62px;
}

.hero-wave path{
  fill:#f3f5f8;
}

.hero.hero-showcase .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.38;
  filter: none;
}

.hero.hero-showcase .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgb(6 6 9 / 75%);
}

.hero-showcase .pro-detail-container {
  position: relative;
  z-index: 2;
}

.hero-showcase-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 22px 24px;
  background: transparent !important;
  border: none !important;
  border-radius: 34px;
  box-shadow: none !important;
}

.hero-showcase-photo-wrap{
  width:100%;
}

.hero-showcase-photo img,
.hero-showcase-photo .hero-photo-empty {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  background: #0f172a;
}

.hero-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hero-name-row h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(21, 160, 97, 0.16);
  border: 1px solid rgba(21, 160, 97, 0.4);
  color: #e7fff3;
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-status-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.hero-availability{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 11px;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.02em;
  color:#ffe4c6;
  border:1px solid rgba(239,125,0,.4);
  background:rgba(239,125,0,.16);
}

.verified-badge svg {
  width: 18px;
  height: 18px;
}

.hero-role-line{
  margin:2px 0 10px;
  color:rgba(255,255,255,.78);
  font-size:.94rem;
  font-weight:600;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.hero-tag {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-dots{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle cx='2' cy='2' r='1' fill='white' fill-opacity='0.42'/%3E%3C/svg%3E");
  background-size:14px 14px;
  background-repeat:repeat;
}

.hero-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.hero-meta-line span {
  padding: 0;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.74);
  font-size: 0.95rem;
}

.hero-headline{
  margin:0 0 8px;
  color:#fff;
  font-size:clamp(1.25rem,2.1vw,1.85rem);
  line-height:1.28;
  font-weight:700;
  letter-spacing:-.02em;
}

.hero-headline span{
  color:#ffb56c;
}

.hero-description {
  max-width: 620px;
  margin: 0 0 16px;
  color: rgba(255,255,255,0.82);
  font-size: 0.96rem;
  line-height: 1.62;
}

.hero-actions-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  align-items: center;
}

.hero-action,
.hero-action-form .hero-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.hero-action-primary{
  padding:0 18px;
  font-weight:700;
  background:rgba(21,160,97,.3);
  border-color:rgba(21,160,97,.52);
  color:#eafff3;
}

.hero-action-circle{
  width:48px;
  height:48px;
  min-height:48px;
  min-width:48px;
  padding:0;
  border-radius:999px;
  justify-content:center;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
}

.hero-action-circle:hover{
  border-color:rgba(239,125,0,.55);
  color:#ffd8b1;
}

.hero-action-circle svg{
  width:20px;
  height:20px;
}

.hero-action svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-action:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
}

.hero-action.is-active {
  background: rgba(22, 163, 74, 0.14);
  border-color: rgba(22, 163, 74, 0.30);
  color: #dcffe7;
}

.hero-action.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.hero-action-form {
  margin: 0;
  flex-shrink:0;
}

.hero-mini-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-info-item {
  min-width: 120px;
  flex:1 1 150px;
  padding: 11px 13px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.mini-info-item strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
}

.mini-info-item span {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,0.62);
  font-size: 0.8rem;
}

.section-head-split{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
  text-align:center;
}

.section-head-split > div:first-child{
  grid-column:2;
  justify-self:center;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  min-width:0;
}

.showcase-controls{
  grid-column:3;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
}

.showcase-seeall{
  font-size:.95rem;
  color:#4b5563;
  margin-right:6px;
  white-space:nowrap;
}

.showcase-arrow{
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(17,24,39,.16);
  background:#fff;
  color:#111827;
  font-size:24px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all .2s ease;
}

.showcase-arrow:hover{
  background:#111827;
  border-color:#111827;
  color:#fff;
}

.showcase-track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding-bottom:4px;
  scrollbar-width:none;
}

.showcase-track > .card{
  flex:0 0 min(320px,84vw);
  scroll-snap-align:start;
  min-height:274px;
  border-radius:18px;
}

.showcase-track::-webkit-scrollbar{
  display:none;
}

.showcase-track::-webkit-scrollbar-thumb{
  background:rgba(17,24,39,.22);
  border-radius:999px;
}

.portfolio.showcase-track > .card,
.updates.showcase-track > .card,
.proofs.showcase-track > .card{
  min-height:372px;
}

.portfolio.showcase-track .media,
.updates.showcase-track .media,
.proofs.showcase-track .media{
  border-radius:14px;
  height:188px;
}

.portfolio.showcase-track .card,
.updates.showcase-track .card,
.proofs.showcase-track .card{
  justify-content:flex-start;
}

.updates-cta-btn{
  height:40px;
  border-radius:999px;
  padding:0 14px;
  font-size:13px;
  box-shadow:0 10px 22px rgba(17,130,76,.22);
}

.updates-cta-bottom{
  margin-top:14px;
  display:flex;
  justify-content:center;
}

.updates-empty-card{
  flex:0 0 min(560px,96%);
  min-height:320px;
  justify-content:center;
  align-items:flex-start;
  border-style:dashed;
  border-color:#dbe3ee;
  background:linear-gradient(180deg,#ffffff 0%, #f8fafc 100%);
}

.updates-empty-icon{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid #dbe3ee;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0f766e;
  margin-bottom:8px;
}

.updates-empty-card h3{
  margin:0 0 6px;
}

.updates-empty-card p{
  max-width:56ch;
}

.updates-text{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  min-height:calc(1.6em * 3);
}

.service-card{
  background:#fff;
  min-height:218px !important;
}

.service-card .feature-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  font-size:22px;
  margin-bottom:14px;
}

.service-kicker{
  margin-top:6px !important;
  margin-bottom:8px !important;
}

.service-highlight{
  margin-top:auto;
  font-size:1.1rem;
  letter-spacing:-.02em;
  color:#ef7d00;
}

.showcase-dots{
  margin-top:10px;
  display:flex;
  justify-content:center;
  gap:7px;
}

.showcase-dot{
  width:7px;
  height:7px;
  border-radius:999px;
  border:none;
  background:rgba(15,23,42,.24);
  padding:0;
  cursor:pointer;
  transition:all .2s ease;
}

.showcase-dot.is-active{
  width:18px;
  background:#15a061;
}

.showcase-dots-dark .showcase-dot{
  background:rgba(255,255,255,.26);
}

.showcase-dots-dark .showcase-dot.is-active{
  background:#22c55e;
}

.section-showcase{
  background:#0e0e11;
}

/* section-showcase follows section-dark visual rules */

@media (max-width: 980px) {
  .hero-showcase-card {
    grid-template-columns: 1fr;
    padding: 18px 16px;
    gap: 16px;
  }

  .hero-showcase-photo-wrap {
    max-width: 315px;
    margin:0 auto;
  }

  .hero-name-row h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .hero-status-row,
  .hero-name-row,
  .hero-role-line,
  .hero-tags,
  .hero-meta-line,
  .hero-headline,
  .hero-description{
    justify-content:center;
    text-align:center;
  }

  .hero-role-line{
    width:100%;
  }

  .section-head-split{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
  }

  .section-head-split > div:first-child{
    text-align:center;
  }

  .showcase-controls{
    justify-content:center;
  }

  .showcase-seeall{
    display:none;
  }
}

@media (max-width:700px){
  .hero.hero-showcase{
    padding:22px 0 8px;
  }

  .hero-wave svg{
    height:48px;
  }

  .hero-showcase-card{
    border-radius:24px;
  }

  .hero-showcase-photo img,
  .hero-showcase-photo .hero-photo-empty{
    aspect-ratio:4 / 4.5;
  }

  .hero-name-row h1{
    font-size:clamp(1.8rem,9vw,2.3rem);
  }

  .hero-availability{
    font-size:.72rem;
  }

  .section-head-split{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .section-title::before,
  .section-title::after{
    width:28px;
  }

  .section-surface-top{
    border-top-left-radius:22px;
    border-top-right-radius:22px;
    margin-top:-10px;
    padding-top:24px;
  }

  .hero-action-primary{
    width:100%;
    justify-content:center;
  }
  .hero-action{
    min-height:46px;
    padding:0 14px;
  }

  .hero-action-circle{
    width:44px;
    height:44px;
    min-width:44px;
    min-height:44px;
  }

  .hero-meta-line{
    gap:8px;
    justify-content:center;
  }

  .hero-meta-line span{
    font-size:.88rem;
  }

  .mini-info-item{
    min-width:calc(50% - 8px);
    flex:1 1 calc(50% - 8px);
  }

  .showcase-track > .card{
    flex:0 0 min(296px,88vw);
  }

  .portfolio.showcase-track > .card,
  .updates.showcase-track > .card,
  .proofs.showcase-track > .card{
    min-height:340px;
  }

  .updates-empty-card{
    flex:0 0 min(420px,92vw);
    min-height:290px;
  }

  .footer-box{
    padding:18px;
  }

  .footer-box .actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .footer-box .actions .btn{
    width:100%;
  }

  .pro-modal-dialog{
    width:min(100%, 560px);
    max-height:88vh;
  }
}

@media (max-width:560px){
  .pro-detail-container{
    width:min(var(--container),calc(100% - 14px));
  }

  .section{
    padding:24px 0;
  }

  .section-title{
    font-size:clamp(1.12rem,6.2vw,1.35rem);
  }

  .section-title::before,
  .section-title::after{
    display:none;
  }

  .hero-tags{
    justify-content:center;
  }

  .mini-info-item{
    min-width:100%;
    flex:1 1 100%;
  }

  .showcase-arrow{
    width:36px;
    height:36px;
    font-size:20px;
  }

  .showcase-track > .card{
    flex:0 0 90vw;
  }
}
