
body{overflow-x:hidden !important}

/* === NAIL FORCE DESIGN SYSTEM === */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Poppins',sans-serif;color:#333;line-height:1.6}
:root{--dark:#252525;--dark-alt:#1a1a1a;--orange:#f29e23;--orange-hover:#e08a10;--light-gray:#f5f5f5;--text-light:#666}

/* === WORDPRESS / HELLO ELEMENTOR THEME OVERRIDES === */
#site-header,.site-header{display:none !important}
.page-header,.entry-title{display:none !important}
#site-footer,.site-footer{display:none !important}
body,body.page,body.single{background-color:#fff !important;background:#fff !important;color:#333 !important;font-family:'Poppins',sans-serif !important;margin-top:0 !important}
.site-main,.page-content{padding:0 !important;margin:0 !important;max-width:100% !important;background:none !important}
.page-content>*{max-width:100% !important;margin-left:0 !important;margin-right:0 !important}
a,a:visited,a:active{color:inherit;text-decoration:none}
.page-content a:not(.btn-primary):not(.btn-secondary):not(.cta-button-header):not(.phone-bar):not(.estimate-bar):not(.announcement-bar a),.site-main a:not(.btn-primary):not(.btn-secondary):not(.cta-button-header):not(.phone-bar):not(.estimate-bar){color:inherit !important;text-decoration:none !important}
.page-content a:hover,.site-main a:hover{text-decoration:none !important}

h1,h2,h3,h4,h5,h6{color:#333;font-family:'Poppins',sans-serif !important;margin:0 !important;padding:0 !important}
p{color:#333;font-family:'Poppins',sans-serif !important}
ul,ol{list-style:none !important;padding:0 !important;margin:0 !important}
img{max-width:100% !important;height:auto}
.wp-site-blocks{padding:0 !important;max-width:100% !important}
.entry-content,.has-global-padding,.is-layout-constrained>*{padding:0 !important;max-width:100% !important}
.wp-block-post-title{display:none !important}
header.wp-block-template-part,footer.wp-block-template-part,.wp-block-template-part{display:none !important}
body.admin-bar{margin-top:0 !important}
.site-main,.entry-content,.page-content,.wp-site-blocks,.wp-block-group,.wp-block-group__inner-container,.wp-block-html,.wp-block-post-content,.e-con,.elementor-section,.elementor-widget-container{margin-bottom:0 !important;padding-bottom:0 !important}
body,body.page,body.single,html{margin-bottom:0 !important;padding-bottom:0 !important}
.wp-site-blocks>*:last-child,.entry-content>*:last-child,.page-content>*:last-child,.site-main>*:last-child{margin-bottom:0 !important;padding-bottom:0 !important}
.wp-site-blocks::after,.entry-content::after,.site-main::after{display:none !important;content:none !important;height:0 !important;margin:0 !important;padding:0 !important}
main{margin-bottom:0 !important;padding-bottom:0 !important}
footer.wp-block-template-part,footer#colophon,.site-footer{display:none !important;height:0 !important;margin:0 !important;padding:0 !important;min-height:0 !important}

/* === ANNOUNCEMENT BAR === */
.announcement-bar{background-color:var(--orange);color:white;padding:8px 24px;font-size:13px;display:flex;justify-content:space-between;align-items:center;font-weight:500}
.announcement-bar a{color:white;text-decoration:none;font-weight:600}
.announcement-bar a:hover{text-decoration:underline}

/* === HEADER === */
header{background-color:var(--dark);color:white;height:95px;display:flex;align-items:center;padding:0 24px;position:sticky;top:0;z-index:100;border-bottom:3px solid var(--orange)}
.header-container{max-width:1400px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center}
.logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
.logo img{height:80px;width:auto;object-fit:contain}
nav{display:flex;gap:32px;align-items:center;flex:1;margin-left:48px}
nav a{color:white;text-decoration:none;font-size:14px;font-weight:500;position:relative;transition:color 0.3s}
nav a:hover{color:var(--orange)}
.services-dropdown{position:relative}
.services-dropdown>a::after{content:'';display:inline-block;width:6px;height:6px;border-right:2px solid white;border-bottom:2px solid white;margin-left:6px;transform:rotate(-45deg);transition:transform 0.3s}
.services-dropdown.active>a::after{transform:rotate(135deg)}
.dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--dark-alt);min-width:250px;border-radius:4px;margin-top:12px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s;box-shadow:0 10px 30px rgba(0,0,0,0.3)}
.services-dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu a{display:block;padding:12px 20px;color:white;text-decoration:none;font-size:13px;border-bottom:1px solid rgba(255,255,255,0.1)}
.dropdown-menu a:last-child{border-bottom:none}
.dropdown-menu a:hover{background-color:rgba(242,158,35,0.1);color:var(--orange)}
.cta-button-header{background-color:var(--orange);color:white !important;padding:10px 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:600;transition:background-color 0.3s}
.cta-button-header:hover{background-color:var(--orange-hover)}
.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}
.hamburger span{width:24px;height:2px;background-color:white;transition:all 0.3s}

/* === TWO-LEVEL FLYOUT NAV === */
.dropdown-menu .category-item{position:relative}
.dropdown-menu .category-link{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;color:white;text-decoration:none;font-size:13px;border-bottom:1px solid rgba(255,255,255,0.1);transition:background-color 0.3s,color 0.3s}
.dropdown-menu .category-item:last-child .category-link{border-bottom:none}
.dropdown-menu .category-link:hover{background-color:rgba(242,158,35,0.1);color:var(--orange)}
.dropdown-menu .category-link .arrow{display:inline-block;width:5px;height:5px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg);transition:border-color 0.3s}
.dropdown-menu .category-link:hover .arrow{border-color:var(--orange)}
.submenu{position:absolute;top:0;left:100%;background-color:var(--dark-alt);min-width:220px;border-radius:4px;margin-left:4px;opacity:0;visibility:hidden;transform:translateX(-8px);transition:all 0.3s;box-shadow:0 10px 30px rgba(0,0,0,0.3);z-index:200}
.category-item:hover>.submenu{opacity:1;visibility:visible;transform:translateX(0)}
.submenu a{display:block;padding:10px 20px;color:white;text-decoration:none;font-size:13px;border-bottom:1px solid rgba(255,255,255,0.1);transition:background-color 0.3s,color 0.3s}
.submenu a:last-child{border-bottom:none}
.submenu a:hover{background-color:rgba(242,158,35,0.1);color:var(--orange)}

