/*
  FlexiCare Insurance — V1260 Offer Page Premium Flow Refinement
  Scope: /prosfora, /zitiste-prosfora, /pare-prosfora via body.fc-offer-page.
  Visual-only layer. No validation, mail delivery, storage, consent, endpoints or routing changes.
*/

body.fc-offer-page {
  --fc-offer-ink: #123946;
  --fc-offer-muted: #607783;
  --fc-offer-line: rgba(18, 57, 70, .14);
  --fc-offer-soft: #f4faf8;
  --fc-offer-petrol: #0c4552;
  --fc-offer-shadow: 0 18px 46px rgba(12, 52, 65, .07);
}

body.fc-offer-page .section > .container { max-width: 1180px; }
body.fc-offer-page .fc-h1 { max-width: 880px; }
body.fc-offer-page .fc-lead { max-width: 860px; }

body.fc-offer-page .fc-entry-nav {
  margin-top: clamp(1.25rem, 2.2vw, 1.9rem);
  margin-bottom: clamp(1.05rem, 2vw, 1.55rem);
}

body.fc-offer-page .fc-entry-nav__copy { max-width: 760px; }
body.fc-offer-page .fc-entry-nav__desc { color: rgba(18, 57, 70, .72); }

body.fc-offer-page .fc-info-card {
  margin-bottom: clamp(1.4rem, 2.6vw, 2.1rem);
  border-color: var(--fc-offer-line);
}

body.fc-offer-page .fc-info-card__list { color: rgba(18, 57, 70, .72); }
body.fc-offer-page .fc-quote { width: 100%; margin-inline: auto; }
body.fc-offer-page .fc-form-card { border-color: var(--fc-offer-line); }

body.fc-offer-page .fc-step {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,252,251,.91)),
    radial-gradient(circle at 100% 0%, rgba(47,107,129,.055), transparent 18rem);
}

body.fc-offer-page .fc-step-title { font-size: clamp(1rem, .96rem + .18vw, 1.08rem); }
body.fc-offer-page .fc-help { color: rgba(18, 57, 70, .66); }

body.fc-offer-page .fc-top-chips button {
  background: rgba(255, 255, 255, .94);
  color: var(--fc-offer-ink);
  min-height: 38px;
  padding-inline: .9rem;
  box-shadow: 0 8px 18px rgba(12, 52, 65, .045);
}

body.fc-offer-page .fc-top-chips button:hover,
body.fc-offer-page .fc-top-chips button:focus-visible {
  border-color: rgba(15, 91, 104, .35);
  background: #fff;
}

body.fc-offer-page .fc-summary-box {
  border-color: var(--fc-offer-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(244,250,249,.94)),
    radial-gradient(circle at 100% 0%, rgba(47,107,129,.075), transparent 14rem);
  box-shadow: var(--fc-offer-shadow);
}

body.fc-offer-page .fc-summary-box h3 {
  color: var(--fc-offer-ink);
  letter-spacing: -.018em;
  margin-bottom: .8rem;
}

body.fc-offer-page .fc-kv .row { gap: .25rem; }
body.fc-offer-page .fc-kv .k { color: rgba(18, 57, 70, .63); }
body.fc-offer-page .fc-kv .v { color: var(--fc-offer-ink); }

body.fc-offer-page .fc-ref {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .4rem .7rem;
  border-radius: 12px;
  background: rgba(15, 91, 104, .08);
  color: var(--fc-offer-ink);
  font-weight: 750;
  letter-spacing: .02em;
}

body.fc-offer-page .fc-alert--danger {
  border-color: rgba(148, 67, 52, .22);
  background: linear-gradient(180deg, rgba(255, 250, 248, .98), rgba(255,255,255,.96));
}

