@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.header{z-index:1000;background-color:#fff;width:100%;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;position:sticky;top:0;box-shadow:0 4px 25px #0a1b2a0f}.top-bar{color:#fff;background-color:#0a1b2a;border-bottom:1px solid #b3935933;padding:.55rem 0;font-size:.85rem}.top-bar-container{justify-content:space-between;align-items:center;width:90%;max-width:1400px;margin:0 auto;display:flex}.top-bar-contact{align-items:center;gap:1.2rem;display:flex}.top-bar-divider{color:#fff3;font-size:.8rem}.top-bar-link{color:#ffffffd9;white-space:nowrap;align-items:center;gap:.45rem;font-weight:500;text-decoration:none;transition:color .25s;display:flex}.top-bar-link:hover{color:#b39359}.top-bar-icon{color:#b39359;align-items:center;font-size:.95rem;display:inline-flex}.top-bar-right{align-items:center;gap:1.8rem;display:flex}.social-links{align-items:center;gap:1rem;display:flex}.social-links a{color:#ffffffb3;justify-content:center;align-items:center;font-size:.9rem;text-decoration:none;transition:color .25s;display:flex}.social-links a:hover{color:#b39359}.top-bar-cta{color:#b39359;text-transform:uppercase;letter-spacing:.05em;background:#b393591f;border-radius:4px;align-items:center;gap:.4rem;padding:.25rem .64rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.top-bar-cta:hover{color:#fff;background:#b39359}.top-bar-cta-icon{align-items:center;font-size:.85rem;display:inline-flex}.main-nav{background-color:#fffffffa;padding:.9rem 0;transition:padding .3s}.main-nav-container{justify-content:space-between;align-items:center;width:90%;max-width:1400px;margin:0 auto;display:flex}.logo-wrapper{align-items:center;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:54px;transition:transform .3s}.logo-wrapper:hover .logo-img{transform:scale(1.02)}.nav-menu{align-items:center;gap:2.2rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#0a1b2a;align-items:center;gap:.3rem;padding:.4rem 0;font-size:.98rem;font-weight:600;text-decoration:none;transition:color .25s;display:inline-flex;position:relative}.nav-link:after{content:"";background-color:#b39359;border-radius:2px;width:0%;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-2px;left:0}.nav-link:hover{color:#b39359}.nav-link:hover:after{width:100%}.nav-item-dropdown{align-items:center;display:flex;position:relative}.dropdown-arrow{color:#b39359;font-size:.9rem;transition:transform .3s}.nav-item-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{opacity:0;visibility:hidden;z-index:1010;background-color:#fff;border:1px solid #b3935926;border-radius:8px;width:320px;padding:.6rem 0;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:0;transform:translateY(12px);box-shadow:0 10px 30px #0a1b2a1f}.nav-item-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:#0a1b2a;border-left:3px solid #0000;padding:.65rem 1.2rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.dropdown-item:hover{color:#b39359;background-color:#f8fafc;border-left-color:#b39359;padding-left:1.4rem}.mobile-cta-wrapper,.mobile-nav-actions{display:none}.btn-analysis{color:#fff;letter-spacing:.01em;white-space:nowrap;background-color:#0a1b2a;border:2px solid #0a1b2a;border-radius:4px;align-items:center;gap:.55rem;padding:.75rem 1.4rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #0a1b2a1f}.btn-icon{color:#b39359;align-items:center;font-size:1rem;transition:color .3s;display:inline-flex}.btn-analysis:hover{color:#fff;background-color:#b39359;border-color:#b39359;transform:translateY(-2px);box-shadow:0 6px 20px #b3935959}.btn-analysis:hover .btn-icon{color:#fff}.hamburger-btn{color:#0a1b2a;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.4rem;font-size:1.6rem;transition:all .2s;display:none}.hamburger-btn:hover{color:#b39359;background-color:#0a1b2a0a}.nav-overlay{opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;background:#0a1b2aa6;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.nav-overlay.active{opacity:1;visibility:visible}@media (width<=1200px){.nav-menu{gap:1.4rem}.nav-link{font-size:.9rem}.btn-analysis{padding:.7rem 1.1rem;font-size:.88rem}}.mobile-close-btn{display:none}@media (width<=992px){.mobile-close-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;transition:all .25s;display:flex;position:absolute;top:1.2rem;right:1.2rem}.mobile-close-btn:hover{color:#fff;background-color:#b39359;border-color:#b39359}.top-bar-right{display:none}.top-bar-container{justify-content:center}.main-nav{padding:.75rem 0}.logo-img{height:44px}.mobile-nav-actions{align-items:center;gap:.75rem;display:flex}.btn-analysis.btn-mobile-header{box-shadow:none;border-radius:4px;padding:.55rem .95rem;font-size:.82rem}.btn-analysis.btn-mobile-header .btn-text{display:inline}.hamburger-btn{display:flex}.nav-cta{display:none}.nav-menu{z-index:999;box-sizing:border-box;background-color:#0a1b2a;flex-direction:column;align-items:flex-start;gap:.8rem;width:85%;max-width:340px;height:100dvh;padding:5rem 1.8rem 2.5rem;transition:right .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #0000004d}.nav-menu.active{right:0}.nav-link{color:#ffffffe6;border-bottom:1px solid #ffffff14;justify-content:space-between;width:100%;padding:.6rem 0;font-size:1.05rem;font-weight:500}.nav-link:after{display:none}.nav-link:hover{color:#b39359}.nav-item-dropdown{flex-direction:column;align-items:flex-start;width:100%}.dropdown-menu{width:100%;box-shadow:none;opacity:0;visibility:hidden;background-color:#ffffff08;border:none;border-radius:6px;max-height:0;margin-top:.4rem;padding:.3rem 0;transition:all .3s;position:static;overflow:hidden;transform:none}.nav-item-dropdown.dropdown-open .dropdown-menu{opacity:1;visibility:visible;max-height:500px;padding:.5rem 0}.nav-item-dropdown.dropdown-open .dropdown-arrow{transform:rotate(180deg)}.dropdown-item{color:#ffffffbf;padding:.55rem 1rem;font-size:.88rem}.dropdown-item:hover{color:#b39359;background-color:#0000;padding-left:1rem}.mobile-cta-wrapper{box-sizing:border-box;width:100%;margin-top:1rem;display:block}.mobile-cta-wrapper .btn-analysis{color:#fff;box-sizing:border-box;background-color:#b39359;border-color:#b39359;justify-content:center;width:100%;padding:.85rem 1rem}.mobile-cta-wrapper .btn-analysis .btn-icon{color:#fff}}@media (width<=576px){.main-nav-container{width:92%}.top-bar-contact{gap:.6rem;font-size:.78rem}.top-bar-divider{font-size:.65rem}.logo-img{height:38px}.btn-analysis.btn-mobile-header{padding:.55rem .65rem}.btn-analysis.btn-mobile-header .btn-text{display:none}.btn-analysis.btn-mobile-header .btn-icon{font-size:1.05rem}}@media (width<=380px){.top-bar-contact{gap:.4rem;font-size:.72rem}.logo-img{height:34px}}.hero-simple{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:60vh;padding:6rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.hero-simple *,.hero-simple :before,.hero-simple :after{box-sizing:border-box}.hero-simple-container{justify-content:center;width:90%;max-width:900px;margin:0 auto;display:flex}.hero-simple-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-simple-title{color:#0a1b2a;letter-spacing:-.025em;margin:0 0 1.5rem;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;line-height:1.2}.hero-simple-title .highlight{color:#b39359;background:linear-gradient(135deg,#d4af37 0%,#b39359 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-simple-desc{color:#475569;max-width:680px;margin:0 0 2.5rem;font-size:1.2rem;line-height:1.7}.hero-simple-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-primary-simple{color:#fff;background:#0a1b2a;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0a1b2a26}.btn-primary-simple:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 25px #0a1b2a40}.btn-primary-simple svg{transition:transform .2s}.btn-primary-simple:hover svg{transform:translate(4px)}.btn-secondary-simple{color:#0a1b2a;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-secondary-simple:hover{color:#b39359;background:#fff;border-color:#b39359;transform:translateY(-2px);box-shadow:0 4px 15px #0000000d}@media (width<=768px){.hero-simple{min-height:auto;padding:4rem 0}.hero-simple-title{font-size:2rem}.hero-simple-desc{font-size:1rem}.hero-simple-actions{flex-direction:column;width:100%}.btn-primary-simple,.btn-secondary-simple{justify-content:center;width:100%}}.industries-section{color:#0a1b2a;background-color:#fff;padding:4.5rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.industries-container{width:90%;max-width:1180px;margin:0 auto}.industries-header{text-align:center;max-width:720px;margin:0 auto 3rem}.industries-subtitle{text-transform:uppercase;letter-spacing:.12em;color:#b39359;align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.75rem;font-weight:700;display:inline-flex}.industries-subtitle:before,.industries-subtitle:after{content:"";background-color:#b3935999;width:16px;height:1.5px;display:inline-block}.industries-title{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.85rem;font-weight:800;line-height:1.3}.highlight{color:#b39359}.industries-lead{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.industries-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.industry-card{color:inherit;background:#fff;border:1px solid #e2e8f0e6;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 2px 8px #0a1b2a05}.card-image-wrapper{background:#f8fafc;width:100%;padding-top:60%;position:relative;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.industry-card:hover .card-image{transform:scale(1.05)}.card-image-overlay{background:linear-gradient(#0a1b2a1a 0%,#0a1b2a0d 50%,#0a1b2a66 100%);justify-content:flex-start;align-items:flex-start;padding:.75rem;display:flex;position:absolute;inset:0}.industry-icon-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.industry-icon{color:#0a1b2a;justify-content:center;align-items:center;font-size:1.1rem;transition:color .3s;display:flex}.industry-card:hover .industry-icon-wrapper{background-color:#0a1b2a;transform:scale(1.05)}.industry-card:hover .industry-icon{color:#b39359}.card-content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.card-top{justify-content:flex-start;align-items:center;margin-bottom:.75rem;display:flex}.industry-tag{text-transform:uppercase;letter-spacing:.05em;color:#8c6f3b;background-color:#b3935914;border:1px solid #b3935926;border-radius:4px;padding:.25rem .6rem;font-size:.65rem;font-weight:700}.card-body{flex:1;margin-bottom:1rem}.industry-title{color:#0a1b2a;margin-bottom:.4rem;font-size:1.05rem;font-weight:700;line-height:1.3}.industry-desc{color:#55697a;margin:0;font-size:.84rem;line-height:1.5}.card-footer{color:#0a1b2a;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:.75rem;font-size:.82rem;font-weight:700;transition:color .25s;display:flex}.industry-arrow{color:#b39359;align-items:center;font-size:.9rem;transition:transform .25s;display:flex}.industry-card:hover{border-color:#b3935959;transform:translateY(-4px);box-shadow:0 12px 30px -6px #0a1b2a1a}.industry-card:hover .card-footer{color:#b39359}.industry-card:hover .industry-arrow{transform:translate(4px)}.industry-card:before{content:"";opacity:0;z-index:2;background:linear-gradient(90deg,#b39359 0%,#d4af37 100%);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.industry-card:hover:before{opacity:1}.industries-banner{color:#fff;background:linear-gradient(135deg,#0f2338 0%,#0b1b2b 100%);border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 30px #0000001f}.banner-info{align-items:center;gap:1.2rem;display:flex}.banner-icon{color:#d4b275;background-color:#d4b2751f;border:1px solid #d4b27533;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex}.banner-info h4{color:#fff;margin:0 0 .2rem;font-size:1.05rem;font-weight:700}.banner-info p{color:#a0b3c6;margin:0;font-size:.86rem}.banner-btn{color:#0a1b2a;white-space:nowrap;background:linear-gradient(135deg,#d4b275 0%,#b39359 100%);border-radius:6px;padding:.7rem 1.4rem;font-size:.86rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 12px #b3935940}.banner-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #b3935966}@media (width<=1024px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=768px){.industries-banner{text-align:center;flex-direction:column;gap:1.2rem;padding:1.5rem 1.2rem}.banner-info{flex-direction:column;gap:.75rem}.card-image-wrapper{padding-top:55%}}@media (width<=576px){.industries-section{padding:3.5rem 0}.industries-grid{grid-template-columns:1fr;gap:1rem}.card-content{padding:1rem}.card-image-wrapper{padding-top:50%}}.why-us-section{color:#0a1b2a;background:#fafafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:4.5rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.why-us-section *,.why-us-section :before,.why-us-section :after{box-sizing:border-box}.why-us-container{width:90%;max-width:1280px;margin:0 auto}.why-us-header{margin-bottom:3rem}.why-us-title{color:#0a1b2a;letter-spacing:-.02em;max-width:1000px;margin:0 0 .4rem;font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:700;line-height:1.35}.why-us-title .highlight{color:#b39359;font-weight:800}.why-us-subtitle{color:#64748b;margin:0;font-size:.95rem;font-weight:500}.why-us-stats-row{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.why-us-stat-item{flex-direction:column;gap:.4rem;display:flex;position:relative}.why-us-stat-item:not(:first-child):before{content:"";background:#e2e8f0;width:1px;height:80%;position:absolute;top:10%;left:-1rem}.stat-number{color:#0a1b2a;letter-spacing:-.03em;font-size:clamp(2.4rem,3.8vw,3.4rem);font-weight:800;line-height:1}.stat-label{color:#475569;font-size:.95rem;font-weight:500;line-height:1.4}@media (width<=900px){.why-us-stats-row{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}.why-us-stat-item:not(:first-child):before{display:none}}@media (width<=500px){.why-us-section{padding:3rem 0}.why-us-header{margin-bottom:2rem}.why-us-stats-row{grid-template-columns:1fr 1fr;gap:2rem 1rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.85rem}}.testimonials-section{color:#0a1b2a;background-color:#fff;padding:5.5rem 0;font-family:Plus Jakarta Sans,sans-serif}.testimonials-container{width:90%;max-width:1300px;margin:0 auto}.testimonials-header{text-align:center;flex-direction:column;align-items:center;max-width:750px;margin:0 auto 3.5rem;display:flex}.highlight-gold{background:linear-gradient(135deg,#d4af37 0%,#b39359 50%,#8c6f3b 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.google-badge{background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.8rem;margin-bottom:1.2rem;padding:.5rem 1.2rem;display:inline-flex}.google-icon{color:#4285f4;align-items:center;font-size:1.2rem;display:flex}.google-rating{align-items:center;gap:.5rem;display:flex}.rating-score{color:#0a1b2a;font-size:1rem;font-weight:800}.stars-row{gap:2px;display:flex}.star-icon{color:#f59e0b;font-size:.9rem;display:flex}.testimonials-subtitle{text-transform:uppercase;letter-spacing:.08em;color:#b39359;margin-bottom:.6rem;font-size:.85rem;font-weight:700;display:inline-block}.testimonials-title{color:#0a1b2a;margin-bottom:1rem;font-size:2.2rem;font-weight:800;line-height:1.25}.testimonials-lead{color:#55697a;font-size:1.05rem;line-height:1.6}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.review-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;justify-content:space-between;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.review-card:hover{background-color:#fff;border-color:#b3935966;transform:translateY(-5px);box-shadow:0 12px 30px #0a1b2a14}.review-author{align-items:center;gap:.9rem;margin-bottom:1rem;display:flex}.author-avatar{color:#b39359;background:#0a1b2a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex}.author-info{flex-direction:column;display:flex}.author-name-row{align-items:center;gap:.35rem;display:flex}.author-info h4{color:#0a1b2a;margin:0;font-size:1.05rem;font-weight:700}.verified-badge{color:#10b981;font-size:.9rem;display:flex}.author-meta{color:#64748b;font-size:.8rem}.review-stars{gap:3px;margin-bottom:1rem;display:flex}.star-gold{color:#f59e0b;font-size:1rem;display:flex}.review-text{color:#334155;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.6}.review-footer{border-top:1px solid #e2e8f0;padding-top:.8rem}.google-tag{color:#64748b;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:inline-flex}@media (width<=992px){.testimonials-grid{grid-template-columns:1fr;gap:1.2rem}.testimonials-title{font-size:1.85rem}}.footer-section{color:#e2e8f0;background:#0a1b2a;border-top:1px solid #1e293b;padding:4.5rem 0 2rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.footer-section *,.footer-section :before,.footer-section :after{box-sizing:border-box}.footer-container{width:90%;max-width:1280px;margin:0 auto}.footer-grid{grid-template-columns:1.2fr 1fr 1.1fr 1.3fr;align-items:start;gap:3rem;margin-bottom:3.5rem;display:grid}.footer-title{color:#fff;letter-spacing:-.01em;margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.footer-brand{flex-direction:column;display:flex}.footer-logo-link{display:inline-block}.footer-logo-img{object-fit:contain;width:auto;max-height:200px;display:block}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#94a3b8;align-items:center;gap:.35rem;font-size:.95rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.footer-links a svg{color:#b39359;font-size:.85rem}.footer-links a:hover{color:#fff;transform:translate(4px)}.region-text{color:#94a3b8;margin:0 0 1rem;font-size:.95rem;line-height:1.6}.region-highlight{color:#b39359;background:#b393591a;border:1px solid #b3935940;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:inline-flex}.footer-contact-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-item{color:inherit;align-items:center;gap:.85rem;text-decoration:none;display:flex}.contact-icon{color:#b39359;background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.contact-label{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:600;display:block}.contact-value{color:#e2e8f0;font-size:.95rem;font-weight:600;display:block}.phone-numbers{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.phone-link{color:#e2e8f0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.phone-link:hover{color:#b39359}.phone-divider{color:#64748b;font-size:.85rem}.footer-social-section{border-top:1px solid #ffffff14;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.social-text{color:#94a3b8;font-size:.85rem;font-weight:600}.social-link{color:#b39359;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;text-decoration:none;transition:all .25s;display:flex}.social-link:hover{color:#0a1b2a;background:#b39359;border-color:#b39359;transform:translateY(-2px)}.footer-bottom{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.copyright,.author-credit{margin:0}.author-link{color:#94a3b8;text-decoration:none;transition:color .2s}.author-link:hover{color:#b39359}.legal-links{align-items:center;gap:.75rem;display:flex}.legal-links a{color:#64748b;text-decoration:none;transition:color .2s}.legal-links a:hover{color:#e2e8f0}.divider{color:#334155}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (width<=600px){.footer-section{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}}.blog-card{background-color:#fff;border:1px solid #0a1b2a0f;border-radius:8px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 18px #0a1b2a0d}.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0a1b2a1f}.blog-card-image-link{text-decoration:none;display:block}.blog-card-image-wrapper{aspect-ratio:16/9;background-color:#e2e8f0;width:100%;overflow:hidden}.blog-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-content{flex-direction:column;flex-grow:1;padding:1.6rem;display:flex}.blog-card-date{color:#b39359;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.78rem;font-weight:600}.blog-card-title{color:#0a1b2a;margin:0 0 .8rem;font-size:1.2rem;font-weight:700;line-height:1.35}.blog-card-title a{color:inherit;text-decoration:none;transition:color .25s}.blog-card-title a:hover{color:#b39359}.blog-card-description{color:#52606d;flex-grow:1;margin:0 0 1.5rem;font-size:.92rem;line-height:1.6}.blog-card-link{color:#0a1b2a;align-items:center;gap:.45rem;margin-top:auto;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .25s;display:inline-flex}.blog-card-icon{color:#b39359;font-size:1.05rem;transition:transform .25s}.blog-card-link:hover{color:#b39359}.blog-card-link:hover .blog-card-icon{transform:translate(4px)}.blog-section{color:#0a1b2a;background-color:#fff;padding:4.5rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.blog-section-container{width:90%;max-width:1180px;margin:0 auto}.blog-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.blog-section-subtitle{text-transform:uppercase;letter-spacing:.12em;color:#b39359;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.blog-section-subtitle:before{content:"";background-color:#b3935999;width:16px;height:1.5px;display:inline-block}.blog-section-title{color:#0a1b2a;letter-spacing:-.01em;margin:0;font-size:1.85rem;font-weight:800;line-height:1.25}.highlight-gold{color:#b39359;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b39359 0%,#8c6f3b 100%)}.blog-section-more{color:#0a1b2a;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:color .25s;display:inline-flex}.blog-section-more svg{color:#b39359;transition:transform .25s}.blog-section-more:hover{color:#b39359}.blog-section-more:hover svg{transform:translate(4px)}.blog-section-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=992px){.blog-section-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-section-header{flex-direction:column;align-items:flex-start;gap:1rem}.blog-section-grid{grid-template-columns:1fr}}.audit-section{color:#0a1b2a;background:#fff;padding:5rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.audit-section *,.audit-section :before,.audit-section :after{box-sizing:border-box}.audit-container{width:90%;max-width:1280px;margin:0 auto}.audit-heading{color:#0a1b2a;letter-spacing:-.02em;max-width:1000px;margin:0 0 1.25rem;font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:500;line-height:1.35}.audit-heading strong{color:#0a1b2a;font-weight:800}.audit-intro{color:#475569;margin:0 0 1.5rem;font-size:1.15rem;font-weight:700}.audit-list{flex-direction:column;gap:1rem;max-width:900px;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.audit-list li{color:#334155;padding-left:1.75rem;font-size:1.1rem;line-height:1.5;position:relative}.audit-list li:before{content:"–";color:#b39359;font-size:1.25rem;font-weight:800;position:absolute;top:0;left:0}.audit-list li strong{color:#0a1b2a;font-weight:800}.audit-action{justify-content:flex-start;display:flex}.audit-btn{color:#fff;background:#0a1b2a;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #0a1b2a1f}.audit-btn:hover{background:#b39359;transform:translateY(-2px);box-shadow:0 8px 25px #b393594d}.audit-btn svg{transition:transform .2s}.audit-btn:hover svg:last-child{transform:translate(4px)}@media (width<=768px){.audit-section{padding:3.5rem 0}.audit-heading{font-size:1.35rem}.audit-intro{font-size:1.05rem}.audit-list li{font-size:1rem}.audit-btn{justify-content:center;width:100%}}.benefits-section{color:#0a1b2a;background:#fff;padding:4.5rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.benefits-section *,.benefits-section :before,.benefits-section :after{box-sizing:border-box}.benefits-container{width:90%;max-width:1280px;margin:0 auto}.benefits-heading{color:#0a1b2a;letter-spacing:-.02em;margin:0 0 1.75rem;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:800;line-height:1.3}.benefits-list{flex-direction:column;gap:.9rem;max-width:900px;margin:0;padding:0;list-style:none;display:flex}.benefits-list li{color:#334155;padding-left:1.5rem;font-size:1.1rem;line-height:1.5;position:relative}.benefits-list li:before{content:"–";color:#b39359;font-size:1.2rem;font-weight:800;position:absolute;top:0;left:0}.benefits-list li strong{color:#0a1b2a;font-weight:800}@media (width<=768px){.benefits-section{padding:3rem 0}.benefits-heading{margin-bottom:1.25rem;font-size:1.35rem}.benefits-list li{font-size:1rem}}.about-section{color:#0a1b2a;background:#fff;padding:5rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.about-section *,.about-section :before,.about-section :after{box-sizing:border-box}.about-container{width:90%;max-width:1280px;margin:0 auto}.about-header{margin-bottom:3rem}.about-subtitle{text-transform:uppercase;letter-spacing:.08em;color:#b39359;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.about-title{color:#0a1b2a;letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;line-height:1.3}.about-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.about-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:flex-start;padding:2rem;transition:border-color .2s,box-shadow .2s;display:flex}.about-card:hover{border-color:#cbd5e1;box-shadow:0 4px 20px #00000008}.about-icon-box{color:#b39359;background:#0a1b2a;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.35rem;display:flex}.about-card-title{color:#0a1b2a;margin:0 0 .5rem;font-size:1.15rem;font-weight:700;line-height:1.35}.about-card-desc{color:#475569;margin:0;font-size:.95rem;line-height:1.5}@media (width<=768px){.about-grid{grid-template-columns:1fr;gap:1.25rem}.about-card{padding:1.5rem}}@media (width<=500px){.about-section{padding:3.5rem 0}.about-header{margin-bottom:2rem}.about-title{font-size:1.35rem}}.blog-page{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.blog-container{width:90%;max-width:1300px;margin:0 auto}.blog-hero{color:#fff;text-align:center;background-color:#0a1b2a;border-bottom:3px solid #b39359;padding:4rem 0 3.5rem}.blog-subtitle{color:#b39359;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem;font-size:.85rem;font-weight:700;display:block}.blog-page-title{color:#fff;margin:0 0 1rem;font-size:2.4rem;font-weight:800}.blog-page-description{color:#ffffffbf;max-width:650px;margin:0 auto;font-size:1.05rem;line-height:1.6}.blog-main-content{flex-grow:1;padding:4rem 0 6rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-hero{padding:3rem 0 2.5rem}.blog-page-title{font-size:1.8rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-post-page{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.post-container{width:90%;max-width:1200px;margin:0 auto}.post-hero{color:#fff;background-color:#0a1b2a;border-bottom:3px solid #b39359;padding:3.5rem 0 3rem}.back-link{color:#b39359;align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .25s,color .25s;display:inline-flex}.back-link:hover{color:#fff;transform:translate(-4px)}.post-title{color:#fff;max-width:900px;margin:0 0 1rem;font-size:2.2rem;font-weight:800;line-height:1.25}.post-description{color:#fffc;max-width:800px;margin:0;font-size:1.1rem;line-height:1.6}.post-main{flex-grow:1;padding:3rem 0 5rem}.post-layout{grid-template-columns:1fr 340px;align-items:start;gap:3rem;display:grid}.post-content{background-color:#fff;border:1px solid #0a1b2a0f;border-radius:8px;padding:2.5rem;box-shadow:0 4px 20px #0a1b2a0d}.post-featured-image-wrapper{aspect-ratio:16/9;background-color:#e2e8f0;border-radius:6px;width:100%;margin-bottom:2.5rem;overflow:hidden}.post-featured-image{object-fit:cover;width:100%;height:100%}.post-body{flex-direction:column;gap:2rem;display:flex}.post-section h2{color:#0a1b2a;margin:0 0 .8rem;padding-bottom:.4rem;font-size:1.45rem;font-weight:700;position:relative}.post-section h2:after{content:"";background-color:#b39359;width:35px;height:2px;position:absolute;bottom:0;left:0}.post-section p{color:#4a5568;margin:0;font-size:1.02rem;line-height:1.75}.post-footer-nav{border-top:1px solid #e2e8f0;margin-top:3rem;padding-top:2rem}.post-sidebar{position:sticky;top:200px}.sidebar-widget{background-color:#fff;border:1px solid #0a1b2a0f;border-radius:8px;padding:2rem;box-shadow:0 4px 20px #0a1b2a0d}.widget-contact{color:#fff;background:linear-gradient(145deg,#0a1b2a 0%,#132a3e 100%);border:1px solid #b39359}.widget-subtitle{color:#b39359;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.widget-contact h3{color:#fff;margin:0 0 .8rem;font-size:1.25rem;font-weight:700}.widget-contact p{color:#ffffffbf;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.widget-buttons{flex-direction:column;gap:.75rem;display:flex}.btn-sidebar-cta,.btn-sidebar-secondary{border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.btn-sidebar-cta{color:#fff;background-color:#b39359}.btn-sidebar-cta:hover{background-color:#987a43}.btn-sidebar-secondary{color:#fff;background-color:#ffffff14;border:1px solid #fff3}.btn-sidebar-secondary:hover{background-color:#ffffff2e}.btn-back{color:#fff;background-color:#0a1b2a;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .25s;display:inline-flex}.btn-back:hover{background-color:#b39359}.not-found-container{flex-grow:1;justify-content:center;align-items:center;padding:5rem 1rem;display:flex}.not-found-content{text-align:center;max-width:500px}.not-found-content h1{color:#b39359;margin:0;font-size:5rem;line-height:1}.not-found-content h2{color:#0a1b2a;margin:.5rem 0 1rem;font-size:1.8rem}.not-found-content p{color:#52606d;margin-bottom:2rem}@media (width<=1024px){.post-layout{grid-template-columns:1fr;gap:2rem}.post-sidebar{position:static}}@media (width<=640px){.post-title{font-size:1.6rem}.post-content{padding:1.5rem}.post-section h2{font-size:1.25rem}}.about-adp{color:#0a1b2a;background:#fff;padding:5rem 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.about-adp *,.about-adp :before,.about-adp :after{box-sizing:border-box}.about-adp-container{width:90%;max-width:1280px;margin:0 auto}.about-adp-header{max-width:950px;margin-bottom:2.5rem}.about-adp-badge{text-transform:uppercase;letter-spacing:.08em;color:#b39359;margin-bottom:.75rem;font-size:.85rem;font-weight:800;display:inline-block}.about-adp-title{color:#0a1b2a;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:800;line-height:1.3}.about-adp-title .highlight{color:#b39359}.about-adp-desc{color:#334155;margin:0;font-size:1.05rem;line-height:1.7}.about-adp-desc strong{color:#0a1b2a}.about-adp-features{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:1.25rem 2rem;margin-bottom:3rem;padding:1.5rem 2rem;display:grid}.about-adp-feature-item{color:#1e293b;align-items:center;gap:.75rem;font-size:.98rem;font-weight:600;display:flex}.feature-icon{color:#b39359;flex-shrink:0;font-size:1.25rem}.about-adp-bottom{border-top:1px solid #e2e8f0;grid-template-columns:1fr 1.2fr;align-items:center;gap:2.5rem;padding-top:2rem;display:grid}.about-adp-stats{justify-content:space-between;gap:1.5rem;display:flex}.about-adp-stat{flex-direction:column;display:flex}.about-adp-stat-number{color:#0a1b2a;margin-bottom:.35rem;font-size:2.2rem;font-weight:800;line-height:1}.about-adp-stat-label{color:#64748b;font-size:.85rem;font-weight:600}.about-adp-location{color:#fff;background:#0a1b2a;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem 1.75rem;display:flex}.about-adp-location-item{align-items:center;gap:.85rem;display:flex}.location-icon{color:#b39359;flex-shrink:0;font-size:1.25rem}.location-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.about-adp-location-item strong{color:#f8fafc;font-size:.95rem}@media (width<=900px){.about-adp-features{grid-template-columns:1fr}.about-adp-bottom{grid-template-columns:1fr;gap:2rem}}@media (width<=600px){.about-adp{padding:3.5rem 0}.about-adp-stats{flex-direction:column;gap:1.25rem}.about-adp-features{padding:1.25rem}}.property-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.property-container{width:90%;max-width:1280px;margin:0 auto}.property-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.property-hero-content{max-width:800px}.property-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.property-article-section{background-color:#fff;padding:4rem 0 5rem}.property-article{color:#2d3748;max-width:900px;margin:0 auto}.property-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.property-article h3{color:#0a1b2a;margin:2.5rem 0 1.2rem;font-size:1.4rem;font-weight:700;line-height:1.35}.property-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.property-feature-list{flex-direction:column;gap:1rem;margin:1.5rem 0 2.5rem;display:flex;padding:0!important;list-style:none!important}.property-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex;list-style:none!important}.property-feature-list li::marker{content:""!important;display:none!important}.property-feature-list li:hover{border-color:#b3935966}.property-feature-list strong{color:#0a1b2a}.property-contact-section{padding:0 0 6rem}@media (width<=768px){.property-hero h1{font-size:2.2rem}.property-article h2{font-size:1.7rem}.property-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.property-hero{padding:3.5rem 0 2.5rem}.property-hero h1{font-size:1.9rem}.property-article-section{padding:2.5rem 0 3.5rem}.property-feature-list li{padding:1rem;font-size:.95rem}}.liability-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.liability-container{width:90%;max-width:1280px;margin:0 auto}.liability-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.liability-hero-content{max-width:800px}.liability-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.liability-article-section{background-color:#fff;padding:4rem 0 5rem}.liability-article{color:#2d3748;max-width:900px;margin:0 auto}.liability-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.liability-article h3{color:#0a1b2a;margin:2.5rem 0 1.5rem;font-size:1.4rem;font-weight:700;line-height:1.35}.liability-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.liability-feature-list{flex-direction:column;gap:1.25rem;margin:2rem 0;padding:0;list-style:none;display:flex}.liability-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex}.liability-feature-list li:hover{border-color:#b3935966}.liability-feature-list strong{color:#0a1b2a}.liability-contact-section{padding:0 0 6rem}@media (width<=768px){.liability-hero h1{font-size:2.2rem}.liability-article h2{font-size:1.7rem}.liability-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.liability-hero{padding:3.5rem 0 2.5rem}.liability-hero h1{font-size:1.9rem}.liability-article-section{padding:2.5rem 0 3.5rem}.liability-feature-list li{padding:1rem;font-size:.95rem}}.guarantees-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.guarantees-container{width:90%;max-width:1280px;margin:0 auto}.guarantees-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.guarantees-hero-content{max-width:800px}.guarantees-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.guarantees-article-section{background-color:#fff;padding:4rem 0 5rem}.guarantees-article{color:#2d3748;max-width:900px;margin:0 auto}.guarantees-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.guarantees-article h3{color:#0a1b2a;margin:2.5rem 0 1.5rem;font-size:1.4rem;font-weight:700;line-height:1.35}.guarantees-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.guarantees-feature-list{flex-direction:column;gap:1.25rem;margin:2rem 0;padding:0;list-style:none;display:flex}.guarantees-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex}.guarantees-feature-list li:hover{border-color:#b3935966}.guarantees-feature-list strong{color:#0a1b2a}.guarantees-contact-section{padding:0 0 6rem}@media (width<=768px){.guarantees-hero h1{font-size:2.2rem}.guarantees-article h2{font-size:1.7rem}.guarantees-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.guarantees-hero{padding:3.5rem 0 2.5rem}.guarantees-hero h1{font-size:1.9rem}.guarantees-article-section{padding:2.5rem 0 3.5rem}.guarantees-feature-list li{padding:1rem;font-size:.95rem}}.construction-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.construction-container{width:90%;max-width:1280px;margin:0 auto}.construction-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.construction-hero-content{max-width:800px}.construction-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.construction-article-section{background-color:#fff;padding:4rem 0 5rem}.construction-article{color:#2d3748;max-width:900px;margin:0 auto}.construction-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.construction-article h3{color:#0a1b2a;margin:2.5rem 0 1.5rem;font-size:1.4rem;font-weight:700;line-height:1.35}.construction-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.construction-feature-list{flex-direction:column;gap:1.25rem;margin:2rem 0;padding:0;list-style:none;display:flex}.construction-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex}.construction-feature-list li:hover{border-color:#b3935966}.construction-feature-list strong{color:#0a1b2a}.construction-contact-section{padding:0 0 6rem}@media (width<=768px){.construction-hero h1{font-size:2.2rem}.construction-article h2{font-size:1.7rem}.construction-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.construction-hero{padding:3.5rem 0 2.5rem}.construction-hero h1{font-size:1.9rem}.construction-article-section{padding:2.5rem 0 3.5rem}.construction-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}.cyber-process-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}.cyber-process-grid{grid-template-columns:1fr}}.transport-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.transport-container{width:90%;max-width:1280px;margin:0 auto}.transport-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.transport-hero-content{max-width:800px}.transport-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.transport-article-section{background-color:#fff;padding:4rem 0 5rem}.transport-article{color:#2d3748;max-width:900px;margin:0 auto}.transport-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.transport-article h3{color:#0a1b2a;margin:2.5rem 0 1.5rem;font-size:1.4rem;font-weight:700;line-height:1.35}.transport-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.transport-feature-list{flex-direction:column;gap:1.25rem;margin:2rem 0;padding:0;list-style:none;display:flex}.transport-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex}.transport-feature-list li:hover{border-color:#b3935966}.transport-feature-list strong{color:#0a1b2a}.transport-contact-section{padding:0 0 6rem}@media (width<=768px){.transport-hero h1{font-size:2.2rem}.transport-article h2{font-size:1.7rem}.transport-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.transport-hero{padding:3.5rem 0 2.5rem}.transport-hero h1{font-size:1.9rem}.transport-article-section{padding:2.5rem 0 3.5rem}.transport-feature-list li{padding:1rem;font-size:.95rem}}.fleet-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.fleet-container{width:90%;max-width:1280px;margin:0 auto}.fleet-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.fleet-hero-content{max-width:800px}.fleet-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.fleet-article-section{background-color:#fff;padding:4rem 0 5rem}.fleet-article{color:#2d3748;max-width:900px;margin:0 auto}.fleet-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.fleet-article h3{color:#0a1b2a;margin:2.5rem 0 1.5rem;font-size:1.4rem;font-weight:700;line-height:1.35}.fleet-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.fleet-feature-list{flex-direction:column;gap:1.25rem;margin:2rem 0;padding:0;list-style:none;display:flex}.fleet-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex}.fleet-feature-list li:hover{border-color:#b3935966}.fleet-feature-list strong{color:#0a1b2a}.fleet-contact-section{padding:0 0 6rem}@media (width<=768px){.fleet-hero h1{font-size:2.2rem}.fleet-article h2{font-size:1.7rem}.fleet-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.fleet-hero{padding:3.5rem 0 2.5rem}.fleet-hero h1{font-size:1.9rem}.fleet-article-section{padding:2.5rem 0 3.5rem}.fleet-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}.group-life-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.group-life-container{width:90%;max-width:1280px;margin:0 auto}.group-life-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.group-life-hero-content{max-width:800px}.group-life-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.group-life-article-section{background-color:#fff;padding:4rem 0 5rem}.group-life-article{color:#2d3748;max-width:900px;margin:0 auto}.group-life-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.group-life-article h3{color:#0a1b2a;margin:2.5rem 0 1.5rem;font-size:1.4rem;font-weight:700;line-height:1.35}.group-life-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.group-life-feature-list{flex-direction:column;gap:1.25rem;margin:2rem 0;padding:0;list-style:none;display:flex}.group-life-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex}.group-life-feature-list li:hover{border-color:#b3935966}.group-life-feature-list strong{color:#0a1b2a}.group-life-contact-section{padding:0 0 6rem}@media (width<=768px){.group-life-hero h1{font-size:2.2rem}.group-life-article h2{font-size:1.7rem}.group-life-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.group-life-hero{padding:3.5rem 0 2.5rem}.group-life-hero h1{font-size:1.9rem}.group-life-article-section{padding:2.5rem 0 3.5rem}.group-life-feature-list li{padding:1rem;font-size:.95rem}}.cyber-spec-tags{flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 2.5rem;display:flex}.spec-tag{color:#0a1b2a;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.cyber-process-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin:3rem 0;padding:2.2rem}.cyber-process-box h4{color:#0a1b2a;margin-bottom:1.8rem;font-size:1.3rem;font-weight:700}.cyber-process-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.process-step{flex-direction:column;display:flex}.step-number{color:#b39359;margin-bottom:.5rem;font-size:1.8rem;font-weight:800;line-height:1}.process-step strong{color:#0a1b2a;margin-bottom:.4rem;font-size:1rem}.process-step p{color:#475569;margin:0;font-size:.88rem;line-height:1.5}.cyber-faq-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0 3rem;display:grid}.faq-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem}.faq-card h4{color:#0a1b2a;margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.faq-card p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}.cyber-process-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}.cyber-process-grid{grid-template-columns:1fr}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}.cyber-feature-list{flex-direction:column;gap:1rem;margin:1.5rem 0 2.5rem;display:flex;padding:0!important;list-style:none!important}.cyber-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex;list-style:none!important}.cyber-feature-list li::marker{content:""!important;display:none!important}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}.cyber-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;transition:border-color .25s;display:flex}.cyber-feature-list li:hover{border-color:#b3935966}.list-icon-wrapper{color:#b39359;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;font-size:1.4rem;display:inline-flex}.article-callout{color:#fff;background:#0a1b2a;border-radius:14px;align-items:flex-start;gap:1.5rem;margin-top:3.5rem;padding:2.2rem;display:flex;box-shadow:0 10px 30px #0a1b2a14}.callout-icon-wrapper{color:#b39359;flex-shrink:0;justify-content:center;align-items:center;margin-top:.2rem;font-size:2.2rem;display:inline-flex}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.cyber-article h3{font-size:1.25rem}.article-callout{flex-direction:column;gap:1rem;padding:1.8rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.cyber-hero{padding:3.5rem 0 2.5rem}.cyber-hero h1{font-size:1.9rem}.cyber-article-section{padding:2.5rem 0 3.5rem}.cyber-feature-list li{padding:1rem;font-size:.95rem}}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.contact-box{padding:2.2rem 1.5rem}}.cyber-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.cyber-container{width:90%;max-width:1280px;margin:0 auto}.badge-gold{color:#b39359;letter-spacing:.1em;text-transform:uppercase;background:#b393591f;border:1px solid #b3935940;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.4rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex}.cyber-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.cyber-hero-content{max-width:800px}.cyber-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.cyber-article-section{background-color:#fff;padding:4rem 0 5rem}.cyber-article{color:#2d3748;max-width:900px;margin:0 auto}.cyber-article h2{color:#0a1b2a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2.1rem;font-weight:800;line-height:1.3}.cyber-article h3{color:#0a1b2a;margin:2.5rem 0 1.2rem;font-size:1.4rem;font-weight:700;line-height:1.35}.cyber-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.cyber-feature-list{flex-direction:column;gap:.8rem;margin:1.5rem 0 2.5rem;padding:0;list-style:none;display:flex}.cyber-feature-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem 1rem 2.25rem;font-size:1rem;line-height:1.6;position:relative}.cyber-feature-list li:before{content:"";background-color:#b39359;border-radius:50%;width:6px;height:6px;position:absolute;top:1.5rem;left:1rem}.cyber-feature-list strong{color:#0a1b2a}.article-callout{color:#fff;background:#0a1b2a;border-left:4px solid #b39359;border-radius:12px;margin-top:3.5rem;padding:2rem 2.2rem}.article-callout h4{color:#b39359;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.article-callout p{color:#ffffffe0;margin:0;font-size:.98rem;line-height:1.6}.cyber-contact-section{padding:0 0 6rem}@media (width<=768px){.cyber-hero h1{font-size:2.2rem}.cyber-article h2{font-size:1.7rem}.contact-box{padding:2.2rem 1.5rem}}.contact-page{color:#0a1b2a;background-color:#f8fafc;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.contact-container{width:90%;max-width:1280px;margin:0 auto}.contact-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:4.5rem 0 3.5rem}.contact-hero-badge{color:#b39359;letter-spacing:.1em;text-transform:uppercase;background:#b393591f;border:1px solid #b3935940;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.4rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex}.contact-hero-title{letter-spacing:-.02em;max-width:850px;margin-bottom:1.2rem;font-size:2.6rem;font-weight:800;line-height:1.2}.contact-hero-title .highlight{color:#b39359}.contact-hero-lead{color:#ffffffd9;max-width:800px;margin:0;font-size:1.1rem;line-height:1.65}.mobile-service-banner{z-index:10;margin-top:-2.5rem;padding-bottom:3rem;position:relative}.mobile-card{color:#fff;background:#0a1b2a;border:1px solid #b393594d;border-left:6px solid #b39359;border-radius:16px;grid-template-columns:1.6fr 1fr;align-items:center;gap:2.5rem;padding:2.5rem;display:grid;box-shadow:0 15px 35px #0a1b2a33}.mobile-badge{color:#b39359;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:inline-flex}.mobile-card-content h2{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.mobile-card-content p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.mobile-benefits{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.mobile-benefits li{color:#e2e8f0;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.mobile-benefits li svg{color:#b39359;flex-shrink:0;font-size:1.1rem}.quick-call-box{text-align:center;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;gap:1rem;padding:1.8rem;display:flex}.quick-call-box span{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.quick-phone-link,.quick-email-link{border-radius:8px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.2rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.quick-phone-link{color:#0a1b2a;background-color:#b39359;font-size:1.1rem}.quick-phone-link:hover{background-color:#c4a56a;transform:translateY(-2px)}.quick-email-link{color:#fff;background-color:#0000;border:1px solid #ffffff40;font-size:.95rem}.quick-email-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.contact-details-section{padding:2rem 0 5rem}.contact-grid{grid-template-columns:1fr 1.2fr;gap:2.5rem;display:grid}.contact-info-col{flex-direction:column;gap:1.5rem;display:flex}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0a1b2a08}.info-card h3{color:#0a1b2a;align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:flex}.card-icon{color:#b39359}.contact-methods{flex-direction:column;gap:1rem;display:flex}.method-item{flex-direction:column;gap:.25rem;display:flex}.method-label{color:#64748b;text-transform:uppercase;font-size:.85rem;font-weight:600}.method-value{color:#0a1b2a;font-size:1.05rem;font-weight:700}.highlight-link{color:#b39359;text-decoration:none;transition:color .2s}.highlight-link:hover{color:#0a1b2a}.location-block h4{color:#0a1b2a;justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:1.05rem;font-weight:700;display:flex}.location-block p{color:#475569;margin:0;font-size:.95rem;line-height:1.4}.tag{color:#64748b;background:#f1f5f9;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.divider{border:0;border-top:1px solid #f1f5f9;margin:1.25rem 0}.rating-card{background:#fff;border-top:3px solid #4285f4}.google-logo{flex-direction:column;display:flex}.google-logo strong{color:#0a1b2a;font-size:1.05rem}.broker-title{color:#64748b;font-size:.85rem}.rating-score{align-items:center;gap:.5rem;margin-top:.8rem;display:flex}.score{color:#0a1b2a;font-size:1.5rem;font-weight:800}.stars{gap:.2rem;display:flex}.star-filled{color:#fbbc04;fill:#fbbc04;font-size:1.1rem}.reviews-count{color:#64748b;font-size:.85rem}.rating-quote{color:#475569;border-top:1px solid #f1f5f9;margin-top:1rem;margin-bottom:0;padding-top:.8rem;font-size:.9rem;font-style:italic}.contact-feature-col{flex-direction:column;display:flex}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;height:100%;padding:2.5rem;display:flex;box-shadow:0 4px 12px #0a1b2a08}.feature-card h2{color:#0a1b2a;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.feature-lead{color:#64748b;margin-bottom:2rem;font-size:.98rem;line-height:1.6}.feature-list{flex-direction:column;gap:1.8rem;margin-bottom:2rem;display:flex}.feature-item{align-items:flex-start;gap:1.2rem;display:flex}.feature-icon{color:#b39359;background-color:#b393591a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.35rem;display:flex}.feature-text h3{color:#0a1b2a;margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.feature-text p{color:#475569;margin:0;font-size:.925rem;line-height:1.5}.direct-cta-box{color:#fff;background:#0a1b2a;border-left:4px solid #b39359;border-radius:10px;padding:1.5rem}.direct-cta-box h3{color:#fff;margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.direct-cta-box p{color:#ffffffd9;margin:0;font-size:.925rem;line-height:1.5}.gold-text{color:#b39359}@media (width<=1024px){.mobile-card{grid-template-columns:1fr;gap:2rem}.contact-grid{grid-template-columns:1fr}}@media (width<=640px){.contact-hero{padding:3.5rem 0 3rem}.contact-hero-title{font-size:2rem}.mobile-card{padding:1.5rem}.mobile-card-content h2{font-size:1.4rem}.feature-card{padding:1.5rem}.feature-item{flex-direction:column;gap:.8rem}}.faq-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.faq-container{width:90%;max-width:1280px;margin:0 auto}.badge-gold{color:#b39359;letter-spacing:.1em;text-transform:uppercase;background:#b393591f;border:1px solid #b3935940;border-radius:4px;margin-bottom:1.2rem;padding:.4rem .9rem;font-size:.8rem;font-weight:700;display:inline-block}.faq-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.faq-hero-content{max-width:800px}.faq-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.faq-content-section{background-color:#fff;padding:4rem 0 5rem}.faq-wrapper{flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;display:flex}.faq-list{flex-direction:column;gap:1.2rem;display:flex}.faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#b3935966}.faq-item.active{background:#fff;border-color:#b39359;box-shadow:0 10px 25px #0a1b2a0d}.faq-question{cursor:pointer;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.5rem;font-family:inherit;transition:background .2s;display:flex}.question-text{color:#0a1b2a;font-size:1.1rem;font-weight:700;line-height:1.4}.chevron-icon-wrapper{color:#b39359;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;transition:transform .3s;display:inline-flex}.faq-item.active .chevron-icon-wrapper{transform:rotate(180deg)}.faq-answer-wrapper{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;display:grid}.faq-item.active .faq-answer-wrapper{grid-template-rows:1fr}.faq-answer{overflow:hidden}.faq-answer p{color:#475569;border-top:1px solid #0000;margin:0;padding:0 1.5rem 1.5rem;font-size:1.02rem;line-height:1.7}.faq-item.active .faq-answer p{border-top-color:#f1f5f9;padding-top:1rem}.faq-sidebar-callout{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;align-items:center;padding:2.5rem;display:flex}.question-content{flex-direction:column;align-items:flex-start;gap:.3rem;display:flex}.category-tag{text-transform:uppercase;color:#b39359;letter-spacing:.05em;font-size:.75rem;font-weight:700}.callout-icon-wrapper{color:#b39359;justify-content:center;align-items:center;margin-bottom:1rem;font-size:2.5rem;display:inline-flex}.faq-sidebar-callout h3{color:#0a1b2a;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.faq-sidebar-callout p{color:#64748b;max-width:500px;margin:0;font-size:.98rem;line-height:1.6}.faq-contact-section{padding:0 0 6rem}.contact-buttons-group{flex-wrap:wrap;gap:1rem;margin-top:.8rem;display:flex}.contact-box .btn-primary-hero{color:#fff;background-color:#b39359;border-radius:6px;align-items:center;gap:.6rem;padding:.9rem 1.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-box .btn-secondary-hero{color:#fff;background-color:#ffffff1a;border:1px solid #fff3;border-radius:6px;align-items:center;gap:.6rem;padding:.9rem 1.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-box .btn-secondary-hero:hover{background-color:#fff3;transform:translateY(-2px)}@media (width<=768px){.faq-hero h1{font-size:2.2rem}.question-text{font-size:1rem}.faq-question{padding:1.2rem}.faq-answer p{padding:0 1.2rem 1.2rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.faq-hero{padding:3.5rem 0 2.5rem}.faq-hero h1{font-size:1.9rem}.faq-content-section{padding:2.5rem 0 3.5rem}}.car-rental-page{color:#0a1b2a;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.car-rental-container{width:90%;max-width:1280px;margin:0 auto}.car-rental-hero{color:#fff;background:linear-gradient(135deg,#0a1b2a 0%,#081622 100%);padding:5rem 0 4rem}.car-rental-hero-content{max-width:800px}.car-rental-hero h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.hero-lead{color:#ffffffd9;margin:0;font-size:1.1rem;line-height:1.65}.btn-online{color:#fff;background-color:#b39359;border-radius:6px;align-items:center;gap:.6rem;margin:1.5rem 0;padding:.9rem 1.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-online:hover{background-color:#c4a468;transform:translateY(-2px)}.car-rental-article-section{background-color:#fff;padding:4rem 0 5rem}.car-rental-article{color:#2d3748;max-width:900px;margin:0 auto}.car-rental-article h3{color:#0a1b2a;margin:2.5rem 0 1.25rem;font-size:1.4rem;font-weight:700;line-height:1.35}.car-rental-article p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.article-intro{color:#0a1b2a;border-left:4px solid #b39359;margin-bottom:2rem;padding-left:1.25rem;font-size:1.15rem;font-weight:500;line-height:1.7}.section-block{margin-top:2rem}.info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:1.2rem;margin-bottom:1rem;padding:1.25rem 1.5rem;font-size:1.05rem;line-height:1.5;display:flex}.info-icon{color:#b39359;flex-shrink:0;align-items:center;font-size:1.6rem;display:flex}.styled-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.styled-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:1.2rem;padding:1.25rem 1.5rem;font-size:1.02rem;line-height:1.6;display:flex}.list-icon{color:#b39359;flex-shrink:0;align-items:center;margin-top:.2rem;font-size:1.3rem;display:flex}.car-rental-contact-section{padding:0 0 6rem}.contact-box{color:#fff;background:#0a1b2a;border-left:5px solid #b39359;border-radius:16px;flex-direction:column;align-items:flex-start;gap:1.2rem;padding:3.5rem;display:flex}.contact-box h2{letter-spacing:-.01em;margin:0;font-size:2rem;font-weight:800}.contact-box p{color:#ffffffd9;max-width:750px;margin:0;font-size:1.05rem;line-height:1.6}.contact-box .btn-primary-hero{color:#fff;background-color:#b39359;border-radius:6px;align-items:center;gap:.6rem;margin-top:.8rem;padding:.9rem 1.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-box .btn-primary-hero:hover{background-color:#c4a468;transform:translateY(-2px)}.btn-icon-wrapper{justify-content:center;align-items:center;font-size:1.1rem;display:inline-flex}@media (width<=768px){.car-rental-hero h1{font-size:2.2rem}.car-rental-article h3{font-size:1.25rem}.contact-box{padding:2.2rem 1.5rem}}@media (width<=640px){.car-rental-hero{padding:3.5rem 0 2.5rem}.car-rental-hero h1{font-size:1.9rem}.car-rental-article-section{padding:2.5rem 0 3.5rem}.styled-list li,.info-card{padding:1rem;font-size:.95rem}}