/* === BUTTONS === */





/* === SECTION SHARED === */
.section-container{max-width:1400px;margin:0 auto}
.section-label{color:var(--orange);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.section-title{font-size:36px;font-weight:800;margin-bottom:12px;color:var(--dark)}
.section-subtitle{font-size:16px;color:var(--text-light);margin-bottom:48px;line-height:1.6}

/* === PHONE / ESTIMATE BAR === */
.phone-estimate-bar{display:grid;grid-template-columns:1fr 1fr;min-height:60px}
.phone-bar{background-color:var(--dark);color:white !important;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-weight:600;font-size:15px;transition:background-color 0.3s}
.phone-bar:hover{background-color:#333}
.phone-bar svg{width:20px;height:20px;stroke:white;stroke-width:2;fill:none}
.estimate-bar{background-color:var(--orange);color:white !important;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;font-size:15px;transition:background-color 0.3s}
.estimate-bar:hover{background-color:var(--orange-hover)}

/* === INNER HERO === */
.inner-hero{background:linear-gradient(135deg,rgba(37,37,37,0.85) 0%,rgba(20,20,20,0.70) 100%),url('https://images.unsplash.com/photo-1632759145381-bb41a858fa30?w=1600&q=80') center/cover no-repeat;color:white;padding:80px 24px;text-align:center}
.inner-hero .section-container{max-width:900px;margin:0 auto}
.breadcrumb{font-size:13px;color:#bbb;margin-bottom:20px}
.breadcrumb a{color:var(--orange);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.inner-hero h1{font-size:44px;line-height:1.2;margin-bottom:16px;font-weight:800;color:var(--orange) !important}
.inner-hero h1 .accent{color:var(--orange)}
.inner-hero p{font-size:18px;color:white !important;max-width:700px;margin:0 auto 32px}
.hero-buttons{display:flex;gap:16px;justify-content:center}
.hero-buttons a.btn-primary,.hero-buttons a.btn-secondary,.final-cta-buttons a.btn-primary,.final-cta-buttons a.btn-secondary{color:white !important}

/* === SERVICES GRID === */
.services-grid-section{padding:80px 24px;background:white}
.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.service-card{background:white;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform 0.3s,box-shadow 0.3s}
.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.1)}
.service-card-body{padding:28px}
.service-card-body h3{font-size:20px;font-weight:700;color:var(--dark);margin-bottom:10px}
.service-card-body p{font-size:14px;color:var(--text-light);line-height:1.7;margin-bottom:16px}
.service-card-link{color:var(--orange);text-decoration:none;font-weight:600;font-size:14px;transition:color 0.3s}
.service-card-link:hover{color:var(--orange-hover)}

/* === CONTENT SECTION === */
.content-section{padding:80px 24px}
.content-section.alt-bg{background-color:var(--light-gray)}
.content-grid{display:grid;grid-template-columns:1fr;gap:40px;max-width:900px;margin:0 auto}
.content-text h2{font-size:32px;font-weight:800;color:var(--dark);margin-bottom:16px}
.content-text p{font-size:15px;color:var(--text-light);line-height:1.7;margin-bottom:16px}
.feature-list{list-style:none;margin-bottom:24px}
.feature-list li{display:flex;gap:12px;margin-bottom:14px;font-size:15px;color:#333}
.feature-list li svg{width:20px;height:20px;fill:var(--orange);flex-shrink:0;margin-top:2px}.feature-list li i{flex-shrink:0}

/* === PROCESS SECTION === */
.process-section{background-color:#252525 !important;padding:80px 24px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.process-card{background-color:#333 !important;padding:40px 28px;border-radius:8px;text-align:center;position:relative}
.process-number{font-size:48px;font-weight:800;color:var(--orange);margin-bottom:16px}
.process-card h4{font-size:18px;font-weight:700;margin-bottom:12px;color:white !important}
.process-card p{font-size:14px;color:#ccc !important;line-height:1.6}
.process-section .section-label{color:var(--orange) !important}
.process-section .section-title{color:white !important}
.process-section .section-subtitle{color:#ccc !important}

/* === FAQ === */
.faq-section{background-color:var(--light-gray);padding:80px 24px}
.faq-container{max-width:800px;margin:48px auto 0}
.faq-item{border-bottom:1px solid #ddd;margin-bottom:0}
.faq-question{background:none;border:none;width:100%;padding:24px 0;text-align:left;font-size:16px;font-weight:600;cursor:pointer;color:var(--dark);display:flex;justify-content:space-between;align-items:center;transition:color 0.3s;font-family:'Poppins',sans-serif}
.faq-question:hover{color:var(--orange)}
.faq-toggle{font-size:20px;color:var(--orange);transition:transform 0.3s}
.faq-item.active .faq-toggle{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out;padding-right:24px}
.faq-item.active .faq-answer{max-height:300px;padding-bottom:24px;transition:max-height 0.4s ease-in}
.faq-answer p{font-size:14px;line-height:1.7;color:var(--text-light)}

/* === ESTIMATE FORM === */
.estimate-section{background:linear-gradient(135deg,rgba(37,37,37,0.95) 0%,rgba(20,20,20,0.98) 100%);color:white;padding:60px 24px;display:flex;align-items:center}
.estimate-container{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:55fr 45fr;gap:60px;align-items:center}
.estimate-content h2{font-size:36px;line-height:1.2;margin-bottom:16px;font-weight:800;color:white !important}
.estimate-content h2 .accent{color:var(--orange)}
.estimate-content>p{font-size:16px;line-height:1.7;margin-bottom:24px;color:#ccc !important}
.estimate-features{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.estimate-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#ccc}
.estimate-features li svg{width:18px;height:18px;fill:none;stroke:var(--orange);stroke-width:2;flex-shrink:0}
.estimate-credentials{display:flex;gap:24px;font-size:14px;font-weight:500}
.estimate-credentials span{display:flex;align-items:center;gap:8px;color:white}
.estimate-credentials svg{width:16px;height:16px;fill:var(--orange)}
.form-card{background:rgba(20,20,20,0.85);backdrop-filter:blur(10px);border-radius:8px;padding:40px;border:1px solid rgba(255,255,255,0.1)}
.form-card h3{font-size:22px;margin-bottom:8px;font-weight:700;color:white !important}
.form-card .subtext{color:#aaa !important;font-size:13px;margin-bottom:24px}
.form-group{margin-bottom:14px}
.form-group input,.form-group select{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,0.2);border-radius:4px;background-color:rgba(255,255,255,0.05);color:white;font-family:'Poppins',sans-serif;font-size:13px}
.form-group input::placeholder{color:#999}
.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--orange);background-color:rgba(255,255,255,0.1)}
.form-group select option{background-color:var(--dark);color:white}
.form-submit{width:100%;background-color:var(--orange);color:white !important;padding:14px;border:none;border-radius:4px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color 0.3s;font-family:'Poppins',sans-serif;margin-top:6px}
.form-submit:hover{background-color:var(--orange-hover)}

/* === FINAL CTA === */
.final-cta{background:linear-gradient(135deg,var(--dark) 0%,#1a1a1a 50%,var(--dark) 100%);color:white;padding:80px 24px;text-align:center}
.final-cta h2{font-size:42px;font-weight:800;margin-bottom:16px;color:var(--orange) !important}
.final-cta .accent{color:var(--orange)}
.final-cta>p{font-size:18px;color:var(--orange) !important;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}
.final-cta-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:24px}
.final-cta-buttons a{text-decoration:none}
.final-cta .hours-note{font-size:13px;color:#aaa !important}

/* === NEARBY TOWNS === */
.nearby-section{padding:60px 24px;background:white}
.nearby-section .section-container{max-width:900px;margin:0 auto}
.nearby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}
.nearby-grid a{color:var(--orange) !important;text-decoration:none;font-size:14px;font-weight:500;transition:color 0.3s}
.nearby-grid a:hover{text-decoration:underline}

/* === FOOTER === */
.v4-footer{background-color:var(--dark-alt);color:white;padding:60px 24px 24px;border-top:3px solid var(--orange)}
.footer-logo{text-align:center;margin-bottom:48px}
.footer-logo img{height:120px;width:auto;object-fit:contain}
.footer-columns{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1.8fr;gap:20px;margin-bottom:40px}
.footer-column{overflow-wrap:break-word;word-break:break-word;min-width:0}
.footer-column h4{font-size:13px;font-weight:700;text-transform:uppercase;color:var(--orange);margin-bottom:10px;letter-spacing:0.5px;white-space:nowrap}
.footer-column ul{list-style:none}
.footer-column ul li{margin-bottom:12px}
.footer-column ul li a{color:#bbb;text-decoration:none;font-size:12px;transition:color 0.3s;line-height:1.5}
.footer-column ul li a:hover{color:var(--orange)}
.footer-column p{font-size:12px;color:#aaa !important;margin-bottom:12px;line-height:1.5;overflow-wrap:break-word;word-break:break-word}
.footer-bottom{max-width:1400px;margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,0.1);text-align:center;font-size:12px;color:#666}
.footer-bottom a{color:#888 !important}

/* === SOCIAL ICONS === */
.social-icons{display:flex;gap:12px;margin-top:16px}
.social-icons a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:rgba(255,255,255,0.1);transition:background-color 0.3s}
.social-icons a:hover{background-color:var(--orange)}
.social-icons a svg{width:20px;height:20px;fill:white}
.announcement-social{display:flex;gap:10px;align-items:center}
.announcement-social a{display:flex;align-items:center;justify-content:center}
.announcement-social a svg{width:18px;height:18px;fill:white;transition:fill 0.3s}
.announcement-social a:hover svg{fill:var(--dark)}.announcement-social a i,.social-icons a i{color:white;font-size:16px;transition:color 0.3s}.announcement-social a:hover i{color:var(--dark)}.social-icons a:hover i{color:white}

/* === RESPONSIVE === */
@media (max-width:1024px){
  .service-cards{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .footer-columns{grid-template-columns:repeat(3,1fr) !important;gap:24px !important}
  nav{gap:24px;margin-left:32px}
  .estimate-container{grid-template-columns:1fr;gap:32px}
  .estimate-content h2{font-size:28px}
}
@media (max-width:768px){
  .announcement-bar{flex-direction:column;gap:12px;text-align:center}
  header{height:auto;padding:16px 24px}
  .header-container{flex-wrap:wrap}
  nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;margin-left:0;background-color:var(--dark-alt);padding:24px;z-index:99}
  nav.mobile-open{display:flex}
  .hamburger{display:flex;order:2}
  .logo{order:1;flex:1}
  .cta-button-header{display:none}
  .inner-hero{padding:60px 24px}
  .inner-hero h1{font-size:28px}
  .inner-hero p{font-size:15px}
  
  
  .section-title{font-size:28px}
  .service-cards{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .footer-columns{grid-template-columns:repeat(2,1fr) !important;gap:24px !important}
  .phone-estimate-bar{grid-template-columns:1fr}
  .final-cta h2{font-size:28px}
  .final-cta-buttons{flex-direction:column}
  .final-cta-buttons a{width:100%}
  .nearby-grid{grid-template-columns:1fr 1fr}
  .form-card{padding:28px}
  .submenu{position:static;opacity:0;visibility:hidden;transform:none;max-height:0;overflow:hidden;margin:0;border-radius:0;box-shadow:none;background-color:#111;transition:max-height 0.3s,opacity 0.3s,visibility 0.3s;border-left:3px solid var(--orange)}
  .category-item.active>.submenu{opacity:1;visibility:visible;max-height:400px}
  .category-item:hover>.submenu{opacity:0;visibility:hidden;transform:none}
  .category-item.active:hover>.submenu{opacity:1;visibility:visible}
  .dropdown-menu .category-link .arrow{transform:rotate(-45deg);transition:transform 0.3s,border-color 0.3s}
  .category-item.active .category-link .arrow{transform:rotate(45deg)}
}
@media (max-width:480px){
  .inner-hero h1{font-size:24px}
  .footer-columns{grid-template-columns:repeat(2,1fr) !important}
  .nearby-grid{grid-template-columns:1fr}
}

/* === COLOR OVERRIDES === */
.announcement-bar{background-color:#c27a0e !important}
.announcement-bar span,.announcement-bar a{color:white !important}



nav a{color:white !important}
nav a:hover{color:var(--orange) !important}
.faq-question{color:var(--dark) !important}
.faq-answer,.faq-answer p{color:#555 !important}
.process-number{color:white !important;background-color:var(--orange) !important}
.process-card h3{color:var(--dark) !important}
.process-card p{color:#ccc !important}
.section-label{color:#b8780a !important}
.final-cta h2{color:var(--orange) !important}
.final-cta>p,.final-cta p{color:#ccc !important}
.final-cta .hours-note{color:#999 !important}
.final-cta .btn-primary{color:white !important}
.v4-footer{color:#ccc !important}
.v4-footer h4,.footer-column h4{color:white !important}
.v4-footer p,.footer-column p{color:#aaa !important}
.v4-footer a,.footer-column a{color:#ccc !important}
.v4-footer a:hover,.footer-column a:hover{color:var(--orange) !important}
.footer-bottom{color:#666 !important}
.footer-bottom a{color:#888 !important}
.estimate-content h2{color:white !important}
.estimate-content h2 .accent{color:var(--orange) !important}
.estimate-content>p{color:#ccc !important}
.estimate-features li{color:#ccc !important}
.estimate-credentials span{color:white !important}
.form-card h3{color:white !important}
.form-card .subtext{color:#aaa !important}
.services-dropdown:hover>.dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.services-dropdown:hover>.dropdown-menu .category-item:hover>.submenu{opacity:1;visibility:visible;transform:translateX(0)}
.site-main .submenu a.nav-active,.site-main .dropdown-menu a.nav-active,.site-main .dropdown-menu .category-link.nav-active,.page-content .submenu a.nav-active,.page-content .dropdown-menu a.nav-active{color:#f29e23 !important;background-color:rgba(242,158,35,0.1) !important}

/* === canonical hero bundle === */
@keyframes hero-zoom{from{transform:scale(1.06)}to{transform:scale(1)}}
@keyframes slide-up{to{transform:translateY(0);opacity:1}}
@keyframes fade-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:var(--nf-hero-bg) center/cover no-repeat;animation:hero-zoom 14s ease-out forwards}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(8,8,8,.92) 0%,rgba(20,15,5,.82) 55%,rgba(10,10,10,.55) 100%)}
.hero-inner{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:1fr;gap:64px;align-items:center;width:100%}
.hero-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px;opacity:0;animation:fade-up .6s ease .3s forwards}
.hero-eyebrow-line{width:36px;height:2px;background:var(--orange);flex-shrink:0}
.hero-eyebrow span{color:var(--orange);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px}
.hero h1{font-size:clamp(38px,5.5vw,70px);font-weight:900;line-height:1.06;color:white;margin-bottom:20px}
.hero h1 .line{display:block;overflow:hidden}
.hero h1 .line span{display:block;transform:translateY(110%);opacity:0}
.hero h1 .line:nth-child(1) span{animation:slide-up .7s cubic-bezier(.16,1,.3,1) .5s forwards}
.hero h1 .line:nth-child(2) span{animation:slide-up .7s cubic-bezier(.16,1,.3,1) .7s forwards}
.hero h1 .line:nth-child(3) span{animation:slide-up .7s cubic-bezier(.16,1,.3,1) .9s forwards}
.hero h1 .accent{color:var(--orange)}
.hero-subhead{font-family:inherit;font-size:1.25rem;font-weight:500;color:#aaa;margin:12px 0 0;line-height:1.3;opacity:0;animation:fade-up .6s ease 1.0s forwards}
.hero-tagline{font-size:clamp(16px,2vw,22px);color:rgba(255,255,255,.75);font-weight:400;margin-top:18px;margin-bottom:32px;opacity:0;animation:fade-up .7s ease 1.1s forwards}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px;opacity:0;animation:fade-up .7s ease 1.25s forwards;justify-content:center}
.hero-buttons a.btn-primary,.hero-buttons a.btn-secondary{color:white !important}
.hero-trust{display:flex;flex-wrap:wrap;gap:20px;opacity:0;animation:fade-up .7s ease 1.4s forwards;justify-content:center}
.hero-trust-item{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.65);font-size:12px;font-weight:500}

.btn-primary{background:var(--orange);color:white!important;padding:15px 36px;border-radius:4px;font-size:14px;font-weight:700;display:inline-block;transition:background .3s,transform .2s}
.btn-primary:hover{background:var(--orange-hover);transform:translateY(-2px)}
.btn-secondary{background:transparent;color:white!important;padding:14px 34px;border:2px solid rgba(255,255,255,0.7);border-radius:4px;font-size:14px;font-weight:700;display:inline-block;transition:all .3s}
.btn-secondary:hover{background:white;color:var(--dark)!important;border-color:white}
@media(max-width:640px){}
nav>a{text-decoration:none!important}
a,a:visited,a:active{color:inherit !important;text-decoration:none !important}
/* === end canonical hero bundle === */