body.fc-offer-page .fc-alert__title { color: #68352d; }
body.fc-offer-page .fc-alert__list { margin: .65rem 0 0; padding-left: 1.1rem; line-height: 1.65; }

@media (min-width: 900px) {
  body.fc-offer-page .fc-summary { top: calc(var(--fc-header-height, 84px) + 22px); }
  body.fc-offer-page .fc-summary-box { padding: clamp(1.15rem, 2vw, 1.45rem); }
}

@media (max-width: 960px) {
  body.fc-offer-page .fc-summary { order: 0; }
}

@media (max-width: 720px) {
  body.fc-offer-page .fc-info-card__list { columns: 1; }
  body.fc-offer-page .fc-top-chips button { min-height: 44px; }
  body.fc-offer-page .fc-summary-box h3 { font-size: 1.18rem; }
}

/*
  FlexiCare Insurance — V1306 Offer Page Hero Lead & Entry Nav Visual Consistency Pass
  Scope: /prosfora, /zitiste-prosfora, /pare-prosfora via body.fc-offer-page.
  Visual-only refinement for the hero intro and the top entry navigation card.
  No changes to form logic, routing, validation, endpoints, consent or analytics.
*/
body.fc-offer-page .fc-h1 + .fc-lead{
  max-width:min(1040px, 100%);
  line-height:1.74;
  letter-spacing:-0.008em;
  color:rgba(18,57,70,.84);
  margin-bottom:clamp(1.25rem,2vw,1.8rem);
}

body.fc-offer-page .fc-entry-nav{
  grid-template-columns:1fr;
  align-items:start;
  padding:clamp(1.35rem,2.4vw,2rem);
}

body.fc-offer-page .fc-entry-nav__copy{
  max-width:980px;
}

body.fc-offer-page .fc-entry-nav__actions{
  width:100%;
  max-width:none;
  margin-left:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(.7rem,1vw,.95rem);
}

body.fc-offer-page .fc-entry-nav__actions .btn{
  width:100%;
  min-width:0;
  max-width:none;
  justify-content:center;
  text-align:center;
  white-space:normal;
  line-height:1.25;
  min-height:46px;
  padding-left:clamp(.85rem,1.4vw,1.15rem);
  padding-right:clamp(.85rem,1.4vw,1.15rem);
  overflow:visible;
}

@media (max-width:760px){
  body.fc-offer-page .fc-h1 + .fc-lead{
    max-width:none;
    line-height:1.68;
    margin-bottom:1.1rem;
  }

  body.fc-offer-page .fc-entry-nav__actions{
    grid-template-columns:1fr;
  }

  body.fc-offer-page .fc-entry-nav__actions .btn{
    min-height:44px;
  }
}


/*
  FlexiCare Insurance — V1307 Offer Hero Lead Hard Width Rescue
  Scope: /prosfora, /zitiste-prosfora, /pare-prosfora via body.fc-offer-page.
  Visual-only correction focused on the introductory paragraph below the H1 and the top offer entry card rhythm.
  No form, routing, endpoint, validation, consent or analytics changes.
*/
body.fc-offer-page .section > .container > .fc-h1 + .fc-lead{
  display:block;
  width:100%;
  max-width:min(1160px, 100%) !important;
  line-height:1.76;
  letter-spacing:-0.008em;
  color:rgba(18,57,70,.84);
  margin-bottom:clamp(1.45rem,2.4vw,2.15rem);
}

body.fc-offer-page .section > .container > .fc-h1{
  max-width:min(1160px, 100%) !important;
}

body.fc-offer-page .fc-entry-nav{
  width:100%;
  max-width:min(1160px, 100%);
  margin-inline:0;
}

body.fc-offer-page .fc-entry-nav__desc{
  max-width:min(980px, 100%);
  line-height:1.62;
}

@media (min-width:1200px){
  body.fc-offer-page .section > .container > .fc-h1 + .fc-lead{
    max-width:1160px !important;
  }
}

@media (max-width:760px){
  body.fc-offer-page .section > .container > .fc-h1 + .fc-lead{
    max-width:none !important;
    line-height:1.68;
    margin-bottom:1.15rem;
  }

  body.fc-offer-page .fc-entry-nav{
    max-width:none;
  }
}


/*
  FlexiCare Insurance — V1308 Offer Preparation Card Visual Harmonization
  Scope: /prosfora, /zitiste-prosfora, /pare-prosfora via body.fc-offer-page.
  Visual-only refinement for the preparation guidance card below the entry navigation.
  No form, routing, endpoint, validation, consent or analytics changes.
*/
body.fc-offer-page .fc-info-card{
  width:100%;
  max-width:min(980px, 100%);
  padding:clamp(1.35rem,2.3vw,1.95rem);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,252,251,.93)),
    radial-gradient(circle at 100% 0%,rgba(47,107,129,.055),transparent 18rem);
  box-shadow:0 18px 44px rgba(12,52,65,.06);
}

body.fc-offer-page .fc-info-card__title{
  display:flex;
  align-items:flex-start;
  gap:.72rem;
  max-width:720px;
  margin-bottom:clamp(.9rem,1.4vw,1.15rem);
  color:var(--fc-offer-ink);
  font-size:clamp(1.02rem,.98rem + .18vw,1.14rem);
  line-height:1.35;
  letter-spacing:-.016em;
}

body.fc-offer-page .fc-info-card__title::before{
  content:"";
  width:.64rem;
  height:.64rem;
  margin-top:.35rem;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(135deg,#0c4552,#2f6b81);
  box-shadow:0 0 0 5px rgba(47,107,129,.10);
}

body.fc-offer-page .fc-info-card__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.75rem clamp(1.6rem,3vw,2.5rem);
  margin:0;
  padding-left:1.05rem;
  columns:auto;
}

body.fc-offer-page .fc-info-card__list li{
  margin:0;
  line-height:1.58;
  break-inside:auto;
}

body.fc-offer-page .fc-info-card__list li::marker{
  color:rgba(15,91,104,.62);
}

@media (min-width:1120px){
  body.fc-offer-page .fc-info-card{
    margin-inline:0;
  }
}

@media (max-width:860px){
  body.fc-offer-page .fc-info-card{
    max-width:none;
    padding:1.15rem;
    border-radius:20px;
  }

  body.fc-offer-page .fc-info-card__list{
    grid-template-columns:1fr;
    gap:.65rem;
  }
}


