@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600&display=swap');

/* ============ RESET / BASE ============ */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:#0A0A0A}
.ab{font-family:'Inter',sans-serif;background:#0A0A0A;color:#F0EEE9;width:100%;overflow-x:hidden}
.ab a{outline-offset:2px}
.ab a:focus-visible,.ab button:focus-visible{outline:2px solid #1A6BFF;outline-offset:3px}
.ab img{max-width:100%;display:block}

/* ============ NAV ============ */
.ab-nav{background:rgba(10,10,10,0.95);border-bottom:1px solid rgba(255,255,255,0.07);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:64px;position:sticky;top:0;z-index:100;backdrop-filter:blur(8px)}
.ab-logo{font-family:'Bebas Neue',sans-serif;font-size:28px;letter-spacing:3px;color:#F0EEE9;text-decoration:none}
.ab-logo span{color:#1A6BFF}
.ab-nav-links{display:flex;gap:2rem;list-style:none}
.ab-nav-links a{color:rgba(240,238,233,0.55);text-decoration:none;font-size:13px;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;transition:color 0.2s}
.ab-nav-links a:hover{color:#F0EEE9}
.ab-nav-links a.active{color:#F0EEE9}
.ab-nav-cta{background:#1A6BFF;color:#fff;padding:8px 20px;border-radius:4px;font-size:13px;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;cursor:pointer;border:none;text-decoration:none;display:inline-block}
.ab-nav-toggle{display:none;background:none;border:none;color:#F0EEE9;font-size:24px;cursor:pointer}

/* ============ PAGE HERO ============ */
.ab-page-hero{background:#0A0A0A;padding:5rem 2.5rem 4rem;border-bottom:1px solid rgba(255,255,255,0.06);position:relative;overflow:hidden}
.ab-page-hero-bg{position:absolute;inset:0;pointer-events:none}
.ab-breadcrumb{font-size:12px;color:rgba(240,238,233,0.3);letter-spacing:0.1em;text-transform:uppercase;margin-bottom:1.5rem}
.ab-breadcrumb span{color:#1A6BFF}
.ab-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:#1A6BFF;margin-bottom:1.25rem}
.ab-eyebrow::before{content:'';display:block;width:24px;height:1px;background:#1A6BFF}
.ab-page-hero h1{font-family:'Bebas Neue',sans-serif;font-size:72px;line-height:0.92;letter-spacing:2px;color:#F0EEE9;margin-bottom:1.5rem}
.ab-page-hero h1 span{color:#1A6BFF}
.ab-page-hero-sub{font-size:16px;color:rgba(240,238,233,0.5);line-height:1.75;max-width:560px}
.ab-page-hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}

/* ============ BUTTONS ============ */
.ab-btn-primary{background:#1A6BFF;color:#fff;padding:14px 30px;border-radius:4px;font-size:14px;font-weight:600;letter-spacing:0.04em;cursor:pointer;border:none;text-decoration:none;display:inline-block;transition:opacity 0.2s}
.ab-btn-primary:hover{opacity:0.88}
.ab-btn-outline{background:transparent;color:#F0EEE9;padding:14px 30px;border-radius:4px;font-size:14px;font-weight:600;letter-spacing:0.04em;cursor:pointer;border:1px solid rgba(240,238,233,0.25);text-decoration:none;display:inline-block;transition:border-color 0.2s,color 0.2s}
.ab-btn-outline:hover{border-color:#1A6BFF;color:#1A6BFF}
.ab-btn-white{background:#fff;color:#1A6BFF;padding:14px 32px;border-radius:4px;font-size:14px;font-weight:600;letter-spacing:0.04em;cursor:pointer;border:none;white-space:nowrap;transition:opacity 0.2s;text-decoration:none;display:inline-block}
.ab-btn-white:hover{opacity:0.88}

/* ============ SECTION LABELS ============ */
.ab-section-label{font-size:11px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:#1A6BFF;margin-bottom:1rem}
.ab-section-title{font-family:'Bebas Neue',sans-serif;font-size:48px;letter-spacing:1.5px;color:#F0EEE9;line-height:1;margin-bottom:1.5rem}

/* ============ ABOUT INTRO (also used for home intro) ============ */
.ab-about-intro{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding:5rem 2.5rem;background:#0D0D0D}
.ab-about-img{height:400px;background:#111;border:1px solid rgba(255,255,255,0.06);border-radius:2px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ab-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0.25}
.ab-img-placeholder i{font-size:48px;color:#1A6BFF}
.ab-img-placeholder p{font-size:12px;letter-spacing:0.15em;text-transform:uppercase;color:#F0EEE9}
.ab-about-text p{font-size:15px;color:rgba(240,238,233,0.6);line-height:1.85;margin-bottom:1.25rem}
.ab-about-text p:last-child{margin-bottom:0}

/* ============ USP ============ */
.ab-usp{background:#0A0A0A;padding:5rem 2.5rem;border-top:1px solid rgba(255,255,255,0.06)}
.ab-usp-inner{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start}
.ab-usp-quote{border-left:2px solid #1A6BFF;padding-left:1.25rem;margin-top:2rem;border-radius:0}
.ab-usp-quote p{font-size:15px;color:rgba(240,238,233,0.55);line-height:1.75}
.ab-usp-quote strong{color:#F0EEE9;font-weight:500}
.ab-usp-right{display:flex;flex-direction:column;gap:0}
.ab-usp-stat{padding:1.75rem 0;border-bottom:1px solid rgba(255,255,255,0.06);display:flex;gap:1.5rem;align-items:flex-start}
.ab-usp-stat:first-child{padding-top:0}
.ab-usp-num{font-family:'Bebas Neue',sans-serif;font-size:42px;color:#1A6BFF;letter-spacing:1px;line-height:1;flex-shrink:0;width:56px}
.ab-usp-stat h4{font-size:15px;font-weight:600;color:#F0EEE9;margin-bottom:5px}
.ab-usp-stat p{font-size:13px;color:rgba(240,238,233,0.45);line-height:1.6}

/* ============ VALUES / GRID CARDS ============ */
.ab-values{background:#0D0D0D;padding:5rem 2.5rem;border-top:1px solid rgba(255,255,255,0.06)}
.ab-values-header{margin-bottom:3rem}
.ab-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.06)}
.ab-value-card{background:#0D0D0D;padding:2.25rem 2rem;transition:background 0.2s}
.ab-value-card:hover{background:#141414}
.ab-value-icon{width:44px;height:44px;background:rgba(26,107,255,0.1);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:20px;color:#1A6BFF;font-family:'Bebas Neue',sans-serif}
.ab-value-card h3{font-size:15px;font-weight:600;color:#F0EEE9;margin-bottom:0.6rem}
.ab-value-card p{font-size:13px;color:rgba(240,238,233,0.4);line-height:1.65}

/* ============ MISSION BAR ============ */
.ab-mission-bar{background:#111;border-top:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06);padding:3.5rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.ab-mission-item h4{font-family:'Bebas Neue',sans-serif;font-size:13px;letter-spacing:0.2em;color:#1A6BFF;margin-bottom:0.75rem}
.ab-mission-item p{font-size:15px;color:rgba(240,238,233,0.6);line-height:1.75}
.ab-mission-item p strong{color:#F0EEE9;font-weight:500}

/* ============ CTA BAR ============ */
.ab-cta-bar{padding:4.5rem 2.5rem;background:#1A6BFF;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.ab-cta-bar h2{font-family:'Bebas Neue',sans-serif;font-size:44px;color:#fff;letter-spacing:1.5px;line-height:1}
.ab-cta-bar h2 span{opacity:0.55}

/* ============ FOOTER ============ */
.ab-footer{background:#060606;padding:3.5rem 2.5rem 2rem;border-top:1px solid rgba(255,255,255,0.06);display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem}
.ab-footer-brand p{font-size:13px;color:rgba(240,238,233,0.35);line-height:1.7;margin-top:1rem;max-width:280px}
.ab-footer-col h5{font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:rgba(240,238,233,0.3);margin-bottom:1.25rem}
.ab-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.7rem}
.ab-footer-col ul a{font-size:13px;color:rgba(240,238,233,0.5);text-decoration:none;transition:color 0.2s}
.ab-footer-col ul a:hover{color:#F0EEE9}
.ab-footer-bottom{background:#060606;padding:1.25rem 2.5rem;border-top:1px solid rgba(255,255,255,0.05);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem}
.ab-footer-bottom p{font-size:12px;color:rgba(240,238,233,0.2)}

/* ============ HOME: SOLUTIONS GRID ============ */
.ab-solutions{background:#0A0A0A;padding:5rem 2.5rem;border-top:1px solid rgba(255,255,255,0.06)}
.ab-solutions-header{margin-bottom:3rem;max-width:600px}
.ab-solutions-header p{font-size:15px;color:rgba(240,238,233,0.5);line-height:1.75}
.ab-solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.06)}
.ab-solution-card{background:#0D0D0D;padding:2rem;transition:background 0.2s;text-decoration:none;display:block}
.ab-solution-card:hover{background:#141414}
.ab-solution-num{font-family:'Bebas Neue',sans-serif;font-size:13px;letter-spacing:0.15em;color:rgba(26,107,255,0.6);margin-bottom:0.75rem}
.ab-solution-card h3{font-size:15px;font-weight:600;color:#F0EEE9}

/* ============ HOME: WHY CHOOSE CHECKLIST ============ */
.ab-why{background:#0D0D0D;padding:5rem 2.5rem;border-top:1px solid rgba(255,255,255,0.06)}
.ab-why-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.ab-why-list{display:flex;flex-direction:column;gap:0}
.ab-why-item{display:flex;gap:1rem;align-items:flex-start;padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,0.06)}
.ab-why-item:first-child{padding-top:0}
.ab-why-check{width:22px;height:22px;border-radius:50%;background:rgba(26,107,255,0.12);color:#1A6BFF;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:2px}
.ab-why-item p{font-size:15px;color:rgba(240,238,233,0.75);line-height:1.6}

/* ============ SERVICES PAGE ============ */
.ab-services-intro{padding:4rem 2.5rem 1rem;background:#0A0A0A;max-width:760px}
.ab-services-intro p{font-size:15px;color:rgba(240,238,233,0.55);line-height:1.8}
.ab-service-block{padding:4rem 2.5rem;border-top:1px solid rgba(255,255,255,0.06);display:grid;grid-template-columns:0.9fr 1.4fr;gap:4rem}
.ab-service-block:nth-child(even){background:#0D0D0D}
.ab-service-block-head .ab-solution-num{margin-bottom:0.5rem}
.ab-service-block-head h3{font-family:'Bebas Neue',sans-serif;font-size:34px;letter-spacing:1px;color:#F0EEE9;line-height:1.05;margin-bottom:1rem}
.ab-service-block-head p{font-size:14px;color:rgba(240,238,233,0.5);line-height:1.7}
.ab-service-tags{display:flex;flex-wrap:wrap;gap:0.6rem;align-content:flex-start}
.ab-tag{font-size:12px;color:rgba(240,238,233,0.7);border:1px solid rgba(255,255,255,0.1);padding:8px 16px;border-radius:100px;letter-spacing:0.02em}
.ab-tag-simple{font-size:14px;color:rgba(240,238,233,0.55);line-height:1.8;max-width:640px}

.ab-product-range{padding:5rem 2.5rem;border-top:1px solid rgba(255,255,255,0.06);background:#0A0A0A}
.ab-product-grid{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:2rem}
.ab-product-grid .ab-tag{border-color:rgba(26,107,255,0.25);color:rgba(240,238,233,0.8)}

/* ============ CONTACT PAGE ============ */
.ab-contact-wrap{padding:5rem 2.5rem;background:#0A0A0A;display:grid;grid-template-columns:1fr 1.1fr;gap:5rem}
.ab-contact-info p.ab-lede{font-size:16px;color:rgba(240,238,233,0.6);line-height:1.8;margin-bottom:2.5rem}
.ab-contact-cards{display:flex;flex-direction:column;gap:1.5rem}
.ab-contact-card{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.25rem}
.ab-contact-card h5{font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#1A6BFF;margin-bottom:0.5rem}
.ab-contact-card a,.ab-contact-card p{font-size:15px;color:rgba(240,238,233,0.75);text-decoration:none;line-height:1.6}
.ab-contact-card a:hover{color:#F0EEE9}

.ab-form{background:#111;border:1px solid rgba(255,255,255,0.07);border-radius:6px;padding:2.5rem}
.ab-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}
.ab-field{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:1.25rem}
.ab-field label{font-size:12px;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;color:rgba(240,238,233,0.45)}
.ab-field input,.ab-field select,.ab-field textarea{background:#0A0A0A;border:1px solid rgba(255,255,255,0.1);border-radius:4px;padding:12px 14px;color:#F0EEE9;font-family:'Inter',sans-serif;font-size:14px}
.ab-field input:focus,.ab-field select:focus,.ab-field textarea:focus{outline:none;border-color:#1A6BFF}
.ab-field textarea{resize:vertical;min-height:120px}
.ab-form button{width:100%;margin-top:0.5rem}
.ab-form-note{font-size:12px;color:rgba(240,238,233,0.3);margin-top:1rem;line-height:1.6}
.ab-form-success{display:none;background:rgba(26,107,255,0.1);border:1px solid rgba(26,107,255,0.3);color:#F0EEE9;padding:14px 16px;border-radius:4px;font-size:14px;margin-bottom:1.25rem}

.ab-map{margin:0 2.5rem 5rem;border:1px solid rgba(255,255,255,0.07);border-radius:6px;overflow:hidden;height:340px}
.ab-map iframe{width:100%;height:100%;border:0;filter:invert(90%) hue-rotate(180deg) contrast(90%)}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px){
  .ab-nav-links{display:none}
  .ab-nav-links-open{display:flex !important;position:absolute;top:64px;left:0;right:0;background:#0A0A0A;flex-direction:column;gap:0;padding:0.5rem 2.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,0.07)}
  .ab-nav-links-open a{padding:0.85rem 0;border-bottom:1px solid rgba(255,255,255,0.05)}
  .ab-nav-toggle{display:block}
  .ab-page-hero h1{font-size:48px}
  .ab-about-intro,.ab-usp-inner,.ab-why-inner,.ab-contact-wrap{grid-template-columns:1fr;gap:2.5rem}
  .ab-values-grid,.ab-solutions-grid{grid-template-columns:repeat(2,1fr)}
  .ab-mission-bar{grid-template-columns:1fr;gap:2rem}
  .ab-footer{grid-template-columns:1fr;gap:2rem}
  .ab-service-block{grid-template-columns:1fr;gap:1.5rem}
  .ab-form-row{grid-template-columns:1fr}
  .ab-cta-bar{flex-direction:column;align-items:flex-start}
}
@media (max-width: 560px){
  .ab-values-grid,.ab-solutions-grid{grid-template-columns:1fr}
  .ab-page-hero,.ab-about-intro,.ab-usp,.ab-values,.ab-solutions,.ab-why,.ab-services-intro,.ab-service-block,.ab-product-range,.ab-contact-wrap,.ab-cta-bar,.ab-footer{padding-left:1.25rem;padding-right:1.25rem}
  .ab-page-hero h1{font-size:38px}
  .ab-section-title{font-size:34px}
}
