
/* TORR MASTER PROJECT — Premium Product Experience v2.9 */

.product-experience{
  padding-top:84px;
  background:#fff;
}

.product-experience-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%,rgba(91,44,160,.20),transparent 31%),
    linear-gradient(135deg,#fff 0%,#faf8fd 55%,#ede4f7 100%);
}

.product-experience-hero .container{
  min-height:600px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
  padding-block:78px;
}

.product-experience-hero h1{
  margin:0;
  max-width:860px;
  font-size:clamp(52px,6vw,90px);
  line-height:.99;
  letter-spacing:-.06em;
}

.product-experience-hero p:not(.eyebrow){
  max-width:720px;
  color:#6f6878;
  font-size:19px;
  line-height:1.76;
}

.product-selector-panel{
  padding:30px;
  border:1px solid rgba(91,44,160,.15);
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 90px rgba(31,18,48,.14);
}

.product-selector-panel h2{
  margin:0 0 20px;
  font-size:28px;
}

.selector-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.selector-grid label{
  display:grid;
  gap:8px;
  color:#17131e;
  font-weight:800;
}

.selector-grid input,
.selector-grid select{
  width:100%;
  padding:13px 14px;
  border:1px solid rgba(91,44,160,.16);
  border-radius:12px;
  background:#fff;
  font:inherit;
}

.selector-result{
  margin-top:18px;
  padding:18px;
  border-radius:16px;
  background:#f7f5fa;
  color:#6f6878;
  line-height:1.65;
}

.selector-result strong{
  display:block;
  color:#17131e;
  font-size:21px;
  margin-bottom:7px;
}

.selector-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.models-premium-section{
  background:#f7f5fa;
}

.models-premium-toolbar{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:18px;
  align-items:end;
  margin-top:38px;
}

.model-search{
  flex:1 1 320px;
}

.model-search input{
  width:100%;
  min-height:52px;
  padding:13px 16px;
  border:1px solid rgba(91,44,160,.16);
  border-radius:14px;
  background:#fff;
  font:inherit;
}

.model-filter-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.model-filter-button{
  min-height:42px;
  padding:9px 15px;
  border:1px solid rgba(91,44,160,.16);
  border-radius:999px;
  background:#fff;
  color:#17131e;
  font-weight:850;
  cursor:pointer;
}

.model-filter-button.is-active,
.model-filter-button:hover,
.model-filter-button:focus-visible{
  border-color:#5b2ca0;
  background:#5b2ca0;
  color:#fff;
}

.model-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
  margin-top:30px;
}

.model-card{
  min-height:420px;
  display:flex;
  flex-direction:column;
  padding:26px;
  border:1px solid rgba(91,44,160,.14);
  border-radius:22px;
  background:#fff;
  transition:.24s;
}

.model-card:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 75px rgba(31,18,48,.12);
}

.model-card[hidden]{display:none}

.model-card-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:start;
}

.model-card-badge{
  padding:7px 10px;
  border-radius:999px;
  background:#eee7f8;
  color:#5b2ca0;
  font-size:11px;
  font-weight:900;
}

.model-card h3{
  margin:28px 0 8px;
  font-size:32px;
  letter-spacing:-.035em;
}

.model-card-use{
  min-height:50px;
  margin:0;
  color:#6f6878;
  line-height:1.65;
}

.model-spec-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin:22px 0;
}

.model-spec{
  padding:12px;
  border-radius:12px;
  background:#f7f5fa;
}

.model-spec span,
.model-spec strong{display:block}

.model-spec span{
  color:#7c7284;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
}

.model-spec strong{
  margin-top:5px;
  font-size:15px;
}

.model-card-actions{
  display:flex;
  gap:10px;
  margin-top:auto;
}

.compare-toggle{
  flex:1;
  min-height:42px;
  padding:9px 12px;
  border:1px solid rgba(91,44,160,.18);
  border-radius:11px;
  background:#fff;
  color:#5b2ca0;
  font-weight:850;
  cursor:pointer;
}

.compare-toggle.is-selected{
  background:#5b2ca0;
  color:#fff;
}

.model-quote-link{
  display:grid;
  place-items:center;
  min-height:42px;
  padding:9px 12px;
  border-radius:11px;
  background:#17131e;
  color:#fff;
  font-weight:850;
}