/*
  FlexiCare Insurance — V1309 RESEND Offer Optional Uploads & Conditional Precontractual Acknowledgement
  Scope: /prosfora via body.fc-offer-page.
*/
body.fc-offer-page .fc-upload-box{
  padding:1rem 1.05rem;
  border:1px dashed rgba(47,107,129,.26);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(247,252,251,.92));
}
body.fc-offer-page .fc-upload-box .fc-file{
  display:block;
  width:100%;
  margin-top:.45rem;
}
body.fc-offer-page .fc-upload-box .fc-file::file-selector-button{
  margin-right:.8rem;
  border:1px solid rgba(47,107,129,.22);
  border-radius:12px;
  background:linear-gradient(180deg,#eff8f7,#dff1ef);
  color:#0f5b68;
  font-weight:700;
  padding:.72rem 1rem;
  cursor:pointer;
}
body.fc-offer-page .fc-file-state{
  margin-top:.55rem;
  color:rgba(18,57,70,.72);
  font-size:.95rem;
}
body.fc-offer-page [data-fc-upload-consent]{
  padding:.9rem 1rem;
  border:1px solid rgba(47,107,129,.14);
  border-radius:16px;
  background:rgba(255,255,255,.72);
}


/*
  FlexiCare Insurance — V1310 Offer Form Main Card & Summary Column Visual Balance
  Scope: /prosfora, /zitiste-prosfora, /pare-prosfora via body.fc-offer-page.
  Visual-only refinement for the main offer form card and the right summary column.
  No form, upload, validation, endpoint, routing, consent or analytics changes.
*/
body.fc-offer-page .fc-quote{
  display:grid;
  grid-template-columns:minmax(0,1.62fr) minmax(280px,.72fr);
  gap:clamp(1.05rem,2.2vw,1.75rem);
  align-items:start;
  width:100%;
  max-width:min(1160px,100%);
  margin-inline:0;
}

body.fc-offer-page .fc-form-card{
  width:100%;
  max-width:none;
  min-width:0;
  padding:clamp(1.35rem,2.4vw,1.95rem);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,251,.94)),
    radial-gradient(circle at 100% 0%,rgba(47,107,129,.05),transparent 18rem);
  box-shadow:0 18px 44px rgba(12,52,65,.065);
}

body.fc-offer-page .fc-required-note{
  margin:0 0 clamp(1rem,1.8vw,1.35rem);
  padding:.88rem 1rem;
  border:1px solid rgba(47,107,129,.14);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(243,251,249,.96),rgba(250,253,252,.92));
  color:rgba(18,57,70,.72);
}

body.fc-offer-page .fc-step{
  border:1px solid rgba(47,107,129,.12);
  border-radius:22px;
  padding:clamp(1.05rem,2vw,1.5rem);
  box-shadow:0 12px 30px rgba(12,52,65,.045);
}

body.fc-offer-page .fc-step + .fc-step{
  margin-top:clamp(1rem,2vw,1.35rem);
}

body.fc-offer-page .fc-step-title{
  margin-bottom:clamp(.9rem,1.6vw,1.15rem);
  color:var(--fc-offer-ink);
}

body.fc-offer-page .fc-summary{
  min-width:0;
}

body.fc-offer-page .fc-summary-box{
  border-radius:24px;
  border:1px solid rgba(47,107,129,.14);
  padding:clamp(1.2rem,2.1vw,1.55rem);
  box-shadow:0 18px 44px rgba(12,52,65,.065);
}

body.fc-offer-page .fc-summary-box h3{
  font-size:clamp(1.04rem,1rem + .18vw,1.16rem);
  margin-bottom:1rem;
}

body.fc-offer-page .fc-kv{
  display:grid;
  gap:.1rem;
}

body.fc-offer-page .fc-kv .row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:.75rem;
  padding:.72rem 0;
  border-bottom:1px solid rgba(47,107,129,.10);
}

body.fc-offer-page .fc-kv .row:first-child{
  padding-top:0;
}

body.fc-offer-page .fc-kv .row:last-child{
  border-bottom:0;
}

body.fc-offer-page .fc-summary-box .fc-note{
  border-radius:16px;
  border-color:rgba(47,107,129,.12);
  background:rgba(255,255,255,.66);
}

@media (max-width:1080px){
  body.fc-offer-page .fc-quote{
    grid-template-columns:1fr;
  }

  body.fc-offer-page .fc-summary{
    order:2;
  }

  body.fc-offer-page .fc-summary-box{
    position:relative;
    top:auto;
  }
}

@media (max-width:760px){
  body.fc-offer-page .fc-form-card,
  body.fc-offer-page .fc-summary-box,
  body.fc-offer-page .fc-step{
    border-radius:20px;
  }

  body.fc-offer-page .fc-kv .row{
    grid-template-columns:1fr;
    gap:.25rem;
  }
}


/*
  FlexiCare Insurance — V1311 Offer Upload Block Visual & Legal Copy Final Pass
  Scope: /prosfora via body.fc-offer-page.
  Visual and microcopy refinement only. No upload backend, validation, endpoint or consent loader changes.
*/
body.fc-offer-page .fc-upload-box{
  display:grid;
  gap:.72rem;
  padding:clamp(1rem,1.7vw,1.25rem);
  border-style:solid;
  border-color:rgba(47,107,129,.16);
  background:
    linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,252,251,.94)),
    radial-gradient(circle at 100% 0%,rgba(47,107,129,.055),transparent 14rem);
  box-shadow:0 10px 26px rgba(12,52,65,.045);
}

body.fc-offer-page .fc-upload-box__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.8rem;
}

body.fc-offer-page .fc-upload-box__title{
  color:var(--fc-offer-ink);
  font-weight:750;
  letter-spacing:-.012em;
}

body.fc-offer-page .fc-upload-box__meta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:.28rem .68rem;
  border-radius:999px;
  border:1px solid rgba(47,107,129,.14);
  background:rgba(239,248,247,.74);
  color:rgba(18,57,70,.72);
  font-size:.82rem;
  font-weight:750;
  white-space:nowrap;
}

body.fc-offer-page .fc-upload-box__intro{
  margin:0;
  max-width:780px;
  color:rgba(18,57,70,.72);
  font-size:.94rem;
  line-height:1.62;
}

body.fc-offer-page .fc-upload-box .fc-file{
  margin-top:0;
  padding:.68rem;
  border:1px solid rgba(47,107,129,.12);
  border-radius:14px;
  background:rgba(255,255,255,.76);
}

