/* Leperd Client Reviews v1.1 — dark (#151515) + orange (#EA8327) */
:root{
  --lcr-dark:#151515;
  --lcr-orange:#EA8327;
  --lcr-orange-soft:rgba(234,131,39,.16);
  --lcr-surface:#1e1e1e;
  --lcr-border:rgba(255,255,255,.08);
  --lcr-text:#f4f4f4;
  --lcr-body:#c9c9c9;
  --lcr-muted:#8f8f8f;
}

.lcr-section{
  background:var(--lcr-dark);
  padding:72px 28px;
  width:100%;
  box-sizing:border-box;
}
.lcr-section *,.lcr-section *:before,.lcr-section *:after{box-sizing:border-box}

/* Optional heading */
.lcr-heading{text-align:center;max-width:720px;margin:0 auto 44px}
.lcr-section .lcr-heading h2{margin:0;color:var(--lcr-text);font-size:36px;line-height:1.2;font-weight:800}
.lcr-section .lcr-heading h2:after{content:"";display:block;width:56px;height:4px;border-radius:4px;background:var(--lcr-orange);margin:16px auto 0}
.lcr-heading p{margin:16px 0 0;color:var(--lcr-muted);font-size:16px;line-height:1.6}

/* Slider */
.lcr-wrap{
  --lcr-pv:4;
  --lcr-gap:24px;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  position:relative;
  font-family:inherit;
}
.lcr-viewport{width:100%;overflow:hidden;padding:4px 0 6px;touch-action:pan-y}
.lcr-track{
  display:flex;
  gap:var(--lcr-gap);
  transition:transform .6s cubic-bezier(.22,.7,.2,1);
  will-change:transform;
}
.lcr-track.lcr-no-anim{transition:none}

.lcr-card{
  flex:0 0 calc((100% - (var(--lcr-pv) - 1) * var(--lcr-gap)) / var(--lcr-pv));
  min-width:0;
  display:flex;
  flex-direction:column;
  background:var(--lcr-surface);
  border:1px solid var(--lcr-border);
  border-radius:18px;
  padding:30px 28px 26px;
  position:relative;
  overflow:hidden;
  user-select:none;
  -webkit-user-select:none;
  transition:border-color .3s ease, transform .3s ease;
}
.lcr-card:before{
  content:"";
  position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--lcr-orange),rgba(234,131,39,.25));
}
.lcr-card:after{
  content:"\201D";
  position:absolute;right:20px;top:6px;
  font:700 96px/1 Georgia,serif;
  color:var(--lcr-orange);opacity:.12;
  pointer-events:none;
}
.lcr-card:hover{border-color:rgba(234,131,39,.45)}

