
:root{
 --purple:#3d124f; --purple2:#5b1d72; --gold:#c89a2b; --gold2:#e0bb62;
 --ink:#201c24; --muted:#6f6672; --soft:#faf7fb; --line:#e9e3eb; --white:#fff;
 --shadow:0 12px 32px rgba(55,28,67,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:white;line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:linear-gradient(90deg,var(--purple),#2f0d3d);color:white}
.topbar .container{padding:.68rem 0;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.93rem}
.site-header{background:white;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.8rem 0}
.brand img{width:250px;height:100px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:1.4rem}
.nav-links a:not(.btn){font-weight:700;color:#4b4450}
.nav-links a:not(.btn):hover{color:var(--purple)}
.menu-toggle{display:none;border:0;background:none;color:var(--purple);font-size:1.6rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.18rem;border-radius:8px;border:2px solid transparent;font-weight:800;cursor:pointer}
.btn-gold{background:var(--gold);color:white}
.btn-gold:hover{background:#b88a22}
.btn-outline{background:white;border-color:var(--purple);color:var(--purple)}
.hero{background:linear-gradient(90deg,#fff 0 44%,#f4efe8 44%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;min-height:500px}
.hero-copy{padding:4.5rem 2.6rem 4rem 0;align-self:center}
.eyebrow{font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-size:.8rem}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--purple);line-height:1.08}
h1{font-size:clamp(2.7rem,5vw,4.8rem);margin:.55rem 0 1rem}
h2{font-size:clamp(2rem,3.5vw,3rem);margin:0 0 .9rem}
h3{font-size:1.35rem;margin:.25rem 0 .6rem}
.hero-copy p{font-size:1.13rem;max-width:560px;color:#4e4752}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.5rem 0}
.phone-highlight{font-size:1.25rem;font-weight:800;color:var(--purple)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.categories{background:white;padding:1rem 0 0}
.categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.category{padding:1rem;text-align:center;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow);min-height:100%;display:flex;flex-direction:column}
.category img{height:110px;width:100%;object-fit:contain;margin-bottom:.65rem}
.category h3{font-size:1.15rem;line-height:1.1;min-height:2.5rem;display:flex;align-items:center;justify-content:center}
.category p{font-size:.88rem;color:var(--muted);min-height:68px;flex:1}
.category a{font-weight:800;color:var(--purple);font-size:.9rem}
.category a:hover{text-decoration:underline}
.why{background:linear-gradient(90deg,#321041,#4b155f);color:white;padding:2.6rem 0}
.why h2{color:white;text-align:center}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.3rem}
.why-card{padding:1rem 1.2rem;border-right:1px solid rgba(255,255,255,.25)}
.why-card:last-child{border-right:0}
.why-card h3{color:var(--gold2);font-family:Arial,Helvetica,sans-serif;font-size:1.05rem}
.why-card p{margin:0;color:#f3edf4}
.section{padding:4.3rem 0}
.section-soft{background:var(--soft)}
.center{text-align:center}
.lead{max-width:780px;margin:.35rem auto 0;color:var(--muted)}
.carousel-shell{position:relative;margin-top:2rem}
.carousel-window{overflow:hidden}
.logo-track,.testimonial-track{display:flex;transition:transform .45s ease}
.logo-card{flex:0 0 230px;height:110px;margin-right:1rem;border:1px solid var(--line);border-radius:10px;background:#fff;padding:.6rem;display:flex;align-items:center;justify-content:center}
.logo-card img{max-width:100%;max-height:88px;object-fit:contain}
.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:var(--purple);color:white;font-size:1.4rem;z-index:2;cursor:pointer}
.carousel-btn.prev{left:-12px}.carousel-btn.next{right:-12px}
.testimonial-card{flex:0 0 calc(33.333% - 1rem);margin-right:1rem;border:1px solid var(--line);border-radius:12px;background:white;padding:1.5rem;box-shadow:0 8px 20px rgba(55,28,67,.06)}
.testimonial-card blockquote{margin:0;color:#47404a}
.testimonial-card strong{display:block;margin-top:1rem;color:var(--purple)}
.cta{background:var(--purple);color:white}
.cta h2{color:white}
.cta-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:center}
.page-hero{padding:4rem 0 3rem;background:linear-gradient(110deg,#f8f2fa,#fff)}
.content-grid{display:grid;grid-template-columns:1fr 340px;gap:2.5rem}
.sidebar{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:1.4rem;align-self:start}
.checks li{margin:.5rem 0}
form{display:grid;gap:1rem}
label{font-weight:700;font-size:.92rem}
input,select,textarea{width:100%;padding:.85rem;border:1px solid #cfc6d3;border-radius:7px;font:inherit}
textarea{min-height:140px}
.notice{padding:1rem;border-left:4px solid var(--gold);background:#fff9e8;color:#594a2a}
.success-box{max-width:720px;margin:2rem auto;padding:2rem;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);text-align:center}
footer{background:#211126;color:#e8e0ea;padding:2.8rem 0 1.1rem}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr .8fr;gap:2rem}
footer h3{font-family:Arial,Helvetica,sans-serif;color:white;font-size:1rem}
footer a{color:#e8e0ea}
.footer-logo{width:240px;background:white;border-radius:8px;padding:5px}
.social-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:800}
.fb{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:white;font-size:1.5rem}
.footer-bottom{border-top:1px solid #4b3651;margin-top:2rem;padding-top:1rem;font-size:.83rem;color:#bdb1c0}
@media(max-width:930px){
 .menu-toggle{display:block}
 .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:1rem 4%;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
 .nav-links.open{display:flex}
 .hero{background:white}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:3rem 0}.hero-media{min-height:360px}
 .category{flex-basis:calc((100% - 16px)/2)}
 .why-grid,.footer-grid,.cta-grid,.content-grid{grid-template-columns:1fr}
 .why-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
 .testimonial-card{flex-basis:calc(50% - 1rem)}
}
@media(max-width:600px){
 .topbar .container{display:block;text-align:center}.topbar span{display:block;margin:.2rem 0}
 .brand img{width:210px;height:84px}
 .hero-actions .btn{width:100%}
 .category{flex-basis:100%}
 .testimonial-card{flex-basis:100%}
 .carousel-btn.prev{left:2px}.carousel-btn.next{right:2px}
}


/* Final client revisions */
.header-credentials{display:flex;align-items:center;gap:1rem;margin-left:auto}
.independent-mark{width:150px;height:64px;object-fit:contain;background:white}
.header-inner .nav-links{margin-left:1rem}
.facebook-section{background:#faf7fb}
.facebook-card{max-width:760px;margin:1.6rem auto 0;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:var(--shadow);overflow:hidden}
.facebook-card iframe{display:block;width:100%;height:500px;border:0}
#jones-ai-chat-mount{position:fixed;right:20px;bottom:20px;z-index:90}
.footer-contact a{color:#e8e0ea}
.footer-contact a:hover{text-decoration:underline}
@media(max-width:930px){
 .header-credentials{margin-left:0}
 .independent-mark{width:120px;height:54px}
 .header-inner{gap:.8rem}
}
@media(max-width:650px){
 .independent-mark{width:92px;height:44px}
 .brand img{width:180px;height:72px}
 .facebook-card iframe{height:430px}
 #jones-ai-chat-mount{right:12px;bottom:12px}
}

/* Final carousel + Facebook reliability fix */
.testimonial-track{display:flex;gap:16px;transition:transform .35s ease;will-change:transform}
.testimonial-card{margin-right:0!important}
.carousel-btn:disabled{opacity:.35;cursor:default}
.facebook-cta-card{max-width:700px;margin:1.6rem auto 0;padding:2.2rem;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}
.facebook-cta-card h3{margin-top:.7rem}
.fb-large{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto;background:#1877f2;color:#fff;font-size:2rem;font-weight:800}


/* Client polish revisions — Aug 2026 */
/* Keep the hero image fully filling its panel so no tan background gap is exposed. */
.hero-grid{min-height:460px}
.hero-media{
 overflow:hidden;
 background:#fff;
 min-width:0;
 width:calc(100% + (100vw - min(1180px,92vw))/2);
}
.hero-media img{display:block;width:100%;height:100%;min-height:460px;object-fit:cover;object-position:center center}

/* Show the photo-based coverage cards in a wider desktop row, matching the approved reference. */
.category{flex:0 0 calc((100% - 80px)/6);padding:.85rem}
.category img{height:105px}
.category p{min-height:62px}

/* Carriers auto-scroll only; testimonials remain manual with arrows. */
.logos-prev,.logos-next{display:none}

@media(max-width:930px){
 .hero-media{width:100%}
 .hero-media img{min-height:360px}
 .category{flex-basis:calc((100% - 32px)/3)}
}
@media(max-width:600px){
 .hero-grid{min-height:0}
 .hero-media img{min-height:320px}
 .category{flex-basis:100%}
}


/* Final adjustment: static coverage cards without arrows */
@media(max-width:930px){
 .categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
 .categories-grid{grid-template-columns:1fr}
}


/* Final client-approved coverage icon tiles */
.categories{padding:1.15rem 0 1.4rem;background:#fff}
.icon-tiles-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(55,28,67,.05)}
.icon-tile{min-height:190px;padding:1.25rem .65rem .9rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--line);background:#fff;transition:background .2s ease,transform .2s ease}
.icon-tile:last-child{border-right:0}
.icon-tile:hover{background:#fcfafc}
.tile-icon{width:66px;height:66px;color:var(--purple);display:flex;align-items:center;justify-content:center;margin-bottom:.55rem}
.tile-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.tile-label{font-weight:800;color:#252128;font-size:.96rem;line-height:1.22;min-height:48px;display:flex;align-items:center;justify-content:center}
.tile-accent{display:block;width:36px;height:3px;background:var(--gold);margin-top:.7rem;border-radius:4px}
@media(max-width:930px){
 .icon-tiles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .icon-tile{border-bottom:1px solid var(--line)}
 .icon-tile:nth-child(3n){border-right:0}
 .icon-tile:nth-last-child(-n+3){border-bottom:0}
}
@media(max-width:600px){
 .icon-tiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .icon-tile{min-height:165px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
 .icon-tile:nth-child(3n){border-right:1px solid var(--line)}
 .icon-tile:nth-child(2n){border-right:0}
 .icon-tile:nth-last-child(-n+2){border-bottom:0}
 .tile-icon{width:58px;height:58px}
 .tile-label{font-size:.9rem}
}