body.fc-offer-page .fc-file-state{
  margin-top:0;
  font-weight:650;
}

@media (max-width:640px){
  body.fc-offer-page .fc-upload-box__head{
    align-items:flex-start;
    flex-direction:column;
  }

  body.fc-offer-page .fc-upload-box__meta{
    white-space:normal;
  }
}


/*
  FlexiCare Insurance — V1312 Offer Submit Area & Final Legal Note Visual Refinement
  Scope: /prosfora via body.fc-offer-page.
  Visual and final-action copy refinement only.
*/
body.fc-offer-page .fc-final-submit-panel{
  margin-top:clamp(1rem,1.8vw,1.35rem);
  padding:clamp(1rem,1.8vw,1.25rem);
  border:1px solid rgba(47,107,129,.14);
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,252,251,.94)),
    radial-gradient(circle at 100% 0%,rgba(47,107,129,.05),transparent 14rem);
  box-shadow:0 12px 30px rgba(12,52,65,.045);
}

body.fc-offer-page .fc-final-submit-panel__copy{
  display:grid;
  gap:.28rem;
  max-width:850px;
  color:rgba(18,57,70,.74);
  font-size:.96rem;
  line-height:1.62;
}

body.fc-offer-page .fc-final-submit-panel__copy strong{
  color:var(--fc-offer-ink);
  font-size:1rem;
}

body.fc-offer-page .fc-final-submit-panel .fc-actions{
  display:grid;
  grid-template-columns:minmax(220px,.9fr) minmax(220px,.7fr);
  gap:.8rem;
  align-items:center;
}

body.fc-offer-page .fc-final-submit-panel .fc-actions .btn{
  width:100%;
  justify-content:center;
  min-width:0;
  white-space:normal;
  text-align:center;
}

body.fc-offer-page .fc-disclaimer{
  margin-top:clamp(.9rem,1.6vw,1.15rem);
  padding:.95rem 1rem;
  border-top:1px solid rgba(47,107,129,.12);
  color:rgba(18,57,70,.66);
  line-height:1.66;
}

@media (max-width:760px){
  body.fc-offer-page .fc-final-submit-panel .fc-actions{
    grid-template-columns:1fr;
  }
}


/*
  FlexiCare Insurance — V1316 Offer Form Structural Polish & Trust Guidance Refinement
  Scope: /prosfora via body.fc-offer-page.
  Form markup polish and trust guidance styling. No validation, endpoint, upload backend or consent loader changes.
*/
body.fc-offer-page .fc-step-intro{
  margin:-.35rem 0 clamp(.9rem,1.5vw,1.15rem);
  max-width:820px;
  color:rgba(18,57,70,.72);
  font-size:.96rem;
  line-height:1.62;
}

body.fc-offer-page .fc-offer-details-block{
  display:grid;
  gap:.45rem;
}

body.fc-offer-page .fc-offer-details-block .textarea{
  min-height:150px;
}

body.fc-offer-page .fc-note .checkbox-row{
  gap:.65rem;
}

body.fc-offer-page .fc-note .checkbox-row .note{
  border:1px solid rgba(47,107,129,.12);
  border-radius:14px;
  padding:.62rem .72rem;
  background:rgba(255,255,255,.64);
}

body.fc-offer-page .fc-note .checkbox-row .note input{
  margin-right:.36rem;
}

body.fc-offer-page .fc-step .fc-field-help,
body.fc-offer-page .fc-step .fc-help{
  max-width:860px;
}

@media (max-width:760px){
  body.fc-offer-page .fc-step-intro{
    margin-top:-.15rem;
    font-size:.94rem;
  }
}


/*
  FlexiCare Insurance — V1317 Offer Summary Column Trust & Clarity Refinement
  Scope: /prosfora via body.fc-offer-page.
  Visual and clarity refinement for the right summary column.
*/
body.fc-offer-page .fc-summary-head{
  display:grid;
  gap:.35rem;
  margin-bottom:1rem;
}

body.fc-offer-page .fc-summary-kicker{
  display:inline-flex;
  width:max-content;
  align-items:center;
  min-height:28px;
  padding:.24rem .62rem;
  border-radius:999px;
  border:1px solid rgba(47,107,129,.14);
  background:rgba(239,248,247,.76);
  color:#0f5b68;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}

body.fc-offer-page .fc-summary-head h3{
  margin:0;
}

body.fc-offer-page .fc-summary-head p{
  margin:0;
  color:rgba(18,57,70,.70);
  font-size:.94rem;
  line-height:1.58;
}

body.fc-offer-page .fc-summary-box .fc-kv{
  padding:.15rem 0 .2rem;
}

body.fc-offer-page .fc-kv .v{
  justify-self:end;
  max-width:180px;
  text-align:right;
  font-weight:750;
  color:#123946;
}

body.fc-offer-page .fc-summary-next{
  padding:1rem;
  border:1px solid rgba(47,107,129,.12);
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.82),rgba(247,252,251,.70));
}

body.fc-offer-page .fc-summary-steps{
  display:grid;
  gap:.58rem;
  margin:.72rem 0 0;
  padding-left:1.1rem;
  color:rgba(18,57,70,.72);
  line-height:1.55;
}

body.fc-offer-page .fc-summary-steps li::marker{
  color:rgba(15,91,104,.72);
  font-weight:800;
}