.lcr-stars{display:flex;gap:3px;margin-bottom:18px;font-size:16px;line-height:1}
.lcr-star{color:#3d3d3d}
.lcr-star.is-on{color:var(--lcr-orange)}

.lcr-review{
  flex:1 1 auto;
  color:var(--lcr-body);
  font-size:15.5px;
  line-height:1.7;
  margin-bottom:26px;
}
.lcr-review p{margin:0 0 10px;color:inherit}
.lcr-review p:last-child{margin-bottom:0}

.lcr-author{
  display:flex;align-items:center;gap:13px;
  padding-top:20px;border-top:1px solid var(--lcr-border);
}
.lcr-avatar{
  width:46px;height:46px;min-width:46px;border-radius:50%;
  background:var(--lcr-orange);color:var(--lcr-dark);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:15px;letter-spacing:.3px;
}
.lcr-client{min-width:0}
.lcr-section .lcr-client h3{
  margin:0;color:var(--lcr-text);
  font-size:16px;line-height:1.3;font-weight:700;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.lcr-client span{display:block;margin-top:2px;font-size:13px;color:var(--lcr-muted)}

/* Controls: prev  • dots •  next */
.lcr-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:30px}
.lcr-arrow{
  width:44px;height:44px;flex:0 0 44px;padding:0;border-radius:50%;
  border:1px solid rgba(255,255,255,.16);background:transparent;color:var(--lcr-text);
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.lcr-arrow svg{display:block;pointer-events:none}
.lcr-arrow:hover,.lcr-arrow:focus-visible{background:var(--lcr-orange);border-color:var(--lcr-orange);color:var(--lcr-dark);outline:none}
.lcr-arrow:active{transform:scale(.94)}
.lcr-dots{display:flex;align-items:center;justify-content:center;gap:8px;min-width:40px}
.lcr-dot{width:8px;height:8px;border:0;border-radius:99px;background:#4a4a4a;padding:0;cursor:pointer;transition:width .3s ease,background .3s ease}
.lcr-dot:hover{background:#777}
.lcr-dot.active{width:26px;background:var(--lcr-orange)}
.lcr-count{color:var(--lcr-muted);font-size:14px;font-weight:600;letter-spacing:.5px}
.lcr-wrap.lcr-single .lcr-controls{display:none}

.lcr-empty{padding:35px;text-align:center;background:var(--lcr-surface);color:var(--lcr-body);border-radius:15px;border:1px solid var(--lcr-border);width:100%}

/* Form */
.lcr-form-wrap{
  max-width:900px;margin:72px auto 0;padding:38px;
  background:var(--lcr-surface);border:1px solid var(--lcr-border);border-radius:22px;
  scroll-margin-top:90px;
}
.lcr-form-head{text-align:center;margin-bottom:30px}
.lcr-form-badge{display:inline-block;color:var(--lcr-orange);font-weight:800;font-size:12px;letter-spacing:1.8px;margin-bottom:8px}
.lcr-section .lcr-form-head h2{margin:0;color:var(--lcr-text);font-size:30px;line-height:1.2}
.lcr-form-head p{margin:10px auto 0;color:var(--lcr-muted);max-width:650px;font-size:15px}
.lcr-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.lcr-field{margin-bottom:17px}
.lcr-field label{display:block;color:var(--lcr-text);font-weight:700;font-size:13px;margin-bottom:8px}

.lcr-section .lcr-field input,
.lcr-section .lcr-field select,
.lcr-section .lcr-field textarea{
  display:block;width:100%;height:auto;min-height:50px;margin:0;
  border:1px solid #363636;border-radius:10px;background-color:var(--lcr-dark);
  color:var(--lcr-text);padding:13px 15px;font:inherit;font-size:15px;line-height:1.4;
  outline:none;box-shadow:none;transition:border-color .2s,box-shadow .2s;
}
.lcr-section .lcr-field select{
  -webkit-appearance:none;appearance:none;
  padding-right:44px;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23EA8327' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 16px center;background-size:14px;
}
.lcr-field input::placeholder,.lcr-field textarea::placeholder{color:#777}
.lcr-field select option{background:var(--lcr-dark);color:var(--lcr-text)}
.lcr-section .lcr-field textarea{resize:vertical;min-height:150px}
.lcr-section .lcr-field input:focus,
.lcr-section .lcr-field select:focus,
.lcr-section .lcr-field textarea:focus{border-color:var(--lcr-orange);box-shadow:0 0 0 3px var(--lcr-orange-soft)}

.lcr-submit{
  width:100%;border:0;border-radius:10px;background:var(--lcr-orange);color:var(--lcr-dark);
  padding:15px 20px;font-size:15px;font-weight:800;cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:12px;transition:filter .2s,transform .2s;
}
.lcr-submit:hover,.lcr-submit:focus-visible{filter:brightness(1.1);outline:none}
.lcr-submit:active{transform:translateY(1px)}
.lcr-submit b{font-size:19px}
.lcr-message{padding:13px 15px;border-radius:10px;margin-bottom:20px;font-size:14px}
.lcr-success{background:rgba(46,160,67,.12);color:#8fdc9f;border:1px solid rgba(46,160,67,.35)}
.lcr-error{background:rgba(220,60,60,.12);color:#ff9a9a;border:1px solid rgba(220,60,60,.35)}
.lcr-hp{position:absolute;left:-9999px;top:-9999px;height:0;overflow:hidden}

@media (max-width:1100px){
  .lcr-wrap{--lcr-pv:3}
}
@media (max-width:767px){
  .lcr-wrap{--lcr-pv:1;--lcr-gap:14px}
  .lcr-section{padding:48px 16px}
  .lcr-section .lcr-heading h2{font-size:28px}
  .lcr-heading{margin-bottom:32px}
  .lcr-card{padding:26px 22px 22px;border-radius:16px}
  .lcr-review{font-size:15px}
  .lcr-controls{margin-top:24px;gap:14px}
  .lcr-arrow{width:40px;height:40px;flex-basis:40px}
  .lcr-form-wrap{margin-top:48px;padding:24px 18px;border-radius:17px}
  .lcr-section .lcr-form-head h2{font-size:25px}
  .lcr-grid{grid-template-columns:1fr;gap:0}
  .lcr-field{margin-bottom:14px}
}
@media (prefers-reduced-motion:reduce){
  .lcr-track{transition:none}
}

/* Fewer reviews than slots: show them centered, no controls */
.lcr-wrap.lcr-static .lcr-track{justify-content:center}
.lcr-wrap.lcr-static .lcr-controls{display:none}
