/* HERO */
.hero{padding:52px 40px 44px;max-width:660px;margin:0 auto;text-align:center;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:var(--accent);margin-bottom:14px;}
.hero-eyebrow::before,.hero-eyebrow::after{content:"";display:block;width:20px;height:1px;background:var(--accent-m);}
h1{font-family:"Manrope",sans-serif;font-size:clamp(24px,4vw,38px);font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:10px;}
.hero-sub{font-size:15px;color:var(--text2);max-width:480px;margin:0 auto 16px;}
.pills{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;}
.pill{font-size:12px;font-weight:500;color:var(--text2);background:var(--white);border:1px solid var(--border);padding:4px 11px;border-radius:99px;display:inline-flex;align-items:center;gap:4px;}
.pdot{width:6px;height:6px;border-radius:50%;}

/* HERO BANNER IMAGE */
.hero-banner{width:100%;height:220px;background:linear-gradient(135deg,#0f2557 0%,#1a56db 40%,#2563eb 65%,#0891b2 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.hero-banner::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='220'%3E%3Crect x='480' y='60' width='260' height='140' rx='18' fill='%23ffffff' fill-opacity='0.06'/%3E%3Crect x='500' y='80' width='220' height='100' rx='12' fill='%23ffffff' fill-opacity='0.04'/%3E%3Cline x1='520' y1='105' x2='700' y2='105' stroke='%23ffffff' stroke-opacity='0.15' stroke-width='2'/%3E%3Cline x1='520' y1='120' x2='680' y2='120' stroke='%23ffffff' stroke-opacity='0.1' stroke-width='2'/%3E%3Cline x1='520' y1='135' x2='690' y2='135' stroke='%23ffffff' stroke-opacity='0.1' stroke-width='2'/%3E%3Ccircle cx='540' cy='105' r='6' fill='%234ade80' fill-opacity='0.8'/%3E%3Cpath d='M60 160 Q100 100 180 120 Q240 90 300 130 L300 180 L60 180Z' fill='%23ffffff' fill-opacity='0.04'/%3E%3Cellipse cx='180' cy='158' rx='90' ry='28' fill='%23ffffff' fill-opacity='0.06'/%3E%3Crect x='100' y='130' width='160' height='55' rx='12' fill='%23ffffff' fill-opacity='0.08'/%3E%3Ccircle cx='130' cy='185' r='18' fill='%23ffffff' fill-opacity='0.1'/%3E%3Ccircle cx='230' cy='185' r='18' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E") center/cover no-repeat;}
.hero-banner-inner{position:relative;z-index:1;text-align:center;padding:0 20px;}
.hero-banner-inner h2{font-family:"Manrope",sans-serif;font-size:clamp(18px,3vw,28px);font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:8px;}
.hero-banner-inner p{font-size:14px;color:rgba(255,255,255,.75);max-width:480px;margin:0 auto 16px;}
.banner-stats{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;}
.bstat{text-align:center;color:#fff;}
.bstat-val{font-family:"Manrope",sans-serif;font-size:22px;font-weight:800;line-height:1;}
.bstat-lbl{font-size:11px;color:rgba(255,255,255,.65);margin-top:2px;text-transform:uppercase;letter-spacing:.5px;}
.bstat-sep{width:1px;height:32px;background:rgba(255,255,255,.2);}

/* FORM */
.form-wrap{max-width:720px;margin:0 auto;padding:0 20px 48px;}
.form-card{background:var(--white);border:1px solid var(--border);border-radius:0px 0px 14px 14px;overflow:hidden;}
.form-section{padding:22px 26px;border-bottom:1px solid var(--border);}
.sec-lbl{font-size:12px;font-weight:600;color:var(--text2);margin-bottom:14px;line-height:1.4;}
.sec-lbl strong{color:var(--text);font-weight:700;}
.grid-3{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;}
.field{display:flex;flex-direction:column;gap:5px;}
.field label{font-size:12px;font-weight:500;color:var(--text2);}
input[type=number],select{font-family:"Inter",sans-serif;font-size:14px;color:var(--text);background:var(--white);border:1px solid var(--border2);border-radius:8px;padding:9px 12px;width:100%;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none;}
select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%239ca3af'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;padding-right:30px;cursor:pointer;}
input:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(26,86,219,.1);}
.form-cta{padding:18px 26px 22px;}
.cta-main{width:100%;padding:13px;background:var(--accent);color:#fff;border:none;border-radius:9px;font-family:"Inter",sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:7px;}
.cta-main:hover{background:var(--accent-h);box-shadow:0 4px 14px rgba(26,86,219,.25);transform:translateY(-1px);}
.cta-foot{display:flex;justify-content:center;gap:16px;margin-top:9px;flex-wrap:wrap;}
.cta-foot span{font-size:12px;color:var(--text3);}
.spin{display:none;width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;}
@keyframes spin{to{transform:rotate(360deg)}}

/* RESULTS */
.results{max-width:1100px;margin:0 auto;padding:0 20px 64px;display:none;}
.results.on{display:block;}

/* SUMMARY CARDS */
.sum-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;}
.sum-card{border-radius:12px;padding:16px 18px;position:relative;overflow:hidden;}
.sum-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:12px 12px 0 0;}
.sum-card.blue{background:#eff4ff;border:1px solid #c7d7fd;}.sum-card.blue::before{background:var(--accent);}
.sum-card.green{background:#edfaf4;border:1px solid #6ee7b7;}.sum-card.green::before{background:var(--green);}
.sum-card.gold{background:#fffbeb;border:1px solid #fcd34d;}.sum-card.gold::before{background:var(--gold);}
.sum-card.violet{background:#f5f3ff;border:1px solid #c4b5fd;}.sum-card.violet::before{background:var(--violet);}
.sc-icon{font-size:18px;margin-bottom:7px;display:block;}
.sc-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.sum-card.blue .sc-label{color:#3b5ddb;}.sum-card.green .sc-label{color:var(--green);}.sum-card.gold .sc-label{color:var(--gold);}.sum-card.violet .sc-label{color:var(--violet);}
.sc-val{font-family:"Manrope",sans-serif;font-weight:800;font-size:20px;line-height:1;margin-bottom:5px;}
.sum-card.blue .sc-val{color:var(--accent);}.sum-card.green .sc-val{color:var(--green);}.sum-card.gold .sc-val{color:var(--gold);}.sum-card.violet .sc-val{color:var(--violet);}
.sc-prov{font-size:11.5px;color:var(--text2);line-height:1.35;font-weight:500;}

/* TOOLBAR */
.toolbar{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap;}
.sort-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.sort-lbl{font-size:12px;color:var(--text2);font-weight:600;white-space:nowrap;}
.s-btn{font-family:"Inter",sans-serif;font-size:12px;font-weight:500;padding:5px 12px;border-radius:99px;border:1px solid var(--border);background:var(--white);color:var(--text2);cursor:pointer;transition:all .13s;white-space:nowrap;}
.s-btn.on{background:var(--text);color:#fff;border-color:var(--text);}
.s-btn:not(.on):hover{border-color:var(--border2);color:var(--text);}
.filter-wrap{position:relative;}
.filter-trigger{display:flex;align-items:center;gap:6px;font-family:"Inter",sans-serif;font-size:12px;font-weight:600;padding:5px 13px;border-radius:99px;border:1px solid var(--border);background:var(--white);color:var(--text2);cursor:pointer;transition:all .13s;white-space:nowrap;}
.filter-trigger:hover,.filter-trigger.open{border-color:var(--accent);color:var(--accent);background:var(--accent-l);}
.f-badge{background:var(--accent);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:99px;display:none;align-items:center;justify-content:center;}
.f-badge.show{display:inline-flex;}
.ft-chevron{transition:transform .2s;}
.filter-trigger.open .ft-chevron{transform:rotate(180deg);}
.filter-panel{display:none;position:absolute;top:calc(100% + 8px);left:0;z-index:50;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:16px;width:440px;box-shadow:0 8px 24px rgba(0,0,0,.1);}
.filter-panel.open{display:block;}
.fp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.fp-title{font-size:12px;font-weight:700;color:var(--text);}
.fp-reset{font-size:11.5px;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;font-family:"Inter",sans-serif;}
.fp-reset:hover{text-decoration:underline;}
.opts-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;}
.opt-item{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .13s,background .13s;user-select:none;}
.opt-item:hover{border-color:var(--border2);background:var(--bg);}
.opt-item.checked{border-color:var(--accent-m);background:var(--accent-l);}
.opt-item input[type=checkbox]{display:none;}
.opt-check{width:15px;height:15px;border:1.5px solid var(--border2);border-radius:4px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:all .13s;background:var(--white);}
.opt-item.checked .opt-check{background:var(--accent);border-color:var(--accent);}
.opt-check-inner{display:none;width:4px;height:7px;border:1.5px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px);}
.opt-item.checked .opt-check-inner{display:block;}
.opt-title{font-size:12.5px;font-weight:600;color:var(--text);line-height:1.2;}
.opt-desc{font-size:11px;color:var(--text2);margin-top:1px;line-height:1.3;}
.fp-note{margin-top:10px;padding:8px 10px;background:var(--gold-l);border:1px solid #fde68a;border-radius:6px;font-size:11.5px;color:var(--gold);display:none;}
.fp-note.show{display:block;}
.active-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px;}
.chip{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--accent);background:var(--accent-l);border:1px solid var(--accent-m);padding:3px 10px;border-radius:99px;}
.chip-rm{cursor:pointer;font-size:13px;line-height:1;opacity:.7;}
.chip-rm:hover{opacity:1;}

/* ===== DESKTOP TABLE ===== */
.t-wrap{background:transparent;border:none;border-radius:0;overflow:visible;padding:0;}
.t-wrap table{width:100%;border-collapse:separate;border-spacing:0 6px;}
.t-wrap thead tr{background:#1647c0;border:1px solid #1647c0;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.06);}
.t-wrap th{padding:11px 12px;text-align:left;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:#fff;white-space:nowrap;}
.t-wrap th:first-child{border-radius:10px 0 0 10px;}
.t-wrap th:last-child{border-radius:0 10px 10px 0;}
.t-wrap td{padding:12px 12px;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:middle;}
.t-wrap td:first-child{border-left:1px solid var(--border);border-radius:10px 0 0 10px;}
.t-wrap td:last-child{border-right:1px solid var(--border);border-radius:0 10px 10px 0;}
.t-wrap tr.rr{transition:box-shadow .15s;}
.t-wrap tr.rr:hover{filter:drop-shadow(0 3px 10px rgba(0,0,0,.08));}
.t-wrap tr.rr:hover td{background:#fafafa;}
.t-wrap tr.rr.best td{background:#f4f8ff;border-top:1px solid #c7d7fd;border-bottom:1px solid #c7d7fd;}
.t-wrap tr.rr.best td:first-child{border-left:2px solid var(--accent);border-top:1px solid #c7d7fd;border-bottom:1px solid #c7d7fd;border-radius:10px 0 0 10px;}
.t-wrap tr.rr.best td:last-child{border-right:1px solid #c7d7fd;}
.t-wrap tr.rr.hidden-f{display:none;}

.rank{font-family:"Manrope",sans-serif;font-weight:700;font-size:13px;color:var(--text4);text-align:center;}
.rank.r1{color:var(--accent);}
.prov-wrap{display:flex;align-items:center;gap:10px;}
.prov-ico{width:32px;height:32px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:"Manrope",sans-serif;font-size:10px;font-weight:800;flex-shrink:0;}
.prov-name{font-weight:600;font-size:15px;display:flex;align-items:center;gap:4px;flex-wrap:wrap;}
.prov-url{font-size:11px;color:var(--text3);margin-top:1px;}
.tag{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:700;padding:4px 11px;border-radius:7px;white-space:nowrap;}
.prov-tags{display:flex;gap:5px;margin-top:5px;flex-wrap:wrap;}
.tag-best{background:var(--accent-l);color:var(--accent);}
.tag-pop{background:var(--gold-l);color:var(--gold);}
.tag-fast{background:var(--green-l);color:var(--green);}
.delai-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--text);background:var(--bg);border:1px solid var(--border);padding:5px 10px;border-radius:7px;white-space:nowrap;}
.delai-badge.fast{background:var(--green-l);border-color:var(--green-m);color:var(--green);}
.srv-trigger-wrap{position:relative;}
.srv-trigger{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:600;padding:5px 11px;border-radius:99px;cursor:pointer;font-family:"Inter",sans-serif;white-space:nowrap;transition:background .13s;}
.srv-trigger:hover{background:var(--accent-m);}
.srv-trigger-ok{font-family:"Manrope",sans-serif;font-weight:800;}
.srv-arrow{font-size:10px;transition:transform .2s;}
.srv-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:200;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:8px;min-width:190px;}
.srv-popup-list{display:flex;flex-direction:column;gap:3px;}
.srv-pop-row{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;}
.srv-pop-row.ok{color:var(--green);background:#f0fdf4;}
.srv-pop-row.ko{color:var(--text3);background:#fafafa;text-decoration:line-through;opacity:.6;}
.fee-v{font-family:"Manrope",sans-serif;font-weight:700;font-size:15px;}
.fee-l{font-size:11px;color:var(--text3);margin-top:1px;}
.stars{color:#f59e0b;font-size:11px;}
.nv{font-weight:600;font-size:12.5px;}
.av{font-size:11px;color:var(--text3);}
.td-price-action{text-align:right;vertical-align:middle;}
.price-block{margin-bottom:10px;}
.price-v{font-family:"Manrope",sans-serif;font-weight:800;font-size:24px;white-space:nowrap;line-height:1.1;}
.price-v.cheap{color:var(--green);}
.price-detail{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:4px;flex-wrap:wrap;}
.price-taxes{font-size:11px;font-weight:700;color:var(--text2);}
.price-sep{font-size:11px;font-weight:700;color:var(--text2);}
.price-frais{font-size:11px;font-weight:700;color:var(--text2);}
.price-cta{display:flex;justify-content:flex-end;}
.price-b{display:none;}
.act-p{background:#f4f8ff;color:#1a56db;border:1px solid #1a56db;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s;}
.act-s{background:var(--white);color:var(--text2);border:1px solid var(--border);font-size:12px;padding:8px 16px;}
.act-btn{display:inline-flex;align-items:center;gap:4px;font-family:"Inter",sans-serif;font-size:12.5px;font-weight:600;padding:8px 14px;border-radius:7px;text-decoration:none;white-space:nowrap;transition:all .13s;border:none;cursor:pointer;}
.act-p{background:#f4f8ff;color:#1a56db;border:1px solid #1a56db;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s;}.act-p:hover{background:#1647c0;color:#fff;border:1px solid #1647c0;}
.act-s{background:var(--white);color:var(--text2);border:1px solid var(--border);}.act-s:hover{border-color:var(--border2);color:var(--text);}
.no-res{text-align:center;padding:36px 20px;color:var(--text2);font-size:13.5px;display:none;}
.no-res-reset{margin-top:8px;font-family:"Inter",sans-serif;font-size:13px;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;text-decoration:underline;}

/* ===== MOBILE CARDS (hidden on desktop) ===== */
.mobile-cards{display:none;}
.mob-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:22px;position:relative;}
.mob-card.best{border:1px solid #1a56db;background:#f4f8ff;}
.mob-card.hidden-f{display:none;}
.mob-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;}
.mob-prov{display:flex;align-items:center;gap:8px;}
.mob-rank{font-family:"Manrope",sans-serif;font-weight:800;font-size:13px;color:var(--text3);width:18px;text-align:center;}
.mob-rank.r1{color:var(--accent);}
.mob-price{text-align:right;}
.mob-price-v{font-family:"Manrope",sans-serif;font-weight:800;font-size:20px;color:var(--text);}
.mob-price-v.cheap{color:var(--green);}
.mob-price-b{font-size:10.5px;color:var(--text3);}
.mob-card-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;}
.mob-field{display:flex;flex-direction:column;gap:2px;}
.mob-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text3);}
.mob-value{font-size:13px;font-weight:600;color:var(--text);}
.mob-services{margin-bottom:12px;}
.mob-srv-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-top:4px;}
.mob-srv{display:flex;align-items:center;gap:4px;font-size:11px;}
.mob-srv.ok{color:var(--text);}
.mob-srv.ko{color:var(--text4);}
.mob-srv-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0;}
.mob-srv.ok .mob-srv-dot{background:var(--green);}
.mob-srv.ko .mob-srv-dot{background:var(--text4);}
.mob-tags{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:8px;}
.mob-cta{width:100%;}
.mob-cta a{display:block;text-align:center;padding:10px;border-radius:8px;font-family:"Inter",sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .13s;}
.mob-cta .act-p{background:#1a56db;color:#fff;border:1px solid #1a56db;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s;}
.mob-cta .act-s{display:block;background:#1a56db;color:#fff;border:1px solid #1a56db;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;text-align:center;transition:background .15s,color .15s;}

/* BREAKDOWN */
.bk{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin-top:14px;overflow:hidden;}
.bk-head{font-size:12.5px;font-weight:700;margin-bottom:11px;}
.bk-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;}
.bk-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;background:var(--bg);border:1px solid var(--border);border-radius:7px;}
.bk-lbl{font-size:12px;color:var(--text2);}
.bk-lbl small{display:block;font-size:10.5px;color:var(--text3);margin-top:1px;}
.bk-val{font-family:"Manrope",sans-serif;font-weight:700;font-size:13.5px;white-space:nowrap;}
.bk-tot{background:var(--accent-l);border-color:var(--accent-m);}
.bk-tot .bk-lbl{color:var(--accent);font-weight:600;}
.bk-tot .bk-val{color:var(--accent);}
.disc{font-size:11.5px;color:var(--text3);line-height:1.7;margin-top:20px;text-align:center;}

/* NEWS */
.news-section{max-width:1100px;margin:0 auto 64px;padding:0 20px;}
.news-head-row{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:6px;margin-bottom:4px;}
.news-title{font-family:"Manrope",sans-serif;font-size:27px;font-weight:800;letter-spacing:-.4px;text-align:center;margin:auto;margin-bottom:6px;}
.news-sub{font-size:12.5px;color:var(--text2);margin-bottom:16px;text-align:center;}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px;}
.news-card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:box-shadow .15s,transform .15s;cursor:pointer;}
.news-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-2px);}
.news-thumb{height:130px;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(135deg,var(--accent-l),var(--accent-m));}
.news-thumb.g2{background:linear-gradient(135deg,var(--green-l),var(--green-m));}
.news-thumb.g3{background:linear-gradient(135deg,var(--gold-l),var(--gold-m));}
.news-body{padding:14px 16px;}
.news-cat{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:6px;}
.news-card:nth-child(2) .news-cat{color:var(--green);}
.news-card:nth-child(3) .news-cat{color:var(--gold);}
.news-h{font-family:"Manrope",sans-serif;font-size:14px;font-weight:700;line-height:1.35;margin-bottom:6px;color:var(--text);}
.news-excerpt{font-size:12.5px;color:var(--text2);line-height:1.5;margin-bottom:10px;}
.news-date{font-size:11px;color:var(--text3);}
.news-more{display:flex;justify-content:center;}
.news-more-btn{display:inline-flex;align-items:center;gap:6px;font-family:"Inter",sans-serif;font-size:13px;font-weight:600;color:var(--accent);background:var(--accent-l);border:1px solid var(--accent-m);padding:9px 22px;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .15s;}
.news-more-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);}