body.fc-offer-page .fc-summary-legal{
  margin-top:.9rem;
  padding-top:.82rem;
  border-top:1px solid rgba(47,107,129,.12);
  color:rgba(18,57,70,.62);
  line-height:1.58;
}

@media (max-width:760px){
  body.fc-offer-page .fc-kv .v{
    justify-self:start;
    max-width:none;
    text-align:left;
  }
}


/*
  FlexiCare Insurance — V1318 Offer Field Labels & Helper Text Precision Pass
  Scope: /prosfora via body.fc-offer-page.
  Copy/accessibility precision for labels and helper texts. No logic changes.
*/
body.fc-offer-page .fc-field-help,
body.fc-offer-page .fc-help{
  color:rgba(18,57,70,.68);
}

body.fc-offer-page .fc-field input[aria-describedby],
body.fc-offer-page .fc-field select[aria-describedby],
body.fc-offer-page .fc-offer-details-block textarea{
  scroll-margin-top:calc(var(--fc-header-height, 84px) + 24px);
}

body.fc-offer-page .fc-other .fc-field-help{
  max-width:760px;
}

body.fc-offer-page .fc-info-card__title{
  line-height:1.42;
}


/*
  FlexiCare Insurance — V1319 Offer Mobile Conversion Polish Pass
  Scope: /prosfora via body.fc-offer-page.
  Mobile/tablet visual polish only. No PHP, form logic, validation, upload, endpoint or consent changes.
*/
@media (max-width:760px){
  body.fc-offer-page .section{
    padding-top:1.35rem;
  }

  body.fc-offer-page .section > .container{
    padding-left:clamp(1rem,4vw,1.25rem);
    padding-right:clamp(1rem,4vw,1.25rem);
  }

  body.fc-offer-page .fc-h1{
    font-size:clamp(2rem,10vw,2.45rem);
    line-height:1.05;
    letter-spacing:-.04em;
  }

  body.fc-offer-page .fc-h1 + .fc-lead{
    font-size:.98rem;
    line-height:1.66;
  }

  body.fc-offer-page .fc-entry-nav,
  body.fc-offer-page .fc-info-card,
  body.fc-offer-page .fc-form-card,
  body.fc-offer-page .fc-summary-box{
    border-radius:20px;
  }

  body.fc-offer-page .fc-entry-nav{
    padding:1.05rem;
  }

  body.fc-offer-page .fc-entry-nav__title{
    font-size:1.06rem;
    line-height:1.28;
  }

  body.fc-offer-page .fc-entry-nav__desc{
    font-size:.94rem;
    line-height:1.6;
  }

  body.fc-offer-page .fc-entry-nav__actions{
    gap:.62rem;
  }

  body.fc-offer-page .fc-entry-nav__actions .btn{
    min-height:46px;
    padding:.78rem .95rem;
  }

  body.fc-offer-page .fc-info-card{
    padding:1.05rem;
  }

  body.fc-offer-page .fc-info-card__title{
    font-size:1rem;
  }

  body.fc-offer-page .fc-info-card__list{
    gap:.58rem;
    padding-left:1.05rem;
  }

  body.fc-offer-page .fc-form-card{
    padding:1rem;
  }

  body.fc-offer-page .fc-required-note{
    padding:.78rem .85rem;
    font-size:.92rem;
    line-height:1.55;
  }

  body.fc-offer-page .fc-step{
    padding:1rem;
    border-radius:18px;
  }

  body.fc-offer-page .fc-step-title{
    align-items:flex-start;
    line-height:1.28;
  }

  body.fc-offer-page .fc-step-title .fc-badge{
    margin-top:-.05rem;
  }

  body.fc-offer-page .fc-step-intro{
    line-height:1.58;
  }

  body.fc-offer-page .form-row{
    grid-template-columns:1fr;
    gap:.95rem;
  }

  body.fc-offer-page .input,
  body.fc-offer-page .select,
  body.fc-offer-page .textarea{
    min-height:48px;
    font-size:16px;
  }

  body.fc-offer-page .textarea{
    min-height:148px;
  }

  body.fc-offer-page .fc-top-chips{
    grid-template-columns:1fr;
    gap:.55rem;
  }

  body.fc-offer-page .fc-top-chips button{
    width:100%;
    justify-content:center;
    min-height:44px;
  }

  body.fc-offer-page .fc-note .checkbox-row{
    grid-template-columns:1fr;
  }

  body.fc-offer-page .fc-note .checkbox-row .note{
    display:flex;
    align-items:center;
    min-height:44px;
  }

  body.fc-offer-page .fc-upload-box{
    padding:.95rem;
  }

  body.fc-offer-page .fc-upload-box .fc-file{
    font-size:15px;
  }

  body.fc-offer-page .fc-upload-box .fc-file::file-selector-button{
    display:block;
    width:100%;
    margin:0 0 .6rem 0;
    text-align:center;
  }

  body.fc-offer-page .fc-consent{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:.62rem;
    align-items:flex-start;
    line-height:1.58;
  }

  body.fc-offer-page .fc-consent input{
    margin-top:.2rem;
  }

  body.fc-offer-page .fc-final-submit-panel{
    padding:.95rem;
  }

  body.fc-offer-page .fc-final-submit-panel__copy{
    font-size:.93rem;
  }

  body.fc-offer-page .fc-final-submit-panel .fc-actions{
    gap:.65rem;
  }

  body.fc-offer-page .fc-final-submit-panel .fc-actions .btn{
    min-height:46px;
  }

  body.fc-offer-page .fc-summary{
    margin-top:.35rem;
  }

  body.fc-offer-page .fc-summary-box{
    padding:1rem;
  }

  body.fc-offer-page .fc-summary-kicker{
    font-size:.72rem;
  }

  body.fc-offer-page .fc-summary-head p,
  body.fc-offer-page .fc-summary-steps,
  body.fc-offer-page .fc-summary-legal{
    font-size:.92rem;
  }
}