.model-empty{
  margin-top:30px;
  padding:28px;
  border:1px dashed rgba(91,44,160,.20);
  border-radius:18px;
  background:#fff;
  color:#6f6878;
  text-align:center;
}

.compare-drawer{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:2400;
  max-width:1180px;
  margin-inline:auto;
  padding:20px;
  border:1px solid rgba(91,44,160,.17);
  border-radius:22px;
  background:rgba(255,255,255,.97);
  box-shadow:0 32px 100px rgba(31,18,48,.24);
  backdrop-filter:blur(18px);
}

.compare-drawer[hidden]{display:none}

.compare-drawer-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
}

.compare-selection{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.compare-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 11px;
  border-radius:999px;
  background:#eee7f8;
  color:#35136f;
  font-weight:850;
}

.compare-chip button{
  width:24px;
  height:24px;
  border:0;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
}

.compare-drawer-actions{
  display:flex;
  gap:9px;
}

.compare-dialog{
  width:min(1000px,calc(100% - 30px));
  padding:0;
  border:0;
  border-radius:25px;
  box-shadow:0 35px 120px rgba(15,8,28,.38);
}

.compare-dialog::backdrop{
  background:rgba(15,8,28,.68);
  backdrop-filter:blur(5px);
}

.compare-dialog-inner{
  padding:28px;
}

.compare-dialog-header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:start;
}

.compare-dialog h2{
  margin:0;
  font-size:34px;
}

.compare-dialog-close{
  width:42px;
  height:42px;
  border:1px solid rgba(91,44,160,.16);
  border-radius:50%;
  background:#fff;
  cursor:pointer;
}

.compare-table-wrapper{
  overflow-x:auto;
  margin-top:24px;
}

.compare-table{
  width:100%;
  min-width:700px;
  border-collapse:collapse;
}

.compare-table th,
.compare-table td{
  padding:16px;
  border-bottom:1px solid rgba(91,44,160,.13);
  text-align:left;
  vertical-align:top;
}

.compare-table thead th{
  background:#35136f;
  color:#fff;
}

.compare-table tbody th{
  color:#5b2ca0;
  width:190px;
}

.comparison-note{
  margin-top:18px;
  padding:17px;
  border-left:4px solid #5b2ca0;
  background:#eee7f8;
  color:#6f6878;
  line-height:1.65;
}

.product-method-section{
  background:#fff;
}

.product-method-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:72px;
  align-items:start;
}

.product-method-grid h2{
  margin:0;
  font-size:clamp(40px,4.7vw,66px);
  line-height:1.04;
  letter-spacing:-.05em;
}

.product-method-grid>div:first-child>p:not(.eyebrow){
  color:#6f6878;
  font-size:18px;
  line-height:1.8;
}

.method-steps{
  display:grid;
  gap:14px;
}

.method-step{
  display:flex;
  gap:18px;
  padding:22px;
  border:1px solid rgba(91,44,160,.14);
  border-radius:18px;
  background:#fff;
}

.method-step>span{
  color:#5b2ca0;
  font-weight:950;
}

.method-step h3{
  margin:0 0 6px;
  font-size:21px;
}

.method-step p{
  margin:0;
  color:#6f6878;
  line-height:1.65;
}

@media(max-width:1050px){
  .product-experience-hero .container,
  .product-method-grid{
    grid-template-columns:1fr;
  }

  .model-card-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .product-experience{padding-top:70px}
  .product-experience-hero .container{
    min-height:auto;
    padding-block:54px;
    gap:38px;
  }
  .product-experience-hero h1{
    font-size:clamp(44px,13vw,64px);
  }
  .selector-grid,
  .model-card-grid,
  .model-spec-grid{
    grid-template-columns:1fr;
  }
  .product-selector-panel{padding:22px}
  .models-premium-toolbar{display:block}
  .model-filter-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:14px;
  }
  .model-filter-button{width:100%}
  .model-card-actions{display:grid}
  .compare-drawer{
    left:10px;
    right:10px;
    bottom:10px;
  }
  .compare-drawer-grid{grid-template-columns:1fr}
  .compare-drawer-actions{display:grid}
}
