:root{
  --ypi-smc-primary:#09ae9e;
  --ypi-smc-primary-dark:#07877d;
  --ypi-smc-ink:#101828;
  --ypi-smc-muted:#667085;
  --ypi-smc-soft:#f5fbfa;
  --ypi-smc-line:#e6eeee;
  --ypi-smc-shadow:0 18px 55px rgba(16,24,40,.09);
  --ypi-smc-shadow-soft:0 10px 30px rgba(16,24,40,.07);
}

.ypi-smc-wrap,
.ypi-smc-wrap *{box-sizing:border-box}

.ypi-smc-wrap{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  font-family:Inter,Montserrat,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ypi-smc-ink);
  background:linear-gradient(180deg,#fbfdfd 0%,#f6f8f8 100%);
  overflow:clip;
}

.ypi-smc-wrap button,
.ypi-smc-wrap input,
.ypi-smc-wrap select,
.ypi-smc-wrap textarea{font:inherit}

.ypi-smc-wrap a{text-decoration:none}

.ypi-smc-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:7px 10px;
  border:1px solid rgba(9,174,158,.15);
  border-radius:999px;
  background:rgba(9,174,158,.08);
  color:#087b72;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.ypi-smc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:11px 16px;
  border:1px solid transparent;
  border-radius:12px;
  font-weight:800;
  font-size:14px;
  line-height:1;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease,opacity .18s ease;
}

