:root{
  --blue:#0b5ed7;
  --blue-dark:#12355b;
  --blue-soft:#eaf4ff;
  --sky:#f5faff;
  --ink:#10243f;
  --muted:#64748b;
  --line:#d8e6f7;
  --panel:#ffffff;
  --wash:#f8fbff;
  --success:#13a45b;
}
*{box-sizing:border-box;letter-spacing:0}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;background:var(--wash);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}
a{text-decoration:none}.container{max-width:1320px}
img,iframe{max-width:100%}

.ajt-navbar{min-height:82px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 12px 34px rgba(18,53,91,.08);backdrop-filter:blur(14px)}
.ajt-brand{display:flex;align-items:center;gap:.7rem;color:var(--blue-dark)!important;font-weight:850}
.brand-logo{display:block;width:auto;height:50px;max-width:150px;object-fit:contain}
.brand-text{color:var(--blue-dark);font-size:1.32rem;font-weight:800;line-height:1;white-space:nowrap}.brand-text b{color:var(--blue);font-weight:950}
.navbar-toggler{border:1px solid var(--line);padding:.5rem .62rem;box-shadow:none!important}.navbar-toggler:focus{box-shadow:0 0 0 .18rem rgba(11,94,215,.15)!important}
.nav-link{position:relative;color:var(--ink)!important;font-weight:700;padding:1.55rem .95rem!important}
.nav-link.active,.nav-link:hover{color:var(--blue)!important}
.nav-link.active:after,.nav-link:hover:after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:1.12rem;height:3px;border-radius:999px;background:var(--blue)}
.nav-contact-btn{align-self:center;background:var(--blue);border:1px solid var(--blue);border-radius:8px;color:#fff!important;font-weight:850;margin-left:.45rem;padding:.72rem 1.15rem!important;box-shadow:0 12px 24px rgba(11,94,215,.22)}
.nav-contact-btn.active,.nav-contact-btn:hover{background:#084cb1;color:#fff!important}.nav-contact-btn:after{display:none!important}

.btn{border-radius:8px;font-weight:850}
.btn-gold,.btn-primary-blue{background:var(--blue);border-color:var(--blue);color:#fff}.btn-gold:hover,.btn-primary-blue:hover{background:#084cb1;border-color:#084cb1;color:#fff}
.btn-outline-gold{border:1px solid var(--blue);color:var(--blue);background:#fff;font-weight:850}.btn-outline-gold:hover{background:var(--blue);color:#fff}

.hero{position:relative;min-height:660px;margin-top:82px;background:url('../img/home-banner-blue.png') center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 31%,rgba(255,255,255,.36) 58%,rgba(255,255,255,.05) 100%)}
.hero-content{position:relative;z-index:1}.hero .row{min-height:660px!important}
.hero h1{font-size:clamp(3.05rem,5.4vw,5.45rem);font-weight:950;line-height:.98;margin:0 0 1.25rem;max-width:680px;color:var(--blue-dark)}
.hero h1 span{color:var(--blue)}.hero p{color:#29415f;font-size:1.24rem;line-height:1.55;max-width:570px}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin:1.85rem 0 0}.hero-actions .btn{padding:.95rem 1.55rem;font-size:1rem}

.trust-strip{background:#f3f6fa;border:0;padding:28px 0 34px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0;background:#f8fbff;border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 34px rgba(18,53,91,.06);overflow:hidden}
.trust-grid div{display:grid;grid-template-columns:54px 1fr;grid-template-rows:auto auto;column-gap:.9rem;padding:1.25rem 1.35rem;border-right:1px solid var(--line)}
.trust-grid div:last-child{border-right:0}.trust-grid i{grid-row:1/3;width:44px;height:44px;border-radius:10px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue);font-size:1.55rem;align-self:center}
.trust-grid strong{color:var(--blue-dark);font-size:1rem;line-height:1.2}.trust-grid span{color:var(--muted);font-size:.88rem}

.section{padding:82px 0;background:var(--wash)}.section-dark{background:#fff}.article-section{background:var(--wash)}
.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:2rem}.section-head.centered{display:block;text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:.45rem;text-transform:uppercase;font-size:.78rem;font-weight:900;color:var(--blue);letter-spacing:.08em}
.eyebrow:before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:var(--blue)}
.section-head.centered .eyebrow{font-size:.86rem;color:var(--blue);margin-bottom:.55rem}.section-head.centered h2{display:block;color:var(--blue-dark);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:920;margin:0}.section-head.centered a{display:inline-flex;color:var(--blue);font-weight:850;margin-top:.65rem}
.section-head h2,.section h2{font-size:clamp(1.85rem,3vw,3rem);font-weight:920;color:var(--blue-dark);line-height:1.08}.section-head a{color:var(--blue);font-weight:850}

.products-preview-section{padding-top:78px;background:#fff}
.products-preview-section .section-head.centered{margin-bottom:1.7rem}
.products-preview-section .section-head.centered h2{display:inline-block;position:relative;font-size:clamp(1.8rem,2.7vw,2.35rem)}
.products-preview-section .section-head.centered h2:after{content:"";position:absolute;left:50%;bottom:-.5rem;width:70px;height:3px;border-radius:999px;background:var(--blue);transform:translateX(-50%)}
.product-preview-grid{align-items:stretch;justify-content:center}
.product-card,.article-card{display:block;height:100%;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink);overflow:hidden;transition:.2s;box-shadow:0 14px 36px rgba(18,53,91,.08)}
.product-card:hover,.article-card:hover{transform:translateY(-4px);border-color:#b8d6f8;color:var(--ink);box-shadow:0 20px 48px rgba(18,53,91,.13)}
.product-card img{width:100%;height:190px;object-fit:cover;background:#f2f7ff}.product-card.tall img{height:290px;object-fit:contain;padding:.45rem}
.product-card div{min-height:78px;padding:1rem 1.15rem;display:grid;grid-template-columns:42px 1fr 24px;align-items:center;background:#fff}
.product-card div>i{width:38px;height:38px;border-radius:10px;background:var(--blue-soft);display:grid;place-items:center;font-size:1.45rem;color:var(--blue)}
.product-card h3,.product-card h2{font-size:1.02rem;margin:0;color:var(--blue-dark);font-weight:850}.product-card em{font-size:1.35rem;color:var(--blue);font-style:normal}
.home-product-card{box-shadow:0 12px 30px rgba(18,53,91,.08)}
.home-product-card img{height:245px;object-fit:contain;padding:.55rem;background:#f2f7ff}
.home-product-card div{display:flex;min-height:100px;padding:1rem;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.8rem}
.home-product-card h3{min-height:2.5em;display:flex;align-items:center;justify-content:center;font-size:.98rem;line-height:1.25}
.home-product-card span{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:124px;min-height:36px;border:1px solid var(--blue);border-radius:6px;color:var(--blue);font-size:.82rem;font-weight:850;background:#fff}
.home-product-card:hover span{background:var(--blue);color:#fff}

.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.feature-grid div,.content-box,.ajt-form{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.45rem;box-shadow:0 10px 28px rgba(18,53,91,.06)}
.feature-grid i{width:46px;height:46px;border-radius:12px;background:var(--blue-soft);display:grid;place-items:center;font-size:1.6rem;color:var(--blue)}.feature-grid h3{font-size:1.12rem;margin:1rem 0 .45rem;color:var(--blue-dark)}.feature-grid p,.lead-muted{color:var(--muted);line-height:1.7}

.portfolio-section{background:#fff}.portfolio-head{text-align:center;max-width:760px;margin:0 auto 2.25rem}.portfolio-head h2{position:relative;display:inline-block;font-size:clamp(2rem,4vw,3.25rem);font-weight:950;margin:.55rem 0 .9rem;color:var(--blue-dark)}.portfolio-head h2:after{content:"";position:absolute;left:50%;bottom:-.55rem;width:70px;height:3px;border-radius:999px;background:var(--blue);transform:translateX(-50%)}.portfolio-head p{color:var(--muted);line-height:1.72;margin:0 auto 1.1rem}.portfolio-head a{color:var(--blue);font-weight:850}
.portfolio-toolbar{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-bottom:1.35rem}.home-portfolio-toolbar{justify-content:center;margin-top:-.75rem;margin-bottom:1.8rem}.portfolio-filter-btn{border:1px solid var(--line);background:#fff;color:var(--blue-dark);border-radius:999px;padding:.68rem 1rem;font-size:.86rem;font-weight:850;line-height:1;box-shadow:0 8px 20px rgba(18,53,91,.06);transition:.2s ease}.portfolio-filter-btn:hover,.portfolio-filter-btn.active{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(13,102,214,.22)}
.portfolio-gallery{column-count:4;column-gap:1rem}.portfolio-tile{position:relative;display:block;width:100%;margin:0 0 1rem;break-inside:avoid;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 28px rgba(18,53,91,.07)}.portfolio-tile.is-hidden{display:none}
.portfolio-tile img{width:100%;height:auto;display:block;transition:transform .32s ease}.portfolio-tile:hover img{transform:scale(1.035)}
.portfolio-caption{position:absolute;left:0;right:0;bottom:0;padding:3rem 1rem 1rem;background:linear-gradient(180deg,transparent,rgba(18,53,91,.82));color:#fff}.portfolio-caption span{display:block;color:#dbeafe;font-size:.72rem;font-weight:850;text-transform:uppercase;margin-bottom:.25rem}.portfolio-caption h2,.portfolio-caption h3{font-size:1.02rem;line-height:1.28;margin:0;color:#fff}
.home-portfolio-gallery .portfolio-tile{border-radius:6px;box-shadow:0 10px 24px rgba(18,53,91,.08)}
.portfolio-more{display:flex;justify-content:center;margin-top:1.8rem}
.portfolio-more a{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:46px;border:1px solid var(--blue);border-radius:6px;background:#fff;color:var(--blue);font-weight:850}
.portfolio-more a:hover{background:var(--blue);color:#fff}

.faq-section{background:#eef3f8;padding:74px 0}.faq-section .container{background:#f8fbff;border:1px solid var(--line);border-radius:8px;padding:1.8rem 1.4rem;box-shadow:0 14px 34px rgba(18,53,91,.06)}.faq-section .section-head.centered{margin-bottom:1.25rem}.faq-section .section-head.centered h2{display:inline-block;position:relative;font-size:clamp(1.75rem,2.7vw,2.35rem)}.faq-section .section-head.centered h2:after{content:"";position:absolute;left:50%;bottom:-.5rem;width:70px;height:3px;border-radius:999px;background:var(--blue);transform:translateX(-50%)}
.ajt-accordion{display:grid;gap:.75rem}.faq-section .ajt-accordion{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:start}.ajt-accordion .accordion-item{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink);box-shadow:0 10px 26px rgba(18,53,91,.06)}
.faq-section .accordion-item.is-open{grid-column:1/-1}.ajt-accordion .accordion-button{min-height:56px;display:flex;align-items:center;background:#fff;color:var(--blue-dark);font-size:.9rem;font-weight:850;line-height:1.3;padding:.9rem 1rem;box-shadow:none}.ajt-accordion .accordion-button.collapsed{align-items:center}.ajt-accordion .accordion-button:not(.collapsed){background:#fff;color:var(--blue)}.ajt-accordion .accordion-button:focus{box-shadow:0 0 0 .2rem rgba(11,94,215,.13);border-color:var(--blue)}.ajt-accordion .accordion-button::after{width:1rem;height:1rem;background-size:1rem;margin-top:auto;margin-bottom:auto}.ajt-accordion .accordion-body{background:#fff;color:#263b57;line-height:1.75;padding:1rem;font-size:.92rem}.ajt-accordion .accordion-body p:last-child{margin-bottom:0}

.cta-band{padding:58px 0;background:#fff}.cta-simple{max-width:100%;margin:0 auto;background:linear-gradient(135deg,#0757ca,#0b72f0);border-radius:8px;color:#fff;padding:2.2rem 2.4rem;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;box-shadow:0 22px 52px rgba(11,94,215,.22)}
.cta-simple span{display:block;text-transform:uppercase;font-size:.78rem;font-weight:900;margin-bottom:.5rem;color:#dbeafe}.cta-simple h2{font-size:clamp(1.65rem,3vw,2.55rem);font-weight:920;line-height:1.12;margin:0 0 .5rem;color:#fff}.cta-simple p{max-width:720px;margin:0;color:#eaf4ff;font-size:1rem;line-height:1.65}.btn-cta-dark{background:#fff;border-color:#fff;color:var(--blue);font-weight:900;padding:.9rem 1.25rem}.btn-cta-dark:hover{background:var(--blue-soft);border-color:var(--blue-soft);color:var(--blue)}
.cta-simple span,.cta-simple h2,.cta-simple p{grid-column:1}.cta-simple .btn{grid-column:2;grid-row:1/4;white-space:nowrap;align-self:center}

.article-section{background:#fff}.article-section .section-head.centered{margin-bottom:1.7rem}.article-section .section-head.centered h2{display:inline-block;position:relative;font-size:clamp(1.75rem,2.7vw,2.35rem)}.article-section .section-head.centered h2:after{content:"";position:absolute;left:50%;bottom:-.5rem;width:70px;height:3px;border-radius:999px;background:var(--blue);transform:translateX(-50%)}.article-section .section-head.centered p{max-width:680px;margin:1.05rem auto 0;color:var(--muted);line-height:1.7}
.article-card img{width:100%;height:230px;object-fit:cover;background:#f2f7ff}.article-card div{padding:1.15rem}.article-card h2,.article-card h3{font-size:1.08rem;margin:.45rem 0;color:var(--blue-dark);line-height:1.35}.article-card p{color:var(--muted);margin:0;line-height:1.62}.article-card.premium div{display:flex;flex-direction:column;min-height:220px}.article-card.premium span{color:var(--blue);font-size:.72rem;text-transform:uppercase;font-weight:900}.article-card.premium strong{margin-top:auto;color:var(--blue);font-size:.92rem}
.home-article-card{box-shadow:0 12px 30px rgba(18,53,91,.07)}.home-article-card img{height:260px;object-fit:contain;background:#f2f7ff}.home-article-card div{align-items:flex-start;padding:1rem}.home-article-card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1rem;line-height:1.34}.home-article-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.9rem}.home-article-card strong{margin-top:auto;color:var(--blue);font-size:.88rem}

.ajt-footer{padding:62px 0 26px;background:var(--blue);color:#eaf4ff}.footer-logo{display:inline-flex;align-items:center;gap:.75rem;color:#fff!important;margin-bottom:1.1rem}.footer-logo-img{display:block;width:auto;height:58px;max-width:150px;object-fit:contain;filter:none}.footer-logo-text{color:#fff;font-size:1.26rem;font-weight:800;line-height:1;white-space:nowrap}.footer-logo-text b{color:#fff;font-weight:950}.footer-about{color:#eaf4ff;line-height:1.75;margin:0 0 1.25rem;max-width:430px}.ajt-footer h4{color:#fff;font-size:1rem;font-weight:900;margin-bottom:1.05rem}.footer-links a{display:block;color:#eaf4ff;margin:.5rem 0}.footer-links a:hover{color:#fff}.footer-social{display:flex;gap:.7rem}.footer-social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.32);border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.12);font-size:1.05rem}.footer-social a:hover{background:#fff;color:var(--blue)}.footer-contact{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.footer-contact li{display:grid;grid-template-columns:24px 1fr;gap:.65rem;color:#eaf4ff;line-height:1.55}.footer-contact i{color:#fff;margin-top:.15rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.24);margin-top:2.2rem;padding-top:1.15rem;color:#eaf4ff;font-size:.9rem}
.wa-float{position:fixed;right:20px;bottom:20px;z-index:20;width:56px;height:56px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:1.6rem;box-shadow:0 15px 34px rgba(18,53,91,.22)}

.page-shell{padding-top:82px}.page-hero,.article-hero{position:relative;overflow:hidden;padding:86px 0 72px;background:linear-gradient(135deg,#f8fbff 0%,#eaf4ff 100%);border-bottom:1px solid var(--line)}.page-hero .container,.article-hero .container{position:relative;z-index:1}.page-hero h1,.article-hero h1,.detail-hero h1{font-size:clamp(2.25rem,4.2vw,4.35rem);font-weight:950;line-height:1.05;max-width:860px;margin:.85rem 0 1rem;color:var(--blue-dark)}.page-hero p,.article-hero p,.detail-hero p{color:var(--muted);font-size:clamp(1rem,1.45vw,1.15rem);line-height:1.72;max-width:760px}
.detail-hero{padding:112px 0 70px;background:linear-gradient(135deg,#f8fbff,#fff)}.detail-hero img,.article-main-img{width:100%;border:1px solid var(--line);border-radius:8px;max-height:520px;object-fit:cover;box-shadow:0 18px 42px rgba(18,53,91,.1)}.content-box{color:#2b405d;line-height:1.85}.content-box h2,.content-box h3{color:var(--blue-dark);margin-top:1.5rem}
.article-detail-section{padding:52px 0 92px;background:#fff}.article-detail-container{max-width:980px}.article-detail-image{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border:0;border-radius:8px;background:#f2f7ff}.article-detail-head{padding:2rem 0 1.15rem}.article-detail-head h1{font-size:clamp(2rem,4vw,4rem);font-weight:950;line-height:1.08;margin:.85rem 0 1rem;color:var(--blue-dark)}.article-detail-head p{max-width:820px;color:var(--muted);font-size:1.08rem;line-height:1.75;margin:0}.article-body{color:#253b58;font-size:1.04rem;line-height:1.9}.article-body h2,.article-body h3,.article-body h4{color:var(--blue-dark);margin:2rem 0 .8rem;line-height:1.25}.article-body a{color:var(--blue)}.article-contact-box{margin-top:2rem;padding:1.35rem;border:1px solid var(--line);border-radius:8px;background:var(--sky)}.article-contact-box h2{font-size:1.32rem;font-weight:920;color:var(--blue-dark);margin:0 0 1rem}.article-contact-box ul{list-style:none;padding:0;margin:0 0 1rem;display:grid;gap:.65rem}.article-contact-box li{display:grid;grid-template-columns:28px 1fr;gap:.65rem;align-items:start;line-height:1.65}.article-contact-box i{color:var(--blue);font-size:1.12rem;margin-top:.18rem}.article-site-link{display:inline-block;color:var(--blue)!important;font-weight:900}.article-share{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid var(--line)}.article-share>span{color:var(--blue-dark);font-weight:850}.article-share>div{display:flex;gap:.75rem;flex-wrap:wrap}.share-btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.72rem 1rem;color:#fff;font-weight:850}.share-btn:hover{color:#fff;filter:brightness(1.05)}.share-btn.whatsapp{background:#25d366;color:#07150c}.share-btn.facebook{background:#1877f2}.share-btn.instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}

.contact-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:2rem;box-shadow:0 16px 42px rgba(18,53,91,.08)}.contact-panel h2{font-size:clamp(1.9rem,3vw,3.2rem);line-height:1.12;margin:.9rem 0 1rem}.contact-stack{display:grid;gap:1rem;margin-top:1.4rem}.contact-row{display:grid;grid-template-columns:42px 1fr;gap:.85rem;align-items:start;color:#334966;line-height:1.65}.contact-row i{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft)}.contact-map-item>span{display:block;color:var(--blue);font-size:.78rem;text-transform:uppercase;font-weight:900;margin:0 0 .45rem}.contact-map-wrap{min-height:300px;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.contact-map{width:100%;height:100%;min-height:300px}.contact-form-panel{height:100%;background:var(--sky);box-shadow:none}.form-head{margin-bottom:1.35rem}.form-head span{display:block;color:var(--blue);font-size:.78rem;text-transform:uppercase;font-weight:900}.form-head h3{font-size:1.7rem;font-weight:920;margin:.4rem 0;color:var(--blue-dark)}.form-head p{color:var(--muted);margin:0;line-height:1.65}.leaflet-container{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.ajt-form label{font-weight:800;color:var(--blue-dark);margin-bottom:.35rem}.form-control,.form-select{background:#fff;border:1px solid var(--line);color:var(--ink);border-radius:8px}.form-control:focus,.form-select:focus{background:#fff;color:var(--ink);border-color:var(--blue);box-shadow:0 0 0 .2rem rgba(11,94,215,.12)}

@media(min-width:768px){.scroll-reveal{opacity:0;transform:translateY(28px);filter:blur(6px);transition:opacity .65s ease,transform .65s ease,filter .65s ease}.scroll-reveal.revealed{opacity:1;transform:none;filter:none}.scroll-reveal[data-reveal-delay="1"]{transition-delay:.06s}.scroll-reveal[data-reveal-delay="2"]{transition-delay:.12s}.scroll-reveal[data-reveal-delay="3"]{transition-delay:.18s}}
@media(max-width:991px){.ajt-navbar{min-height:74px}.brand-logo{height:46px;max-width:118px}.brand-text{font-size:1.1rem}.hero{margin-top:74px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}.navbar-collapse .nav-link{border-radius:8px;margin:.12rem 0;padding:.78rem .95rem!important}.navbar-collapse .nav-link:after{display:none}.navbar-collapse .nav-link:hover{background:var(--blue-soft);color:var(--blue)!important}.navbar-collapse .nav-link.active{background:var(--blue);color:#fff!important}.navbar-collapse .nav-link.active:hover{background:#084cb1;color:#fff!important}.navbar-collapse .nav-contact-btn{background:transparent;border-color:transparent;box-shadow:none;color:var(--ink)!important;margin-left:0}.navbar-collapse .nav-contact-btn.active{background:var(--blue);border-color:var(--blue);color:#fff!important}.portfolio-gallery{column-count:2}.faq-section .ajt-accordion{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{display:block}.cta-simple{grid-template-columns:1fr}.cta-simple .btn{grid-column:1;grid-row:auto;justify-self:start}.page-shell{padding-top:74px}}
@media(max-width:767px){.ajt-navbar .container{max-width:100%;flex-wrap:nowrap}.ajt-brand{min-width:0;gap:.5rem}.brand-logo{height:42px;max-width:70px}.brand-text{font-size:1rem;max-width:170px;overflow:hidden;text-overflow:ellipsis}.navbar-toggler{margin-left:auto}.navbar-collapse{position:absolute;left:0;right:0;top:100%;width:100%;padding:.5rem 1rem 1rem;background:#fff;border-bottom:1px solid var(--line)}.section{padding:58px 0}.section-head{display:block}.feature-grid{grid-template-columns:1fr}.hero{min-height:600px}.hero .row{min-height:600px!important}.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.78))}.hero h1{font-size:2.85rem}.hero p{font-size:1.05rem}.trust-strip{padding:22px 0 28px}.trust-grid{grid-template-columns:1fr}.trust-grid div{border-right:0;border-bottom:1px solid var(--line)}.trust-grid div:last-child{border-bottom:0}.faq-section .container{padding:1.35rem .9rem}.faq-section .ajt-accordion{grid-template-columns:1fr}.page-hero,.article-hero{padding:70px 0 58px}.page-hero h1,.article-hero h1{font-size:2.25rem}.product-card img{height:210px}.home-product-card img{height:245px}.product-card.tall img{height:250px}.portfolio-gallery{column-count:1}.portfolio-toolbar{gap:.5rem}.portfolio-filter-btn{flex:1 1 auto;text-align:center}.contact-panel{padding:1.2rem}.contact-map-wrap,.contact-map{min-height:300px}.cta-band{padding:42px 0}.cta-simple{padding:1.5rem}.article-section .section-head.centered{padding:0 .65rem;margin-bottom:1.45rem}.article-section .section-head.centered p{font-size:.94rem;line-height:1.65;margin-top:1rem}.article-card.premium div{min-height:auto}.footer-logo-img{height:48px;max-width:88px}.footer-logo-text{font-size:1.05rem;white-space:normal}.footer-bottom{word-break:break-word}.wa-float{right:14px;bottom:14px}.scroll-reveal{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}
