/* Carguru Sell Car 5-step flow - scoped to sell.php / sell-car.php only */
:root{
  --sell-yellow:#feb906;
  --sell-green:#15FC02;
  --sell-dark:#111827;
  --sell-red-start:#FD0141;
  --sell-red-end:#FD516D;
  --sell-border:#E5E7EB;
  --sell-border-strong:#D1D5DB;
  --sell-light:#F9FAFB;
  --sell-muted:#6B7280;
  --sell-body:#374151;
  --sell-pale:#9CA3AF;
  --sell-partial:#FED7AA;
  --sell-booked:#FCA5A5;
  --sell-shadow:0 4px 32px rgba(0,0,0,.10);
}
body.cg-sell-page{background:#fff;color:var(--sell-dark);font-family:'Roboto Flex',Inter,Arial,sans-serif;}
body.cg-sell-page .site-header{background:#fff;box-shadow:none;border-bottom:0;}
body.cg-sell-page .main-nav a.is-active{color:#DC2626;border-bottom:3px solid #FFBD00;}
body.cg-sell-page .cg-mobile-bottom-nav{display:none!important;}
.cg-sell,.cg-sell *{box-sizing:border-box;}
.cg-sell{background:var(--sell-yellow);min-height:calc(100vh - 84px);overflow:hidden;}
.cg-sell-hero{position:relative;background:var(--sell-yellow);padding:56px 24px 80px;min-height:850px;overflow:hidden;}
.cg-sell-hero-art{position:absolute;left:0;top:-4px;width:min(37vw,720px);max-width:720px;height:auto;z-index:1;pointer-events:none;user-select:none;}
.cg-sell-hero-inner{position:relative;z-index:2;max-width:1280px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;}
.cg-sell-title-block{text-align:center;margin:0 auto 38px;max-width:760px;width:100%;}
.cg-sell-title-block h1{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:clamp(26px,3.5vw,44px);line-height:1.2;letter-spacing:-.02em;color:var(--sell-dark);margin:0 0 16px;}
.cg-sell-title-block p{font-family:'Roboto Flex',Inter,sans-serif;font-weight:400;font-size:clamp(13px,1.6vw,15px);line-height:1.65;color:rgba(17,24,39,.8);max-width:520px;margin:0 auto;}
.cg-sell-confirmed-title{margin-bottom:48px;}
.cg-sell-confirmed-title h1{font-size:clamp(28px,4vw,46px);margin-bottom:18px;}
.cg-sell-steps{display:flex;align-items:flex-start;justify-content:center;width:min(520px,100%);margin:54px auto 0;position:relative;}
.cg-sell-step{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;}
.cg-sell-step:not(:last-child)::after{content:"";position:absolute;top:36px;left:calc(50% + 16px);right:calc(-50% + 16px);height:1px;min-width:80px;background:#fff;z-index:0;}
.cg-sell-step.is-done:not(:last-child)::after{background:var(--sell-dark);}
.cg-sell-step span{font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em;color:var(--sell-dark);margin:0 0 8px;white-space:nowrap;}
.cg-sell-step b{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:2px solid #fff;background:#fff;color:var(--sell-dark);font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:13px;line-height:1;}
.cg-sell-step.is-active b,.cg-sell-step.is-done b{background:var(--sell-dark);border-color:var(--sell-dark);color:#fff;}
.cg-sell-content-grid{display:grid;grid-template-columns:minmax(0,700px) 260px;gap:42px;align-items:start;justify-content:center;width:100%;}
.cg-sell-main-col{max-width:700px;width:100%;min-width:0;}
.cg-sell-accent-shell{position:relative;width:100%;}
.cg-sell-accent-shell::before{display:none;}
.cg-sell-step-panel[hidden],.cg-sell-confirmed-title[hidden]{display:none!important;}
.cg-sell-card{background:#fff;border-radius:12px;box-shadow:var(--sell-shadow);max-width:700px;width:100%;}
.cg-sell-step-panel>h2,.cg-sell-card>h2{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.25;text-transform:uppercase;letter-spacing:.04em;text-align:center;color:var(--sell-dark);margin:0 0 28px;}
.cg-sell-step-panel[data-sell-panel="1"],.cg-sell-condition-card,.cg-sell-appointment-card{padding:32px 36px 28px;}
/* Shared forms */
.cg-sell-form,.cg-sell-appointment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 16px;align-items:start;}
.cg-sell-form label,.cg-sell-appointment-form label{display:block;font-family:'Roboto Flex',Inter,sans-serif;font-weight:500;font-size:13px;line-height:1.25;color:var(--sell-body);}
.cg-sell-form input,.cg-sell-form select,.cg-sell-appointment-form input,.cg-sell-appointment-form select{width:100%;min-height:41px;border:1px solid var(--sell-border-strong);border-radius:6px;background:#fff;margin-top:6px;padding:10px 12px;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.25;color:var(--sell-body);outline:none;transition:border-color .16s ease,box-shadow .16s ease;}
.cg-sell-form select,.cg-sell-appointment-form select{appearance:none;padding-right:36px;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='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:14px 14px;}
.cg-sell-form input:focus,.cg-sell-form select:focus,.cg-sell-appointment-form input:focus,.cg-sell-appointment-form select:focus{border-color:var(--sell-dark);box-shadow:0 0 0 3px rgba(17,24,39,.08);}
.cg-sell-form input::placeholder,.cg-sell-appointment-form input::placeholder{color:var(--sell-muted);opacity:.75;}
.cg-sell-help-dot,.cg-sell-info-dot{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;background:var(--sell-dark);color:#fff;font-size:8px;font-weight:700;margin-left:5px;vertical-align:middle;}
.cg-sell-whatsapp-row{grid-column:1/-1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;font-size:13px!important;font-weight:400!important;color:var(--sell-body)!important;margin:2px 0 0;}
.cg-sell-whatsapp-row input{appearance:auto!important;accent-color:var(--sell-yellow);width:17px!important;height:17px!important;min-height:17px!important;margin:0!important;padding:0!important;}
.cg-sell-whatsapp-row img{width:18px;height:18px;display:inline-block;}
.cg-sell-whatsapp-row strong{font-weight:400;color:var(--sell-body);}
.cg-sell-primary-btn{grid-column:1/-1;display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;margin-top:8px;background:var(--sell-dark);color:#fff;border:0;border-radius:8px;padding:14px;font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:16px;letter-spacing:.06em;line-height:1;cursor:pointer;text-decoration:none;transition:background .16s ease,transform .16s ease;}
.cg-sell-primary-btn:hover{background:#374151;}
.cg-sell-primary-btn:active{transform:translateY(1px);}
.cg-sell-terms{grid-column:1/-1;text-align:center;font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;font-weight:300;line-height:1.6;color:var(--sell-pale);margin:0;}
.cg-sell-terms a{color:var(--sell-body);text-decoration:underline;text-underline-offset:2px;}
/* Promo card retained from PDF, aligned to the new sell-card scale */
.cg-sell-promo{background:#fff;border-radius:12px;box-shadow:0 22px 48px rgba(15,23,42,.16);overflow:hidden;width:260px;margin-top:96px;position:sticky;top:96px;transform:translateY(-8px);}
.cg-sell-promo-image{height:172px;position:relative;background:#111;overflow:hidden;}
.cg-sell-promo-image img{width:100%;height:100%;object-fit:cover;display:block;}
.cg-sell-promo-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.05));}
.cg-sell-promo-image strong{position:absolute;z-index:2;left:24px;bottom:28px;font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-size:18px;line-height:1.12;color:#fff;font-weight:700;letter-spacing:.02em;}
.cg-sell-promo-body{padding:24px 26px 22px;}
.cg-sell-promo-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;}
.cg-sell-promo-row h3{font-family:'Roboto Flex',Inter,sans-serif;font-size:10px;line-height:1.25;margin:0 0 10px;font-weight:800;color:#111;text-transform:uppercase;}
.cg-sell-promo-row p{font-family:'Roboto Flex',Inter,sans-serif;font-size:9px;line-height:1.45;margin:0;color:#111;font-weight:300;}
.cg-sell-promo-row strong{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-size:17px;font-weight:700;color:#111;white-space:nowrap;}
.cg-sell-promo-sep{height:2px;background:#111;margin:24px 0;opacity:.95;}
.cg-sell-promo small{display:block;font-family:'Roboto Flex',Inter,sans-serif;font-size:8px;line-height:1.3;margin-top:18px;color:#111;}
/* Shared summary cards */
.cg-sell-summary-card{position:relative;display:grid;grid-template-columns:160px 1px minmax(0,1fr);gap:0;align-items:center;padding:24px;min-height:126px;margin-top:20px;margin-bottom:0;}
.cg-sell-step-panel[data-sell-panel="4"] .cg-sell-summary-card:first-child,.cg-sell-final-card .cg-sell-summary-card:first-of-type{margin-top:0;}
.cg-sell-section-title{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:13px;line-height:1.16;text-align:right;text-transform:uppercase;letter-spacing:.02em;color:var(--sell-dark);padding-right:24px;}
.cg-sell-summary-divider{width:1px;height:100%;min-height:78px;background:var(--sell-border);}
.cg-sell-summary-copy{padding-left:24px;min-width:0;}
.cg-sell-summary-copy h3{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-size:15px;line-height:1.25;margin:0 0 6px;font-weight:700;text-transform:uppercase;color:var(--sell-dark);}
.cg-sell-summary-copy p,.cg-sell-summary-copy strong,.cg-sell-summary-copy small{display:block;margin:0 0 6px;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;line-height:1.45;color:var(--sell-body);}
.cg-sell-summary-copy strong{font-weight:600;color:var(--sell-dark);}
.cg-sell-summary-copy small{font-size:11px;font-weight:300;color:var(--sell-pale);}
.cg-sell-vbar{margin:0 8px;color:var(--sell-muted);font-weight:300;}
.cg-sell-edit-btn{position:absolute;top:20px;right:24px;border:0;background:transparent;padding:0;font-family:'Roboto Flex',Inter,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--sell-muted);display:inline-flex;align-items:center;gap:5px;cursor:pointer;}
.cg-sell-edit-btn svg{width:14px;height:14px;stroke:currentColor;}
/* Step 2 condition */
.cg-sell-condition-grid{display:flex;align-items:stretch;gap:16px;max-width:500px;margin:0 auto 24px;}
.cg-sell-condition-list{width:clamp(72px,22vw,110px);display:flex;flex-direction:column;gap:8px;flex-shrink:0;}
.cg-sell-condition-list button{width:100%;border:1px solid var(--sell-border-strong);background:#fff;border-radius:0;padding:10px;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;font-weight:400;color:var(--sell-body);cursor:pointer;transition:background .16s ease,border-color .16s ease,font-weight .16s ease;}
.cg-sell-condition-list button.is-active{background:var(--sell-yellow);border-color:var(--sell-yellow);font-weight:600;color:var(--sell-dark);}
.cg-sell-value-meter{flex:1;border:1px solid var(--sell-border);border-radius:8px;overflow:hidden;display:grid;grid-template-rows:repeat(4,1fr);min-height:184px;background:#fff;}
.cg-sell-value-meter>div{display:flex;align-items:center;justify-content:center;border-bottom:1px dashed var(--sell-border);background:#F9FAFB;}
.cg-sell-value-meter>div:nth-child(even){background:#F3F4F6;}
.cg-sell-value-meter>div:last-child{border-bottom:0;}
.cg-sell-value-meter>div.is-active{background:#FFF8DC;}
.cg-sell-value-meter span{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:600;font-size:18px;color:var(--sell-dark);}
.cg-sell-value-meter>div:not(.is-active) span{display:none;}
.cg-sell-value-meter.is-loading span,.cg-sell-value-meter.is-unavailable span{font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;font-weight:600;text-align:center;line-height:1.45;padding:0 12px;color:var(--sell-body);}
.cg-sell-note{text-align:center;font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;color:var(--sell-pale);font-weight:300;margin:12px 0 0;}
/* Step 3 appointment */
.cg-sell-appointment-form{gap:18px 16px;}
.cg-sell-location-field,.cg-sell-date-field,.cg-sell-wa-copy,.cg-sell-appointment-form .cg-sell-primary-btn,.cg-sell-assist{grid-column:1/-1;}
.cg-sell-appointment-form>.full-row,.cg-sell-notify-options{grid-column:1/-1;width:100%;}
.cg-sell-date-field{display:grid;grid-template-columns:1fr;gap:6px;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;font-weight:500;color:var(--sell-body);}
.cg-sell-date-picker{border:1px solid var(--sell-border);border-radius:6px;background:#fff;overflow:hidden;}
.cg-sell-picker-title{background:var(--sell-light);padding:10px 16px;border-bottom:1px solid var(--sell-border);text-align:center;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;font-weight:600;color:var(--sell-body);}
.cg-sell-picker-body{display:flex;background:#fff;}
.cg-sell-calendar{flex:1;min-width:0;padding:18px 16px 12px;background:#fff;}
.cg-sell-calendar h4{font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:13px;text-align:center;margin:0 0 12px;color:var(--sell-body);}
.cg-sell-weekdays,.cg-sell-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center;}
.cg-sell-weekdays span{font-family:'Roboto Flex',Inter,sans-serif;font-size:11px;font-weight:600;color:var(--sell-muted);padding:0 0 4px;}
.cg-sell-days button{border:0;background:transparent;border-radius:4px;padding:5px 2px;min-height:24px;font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;font-weight:400;color:var(--sell-body);cursor:pointer;}
.cg-sell-days button.is-selected{background:var(--sell-green);font-weight:700;color:var(--sell-dark);}
.cg-sell-days button.is-partial{background:var(--sell-partial);}
.cg-sell-days button.is-full{background:var(--sell-booked);cursor:not-allowed;}
.cg-sell-calendar-legend{display:flex;align-items:center;gap:14px;padding:10px 0 0;font-family:'Roboto Flex',Inter,sans-serif;font-size:11px;color:var(--sell-muted);}
.cg-sell-calendar-legend span{display:inline-flex;align-items:center;gap:5px;}
.cg-sell-calendar-legend i{width:10px;height:10px;border-radius:2px;background:var(--sell-partial);display:inline-block;}
.cg-sell-calendar-legend span:nth-child(2) i{background:var(--sell-booked);}
.cg-sell-slots{width:168px;flex:0 0 168px;border-left:1px solid var(--sell-border);background:#fff;padding:16px 0 12px;}
.cg-sell-slots h4{font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:11px;line-height:1.3;color:var(--sell-body);letter-spacing:.02em;margin:0 16px 10px;}
.cg-sell-slots p{font-family:'Roboto Flex',Inter,sans-serif;font-size:14px;font-weight:600;color:var(--sell-dark);margin:8px 16px 6px;}
.cg-sell-slots p:nth-of-type(2){border-top:1px solid var(--sell-border);padding-top:8px;margin-top:8px;}
.cg-sell-slots button{display:block;width:calc(100% - 32px);margin:0 16px 3px;border:0;background:transparent;text-align:left;padding:6px 14px;border-radius:0;font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;font-weight:400;color:var(--sell-body);cursor:pointer;position:relative;}
.cg-sell-slots button.is-selected{background:var(--sell-green);font-weight:600;color:var(--sell-dark);}
.cg-sell-slots button.is-selected::after{content:"✓";position:absolute;right:10px;top:50%;transform:translateY(-50%);font-weight:700;color:var(--sell-dark);}
.cg-sell-cal-hdivider{display:none;}
.cg-sell-wa-copy{text-align:center;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;line-height:1.6;color:var(--sell-body);margin:0;}
.cg-sell-wa-copy img{width:18px;height:18px;vertical-align:middle;margin:0 4px;}
.cg-sell-assist{text-align:center;font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;line-height:1.4;color:var(--sell-pale);margin:0;}
.cg-sell-assist a{color:var(--sell-yellow);text-decoration:underline;text-underline-offset:2px;font-weight:500;}
/* Step 4 review */
.cg-sell-appointment-summary dl{display:grid;grid-template-columns:72px 1fr;gap:6px 12px;margin:0;}
.cg-sell-appointment-summary dt,.cg-sell-appointment-summary dd{font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;line-height:1.35;margin:0;color:var(--sell-body);}
.cg-sell-appointment-summary dt{font-weight:700;}
.cg-sell-appointment-summary dd{font-weight:600;color:var(--sell-dark);}
.cg-sell-confirm-btn{grid-column:auto;width:auto;min-width:260px;padding:14px 60px;margin:28px auto 0;}
/* Step 5 confirmation */
.cg-sell-confirmed-panel{max-width:700px;margin:0 auto;width:100%;}
.cg-sell-final-card{padding:0 0 28px;box-shadow:var(--sell-shadow);overflow:hidden;}
.cg-sell-action-tools{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;padding:16px 28px 0;margin:0 0 20px;}
.cg-sell-action-tools a,.cg-sell-action-tools button{border:0;background:transparent;display:inline-flex;align-items:center;gap:5px;text-transform:uppercase;text-decoration:none;color:var(--sell-body);font-family:'Roboto Flex',Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.08em;cursor:pointer;padding:0;}
.cg-sell-action-tools svg{width:14px;height:14px;}
.cg-sell-final-card .cg-sell-summary-card{box-shadow:none;border-radius:0;margin:0 20px;padding:20px 0;min-height:0;border-top:1px solid var(--sell-border);}
.cg-sell-final-card .cg-sell-summary-card:first-of-type{border-top:0;}
.cg-sell-final-card .cg-sell-summary-divider{min-height:96px;}
.cg-sell-final-card .cg-sell-summary-copy h3{font-size:15px;}
.cg-sell-final-card .cg-sell-summary-copy [data-sell-value-review]{font-size:20px;}
.cg-sell-remember{border-top:1px solid var(--sell-border);margin:20px 20px 0;padding-top:18px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-family:'Roboto Flex',Inter,sans-serif;color:var(--sell-body);}
.cg-sell-remember span{font-size:13px;font-weight:400;margin-bottom:2px;}
.cg-sell-remember strong{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--sell-dark);}
.cg-sell-remember i{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--sell-yellow);font-style:normal;font-family:'Roboto Flex',Inter,sans-serif;font-size:11px;font-weight:700;color:var(--sell-dark);}
.cg-sell-remember small{font-weight:400;font-size:12px;color:var(--sell-body);}
/* Mobile + tablet */
@media (max-width:1100px){
  .cg-sell-hero-art{width:34vw;opacity:.9;}
  .cg-sell-content-grid{grid-template-columns:minmax(0,700px);gap:24px;}
  .cg-sell-promo{display:none;}
}
@media (max-width:599px){
  .cg-sell-hero{padding:40px 16px 56px;min-height:auto;}
  .cg-sell-hero-art{position:relative;display:block;width:calc(100% + 52px);max-width:560px;margin:-34px 0 -34px -42px;opacity:1;}
  .cg-sell-title-block{margin-bottom:28px;}
  .cg-sell-title-block h1{font-size:clamp(26px,8vw,34px);margin-bottom:12px;}
  .cg-sell-title-block p{font-size:13px;line-height:1.55;max-width:340px;}
  .cg-sell-steps{width:100%;max-width:360px;margin-top:42px;}
  .cg-sell-step:not(:last-child)::after{top:34px;left:calc(50% + 16px);right:calc(-50% + 16px);min-width:40px;}
  .cg-sell-step span{font-size:8px;letter-spacing:.06em;margin-bottom:9px;}
  .cg-sell-step b{width:28px;height:28px;font-size:12px;}
  .cg-sell-step-panel[data-sell-panel="1"],.cg-sell-condition-card,.cg-sell-appointment-card{padding:20px 16px;}
  .cg-sell-step-panel>h2,.cg-sell-card>h2{font-size:16px;margin-bottom:24px;}
  .cg-sell-form,.cg-sell-appointment-form{grid-template-columns:1fr;gap:14px;}
  .cg-sell-form label,.cg-sell-appointment-form label{font-size:13px;}
  .cg-sell-form input,.cg-sell-form select,.cg-sell-appointment-form input,.cg-sell-appointment-form select{min-height:40px;font-size:13px;}
  .cg-sell-whatsapp-row{font-size:12px!important;align-items:flex-start!important;}
  .cg-sell-primary-btn{min-height:48px;font-size:15px;margin-top:6px;}
  .cg-sell-terms{font-size:11px;}
  .cg-sell-summary-card{display:block;padding:20px 16px;min-height:0;margin-top:20px;}
  .cg-sell-section-title{font-size:13px;line-height:1.2;text-align:left;padding:0 82px 8px 0;border-bottom:1px solid var(--sell-border);}
  .cg-sell-summary-divider{display:none;}
  .cg-sell-summary-copy{padding:8px 0 0;}
  .cg-sell-summary-copy h3{font-size:14px;}
  .cg-sell-summary-copy p,.cg-sell-summary-copy strong,.cg-sell-summary-copy small{font-size:12px;}
  .cg-sell-edit-btn{top:20px;right:16px;font-size:10px;}
  .cg-sell-condition-grid{gap:10px;margin-bottom:22px;}
  .cg-sell-condition-list{width:clamp(72px,22vw,110px);gap:8px;}
  .cg-sell-condition-list button{font-size:12px;padding:9px 6px;}
  .cg-sell-value-meter{min-height:166px;}
  .cg-sell-value-meter span{font-size:13px;text-align:center;padding:0 6px;}
  .cg-sell-date-field{gap:7px;}
  .cg-sell-picker-body{display:block;}
  .cg-sell-calendar{padding:16px 14px 12px;}
  .cg-sell-weekdays,.cg-sell-days{gap:3px;}
  .cg-sell-days button{font-size:11px;min-height:23px;}
  .cg-sell-calendar-legend{padding:10px 0 2px;}
  .cg-sell-cal-hdivider{display:block;height:1px;background:var(--sell-border);margin:0 14px;}
  .cg-sell-slots{width:100%;border-left:0;padding:14px 0 12px;}
  .cg-sell-slots h4,.cg-sell-slots p{margin-left:14px;margin-right:14px;}
  .cg-sell-slots button{width:calc(100% - 28px);margin-left:14px;margin-right:14px;}
  .cg-sell-wa-copy{font-size:12px;}
  .cg-sell-confirm-btn{width:100%;min-width:0;padding:14px;margin-top:24px;}
  .cg-sell-final-card{padding:0 0 24px;}
  .cg-sell-action-tools{gap:12px;padding:16px 16px 0;margin-bottom:12px;}
  .cg-sell-action-tools a,.cg-sell-action-tools button{font-size:9px;}
  .cg-sell-final-card .cg-sell-summary-card{margin:0 16px;padding:18px 0;}
  .cg-sell-final-card .cg-sell-section-title{padding-right:0;}
  .cg-sell-final-card .cg-sell-summary-copy [data-sell-value-review]{font-size:18px;}
  .cg-sell-appointment-summary dl{grid-template-columns:66px 1fr;gap:6px 8px;}
  .cg-sell-appointment-summary dt,.cg-sell-appointment-summary dd{font-size:12px;}
  .cg-sell-remember{margin:18px 16px 0;padding-top:16px;gap:10px;}
  .cg-sell-remember strong{font-size:12px;}
}
@media print{
  body.cg-sell-page .site-header,body.cg-sell-page .site-footer,.cg-sell-hero-art,.cg-sell-promo,.cg-sell-title-block:not(.cg-sell-confirmed-title){display:none!important;}
  .cg-sell,.cg-sell-hero{background:#fff!important;min-height:0!important;padding:0!important;overflow:visible!important;}
  .cg-sell-hero-inner{padding:0!important;max-width:100%!important;}
  .cg-sell-content-grid{display:block!important;}
  .cg-sell-card{box-shadow:none!important;border:1px solid #ddd!important;}
}

/* v2.47.26 — Sell Car dynamic Car Make Admin cascade */
.cg-sell-form select:disabled{
  background:#F9FAFB;
  color:#9CA3AF;
  cursor:not-allowed;
}
.cg-sell-form input[name="mileage"]{
  -moz-appearance:textfield;
}
.cg-sell-form input[name="mileage"]::-webkit-outer-spin-button,
.cg-sell-form input[name="mileage"]::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

/* v2.47.34 — Sell Car inspection booking location/address/calendar integration */
.cg-sell-offsite-address{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  padding:2px 0 0;
}
.cg-sell-offsite-address[hidden]{display:none!important;}
.cg-sell-offsite-address .full-row{grid-column:1/-1;}
.cg-sell-address-ref-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:16px;
}

.cg-sell-calendar-pad{
  min-height:42px;
  display:block;
}
.cg-sell-days button{
  min-height:42px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
}
.cg-sell-days button strong{
  font-family:'Roboto Flex',Inter,sans-serif;
  font-size:13px;
  line-height:1;
  font-weight:700;
}
.cg-sell-days button small{
  font-family:'Roboto Flex',Inter,sans-serif;
  font-size:9px;
  line-height:1;
  font-weight:500;
  color:inherit;
  opacity:.78;
}
.cg-sell-days button.is-free{background:transparent;}
.cg-sell-days button.is-full,
.cg-sell-days button:disabled{
  opacity:.72;
  cursor:not-allowed;
}
.cg-sell-days button.is-full{background:var(--sell-booked);}
.cg-sell-days button.is-partial{background:var(--sell-partial);}
.cg-sell-days button.is-selected{background:var(--sell-green)!important;opacity:1;}
.cg-sell-slots button.is-full,
.cg-sell-slots button:disabled{
  color:#9CA3AF;
  cursor:not-allowed;
  text-decoration:line-through;
}
.cg-sell-no-slots{
  color:#9CA3AF!important;
  line-height:1.45!important;
}
.cg-sell-primary-btn:disabled{
  background:#9CA3AF;
  cursor:wait;
  transform:none;
}
.cg-toast-pop{
  position:fixed;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  z-index:99999;
  background:#111827;
  color:#fff;
  border-radius:10px;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  padding:12px 16px;
  display:flex;
  align-items:center;
  gap:14px;
  max-width:min(560px,calc(100vw - 32px));
  font-family:'Roboto Flex',Inter,sans-serif;
  font-size:13px;
  line-height:1.35;
}
.cg-toast-pop button{
  border:0;
  background:transparent;
  color:#fff;
  font-size:18px;
  cursor:pointer;
  line-height:1;
}

/* Sell Car local toast. This intentionally does not reuse the global .cg-toast-pop class, because
   some site-wide modal/toast rules can stretch that shared class into a large overlay. */
.cg-sell-toast-pop{
  position:fixed!important;
  right:20px!important;
  bottom:20px!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-height:none!important;
  max-width:min(520px,calc(100vw - 40px))!important;
  z-index:100000!important;
  background:#111827!important;
  color:#fff!important;
  border-radius:10px!important;
  box-shadow:0 12px 30px rgba(0,0,0,.22)!important;
  padding:12px 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  font-family:'Roboto Flex',Inter,sans-serif!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!important;
  text-align:left!important;
}
.cg-sell-toast-pop button{
  border:0!important;
  background:#FD0141!important;
  color:#fff!important;
  width:22px!important;
  height:22px!important;
  border-radius:50%!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:20px!important;
  cursor:pointer!important;
  flex:0 0 auto!important;
  padding:0!important;
}
@media (max-width:599px){
  .cg-sell-toast-pop{
    right:12px!important;
    bottom:14px!important;
    max-width:calc(100vw - 24px)!important;
    font-size:12px!important;
  }
}
@media (max-width:599px){
  .cg-sell-address-ref-grid{grid-template-columns:1fr;gap:14px;}
  .cg-sell-days button{min-height:38px;}
  .cg-toast-pop{bottom:18px;}
}

/* v2.47.40 — Attached Sell Page stylesheet application */
body.cg-sell-page{background:#fff;color:#111827;font-family:'Roboto Flex',Inter,Arial,sans-serif;}
.cg-sell{background:#feb906;min-height:100vh;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;}
.cg-sell-hero{
  flex:1 1 auto;
  background:#feb906 url('../sell-car-bg.jpg') no-repeat -288px -145px / 100% auto;
  padding:56px 24px 80px;
  min-height:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  overflow:visible;
}
.cg-sell-hero-art{display:none!important;}
.cg-sell-hero-inner{position:relative;z-index:2;width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;}
.cg-sell-title-block{padding-top:0;margin:0 auto 28px;max-width:760px;text-align:center;}
.cg-sell-title-block h1{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:clamp(26px,3.5vw,44px);line-height:1.2;letter-spacing:-.02em;color:#111827;margin:0 0 14px;}
.cg-sell-title-block p{font-family:'Roboto Flex',Inter,sans-serif;font-weight:400;font-size:clamp(13px,1.6vw,15px);line-height:1.65;color:rgba(17,24,39,.8);max-width:520px;margin:0 auto;}
.cg-sell-steps{padding-top:28px;margin:28px auto 0;align-self:center;width:min(520px,100%);}
.cg-sell-step span{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);margin:0;font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#111827;white-space:nowrap;}
.cg-sell-step b{width:32px;height:32px;border-radius:50%;border:2px solid #fff;background:#fff;color:#111827;font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:13px;}
.cg-sell-step.is-active b,.cg-sell-step.is-done b{background:#111827;border-color:#111827;color:#fff;}
.cg-sell-step:not(:last-child)::after{top:16px;height:1px;min-width:80px;background:#fff;}
.cg-sell-step.is-done:not(:last-child)::after{background:#111827;}

.cg-sell-content-grid.sell-step1-layout{position:relative;width:100%;max-width:700px;display:block;margin:0 auto;}
.cg-sell-main-col{width:100%;max-width:700px;margin:0 auto;}
.cg-sell-accent-shell{position:relative;width:100%;}
.cg-sell-card,
.cg-sell-step-panel[data-sell-panel="1"],
.cg-sell-condition-card,
.cg-sell-appointment-card{background:#fff;border-radius:12px;box-shadow:0 4px 32px rgba(0,0,0,.10);width:100%;max-width:700px;}
.cg-sell-step-panel[data-sell-panel="1"],.cg-sell-condition-card,.cg-sell-appointment-card{padding:32px 36px 28px;}
.cg-sell-step-panel>h2,.cg-sell-card>h2{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:16px;letter-spacing:.04em;text-transform:uppercase;color:#111827;text-align:center;margin:0 0 28px;line-height:1.25;}

.cg-sell-form,.cg-sell-appointment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.cg-sell-form label,.cg-sell-appointment-form label{font-family:'Roboto Flex',Inter,sans-serif;font-weight:500;font-size:13px;color:#374151;line-height:1.25;}
.cg-sell-form input,.cg-sell-form select,.cg-sell-appointment-form input,.cg-sell-appointment-form select{background:#fff;border:1px solid #D1D5DB;border-radius:6px;padding:10px 12px;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;font-weight:400;color:#374151;min-height:41px;}
.cg-sell-form select,.cg-sell-appointment-form select{padding:10px 36px 10px 12px;background-position:right 10px center;background-size:14px 14px;}
.cg-sell-whatsapp-row{margin-top:20px!important;}
.cg-sell-primary-btn{width:100%;margin-top:24px;background:#111827;color:#fff;font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:16px;letter-spacing:.06em;border:0;border-radius:8px;padding:14px;min-height:50px;}
.cg-sell-primary-btn:hover{background:#374151;}
.cg-sell-terms{font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:12px;color:#9CA3AF;text-align:center;line-height:1.6;}

/* Step 1 advertisement panel — absolute on desktop so the form remains perfectly centred */
.cg-sell .cg-sell-promo{display:none!important;}
.cg-sell[data-sell-step="1"] .cg-sell-promo,
.cg-sell[data-sell-step="1"] .sell-ad-panel{
  display:block!important;
  position:absolute;
  left:calc(100% + 32px);
  top:50%;
  transform:translateY(-50%);
  width:260px;
  margin:0;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 22px 48px rgba(15,23,42,.16);
  z-index:3;
}
.cg-sell-promo-image,.sell-ad-img-wrap{position:relative;width:100%;height:172px;overflow:hidden;background:#111;}
.cg-sell-promo-image img,.sell-ad-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:left center;display:block;}
.cg-sell-promo-image::after,.sell-ad-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.08) 0%,rgba(0,0,0,.52) 100%);}
.cg-sell-promo-image strong,.sell-ad-overlay-text{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:17px;line-height:1.35;color:#fff;letter-spacing:.01em;text-shadow:0 1px 6px rgba(0,0,0,.4);}
.cg-sell-promo-body,.sell-ad-content{padding:14px 14px 12px;}
.cg-sell-promo-row,.sell-ad-item{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;}
.cg-sell-promo-row h3,.sell-ad-title{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:10px;line-height:1.25;text-transform:uppercase;letter-spacing:.05em;color:#111827;margin:0 0 6px;}
.cg-sell-promo-row p,.sell-ad-desc{font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:11px;line-height:1.55;color:#374151;margin:0;}
.cg-sell-promo-row strong,.sell-ad-price{font-family:'Roboto Flex',Inter,sans-serif;font-weight:400;font-size:11px;color:#111827;white-space:nowrap;align-self:flex-end;}
.cg-sell-promo-row strong{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-size:22px;font-weight:700;line-height:1;}
.cg-sell-promo-sep,.sell-ad-divider{border-top:1px solid #E5E7EB;height:0;background:transparent;margin:12px 0;}
.cg-sell-promo small,.sell-ad-fine{font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:10px;color:#9CA3AF;line-height:1.35;margin:10px 0 0;}

/* Step 2 */
.cg-sell-condition-grid{display:flex;gap:12px;align-items:stretch;max-width:500px;margin:0 auto 24px;}
.cg-sell-condition-list{width:clamp(72px,22vw,110px);display:flex;flex-direction:column;gap:8px;}
.cg-sell-condition-list button{border-radius:0;padding:10px;font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;font-weight:400;color:#111827;background:#fff;border:1px solid #D1D5DB;}
.cg-sell-condition-list button.is-active{background:#feb906;border-color:#feb906;font-weight:600;}
.cg-sell-value-meter{flex:1;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;display:grid;grid-template-rows:repeat(4,1fr);min-height:184px;background:#fff;}
.cg-sell-value-meter>div{background:#F9FAFB;border-bottom:1px dashed #E5E7EB;}
.cg-sell-value-meter>div:nth-child(even){background:#F3F4F6;}
.cg-sell-value-meter>div.is-active{background:#FFF8DC;}
.cg-sell-value-meter span{font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:600;font-size:18px;color:#111827;}
.cg-sell-note{font-family:'Roboto Flex',Inter,sans-serif;font-weight:300;font-size:12px;color:#9CA3AF;text-align:center;}

/* Summary cards */
.cg-sell-summary-card{display:flex;align-items:stretch;position:relative;background:#fff;border-radius:12px;box-shadow:0 4px 32px rgba(0,0,0,.10);padding:0;min-height:126px;margin-top:20px;overflow:hidden;}
.cg-sell-section-title{min-width:160px;width:160px;padding:20px 16px 20px 24px;background:#F9FAFB;display:flex;align-items:center;justify-content:flex-end;text-align:right;font-family:'Lexend Deca','Gabarito',Inter,sans-serif;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.02em;color:#111827;line-height:1.18;}
.cg-sell-summary-divider{display:block;width:1px;min-height:auto;background:#E5E7EB;flex:0 0 1px;}
.cg-sell-summary-copy{flex:1;min-width:0;padding:20px 24px 20px 20px;}
.cg-sell-edit-btn{top:20px;right:24px;font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#6B7280;}
.cg-sell-final-card{padding:0 0 28px;max-width:700px;}
.cg-sell-final-card .cg-sell-summary-card{box-shadow:none;border-radius:0;margin:0 20px;padding:0;min-height:0;border-top:1px solid #E5E7EB;overflow:visible;}
.cg-sell-final-card .cg-sell-summary-card:first-of-type{border-top:0;}
.cg-sell-final-card .cg-sell-section-title{background:#fff;}
.cg-sell-action-tools{display:flex;justify-content:center;gap:24px;align-items:center;padding:16px 28px 0;margin-bottom:20px;}
.cg-sell-action-tools a,.cg-sell-action-tools button{font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#374151;}
.cg-sell-remember{border-top:1px solid #E5E7EB;margin:20px 20px 0;padding-top:18px;display:flex;flex-direction:column;gap:10px;align-items:flex-start;}

/* Step 3 */
.cg-sell-date-picker{border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;background:#fff;}
.cg-sell-picker-title{background:#F9FAFB;padding:10px 16px;border-bottom:1px solid #E5E7EB;font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:13px;color:#374151;text-align:center;}
.cg-sell-picker-body{display:flex;background:#fff;}
.cg-sell-calendar{flex:1;min-width:0;padding:18px 16px 12px;}
.cg-sell-weekdays span{font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:11px;color:#6B7280;}
.cg-sell-days button{font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;color:#374151;border-radius:4px;padding:5px 2px;}
.cg-sell-days button.is-selected{background:#15FC02!important;font-weight:700;color:#111827;}
.cg-sell-days button.is-partial{background:#FED7AA;}
.cg-sell-days button.is-full{background:#FCA5A5;}
.cg-sell-slots{width:168px;flex:0 0 168px;border-left:1px solid #E5E7EB;background:#fff;padding:16px 0 12px;}
.cg-sell-slots h4{font-family:'Roboto Flex',Inter,sans-serif;font-weight:600;font-size:11px;color:#374151;}
.cg-sell-slots p{font-family:'Roboto Flex',Inter,sans-serif;font-size:14px;font-weight:600;color:#111827;}
.cg-sell-slots button{font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;color:#374151;padding:6px 14px;margin:0 16px 3px;background:#F3F4F6;border-radius:0;}
.cg-sell-slots button.is-selected{background:#feb906!important;font-weight:600;color:#111827;}
.cg-sell-calendar-legend{font-family:'Roboto Flex',Inter,sans-serif;font-size:11px;color:#6B7280;}
.cg-sell-wa-copy{font-family:'Roboto Flex',Inter,sans-serif;font-size:13px;color:#374151;text-align:center;line-height:1.6;}
.cg-sell-assist{font-family:'Roboto Flex',Inter,sans-serif;font-size:12px;color:#9CA3AF;text-align:center;}
.cg-sell-assist a{color:#feb906;text-decoration:underline;font-weight:500;}


@media (max-width:1180px) and (min-width:901px){
  .cg-sell[data-sell-step="1"] .cg-sell-promo,
  .cg-sell[data-sell-step="1"] .sell-ad-panel{left:calc(100% + 18px);width:240px;}
  .cg-sell-promo-image,.sell-ad-img-wrap{height:160px;}
}

@media (max-width:900px){
  .cg-sell-hero{padding:40px 24px 64px;background-position:left top;background-size:auto 300px;}
  .cg-sell-content-grid.sell-step1-layout{max-width:700px;}
  .cg-sell-form,.cg-sell-appointment-form{grid-template-columns:1fr;}
  .cg-sell[data-sell-step="1"] .cg-sell-promo,
  .cg-sell[data-sell-step="1"] .sell-ad-panel{position:static;transform:none;width:100%;margin-top:24px;display:flex!important;flex-direction:row;border-radius:12px;}
  .cg-sell-promo-image,.sell-ad-img-wrap{width:48%;height:auto;min-height:148px;flex-shrink:0;}
  .cg-sell-promo-image img,.sell-ad-img-wrap img{height:100%;min-height:148px;}
  .cg-sell-promo-image strong,.sell-ad-overlay-text{font-size:11px;line-height:1.35;}
  .cg-sell-promo-body,.sell-ad-content{flex:1;padding:12px 14px 10px;}
  .cg-sell-condition-grid{gap:10px;}
  .cg-sell-condition-list{width:clamp(72px,22vw,110px);}
  .cg-sell-picker-body{display:block;}
  .cg-sell-cal-hdivider{display:block;height:1px;background:#E5E7EB;margin:0 14px;}
  .cg-sell-slots{width:100%;flex:auto;border-left:0;padding:14px 0 12px;}
}
@media (max-width:640px){
  .cg-sell-hero{padding:36px 16px 56px;}
  .cg-sell-step-panel[data-sell-panel="1"],.cg-sell-condition-card,.cg-sell-appointment-card{padding:20px 16px;}
  .cg-sell-summary-card{display:block;padding:20px 16px;overflow:visible;}
  .cg-sell-section-title{min-width:0;width:100%;padding:0 84px 8px 0;background:#fff;justify-content:flex-start;text-align:left;border-bottom:1px solid #E5E7EB;}
  .cg-sell-summary-divider{display:none;}
  .cg-sell-summary-copy{padding:8px 0 0;}
  .cg-sell-final-card .cg-sell-summary-card{margin:0 16px;padding:18px 0;}
  .cg-sell-action-tools{gap:12px;padding:16px 16px 0;}
  .cg-sell-action-tools a,.cg-sell-action-tools button{font-size:9px;}
  .cg-sell-address-ref-grid{grid-template-columns:1fr;}
  .cg-sell[data-sell-step="1"] .sell-ad-panel{display:flex!important;}
}

/* v2.47.41 — attached Sell page assets integration */
.cg-sell-whatsapp-row img,
.cg-sell-wa-copy img{
  width:18px!important;
  height:18px!important;
  object-fit:contain!important;
  display:inline-block!important;
}
.cg-sell-action-tools img,
.cg-sell-action-icon{
  width:14px!important;
  height:14px!important;
  object-fit:contain!important;
  display:inline-block!important;
  flex:0 0 14px!important;
}
.cg-sell-promo-image img,
.sell-ad-img-wrap img{
  object-fit:cover!important;
  object-position:left center!important;
}
.cg-sell-promo-row strong.sell-ad-price,
.sell-ad-price{
  font-family:'Roboto Flex',Inter,sans-serif!important;
  font-weight:400!important;
  font-size:11px!important;
  color:#111827!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.cg-sell-promo-row strong.sell-ad-price span,
.sell-ad-price span{
  font-family:'Lexend Deca','Gabarito',Inter,sans-serif!important;
  font-size:22px!important;
  font-weight:700!important;
  color:#111827!important;
}

/* v2.47.45 — Sell Car payment verification confirmation state */
.cg-sell-confirmed-title-pending_verification h1,
.cg-sell-confirmed-title-pending_payment h1{font-size:clamp(26px,3.7vw,42px);}
.cg-sell-confirmation-status-banner{margin:0 20px 16px;padding:14px 16px;border-radius:10px;border:1px solid #F59E0B;background:#FFFBEB;color:#111827;font-family:'Roboto Flex',Inter,sans-serif;line-height:1.45;}
.cg-sell-confirmation-status-banner strong{display:block;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;}
.cg-sell-confirmation-status-banner span{display:block;font-weight:300;font-size:13px;color:#374151;}
.cg-sell-confirmation-status-pending_payment{border-color:#DC2626;background:#FEF2F2;}
@media(max-width:640px){.cg-sell-confirmation-status-banner{margin:0 16px 14px;padding:12px 14px}.cg-sell-confirmation-status-banner strong,.cg-sell-confirmation-status-banner span{font-size:12px}}

/* v2.47.74 — WhatsApp / Email icon assets */
.cg-sell-whatsapp-row img,
.cg-sell-wa-copy img{object-fit:contain!important;}

/* v2.49.40 — Sell Car confirmation payment choice popup */
.cg-sell-result-popup{position:fixed;inset:0;z-index:100700;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.62);padding:20px;backdrop-filter:blur(2px)}
.cg-sell-result-popup-card{width:min(440px,94vw);border-radius:18px;background:#fff;box-shadow:0 26px 90px rgba(0,0,0,.36);padding:26px 24px 24px;text-align:center;font-family:Inter,'Roboto Flex',Arial,sans-serif;color:#111827;animation:cg-sell-result-in .16s ease-out both}
.cg-sell-result-popup-card:before{content:'';display:block;width:58px;height:6px;border-radius:999px;background:#16a34a;margin:0 auto 14px}.cg-sell-result-popup-card h3{margin:0 0 10px;font-size:22px;line-height:1.2;font-weight:900}.cg-sell-result-popup-card p{margin:0;font-size:15px;font-weight:650;line-height:1.5;color:#374151;white-space:pre-wrap}.cg-sell-result-popup-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:22px}.cg-sell-result-popup-btn{border:0;border-radius:999px;min-width:120px;min-height:42px;padding:0 20px;font-size:14px;font-weight:900;cursor:pointer}.cg-sell-result-popup-btn.later{background:#111827;color:#fff}.cg-sell-result-popup-btn.pay-now{background:#ffbd00;color:#111827}.cg-sell-result-popup-btn:hover{filter:brightness(.96)}@keyframes cg-sell-result-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}

/* v2.49.43 — Sell Car saved inspection address + notification controls */
.cg-sell-saved-address-field select{font-weight:500;}
.cg-sell-save-address,
.cg-sell-notify-options{
  border:1px solid #E5E7EB;
  border-radius:8px;
  background:#FAFAFA;
  padding:14px 16px;
}
.cg-sell-notify-options{
  grid-column:1/-1;
  width:100%;
}
.cg-sell-checkline{
  display:flex!important;
  align-items:center;
  gap:9px;
  margin:0;
  cursor:pointer;
}
.cg-sell-checkline input[type="checkbox"]{
  width:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  accent-color:var(--sell-yellow,#FFBD00);
}
.cg-sell-save-address-fields{
  margin-top:12px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:end;
}
.cg-sell-save-address-fields[hidden]{display:none!important;}
.cg-sell-primary-address-check{
  min-height:41px;
  padding:10px 12px;
  border:1px solid #E5E7EB;
  border-radius:6px;
  background:#fff;
  white-space:nowrap;
}
.cg-sell-notify-options strong{
  display:block;
  color:#111827;
  font-family:'Lexend Deca','Roboto Flex',Inter,sans-serif;
  font-size:13px;
  line-height:1.3;
  margin:0 0 4px;
}
.cg-sell-notify-options p{
  margin:0 0 10px;
  color:#6B7280;
  font-family:'Roboto Flex',Inter,sans-serif;
  font-size:12px;
  line-height:1.4;
}
.cg-sell-notify-options>div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cg-sell-notify-options label{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  min-height:36px;
  margin:0;
  padding:8px 12px;
  border:1px solid #D1D5DB;
  border-radius:999px;
  background:#fff;
  font-weight:600!important;
  cursor:pointer;
}
.cg-sell-notify-options input{
  width:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  accent-color:var(--sell-yellow,#FFBD00);
}
@media (max-width:599px){
  .cg-sell-save-address-fields{grid-template-columns:1fr;align-items:stretch;}
  .cg-sell-primary-address-check{white-space:normal;}
  .cg-sell-notify-options>div{display:grid;grid-template-columns:1fr;}
}

/* v2.49.44 — Sell Car OTP resume + compact appointment slot groups */
.cg-sell-appointment-form>.full-row,
.cg-sell-appointment-form>.cg-sell-notify-options{grid-column:1/-1;width:100%;}
.cg-sell-slots p{font-weight:600;color:#111827;}
.cg-sell-slots p:nth-of-type(2){border-top:1px solid #E5E7EB;padding-top:8px;margin-top:8px;}

/* v2.49.48 unified Sell Car result popup UI */
.cg-sell-result-popup{z-index:100700;background:rgba(0,0,0,.48)!important;padding:14px!important;backdrop-filter:none!important;font-family:Inter,'Roboto Flex',Arial,sans-serif!important;}
.cg-sell-result-popup-card{position:relative!important;width:min(356px,calc(100vw - 28px))!important;background:#f4f4f4!important;border-radius:2px!important;box-shadow:0 18px 54px rgba(0,0,0,.24)!important;padding:26px 31px 27px!important;text-align:center!important;color:#111!important;}
.cg-sell-result-popup-close{position:absolute;right:15px;top:12px;width:28px;height:28px;border:0;background:transparent;color:#111;font-size:32px;font-weight:400;line-height:24px;cursor:pointer;padding:0;text-align:center;}
.cg-sell-result-popup-card:before{display:none!important;}
.cg-sell-result-popup-card h3{position:relative;display:inline-block;margin:0 auto 29px!important;color:#f10d1a!important;font-size:14px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase;text-align:center!important;}
.cg-sell-result-popup-card h3:after{content:'';position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);width:100%;min-width:68px;height:3px;background:#ffbd00;border-radius:999px;}
.cg-sell-result-popup-card p{margin:0 0 24px!important;color:#222!important;font-size:15px!important;font-weight:400!important;line-height:1.52!important;white-space:pre-wrap;}
.cg-sell-result-popup-actions{display:flex;align-items:center;justify-content:center;gap:20px!important;flex-wrap:wrap;margin-top:0!important;}
.cg-sell-result-popup-btn{display:inline-flex;align-items:center;justify-content:center;min-width:260px!important;height:39px!important;border:0;border-radius:3px!important;background:#000;color:#fff;padding:0 18px!important;font-size:16px!important;font-weight:400!important;letter-spacing:.02em;line-height:1!important;text-decoration:none;cursor:pointer;}
.cg-sell-result-popup-actions.has-multiple .cg-sell-result-popup-btn{min-width:121px!important;width:121px!important;}
.cg-sell-result-popup-btn.pay-now{background:#ffbd00!important;color:#111!important;}
.cg-sell-result-popup-btn.later{background:#000!important;color:#fff!important;}
@media(max-width:380px){.cg-sell-result-popup-card{padding-left:24px!important;padding-right:24px!important}.cg-sell-result-popup-actions{gap:10px!important}.cg-sell-result-popup-actions.has-multiple .cg-sell-result-popup-btn{min-width:112px!important;width:112px!important}}

/* CARGURU v2.49.64 — dealer Sell Car appointment address lock. */
.cg-sell-offsite-address [data-sell-dealer-address-lock="1"]{
  background:#f7f7f7!important;
  color:#4B5563!important;
  cursor:not-allowed!important;
}
.cg-sell-offsite-address select[data-sell-dealer-address-lock="1"]{
  pointer-events:none!important;
  -webkit-user-select:none!important;
  user-select:none!important;
}
.cg-sell-saved-address-empty select[disabled]{
  background:#f7f7f7!important;
  color:#6B7280!important;
}

/* v2.49.76: use the shared uploaded EDIT icon on Sell flow top-right edit controls */
.cg-sell-edit-btn .cg-sell-edit-icon,
.cg-sell-edit-btn .cg-edit-icon-img{
  width:14px;
  height:14px;
  object-fit:contain;
  display:inline-block;
  flex:0 0 14px;
}