.ypi-smc-btn:hover{transform:translateY(-1px)}
.ypi-smc-btn:disabled{opacity:.62;cursor:not-allowed;transform:none}
.ypi-smc-btn--lg{min-height:54px;padding:15px 22px;border-radius:999px}
.ypi-smc-btn--primary{background:linear-gradient(135deg,var(--ypi-smc-primary),#07877d);color:#fff;box-shadow:0 12px 26px rgba(9,174,158,.25)}
.ypi-smc-btn--primary:hover{box-shadow:0 18px 34px rgba(9,174,158,.30);color:#fff}
.ypi-smc-btn--secondary{background:#fff;color:#087b72;border-color:rgba(9,174,158,.22);box-shadow:0 8px 20px rgba(16,24,40,.05)}
.ypi-smc-btn--secondary:hover{border-color:rgba(9,174,158,.42);color:#087b72}
.ypi-smc-btn.is-active{background:#101828;color:#fff;border-color:#101828}

/* HERO */
.ypi-smc-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  isolation:isolate;
  background:
    radial-gradient(circle at 15% 25%,rgba(9,174,158,.09),transparent 28%),
    linear-gradient(112deg,#fff 0%,#fff 48%,#00877e 48.2%,#008f85 100%);
}

.ypi-smc-hero:before,
.ypi-smc-hero:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  z-index:-1;
}
.ypi-smc-hero:before{width:650px;height:650px;left:6%;top:13%;border:1px solid rgba(9,174,158,.10)}
.ypi-smc-hero:after{width:780px;height:780px;right:-190px;bottom:-210px;border:1px solid rgba(255,255,255,.14)}

.ypi-smc-hero__inner{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
  align-items:center;
  gap:54px;
  padding:76px 0 58px;
}

.ypi-smc-hero__copy{max-width:560px}
.ypi-smc-hero h1{
  margin:24px 0 18px;
  max-width:610px;
  color:#111827;
  font-size:clamp(46px,6vw,72px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:850;
}
.ypi-smc-hero h1 span{color:var(--ypi-smc-primary)}
.ypi-smc-hero h1 em{color:var(--ypi-smc-primary);font-style:normal}
.ypi-smc-hero__copy p{
  margin:0;
  max-width:510px;
  color:#667085;
  font-size:17px;
  line-height:1.7;
}
.ypi-smc-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin:38px 0 34px}
.ypi-smc-benefits{display:flex;gap:24px;flex-wrap:wrap}
.ypi-smc-benefit{display:flex;align-items:center;gap:9px;color:#344054;font-size:14px;font-weight:800}
.ypi-smc-benefit span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(9,174,158,.10);color:var(--ypi-smc-primary);font-weight:900}

.ypi-smc-hero__visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}
.ypi-smc-hero__score-card{
  position:absolute;
  right:10%;
  top:24px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:14px;
  min-width:220px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  background:rgba(255,255,255,.14);
  color:#fff;
  box-shadow:0 20px 45px rgba(0,75,70,.22);
  backdrop-filter:blur(18px);
}
.ypi-smc-hero__score-card strong{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;border:7px solid rgba(255,255,255,.45);font-size:20px;letter-spacing:-.04em}
.ypi-smc-hero__score-card span{font-size:14px;font-weight:800;line-height:1.35;text-transform:lowercase}

.ypi-smc-hero-wizard{
  width:min(600px,100%);
  margin-top:70px;
  border:1px solid rgba(255,255,255,.68);
  border-radius:12px;
  background:rgba(255,255,255,.96);
  box-shadow:0 30px 80px rgba(9,34,37,.24);
  padding:34px;
  transform:translateX(-4%);
}
.ypi-smc-hero-wizard__head{display:flex;justify-content:space-between;gap:18px;margin-bottom:20px}
.ypi-smc-hero-wizard__head span{display:block;margin-bottom:14px;color:#263b58;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
.ypi-smc-hero-wizard__head strong{display:block;font-size:20px;line-height:1.25;letter-spacing:-.02em}
.ypi-smc-hero-wizard__head small{color:#98a2b3;font-size:12px;font-weight:800;white-space:nowrap}
.ypi-smc-hero-wizard__progress{height:8px;margin:0 0 30px;border-radius:999px;background:#ecf1f0;overflow:hidden}
.ypi-smc-hero-wizard__progress span{display:block;width:33%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ypi-smc-primary),#07877d)}
.ypi-smc-hero-choice-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.ypi-smc-hero-choice{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:112px;
  padding:14px 10px;
  border:1px solid #e5ecec;
  border-radius:12px;
  background:#fff;
  color:#344054;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;
}
.ypi-smc-hero-choice:hover,
.ypi-smc-hero-choice.is-active{border-color:rgba(9,174,158,.62);box-shadow:0 12px 30px rgba(9,174,158,.10);color:#087b72;transform:translateY(-2px)}
.ypi-smc-hero-choice__icon{display:grid;place-items:center;width:34px;height:34px;font-size:24px;color:var(--ypi-smc-primary)}
.ypi-smc-hero-choice strong{font-size:12px;line-height:1.25;text-align:center;font-weight:850}
.ypi-smc-hero-wizard__foot{display:flex;align-items:center;gap:8px;margin-top:34px}
.ypi-smc-hero-wizard__foot > span{width:8px;height:8px;border-radius:50%;background:#d6e2e1}
.ypi-smc-hero-wizard__foot > span:first-child{background:var(--ypi-smc-primary)}
.ypi-smc-hero-wizard__foot button{margin-left:auto;border:0;border-radius:12px;background:linear-gradient(135deg,var(--ypi-smc-primary),#07877d);color:#fff;padding:13px 18px;font-weight:900;box-shadow:0 12px 25px rgba(9,174,158,.24)}

/* FILTER */
.ypi-smc-preferences{
  width:min(1120px,calc(100% - 40px));
  margin:22px auto 18px;
  position:sticky;
  top:12px;
  z-index:50;
}
.ypi-smc-filter-card{
  border:1px solid rgba(220,232,232,.92);
  border-radius:12px;
  background:rgba(255,255,255,.92);
  box-shadow:var(--ypi-smc-shadow-soft);
  backdrop-filter:blur(18px);
  padding:20px;
}
.ypi-smc-filter-card__top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:17px}
.ypi-smc-filter-card__top h2{margin:9px 0 4px;font-size:25px;line-height:1.2;letter-spacing:-.03em}
.ypi-smc-filter-card__top p{margin:0;color:#667085;font-size:13px;line-height:1.45}
.ypi-smc-filter-card__progress{display:flex;align-items:center;gap:12px;min-width:210px;padding:13px 14px;border:1px solid #e7eeee;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.05)}
.ypi-smc-filter-card__progress span{font-size:12px;color:#667085;font-weight:700}.ypi-smc-filter-card__progress strong{margin-left:auto;color:#087b72}
.ypi-smc-filterbar{display:grid;grid-template-columns:1fr 1fr 1.1fr 1.45fr auto auto;gap:12px;align-items:stretch}
.ypi-smc-field{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:62px;padding:10px 14px;border:1px solid #dde8e8;border-radius:12px;background:#fff;box-shadow:0 1px 0 rgba(16,24,40,.02);transition:border-color .18s ease,box-shadow .18s ease}
.ypi-smc-field:focus-within{border-color:rgba(9,174,158,.75);box-shadow:0 0 0 4px rgba(9,174,158,.11)}
.ypi-smc-field > span{display:block;margin-bottom:4px;color:#8a96a3;font-size:11px;line-height:1;font-weight:850;text-transform:uppercase;letter-spacing:.03em}
.ypi-smc-field input,
.ypi-smc-field select{
  width:100%;
  height:24px;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#172033;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
}
.ypi-smc-field input::placeholder{color:#172033;opacity:.72}
.ypi-smc-field select{appearance:none;-webkit-appearance:none;padding-right:18px;cursor:pointer}
.ypi-smc-field--select:after{content:"⌄";position:absolute;right:14px;bottom:14px;color:#98a2b3;font-weight:900;pointer-events:none}
.ypi-smc-field--location{z-index:3}
.ypi-smc-location-debug{display:none!important}
.ypi-smc-filterbar__submit{min-height:62px;border-radius:12px;white-space:nowrap;padding-inline:22px}
.ypi-smc-filterbar__reset{min-height:62px;border:0;background:transparent;color:#087b72;font-weight:800;cursor:pointer;padding:0 6px}

.ypi-smc-more-filters{position:relative;min-width:145px}
.ypi-smc-more-filters summary{
  min-height:62px;
  height:auto;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 17px;
  border:1px solid rgba(9,174,158,.22);
  border-radius:12px;
  background:#fff;
  color:#087b72;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(16,24,40,.04);
}
.ypi-smc-more-filters summary::-webkit-details-marker{display:none}
.ypi-smc-more-filters[open] summary{border-color:rgba(9,174,158,.55);box-shadow:0 0 0 4px rgba(9,174,158,.10)}
.ypi-smc-more-filters[open] summary i{transform:rotate(45deg)}
.ypi-smc-more-filters summary i{font-style:normal;transition:transform .18s ease}
.ypi-smc-more-filters__panel{
  position:absolute;
  right:0;
  top:calc(100% + 12px);
  width:min(760px,calc(100vw - 48px));
  max-height:min(72vh,760px);
  overflow:auto;
  padding:18px;
  border:1px solid #e2eeee;
  border-radius:12px;
  background:#fff;
  box-shadow:0 24px 75px rgba(16,24,40,.16);
  z-index:70;
}
.ypi-smc-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ypi-smc-more-grid__wide{grid-column:span 3}
.ypi-smc-feature-box{margin-top:15px;padding-top:15px;border-top:1px solid #edf2f2}
.ypi-smc-feature-box > strong{display:block;margin-bottom:11px;font-size:14px}
.ypi-smc-checks{display:flex;flex-wrap:wrap;gap:8px;max-height:210px;overflow:auto;padding-right:3px}
.ypi-smc-checks label{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 11px;border:1px solid #e2eaea;border-radius:999px;background:#f9fbfb;color:#344054;font-size:13px;font-weight:750;cursor:pointer}
.ypi-smc-checks input{width:auto;accent-color:var(--ypi-smc-primary)}
.ypi-smc-ai-box{margin-top:15px;padding:15px;border:1px solid rgba(9,174,158,.16);border-radius:12px;background:linear-gradient(180deg,#f7fcfb,#fff)}
.ypi-smc-ai-box__head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.ypi-smc-ai-box__head strong{display:block;font-size:14px}.ypi-smc-ai-box__head span{color:#667085;font-size:12px}.ypi-smc-ai-box__badge{height:max-content;padding:6px 9px;border-radius:999px;background:rgba(9,174,158,.10);color:#087b72;font-weight:900!important}
.ypi-smc-ai-box textarea{width:100%;resize:vertical;min-height:86px;border:1px solid #dfe8e8;border-radius:12px;padding:12px 13px;outline:0;color:#172033;background:#fff}.ypi-smc-ai-box textarea:focus{border-color:rgba(9,174,158,.7);box-shadow:0 0 0 4px rgba(9,174,158,.10)}
.ypi-smc-ai-box__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.ypi-smc-ai-box__actions .ypi-smc-btn{min-height:38px;padding:10px 12px;border-radius:12px;font-size:12px}
.ypi-smc-ai-box__result{margin-top:10px;padding:10px 12px;border-radius:12px;background:#ecfdf3;color:#067647;font-weight:800;font-size:13px}.ypi-smc-ai-box__result[data-state="error"]{background:#fff1f3;color:#b42318}
.ypi-smc-location-suggest{position:absolute;left:0;right:0;top:calc(100% + 8px);padding:6px;border:1px solid #e2eeee;border-radius:12px;background:#fff;box-shadow:0 18px 45px rgba(16,24,40,.14);z-index:80}.ypi-smc-location-suggest__item{display:block;width:100%;padding:10px 11px;border:0;border-radius:12px;background:transparent;text-align:left;cursor:pointer}.ypi-smc-location-suggest__item:hover{background:#f5fbfa}.ypi-smc-location-suggest__main{display:block;font-weight:850;color:#172033}.ypi-smc-location-suggest__sub{display:block;margin-top:2px;font-size:12px;color:#667085}

/* LOADER */
.ypi-smc-loader{width:min(1120px,calc(100% - 40px));margin:16px auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ypi-smc-skeleton-card{height:300px;border:1px solid #edf2f2;border-radius:12px;background:#fff;box-shadow:var(--ypi-smc-shadow-soft);padding:14px;overflow:hidden}.ypi-smc-skeleton-card span,.ypi-smc-skeleton-card i,.ypi-smc-skeleton-card b{display:block;border-radius:12px;background:linear-gradient(90deg,#edf2f2,#f8fbfb,#edf2f2);background-size:240% 100%;animation:ypi-smc-skeleton 1.25s linear infinite}.ypi-smc-skeleton-card span{height:160px}.ypi-smc-skeleton-card i{height:20px;margin-top:20px;width:70%}.ypi-smc-skeleton-card b{height:38px;margin-top:18px;width:100%}@keyframes ypi-smc-skeleton{to{background-position:-240% 0}}

/* RESULTS */
.ypi-smc-results-shell{width:min(1120px,calc(100% - 40px));margin:18px auto 0;padding-bottom:30px}.ypi-smc-results-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;padding:16px 18px;border:1px solid #e2eeee;border-radius:12px;background:#fff;box-shadow:var(--ypi-smc-shadow-soft)}.ypi-smc-results-bar__count{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.ypi-smc-results-bar__count > span{color:#667085;font-size:13px;font-weight:800}.ypi-smc-results-bar__count strong{font-size:22px;letter-spacing:-.03em}.ypi-smc-results-bar__count small{color:#98a2b3;font-weight:800}.ypi-smc-results-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ypi-smc-view-toggle{display:flex;padding:4px;border:1px solid #e4eeee;border-radius:12px;background:#f8fbfb}.ypi-smc-view-toggle__btn{width:38px;height:34px;border:0;border-radius:10px;background:transparent;color:#667085;font-weight:900;cursor:pointer}.ypi-smc-view-toggle__btn.is-active{background:#fff;color:#087b72;box-shadow:0 6px 15px rgba(16,24,40,.08)}.ypi-smc-sort{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px solid #e4eeee;border-radius:12px;background:#fff}.ypi-smc-sort span{color:#98a2b3;font-size:12px;font-weight:900;text-transform:uppercase}.ypi-smc-sort select{border:0;outline:0;background:transparent;color:#344054;font-weight:850;cursor:pointer}.ypi-smc-empty-filter{margin:0 0 14px;padding:13px 15px;border:1px solid #fed7aa;background:#fff7ed;border-radius:12px;color:#9a3412;font-weight:800}
.ypi-smc-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;padding:28px;border:1px solid #e4eeee;border-radius:12px;background:linear-gradient(135deg,#fff,#f7fcfb);box-shadow:var(--ypi-smc-shadow-soft)}.ypi-smc-intro h3{margin:12px 0 8px;font-size:28px;line-height:1.14;letter-spacing:-.035em}.ypi-smc-intro p{margin:0;color:#667085;line-height:1.65}.ypi-smc-intro__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ypi-smc-intro__steps div{min-height:150px;padding:16px;border:1px solid #e4eeee;border-radius:12px;background:#fff}.ypi-smc-intro__steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(9,174,158,.10);color:#087b72;font-weight:900}.ypi-smc-intro__steps strong{display:block;margin-top:14px}.ypi-smc-intro__steps small{display:block;margin-top:6px;color:#667085;line-height:1.35}
.ypi-smc-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ypi-smc-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e4eeee;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;animation:ypi-smc-card-in .34s ease both}.ypi-smc-card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(16,24,40,.12);border-color:rgba(9,174,158,.25)}@keyframes ypi-smc-card-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ypi-smc-card__image-link{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#eef5f4}.ypi-smc-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.ypi-smc-card:hover .ypi-smc-card__image{transform:scale(1.04)}.ypi-smc-score{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:linear-gradient(135deg,var(--ypi-smc-primary),#07877d);box-shadow:0 12px 24px rgba(9,174,158,.25);color:#fff;font-size:12px;font-weight:900}.ypi-smc-card__body{display:flex;flex:1;flex-direction:column;padding:16px}.ypi-smc-card__top h3{margin:0 0 10px;font-size:18px;line-height:1.32;letter-spacing:-.02em}.ypi-smc-card__top h3 a{color:#172033}.ypi-smc-price{display:block;margin-bottom:11px;color:#087b72;font-size:20px;font-weight:900;letter-spacing:-.025em}.ypi-smc-location{margin-bottom:10px;color:#667085;font-size:13px;line-height:1.45}.ypi-smc-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:12px}.ypi-smc-meta span{display:inline-flex;align-items:center;min-height:28px;padding:6px 9px;border-radius:999px;background:#f6f8f8;color:#475467;font-size:12px;font-weight:800}.ypi-smc-highlights{display:grid;gap:8px;margin:2px 0 14px}.ypi-smc-highlight{color:#087b72;font-size:13px;line-height:1.35;font-weight:800}.ypi-smc-compromises{display:grid;gap:6px;margin:-2px 0 14px}.ypi-smc-compromises span{font-size:12px;color:#9a3412;background:#fff7ed;border-radius:12px;padding:8px 10px}.ypi-smc-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.ypi-smc-actions .ypi-smc-btn{width:100%;min-height:43px;border-radius:12px}
[data-ypi-smc-view-mode="list"] .ypi-smc-cards{grid-template-columns:1fr}[data-ypi-smc-view-mode="list"] .ypi-smc-card{display:grid;grid-template-columns:310px minmax(0,1fr)}[data-ypi-smc-view-mode="list"] .ypi-smc-card__image-link{height:100%;aspect-ratio:auto}[data-ypi-smc-view-mode="list"] .ypi-smc-card__body{padding:20px}
.ypi-smc-load-more-wrap{display:flex;justify-content:center;width:min(1120px,calc(100% - 40px));margin:6px auto 42px}.ypi-smc-btn--loadmore{min-width:210px}.ypi-smc-compare-bar{position:sticky;bottom:18px;z-index:90;width:min(760px,calc(100% - 40px));margin:16px auto;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#111827;color:#fff;box-shadow:0 22px 60px rgba(0,0,0,.22)}.ypi-smc-compare-bar .ypi-smc-btn{box-shadow:none}.ypi-smc-modal{position:fixed;inset:0;z-index:9999}.ypi-smc-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.54);backdrop-filter:blur(4px)}.ypi-smc-modal__content{position:relative;width:min(1100px,92vw);max-height:85vh;overflow:auto;margin:5vh auto;background:#fff;border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.ypi-smc-modal__header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #eef2f6}.ypi-smc-modal__header h3{margin:0}.ypi-smc-modal__body{padding:20px}.ypi-smc-close{background:none;border:0;font-size:30px;line-height:1;cursor:pointer;color:#667085}.ypi-smc-compare-loading{padding:16px;border:1px solid #d8e6de;background:#f6fbf8;border-radius:12px;color:#087b72;font-weight:800}.ypi-smc-compare-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px}.ypi-smc-compare-summary__item{display:flex;gap:10px;align-items:center;padding:10px 12px;border:1px solid #e6ebf1;border-radius:12px;text-decoration:none;background:#fff;color:#101828}.ypi-smc-compare-summary__item img{width:56px;height:56px;object-fit:cover;border-radius:12px;flex:0 0 56px;background:#eef3f0}.ypi-smc-compare-summary__item span{font-weight:800;line-height:1.35}.ypi-smc-table-wrap{overflow:auto}.ypi-smc-table{width:100%;border-collapse:collapse}.ypi-smc-table th,.ypi-smc-table td{padding:12px 14px;border-bottom:1px solid #eef2f6;text-align:left;vertical-align:top}.ypi-smc-table th{background:#f8fafc;position:sticky;top:0}.ypi-smc-table a{text-decoration:none;color:#101828;font-weight:800}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media (max-width:1180px){.ypi-smc-hero__inner{grid-template-columns:1fr;gap:22px}.ypi-smc-hero{background:linear-gradient(180deg,#fff 0%,#fff 48%,#00877e 48.2%,#008f85 100%)}.ypi-smc-hero__copy{max-width:720px}.ypi-smc-hero-wizard{transform:none;margin-top:80px}.ypi-smc-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}.ypi-smc-filterbar__submit,.ypi-smc-filterbar__reset{min-height:54px}.ypi-smc-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.ypi-smc-loader{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:782px){.ypi-smc-wrap{width:100%;margin-left:0;margin-right:0}.ypi-smc-hero{min-height:auto}.ypi-smc-hero__inner{width:min(100% - 28px,640px);padding:42px 0 30px}.ypi-smc-hero h1{font-size:42px}.ypi-smc-hero__copy p{font-size:15px}.ypi-smc-hero__actions{margin:26px 0 22px}.ypi-smc-benefits{gap:12px}.ypi-smc-benefit{font-size:12px}.ypi-smc-hero__visual{min-height:auto}.ypi-smc-hero__score-card{display:none}.ypi-smc-hero-wizard{margin:28px 0 0;padding:18px;border-radius:12px}.ypi-smc-hero-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ypi-smc-hero-choice{min-height:90px}.ypi-smc-preferences{position:relative;top:auto;width:min(100% - 24px,640px);margin-top:14px}.ypi-smc-filter-card{padding:14px;border-radius:12px}.ypi-smc-filter-card__top{display:block}.ypi-smc-filter-card__progress{display:none}.ypi-smc-filterbar{grid-template-columns:1fr;gap:9px}.ypi-smc-field{min-height:56px;border-radius:12px}.ypi-smc-more-filters summary{min-height:54px}.ypi-smc-more-filters__panel{position:static;width:100%;max-height:none;margin-top:10px;border-radius:12px;box-shadow:0 12px 35px rgba(16,24,40,.10)}.ypi-smc-more-grid{grid-template-columns:1fr}.ypi-smc-more-grid__wide{grid-column:auto}.ypi-smc-filterbar__submit{width:100%}.ypi-smc-results-shell,.ypi-smc-loader,.ypi-smc-load-more-wrap{width:min(100% - 24px,640px)}.ypi-smc-results-bar{align-items:flex-start;flex-direction:column;border-radius:12px}.ypi-smc-results-tools{width:100%;justify-content:space-between}.ypi-smc-sort{flex:1;justify-content:space-between}.ypi-smc-intro{grid-template-columns:1fr;padding:20px;border-radius:12px}.ypi-smc-intro__steps{grid-template-columns:1fr}.ypi-smc-cards,.ypi-smc-loader{grid-template-columns:1fr}[data-ypi-smc-view-mode="list"] .ypi-smc-card{display:flex}.ypi-smc-compare-bar{width:min(100% - 24px,640px);bottom:12px;align-items:stretch;flex-direction:column}.ypi-smc-modal__content{width:calc(100% - 24px);border-radius:12px}}


/* MOBILE / TABLET PORTRAIT UX POLISH */
body.ypi-smc-more-filters-open{overflow:hidden}

@media (min-width:900px) and (max-width:1180px) and (orientation:landscape){
  .ypi-smc-hero{background:linear-gradient(98deg,#fff 0%,#fff 52%,#00877e 52.2%,#008f85 100%)}
  .ypi-smc-hero__inner{grid-template-columns:1.02fr .98fr;gap:34px}
  .ypi-smc-hero__visual{min-height:560px}
  .ypi-smc-hero__score-card{display:grid}
  .ypi-smc-hero-wizard{margin-top:0;transform:translateY(14px)}
  .ypi-smc-preferences{width:min(1120px,calc(100% - 32px))}
  .ypi-smc-filterbar{grid-template-columns:1fr 1fr 1.05fr 1.25fr auto auto}
  .ypi-smc-cards,.ypi-smc-loader{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:1024px) and (orientation:portrait){
  .ypi-smc-wrap{width:100%;margin-left:0;margin-right:0}
  .ypi-smc-hero{min-height:auto;background:linear-gradient(180deg,#fff 0%,#fff 58%,#f4fbfa 58.2%,#eff9f8 100%)}
  .ypi-smc-hero__inner{width:min(100% - 28px,820px);padding:34px 0 24px;gap:20px}
  .ypi-smc-hero h1{font-size:clamp(34px,6vw,52px);line-height:1.06}
  .ypi-smc-hero__copy p{max-width:58ch;font-size:15px}
  .ypi-smc-hero__actions{margin:22px 0 18px;gap:10px;flex-wrap:wrap}
  .ypi-smc-benefits{gap:10px;grid-template-columns:1fr}
  .ypi-smc-benefit{min-height:52px;border-radius:12px;font-size:13px}
  .ypi-smc-hero__visual{min-height:auto}
  .ypi-smc-hero__score-card{display:none}
  .ypi-smc-hero-wizard{transform:none;margin:8px 0 0;padding:16px;border-radius:12px}
  .ypi-smc-hero-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .ypi-smc-hero-choice{min-height:84px;border-radius:12px}
  .ypi-smc-hero-wizard__foot{margin-top:22px}
  .ypi-smc-preferences{position:relative;top:auto;width:min(100% - 24px,820px);margin-top:12px;z-index:20}
  .ypi-smc-filter-card{padding:14px;border-radius:12px;backdrop-filter:none}
  .ypi-smc-filter-card__top{display:block;margin-bottom:12px}
  .ypi-smc-filter-card__top h2{font-size:22px;margin:0 0 6px}
  .ypi-smc-filter-card__top p{font-size:13px}
  .ypi-smc-filter-card__progress{display:none}
  .ypi-smc-filterbar{grid-template-columns:1fr;gap:10px;align-items:start}
  .ypi-smc-field,.ypi-smc-more-filters summary{min-height:58px;border-radius:12px}
  .ypi-smc-more-filters{min-width:0;width:100%}
  .ypi-smc-more-filters summary{justify-content:space-between;padding-inline:16px}
  .ypi-smc-more-filters__panel{position:static;width:100%;max-height:none;margin-top:10px;border-radius:12px;box-shadow:0 12px 35px rgba(16,24,40,.10);padding:14px}
  .ypi-smc-more-grid{grid-template-columns:1fr;gap:10px}
  .ypi-smc-more-grid__wide{grid-column:auto}
  .ypi-smc-checks{gap:7px;max-height:none}
  .ypi-smc-checks label{width:100%;justify-content:flex-start;border-radius:12px;padding:10px 12px}
  .ypi-smc-ai-box{margin-top:12px;padding:13px;border-radius:12px}
  .ypi-smc-ai-box textarea{min-height:98px}
  .ypi-smc-filterbar__submit,.ypi-smc-filterbar__reset{width:100%;min-height:56px}
  .ypi-smc-results-shell,.ypi-smc-loader,.ypi-smc-load-more-wrap{width:min(100% - 24px,820px)}
  .ypi-smc-results-bar{align-items:flex-start;flex-direction:column;border-radius:12px;padding:14px 16px}
  .ypi-smc-results-tools{width:100%;justify-content:space-between}
  .ypi-smc-sort{flex:1;justify-content:space-between}
  .ypi-smc-intro{grid-template-columns:1fr;padding:18px;border-radius:12px}
  .ypi-smc-intro h3{font-size:24px}
  .ypi-smc-intro__steps{grid-template-columns:1fr 1fr}
  .ypi-smc-cards,.ypi-smc-loader{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ypi-smc-compare-bar{width:min(100% - 24px,820px);bottom:12px}
  .ypi-smc-modal__content{width:calc(100% - 32px);border-radius:12px}

  /* More filters as bottom sheet on phone / tablet portrait */
  .ypi-smc-more-filters[open]{
    position:fixed;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:14px;
    margin:0;
    background:rgba(15,23,42,.34);
    z-index:250;
  }
  .ypi-smc-more-filters[open] summary,
  .ypi-smc-more-filters[open] .ypi-smc-more-filters__panel{
    width:min(100%,820px);
    margin-left:auto;
    margin-right:auto;
  }
  .ypi-smc-more-filters[open] summary{
    min-height:54px;
    height:auto!important;
    flex:0 0 auto;
    border-radius:12px 18px 0 0;
    border-bottom-color:transparent;
    box-shadow:none;
  }
  .ypi-smc-more-filters[open] .ypi-smc-more-filters__panel{
    max-height:min(72vh,760px);
    overflow:auto;
    margin-top:0;
    border-radius:0 0 18px 18px;
    box-shadow:0 24px 60px rgba(16,24,40,.22);
  }
}

@media (max-width:767px){
  .ypi-smc-hero__inner{width:min(100% - 22px,640px);padding:28px 0 18px}
  .ypi-smc-hero h1{font-size:clamp(30px,9vw,42px)}
  .ypi-smc-hero-choice-grid,.ypi-smc-intro__steps,.ypi-smc-cards,.ypi-smc-loader{grid-template-columns:1fr}
  .ypi-smc-hero-choice{min-height:78px}
  .ypi-smc-results-tools{gap:8px}
  .ypi-smc-results-tools > *{width:100%}
  .ypi-smc-view-toggle{width:max-content}
  .ypi-smc-sort{width:100%}
  .ypi-smc-card{border-radius:12px}
  .ypi-smc-card__body{padding:14px}
  .ypi-smc-price{font-size:22px}
  .ypi-smc-actions{grid-template-columns:1fr}
  .ypi-smc-compare-bar{align-items:stretch;flex-direction:column}
  [data-ypi-smc-view-mode="list"] .ypi-smc-card{display:flex}
}


/* v0.4.25 - YPI.AE currency and compact UAE cards. */
.ypi-smc-price{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}
.ypi-smc-price .ypi-dirham-price{
  display:inline-flex;
  align-items:center;
  gap:5px;
  line-height:1;
  color:inherit;
}
.ypi-smc-price .ypi-dirham-symbol{
  display:inline-flex;
  width:.92em;
  height:.92em;
  min-width:.92em;
  transform:translateY(.02em);
  color:currentColor;
}
.ypi-smc-price .ypi-dirham-symbol svg{
  display:block;
  width:100%;
  height:100%;
  fill:currentColor;
}
.ypi-smc-price .ypi-dirham-price__text{line-height:1;}
.ypi-smc-price .ypi-dirham-price__sr{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.ypi-smc-price__period{
  font-size:12px;
  font-weight:800;
  color:var(--ypi-smc-muted);
  line-height:1;
  transform:translateY(.08em);
}
