@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/inter.woff2') format('woff2')}
@font-face{font-family:'Outfit';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/outfit.woff2') format('woff2')}

    .ddl-page{
      --violet:#130D2A;
      --green:#40D875;
      --green-press:#2fc464;
      --ink:#130D2A;
      --muted:#4a4458;
      --paper:#ffffff;--pink:#FF2BD6;
      --hair:#e7e5ef;
      --display:"Outfit",system-ui,sans-serif;
      --body:"Inter",system-ui,sans-serif;
      font-family:var(--body);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;
    }
    .ddl-page *{box-sizing:border-box;margin:0;padding:0}
    .ddl-wrap{max-width:1180px;margin:0 auto;padding:0 24px}

    /* warning banner */
    .ddl-warn{background:var(--violet);color:#fff;font-size:13px;text-align:center;padding:11px 24px}
    .ddl-warn a{color:#fff;text-decoration:underline;text-underline-offset:2px;font-weight:600}

    /* header + logo */
    .ddl-head{background:var(--paper)}
    .ddl-head .ddl-wrap{display:flex;align-items:center;justify-content:space-between;height:80px;gap:24px}
    .ddl-brand{display:flex;align-items:center;gap:10px;text-decoration:none}
    .ddl-logo-img{height:25px;width:auto;display:block;max-width:62vw}
    .ddl-head-right{display:flex;align-items:center;gap:30px}
    .ddl-nav{display:flex;align-items:center;gap:30px}
    .ddl-nav a{color:var(--ink);text-decoration:none;font-size:15px;font-weight:600;transition:color .15s}
    .ddl-nav a:hover{color:var(--violet)}
    .ddl-nav a[aria-current]{color:var(--violet)}
    .ddl-pill{font-family:var(--display);font-weight:600;font-size:15px;background:var(--green);color:var(--ink);padding:11px 22px;border-radius:100px;text-decoration:none;transition:transform .15s,background .15s}
    .ddl-pill:hover{transform:translateY(-1px);background:var(--green-press)}

    /* hero — one violet block: copy + calculator */
    .ddl-hero{background:var(--violet);color:#fff;position:relative}
.ddl-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.07) 1.6px,transparent 1.7px);background-size:24px 24px;pointer-events:none;z-index:0}
.ddl-hero>.ddl-wrap{position:relative;z-index:1}
    .ddl-hero .ddl-wrap{padding-top:64px;padding-bottom:72px}
    .ddl-hero-copy{max-width:740px;margin:0 auto;text-align:center}
    .ddl-trustcue{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;font-size:14px;font-weight:700;color:#fff;letter-spacing:.2px}
    .ddl-trustcue svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    h1.ddl-h1{font-family:var(--display);font-weight:600;font-size:clamp(40px,5.8vw,68px);line-height:1.02;letter-spacing:-1px;color:#fff}
    .ddl-sub{font-size:18px;color:#fff;margin:18px auto 0;max-width:500px}
    .ddl-ticks{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin:28px 0 0}
    .ddl-ticks li{display:flex;align-items:center;gap:11px;font-size:16px;font-weight:600;color:#fff}
    .ddl-ticks .ddl-ck{flex:0 0 24px;width:24px;height:24px;background:var(--green);border-radius:50%;display:grid;place-items:center}
    .ddl-ticks .ddl-ck svg{width:13px;height:13px;stroke:var(--ink);stroke-width:3;fill:none}

    /* calculator (inside hero, on violet) */
    .ddl-calc{margin-top:52px}
    .ddl-card-head{text-align:center;margin-bottom:32px}
    .ddl-calc h2{font-family:var(--display);font-weight:600;font-size:clamp(25px,2.6vw,34px);text-align:center;letter-spacing:-.5px;color:var(--ink);margin-bottom:8px}
    .ddl-calc .ddl-lead{text-align:center;color:var(--muted);font-size:15px;margin:0 auto;max-width:560px}
    .ddl-calc-card{background:var(--paper);max-width:980px;margin:0 auto;border-radius:28px;padding:44px;box-shadow:0 34px 80px rgba(20,16,42,.30)}
    .ddl-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
    .ddl-field + .ddl-field{margin-top:30px}
    .ddl-field label{display:block;font-size:14px;font-weight:700;color:var(--ink);margin-bottom:10px}
    .ddl-amount,.ddl-term{display:flex;align-items:center;border:2px solid var(--violet);border-radius:14px;font-family:var(--display);font-weight:600;color:var(--ink)}
    .ddl-amount{padding:14px 22px;font-size:44px;color:var(--violet)}
    .ddl-term{padding:16px 20px;font-size:30px}
    .ddl-amount span{margin-right:6px;font-size:30px}
    .ddl-amount input{border:none;outline:none;font:inherit;color:inherit;width:100%;background:transparent}
    .ddl-term strong{font-weight:600}
    .ddl-term span{margin-left:8px;font-size:18px;color:var(--muted)}
    .ddl-presets{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 4px}
    .ddl-presets button{flex:1 1 0;min-width:62px;font-family:var(--body);font-weight:700;font-size:14px;color:var(--ink);background:#fff;border:2px solid var(--hair);border-radius:100px;padding:9px 6px;cursor:pointer;transition:border-color .15s,background .15s,color .15s}
    .ddl-presets button:hover{border-color:var(--violet)}
    .ddl-presets button.on{background:var(--violet);border-color:var(--violet);color:#fff}
    .ddl-slidewrap{display:flex;align-items:center;gap:16px;margin:18px 0 12px}
    .ddl-step{width:48px;height:48px;border-radius:50%;border:2px solid var(--ink);background:#fff;cursor:pointer;font-size:26px;font-weight:600;color:var(--ink);display:grid;place-items:center;flex:0 0 auto;transition:background .15s,color .15s}
    .ddl-step:hover{background:var(--ink);color:#fff}

    /* custom sliders with large thumbs */
    .ddl-range{-webkit-appearance:none;appearance:none;flex:1;width:100%;height:8px;border-radius:8px;background:var(--hair);outline:none;cursor:pointer;margin:0}
    .ddl-range::-webkit-slider-runnable-track{height:8px;border-radius:8px;background:transparent}
    .ddl-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:30px;height:30px;border-radius:50%;background:var(--green);border:4px solid #fff;box-shadow:0 3px 9px rgba(20,16,42,.34);cursor:pointer;margin-top:-11px}
    .ddl-range::-moz-range-track{height:8px;border-radius:8px;background:var(--hair)}
    .ddl-range::-moz-range-progress{height:8px;border-radius:8px;background:var(--green)}
    .ddl-range::-moz-range-thumb{width:30px;height:30px;border-radius:50%;background:var(--green);border:4px solid #fff;box-shadow:0 3px 9px rgba(20,16,42,.34);cursor:pointer}
    /* ö-style slider knob with trailing eyes */
    .ddl-rangebox{position:relative;flex:1;display:flex;align-items:center}
    .ddl-rangebox .ddl-range{flex:1;width:100%}
    .ddl-rangebox .ddl-range::-webkit-slider-thumb{opacity:0}
    .ddl-rangebox .ddl-range::-moz-range-thumb{opacity:0;border:none}
    .ddl-knob{position:absolute;top:50%;left:0;width:28px;height:28px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;background:#fff;border:5.5px solid var(--violet);box-shadow:0 3px 10px rgba(20,16,42,.30);box-sizing:border-box;z-index:2}
    .ddl-knob-eyes{position:absolute;left:50%;bottom:100%;width:32px;margin:0 0 8px -16px;display:flex;justify-content:center;gap:6px;will-change:transform}
    .ddl-knob-eyes i{width:7.5px;height:7.5px;border-radius:50%;background:#B8B4C8}
    .ddl-range:focus-visible{outline:2px solid var(--violet);outline-offset:5px}

    .ddl-minmax{display:flex;justify-content:space-between;font-size:14px;font-weight:700;color:var(--ink)}
    .ddl-out{background:var(--violet);border-radius:20px;padding:32px 30px 28px;text-align:center}
    .ddl-out-label{font-size:14px;font-weight:600;color:#fff}
    .ddl-out-amt{font-family:var(--display);font-weight:700;font-size:56px;line-height:1.05;color:#fff;margin:4px 0 6px}
    .ddl-out-term{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px}
    .ddl-out-mo{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px}
    .ddl-out-mo strong{font-family:var(--display);font-size:20px;margin-left:4px}
    .ddl-out-apr{display:inline-block;font-size:13px;font-weight:700;color:var(--ink);background:#fff;padding:6px 14px;border-radius:100px;margin-bottom:20px}
    .ddl-getquote{width:100%;display:flex;align-items:center;justify-content:center;gap:14px;font-family:var(--display);font-weight:600;font-size:19px;background:var(--green);color:var(--ink);border:none;cursor:pointer;padding:18px;border-radius:100px;transition:transform .15s,background .15s}
    .ddl-getquote:hover{transform:translateY(-2px);background:var(--green-press)}
    .ddl-cta-ico{width:22px;height:22px;stroke:var(--ink);stroke-width:3;fill:none}
    .ddl-eligi{font-size:12px;color:#fff;margin-top:13px;line-height:1.5}
    .ddl-rep{text-align:center;font-family:var(--display);font-weight:600;color:#fff;font-size:16px;margin:34px 0 8px}
    .ddl-example{max-width:780px;margin:0 auto;text-align:center;font-size:12.5px;line-height:1.65;color:#fff;opacity:.92}

    /* sticky mobile CTA */
    .ddl-sticky{display:none}

    @media(max-width:900px){
      
      .ddl-calc-grid{grid-template-columns:1fr;gap:32px}
      .ddl-calc-card{padding:30px}
      .ddl-hero .ddl-wrap{padding-bottom:44px}
      .ddl-sticky{display:flex;position:fixed;left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:60;align-items:center;gap:12px;background:#fff;border:1px solid var(--hair);border-radius:18px;box-shadow:0 14px 40px rgba(20,16,42,.22);padding:12px 14px;max-width:520px;margin:0 auto}
      .ddl-sticky-amt{display:flex;flex-direction:column;line-height:1.05;flex:0 0 auto}
      .ddl-sticky-amt small{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}
      .ddl-sticky-amt b{font-family:var(--display);font-size:24px;color:var(--violet);font-weight:700}
      .ddl-sticky a{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:var(--ink);font-family:var(--display);font-weight:600;font-size:17px;padding:15px;border-radius:100px;text-decoration:none}
      .ddl-sticky a svg{width:14px;height:14px;stroke:var(--ink);stroke-width:3;fill:none}
    }
    @media(max-width:560px){
      .ddl-wrap{padding:0 18px}
      .ddl-hero .ddl-wrap{padding-top:48px}
      .ddl-ticks{flex-direction:column;align-items:flex-start;gap:14px;width:max-content;max-width:100%;margin-left:auto;margin-right:auto}
      .ddl-out-amt{font-size:48px}
    }
    @media(prefers-reduced-motion:reduce){.ddl-page *{transition:none!important}}





    /* ===== quote application overlay ===== */
    .qf-overlay{--violet:#130D2A;--green:#40D875;--green-press:#2fc464;--ink:#130D2A;--muted:#6b6580;--hair:#e7e5ef;position:fixed;inset:0;z-index:1000;background:#fff;display:none;flex-direction:column;font-family:"Inter",system-ui,sans-serif;color:var(--ink);line-height:1.5}
    .qf-overlay.open{display:flex}
    .qf-overlay *{box-sizing:border-box;margin:0;padding:0}
    .qf-top{padding:18px 24px 18px;max-width:680px;margin:0 auto;width:100%}
    .qf-top-row{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;margin-bottom:20px}
    .qf-logo{height:34px;width:auto;display:block}
    .qf-close{position:absolute;right:0;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1.5px solid var(--hair);background:#fff;border-radius:50%;font-size:22px;line-height:1;color:var(--ink);cursor:pointer;display:grid;place-items:center;transition:border-color .15s}
    .qf-close:hover{border-color:var(--violet)}
    .qf-progress-row{display:flex;align-items:center;gap:18px}
    .qf-progress{flex:1;height:8px;background:var(--hair);border-radius:8px;overflow:hidden}
    .qf-progress-fill{height:100%;background:var(--violet);width:4%;border-radius:8px;transition:width .35s ease}
    .qf-stepnum{font-size:13px;font-weight:700;color:var(--muted);white-space:nowrap}
    .qf-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:44px 24px 28px}
    .qf-inner{max-width:680px;margin:0 auto}
    .qf-step{display:none}
    .qf-step.active{display:block;animation:qfin .22s ease}
    @keyframes qfin{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
    .qf-h{font-family:var(--display);font-weight:600;font-size:clamp(30px,5vw,42px);line-height:1.1;letter-spacing:-.6px;margin-bottom:10px;color:var(--ink)}
    .qf-sub{color:var(--muted);font-size:16px;margin-bottom:34px}
    .qf-field{margin-bottom:18px}
    .qf-field>label{display:block;font-size:14px;font-weight:700;margin-bottom:8px;color:var(--ink)}
    .qf-field input[type=text],.qf-field input[type=tel],.qf-field input[type=email],.qf-field input[type=number],.qf-field input[type=date],.qf-field select{width:100%;border:2px solid var(--hair);border-radius:16px;padding:18px;font-size:17px;font-family:inherit;color:var(--ink);background:#fff;outline:none;transition:border-color .15s;-webkit-appearance:none;appearance:none}
    .qf-field select{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235512CC' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:44px}
    .qf-field input:focus,.qf-field select:focus{border-color:var(--violet)}
    .qf-field.err input,.qf-field.err select{border-color:#c0182b}
    .qf-money{position:relative}
    .qf-money span{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-weight:700;font-size:20px;color:var(--violet);pointer-events:none}
    .qf-money input{padding-left:36px!important;font-weight:700;font-size:20px}
    .qf-err{display:none;color:#c0182b;font-size:13px;font-weight:600;margin-top:6px}
    .qf-field.err .qf-err{display:block}
    /* choice cards */
    .qf-cards{display:grid;gap:14px}
    .qf-cards.c2{grid-template-columns:1fr 1fr}
    .qf-cards.c1{grid-template-columns:1fr}
    .qf-card{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;min-height:92px;padding:20px 18px;border:2px solid var(--hair);border-radius:20px;background:#fff;font-family:inherit;font-weight:700;font-size:16.5px;color:var(--ink);cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .1s}
    .qf-card:hover{border-color:var(--violet)}
    .qf-card:active{transform:scale(.98)}
    .qf-card.on{border-color:var(--violet);box-shadow:inset 0 0 0 1.5px var(--violet)}
    .qf-card.ic{flex-direction:column;gap:14px;min-height:150px;justify-content:center}
    .qf-card.ic .ic-svg{width:36px;height:36px;color:var(--violet)}
    .qf-cards.c1 .qf-card{justify-content:flex-start;text-align:left;min-height:auto;padding:18px 22px;font-size:16px}
    .ic-lbl{display:block}
    .qf-tick{display:none;position:absolute;top:11px;right:11px;width:24px;height:24px;border-radius:50%;background:var(--green);place-items:center}
    .qf-tick svg{width:14px;height:14px;stroke:var(--ink);stroke-width:3;fill:none}
    .qf-card.on .qf-tick{display:grid}
    .qf-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .qf-check{display:flex;gap:13px;align-items:flex-start;font-size:14px;line-height:1.5;color:var(--ink);margin-bottom:14px;cursor:pointer;border:2px solid var(--hair);border-radius:16px;padding:16px 18px}
    .qf-check.err{border-color:#c0182b}
    .qf-check input{margin-top:2px;width:20px;height:20px;flex:0 0 20px;accent-color:var(--violet)}
    /* footer */
    .qf-foot{border-top:1px solid var(--hair);background:#fff;max-width:680px;margin:0 auto;width:100%}
    .qf-trust{text-align:center;padding:16px 24px 4px}
    .qf-fcaline{display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:700;color:var(--ink)}
    .qf-shield{width:17px;height:17px;color:var(--violet)}
    .qf-fcasub{font-size:11.5px;color:var(--muted);margin-top:3px}
    .qf-nav{padding:12px 24px calc(16px + env(safe-area-inset-bottom))}
    .qf-nav>div{max-width:632px;margin:0 auto;display:flex;gap:12px}
    .qf-back{flex:0 0 auto;background:#fff;border:2px solid var(--hair);color:var(--ink);font-weight:700;font-size:16px;padding:17px 26px;border-radius:100px;cursor:pointer}
    .qf-back[disabled]{opacity:.4;cursor:not-allowed}
    .qf-next{flex:1;background:var(--green);border:none;color:var(--ink);font-family:var(--display);font-weight:600;font-size:18px;padding:17px;border-radius:100px;cursor:pointer;transition:background .15s}
    .qf-next:hover{background:var(--green-press)}
    .qf-review-group{border:1px solid var(--hair);border-radius:16px;padding:16px 20px;margin-bottom:14px}
    .qf-review-group h4{font-size:14px;font-weight:700;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
    .qf-review-group h4 button{background:none;border:none;color:var(--violet);font-weight:700;font-size:13px;cursor:pointer}
    .qf-review-row{display:flex;justify-content:space-between;gap:16px;font-size:14px;padding:3px 0;color:var(--muted)}
    .qf-review-row b{color:var(--ink);font-weight:600;text-align:right}
    .qf-done{text-align:center;padding:30px 0}
    .qf-done .tick{width:78px;height:78px;border-radius:50%;background:var(--green);display:grid;place-items:center;margin:0 auto 24px}
    .qf-done .tick svg{width:38px;height:38px;stroke:var(--ink);stroke-width:3;fill:none}
    @media(max-width:560px){.qf-card.ic{min-height:128px}.qf-body{padding-top:32px}}
  
/* ===== homepage content sections ===== */
.ddl-page .ddl-sec{padding:64px 0;border-top:1px solid var(--hair)}
.ddl-page .ddl-sec .ddl-wrap{max-width:1080px}
.ddl-page .ddl-sec h2{font-family:var(--display);font-weight:600;font-size:clamp(26px,4vw,36px);letter-spacing:-.5px;color:var(--ink);margin:0 0 12px}
.ddl-page .ddl-sec p{color:var(--muted);font-size:16px;line-height:1.65;max-width:760px}
.ddl-page .ddl-feat{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;margin-top:34px}
.ddl-page .ddl-feat:nth-child(even) .ddl-feat-img{order:2}
.ddl-page .ddl-feat img{width:100%;height:auto;border-radius:20px;display:block}
.ddl-page .ddl-feat h3{font-family:var(--display);font-weight:600;font-size:22px;color:var(--ink);margin:0 0 10px}
.ddl-page .ddl-guidegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.ddl-page .ddl-gcard{display:block;border:1px solid var(--hair);border-radius:18px;overflow:hidden;text-decoration:none;color:var(--ink);background:#fff;transition:box-shadow .15s,transform .1s}
.ddl-page .ddl-gcard:hover{box-shadow:0 8px 28px rgba(20,16,42,.08);transform:translateY(-2px)}
.ddl-page .ddl-gcard img{width:100%;height:160px;object-fit:cover;display:block}
.ddl-page .ddl-gcard .ddl-gcard-b{padding:18px 20px}
.ddl-page .ddl-gcard h3{font-family:var(--display);font-weight:600;font-size:17px;margin:0 0 7px;color:var(--violet);line-height:1.25}
.ddl-page .ddl-gcard p{font-size:14px;color:var(--muted);margin:0;line-height:1.55}
.ddl-page .ddl-viewall{display:inline-flex;align-items:center;gap:8px;margin-top:26px;font-weight:700;color:var(--violet);text-decoration:none}
.ddl-page .ddl-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.ddl-page .ddl-why-item h3{font-family:var(--display);font-weight:600;font-size:18px;color:var(--ink);margin:0 0 8px}
.ddl-page 
.ddl-page .ddl-why-item p{font-size:15px;color:var(--muted);line-height:1.6}
.ddl-page .ddl-faq{max-width:820px}
.ddl-page .ddl-faq details{border:1px solid var(--hair);border-radius:14px;padding:0;margin-bottom:12px;overflow:hidden}
.ddl-page .ddl-faq summary{cursor:pointer;list-style:none;padding:18px 22px;font-family:var(--display);font-weight:600;font-size:17px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}
.ddl-page .ddl-faq summary::-webkit-details-marker{display:none}
.ddl-page .ddl-faq summary::after{content:"+";font-size:24px;color:var(--violet);font-weight:400}
.ddl-page .ddl-faq details[open] summary::after{content:"\2212"}
.ddl-page .ddl-faq .ddl-faq-b{padding:0 22px 20px;color:var(--muted);font-size:15px;line-height:1.65}
.ddl-page .ddl-faq .ddl-faq-b strong{color:var(--ink)}
/* ===== footer ===== */
.ddl-page .ddl-footer{background:var(--ink);color:#B8B4C8;padding:54px 0 40px}
.ddl-page .ddl-footer .ddl-wrap{max-width:1080px}
.ddl-page .ddl-footer-links{display:flex;flex-wrap:wrap;gap:10px 26px;padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid rgba(255,255,255,.12)}
.ddl-page .ddl-footer-links a{color:#fff;text-decoration:none;font-weight:600;font-size:14px}
.ddl-page .ddl-footer-links a:hover{color:#fff}
.ddl-page .ddl-footer p{font-size:12.5px;line-height:1.7;color:#a79fc2;margin:0 0 12px;max-width:none}
.ddl-page .ddl-footer .ddl-copy{margin-top:18px;color:#8e86ad}
/* cookie banner */
.ddl-page .ddl-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:1200;max-width:720px;margin:0 auto;display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--hair);border-radius:16px;box-shadow:0 18px 50px rgba(20,16,42,.28);padding:14px 16px 14px 20px;font-size:14px;color:var(--ink)}
.ddl-page .ddl-cookie p{font-size:13px;line-height:1.45;color:var(--muted);margin:0;flex:1}
.ddl-page .ddl-cookie-btns{display:flex;gap:10px;flex:0 0 auto}
.ddl-page .ddl-cookie button{border-radius:100px;font-weight:700;font-size:14px;padding:11px 22px;cursor:pointer;font-family:inherit;border:none;white-space:nowrap}
.ddl-page .ddl-cookie #ck-accept{background:var(--green);color:var(--ink)}
.ddl-page .ddl-cookie #ck-accept:hover{background:var(--green-press)}
.ddl-page .ddl-cookie #ck-decline{background:transparent;color:var(--muted);border:1.5px solid var(--hair)}
.ddl-page .ddl-cookie #ck-decline:hover{border-color:var(--muted);color:var(--ink)}
@media(max-width:600px){.ddl-page .ddl-cookie{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.ddl-page .ddl-cookie-btns{justify-content:stretch}.ddl-page .ddl-cookie button{flex:1}}
.ddl-page #ck-accept{background:var(--green);border:none;color:var(--ink)}
.ddl-page #ck-decline{background:#fff;border:2px solid var(--hair);color:var(--ink)}
@media(max-width:760px){.ddl-page .ddl-feat{grid-template-columns:1fr}.ddl-page .ddl-feat:nth-child(even) .ddl-feat-img{order:0}.ddl-page .ddl-guidegrid,.ddl-page .ddl-why-grid{grid-template-columns:1fr}}
/* legal/content pages */
.ddl-page .ddl-legal{max-width:820px;margin:0 auto;padding:54px 20px 70px}
.ddl-page .ddl-legal h1{font-family:var(--display);font-weight:600;font-size:clamp(30px,5vw,42px);letter-spacing:-.6px;color:var(--ink);margin:0 0 18px}
.ddl-page .ddl-legal h2{font-family:var(--display);font-weight:600;font-size:24px;color:var(--ink);margin:34px 0 10px}
.ddl-page .ddl-legal p,.ddl-page .ddl-legal li{color:var(--muted);font-size:16px;line-height:1.7}
.ddl-page .ddl-legal ul{padding-left:22px}
.ddl-page .ddl-legal .ddl-todo{background:#fff7e6;border:1px solid #f3d27a;border-radius:12px;padding:16px 18px;color:#7a5b00;font-size:14px}
/* form as a standalone page */
.qf-overlay.open{display:flex}

/* ===== trust strip ===== */
.ddl-page .ddl-trust-strip{background:#f2f7f4;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);padding:30px 0}
.ddl-page .ddl-trust-strip .ddl-wrap{max-width:1080px}
.ddl-page .ddl-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ddl-page .ddl-ti{display:flex;flex-direction:column;gap:7px;align-items:flex-start}
.ddl-page .ddl-ti .ti-ico{width:40px;height:40px;border-radius:11px;background:#fff;border:1px solid var(--hair);display:grid;place-items:center}
.ddl-page .ddl-ti .ti-ico svg{width:36px;height:36px}
.ddl-page .ddl-ti b{font-family:var(--display);font-weight:600;font-size:16px;color:var(--ink)}
.ddl-page .ddl-ti span{font-size:13px;color:var(--muted);line-height:1.45}
.ddl-page .ddl-trust-foot{margin-top:22px;font-size:13px;color:var(--muted);line-height:1.6}
.ddl-page .ddl-trust-foot a{color:var(--violet);font-weight:600;text-decoration:none}
@media(max-width:760px){.ddl-page .ddl-trust-grid{grid-template-columns:1fr 1fr;gap:18px}}

/* ===== Trustpilot lockup ===== */
.ddl-page .ddl-tp{display:inline-flex;align-items:center;gap:10px;text-decoration:none;margin:0 0 20px}
.ddl-page .ddl-tp .tp-ex{font-family:var(--display);font-weight:600;color:#fff;font-size:15px;letter-spacing:.2px}
.ddl-page .ddl-tp .tp-stars{display:inline-flex;gap:3px}
.ddl-page .ddl-tp .tp-stars i{width:22px;height:22px;background:#00b67a;display:inline-grid;place-items:center;border-radius:3px}
.ddl-page .ddl-tp .tp-stars i svg{width:15px;height:15px;fill:#fff}
.ddl-page .ddl-tp .tp-logo{display:inline-flex;align-items:center;gap:5px;color:#fff;font-weight:700;font-size:14px}
.ddl-page .ddl-tp .tp-logo svg{width:16px;height:16px;fill:#00b67a}

/* ===== mobile menu ===== */
.ddl-page .ddl-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;border:1px solid var(--hair);border-radius:50%;background:#fff;cursor:pointer;padding:0}
.ddl-page .ddl-burger span{display:block;width:20px;height:2px;background:var(--ink);margin:0 auto;border-radius:2px;transition:transform .2s,opacity .2s}
.ddl-page .ddl-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ddl-page .ddl-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.ddl-page .ddl-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:860px){
 .ddl-page .ddl-head{position:relative}
 .ddl-page .ddl-head-right{gap:12px}
 .ddl-page .ddl-burger{display:flex}
 .ddl-page .ddl-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);box-shadow:0 16px 34px rgba(20,16,42,.10);padding:6px 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s,transform .18s,visibility .18s;z-index:60}
 .ddl-page .ddl-head.nav-open .ddl-nav{opacity:1;visibility:visible;transform:none}
 .ddl-page .ddl-nav a{padding:14px 22px;font-size:16px;border-bottom:1px solid var(--hair)}
 .ddl-page .ddl-nav a:last-child{border-bottom:0}
}

/* ===== guide template ===== */
.ddl-page .ddl-guide{display:block}
.ddl-page .ddl-ghead{background:var(--violet);color:#fff;padding:40px 20px 44px}
.ddl-page .ddl-gwrap{max-width:820px;margin:0 auto}
.ddl-page .ddl-crumb{font-size:13px;margin:0 0 18px;color:#d8ccf6}
.ddl-page .ddl-crumb a{color:#fff;text-decoration:none}
.ddl-page .ddl-crumb a:hover{text-decoration:underline}
.ddl-page .ddl-crumb span{margin:0 8px;color:#a98fe6}
.ddl-page .ddl-ghead h1{font-family:var(--display);font-weight:600;font-size:clamp(28px,5vw,42px);line-height:1.1;letter-spacing:-.6px;margin:0 0 14px}
.ddl-page .ddl-stand{font-size:18px;line-height:1.55;color:#ece4fb;margin:0 0 20px;max-width:680px}
.ddl-page .ddl-gmeta{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:13px;color:#cdbcf2}
.ddl-page .ddl-gmeta span{display:inline-flex;align-items:center;gap:7px}
.ddl-page .ddl-gmeta span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green)}
.ddl-page .ddl-gbody{max-width:820px;margin:0 auto;padding:44px 20px 70px}
.ddl-page .ddl-gbody h2{font-family:var(--display);font-weight:600;font-size:26px;color:var(--ink);margin:38px 0 12px;letter-spacing:-.3px}
.ddl-page .ddl-gbody p{font-size:17px;line-height:1.7;color:#33304a;margin:0 0 16px}
.ddl-page .ddl-gbody ul{padding-left:22px;margin:0 0 16px}
.ddl-page .ddl-gbody li{font-size:17px;line-height:1.7;color:#33304a;margin-bottom:8px}
.ddl-page .ddl-gbody sup.cite{font-size:11px;line-height:0}
.ddl-page .ddl-gbody sup.cite a{color:var(--violet);text-decoration:none;font-weight:700;padding:0 1px}
.ddl-page .ddl-callout{background:#fff;border:2px solid var(--violet);border-radius:14px;padding:18px 22px;margin:0 0 26px}
.ddl-page .ddl-callout b{display:block;font-family:var(--display);font-weight:600;color:var(--violet);font-size:15px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}
.ddl-page .ddl-callout p{margin:0;font-size:16.5px;color:var(--ink)}
.ddl-page .ddl-keybox{background:#0f0a24;color:#edf6f1;border-radius:16px;padding:24px 26px;margin:26px 0}
.ddl-page .ddl-keybox b{font-family:var(--display);font-weight:600;font-size:18px;color:#fff;display:block;margin-bottom:10px}
.ddl-page .ddl-keybox p{color:#cfc6ee;font-size:16px;margin:0}
.ddl-page .ddl-keybox .kb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}
.ddl-page .ddl-keybox .kb-grid div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px}
.ddl-page .ddl-keybox .kb-grid b{font-size:24px;color:var(--green);margin:0}
.ddl-page .ddl-keybox .kb-grid span{font-size:13px;color:#c4bae8}
.ddl-page .ddl-dtable{width:100%;border-collapse:collapse;margin:8px 0 8px;font-size:15.5px}
.ddl-page .ddl-dtable th,.ddl-page .ddl-dtable td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--hair);vertical-align:top}
.ddl-page .ddl-dtable thead th{background:#f2f7f4;color:var(--ink);font-family:var(--display);font-weight:600;font-size:14px}
.ddl-page .ddl-dtable tbody tr:last-child td{border-bottom:0}
.ddl-page .ddl-tnote{font-size:13px;color:var(--muted);margin:6px 0 0}
.ddl-page .ddl-svgfig{margin:24px 0}
.ddl-page .ddl-svgfig svg{width:100%;height:auto;border:1px solid var(--hair);border-radius:16px;background:#fff;display:block}
.ddl-page .ddl-svgfig figcaption{font-size:13px;color:var(--muted);margin-top:8px;text-align:center}
.ddl-page .ddl-gcta{background:#f2f7f4;border:1px solid #d5e7dd;border-radius:18px;padding:24px 26px;margin:30px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.ddl-page .ddl-gcta div b{font-family:var(--display);font-weight:600;font-size:19px;color:var(--ink);display:block;margin-bottom:4px}
.ddl-page .ddl-gcta div span{font-size:14.5px;color:var(--muted)}
.ddl-page .ddl-gcta a{flex:0 0 auto;background:var(--green);color:var(--ink);font-family:var(--display);font-weight:600;font-size:16px;padding:13px 26px;border-radius:100px;text-decoration:none}
.ddl-page .ddl-support{border:1px solid var(--hair);border-radius:16px;padding:22px 24px;margin:26px 0}
.ddl-page .ddl-support b{font-family:var(--display);font-weight:600;font-size:18px;color:var(--ink);display:block;margin-bottom:8px}
.ddl-page .ddl-support a{color:var(--violet);font-weight:600;text-decoration:none}
.ddl-page .ddl-review{display:flex;gap:16px;align-items:flex-start;background:#f6faf8;border:1px solid var(--hair);border-radius:16px;padding:20px 22px;margin:30px 0}
.ddl-page .ddl-review .av{flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:var(--violet);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:600;font-size:18px}
.ddl-page .ddl-review b{font-family:var(--display);font-weight:600;color:var(--ink);font-size:16px}
.ddl-page .ddl-review p{font-size:14px;color:var(--muted);margin:4px 0 0;line-height:1.6}
.ddl-page .ddl-sources{padding-left:20px;margin:6px 0 0}
.ddl-page .ddl-sources li{font-size:14px;color:var(--muted);margin-bottom:7px;line-height:1.5}
.ddl-page .ddl-sources a{color:var(--violet);text-decoration:none;word-break:break-word}
@media(max-width:620px){.ddl-page .ddl-keybox .kb-grid{grid-template-columns:1fr}.ddl-page .ddl-gcta{flex-direction:column;align-items:flex-start}}

/* warn bar: smaller on mobile (two lines) */
@media(max-width:600px){.ddl-warn{font-size:10.5px;line-height:1.3;padding:8px 14px}}
/* Get my quote: no underline */
.ddl-getquote,.ddl-sticky-cta,a.ddl-getquote{text-decoration:none}

/* guide comparison + timeline (responsive) */
.ddl-page .ddl-cmp{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ddl-page .ddl-cmp-card{border:1px solid var(--hair);border-radius:16px;padding:20px}
.ddl-page .cmp-soft{background:#fff;border-color:var(--hair);border-top:3px solid #40D875}
.ddl-page .cmp-hard{background:#fff;border-color:var(--hair);border-top:3px solid #e6a700}
.ddl-page .cmp-soft .cmp-ico svg{stroke:#40D875}
.ddl-page .cmp-hard .cmp-ico svg{stroke:#c98800}
.ddl-page .cmp-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.ddl-page .cmp-ico{width:44px;height:44px;border-radius:12px;background:#fff;border:1px solid var(--hair);display:grid;place-items:center;flex:0 0 44px}
.ddl-page .cmp-ico svg{width:22px;height:22px}
.ddl-page .cmp-t b{font-family:var(--display);font-weight:600;font-size:18px;color:var(--ink);display:block;line-height:1.2}
.ddl-page .cmp-t span{font-size:13.5px;color:var(--muted)}
.ddl-page .cmp-list{list-style:none;padding:0;margin:0}
.ddl-page .cmp-list li{display:flex;align-items:center;gap:10px;font-size:16px;color:#33304a;padding:8px 0}
.ddl-page .cmp-b{flex:0 0 22px;width:22px;height:22px;border-radius:7px;display:grid;place-items:center}
.ddl-page .cmp-b svg{width:13px;height:13px}
.ddl-page .cmp-good .cmp-b{background:#40D875}
.ddl-page .cmp-warn .cmp-b{background:#e6a700}
.ddl-page .ddl-tl{border:1px solid var(--hair);border-radius:16px;padding:20px}
.ddl-page .tl-note{font-size:13px;color:var(--green);font-weight:700;margin-bottom:10px}
.ddl-page .tl-bar{background:linear-gradient(90deg,#130D2A,rgba(20,16,42,.28));border-radius:10px;padding:13px 16px;margin-bottom:10px}
.ddl-page .tl-bar span{color:#fff;font-family:var(--display);font-weight:600;font-size:15px}
.ddl-page .tl-ticks{display:flex;justify-content:space-between;border-top:1px solid var(--hair);padding-top:8px}
.ddl-page .tl-ticks span{font-size:12.5px;color:var(--muted)}
@media(max-width:560px){.ddl-page .ddl-cmp{grid-template-columns:1fr}.ddl-page .tl-ticks span:nth-child(2),.ddl-page .tl-ticks span:nth-child(3){display:none}}

/* hero trust row: FCA cue + Trustpilot side by side without overlap */
.ddl-hero-trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 20px;margin-bottom:22px}
.ddl-hero-trust .ddl-trustcue{margin:0}
.ddl-hero-trust .ddl-tp{margin:0}
/* smaller logo on mobile */
@media(max-width:600px){}

/* trust strip: dark background */
.ddl-page .ddl-trust-strip{background:var(--violet);border:0;border-radius:28px;margin-top:0;position:relative;padding:56px 0}
.ddl-page .ddl-trust-strip .ddl-ti b{color:var(--ink)}
.ddl-page .ddl-trust-strip .ddl-ti span{color:rgba(20,16,42,.72)}
.ddl-page .ddl-trust-strip .ddl-trust-foot{color:rgba(20,16,42,.74)}
.ddl-page .ddl-trust-strip .ddl-trust-foot a{color:var(--violet);text-decoration:underline}

.ddl-page .ddl-expert{display:flex;gap:16px;background:#f2f7f4;border:1px solid #d5e7dd;border-radius:16px;padding:22px 24px;margin:28px 0}
.ddl-page .ddl-expert .av{flex:0 0 56px;width:56px;height:56px;border-radius:50%;background:var(--violet);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:600;font-size:20px;overflow:hidden}
.ddl-page .ddl-expert .av img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.ddl-page .ddl-expert .xq{font-size:17px;line-height:1.65;color:var(--ink);margin:0 0 8px;font-style:italic}
.ddl-page .ddl-expert .xn{font-size:14px;color:var(--muted);margin:0}
.ddl-page .ddl-expert .xn b{color:var(--ink);font-style:normal}
.ddl-page .ddl-related{border:1px solid var(--hair);border-radius:16px;padding:22px 24px;margin:26px 0}
.ddl-page .ddl-related b{font-family:var(--display);font-weight:600;font-size:18px;color:var(--ink);display:block;margin-bottom:12px}
.ddl-page .ddl-related ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ddl-page .ddl-related a{display:block;padding:12px 14px;border:1px solid var(--hair);border-radius:11px;text-decoration:none;color:var(--ink);font-weight:600;font-size:15px;transition:border-color .15s,color .15s}
.ddl-page .ddl-related a:hover{border-color:var(--violet);color:var(--violet)}
.ddl-page .ddl-author{display:flex;gap:18px;align-items:flex-start;background:#f6faf8;border:1px solid var(--hair);border-radius:16px;padding:22px 24px;margin:30px 0}
.ddl-page .ddl-author .av{flex:0 0 64px;width:64px;height:64px;border-radius:50%;background:var(--violet);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:600;font-size:22px;overflow:hidden}
.ddl-page .ddl-author .av img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.ddl-page .ddl-author .an{font-family:var(--display);font-weight:600;color:var(--ink);font-size:18px}
.ddl-page .ddl-author .ar{font-size:13.5px;color:var(--violet);font-weight:600;margin:2px 0 8px}
.ddl-page .ddl-author p{font-size:14.5px;color:var(--muted);margin:0;line-height:1.6}
@media(max-width:560px){.ddl-page .ddl-related ul{grid-template-columns:1fr}}

/* guide hero two-column + illustration */
.ddl-page .ddl-gwrap{display:flex;gap:30px;align-items:center}
.ddl-page .ddl-ghead-text{flex:1 1 auto;min-width:0}
.ddl-page .ddl-ghead-art{flex:0 0 280px;max-width:280px}
.ddl-page .ddl-ghead-art svg{width:100%;height:auto;display:block}
.ddl-page .ddl-illus{background:#faf7ef;border:1px solid var(--hair);border-radius:18px;padding:18px 20px;margin:24px 0;text-align:center}
.ddl-page .ddl-illus svg{width:100%;max-width:430px;height:auto;display:inline-block}
.ddl-page .ddl-illus figcaption{font-size:13px;color:var(--muted);margin-top:6px}
@media(max-width:760px){.ddl-page .ddl-gwrap{flex-direction:column;align-items:flex-start}.ddl-page .ddl-ghead-art{flex:0 0 auto;max-width:230px;margin-top:4px}}
/* careful vs costly path cards */
.ddl-page .ddl-paths{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:10px 0 18px}
.ddl-page .ddl-path{border:1px solid var(--hair);border-radius:16px;overflow:hidden;background:#fff}
.ddl-page .ddl-path .ph{padding:13px 18px;display:flex;align-items:center;gap:9px;font-family:var(--display);font-weight:600;font-size:16px}
.ddl-page .ddl-path .ph svg{width:20px;height:20px}
.ddl-page .ddl-path.good .ph{background:var(--green);color:#08351f}
.ddl-page .ddl-path.bad .ph{background:var(--violet);color:#fff}
.ddl-page .ddl-path ul{list-style:none;margin:0;padding:14px 18px 4px}
.ddl-page .ddl-path li{display:flex;gap:10px;align-items:center;font-size:15px;color:#33304a;padding:6px 0;line-height:1.4}
.ddl-page .ddl-path .li-ic{flex:0 0 19px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center}
.ddl-page .ddl-path .li-ic svg{width:11px;height:11px}
.ddl-page .ddl-path.good .li-ic{background:var(--green)}
.ddl-page .ddl-path.bad .li-ic{background:var(--violet)}
.ddl-page .ddl-path .net{margin:0;padding:12px 18px;border-top:1px solid var(--hair);font-weight:700;font-size:14.5px}
.ddl-page .ddl-path.good .net{color:#1f8f5a}
.ddl-page .ddl-path.bad .net{color:var(--violet)}
@media(max-width:560px){.ddl-page .ddl-paths{grid-template-columns:1fr}}

.ddl-page .ddl-gcard-thumb{display:flex;align-items:center;justify-content:center;height:160px;background:#faf7ef;border-bottom:1px solid var(--hair);overflow:hidden}
.ddl-page .ddl-gcard-thumb svg{height:150px;width:auto;max-width:96%}


.ddl-page main h2[id]{scroll-margin-top:84px}

/* ===== full-bleed stacked rounded sections (curves reach the page edges) ===== */
.ddl-page{background:#fff}
.ddl-hero{border-radius:28px;margin:0 0 28px;overflow:hidden}
.ddl-trust-strip{border-radius:28px 28px 0 0;margin-top:-30px;position:relative;padding:84px 0 56px;border:0}
.ddl-sec{border-radius:28px 28px 0 0;margin-top:-30px;position:relative;padding-top:94px;border-top:0}
.ddl-footer{border-radius:28px 28px 0 0;margin-top:-30px;position:relative;padding-top:84px}
.ddl-guide .ddl-ghead{border-radius:28px;margin:0;overflow:hidden}
@media(max-width:600px){
  .ddl-trust-strip,.ddl-sec,.ddl-footer{border-radius:20px 20px 0 0}
  .ddl-guide .ddl-ghead{border-radius:20px}
}
/* round inner blocks */
.ddl-feat-img{border-radius:18px;overflow:hidden}
.ddl-feat-img img{border-radius:18px;display:block}
.ddl-dtable{border:1px solid var(--hair);border-radius:14px;overflow:hidden}

/* (4) bigger, two-tone trust section */
.ddl-trust-grid{grid-template-columns:repeat(4,1fr);gap:32px}
.ddl-ti{gap:14px}
.ddl-ti .ti-ico{width:64px;height:64px;border-radius:18px;background:#fff;border:0}
.ddl-ti .ti-ico svg{width:36px;height:36px}
.ddl-ti b{font-size:18px;color:#fff}
.ddl-ti span{font-size:14px;color:#c4bcdc}
.ddl-trust-foot{margin-top:30px;font-size:13.5px}
@media(max-width:700px){.ddl-trust-grid{grid-template-columns:1fr 1fr;gap:26px}}

/* (2) clean, minimal on-this-page */
.ddl-toc{border:1px solid var(--hair);border-radius:16px;background:#fff;padding:16px 20px;margin:18px 0 28px}
.ddl-toc .toc-h{font-family:var(--display);font-weight:600;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:var(--muted);margin:0 0 8px}
.ddl-toc ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:2px 30px}
.ddl-toc li{margin:0}
.ddl-toc a{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;font-weight:600;color:var(--ink);text-decoration:none}
.ddl-toc a::before{content:"";flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:var(--green)}
.ddl-toc a:hover{color:var(--violet)}
.ddl-page main h2[id]{scroll-margin-top:90px}
@media(max-width:560px){.ddl-toc ul{grid-template-columns:1fr}}

/* guide hero illustration image + card thumb image */
.ddl-page .ddl-ghead-art{flex:0 0 320px;max-width:320px}
.ddl-page .ddl-ghead-art img{width:100%;height:auto;display:block;border-radius:18px}
.ddl-page .ddl-gcard-thumb{background:#fff}
.ddl-page .ddl-gcard-thumb img{width:100%;height:160px;object-fit:cover;object-position:center;display:block}
@media(max-width:600px){.ddl-page .ddl-trust-strip{border-radius:20px}.ddl-page .ddl-ghead-art{max-width:260px}}

/* TASK 5: next section flush under the trust band (no empty rounded reveal) */
.ddl-page .ddl-trust-strip + .ddl-sec{margin-top:0;border-top:0;border-radius:0;padding-top:60px}
/* TASK 1: wider guide illustration on mobile */
@media(max-width:760px){.ddl-page .ddl-ghead-art{flex:0 0 auto;max-width:460px;width:100%;margin-top:10px}}
@media(max-width:600px){.ddl-page .ddl-ghead-art{max-width:460px;width:100%}}
/* TOC dropdown */
.ddl-toc>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0}
.ddl-toc>summary::-webkit-details-marker{display:none}
.ddl-toc>summary::after{content:"";flex:0 0 auto;width:7px;height:7px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .2s;margin-right:2px}
.ddl-toc[open]>summary::after{transform:rotate(-135deg)}
.ddl-toc>summary.toc-h{margin:0}
.ddl-toc[open]>summary.toc-h{margin-bottom:12px}
.ddl-toc[open] ul{margin-top:0}

/* trust section redesign */
.ddl-page .ddl-trust-head{text-align:center;max-width:680px;margin:0 auto 28px}
.ddl-page .ddl-trust-head h2{font-family:var(--display);font-weight:700;color:#fff;font-size:clamp(24px,3.4vw,32px);margin:0 0 10px}
.ddl-page .ddl-trust-head p{color:rgba(255,255,255,.84);font-size:16px;line-height:1.6;margin:0}
.ddl-page .ddl-trust-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ddl-page .ddl-tc{display:flex;align-items:center;gap:14px;background:#fff;border-radius:18px;padding:18px}
.ddl-page .ddl-tc .ti-ico{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;background:none;border:0;border-radius:0}
.ddl-page .ddl-tc .ti-ico svg{width:40px;height:40px}
.ddl-page .ddl-tc-tx b{display:block;font-family:var(--display);font-weight:600;color:var(--ink);font-size:15.5px;line-height:1.2}
.ddl-page .ddl-tc-tx span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.ddl-page .ddl-rev{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 20px;background:#fff;border-radius:18px;padding:16px 24px;margin-top:16px}
.ddl-page .ddl-rev-brand{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:700;color:var(--ink);font-size:19px}
.ddl-page .ddl-rev-star{width:24px;height:24px;flex:0 0 auto}
.ddl-page .ddl-rev-txt{color:var(--muted);font-size:14.5px;margin:0}
.ddl-page .ddl-rev-btn{display:inline-flex;align-items:center;background:var(--violet);color:#fff;font-weight:700;font-size:14px;text-decoration:none;padding:10px 18px;border-radius:999px}
.ddl-page .ddl-rev-btn:hover{filter:brightness(1.08)}
@media(max-width:860px){.ddl-page .ddl-trust-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.ddl-page .ddl-trust-cards{grid-template-columns:1fr}.ddl-page .ddl-rev{flex-direction:column;text-align:center;gap:12px}}

/* author profile page */
.ddl-page .ddl-author-page{padding:58px 0 72px}
.ddl-page .ddl-ap{max-width:640px;margin:0 auto;text-align:center}
.ddl-page .ddl-ap-photo{width:148px;height:148px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 22px}
.ddl-page .ddl-ap h1{font-family:var(--display);font-weight:700;color:var(--ink);font-size:clamp(28px,4vw,38px);margin:0 0 6px}
.ddl-page .ddl-ap-role{color:var(--violet);font-weight:700;font-size:16px;margin:0 0 26px}
.ddl-page .ddl-ap-bio{text-align:left}
.ddl-page .ddl-ap-bio p{color:var(--ink);font-size:16.5px;line-height:1.7;margin:0 0 16px}
.ddl-page .ddl-ap-focus{text-align:left;color:var(--muted);font-size:14.5px;margin:8px 0 0;padding-top:18px;border-top:1px solid var(--hair)}
.ddl-page .ddl-ap-articles{text-align:left;margin-top:30px}
.ddl-page .ddl-ap-articles h2{font-family:var(--display);font-weight:600;color:var(--ink);font-size:20px;margin:0 0 12px}
.ddl-page .ddl-ap-articles ul{list-style:none;padding:0;margin:0}
.ddl-page .ddl-ap-articles li{margin:0 0 8px}
.ddl-page .ddl-ap-articles a{color:var(--violet);text-decoration:none;font-weight:600}
.ddl-page .ddl-ap-articles a:hover{text-decoration:underline}
.ddl-page .ddl-gmeta a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.ddl-page .ddl-author-more{margin:10px 0 0}
.ddl-page .ddl-author-more a{color:var(--violet);font-weight:600;text-decoration:none;font-size:14px}
.ddl-page .ddl-author-more a:hover{text-decoration:underline}

/* author page extra sections */
.ddl-page .ddl-ap-creds,.ddl-page .ddl-ap-editorial{text-align:left;margin-top:30px}
.ddl-page .ddl-ap-creds h2,.ddl-page .ddl-ap-editorial h2{font-family:var(--display);font-weight:600;color:var(--ink);font-size:20px;margin:0 0 12px}
.ddl-page .ddl-ap-creds ul{list-style:none;padding:0;margin:0}
.ddl-page .ddl-ap-creds li{position:relative;padding-left:26px;margin:0 0 12px;color:var(--ink);font-size:15px;line-height:1.6}
.ddl-page .ddl-ap-creds li::before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;border-radius:50%;background:var(--green)}
.ddl-page .ddl-ap-creds a,.ddl-page .ddl-ap-editorial a{color:var(--violet);text-decoration:none;font-weight:600}
.ddl-page .ddl-ap-creds a:hover,.ddl-page .ddl-ap-editorial a:hover{text-decoration:underline}
.ddl-page .ddl-ap-editorial p{color:var(--ink);font-size:15.5px;line-height:1.7;margin:0}

/* quick answer - scannable */
.ddl-page .ddl-callout-lead{font-weight:600;color:var(--ink);font-size:16.5px;line-height:1.55;margin:0 0 12px}
.ddl-page .ddl-callout-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.ddl-page .ddl-callout-list li{position:relative;padding-left:22px;color:var(--ink);font-size:15.5px;line-height:1.5}
.ddl-page .ddl-callout-list li::before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:2px;background:var(--violet)}
.ddl-page .ddl-callout-list b{font-weight:700;color:var(--ink)}

/* about + contact pages */
.ddl-page .ddl-legal .ddl-lede{font-size:18px;line-height:1.7;color:var(--ink);margin:0 0 10px}
.ddl-page .ddl-about-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0 10px}
.ddl-page .ddl-about-facts>div{background:#f6faf8;border:1px solid var(--hair);border-radius:14px;padding:16px}
.ddl-page .ddl-about-facts span{display:block;font-size:11.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:6px}
.ddl-page .ddl-about-facts b{display:block;font-family:var(--display);font-weight:600;color:var(--ink);font-size:15.5px;line-height:1.25;word-break:break-word}
.ddl-page .ddl-about-facts small{display:block;color:var(--muted);font-size:12.5px;margin-top:4px;line-height:1.4}
.ddl-page .ddl-steps{list-style:none;counter-reset:s;padding:0;margin:18px 0;display:grid;gap:14px}
.ddl-page .ddl-steps li{counter-increment:s;position:relative;padding-left:48px;color:var(--ink);font-size:16px;line-height:1.6}
.ddl-page .ddl-steps li::before{content:counter(s);position:absolute;left:0;top:1px;width:32px;height:32px;border-radius:10px;background:var(--violet);color:#fff;font-family:var(--display);font-weight:600;display:grid;place-items:center;font-size:15px}
.ddl-page .ddl-steps b{font-weight:700}
@media(max-width:720px){.ddl-page .ddl-about-facts{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.ddl-page .ddl-about-facts{grid-template-columns:1fr}}


.ddl-page .ddl-logo-img{height:25px}
@media(max-width:600px){.ddl-page .ddl-logo-img{height:20px}}
@media(max-width:860px){.ddl-page .ddl-head-right .ddl-pill{display:none}}

/* hero ticks: white check on green badge */
.ddl-page .ddl-hero .ddl-ticks .ddl-ck svg{stroke:#fff}

/* ---- structured footer ---- */
.ddl-page .ddl-foot-top{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:32px;padding-bottom:30px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.12)}
.ddl-page .ddl-foot-word{font-family:var(--display);font-weight:700;font-size:24px;color:#fff;letter-spacing:-.5px;line-height:1}
.ddl-page .ddl-foot-word span{color:#a98fe6;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;vertical-align:super;margin-left:3px}
.ddl-page .ddl-footer .ddl-foot-tag{font-size:13px;line-height:1.7;color:#a79fc2;margin:13px 0 16px;max-width:330px}
.ddl-page .ddl-foot-reg{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:#e7e3f5;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:100px;padding:7px 14px}
.ddl-page .ddl-foot-reg svg{width:15px;height:15px;stroke:var(--green);stroke-width:2;fill:none}
.ddl-page .ddl-foot-col{display:flex;flex-direction:column;gap:11px}
.ddl-page .ddl-foot-col h3{font-family:var(--display);font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:#fff;margin:0 0 5px}
.ddl-page .ddl-foot-col a{color:#B8B4C8;text-decoration:none;font-size:14px;font-weight:500}
.ddl-page .ddl-foot-col a:hover{color:#fff}
.ddl-page .ddl-foot-disc{padding-bottom:20px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}
.ddl-page .ddl-footer .ddl-foot-disc p{font-size:12px;line-height:1.7;color:#8e86ad;margin:0 0 10px}
.ddl-page .ddl-foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.ddl-page .ddl-footer .ddl-foot-bottom .ddl-copy{margin:0;color:#8e86ad;font-size:12.5px}
.ddl-page .ddl-footer .ddl-foot-mini{margin:0;color:#8e86ad;font-size:12px}
@media(max-width:860px){.ddl-page .ddl-foot-top{grid-template-columns:1fr 1fr;gap:26px}.ddl-page .ddl-foot-brand{grid-column:1/-1}}
@media(max-width:520px){.ddl-page .ddl-foot-top{grid-template-columns:1fr}}

/* ---- structured contact page ---- */
.ddl-legal.ddl-contact{max-width:1000px}
.ddl-contact .ddl-chero{background:var(--violet);color:#fff;border-radius:20px;padding:42px 38px;margin-bottom:26px}
.ddl-contact .ddl-chero h1{color:#fff;margin:0 0 10px}
.ddl-contact .ddl-chero p{color:rgba(255,255,255,.86);font-size:17px;line-height:1.6;max-width:640px;margin:0 0 20px}
.ddl-contact .ddl-chero-mail{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--violet);font-weight:700;text-decoration:none;padding:11px 18px;border-radius:100px;font-size:15px}
.ddl-contact .ddl-chero-mail svg{width:17px;height:17px;stroke:var(--violet);stroke-width:2;fill:none}
.ddl-contact .ddl-cgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:26px}
.ddl-contact .ddl-ccard{background:#fff;border:1px solid var(--hair);border-radius:16px;padding:24px}
.ddl-contact .ddl-ccard-ic{display:inline-flex;margin-bottom:10px}
.ddl-contact .ddl-ccard-ic svg{width:48px;height:48px}
.ddl-contact .ddl-ccard h2{font-size:19px;margin:0 0 8px}
.ddl-contact .ddl-ccard p{font-size:14.5px;line-height:1.6;color:var(--muted);margin:0 0 14px}
.ddl-contact .ddl-ccard a{font-weight:700;color:var(--violet);text-decoration:none;font-size:14.5px}
.ddl-contact .ddl-ccard a:hover{text-decoration:underline}
.ddl-contact .ddl-ccard-note{font-weight:700;color:var(--muted);font-size:14px}
.ddl-contact .ddl-cnotice{display:flex;gap:14px;background:#fff7e6;border:1px solid #f3d27a;border-radius:14px;padding:18px 20px;margin-bottom:34px}
.ddl-contact .ddl-cnotice svg{flex:0 0 auto;width:20px;height:20px;stroke:#c98800;stroke-width:2;fill:none;margin-top:2px}
.ddl-contact .ddl-cnotice b{display:block;margin-bottom:4px;color:var(--ink)}
.ddl-contact .ddl-cnotice p{margin:0;font-size:14px;line-height:1.6;color:#7a5b00}
.ddl-contact .ddl-csec{margin:4px 0 0}
.ddl-contact .ddl-cband{display:flex;align-items:center;justify-content:space-between;gap:22px;background:var(--violet);color:#fff;border-radius:20px;padding:32px 36px;margin-top:32px;flex-wrap:wrap}
.ddl-contact .ddl-cband h2{color:#fff;margin:0 0 6px}
.ddl-contact .ddl-cband p{color:rgba(255,255,255,.86);margin:0;font-size:15px;line-height:1.55;max-width:540px}
.ddl-contact .ddl-cband-btn{background:var(--green);color:var(--ink);font-weight:700;text-decoration:none;padding:14px 24px;border-radius:100px;white-space:nowrap}
@media(max-width:760px){.ddl-contact .ddl-cgrid{grid-template-columns:1fr}.ddl-contact .ddl-chero{padding:32px 24px}}

.ddl-page .ddl-foot-logo{height:23px;width:auto;display:block;margin-bottom:2px}
@media(max-width:600px){.ddl-page .ddl-foot-logo{height:20px}}
/* ---- homepage browse-by hub ---- */
.ddl-page .ddl-browse-h{font-family:var(--display);font-weight:700;font-size:17px;color:var(--ink);margin:24px 0 14px}
.ddl-page .ddl-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:10px}
.ddl-page .ddl-chips a{display:inline-flex;align-items:center;justify-content:center;padding:12px 10px;background:#fff;border:1.5px solid #fff;border-radius:100px;font-family:var(--display);font-weight:600;color:#130D2A;text-decoration:none;font-size:15px}
.ddl-page .ddl-chips a:hover{border-color:#130D2A;background:#fff}
.ddl-page .ddl-typegrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:14px}
.ddl-page .ddl-typegrid a{display:block;background:#fff;border:1px solid var(--hair);border-radius:14px;padding:16px 18px;text-decoration:none;transition:border-color .15s,box-shadow .15s}
.ddl-page .ddl-typegrid b{display:block;font-family:var(--display);font-weight:600;color:var(--ink);font-size:15.5px;margin-bottom:3px}
.ddl-page .ddl-typegrid span{display:block;color:var(--muted);font-size:13px;line-height:1.4}
.ddl-page .ddl-typegrid a:hover{border-color:var(--violet);box-shadow:0 6px 18px rgba(20,16,42,.07)}

/* 5-star trustpilot in trust box */
.ddl-page .ddl-rev-brand{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}
.ddl-page .ddl-rev-stars{display:inline-flex;gap:3px}
.ddl-page .ddl-rev-stars i{width:26px;height:26px;background:#00b67a;display:inline-grid;place-items:center;border-radius:4px}
.ddl-page .ddl-rev-stars i svg{width:17px;height:17px}
.ddl-page .ddl-rev-name{display:inline-flex;align-items:center;gap:5px;font-family:var(--display);font-weight:700;color:var(--ink);font-size:18px}
.ddl-page .ddl-rev-name svg{width:18px;height:18px}

/* ---- compare-loans panel ---- */
.ddl-page .ddl-compare{background:#f2f7f4;border:1px solid #d5e7dd;border-radius:24px;padding:40px 40px 32px}
.ddl-page .ddl-compare-head{max-width:780px}
.ddl-page .ddl-compare-head h2{margin:0 0 12px}
.ddl-page .ddl-compare-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.ddl-page .ddl-compare-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:26px 0 18px}
.ddl-page .ddl-cf{background:#fff;border:1px solid var(--hair);border-radius:16px;padding:20px 18px}
.ddl-page .ddl-cf-ic{display:block;margin-bottom:10px}
.ddl-page .ddl-cf-ic svg{width:42px;height:42px}
.ddl-page .ddl-cf b{display:block;font-family:var(--display);font-weight:700;color:var(--ink);font-size:19px;line-height:1.15;margin-bottom:4px}
.ddl-page .ddl-cf span{display:block;color:var(--muted);font-size:13.5px;line-height:1.4}
.ddl-page .ddl-compare-note{display:flex;align-items:center;gap:11px;background:#fff;border-radius:12px;padding:14px 18px}
.ddl-page .ddl-compare-note svg{flex:0 0 auto;width:23px;height:23px}
.ddl-page .ddl-compare-note span{font-weight:600;color:var(--ink);font-size:14.5px;line-height:1.5}
@media(max-width:860px){.ddl-page .ddl-compare-grid{grid-template-columns:1fr 1fr}.ddl-page .ddl-compare{padding:30px 24px}}
@media(max-width:520px){.ddl-page .ddl-compare-grid{grid-template-columns:1fr}}

/* ---- shared CTA band ---- */
.ddl-page .ddl-ctaband{display:flex;align-items:center;justify-content:space-between;gap:22px;background:var(--violet);color:#fff;border-radius:24px;padding:34px 38px;margin:36px 0;flex-wrap:wrap}
.ddl-page .ddl-ctaband h2{color:#fff;margin:0 0 6px}
.ddl-page .ddl-ctaband p{color:rgba(255,255,255,.86);margin:0;font-size:15px;max-width:560px;line-height:1.55}
.ddl-page .ddl-ctaband a{background:var(--green);color:var(--ink);font-weight:700;text-decoration:none;padding:14px 26px;border-radius:100px;white-space:nowrap}
/* ---- about page ---- */
.ddl-page .ddl-ahero{background:var(--violet);color:#fff;border-radius:24px;padding:46px 44px;margin-bottom:34px}
.ddl-page .ddl-ahero h1{color:#fff;margin:0 0 14px}
.ddl-page .ddl-about .ddl-ahero-lede{color:rgba(255,255,255,.9);font-size:18px;line-height:1.65;max-width:790px;margin:0 0 22px}
.ddl-page .ddl-ahero-badges{display:flex;flex-wrap:wrap;gap:10px}
.ddl-page .ddl-ahero-badges span{display:inline-flex;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:100px;padding:8px 15px;font-size:13px;font-weight:600;color:#fff}
.ddl-page .ddl-asec{margin-bottom:34px}
.ddl-page .ddl-acards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}
.ddl-page .ddl-acard{background:#fff;border:1px solid var(--hair);border-radius:18px;padding:24px}
.ddl-page .ddl-acard-ic{display:block;margin-bottom:12px}
.ddl-page .ddl-acard-ic svg{width:46px;height:46px}
.ddl-page .ddl-acard h3{font-family:var(--display);font-size:18px;margin:0 0 8px;color:var(--ink)}
.ddl-page .ddl-acard p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}
.ddl-page .ddl-runcard{display:flex;gap:18px;align-items:center;background:#f2f7f4;border:1px solid #d5e7dd;border-radius:18px;padding:22px 24px}
.ddl-page .ddl-runcard img{width:72px;height:72px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.ddl-page .ddl-runcard p{margin:0 0 8px}
.ddl-page .ddl-runcard a{font-weight:700;color:var(--violet);text-decoration:none}
@media(max-width:760px){.ddl-page .ddl-acards{grid-template-columns:1fr}.ddl-page .ddl-ahero{padding:34px 24px}.ddl-page .ddl-runcard{flex-direction:column;text-align:center}}
/* ---- guides index ---- */
.ddl-page .ddl-ghero{background:var(--violet);color:#fff;border-radius:24px;padding:46px 44px;margin-bottom:34px}
.ddl-page .ddl-ghero h1{color:#fff;margin:0 0 12px}
.ddl-page .ddl-ghero p{color:rgba(255,255,255,.88);font-size:17px;line-height:1.6;max-width:790px;margin:0}
.ddl-page .ddl-gsec{margin-bottom:40px}
.ddl-page .ddl-gsec>h2{font-size:23px;margin:0 0 18px}
.ddl-page .ddl-gcards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ddl-page .ddl-linkgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ddl-page .ddl-linkgrid a{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--hair);border-radius:12px;padding:14px 16px;text-decoration:none;color:var(--ink);font-weight:600;font-size:14.5px;transition:border-color .15s,box-shadow .15s}
.ddl-page .ddl-linkgrid a:hover{border-color:var(--violet);box-shadow:0 6px 16px rgba(20,16,42,.06)}
.ddl-page .ddl-linkgrid a svg{flex:0 0 auto;width:15px;height:15px;stroke:var(--violet);stroke-width:2.5;fill:none}
@media(max-width:900px){.ddl-page .ddl-gcards{grid-template-columns:1fr 1fr}.ddl-page .ddl-linkgrid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ddl-page .ddl-gcards{grid-template-columns:1fr}.ddl-page .ddl-linkgrid{grid-template-columns:1fr}.ddl-page .ddl-ghero,.ddl-page .ddl-ahero{padding:34px 24px}}

/* ---- find the loan: amount panel + type icons ---- */
.ddl-page .ddl-browse-amounts{background:#B8B4C8;border:1px solid #b0abc0;border-radius:18px;padding:22px 24px;margin-top:24px}
.ddl-page .ddl-browse-lbl{display:flex;align-items:baseline;gap:10px;font-family:var(--display);font-weight:700;font-size:17px;color:var(--ink);margin-bottom:14px}
.ddl-page .ddl-browse-lbl small{font-family:var(--body);font-weight:500;font-size:13px;color:var(--muted)}
.ddl-page .ddl-typegrid a{display:flex;flex-direction:column}
.ddl-page .ddl-tg-ic{display:inline-flex;margin-bottom:11px}
.ddl-page .ddl-tg-ic svg{width:34px;height:34px}
/* ---- why choose: icon cards ---- */
.ddl-page .ddl-why-item{background:#fff;border:1px solid var(--hair);border-radius:18px;padding:26px 24px}
.ddl-page .ddl-why-ic{display:block;margin-bottom:14px}
.ddl-page .ddl-why-ic svg{width:46px;height:46px}
.ddl-page .ddl-why-item p{margin:0}
@media(max-width:560px){.ddl-page .ddl-browse-amounts{padding:18px 16px}}

/* ---- why-choose: 4 across ---- */
.ddl-page .ddl-why-grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.ddl-page .ddl-why-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ddl-page .ddl-why-grid{grid-template-columns:1fr}}
/* ---- calculator reassurance line ---- */
.ddl-page .ddl-reassure{display:flex;align-items:center;justify-content:center;gap:8px;margin:14px 0 0;font-size:13.5px;font-weight:600;color:rgba(255,255,255,.92)}
.ddl-reassure-note{margin:7px auto 0;max-width:46ch;font-size:11.5px;line-height:1.5;color:rgba(255,255,255,.6)}
.ddl-page .ddl-reassure svg{flex:0 0 auto;width:19px;height:19px}
/* ---- what affects acceptance ---- */
.ddl-page .ddl-accept{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
.ddl-page .ddl-accept-item{background:#fff;border:1px solid var(--hair);border-radius:16px;padding:22px 20px}
.ddl-page .ddl-accept-ic{display:inline-flex;margin-bottom:10px}
.ddl-page .ddl-accept-ic svg{width:36px;height:36px}
.ddl-page .ddl-accept-item b{display:block;font-family:var(--display);font-weight:600;font-size:16px;color:var(--ink);margin-bottom:5px}
.ddl-page .ddl-accept-item p{margin:0;font-size:13.5px;color:var(--muted);line-height:1.55}
.ddl-page .ddl-accept-note{margin-top:18px;font-size:14px;color:var(--muted)}
@media(max-width:900px){.ddl-page .ddl-accept{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.ddl-page .ddl-accept{grid-template-columns:1fr}}
/* ---- reviewed-by line ---- */
.ddl-page .ddl-reviewed-sec{padding-top:0}
.ddl-page .ddl-reviewed{margin:0;font-size:13.5px;color:var(--muted);text-align:center}
.ddl-page .ddl-reviewed a{color:var(--violet);font-weight:600;text-decoration:none}
/* ---- visible focus states (a11y) ---- */
.ddl-page a:focus-visible,.ddl-page button:focus-visible,.ddl-page input:focus-visible,.ddl-page summary:focus-visible,.ddl-page .ddl-burger:focus-visible{outline:3px solid #40D875;outline-offset:2px;border-radius:6px}
.ddl-page .ddl-range:focus-visible{outline:3px solid #40D875;outline-offset:4px}
/* ---- sticky bar: reveal on scroll ---- */
.ddl-page .ddl-sticky{opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}
.ddl-page .ddl-sticky.show{opacity:1;transform:none;pointer-events:auto}

/* ---- March 2026 data section ---- */
.ddl-page .ddl-data-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:26px 0 30px}
.ddl-page .ddl-dstat{background:#f2f7f4;border:1px solid #d5e7dd;border-radius:18px;padding:26px 24px;text-align:center}
.ddl-page .ddl-dstat b{display:block;font-family:var(--display);font-weight:700;font-size:38px;line-height:1;color:#1faf63;margin-bottom:8px}
.ddl-page .ddl-dstat span{display:block;font-size:14px;color:var(--muted)}
.ddl-page .ddl-data-split{background:#fff;border:1px solid var(--hair);border-radius:20px;padding:28px 28px 24px}
.ddl-page .ddl-data-split h3{font-family:var(--display);font-weight:700;font-size:19px;margin:0 0 6px;color:var(--ink)}
.ddl-page .ddl-data-insight{margin:0 0 20px;font-size:15px;color:var(--ink);font-weight:600}
.ddl-page .ddl-bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}
.ddl-page .ddl-bars li{display:grid;grid-template-columns:230px 1fr 54px;align-items:center;gap:14px}
.ddl-page .ddl-bar-l{font-size:14px;color:var(--ink);font-weight:600}
.ddl-page .ddl-bar-track{height:14px;background:#e9f6ef;border-radius:100px;overflow:hidden}
.ddl-page .ddl-bar-track i{display:block;height:100%;border-radius:100px;background:linear-gradient(90deg,#40D875,#1faf63)}
.ddl-page .ddl-bar-v{font-family:var(--display);font-weight:700;font-size:14px;color:#1faf63;text-align:right}
.ddl-page .ddl-data-meth{margin:18px 0 0;font-size:12.5px;color:var(--muted);line-height:1.5}
@media(max-width:760px){.ddl-page .ddl-data-stats{grid-template-columns:1fr}.ddl-page .ddl-dstat b{font-size:34px}.ddl-page .ddl-bars li{grid-template-columns:1fr 50px;grid-template-areas:"label val" "track track";row-gap:6px}.ddl-page .ddl-bar-l{grid-area:label}.ddl-page .ddl-bar-v{grid-area:val}.ddl-page .ddl-bar-track{grid-area:track}}

/* ---- data study page ---- */
.ddl-page .ddl-study .ddl-data-split{margin-bottom:6px}
.ddl-page .ddl-study-meth{background:#f6faf8;border:1px solid var(--hair);border-radius:16px;padding:22px 24px}
.ddl-page .ddl-study-meth p{font-size:13.5px;color:var(--muted);line-height:1.6;margin:0 0 12px}
.ddl-page .ddl-study-meth p:last-child{margin-bottom:0}
.ddl-page .ddl-study-meth a{color:var(--violet);font-weight:600;text-decoration:none}
.ddl-page .ddl-data-more{margin:18px 0 0}
.ddl-page .ddl-data-more a{color:var(--violet);font-weight:700;text-decoration:none}

/* --- full-bleed page: remove default body margin so navy warn bar + footer reach the edges --- */
html,body{margin:0;padding:0}
body{background:#130D2A}
/* --- richer mobile menu --- */
@media(max-width:860px){
  #ddl-nav{padding:8px 0}
  #ddl-nav a{display:block;position:relative;color:var(--ink);font-weight:600;letter-spacing:-.1px;transition:background .15s ease,color .15s ease,padding-left .15s ease}
  #ddl-nav a:hover{background:rgba(64,216,117,.12);color:var(--violet);padding-left:28px}
  #ddl-nav a[aria-current]{background:rgba(64,216,117,.14);color:var(--violet)}
  #ddl-nav a[aria-current]::before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:0 4px 4px 0;background:var(--green)}
  #ddl-nav a::after{content:"\203A";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:20px;opacity:.45}
}

.tp-stars i.tp-half{background:linear-gradient(90deg,#00b67a 40%,#c9c9d4 40%)}

/* --- remove annoying mobile double-tap zoom on interactive controls --- */
a,button,input,select,textarea,label,.ddl-step,.qf-card{touch-action:manipulation}
/* --- dark navbar: header goes navy so the hero reads as one block up to the top --- */
.ddl-head{background:var(--violet)}
.ddl-head .ddl-nav a{color:#fff}
.ddl-head .ddl-nav a:hover,.ddl-head .ddl-nav a[aria-current]{color:var(--green)}
.ddl-head .ddl-burger{background:transparent;border-color:rgba(255,255,255,.32)}
.ddl-head .ddl-burger span{background:#fff}
.ddl-hero{border-radius:0 0 28px 28px}

/* remove decorative dots above the slider knob */
.ddl-knob-eyes{display:none}
/* mute the compliance warning bar so it recedes into the navy top */
.ddl-warn{color:#8f8aa3;font-weight:500}
.ddl-warn a{color:#aca7c0}
/* cookie bar: more presence on entry, obvious dismiss on mobile */
.ddl-cookie{animation:ck-rise .42s cubic-bezier(.16,1,.3,1) both}
@keyframes ck-rise{from{transform:translateY(26px);opacity:0}to{transform:none;opacity:1}}
.ddl-cookie #ck-accept{box-shadow:0 6px 18px rgba(64,216,117,.38)}
@media(max-width:560px){
  .ddl-cookie{left:10px;right:10px;bottom:10px;flex-direction:column;align-items:stretch;gap:12px;padding:18px}
  .ddl-cookie-btns{flex-direction:column;gap:8px}
  .ddl-cookie button{width:100%;padding:15px;font-size:16px}
}

/* white, dismissible warning bar (prominent but closable) */
.ddl-warn{background:#fff;color:var(--ink);font-weight:500}
.ddl-warn a{color:var(--violet);text-decoration:underline}
.ddl-warn-x{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:0;background:none;color:var(--muted);font-size:22px;line-height:1;cursor:pointer;border-radius:50%;display:grid;place-items:center;padding:0}
.ddl-warn-x:hover{background:rgba(19,13,42,.07);color:var(--ink)}
/* 4.5 stars (reflects the 4.4 rating) on both trustpilot rows */
.tp-stars i.tp-half,.ddl-rev-stars i.tp-half{background:linear-gradient(90deg,#00b67a 50%,#c9c9d4 50%)}

/* subtle dot texture on the navy areas (matches the illustrations) */
.ddl-head,.ddl-hero,.ddl-ctaband,.ddl-footer{background-image:radial-gradient(rgba(255,255,255,.06) 1.5px,transparent 1.6px);background-size:26px 26px}

/* representative example: prominent APR block + tidier spacing */
.ddl-repex{max-width:820px;margin:36px auto 0;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}
.ddl-repex-apr{display:inline-flex;align-items:baseline;gap:10px;background:rgba(65,216,117,.12);border:1px solid rgba(65,216,117,.38);border-radius:14px;padding:12px 22px}
.ddl-repex-apr .lbl{font-size:14px;font-weight:600;color:#fff;opacity:.85}
.ddl-repex-apr strong{font-family:var(--display);font-weight:700;font-size:30px;color:var(--green);letter-spacing:-.5px;line-height:1}
.ddl-repex .ddl-rep{margin-top:18px}
.ddl-repex .ddl-example{margin-bottom:12px}

/* popular loan-type cards (full-bleed photo, navy overlay, hover lift) */
.ddl-cards-sec{padding:10px 0}
.ddl-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:26px}
.ddl-card{position:relative;display:block;aspect-ratio:.74;border-radius:28px;overflow:hidden;text-decoration:none;color:#fff;background:var(--violet);box-shadow:0 10px 30px -18px rgba(0,0,0,.45);transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease}
.ddl-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.ddl-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(19,13,42,.28) 0%,rgba(19,13,42,0) 26%,rgba(19,13,42,.10) 50%,rgba(19,13,42,.62) 76%,rgba(19,13,42,.94) 100%)}
.ddl-card-arrow{position:absolute;top:20px;right:20px;z-index:2;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.10);backdrop-filter:blur(4px);transition:background .35s,color .35s,border-color .35s,transform .35s}
.ddl-card-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:26px 26px 28px;display:flex;flex-direction:column;gap:10px}
.ddl-card-body h3{margin:0;font-family:var(--display);font-weight:700;font-size:28px;line-height:1.05;letter-spacing:-.01em;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.28)}
.ddl-card-body p{margin:0;font-size:15px;line-height:1.4;color:rgba(255,255,255,.9);max-width:27ch;text-shadow:0 1px 8px rgba(0,0,0,.32)}
.ddl-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px -12px rgba(0,0,0,.55)}
.ddl-card:hover img{transform:scale(1.06)}
.ddl-card:hover .ddl-card-arrow{background:var(--green);color:#140a2e;border-color:var(--green);transform:scale(1.08)}

/* trust bar: drop the blue background, make it a light section */
.ddl-trust-strip{background:#fff;border:0;border-radius:0;margin-top:0;padding:56px 0}
.ddl-trust-head h2{color:var(--ink)}
.ddl-trust-head p{color:var(--muted)}
.ddl-tc{border:1px solid var(--hair);box-shadow:0 6px 20px -14px rgba(20,16,42,.16)}
/* remove the thin hairline dividers between white sections */
.ddl-sec{border-top:0}

/* center the representative example under the form */
.ddl-repex{text-align:center}
/* trust items: contrast with a light tint instead of white-on-white */
.ddl-tc{background:#f2f2f8;border:0;box-shadow:none}
/* flatten white sections: no rounded boundaries / negative margins / dividers, consistent padding */
.ddl-sec{border-top:0;border-radius:0;margin-top:0;padding:60px 0}
.ddl-trust-strip{padding:60px 0}
.ddl-cards-sec{padding:60px 0}
/* remove decorative dots from the blue backgrounds */
.ddl-hero::before{display:none}
.ddl-head,.ddl-hero,.ddl-ctaband,.ddl-footer{background-image:none}

/* author byline: centered + formatted */
.ddl-reviewed{display:flex;align-items:center;justify-content:center;gap:14px;max-width:560px;margin:8px auto 0;text-align:left}
.ddl-reviewed-av{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:0 0 52px}
.ddl-reviewed-by{margin:0;font-family:var(--display);font-weight:600;color:var(--ink);font-size:15px}
.ddl-reviewed-by a{color:var(--violet);text-decoration:none}
.ddl-reviewed-by a:hover{text-decoration:underline}
.ddl-reviewed-meta{margin:2px 0 0;font-size:13px;color:var(--muted)}
/* FAQ centered */
.ddl-faq-sec h2{text-align:center}
.ddl-faq{margin:0 auto}
/* loan guide cards: show more of the image */
.ddl-gcard img,.ddl-gcard-thumb,.ddl-gcard-thumb img{height:220px}
/* trust strip: contained narrow navy panel instead of full-width blue */
.ddl-trust-strip{background:#fff;padding:60px 0}
.ddl-trust-strip .ddl-wrap{background:var(--violet);border-radius:28px;padding:48px 44px;max-width:980px;box-shadow:0 20px 50px -26px rgba(19,13,42,.5)}
.ddl-trust-head h2{color:#fff}
.ddl-trust-head p{color:rgba(255,255,255,.84)}
.ddl-trust-foot{color:rgba(255,255,255,.7)}
.ddl-tc{background:#fff;border:0;box-shadow:none}
/* slider knob grows while dragging */
.ddl-knob{transition:transform .16s cubic-bezier(.2,.8,.2,1),box-shadow .16s ease}
.ddl-rangebox.dragging .ddl-knob{transform:translate(-50%,-50%) scale(1.32);box-shadow:0 6px 18px rgba(20,16,42,.42)}