@media (max-width:420px){
  body.fc-offer-page .fc-h1{
    font-size:2rem;
  }

  body.fc-offer-page .fc-step-title{
    font-size:.98rem;
  }

  body.fc-offer-page .fc-badge{
    width:1.8rem;
    height:1.8rem;
    min-width:1.8rem;
  }
}


/*
  FlexiCare Insurance — V1320 Offer Accessibility & Focus States Final Pass
  Scope: /prosfora via body.fc-offer-page.
  Accessibility/focus visual refinement only. No PHP, validation, endpoint, upload or consent logic changes.
*/
body.fc-offer-page .fc-form-card :focus-visible{
  outline:3px solid rgba(15,91,104,.28);
  outline-offset:3px;
}

body.fc-offer-page .input:focus-visible,
body.fc-offer-page .select:focus-visible,
body.fc-offer-page .textarea:focus-visible,
body.fc-offer-page .fc-file:focus-visible{
  border-color:rgba(15,91,104,.50);
  box-shadow:
    0 0 0 4px rgba(47,107,129,.12),
    0 8px 22px rgba(12,52,65,.045);
}

body.fc-offer-page .btn:focus-visible,
body.fc-offer-page .fc-top-chips button:focus-visible{
  outline:3px solid rgba(15,91,104,.30);
  outline-offset:3px;
  box-shadow:0 10px 26px rgba(12,52,65,.10);
}

body.fc-offer-page .fc-consent:focus-within,
body.fc-offer-page .fc-note:focus-within,
body.fc-offer-page .fc-upload-box:focus-within,
body.fc-offer-page .fc-final-submit-panel:focus-within{
  border-color:rgba(15,91,104,.30);
  box-shadow:
    0 0 0 4px rgba(47,107,129,.09),
    0 12px 30px rgba(12,52,65,.055);
}

body.fc-offer-page .fc-consent a,
body.fc-offer-page .fc-disclaimer a,
body.fc-offer-page .fc-summary-legal a{
  color:#0f5b68;
  font-weight:750;
  text-underline-offset:.18em;
  text-decoration-thickness:.08em;
}

body.fc-offer-page .fc-consent a:hover,
body.fc-offer-page .fc-consent a:focus-visible,
body.fc-offer-page .fc-disclaimer a:hover,
body.fc-offer-page .fc-disclaimer a:focus-visible{
  color:#0a3f49;
  text-decoration:underline;
}

body.fc-offer-page .fc-error{
  color:#79382e;
  font-weight:650;
  line-height:1.45;
}

body.fc-offer-page .has-error .input,
body.fc-offer-page .has-error .select,
body.fc-offer-page .has-error .textarea{
  border-color:rgba(160,64,48,.42);
  background:linear-gradient(180deg,rgba(255,250,248,.96),rgba(255,255,255,.94));
}

body.fc-offer-page .has-error .fc-error{
  margin-top:.42rem;
}

body.fc-offer-page .fc-upload-box .fc-file::file-selector-button:focus-visible{
  outline:3px solid rgba(15,91,104,.28);
  outline-offset:2px;
}

body.fc-offer-page .fc-kv .v{
  overflow-wrap:anywhere;
}

body.fc-offer-page .fc-summary-box a:focus-visible{
  outline:3px solid rgba(15,91,104,.28);
  outline-offset:3px;
  border-radius:8px;
}

@media (prefers-reduced-motion: reduce){
  body.fc-offer-page *,
  body.fc-offer-page *::before,
  body.fc-offer-page *::after{
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
  }
}

@media (max-width:760px){
  body.fc-offer-page .fc-form-card :focus-visible{
    outline-offset:2px;
  }

  body.fc-offer-page .fc-consent a{
    word-break:break-word;
  }
}


/*
  FlexiCare Insurance — V1322 Offer Layout Alignment & Upload Label Refinement
  Scope: /prosfora via body.fc-offer-page.
  Visual/copy refinement only. No submission, validation, endpoint, upload backend, CSRF or consent logic changes.
*/

body.fc-offer-page .fc-info-card{
  padding:clamp(1.3rem,2.4vw,1.8rem);
}

body.fc-offer-page .fc-info-card__title{
  display:block;
  width:100%;
  margin-bottom:1rem;
  color:#123946;
  font-size:clamp(1.05rem,1rem + .16vw,1.16rem);
  font-weight:750;
  line-height:1.45;
}

body.fc-offer-page .fc-info-card__list{
  display:grid;
  grid-template-columns:1fr;
  width:100%;
  max-width:none;
  margin:0;
  padding-left:1.15rem;
  gap:.72rem;
  font-size:1rem;
  line-height:1.62;
}

body.fc-offer-page .fc-summary-head{
  gap:.5rem;
}

body.fc-offer-page .fc-summary-head h3{
  font-size:clamp(1.12rem,1.05rem + .16vw,1.22rem);
  line-height:1.3;
}

body.fc-offer-page .fc-summary-head p{
  font-size:.97rem;
  line-height:1.62;
}

body.fc-offer-page .fc-needs-grid{
  align-items:start;
}

body.fc-offer-page .fc-needs-grid > .fc-field{
  display:grid;
  align-content:start;
}

