/**
 * Elite Home Insurance — site-wide black, ivory and gold identity.
 * Loaded last so legacy theme and Elementor colours resolve consistently.
 */
:root{
  --elite-black:#171717;
  --elite-charcoal:#24211c;
  --elite-gold:#b78a2e;
  --elite-gold-light:#d7ad56;
  --elite-gold-dark:#8f671d;
  --elite-ivory:#f7f3e9;
  --elite-cream:#eee4cf;
  --elite-copy:#555049;
  --elite-border:#e3d8c2;
}

body{color:var(--elite-copy);background:#fff}
body h1,body h2,body h3,body h4,body h5,body h6{color:var(--elite-black)}
body a{transition:color .2s ease,background-color .2s ease,border-color .2s ease}
body a:hover{color:var(--elite-gold-dark)}
body ::selection{background:var(--elite-gold);color:#fff}

/* Global header and navigation */
body:not(.elite-home) .header-area,
body:not(.elite-home) .menu-area,
body:not(.elite-home) #header-sticky{background:#fff!important}
body:not(.elite-home) .menu-area{border-bottom:1px solid rgba(183,138,46,.24)!important;box-shadow:0 7px 25px rgba(23,23,23,.06)}
body:not(.elite-home) .main-menu ul li a,
body:not(.elite-home) .main-menu ul li>a{color:var(--elite-black)!important}
body:not(.elite-home) .main-menu ul li:hover>a,
body:not(.elite-home) .main-menu ul li.active>a,
body:not(.elite-home) .main-menu ul li.current-menu-item>a{color:var(--elite-gold)!important}
body:not(.elite-home) .main-menu .sub-menu{border-top:3px solid var(--elite-gold)!important;background:#fff!important;box-shadow:0 15px 35px rgba(23,23,23,.12)!important}
body:not(.elite-home) .header-top{background:var(--elite-black)!important;color:var(--elite-cream)!important}
body:not(.elite-home) .header-top a,
body:not(.elite-home) .header-social a{color:var(--elite-cream)!important}
body:not(.elite-home) .header-top a:hover,
body:not(.elite-home) .header-social a:hover{color:var(--elite-gold-light)!important}
body:not(.elite-home) .mean-container .mean-bar,
body:not(.elite-home) .mean-container .mean-nav{background:var(--elite-black)!important}

/* Page banners and breadcrumbs */
body:not(.elite-home) .breadcrumb-area{background-color:var(--elite-charcoal)!important}
body:not(.elite-home) .breadcrumb-area::after{background:linear-gradient(90deg,rgba(17,16,14,.94),rgba(46,39,25,.66))!important}
body:not(.elite-home) .breadcrumb-area::before{content:"";position:absolute;z-index:1;top:0;bottom:0;left:7%;width:2px;background:linear-gradient(transparent,var(--elite-gold-light),transparent);transform:skewX(-10deg)}
body:not(.elite-home) .breadcrumb-title h2{color:#fff!important}
body:not(.elite-home) .breadcrumb-item,
body:not(.elite-home) .breadcrumb-item.active{color:var(--elite-cream)!important}
body:not(.elite-home) .breadcrumb-item a{color:var(--elite-gold-light)!important}

/* Buttons, calls to action and links */
body:not(.elite-home) .btn,
body:not(.elite-home) button[type="submit"],
body:not(.elite-home) input[type="submit"],
body:not(.elite-home) .elementor-button,
body:not(.elite-home) .blog-btn a,
body:not(.elite-home) .blog__btn a{
  border-color:var(--elite-gold)!important;
  background:linear-gradient(135deg,var(--elite-gold-light),var(--elite-gold-dark))!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(143,103,29,.2)!important;
}
body:not(.elite-home) .btn:hover,
body:not(.elite-home) button[type="submit"]:hover,
body:not(.elite-home) input[type="submit"]:hover,
body:not(.elite-home) .elementor-button:hover,
body:not(.elite-home) .blog-btn a:hover,
body:not(.elite-home) .blog__btn a:hover{border-color:var(--elite-black)!important;background:var(--elite-black)!important;color:#fff!important}
body:not(.elite-home) .section-title span,
body:not(.elite-home) .section-title small,
body:not(.elite-home) .sub-title,
body:not(.elite-home) .entry-meta a,
body:not(.elite-home) .blog-meta a{color:var(--elite-gold)!important}

/* Cards, content and sidebars */
body:not(.elite-home) .service-box,
body:not(.elite-home) .services-box,
body:not(.elite-home) .blog-deatails-box,
body:not(.elite-home) article,
body:not(.elite-home) .sidebar-widget .widget{border-color:var(--elite-border)!important}
body:not(.elite-home) .service-box:hover,
body:not(.elite-home) .services-box:hover{border-color:var(--elite-gold)!important;box-shadow:0 18px 42px rgba(23,23,23,.09)!important}
body:not(.elite-home) .widget-title::before,
body:not(.elite-home) .widget-title::after{background:var(--elite-gold)!important}
body:not(.elite-home) .sidebar-widget a:hover,
body:not(.elite-home) .widget a:hover{color:var(--elite-gold)!important}
body:not(.elite-home) blockquote{border-left-color:var(--elite-gold)!important;background:var(--elite-ivory)!important}
body:not(.elite-home) .pagination .page-numbers.current,
body:not(.elite-home) .pagination a:hover{border-color:var(--elite-gold)!important;background:var(--elite-gold)!important;color:#fff!important}

/* Forms */
body:not(.elite-home) input,
body:not(.elite-home) select,
body:not(.elite-home) textarea{border-color:var(--elite-border)!important;background:#fff;color:var(--elite-black)}
body:not(.elite-home) input:focus,
body:not(.elite-home) select:focus,
body:not(.elite-home) textarea:focus{border-color:var(--elite-gold)!important;outline:3px solid rgba(183,138,46,.14)!important;box-shadow:none!important}

/* Footer */
body:not(.elite-home) .footer-bg,
body:not(.elite-home) footer{background:var(--elite-black)!important;color:#cfc6b6!important}
body:not(.elite-home) footer h1,
body:not(.elite-home) footer h2,
body:not(.elite-home) footer h3,
body:not(.elite-home) footer h4{color:#fff!important}
body:not(.elite-home) footer a{color:#d8cfbf!important}
body:not(.elite-home) footer a:hover{color:var(--elite-gold-light)!important}
body:not(.elite-home) .copyright-wrap,
body:not(.elite-home) .copyright-bg{border-color:rgba(215,173,86,.2)!important;background:#100f0d!important}

/* Homepage and Elementor components beyond the hero */
.elite-home,.elite-home.elementor-page{--ink:#171717;--deep:#11100e;--green:#b78a2e;--mint:#f4ecd8;--sand:#f7f3e9;--orange:#b78a2e;--line:#e3d8c2}
.elite-home .elite-intro,.elite-home .elite-process{background:#fff}
.elite-home .elite-cover,.elite-home .elite-contact,
.elite-home.elementor-page .elite-cover,.elite-home.elementor-page .elite-contact{background:var(--elite-ivory)!important}
.elite-home .elite-confidence,.elite-home .elite-claims,
.elite-home.elementor-page .elite-confidence,.elite-home.elementor-page .elite-claims{background:var(--elite-black)!important}
.elite-home em,.elite-home .elite-eyebrow.dark,
.elite-home.elementor-page em,.elite-home.elementor-page .elite-eyebrow{color:var(--elite-gold)!important}
.elite-home .elite-benefit-grid i,.elite-home .elite-cover-card>i,
.elite-home .elite-contact-points i{color:var(--elite-gold)!important}
.elite-home .elite-cover-card,.elite-home .elite-form{border-color:var(--elite-border)!important}
.elite-home .elite-building,.elite-home .elite-contents,.elite-home .elite-combined{border-top-color:var(--elite-gold)!important}
.elite-home .elite-process-grid b{background:var(--elite-gold)!important}

/* Brand-only hero followed by the relocated supporting content. */
.elite-home .elite-hero{min-height:590px}
.elite-home .elite-hero-inner{justify-content:center!important}
.elite-home .elite-hero .elite-hero-inner>.elementor-widget-wrap{justify-content:center!important}
.elite-home .elite-hero .elite-eyebrow{max-width:540px!important;margin-bottom:22px!important;color:var(--elite-gold-light)!important;font-size:12px!important;line-height:1.55!important;letter-spacing:.12em!important;text-transform:uppercase}
.elite-home .elite-hero h1,
.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title{max-width:600px!important;color:#fff!important;font-size:clamp(58px,6vw,88px)!important;line-height:.95!important}
.elite-home .elite-hero-followup{position:relative;padding:92px 0;background:#fff;border-bottom:1px solid var(--elite-border)}
.elite-home .elite-hero-followup::before{content:"";position:absolute;top:0;left:max(24px,calc((100vw - 1160px)/2));width:110px;height:4px;background:linear-gradient(90deg,var(--elite-gold),var(--elite-gold-light))}
.elite-home .elite-hero-followup__grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);gap:90px;align-items:start}
.elite-home .elite-hero-followup__heading h2{margin:0;color:var(--elite-black);font:400 clamp(42px,4vw,60px)/1.04 'Frank Ruhl Libre',Georgia,serif;letter-spacing:-.04em}
.elite-home .elite-hero-followup__heading h2 em{color:var(--elite-gold)!important}
.elite-home .elite-hero-followup__content .elite-hero-copy{max-width:680px!important;margin:0;color:var(--elite-copy)!important;font-size:17px!important;line-height:1.78!important}
.elite-home .elite-hero-followup__content .elite-actions{margin-top:30px}
.elite-home .elite-hero-followup__content .elite-button-link{color:var(--elite-black)}
.elite-home .elite-hero-followup__content .elite-hero-proof{margin-top:34px;padding-top:22px;border-top:1px solid var(--elite-border);color:#6a6256}
.elite-home.elementor-page .elite-hero-followup__content>.elementor-widget{width:auto!important;max-width:680px!important;margin-bottom:0!important}
.elite-home.elementor-page .elite-hero-followup__content>.elite-button-primary{margin-top:30px!important}
.elite-home.elementor-page .elite-hero-followup__content>.elite-button-primary .elementor-button{border-color:var(--elite-gold)!important;background:linear-gradient(135deg,var(--elite-gold-light),var(--elite-gold-dark))!important;color:#fff!important}

/* Reference-inspired banner composition: curved dark panel over a full-height home image. */
.elite-home .elite-hero,
.elite-home.elementor-page .elementor-section.elite-hero{position:relative!important;isolation:isolate;min-height:620px!important;background-color:#0b151d!important;background-position:center right!important;background-size:cover!important;overflow:hidden!important}
.elite-home .elite-hero::before,
.elite-home.elementor-page .elementor-section.elite-hero::before{content:""!important;position:absolute!important;z-index:1!important;inset:0 auto 0 0!important;width:57%!important;height:auto!important;border:0!important;border-radius:0 52% 52% 0/0 50% 50% 0!important;background:linear-gradient(135deg,#07141e 0%,#0c2030 68%,#101e25 100%)!important;clip-path:none!important;box-shadow:28px 0 55px rgba(0,0,0,.16)!important;transform:none!important}
.elite-home .elite-hero::after,
.elite-home.elementor-page .elementor-section.elite-hero::after{content:none!important;display:none!important;background:none!important}
.elite-home .elite-hero-inner,
.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner{position:relative!important;z-index:3!important;flex:0 0 53%!important;width:53%!important;max-width:none!important;background:transparent!important;overflow:visible!important}
.elite-home .elite-hero-inner::before,
.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner::before{content:"";position:absolute;z-index:-1;top:0;right:-20px;bottom:0;width:26px;border-radius:50%;background:linear-gradient(180deg,transparent 3%,var(--elite-gold-light) 18%,var(--elite-gold-dark) 82%,transparent 97%);opacity:.9;transform:skewX(-7deg)}
.elite-home .elite-hero-inner::after,
.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner::after{content:"";position:absolute;left:18px;top:50%;width:76px;height:160px;opacity:.26;transform:translateY(-50%);background-image:radial-gradient(circle,var(--elite-gold-light) 2px,transparent 2.5px);background-size:24px 24px;pointer-events:none}
.elite-home .elite-hero-inner,
.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner>.elementor-widget-wrap{padding:90px 80px 90px max(72px,calc((100vw - 1200px)/2))!important;align-items:flex-start!important;justify-content:center!important}
.elite-home .elite-hero .elite-eyebrow{display:flex!important;gap:10px;max-width:510px!important;align-items:center;color:var(--elite-gold-light)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.13em!important}
.elite-home .elite-hero .elite-eyebrow::before{content:"\f3ed";font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-weight:900;color:var(--elite-gold-light);font-size:15px}
.elite-home .elite-hero h1,
.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title{max-width:590px!important;margin:0!important;color:#fff!important;font-size:clamp(64px,6.5vw,94px)!important;line-height:.92!important;letter-spacing:-.055em!important;text-shadow:0 5px 32px rgba(0,0,0,.28)!important}
.elite-home .elite-hero h1 em,
.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title em{position:relative;display:inline-block;color:var(--elite-gold-light)!important;font-weight:400}
.elite-home .elite-hero h1 em::after,
.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title em::after{content:"";position:absolute;right:0;bottom:-8px;left:5%;height:3px;border-radius:50%;background:linear-gradient(90deg,transparent,var(--elite-gold-light) 15%,var(--elite-gold) 85%,transparent);transform:rotate(-2deg)}
.elite-home .elite-hero-image,
.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-image{position:relative!important;z-index:1!important;flex:0 0 47%!important;width:47%!important;background:transparent!important}
.elite-banner-assurance{position:absolute;z-index:5;right:5%;bottom:28px;display:flex;gap:16px;width:min(360px,34vw);min-height:92px;padding:18px 24px;border:1px solid rgba(183,138,46,.25);border-radius:10px;background:rgba(255,255,255,.96);align-items:center;color:var(--elite-black);box-shadow:0 18px 45px rgba(0,0,0,.25);backdrop-filter:blur(12px)}
.elite-banner-assurance__icon{display:grid;flex:0 0 54px;width:54px;height:54px;border-radius:50%;background:var(--elite-black);place-items:center;color:var(--elite-gold-light);font-size:21px;box-shadow:inset 0 0 0 2px rgba(215,173,86,.42)}
.elite-banner-assurance small,.elite-banner-assurance strong{display:block}
.elite-banner-assurance small{margin-bottom:3px;color:#786f61;font-size:11px}
.elite-banner-assurance strong{color:#27231d;font:600 18px/1.2 'Frank Ruhl Libre',Georgia,serif}
.cover-rebuild,.process-rebuild,.contact-rebuild{color:var(--elite-black)!important}
.cover-rebuild{background:var(--elite-ivory)!important}
.contact-rebuild{background:linear-gradient(135deg,#f8f4ea,#eee3cd)!important}
.cover-rebuild__eyebrow,.process-rebuild__eyebrow,.contact-rebuild__eyebrow,
.cover-rebuild__header h2 em,.process-rebuild__intro h2 em,.contact-rebuild__details h2 em{color:var(--elite-gold)!important}
.cover-rebuild__card:before,.cover-rebuild__card--contents:before,.cover-rebuild__card--combined:before{background:var(--elite-gold)!important}
.cover-rebuild__icon,.cover-rebuild__card--contents .cover-rebuild__icon,.cover-rebuild__card--combined .cover-rebuild__icon{background:#f3ead6!important;color:var(--elite-gold-dark)!important}
.process-rebuild__icon,.process-rebuild__steps li:nth-child(2) .process-rebuild__icon,.process-rebuild__steps li:nth-child(3) .process-rebuild__icon,
.contact-rebuild__list i{background:var(--elite-gold)!important}
.cover-rebuild__card>a,.process-rebuild__intro>a{border-color:var(--elite-gold)!important;color:var(--elite-gold-dark)!important}
.cover-rebuild__card>a:hover{background:var(--elite-gold)!important;color:#fff!important}

@media(max-width:767px){
  body:not(.elite-home) .breadcrumb-area::before{left:18px}
  .elite-home .elite-hero{min-height:0}
  .elite-home .elite-hero h1,.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title{font-size:clamp(48px,15vw,64px)!important}
  .elite-home .elite-hero-followup{padding:68px 0}
  .elite-home .elite-hero-followup__grid{grid-template-columns:1fr;gap:32px}
  .elite-home .elite-hero,.elite-home.elementor-page .elementor-section.elite-hero{min-height:650px!important;padding:0!important}
  .elite-home .elite-hero::before,.elite-home.elementor-page .elementor-section.elite-hero::before{width:100%!important;border-radius:0!important;background:linear-gradient(180deg,rgba(7,20,30,.98) 0%,rgba(7,20,30,.9) 60%,rgba(7,20,30,.18) 100%)!important}
  .elite-home .elite-hero::after,.elite-home.elementor-page .elementor-section.elite-hero::after{background-position:center!important}
  .elite-home .elite-hero-inner,.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner{width:100%!important}
  .elite-home .elite-hero-inner,.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner>.elementor-widget-wrap{padding:74px 24px 240px!important}
  .elite-home .elite-hero-inner::before,.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner::before{display:none}
  .elite-home .elite-hero-inner::after,.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner::after{left:auto;right:10px;top:130px}
  .elite-home .elite-hero-image,.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-image{display:none!important}
  .elite-banner-assurance{right:20px;bottom:20px;left:20px;width:auto;min-height:82px;padding:15px 18px}
}

/* Photographic cover-card headers replacing the former icon tiles. */
.cover-rebuild__media{position:relative;width:100%;height:190px;margin:0 0 28px;border:1px solid rgba(183,138,46,.18);border-radius:10px;background:#eee4cf;overflow:hidden}
.cover-rebuild__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(8,26,40,.2));pointer-events:none}
.cover-rebuild__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.cover-rebuild__card:hover .cover-rebuild__media img{transform:scale(1.045)}
.cover-rebuild__card--building .cover-rebuild__media img{object-position:center 48%}
.cover-rebuild__card--contents .cover-rebuild__media img{object-position:center 58%}
.cover-rebuild__card--combined .cover-rebuild__media img{object-position:center 54%}
.cover-rebuild__icon{display:none!important}
@media(max-width:767px){.cover-rebuild__media{height:210px;margin-bottom:24px}}
@media(prefers-reduced-motion:reduce){.cover-rebuild__media img{transition:none}.cover-rebuild__card:hover .cover-rebuild__media img{transform:none}}

/* Cohesive redesign: protection introduction, Why Elite and benefit showcase. */
.elite-home .elite-hero-followup{padding:96px 0;background:linear-gradient(135deg,#faf7f0 0%,#f2e9d8 100%);border:0}
.elite-home .elite-hero-followup::before{top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#171717 0 32%,#b78a2e 32% 68%,#171717 68%)}
.elite-home .elite-hero-followup::after{content:"";position:absolute;right:-120px;bottom:-190px;width:420px;height:420px;border:1px solid rgba(183,138,46,.13);border-radius:50%;pointer-events:none}
.elite-home .elite-hero-followup__grid{position:relative;z-index:1;grid-template-columns:minmax(330px,.9fr) minmax(440px,1.1fr);gap:80px;align-items:center}
.elite-home .elite-hero-followup__heading{padding:8px 0}
.elite-home .elite-hero-followup__heading h2{font-size:clamp(48px,4.5vw,68px);line-height:1}
.elite-home .elite-hero-followup__content{padding:38px 42px;border:1px solid rgba(183,138,46,.2);border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 20px 52px rgba(55,44,24,.09);backdrop-filter:blur(8px)}
.elite-home .elite-hero-followup__content .elite-hero-copy{font-size:16px!important;line-height:1.75!important}
.elite-home .elite-hero-followup__content .elite-button-primary{margin-top:24px!important}
.elite-home .elite-hero-followup__content-header{margin:0 0 28px;padding:0 0 25px;border-bottom:1px solid rgba(183,138,46,.22)}
.elite-home .elite-hero-followup__content-header>p{display:flex;gap:11px;margin:0 0 14px!important;align-items:center;color:var(--elite-gold-dark)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.15em!important;text-transform:uppercase}
.elite-home .elite-hero-followup__content-header>p span{display:block;width:30px;height:1px;background:var(--elite-gold)}
.elite-home .elite-hero-followup__content-header h2{margin:0;color:var(--elite-black);font:400 clamp(38px,3.3vw,52px)/1.03 'Frank Ruhl Libre',Georgia,serif;letter-spacing:-.035em}
.elite-home .elite-hero-followup__content-header h2 em{color:var(--elite-gold)!important}
.elite-home .elite-hero-followup__content>.elite-button-primary,.elite-home .elite-hero-followup__content>.elite-actions{display:none!important}
.elite-home .elite-hero-followup__image{position:relative;width:100%;height:480px;margin:0;border:1px solid rgba(183,138,46,.26);border-radius:16px;background:#171717;box-shadow:0 24px 58px rgba(55,44,24,.16);overflow:hidden}
.elite-home .elite-hero-followup__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(17,17,15,.28));pointer-events:none}
.elite-home .elite-hero-followup__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.elite-home .elite-hero-followup__image:hover img{transform:scale(1.035)}

@media(min-width:961px){
  .elite-home.elementor-page .elementor-section.elite-intro{padding:92px 24px!important;background:#fff!important}
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container{display:grid!important;grid-template-columns:minmax(280px,.85fr) minmax(300px,.9fr) minmax(360px,1.05fr)!important;gap:52px!important;width:100%!important;max-width:1280px!important;align-items:center!important}
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container>.elementor-column{display:flex!important;width:100%!important;min-width:0!important}
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container>.elementor-column:first-child>.elementor-widget-wrap{padding:0!important}
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container>.elementor-column:nth-child(2)>.elementor-widget-wrap{padding:30px 0!important;border-top:1px solid rgba(183,138,46,.28);border-bottom:1px solid rgba(183,138,46,.28)}
  .elite-home.elementor-page .elementor-section.elite-intro .elite-image-widget-column{grid-column:3!important;grid-row:1!important;width:100%!important;margin:0!important;padding:0!important}
  .elite-home.elementor-page .elementor-section.elite-intro .elite-image-widget-column>.elementor-widget-wrap{width:100%!important;max-width:none!important}
  .elite-home.elementor-page .elementor-section.elite-intro .elite-editable-section-image .elementor-widget-container{height:350px!important;border-radius:16px!important;box-shadow:0 22px 50px rgba(23,23,23,.16)!important}
  .elite-home.elementor-page .elementor-section.elite-intro .elite-editable-section-image img{object-position:center 55%}

  .elite-home.elementor-page .elementor-section.elite-benefits{padding:88px 24px!important;background:#f5f1e7!important}
  .elite-home.elementor-page .elementor-section.elite-benefits>.elementor-container{display:grid!important;grid-template-columns:minmax(360px,1.05fr) repeat(2,minmax(250px,.95fr))!important;grid-template-rows:repeat(2,minmax(190px,1fr))!important;gap:22px!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;align-items:stretch!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column{grid-column:1!important;grid-row:1/3!important;order:0!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column>.elementor-widget-wrap,.elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image,.elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image>.elementor-widget-container{width:100%!important;height:100%!important;max-width:none!important;margin:0!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image>.elementor-widget-container{min-height:402px!important;border-radius:14px!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image img{object-position:center!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit{display:flex!important;width:100%!important;min-width:0!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit>.elementor-widget-wrap{min-height:190px!important;padding:30px 28px!important;border-color:rgba(183,138,46,.2)!important;border-radius:12px!important;box-shadow:0 12px 32px rgba(23,23,23,.07)!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit:nth-child(1){grid-column:2;grid-row:1}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit:nth-child(2){grid-column:3;grid-row:1}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit:nth-child(3){grid-column:2;grid-row:2}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit:nth-child(4){grid-column:3;grid-row:2}
}

@media(max-width:960px){
  .elite-home .elite-hero-followup__grid{grid-template-columns:1fr;gap:36px}
  .elite-home .elite-hero-followup__content{padding:32px}
  .elite-home .elite-hero-followup__image{height:380px}
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container{display:grid!important;grid-template-columns:1fr 1fr!important;gap:34px!important}
  .elite-home.elementor-page .elementor-section.elite-intro .elite-image-widget-column{grid-column:1/-1!important;width:100%!important;margin:0!important;padding:0!important}
  .elite-home.elementor-page .elementor-section.elite-benefits>.elementor-container{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column{grid-column:1/-1!important;order:-1!important;width:100%!important;margin:0 0 12px!important;padding:0!important}
}
@media(max-width:600px){
  .elite-home .elite-hero-followup{padding:68px 0}
  .elite-home .elite-hero-followup__content{padding:26px 22px}
  .elite-home .elite-hero-followup__image{height:260px;border-radius:12px}
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container,.elite-home.elementor-page .elementor-section.elite-benefits>.elementor-container{grid-template-columns:1fr!important}
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container>.elementor-column,.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit{grid-column:1!important}
}
@media(prefers-reduced-motion:reduce){.elite-home .elite-hero-followup__image img{transition:none}.elite-home .elite-hero-followup__image:hover img{transform:none}}

/* Content-led Why Elite redesign with six editable client benefits. */
.elite-home.elementor-page .elementor-section.elite-intro h2.elementor-heading-title{color:var(--elite-black)!important;font-size:clamp(40px,3.7vw,58px)!important;line-height:1.02!important;letter-spacing:-.04em!important}
.elite-home.elementor-page .elementor-section.elite-intro h2.elementor-heading-title::after{content:"";display:block;width:82px;height:4px;margin-top:24px;border-radius:99px;background:linear-gradient(90deg,var(--elite-gold-light),var(--elite-gold-dark))}
.elite-home.elementor-page .elementor-section.elite-intro .elite-eyebrow{color:var(--elite-gold-dark)!important}

@media(min-width:961px){
  .elite-home.elementor-page .elementor-section.elite-benefits>.elementor-container{display:grid!important;grid-template-columns:minmax(370px,1.05fr) repeat(2,minmax(240px,.95fr))!important;grid-template-rows:auto repeat(3,minmax(148px,1fr))!important;gap:18px 22px!important;align-items:stretch!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column{grid-column:1!important;grid-row:1/5!important;width:100%!important;height:100%!important;margin:0!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image>.elementor-widget-container{min-height:570px!important;height:100%!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-benefits-heading{grid-column:2/4!important;grid-row:1!important;display:block!important;width:100%!important;margin:0!important;padding:0 0 8px!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-benefits-heading>.elementor-widget-wrap{padding:0!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-benefits-heading h2.elementor-heading-title{margin:0!important;color:var(--elite-black)!important;font:400 clamp(38px,3vw,50px)/1.03 'Frank Ruhl Libre',Georgia,serif!important;letter-spacing:-.035em!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--1{grid-column:2;grid-row:2}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--2{grid-column:3;grid-row:2}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--3{grid-column:2;grid-row:3}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--4{grid-column:3;grid-row:3}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--5{grid-column:2;grid-row:4}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--6{grid-column:3;grid-row:4}
}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit>.elementor-widget-wrap{min-height:148px!important;padding:25px 26px!important;justify-content:center!important}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit>.elementor-widget-wrap::after{background:var(--elite-gold)!important}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit>.elementor-widget-wrap::before{width:38px;height:38px;margin-bottom:18px;background:#f3ead6!important;color:var(--elite-gold-dark)!important}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--1>.elementor-widget-wrap::before{content:"01"}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--2>.elementor-widget-wrap::before{content:"02"}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--3>.elementor-widget-wrap::before{content:"03"}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--4>.elementor-widget-wrap::before{content:"04"}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--5>.elementor-widget-wrap::before{content:"05"}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit--6>.elementor-widget-wrap::before{content:"06"}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit h3.elementor-heading-title{font-size:23px!important;line-height:1.18!important}
.elite-home.elementor-page .elementor-section.elite-claims>.elementor-container>.elementor-column:last-child .elementor-widget-text-editor p{margin:0 0 14px!important;color:#ddd5c5!important;font-size:15px!important;line-height:1.68!important}
.elite-home.elementor-page .elementor-section.elite-claims>.elementor-container>.elementor-column:last-child .elementor-widget-text-editor p:last-child{margin-bottom:0!important}
@media(max-width:960px){.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefits-heading{grid-column:1/-1!important;order:-1!important;width:100%!important}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefits-heading h2.elementor-heading-title{font-size:42px!important}.elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column{grid-column:1/-1!important;order:-2!important}}
@media(max-width:600px){.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit,.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefits-heading,.elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column{grid-column:1!important;grid-row:auto!important}.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefits-heading h2.elementor-heading-title{font-size:36px!important}}

/* Why protection matters + free quote editorial section. */
.elite-home.elementor-page .elementor-section.elite-protection-quote{position:relative;padding:110px 28px;background:#fff;color:var(--elite-black);overflow:hidden}
.elite-home.elementor-page .elementor-section.elite-protection-quote::before{content:"";position:absolute;right:-180px;bottom:-220px;width:520px;height:520px;border:1px solid rgba(183,138,46,.12);border-radius:50%}
.elite-home.elementor-page .elementor-section.elite-protection-quote>.elementor-container{position:relative;z-index:1;display:grid!important;grid-template-columns:minmax(360px,.86fr) minmax(500px,1.14fr)!important;gap:76px!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;align-items:stretch!important}
.elite-home.elementor-page .elementor-section.elite-protection-quote>.elementor-container>.elementor-column{display:flex!important;width:100%!important;min-width:0!important}
.elite-home.elementor-page .elite-protection-quote__image>.elementor-widget-wrap{width:100%!important;height:100%!important;padding:0!important}
.elite-home.elementor-page .elite-protection-quote__photo,.elite-home.elementor-page .elite-protection-quote__photo>.elementor-widget-container{width:100%!important;height:100%!important;min-height:650px!important;margin:0!important}
.elite-home.elementor-page .elite-protection-quote__photo>.elementor-widget-container{border:1px solid rgba(183,138,46,.28);border-radius:16px;box-shadow:0 25px 60px rgba(23,23,23,.15);overflow:hidden}
.elite-home.elementor-page .elite-protection-quote__photo img{display:block;width:100%!important;height:100%!important;object-fit:cover;object-position:center}
.elite-home.elementor-page .elite-protection-quote__content>.elementor-widget-wrap{display:flex!important;flex-direction:column!important;width:100%!important;padding:42px 0!important;justify-content:center!important}
.elite-home.elementor-page .elite-protection-quote__eyebrow{margin:0 0 17px!important;color:var(--elite-gold-dark)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase}
.elite-home.elementor-page .elite-protection-quote__eyebrow span{display:inline-block;width:30px;height:1px;margin:0 11px 3px 0;background:currentColor}
.elite-home.elementor-page .elite-protection-quote__content h2.elementor-heading-title{margin:0 0 24px!important;color:var(--elite-black)!important;font:400 clamp(46px,4vw,62px)/1.02 'Frank Ruhl Libre',Georgia,serif!important;letter-spacing:-.04em!important}
.elite-home.elementor-page .elite-protection-quote__content .elementor-widget-text-editor{color:#5b6461;font-size:16px;line-height:1.75}
.elite-home.elementor-page .elite-protection-quote__content .elementor-widget-text-editor>p{margin:0 0 16px!important}
.elite-protection-quote__panel{margin-top:26px;padding:32px 34px;border-left:5px solid var(--elite-gold);border-radius:0 12px 12px 0;background:linear-gradient(135deg,#171714,#282218);color:#e8dfcf;box-shadow:0 18px 42px rgba(23,23,23,.17)}
.elite-protection-quote__panel p{margin:0 0 13px!important;color:#d8d0c1!important;font-size:14px!important;line-height:1.65!important}
.elite-protection-quote__panel .elite-protection-quote__panel-label{margin-bottom:14px!important;color:var(--elite-gold-light)!important;font:600 26px/1.15 'Frank Ruhl Libre',Georgia,serif!important}
.elite-protection-quote__panel strong{display:block;margin-top:21px;padding-top:18px;border-top:1px solid rgba(215,173,86,.24);color:#fff;font-size:16px;letter-spacing:.025em}
@media(max-width:960px){.elite-home.elementor-page .elementor-section.elite-protection-quote{padding:80px 22px}.elite-home.elementor-page .elementor-section.elite-protection-quote>.elementor-container{grid-template-columns:1fr!important;gap:42px!important;max-width:760px!important}.elite-home.elementor-page .elite-protection-quote__photo,.elite-home.elementor-page .elite-protection-quote__photo>.elementor-widget-container{min-height:440px!important}.elite-home.elementor-page .elite-protection-quote__content>.elementor-widget-wrap{padding:0!important}}
@media(max-width:600px){.elite-home.elementor-page .elementor-section.elite-protection-quote{padding:64px 16px}.elite-home.elementor-page .elite-protection-quote__photo,.elite-home.elementor-page .elite-protection-quote__photo>.elementor-widget-container{min-height:270px!important}.elite-protection-quote__panel{padding:26px 22px}.elite-home.elementor-page .elite-protection-quote__content h2.elementor-heading-title{font-size:42px!important}}

/* Compact, consistent section rhythm—removes accumulated Elementor whitespace. */
.elite-home.elementor-page main>.elementor-section,
.elite-home.elementor-page .elementor-location-single>.elementor-section{margin-top:0!important;margin-bottom:0!important}
.elite-home.elementor-page .elementor-widget:not(:last-child){margin-bottom:18px}
.elite-home.elementor-page .elementor-widget:empty,.elite-home.elementor-page .elementor-widget-container:empty{margin:0!important;padding:0!important;min-height:0!important}
.elite-home .elite-hero-followup{padding-top:78px!important;padding-bottom:78px!important}
.elite-home.elementor-page .elementor-section.elite-intro{padding-top:72px!important;padding-bottom:72px!important}
.elite-home.elementor-page .elementor-section.elite-benefits{padding-top:70px!important;padding-bottom:70px!important}
.elite-home.elementor-page .cover-rebuild{padding-top:82px!important;padding-bottom:82px!important}
.elite-home.elementor-page .elementor-section.elite-claims{padding-top:78px!important;padding-bottom:78px!important}
.elite-home.elementor-page .elementor-section.elite-protection-quote{padding-top:82px!important;padding-bottom:82px!important}
.elite-home.elementor-page .contact-rebuild{padding-top:82px!important;padding-bottom:82px!important}
.elite-home.elementor-page .elite-footer{padding-top:42px!important;padding-bottom:28px!important}
.elite-home.elementor-page .elite-image-widget-column{margin-top:32px!important}
.elite-home.elementor-page .elementor-section.elite-intro .elite-image-widget-column,
.elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column,
.elite-home.elementor-page .elementor-section.elite-section-head .elite-image-widget-column,
.elite-home.elementor-page .elementor-section.elite-cover-grid .elite-image-widget-column,
.elite-home.elementor-page .contact-rebuild .elite-image-widget-column{margin-top:0!important}
.elite-home.elementor-page .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>:first-child{margin-top:0!important}
.elite-home.elementor-page .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>:last-child{margin-bottom:0!important}
@media(max-width:767px){
  .elite-home .elite-hero-followup,.elite-home.elementor-page .elementor-section.elite-intro,.elite-home.elementor-page .elementor-section.elite-benefits,.elite-home.elementor-page .cover-rebuild,.elite-home.elementor-page .elementor-section.elite-claims,.elite-home.elementor-page .elementor-section.elite-protection-quote,.elite-home.elementor-page .contact-rebuild{padding-top:58px!important;padding-bottom:58px!important}
  .elite-home.elementor-page .elementor-widget:not(:last-child){margin-bottom:14px}
}

/* Corrected banner geometry: the image owns the curve, preventing an oversized oval panel. */
@media(min-width:768px){
  .elite-home .elite-hero,
  .elite-home.elementor-page .elementor-section.elite-hero{
    display:block!important;
    min-height:620px!important;
    background:#081a28!important;
  }
  .elite-home .elite-hero::before,
  .elite-home.elementor-page .elementor-section.elite-hero::before{
    content:""!important;
    position:absolute!important;
    z-index:0!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(135deg,#061827 0%,#0a2235 100%)!important;
    box-shadow:none!important;
    clip-path:none!important;
    transform:none!important;
  }
  .elite-home .elite-hero::after,
  .elite-home.elementor-page .elementor-section.elite-hero::after{
    content:none!important;
    display:none!important;
    background:none!important;
  }
  .elite-home .elite-hero>.elementor-container,
  .elite-home.elementor-page .elementor-section.elite-hero>.elementor-container{
    position:relative!important;
    z-index:3!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-height:620px!important;
    margin:0!important;
    background:transparent!important;
  }
  .elite-home .elite-hero-inner,
  .elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner{
    position:relative!important;
    z-index:3!important;
    display:flex!important;
    width:48%!important;
    max-width:none!important;
    min-height:620px!important;
    padding:0!important;
    background:transparent!important;
    overflow:visible!important;
  }
  .elite-home .elite-hero-inner,
  .elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner>.elementor-widget-wrap{
    padding:80px 54px 80px max(70px,calc((100vw - 1200px)/2))!important;
    justify-content:center!important;
  }
  .elite-home .elite-hero-inner::before,
  .elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner::before{
    display:none!important;
  }
  .elite-home .elite-hero-inner::after,
  .elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner::after{
    left:24px!important;
    top:52%!important;
    z-index:0!important;
    width:58px!important;
    height:150px!important;
  }
  .elite-home .elite-hero-image,
  .elite-home.elementor-page .elementor-section.elite-hero .elite-hero-image{
    display:block!important;
  }
  .elite-home .elite-hero h1,
  .elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title{
    max-width:520px!important;
    font-size:clamp(58px,5.1vw,78px)!important;
    line-height:.96!important;
  }
  .elite-home .elite-hero .elite-eyebrow{
    max-width:470px!important;
    font-size:10px!important;
    line-height:1.5!important;
  }
  .elite-banner-assurance{
    right:5%!important;
    bottom:28px!important;
    width:min(350px,30vw)!important;
  }
}

@media(min-width:768px) and (max-width:1050px){
  .elite-home .elite-hero::after,
  .elite-home.elementor-page .elementor-section.elite-hero::after{left:48%!important;width:52%!important}
  .elite-home .elite-hero-inner,
  .elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner{width:53%!important}
  .elite-home .elite-hero h1,
  .elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title{font-size:clamp(52px,6vw,68px)!important}
  .elite-banner-assurance{width:330px!important}
}

/* Prominent tagline positioned after the business heading. */
.elite-home .elite-hero .elite-eyebrow,
.elite-home.elementor-page .elementor-section.elite-hero .elite-eyebrow{
  display:flex!important;
  gap:12px!important;
  width:100%!important;
  max-width:560px!important;
  margin:30px 0 0!important;
  align-items:center!important;
  color:#f0d28a!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.55!important;
  letter-spacing:.055em!important;
  text-transform:none!important;
  text-shadow:0 2px 15px rgba(0,0,0,.45)!important;
  opacity:1!important;
}
.elite-home .elite-hero .elite-eyebrow p{margin:0!important;color:inherit!important;font:inherit!important;letter-spacing:inherit!important}
.elite-home .elite-hero .elite-eyebrow::before{flex:0 0 auto;color:var(--elite-gold-light)!important;font-size:19px!important}
.elite-home .elite-hero .elite-eyebrow span{display:none!important}
.elite-home .elite-banner-cta{display:inline-flex;gap:16px;width:auto;margin-top:30px;padding:17px 25px;border:1px solid var(--elite-gold-light);border-radius:5px;background:linear-gradient(135deg,var(--elite-gold-light),var(--elite-gold-dark));align-items:center;justify-content:center;color:#fff!important;font-size:14px;font-weight:800;line-height:1.2;text-decoration:none;box-shadow:0 13px 30px rgba(143,103,29,.32);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.elite-home .elite-banner-cta:hover{background:#fff;color:var(--elite-black)!important;box-shadow:0 17px 36px rgba(0,0,0,.28);transform:translateY(-2px)}
.elite-home .elite-banner-cta i{font-size:12px;transition:transform .2s ease}
.elite-home .elite-banner-cta:hover i{transform:translateX(4px)}
.elite-home .elite-banner-cta:focus-visible{outline:3px solid rgba(215,173,86,.45);outline-offset:4px}
@media(max-width:767px){.elite-home .elite-hero .elite-eyebrow,.elite-home.elementor-page .elementor-section.elite-hero .elite-eyebrow{margin-top:24px!important;font-size:13px!important;line-height:1.5!important}}

/* Keep every banner content item on one clear alignment grid. */
.elite-home .elite-hero-inner,
.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner>.elementor-widget-wrap{align-content:center!important;align-items:flex-start!important;text-align:left!important}
.elite-home .elite-hero-inner>*,
.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner>.elementor-widget-wrap>.elementor-widget{width:100%!important;max-width:500px!important;margin-right:0!important;margin-left:0!important;align-self:flex-start!important}
.elite-home .elite-hero h1,
.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title{width:100%!important;max-width:500px!important}
.elite-home .elite-hero .elite-eyebrow,
.elite-home.elementor-page .elementor-section.elite-hero .elite-eyebrow{width:100%!important;max-width:455px!important;margin:28px 0 0!important;white-space:normal!important;overflow-wrap:normal!important}
.elite-home .elite-hero .elite-eyebrow p{width:100%;max-width:415px!important}
.elite-home .elite-banner-cta{width:auto!important;max-width:none!important;margin:30px 0 0!important;align-self:flex-start!important}
@media(min-width:768px) and (max-width:1100px){.elite-home .elite-hero-inner>*,.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner>.elementor-widget-wrap>.elementor-widget{max-width:430px!important}.elite-home .elite-hero .elite-eyebrow,.elite-home.elementor-page .elementor-section.elite-hero .elite-eyebrow{max-width:390px!important}.elite-home .elite-hero .elite-eyebrow p{max-width:350px!important}}
@media(max-width:767px){.elite-home .elite-hero-inner>*,.elite-home.elementor-page .elementor-section.elite-hero .elite-hero-inner>.elementor-widget-wrap>.elementor-widget{max-width:100%!important}.elite-home .elite-hero .elite-eyebrow,.elite-home.elementor-page .elementor-section.elite-hero .elite-eyebrow,.elite-home .elite-hero .elite-eyebrow p{max-width:100%!important}}

/* Actual header logo element used by the live Elementor header. */
.elite-home .elite-header{min-height:132px!important;height:132px!important}
.elite-home .elite-header .elite-header-logo{display:block!important;width:128px!important;max-width:none!important;height:128px!important;margin:0!important;object-fit:contain!important}
.elite-home.elementor-page .elementor-section.elite-header .elite-brand .elementor-widget-container:has(.elite-header-logo){width:auto!important;height:auto!important;background:none!important}
.elite-home.elementor-page .elementor-section.elite-header .elite-brand .elementor-widget-container:has(.elite-header-logo) h3{display:none!important}
@media(max-width:960px){.elite-home .elite-header{min-height:108px!important;height:108px!important}.elite-home .elite-header .elite-header-logo{width:104px!important;height:104px!important}}
@media(max-width:480px){.elite-home .elite-header{min-height:94px!important;height:94px!important}.elite-home .elite-header .elite-header-logo{width:90px!important;height:90px!important}}

/* Responsive visual added only to sections that do not already contain an image. */
.elite-section-has-added-image{position:relative;overflow:hidden}
.elite-section-visual{position:relative;display:block;width:min(1400px,calc(100% - 64px));height:clamp(220px,26vw,390px);margin:54px auto 0;border:1px solid rgba(183,138,46,.2);border-radius:14px;background-image:linear-gradient(90deg,rgba(8,26,40,.1),transparent 45%),var(--elite-section-image);background-position:center;background-size:cover;box-shadow:0 22px 55px rgba(23,23,23,.12);overflow:hidden}
.elite-section-visual::before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.2);border-radius:inherit;box-shadow:inset 0 -90px 100px rgba(8,26,40,.12)}
.elite-section-visual::after{content:"";position:absolute;left:34px;bottom:28px;width:90px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--elite-gold-light),var(--elite-gold-dark));box-shadow:0 0 0 8px rgba(255,255,255,.15)}
.elite-home .elite-section-visual{width:min(1160px,calc(100% - 48px))}
.elite-benefits .elite-section-visual,.elite-confidence .elite-section-visual{margin-bottom:42px}
.elite-cover .elite-section-visual,.elite-contact .elite-section-visual,.contact-rebuild .elite-section-visual{border-color:rgba(143,103,29,.25)}
@media(max-width:767px){.elite-section-visual,.elite-home .elite-section-visual{width:calc(100% - 32px);height:220px;margin-top:38px;border-radius:10px}.elite-section-visual::after{left:22px;bottom:20px;width:66px}}

/* Editable Elementor image widgets added to text-only homepage sections. */
.elite-home.elementor-page .elite-image-widget-section>.elementor-container{flex-wrap:wrap!important}
.elite-home.elementor-page .elite-image-widget-column{display:block!important;flex:0 0 100%!important;width:100%!important;max-width:none!important;margin:50px 0 0!important;padding:0 24px!important}
.elite-home.elementor-page .elite-image-widget-column>.elementor-widget-wrap{display:block!important;width:100%!important;max-width:1400px!important;margin:0 auto!important;padding:0!important}
.elite-home.elementor-page .elite-editable-section-image{display:block!important;width:100%!important;margin:0!important}
.elite-home.elementor-page .elite-editable-section-image .elementor-widget-container{height:clamp(220px,26vw,390px)!important;border:1px solid rgba(183,138,46,.22);border-radius:14px;overflow:hidden;box-shadow:0 22px 55px rgba(23,23,23,.12)}
.elite-home.elementor-page .elite-editable-section-image img{display:block;width:100%!important;height:100%!important;object-fit:cover;object-position:center}
@media(max-width:767px){.elite-home.elementor-page .elite-image-widget-column{margin-top:34px!important;padding:0 16px!important}.elite-home.elementor-page .elite-editable-section-image .elementor-widget-container{height:220px!important;border-radius:10px}}

/* Contextual placement for each editable Elementor image widget. */
@media(min-width:961px){
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container{
    display:grid!important;
    grid-template-columns:minmax(280px,1fr) minmax(260px,.82fr) minmax(280px,.72fr)!important;
    gap:46px!important;
    align-items:center!important;
  }
  .elite-home.elementor-page .elementor-section.elite-intro>.elementor-container>.elementor-column{display:flex!important;width:100%!important;min-width:0!important}
  .elite-home.elementor-page .elementor-section.elite-intro .elite-image-widget-column{grid-column:3!important;grid-row:1!important;width:100%!important;margin:0!important;padding:0!important}
  .elite-home.elementor-page .elementor-section.elite-intro .elite-editable-section-image .elementor-widget-container{height:330px!important}

  .elite-home.elementor-page .elementor-section.elite-section-head>.elementor-container{
    display:grid!important;
    grid-template-columns:minmax(360px,1.12fr) minmax(240px,.58fr) minmax(280px,.68fr)!important;
    gap:42px!important;
    align-items:center!important;
  }
  .elite-home.elementor-page .elementor-section.elite-section-head>.elementor-container>.elementor-column{display:flex!important;width:100%!important;min-width:0!important}
  .elite-home.elementor-page .elementor-section.elite-section-head .elite-image-widget-column{grid-column:3!important;grid-row:1!important;width:100%!important;margin:0!important;padding:0!important}
  .elite-home.elementor-page .elementor-section.elite-section-head .elite-editable-section-image .elementor-widget-container{height:300px!important}
}

.elite-home.elementor-page .elementor-section.elite-benefits>.elementor-container,
.elite-home.elementor-page .elementor-section.elite-cover-grid>.elementor-container{flex-wrap:wrap!important}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column,
.elite-home.elementor-page .elementor-section.elite-cover-grid .elite-image-widget-column{order:-1!important;flex:0 0 100%!important;width:100%!important;margin:0 0 42px!important;padding:0!important}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image .elementor-widget-container,
.elite-home.elementor-page .elementor-section.elite-cover-grid .elite-editable-section-image .elementor-widget-container{height:280px!important}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image img{object-position:center 58%}
.elite-home.elementor-page .elementor-section.elite-cover-grid .elite-editable-section-image img{object-position:center 65%}

.elite-home.elementor-page .contact-rebuild>.elementor-container{display:grid!important;grid-template-columns:minmax(350px,.9fr) minmax(480px,1.1fr)!important}
.elite-home.elementor-page .contact-rebuild .elite-image-widget-column{grid-column:1/-1!important;grid-row:1!important;width:100%!important;margin:0 0 52px!important;padding:0!important}
.elite-home.elementor-page .contact-rebuild .contact-rebuild__details,.elite-home.elementor-page .contact-rebuild .contact-rebuild__form-card{grid-row:2!important;width:100%!important}
.elite-home.elementor-page .contact-rebuild .contact-rebuild__details{grid-column:1!important}.elite-home.elementor-page .contact-rebuild .contact-rebuild__form-card{grid-column:2!important}
.elite-home.elementor-page .contact-rebuild .elite-editable-section-image .elementor-widget-container{height:300px!important}

@media(min-width:768px) and (max-width:960px){
  .elite-home.elementor-page .elementor-section.elite-intro .elite-image-widget-column,
  .elite-home.elementor-page .elementor-section.elite-section-head .elite-image-widget-column{margin-top:38px!important}
  .elite-home.elementor-page .contact-rebuild>.elementor-container{grid-template-columns:1fr!important}
  .elite-home.elementor-page .contact-rebuild .elite-image-widget-column,.elite-home.elementor-page .contact-rebuild .contact-rebuild__details,.elite-home.elementor-page .contact-rebuild .contact-rebuild__form-card{grid-column:1!important;grid-row:auto!important}
}
@media(max-width:767px){
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-image-widget-column,
  .elite-home.elementor-page .elementor-section.elite-cover-grid .elite-image-widget-column{margin-bottom:28px!important}
  .elite-home.elementor-page .elementor-section.elite-benefits .elite-editable-section-image .elementor-widget-container,
  .elite-home.elementor-page .elementor-section.elite-cover-grid .elite-editable-section-image .elementor-widget-container,
  .elite-home.elementor-page .contact-rebuild .elite-editable-section-image .elementor-widget-container{height:220px!important}
  .elite-home.elementor-page .contact-rebuild>.elementor-container{display:block!important}
}

/* Slow-moving decorative geometry within the hero. */
.elite-banner-shapes{position:absolute;z-index:4;inset:0;overflow:hidden;pointer-events:none}
.elite-banner-shape{position:absolute;display:block;will-change:transform}
.elite-banner-shape--ring{top:12%;left:3.5%;width:58px;height:58px;border:1px solid rgba(215,173,86,.38);border-radius:50%;animation:elite-shape-float-a 8s ease-in-out infinite}
.elite-banner-shape--ring::after{content:"";position:absolute;inset:10px;border:1px solid rgba(215,173,86,.16);border-radius:50%}
.elite-banner-shape--diamond{right:7%;top:13%;width:24px;height:24px;border:2px solid rgba(255,255,255,.58);transform:rotate(45deg);animation:elite-shape-diamond 10s ease-in-out infinite}
.elite-banner-shape--dot{right:38%;bottom:13%;width:11px;height:11px;border-radius:50%;background:var(--elite-gold-light);box-shadow:0 0 0 8px rgba(215,173,86,.12);animation:elite-shape-pulse 5s ease-in-out infinite}
.elite-banner-shape--arc{right:2.5%;top:38%;width:92px;height:92px;border:1px solid rgba(255,255,255,.34);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;animation:elite-shape-spin 18s linear infinite}
.elite-banner-shape--small-ring{left:39%;bottom:8%;width:27px;height:27px;border:2px solid rgba(215,173,86,.48);border-radius:50%;animation:elite-shape-float-b 7s ease-in-out infinite}
.elite-banner-shape--watermark{z-index:-1;left:8%;bottom:7%;display:grid;width:210px;height:210px;border:1px solid rgba(215,173,86,.12);border-radius:50%;place-items:center;color:rgba(215,173,86,.09);font-size:92px;animation:elite-watermark-drift 12s ease-in-out infinite}
.elite-banner-shape--watermark::before,.elite-banner-shape--watermark::after{content:"";position:absolute;border:1px solid rgba(215,173,86,.08);border-radius:50%}
.elite-banner-shape--watermark::before{inset:18px}.elite-banner-shape--watermark::after{inset:42px}
.elite-banner-shape--lines{left:23%;bottom:13%;width:140px;height:42px;border-top:1px solid rgba(215,173,86,.3);border-bottom:1px solid rgba(215,173,86,.16);transform:skewX(-28deg)}
.elite-banner-shape--lines::after{content:"";position:absolute;top:19px;left:26px;width:150px;border-top:1px solid rgba(215,173,86,.22)}
.elite-banner-shape--glow{z-index:-2;left:4%;bottom:-90px;width:420px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(183,138,46,.16),transparent 68%);filter:blur(6px);animation:elite-shape-pulse 8s ease-in-out infinite}
@keyframes elite-shape-float-a{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(12px,-16px,0)}}
@keyframes elite-shape-float-b{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-9px,-14px,0) scale(1.1)}}
@keyframes elite-shape-diamond{0%,100%{transform:translate3d(0,0,0) rotate(45deg)}50%{transform:translate3d(-14px,18px,0) rotate(135deg)}}
@keyframes elite-shape-pulse{0%,100%{transform:scale(.82);opacity:.55}50%{transform:scale(1.15);opacity:1}}
@keyframes elite-shape-spin{to{transform:rotate(360deg)}}
@keyframes elite-watermark-drift{0%,100%{transform:translate3d(0,0,0) rotate(-3deg)}50%{transform:translate3d(10px,-9px,0) rotate(3deg)}}
@media(prefers-reduced-motion:reduce){.elite-banner-shape{animation:none!important}}
@media(max-width:767px){.elite-banner-shape--ring{top:9%;left:auto;right:7%;width:44px;height:44px}.elite-banner-shape--diamond{display:none}.elite-banner-shape--dot{right:12%;bottom:31%}.elite-banner-shape--arc{right:-35px;top:48%}.elite-banner-shape--small-ring{left:7%;bottom:24%}.elite-banner-shape--watermark{left:-35px;bottom:15%;width:160px;height:160px;font-size:66px}.elite-banner-shape--lines{display:none}.elite-banner-shape--glow{left:-80px;bottom:5%;width:300px;height:220px}}

/* Luxury Home Insurance reference-inspired refinement (structure and copy retained). */
:root{
  --elite-black:#080808;
  --elite-charcoal:#151513;
  --elite-gold:#c0903c;
  --elite-gold-light:#d8b46c;
  --elite-gold-dark:#9c6c24;
  --elite-ivory:#f6f6f6;
  --elite-cream:#eeeae1;
  --elite-copy:#565656;
  --elite-border:#ded8ca;
}
body{font-family:'Lato',Arial,sans-serif;color:var(--elite-copy)}
body h1,body h2,body h3,body h4,body h5,body h6,
.elite-home .elementor-heading-title{font-family:'Poppins',Arial,sans-serif!important}
.elite-home .elite-eyebrow,.elite-home [class*="__eyebrow"]{font-family:'Lato',Arial,sans-serif!important;letter-spacing:.18em!important}

/* Quiet, editorial header matching the reference's conversion-first navigation. */
.elite-home.elementor-page .elementor-section.elite-header{border-bottom:1px solid #ece9e2!important;background:rgba(255,255,255,.98)!important;box-shadow:0 5px 22px rgba(8,8,8,.045)!important}
.elite-home.elementor-page .elementor-section.elite-header .elite-nav a{position:relative;color:#080808!important;font-family:'Poppins',Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;letter-spacing:.01em!important}
.elite-home.elementor-page .elementor-section.elite-header .elite-nav a::after{content:"";position:absolute;right:0;bottom:23px;left:0;height:1px;background:var(--elite-gold);transform:scaleX(0);transform-origin:right;transition:transform .25s ease}
.elite-home.elementor-page .elementor-section.elite-header .elite-nav a:hover::after{transform:scaleX(1);transform-origin:left}
.elite-home.elementor-page .elementor-section.elite-header .elite-header-cta .elementor-button,
.elite-home.elementor-page .elementor-widget-button .elementor-button,
.elite-home.elementor-page a.elite-button,
.elite-home .elite-banner-cta{border:1px solid var(--elite-gold)!important;border-radius:2px!important;background:var(--elite-gold)!important;color:#fff!important;font-family:'Poppins',Arial,sans-serif!important;font-weight:600!important;box-shadow:0 10px 25px rgba(159,130,64,.2)!important}
.elite-home.elementor-page .elementor-widget-button .elementor-button:hover,
.elite-home.elementor-page .elementor-section.elite-header .elite-header-cta .elementor-button:hover,
.elite-home .elite-banner-cta:hover{border-color:#080808!important;background:#080808!important;color:#fff!important;transform:translateY(-2px)}

/* Cleaner premium banner: restrained colour, crisp gold curve and stronger hierarchy. */
.elite-home.elementor-page .elementor-section.elite-hero{background:#080808!important}
.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title{font-family:'Poppins',Arial,sans-serif!important;font-weight:500!important;letter-spacing:-.055em!important}
.elite-home.elementor-page .elementor-section.elite-hero h1.elementor-heading-title em{color:#c4a55e!important;font-family:'Poppins',Arial,sans-serif!important;font-weight:500!important}
.elite-home .elite-hero .elite-eyebrow{color:#d8c38d!important;font-family:'Lato',Arial,sans-serif!important;font-size:14px!important;letter-spacing:.045em!important}
.elite-banner-assurance{border:1px solid rgba(159,130,64,.45);border-radius:4px;background:#fff;box-shadow:0 20px 45px rgba(0,0,0,.23)}
.elite-banner-assurance__icon{background:#080808;color:#c4a55e;box-shadow:inset 0 0 0 1px var(--elite-gold)}

/* Consistent editorial rhythm and surfaces throughout the page. */
.elite-home.elementor-page .elementor-section.elite-intro,
.elite-home.elementor-page .elementor-section.elite-section-head,
.elite-home.elementor-page .elementor-section.elite-benefits,
.elite-home.elementor-page .elementor-section.elite-protection-quote{border-bottom:1px solid #e7e3da!important}
.elite-home.elementor-page .elementor-section.elite-intro,
.elite-home.elementor-page .elementor-section.elite-protection-quote{background:#fff!important}
.elite-home.elementor-page .elementor-section.elite-section-head,
.elite-home.elementor-page .elementor-section.elite-benefits,
.cover-rebuild{background:#f6f6f6!important}
.elite-home.elementor-page .elementor-section.elite-intro h2.elementor-heading-title,
.elite-home.elementor-page .elementor-section.elite-benefits h2.elementor-heading-title,
.elite-home.elementor-page .elite-protection-quote__content h2.elementor-heading-title,
.cover-rebuild__header h2,.process-rebuild__intro h2,.contact-rebuild__details h2{font-family:'Poppins',Arial,sans-serif!important;font-weight:500!important;letter-spacing:-.045em!important}
.elite-home.elementor-page .elite-editable-section-image .elementor-widget-container,
.elite-home.elementor-page .elite-protection-quote__photo>.elementor-widget-container{border:1px solid rgba(159,130,64,.32)!important;border-radius:3px!important;box-shadow:0 18px 44px rgba(8,8,8,.11)!important}

/* Reference-like feature and insurance cards: thin lines, square corners, calm depth. */
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit>.elementor-widget-wrap,
.cover-rebuild__card,.contact-rebuild__form-card{border:1px solid #ddd8cc!important;border-top:3px solid var(--elite-gold)!important;border-radius:3px!important;background:#fff!important;box-shadow:0 12px 30px rgba(8,8,8,.055)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit>.elementor-widget-wrap:hover,
.cover-rebuild__card:hover{border-color:rgba(159,130,64,.55)!important;box-shadow:0 18px 38px rgba(8,8,8,.09)!important;transform:translateY(-4px)}
.elite-home.elementor-page .elementor-section.elite-benefits .elite-benefit h3.elementor-heading-title,
.cover-rebuild__card h3{font-family:'Poppins',Arial,sans-serif!important;font-weight:500!important}
.cover-rebuild__media{border-radius:1px!important}
.cover-rebuild__card>a{border-radius:2px!important;background:var(--elite-gold)!important;color:#fff!important;font-family:'Poppins',Arial,sans-serif!important}

/* Claims and final quote panels use the reference's near-black and muted gold. */
.elite-home.elementor-page .elementor-section.elite-claims{background:#080808!important}
.elite-home.elementor-page .elementor-section.elite-claims h2.elementor-heading-title{font-family:'Poppins',Arial,sans-serif!important;font-weight:500!important;letter-spacing:-.05em!important}
.elite-home.elementor-page .elementor-section.elite-claims h2.elementor-heading-title em{color:#c4a55e!important;font-family:inherit!important}
.elite-home.elementor-page .elementor-section.elite-claims .elite-claims-list span{border-radius:2px!important;background:rgba(159,130,64,.075)!important}
.elite-protection-quote__panel{border-left:4px solid var(--elite-gold);border-radius:0 3px 3px 0;background:#080808;box-shadow:0 18px 42px rgba(8,8,8,.16)}
.elite-protection-quote__panel .elite-protection-quote__panel-label{color:#c4a55e!important;font-family:'Poppins',Arial,sans-serif!important;font-weight:500!important}
.contact-rebuild{background:#f6f6f6!important}
.contact-rebuild__details{border-radius:3px!important;background:#080808!important}
.contact-rebuild input,.contact-rebuild textarea{border-radius:2px!important}

@media(min-width:768px){
  .elite-home.elementor-page .elementor-section.elite-intro,
  .elite-home.elementor-page .elementor-section.elite-section-head,
  .elite-home.elementor-page .elementor-section.elite-benefits,
  .elite-home.elementor-page .elementor-section.elite-protection-quote{padding-top:76px!important;padding-bottom:76px!important}
}
@media(max-width:767px){
  .elite-home.elementor-page .elementor-section.elite-header .elite-nav a::after{display:none}
  .elite-banner-assurance{border-radius:3px}
  .elite-home.elementor-page .elementor-section.elite-intro,
  .elite-home.elementor-page .elementor-section.elite-section-head,
  .elite-home.elementor-page .elementor-section.elite-benefits,
  .elite-home.elementor-page .elementor-section.elite-protection-quote{padding-top:54px!important;padding-bottom:54px!important}
}
