/* Cars With Fares consumer service storefront. Scoped to this page. */
.cwf-services-page{background:var(--surface);color:var(--fg)}
.cwf-services-main{padding-top:76px}
.cwf-services-wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.cwf-services-crumb{display:flex;gap:12px;align-items:center;padding:30px 0;font-size:12px;font-weight:500}
.cwf-services-crumb a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.cwf-services-hero{display:grid;grid-template-columns:1.07fr 1fr;gap:70px;align-items:center;padding-bottom:64px}
.cwf-services-hero h1{font-size:clamp(42px,5.3vw,76px);line-height:1.02;font-weight:650;letter-spacing:-.065em;margin:0 0 25px;max-width:640px}
.cwf-services-hero p{font-size:18px;line-height:1.65;max-width:470px;margin:0 0 30px;color:var(--fg)}
.cwf-services-hero-photo{width:100%;height:480px;object-fit:cover;object-position:63% 50%;border-radius:6px;display:block}
.cwf-services-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px}
.cwf-services-button{display:inline-flex;justify-content:center;align-items:center;gap:22px;min-height:52px;padding:13px 22px;background:var(--blue);border:1px solid var(--blue);border-radius:4px;color:var(--surface);font-size:14px;font-weight:650;line-height:1.4;text-decoration:none;transition:background .2s}
.cwf-services-button:hover{background:var(--blue2);color:var(--surface);text-decoration:none}
.cwf-services-link{display:inline-flex;gap:14px;align-items:center;color:var(--fg);font-size:14px;font-weight:650;text-decoration:underline;text-underline-offset:5px}
.cwf-services-link:hover{color:var(--blue)}
.cwf-services-hero .cwf-services-location{font-size:12px;line-height:1.65;margin:24px 0 0;max-width:450px}
.cwf-services-catalog{padding:82px 0 88px;background:var(--bg)}
.cwf-services-heading{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:36px}
.cwf-services-heading h2,.cwf-services-ppi h2,.cwf-services-assurance h2,.cwf-services-faq h2{font-size:clamp(32px,3.2vw,48px);line-height:1.12;letter-spacing:-.045em;font-weight:650;margin:0;max-width:610px}
.cwf-services-heading p{font-size:15px;line-height:1.65;max-width:390px;margin:0;color:var(--fg)}
.cwf-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.cwf-services-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:0 3px 10px rgba(15,26,47,.035);color:var(--fg);text-decoration:none;transition:border-color .2s,box-shadow .2s}
.cwf-services-card:hover{border-color:var(--blue);box-shadow:0 8px 22px rgba(15,26,47,.08);text-decoration:none;color:var(--fg)}
.cwf-services-card img{display:block;width:100%;aspect-ratio:1.72;object-fit:cover}
.cwf-services-card-body{display:flex;flex-direction:column;flex:1;padding:24px}
.cwf-services-card h3{font-size:23px;line-height:1.2;letter-spacing:-.035em;font-weight:650;margin:0 0 12px}
.cwf-services-card p{font-size:14px;line-height:1.7;margin:0 0 21px;color:var(--fg)}
.cwf-services-card-action{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:17px;border-top:1px solid var(--line);font-size:13px;font-weight:650;color:var(--blue)}
.cwf-services-arrow{font-size:21px;line-height:1;font-weight:400}
.cwf-services-help{display:flex;justify-content:space-between;align-items:center;gap:26px;padding:30px 0 0;font-size:15px;line-height:1.6}
.cwf-services-help p{margin:0;color:var(--fg)}
.cwf-services-help a{white-space:nowrap}
.cwf-services-ppi{margin:80px auto;background:var(--ink-band);color:var(--surface);border-radius:6px;display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:52px}
.cwf-services-ppi h2{color:var(--surface);max-width:450px;margin-bottom:20px}
.cwf-services-ppi p{color:var(--surface);font-size:16px;line-height:1.7;max-width:440px;margin-bottom:26px}
.cwf-services-ppi .cwf-services-button{background:var(--surface);border-color:var(--surface);color:var(--ink-band)}
.cwf-services-ppi .cwf-services-button:hover{background:var(--bg)}
.cwf-services-packages{align-self:center;display:grid;gap:0}
.cwf-services-package{color:var(--surface);display:grid;grid-template-columns:1fr auto;gap:8px 20px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.23);padding:21px 0}
.cwf-services-package:first-child{padding-top:0}
.cwf-services-package:last-child{border-bottom:0;padding-bottom:0}
.cwf-services-package:hover{color:var(--surface);text-decoration:none}
.cwf-services-package:hover strong{text-decoration:underline;text-underline-offset:5px}
.cwf-services-package strong{font-size:19px;letter-spacing:-.025em;font-weight:600}
.cwf-services-package b{font-size:25px;letter-spacing:-.035em;font-weight:550}
.cwf-services-package span{font-size:12px;grid-column:1/-1;color:var(--surface)}
.cwf-services-directory{padding-bottom:80px}
.cwf-services-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:45px}
.cwf-services-directory-grid a{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:14px 0;border-bottom:1px solid var(--line);color:var(--fg);font-size:14px;font-weight:500;text-decoration:none}
.cwf-services-directory-grid a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.cwf-services-assurance{background:var(--bg);padding:76px 0}
.cwf-services-assurance-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.cwf-services-assurance h2{margin-bottom:25px}
.cwf-services-assurance-list{display:grid;gap:24px}
.cwf-services-assurance-list h3{font-size:19px;letter-spacing:-.025em;margin:0 0 7px;font-weight:600}
.cwf-services-assurance-list p{font-size:14px;line-height:1.75;color:var(--fg);margin:0}
.cwf-services-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding-top:80px;padding-bottom:80px}
.cwf-services-faq-list details{border-bottom:1px solid var(--line);padding:21px 0}
.cwf-services-faq-list details:first-child{padding-top:0}
.cwf-services-faq-list summary{display:flex;justify-content:space-between;gap:25px;align-items:center;font-size:16px;font-weight:600;list-style:none;cursor:pointer;line-height:1.5}
.cwf-services-faq-list summary::-webkit-details-marker{display:none}
.cwf-services-faq-list summary::after{content:'+';font-size:24px;font-weight:400}
.cwf-services-faq-list details[open] summary::after{content:'−'}
.cwf-services-faq-list p{font-size:14px;line-height:1.75;color:var(--fg);margin:15px 0 0;max-width:550px}
.cwf-services-faq-list p a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.cwf-services-page .rv{background:var(--bg);border-radius:0;border-inline:0;margin:0;padding:70px 0}
.cwf-services-page .rv__mx{width:min(1240px,calc(100% - 96px));max-width:none;padding:0;margin:auto}
.cwf-services-page .rv__h{font-size:clamp(32px,3.2vw,48px);letter-spacing:-.045em;font-weight:650}
.cwf-services-page .rv__q{border-radius:6px}
.cwf-services-main a:focus-visible,.cwf-services-main summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
@media(min-width:1500px){.cwf-services-hero-photo{height:510px}}
@media(max-width:1000px){.cwf-services-wrap,.cwf-services-page .rv__mx{width:calc(100% - 48px)}.cwf-services-hero{gap:35px}.cwf-services-hero-photo{height:420px}.cwf-services-grid{gap:18px}.cwf-services-card-body{padding:20px}.cwf-services-card h3{font-size:20px}.cwf-services-ppi{gap:35px;padding:36px}.cwf-services-assurance-layout{gap:50px}.cwf-services-faq{gap:50px}}
@media(max-width:760px){.cwf-services-main{padding-top:70px}.cwf-services-hero{grid-template-columns:1fr;gap:30px;padding-bottom:36px}.cwf-services-crumb{padding:24px 0}.cwf-services-hero h1{font-size:52px;max-width:570px}.cwf-services-hero p{font-size:16px}.cwf-services-hero-photo{height:320px;object-position:center 55%}.cwf-services-catalog{padding:50px 0}.cwf-services-heading{display:block;margin-bottom:25px}.cwf-services-heading p{margin-top:16px;max-width:500px}.cwf-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cwf-services-help{display:block}.cwf-services-help a{margin-top:15px}.cwf-services-ppi{grid-template-columns:1fr;margin:50px auto;padding:30px;gap:35px}.cwf-services-ppi h2{max-width:500px}.cwf-services-directory{padding-bottom:50px}.cwf-services-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px}.cwf-services-assurance{padding:50px 0}.cwf-services-assurance-layout{grid-template-columns:1fr;gap:35px}.cwf-services-faq{grid-template-columns:1fr;gap:30px;padding-top:50px;padding-bottom:50px}.cwf-services-page .rv{padding:50px 0}}
@media(max-width:500px){.cwf-services-wrap,.cwf-services-page .rv__mx{width:calc(100% - 36px)}.cwf-services-hero h1{font-size:46px}.cwf-services-actions{gap:20px}.cwf-services-hero-photo{height:245px}.cwf-services-grid{grid-template-columns:1fr;gap:22px}.cwf-services-card img{aspect-ratio:1.85}.cwf-services-card-body{padding:24px}.cwf-services-card h3{font-size:24px}.cwf-services-card p{font-size:15px}.cwf-services-ppi{padding:28px 22px}.cwf-services-directory-grid{grid-template-columns:1fr}.cwf-services-heading h2,.cwf-services-ppi h2,.cwf-services-assurance h2,.cwf-services-faq h2{font-size:35px}}
@media(prefers-reduced-motion:reduce){.cwf-services-main *{transition:none!important}}