body.fc-offer-page .fc-needs-grid > .fc-field .small{
  margin-bottom:.38rem;
}

body.fc-offer-page .fc-needs-grid > .fc-field .select{
  width:100%;
}

body.fc-offer-page .fc-needs-grid > .fc-field .fc-help{
  min-height:3.35em;
  margin-top:.55rem;
  font-size:.96rem;
  line-height:1.58;
}

body.fc-offer-page .fc-needs-grid .fc-top-chips{
  margin-top:.15rem;
}

body.fc-offer-page .fc-upload-box{
  padding:1.15rem 1.2rem;
}

body.fc-offer-page .fc-upload-box__title{
  font-size:1rem;
}

body.fc-offer-page .fc-upload-box__intro,
body.fc-offer-page .fc-upload-box .fc-field-help{
  font-size:.97rem;
  line-height:1.62;
}

body.fc-offer-page .fc-filewrap--offer{
  position:relative;
  display:block;
  margin:.8rem 0 .7rem;
}

body.fc-offer-page .fc-filewrap--offer .fc-file-native{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}

body.fc-offer-page .fc-filewrap--offer .fc-file-control{
  display:flex;
  align-items:center;
  gap:.8rem;
  min-height:68px;
  padding:.78rem .9rem;
  border:1px solid rgba(47,107,129,.16);
  border-radius:16px;
  background:rgba(255,255,255,.92);
}

body.fc-offer-page .fc-filewrap--offer .fc-file-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:140px;
  min-height:44px;
  padding:.72rem 1rem;
  border:1px solid rgba(47,107,129,.22);
  border-radius:13px;
  background:linear-gradient(180deg,#eff8f7,#dff1ef);
  color:#0f5b68;
  font-size:.98rem;
  font-weight:750;
  line-height:1.2;
  white-space:nowrap;
}

body.fc-offer-page .fc-filewrap--offer .fc-file-state{
  margin:0;
  min-width:0;
  color:#173f48;
  font-size:.97rem;
  font-weight:700;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.fc-offer-page .fc-filewrap--offer:focus-within .fc-file-control{
  border-color:rgba(15,91,104,.34);
  box-shadow:0 0 0 4px rgba(47,107,129,.10);
}

body.fc-offer-page .fc-filewrap--offer:focus-within .fc-file-action{
  outline:3px solid rgba(15,91,104,.20);
  outline-offset:2px;
}

@media (max-width:760px){
  body.fc-offer-page .fc-info-card__list{
    gap:.62rem;
    font-size:.97rem;
  }

  body.fc-offer-page .fc-needs-grid > .fc-field .fc-help{
    min-height:0;
  }

  body.fc-offer-page .fc-filewrap--offer .fc-file-control{
    flex-direction:column;
    align-items:stretch;
    gap:.65rem;
  }

  body.fc-offer-page .fc-filewrap--offer .fc-file-action{
    width:100%;
  }

  body.fc-offer-page .fc-filewrap--offer .fc-file-state{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
  }
}


/*
  FlexiCare Insurance — V1323 Offer Preparation Card Full Width Alignment Rescue
  Scope: /prosfora via body.fc-offer-page.
  Visual-only correction for the "Για ακριβέστερη προετοιμασία της πρότασης" card width/alignment.
  No PHP, routing, endpoint, form, upload, validation, CSRF, consent or analytics changes.
*/
body.fc-offer-page .section > .container > .fc-info-card{
  width:100%;
  max-width:min(1160px, 100%) !important;
  margin-inline:0 !important;
}

body.fc-offer-page .section > .container > .fc-info-card .fc-info-card__title{
  max-width:none;
}

body.fc-offer-page .section > .container > .fc-info-card .fc-info-card__list{
  width:100%;
  max-width:none;
}

@media (min-width:980px){
  body.fc-offer-page .section > .container > .fc-info-card .fc-info-card__list li{
    max-width:1040px;
  }
}

@media (max-width:760px){
  body.fc-offer-page .section > .container > .fc-info-card{
    max-width:none !important;
  }
}


/*
  FlexiCare Insurance — V1324 Offer Form Trust Micro-Polish Final Pass
  Scope: /prosfora via body.fc-offer-page.
  Final visual/copy trust polish for the offer form. No backend or validation changes.
*/

body.fc-offer-page .fc-required-note{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  font-size:.95rem;
  line-height:1.62;
  color:rgba(18,57,70,.72);
}

body.fc-offer-page .fc-required-note::before{
  content:"";
  width:.52rem;
  height:.52rem;
  margin-top:.55rem;
  border-radius:999px;
  flex:0 0 auto;
  background:rgba(15,91,104,.58);
  box-shadow:0 0 0 5px rgba(47,107,129,.09);
}

body.fc-offer-page .fc-summary-box{
  box-shadow:0 14px 36px rgba(12,52,65,.052);
}

body.fc-offer-page .fc-summary-head{
  margin-bottom:.9rem;
}

body.fc-offer-page .fc-summary-head h3{
  font-size:clamp(1.05rem,1rem + .16vw,1.16rem);
}

body.fc-offer-page .fc-summary-head p{
  color:rgba(18,57,70,.66);
}

body.fc-offer-page .fc-summary-next{
  padding:.95rem;
  background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(247,252,251,.58));
}

body.fc-offer-page .fc-summary-steps{
  gap:.5rem;
  font-size:.95rem;
}

body.fc-offer-page .fc-summary-legal{
  color:rgba(18,57,70,.58);
}

