
/* =========================================================
   V17.5 — QUICK COVERAGE CHECK + SMART STATE
   ========================================================= */

.v175-hero-verifier{
  width:min(100%,650px);
  margin-top:14px;
  padding:13px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
  border-radius:17px;
  background:linear-gradient(145deg,rgba(5,35,58,.78),rgba(2,16,28,.84));
  border:1px solid rgba(91,216,248,.15);
  box-shadow:inset 0 1px rgba(255,255,255,.045);
}
.v175-hero-verifier label{
  display:grid;
  grid-template-columns:auto minmax(165px,1fr);
  align-items:center;
  gap:8px;
  color:#a8becb;
  font-size:.68rem;
  font-weight:850;
}
.v175-hero-verifier select{
  width:100%;
  min-height:42px;
  padding:0 38px 0 12px;
  border-radius:11px;
  color:white;
  background:#041522;
  border:1px solid rgba(92,211,246,.17);
}
.v175-hero-verifier small{
  grid-column:1/-1;
  color:#728b9e;
  font-size:.60rem;
  line-height:1.4;
}
.v175-hero-verifier .v17-btn{
  min-height:42px;
  white-space:nowrap;
}
.v175-hero-verifier .v17-btn[aria-disabled="true"]{
  opacity:.5;
  pointer-events:none;
}
.v173-chip{display:none!important}