/* PARTNERS */
.partners{max-width:1100px;margin:0 auto 48px;padding:0 20px;}
.p-slider-wrap{position:relative;overflow:hidden;}
.p-cards-grid{display:flex;gap:14px;transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform;}
.p-card2{flex:0 0 calc(25% - 11px);min-width:0;}
.p-card2{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s;}
.p-card2:hover{box-shadow:0 4px 18px rgba(0,0,0,.09);transform:translateY(-2px);}
.p-card2-logo{background:#fff;border-bottom:1px solid var(--border);padding:18px 16px;display:flex;align-items:center;justify-content:center;min-height:70px;}
.p-card2-logo img{max-height:36px;max-width:120px;object-fit:contain;display:block;}
.p-card2-logo .ini-fb{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:"Manrope",sans-serif;font-weight:800;font-size:12px;}
.p-card2-body{padding:12px 14px;flex:1;display:flex;flex-direction:column;gap:5px;}
.p-card2-name{font-weight:700;font-size:13.5px;color:var(--text);}
.p-card2-url{font-size:11.5px;color:var(--text3);}
.p-card2-stars{color:#f59e0b;font-size:12px;margin-top:2px;}
.p-card2-note{font-size:11.5px;color:var(--text2);margin-top:1px;}
.p-card2-footer{padding:10px 14px;border-top:1px solid var(--border);}
.p-card2-btn{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 0;background:var(--accent-l);color:var(--accent);border:1px solid var(--accent-m);border-radius:7px;font-size:12.5px;font-weight:600;text-decoration:none;transition:all .13s;}
.p-card2-btn:hover{background:var(--accent);color:#fff;}
.p-head-row{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:6px;margin-bottom:4px;}
.p-title{font-family:"Manrope",sans-serif;font-size:16px;font-weight:800;letter-spacing:-.3px;}
.p-sub{font-size:12.5px;color:var(--text2);margin-bottom:13px;}
.live-dot{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text3);}
.live-dot::before{content:"";width:7px;height:7px;background:#22c55e;border-radius:50%;display:block;animation:pulse 1.5s infinite;}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.p-wrap{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;}
.pt{width:100%;border-collapse:collapse;}
.pt thead tr{background:#fafafa;border-bottom:1px solid var(--border);}
.pt th{padding:10px 14px;text-align:left;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text3);white-space:nowrap;}
.pt td{padding:13px 14px;border-bottom:1px solid #f3f4f6;vertical-align:middle;font-size:13.5px;}
.pt tr:last-child td{border-bottom:none;}
.pt tr:hover td{background:#fafafa;}
.p-ico{width:32px;height:32px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:"Manrope",sans-serif;font-size:10px;font-weight:800;flex-shrink:0;}
.p-link{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;color:var(--accent);text-decoration:none;padding:6px 13px;border:1px solid var(--accent-m);border-radius:7px;background:var(--accent-l);transition:all .13s;}
.p-link:hover{background:var(--accent);color:#fff;border-color:var(--accent);}
.pfeat{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:500;padding:2px 7px;border-radius:4px;margin:2px;background:var(--green-l);color:var(--green);}

/* tip */
.tip{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:var(--border);color:var(--text3);font-size:9px;font-weight:700;cursor:help;position:relative;}
.tip:hover::after{content:attr(data-t);position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background:var(--text);color:#fff;font-size:11px;padding:4px 8px;border-radius:5px;white-space:nowrap;z-index:99;pointer-events:none;}

/* FOOTER */
footer{border-top:1px solid var(--border);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--text3);background:var(--white);}
footer a{color:var(--text3);text-decoration:none;}
footer a:hover{color:var(--text2);}
.f-links{display:flex;gap:16px;flex-wrap:wrap;}

/* row anim */
@keyframes fadeUp{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.rr,.mob-card{animation:fadeUp .25s ease both;}
.rr:nth-child(1),.mob-card:nth-child(1){animation-delay:.02s}
.rr:nth-child(2),.mob-card:nth-child(2){animation-delay:.05s}
.rr:nth-child(3),.mob-card:nth-child(3){animation-delay:.08s}
.rr:nth-child(4),.mob-card:nth-child(4){animation-delay:.11s}
.rr:nth-child(5),.mob-card:nth-child(5){animation-delay:.14s}
.rr:nth-child(6),.mob-card:nth-child(6){animation-delay:.17s}
.rr:nth-child(7),.mob-card:nth-child(7){animation-delay:.20s}
.rr:nth-child(8),.mob-card:nth-child(8){animation-delay:.23s}
.rr:nth-child(9),.mob-card:nth-child(9){animation-delay:.26s}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
  .sum-row{grid-template-columns:repeat(2,1fr);}
  .filter-panel{width:360px;}
}
@media(max-width:860px){
  header{padding:0 16px;height:58px;}
  nav{display:none;}
  .h-btn{display:none;}
  .mob-menu-btn{display:flex;}
  .news-grid{grid-template-columns:1fr 1fr;}
  .hero-banner{height:180px;}
  .hero{padding:32px 16px 28px;}
  .form-section{padding:16px;}
  .form-cta{padding:14px 16px 18px;}
  .grid-3{grid-template-columns:1fr 1fr;}
  /* hide desktop table, show mobile cards */
  .t-wrap table{display:none;}
  .mobile-cards{display:block;}
  .filter-panel{width:300px;}
  .opts-grid{grid-template-columns:1fr;}
  .pt th:nth-child(4),.pt td:nth-child(4){display:none;}
}
@media(max-width:600px){
  .sum-row{grid-template-columns:1fr 1fr;}
  .news-grid{grid-template-columns:1fr;}
  .grid-3{grid-template-columns:1fr;}
  .filter-panel{left:0;right:0;width:auto;}
  .filter-wrap{width:100%;}
  .toolbar{flex-direction:column;align-items:flex-start;}
  .sort-group{width:100%;}
  footer{padding:16px 20px;flex-direction:column;align-items:flex-start;}
  header{padding:0 16px;}
  .hero-banner{height:160px;}
  .bk-grid{grid-template-columns:1fr;}
  .mob-srv-grid{grid-template-columns:1fr;}
}
@media(max-width:420px){.p-cards-grid{grid-template-columns:1fr;}
  .sum-row{grid-template-columns:1fr;}
}

.prov-logo-circle{width:80px;height:80px;border-radius:15%;border:1.5px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;}
.prov-logo-circle img{width:70px;height:70px;object-fit:contain;display:block;}
.prov-logo-circle.sm{width:44px;height:44px;}
.prov-logo-circle.sm img{width:38px;height:38px;}

/* SEO SECTION */
.seo-section{max-width:1100px;margin:0 auto 52px;padding:0 20px;}
.seo-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.05);}
.seo-visual{position:relative;background:linear-gradient(145deg,#0f2557 0%,#1a56db 50%,#0891b2 100%);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:40px 36px;min-height:340px;overflow:hidden;}
.seo-visual::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='600' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='480' cy='60' r='160' fill='%23ffffff' fill-opacity='0.04'/%3E%3Ccircle cx='120' cy='340' r='120' fill='%23ffffff' fill-opacity='0.04'/%3E%3Crect x='60' y='80' width='200' height='130' rx='14' fill='%23ffffff' fill-opacity='0.07'/%3E%3Crect x='76' y='96' width='168' height='14' rx='4' fill='%23ffffff' fill-opacity='0.3'/%3E%3Crect x='76' y='118' width='120' height='8' rx='3' fill='%23ffffff' fill-opacity='0.15'/%3E%3Crect x='76' y='133' width='140' height='8' rx='3' fill='%23ffffff' fill-opacity='0.15'/%3E%3Crect x='76' y='148' width='100' height='8' rx='3' fill='%23ffffff' fill-opacity='0.15'/%3E%3Crect x='76' y='170' width='60' height='24' rx='6' fill='%234ade80' fill-opacity='0.7'/%3E%3Cpath d='M300 120 L460 120 L460 260 L300 260 Z' fill='none' stroke='%23ffffff' stroke-opacity='0.1' stroke-width='1'/%3E%3Ccircle cx='320' cy='140' r='10' fill='%23ffffff' fill-opacity='0.2'/%3E%3Ccircle cx='350' cy='140' r='10' fill='%23ffffff' fill-opacity='0.12'/%3E%3Crect x='310' y='165' width='130' height='8' rx='3' fill='%23ffffff' fill-opacity='0.15'/%3E%3Crect x='310' y='181' width='100' height='6' rx='3' fill='%23ffffff' fill-opacity='0.1'/%3E%3Crect x='310' y='194' width='115' height='6' rx='3' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E") center/cover no-repeat;}
.seo-visual-badge{position:relative;z-index:1;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:5px 14px;font-size:11.5px;font-weight:600;color:#fff;letter-spacing:.3px;margin-bottom:16px;}
.seo-visual-title{position:relative;z-index:1;font-family:"Manrope",sans-serif;font-size:clamp(20px,2.5vw,28px);font-weight:800;color:#fff;line-height:1.25;letter-spacing:-.4px;margin-bottom:12px;}
.seo-visual-title span{color:#7dd3fc;}
.seo-visual-sub{position:relative;z-index:1;font-size:13px;color:rgba(255,255,255,.7);line-height:1.55;max-width:280px;}
.seo-visual-stats{position:relative;z-index:1;display:flex;gap:20px;margin-top:24px;}
.seo-stat{text-align:left;}
.seo-stat-val{font-family:"Manrope",sans-serif;font-size:22px;font-weight:800;color:#fff;line-height:1;}
.seo-stat-lbl{font-size:11px;color:rgba(255,255,255,.6);margin-top:2px;}
.seo-content{padding:40px 40px;display:flex;flex-direction:column;justify-content:center;}
.seo-content h2{font-family:"Manrope",sans-serif;font-size:18px;font-weight:800;color:var(--text);letter-spacing:-.3px;margin-bottom:10px;}
.seo-content h3{font-family:"Manrope",sans-serif;font-size:14px;font-weight:700;color:var(--text);margin:20px 0 7px;}
.seo-content p{font-size:13.5px;color:var(--text2);line-height:1.7;}
.seo-content ul{margin:8px 0 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:5px;}
.seo-content ul li{font-size:13px;color:var(--text2);padding-left:18px;position:relative;line-height:1.5;}
.seo-content ul li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700;font-size:12px;}
.seo-content .seo-note{margin-top:20px;padding:12px 16px;background:var(--accent-l);border-left:3px solid var(--accent);border-radius:0 8px 8px 0;font-size:12.5px;color:var(--accent);line-height:1.55;}
@media(max-width:860px){.seo-inner{grid-template-columns:1fr;}.seo-visual{min-height:200px;padding:28px 24px;}.seo-content{padding:28px 24px;}}

.bk-info{background:var(--accent-l);border-color:var(--accent-m);}

.mob-price-bar{display:flex;align-items:center;justify-content:space-between;background:var(--accent-l);border:1px solid var(--accent-m);border-radius:10px;padding:10px 14px;margin-bottom:10px;}
.mob-price-lbl{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--accent);margin-bottom:2px;}
.mob-price-bar .mob-price-v{font-size:22px;}
.mob-price-bar .cheap{color:var(--green);}
.mob-tags-inline{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:10px;}


.p-slider-outer{position:relative;display:flex;align-items:center;gap:10px;}
.p-slider-wrap{overflow:hidden;flex:1;}
.p-arrow{width:36px;height:36px;border-radius:15%;border:1.5px solid var(--border);background:#fff;color:var(--text);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s;box-shadow:0 1px 4px rgba(0,0,0,.08);}
.p-arrow:hover{background:var(--accent);color:#fff;border-color:var(--accent);}
.p-arrow:disabled{opacity:.35;cursor:default;}
.p-arrow:disabled:hover{background:#fff;color:var(--text);border-color:var(--border);}
@media(max-width:1024px){.p-card2{flex:0 0 calc(50% - 7px);}}
@media(max-width:420px){.p-card2{flex:0 0 100%;}}


.p-card2-prov{display:flex;align-items:center;gap:10px;}
.p-card2-logo{display:none;}


.calc-accordion{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;}
.calc-acc-header{display:flex;align-items:center;gap:12px;padding:18px 26px;background:var(--accent-l);border-bottom:1px solid var(--accent-m);}

.calc-acc-icon{font-size:18px;}
.calc-acc-title{flex:1;font-family:"Manrope",sans-serif;font-size:15px;font-weight:700;color:var(--accent);}
.calc-acc-chevron{font-size:12px;color:var(--accent);transition:transform .3s;}
.calc-acc-chevron.closed{transform:rotate(180deg);}
.calc-acc-body-static{overflow:visible;}



.results-title{display:none;font-family:"Manrope",sans-serif;font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.4px;margin-bottom:18px;}
#results.on .results-title{display:block;}
/* Validation error state */
.field-error{
  outline: 2px solid #ef4444 !important;
  border-color: #ef4444 !important;
  border-radius: 8px;
  animation: shake .3s ease;
}
@keyframes shake{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-5px)}
  75%{transform:translateX(5px)}
}

/* Slider dots & arrows */
.p-dots{display:flex;justify-content:center;gap:7px;margin-top:14px;}
.p-dot{width:8px;height:8px;border-radius:50%;border:none;background:#d0d0d0;cursor:pointer;padding:0;transition:background .2s,transform .2s;}
.p-dot.active{background:var(--accent);transform:scale(1.25);}
/* Mobile: arrows visible, dots hidden */
@media(max-width:640px){
  .p-dots{display:none;}
}
/* Desktop/tablet: dots visible, arrows hidden */
@media(min-width:641px){
  .p-arrow{display:none;}
}

.unavail-badge{font-size:12px;font-weight:600;color:var(--text3);padding:6px 12px;background:#f1f5f9;border-radius:8px;display:inline-block;}

.news-more-btn{font-size:13px;font-weight:700;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:5px;padding:10px 22px;border:1.5px solid var(--accent);border-radius:20px;transition:background .15s,color .15s;}
.news-more-btn:hover{background:var(--accent);color:#fff;}


/* Prestataire indisponible */
.unavail{opacity:.45;filter:grayscale(1);pointer-events:none;}
.unavail .act-btn,.unavail .unavail-badge{pointer-events:none;}

@media(max-width:480px){.tag{font-size:11px;padding:3px 8px;}}

/* ── Mobile services accordion ───────────────────────── */
.mob-services-acc{border:1px solid var(--border);border-radius:8px;margin-bottom:10px;overflow:hidden;}
.mob-services-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:9px 14px;cursor:pointer;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text3);background:var(--bg);user-select:none;}
.mob-services-summary::-webkit-details-marker{display:none;}
.mob-services-summary::after{content:"＋";font-size:14px;color:var(--text3);transition:transform .2s;}
.mob-services-acc[open] .mob-services-summary::after{content:"－";}
.mob-srv-body{padding:10px 14px;}

@media(max-width:640px){.bk-grid{grid-template-columns:1fr;}}

.mob-cta .act-p:hover,.mob-cta .act-s:hover{color:#fff;opacity:.9;}

/* ── Mobile card — nouveau prix ─────────────────────────────── */

.mob-price-total{font-family:"Manrope",sans-serif;font-weight:800;font-size:26px;color:var(--text);line-height:1.1;}
.mob-price-total.cheap{color:var(--green);}
.mob-price-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text3);margin-top:2px;}




/* ── Tags superposés sur la bordure top de la carte ─────────── */
.mob-tags-top{position:absolute;top:-1px;left:0;right:0;display:flex;justify-content:center;gap:5px;transform:translateY(-50%);}
.mob-tags-top .tag{font-size:11px;padding:3px 9px;box-shadow:0 1px 4px rgba(0,0,0,.12);border-radius:50px;}
.mob-tags-top .tag-best{background:var(--accent);color:#fff;}
.mob-tags-top .tag-pop{background:#dd9a01;color:#fff;}
.mob-tags-top .tag-fast{background:#00c05b;color:#fff;}

/* ── Mobile price row ───────────────────────────────────────── */
.mob-price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0 10px;padding:10px 12px;background:var(--bg);border-radius:9px;}
.mob-price-details{display:flex;flex-direction:column;gap:4px;}
.mob-price-line{display:flex;gap:6px;align-items:center;white-space:nowrap;}
.mob-price-lbl2{font-size:11.5px;font-weight:500;color:var(--text3);}
.mob-price-val2{font-size:11.5px;font-weight:500;color:var(--text3);}
.mob-price-block{text-align:right;flex-shrink:0;}
.mob-price-total{font-family:"Manrope",sans-serif;font-weight:800;font-size:22px;color:var(--text);line-height:1.1;}
.mob-price-total.cheap{color:var(--green);}
.mob-price-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text3);margin-top:2px;}