body.fc-offer-page .fc-upload-box{
  box-shadow:0 10px 24px rgba(12,52,65,.038);
}

body.fc-offer-page .fc-upload-box__intro,
body.fc-offer-page .fc-upload-box .fc-field-help{
  color:rgba(18,57,70,.68);
}

body.fc-offer-page .fc-filewrap--offer .fc-file-control{
  min-height:62px;
}

body.fc-offer-page .fc-filewrap--offer .fc-file-action{
  font-size:.95rem;
}

body.fc-offer-page .fc-filewrap--offer .fc-file-state{
  font-size:.94rem;
}

body.fc-offer-page .fc-final-submit-panel{
  border-color:rgba(47,107,129,.15);
  box-shadow:0 12px 30px rgba(12,52,65,.045);
}

body.fc-offer-page .fc-final-submit-panel__copy span{
  color:rgba(18,57,70,.70);
}

@media (max-width:760px){
  body.fc-offer-page .fc-required-note{
    font-size:.92rem;
  }

  body.fc-offer-page .fc-summary-steps{
    font-size:.92rem;
  }

  body.fc-offer-page .fc-filewrap--offer .fc-file-control{
    min-height:0;
  }
}

/*
  FlexiCare Insurance — V1403 Offer Page Form Readability & Visual Rhythm Polish
  Scope: /prosfora, /zitiste-prosfora, /pare-prosfora via body.fc-offer-page.
  CSS-only refinement. No upload, validation, CSRF, honeypot, consent, email flow, endpoint, routing or analytics changes.
*/
body.fc-offer-page .fc-quote{
  gap:clamp(1.15rem,2.5vw,2.15rem);
}

body.fc-offer-page .fc-form-card,
body.fc-offer-page .fc-summary-box,
body.fc-offer-page .fc-step{
  border-color:rgba(18,57,70,.13);
}

body.fc-offer-page .fc-form-card{
  background:
    linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,252,251,.94)),
    radial-gradient(circle at 100% 0%,rgba(47,107,129,.055),transparent 20rem);
  box-shadow:0 18px 44px rgba(12,52,65,.058);
}

body.fc-offer-page .fc-step{
  padding:clamp(1.05rem,1.7vw,1.35rem);
  border-radius:22px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}

body.fc-offer-page .fc-step + .fc-step{
  margin-top:clamp(.45rem,.9vw,.7rem);
}

body.fc-offer-page .fc-step-title{
  margin-bottom:clamp(.8rem,1.2vw,1.05rem);
  color:#123946;
  line-height:1.26;
}

body.fc-offer-page .fc-form-card label.small,
body.fc-offer-page .fc-form-card .fc-field > label{
  display:inline-flex;
  align-items:center;
  min-height:1.35rem;
  margin-bottom:.34rem;
  color:rgba(18,57,70,.88);
  font-size:.94rem;
  font-weight:720;
  line-height:1.35;
}

body.fc-offer-page .fc-form-card .input,
body.fc-offer-page .fc-form-card .select,
body.fc-offer-page .fc-form-card .textarea{
  border-radius:15px;
  border-color:rgba(18,57,70,.18);
  background:rgba(255,255,255,.98);
}

body.fc-offer-page .fc-form-card .input:focus,
body.fc-offer-page .fc-form-card .select:focus,
body.fc-offer-page .fc-form-card .textarea:focus{
  border-color:rgba(15,91,104,.58);
  box-shadow:0 0 0 4px rgba(15,91,104,.10);
}

body.fc-offer-page .fc-form-card .textarea{
  min-height:142px;
  line-height:1.55;
}

body.fc-offer-page .fc-help,
body.fc-offer-page .fc-field-help,
body.fc-offer-page .fc-required-note,
body.fc-offer-page .fc-summary-legal,
body.fc-offer-page .fc-final-submit-panel__copy span{
  line-height:1.66;
}

body.fc-offer-page .fc-summary-box{
  box-shadow:0 14px 34px rgba(12,52,65,.05);
}

body.fc-offer-page .fc-summary-head h3{
  line-height:1.22;
}

body.fc-offer-page .fc-summary-steps li,
body.fc-offer-page .fc-info-card__list li{
  line-height:1.62;
}

body.fc-offer-page .fc-upload-box,
body.fc-offer-page .fc-final-submit-panel{
  border-color:rgba(18,57,70,.12);
  border-radius:20px;
}

body.fc-offer-page .fc-final-submit-panel{
  align-items:center;
  gap:clamp(.85rem,1.5vw,1.15rem);
}

body.fc-offer-page .fc-final-submit-panel .btn,
body.fc-offer-page .fc-form button[type="submit"]{
  min-height:46px;
  border-radius:999px;
}

@media (min-width:1060px){
  body.fc-offer-page .fc-form-card{
    padding:clamp(1.55rem,2.4vw,2.05rem);
  }

  body.fc-offer-page .fc-summary{
    top:calc(var(--fc-header-height,84px) + 24px);
  }
}

@media (max-width:760px){
  body.fc-offer-page .fc-step{
    border-radius:18px;
  }

  body.fc-offer-page .fc-step-title{
    align-items:flex-start;
  }

  body.fc-offer-page .fc-final-submit-panel{
    display:grid;
    grid-template-columns:1fr;
  }

  body.fc-offer-page .fc-final-submit-panel .btn,
  body.fc-offer-page .fc-form button[type="submit"]{
    width:100%;
    justify-content:center;
    white-space:normal;
    text-align:center;
  }
}