/* Review page */
.v175-review-page{
  min-height:100vh;
  padding:46px 0 80px;
}
.v175-review-wrap{
  width:min(940px,calc(100% - 28px));
  margin-inline:auto;
}
.v175-review-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-bottom:18px;
}
.v175-review-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:white;
  text-decoration:none;
}
.v175-review-brand img{
  width:42px;height:42px;border-radius:13px;
}
.v175-review-brand span{display:grid}
.v175-review-brand b{font-size:.76rem;letter-spacing:.05em}
.v175-review-brand small{color:#7f98aa;font-size:.56rem}
.v175-review-call{
  color:#94dfee;
  font-size:.70rem;
  font-weight:850;
}
.v175-review-card{
  position:relative;
  min-height:600px;
  padding:clamp(24px,5vw,52px);
  border-radius:32px;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 12%,rgba(35,185,241,.16),transparent 30%),
    radial-gradient(circle at 9% 85%,rgba(211,175,96,.08),transparent 26%),
    linear-gradient(150deg,rgba(7,35,58,.96),rgba(2,15,27,.97) 68%);
  border:1px solid rgba(93,215,247,.18);
  box-shadow:0 32px 100px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.055);
}
.v175-review-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle at 15% 24%,rgba(106,230,252,.19) 0 1px,transparent 1.6px),
    radial-gradient(circle at 78% 34%,rgba(210,177,103,.14) 0 1px,transparent 1.6px),
    radial-gradient(circle at 40% 78%,rgba(106,230,252,.11) 0 1px,transparent 1.6px);
  background-size:260px 230px,310px 270px,350px 310px;
  animation:v175ReviewDots 30s linear infinite;
  opacity:.5;
}
@keyframes v175ReviewDots{to{background-position:80px 50px,-70px 40px,50px -65px}}
.v175-review-inner{position:relative;z-index:2}
.v175-progress-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.v175-progress-head span{
  color:#72e7f8;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.08em;
}
.v175-progress-head b{
  color:#9db4c3;
  font-size:.66rem;
}
.v175-progress{
  height:8px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.055);
  margin-bottom:34px;
}
.v175-progress i{
  display:block;
  height:100%;
  width:0;
  border-radius:inherit;
  background:linear-gradient(90deg,#28d5d1,#50e1fb,#d7b46e);
  box-shadow:0 0 18px rgba(65,217,245,.25);
  transition:width .35s ease;
}
.v175-question{
  animation:v175QuestionIn .28s ease;
}
@keyframes v175QuestionIn{from{opacity:0;transform:translateY(8px)}}
.v175-question h1{
  max-width:760px;
  margin:10px 0 12px;
  font-size:clamp(2.35rem,5vw,4.8rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.v175-question>p{
  max-width:690px;
  margin:0 0 25px;
  color:#9db1c0;
  font-size:clamp(.91rem,1.3vw,1.04rem);
  line-height:1.65;
}
.v175-state-block{
  max-width:600px;
  padding:20px;
  border-radius:20px;
  background:rgba(3,21,35,.70);
  border:1px solid rgba(83,210,246,.12);
}
.v175-state-block label{
  display:grid;
  gap:8px;
  color:#d9e8ee;
  font-size:.82rem;
  font-weight:850;
}
.v175-state-block select{
  width:100%;
  min-height:56px;
  padding:0 15px;
  border-radius:14px;
  color:white;
  background:#041522;
  border:1px solid rgba(95,214,247,.18);
  font-size:1rem;
}
.v175-state-hint{
  display:flex;
  gap:8px;
  margin-top:10px;
  color:#7f99aa;
  font-size:.69rem;
  line-height:1.5;
}
.v175-option-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}
.v175-option{
  min-height:92px;
  padding:16px;
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:center;
  text-align:left;
  border-radius:17px;
  color:white;
  background:rgba(3,23,38,.67);
  border:1px solid rgba(92,207,243,.12);
  cursor:pointer;
  transition:transform .18s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.v175-option:hover,.v175-option:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(77,220,248,.34);
}
.v175-option.selected{
  border-color:rgba(69,227,245,.53);
  background:linear-gradient(145deg,rgba(10,91,126,.60),rgba(3,26,43,.78));
  box-shadow:0 16px 38px rgba(0,143,211,.13);
}
.v175-option i{
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:12px;
  background:rgba(60,202,239,.10);
  color:#78e8f8;
  font-style:normal;
  font-size:.72rem;
  font-weight:900;
}
.v175-option b,.v175-option small{display:block}
.v175-option b{font-size:.88rem}
.v175-option small{margin-top:4px;color:#829aaa;font-size:.68rem;line-height:1.35}
.v175-review-controls{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-top:30px;
}
.v175-control-group{display:flex;gap:8px;flex-wrap:wrap}
.v175-review-controls button,
.v175-review-controls a{
  min-height:46px;
  padding:0 16px;
  border-radius:12px;
  border:1px solid rgba(93,209,244,.13);
  background:rgba(5,36,59,.68);
  color:#c4d9e2;
  font-weight:850;
  font-size:.72rem;
  cursor:pointer;
  text-decoration:none;
}
.v175-review-controls .primary{
  border:0;
  color:white;
  background:linear-gradient(135deg,#1874e6,#08a9da);
  box-shadow:0 12px 30px rgba(0,126,231,.17);
}
.v175-review-controls .primary:disabled{
  opacity:.42;
  cursor:not-allowed;
  box-shadow:none;
}
.v175-review-controls .quiet{
  background:transparent;
  border-color:transparent;
  color:#788fa0;
}
.v175-review-summary{
  display:grid;
  gap:9px;
  margin:22px 0;
}
.v175-review-summary article{
  display:grid;
  grid-template-columns:135px 1fr;
  gap:12px;
  padding:13px 14px;
  border-radius:13px;
  background:rgba(2,17,29,.58);
  border:1px solid rgba(255,255,255,.05);
}
.v175-review-summary small{
  color:#6fdff0;
  font-size:.57rem;
  font-weight:900;
  letter-spacing:.08em;
}
.v175-review-summary b{
  color:#e6f3f7;
  font-size:.76rem;
}
.v175-note{
  display:grid;
  gap:7px;
  margin-top:18px;
  color:#b8cbd5;
  font-size:.75rem;
}
.v175-note textarea{
  width:100%;
  min-height:92px;
  resize:vertical;
  padding:13px;
  border-radius:13px;
  border:1px solid rgba(94,209,244,.13);
  background:#041522;
  color:white;
  font:inherit;
}
.v175-note small{color:#738b9d;line-height:1.5}
.v175-saved{
  display:flex;
  gap:9px;
  align-items:center;
  margin:13px 0 0;
  color:#9ee9dc;
  font-size:.69rem;
}
.v175-saved i{
  width:25px;height:25px;
  display:grid;place-items:center;
  border-radius:50%;
  color:#03221d;
  background:#49dfc7;
  font-style:normal;
  font-weight:900;
}
.v175-review-id{
  display:inline-flex;
  padding:7px 9px;
  border-radius:10px;
  background:rgba(211,175,96,.09);
  border:1px solid rgba(211,175,96,.14);
  color:#d2b87a;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:.66rem;
}

/* Schedule attachment */
.v175-attached-review{
  margin-bottom:18px;
  padding:20px;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(9,78,94,.25),rgba(3,22,37,.75));
  border:1px solid rgba(70,220,216,.18);
}
.v175-attached-review[hidden]{display:none!important}
.v175-attached-head{
  display:flex;
  justify-content:space-between;
  align-items:start;
  gap:14px;
}
.v175-attached-head span{
  display:flex;gap:9px;align-items:center;
}
.v175-attached-head i{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#47dfc8;
  color:#03221d;
  font-style:normal;
  font-weight:900;
}
.v175-attached-review h3{margin:0 0 4px;font-size:1.1rem}
.v175-attached-review p{margin:0;color:#87a0b0;font-size:.69rem}
.v175-attached-review a{color:#73e5f5;font-size:.67rem;font-weight:850}
.v175-attached-details{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:13px;
}
.v175-attached-details span{
  padding:7px 9px;
  border-radius:999px;
  color:#b7d4de;
  background:rgba(3,24,40,.58);
  border:1px solid rgba(255,255,255,.05);
  font-size:.61rem;
}
.v175-no-review{
  margin-bottom:18px;
  padding:14px 15px;
  border-radius:14px;
  color:#879dac;
  background:rgba(3,21,35,.54);
  border:1px solid rgba(255,255,255,.05);
  font-size:.69rem;
}
.v175-privacy-note{
  margin-top:12px;
  color:#728a9b;
  font-size:.63rem;
  line-height:1.5;
}

@media(max-width:820px){
  .v175-hero-verifier{
    margin-inline:auto;
  }
}
@media(max-width:680px){
  .v175-hero-verifier{grid-template-columns:1fr}
  .v175-hero-verifier label{grid-template-columns:1fr}
  .v175-hero-verifier .v17-btn{width:100%}
  .v175-option-grid{grid-template-columns:1fr}
  .v175-review-card{min-height:650px;padding:25px 18px;border-radius:24px}
  .v175-review-controls{align-items:stretch;flex-direction:column-reverse}
  .v175-control-group{display:grid;grid-template-columns:1fr 1fr}
  .v175-review-controls .primary{width:100%}
  .v175-review-summary article{grid-template-columns:1fr}
  .v175-review-top{align-items:flex-start}
  .v175-review-brand small{display:none}
}
@media(prefers-reduced-motion:reduce){
  .v175-review-card::before,.v175-question{animation:none!important}
}

.v175-review-content{position:relative;z-index:2}
.v175-review-content>.v175-review-inner{position:relative;z-index:2}

.v175-attached-left{display:flex;gap:9px;align-items:center}
.v175-attached-left i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#47dfc8;color:#03221d;font-style:normal;font-weight:900}
