/*
Theme Name: ALTRIXHUB Pro
Theme URI: https://altrixhubllc.com
Author: ALTRIXHUB Design
Author URI: https://altrixhubllc.com
Description: Professional multi-page WordPress theme for ALTRIXHUB LLC - Electronics Wholesale B2B Trading Company. Features: multi-page navigation, contact form with email sending, product catalog, customizer options, fully responsive.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altrixhub
Tags: multi-page, business, corporate, responsive, customizer, contact-form
*/

/* ============================================
   CSS Variables
   ============================================ */
:root {
  --ah-primary: #0A1628;
  --ah-accent: #00B4D8;
  --ah-gold: #F5A623;
  --ah-light: #F0F4F8;
  --ah-white: #ffffff;
  --ah-text: #1a1a2e;
  --ah-text-secondary: #4a5568;
  --ah-border: #e2e8f0;
  --ah-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Reset & Base
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6; color: var(--ah-text); background: var(--ah-white); overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--ah-light); }
::-webkit-scrollbar-thumb { background: var(--ah-accent); border-radius: 4px; }

/* ============================================
   NAVIGATION
   ============================================ */
.ah-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10, 22, 40, 0.95); backdrop-filter: blur(20px);
  padding: 0 24px; transition: var(--ah-transition);
}
.ah-nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.15); }
.ah-nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.ah-nav-logo { display: flex; align-items: center; gap: 12px; }
.ah-nav-logo svg { width: 40px; height: 40px; }
.ah-nav-logo-text { font-size: 22px; font-weight: 700; color: var(--ah-white); letter-spacing: 2px; }
.ah-nav-logo-text span { color: var(--ah-accent); }

.ah-nav-links { display: flex; gap: 32px; list-style: none; }
.ah-nav-links a {
  color: rgba(255,255,255,0.7); font-size: 15px; font-weight: 500;
  transition: var(--ah-transition); position: relative;
}
.ah-nav-links a:hover, .ah-nav-links a.active { color: var(--ah-white); }
.ah-nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--ah-accent); transition: var(--ah-transition);
}
.ah-nav-links a:hover::after, .ah-nav-links a.active::after { width: 100%; }

.ah-nav-cta {
  background: var(--ah-accent); color: var(--ah-white) !important;
  padding: 10px 24px; border-radius: 8px; font-weight: 600; transition: var(--ah-transition);
}
.ah-nav-cta:hover { background: #0096b4; transform: translateY(-1px); }
.ah-mobile-menu-btn { display: none; background: none; border: none; color: var(--ah-white); cursor: pointer; padding: 8px; }

/* ============================================
   HERO SECTION
   ============================================ */
.ah-hero {
  background: linear-gradient(135deg, var(--ah-primary) 0%, #1a2744 50%, #0d1b2a 100%);
  color: var(--ah-white); text-align: center; padding: 160px 24px 100px;
  position: relative; overflow: hidden; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
}
.ah-hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(0,180,216,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(245,166,35,0.06) 0%, transparent 40%),
    radial-gradient(circle at 60% 80%, rgba(0,180,216,0.05) 0%, transparent 45%);
  pointer-events: none;
}
.ah-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px; pointer-events: none;
}
.ah-hero-content { position: relative; z-index: 2; max-width: 800px; }
.ah-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,180,216,0.15); border: 1px solid rgba(0,180,216,0.3);
  padding: 8px 20px; border-radius: 50px; font-size: 14px; font-weight: 500;
  margin-bottom: 32px; animation: fadeInDown 0.8s ease-out;
}
.ah-hero-badge svg { width: 16px; height: 16px; }
.ah-hero-title {
  font-size: clamp(36px, 6vw, 64px); font-weight: 800; line-height: 1.1;
  margin-bottom: 24px; letter-spacing: -1px; animation: fadeInUp 0.8s ease-out 0.1s both;
}
.ah-hero-title span { color: var(--ah-accent); position: relative; }
.ah-hero-title span::after {
  content: ''; position: absolute; bottom: 4px; left: 0; right: 0; height: 8px;
  background: rgba(0,180,216,0.2); z-index: -1; border-radius: 4px;
}
.ah-hero-desc {
  font-size: clamp(16px, 2.5vw, 20px); color: rgba(255,255,255,0.7);
  max-width: 600px; margin: 0 auto 40px; line-height: 1.7;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
.ah-hero-buttons {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}
.ah-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ah-accent); color: var(--ah-white);
  padding: 16px 36px; border-radius: 10px; font-weight: 600; font-size: 16px;
  transition: var(--ah-transition); border: none; cursor: pointer;
}
.ah-btn-primary:hover { background: #0096b4; transform: translateY(-2px); box-shadow: 0 10px 40px rgba(0,180,216,0.3); }
.ah-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--ah-white);
  padding: 16px 36px; border-radius: 10px; font-weight: 600; font-size: 16px;
  border: 1.5px solid rgba(255,255,255,0.3); transition: var(--ah-transition); cursor: pointer;
}
.ah-btn-secondary:hover { border-color: var(--ah-white); background: rgba(255,255,255,0.05); }

.ah-hero-stats {
  display: flex; justify-content: center; gap: 48px; margin-top: 64px;
  padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1);
  animation: fadeInUp 0.8s ease-out 0.4s both;
}
.ah-hero-stat { text-align: center; }
.ah-hero-stat-number { font-size: 32px; font-weight: 700; color: var(--ah-accent); font-variant-numeric: tabular-nums; }
.ah-hero-stat-label { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ============================================
   SECTIONS COMMON
   ============================================ */
.ah-section { padding: 100px 24px; max-width: 1200px; margin: 0 auto; }
.ah-section-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.ah-section-label {
  display: inline-block; color: var(--ah-accent); font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px;
}
.ah-section-title { font-size: clamp(28px, 4vw, 42px); font-weight: 700; color: var(--ah-primary); margin-bottom: 16px; line-height: 1.2; }
.ah-section-desc { font-size: 18px; color: var(--ah-text-secondary); line-height: 1.6; }

/* Page Header (for sub-pages) */
.ah-page-header {
  background: linear-gradient(135deg, var(--ah-primary) 0%, #1a2744 100%);
  color: var(--ah-white); text-align: center; padding: 140px 24px 60px;
  position: relative; overflow: hidden;
}
.ah-page-header h1 { font-size: clamp(32px, 5vw, 48px); font-weight: 800; margin-bottom: 12px; }
.ah-page-header p { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto; }

/* Breadcrumb */
.ah-breadcrumb {
  background: var(--ah-light); padding: 16px 24px; border-bottom: 1px solid var(--ah-border);
}
.ah-breadcrumb-inner { max-width: 1200px; margin: 0 auto; font-size: 14px; color: var(--ah-text-secondary); }
.ah-breadcrumb-inner a { color: var(--ah-accent); }
.ah-breadcrumb-inner a:hover { text-decoration: underline; }
.ah-breadcrumb-inner span { color: var(--ah-text-secondary); margin: 0 8px; }

/* ============================================
   ABOUT SECTION
   ============================================ */
.ah-about { background: var(--ah-light); }
.ah-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ah-about-text { font-size: 17px; color: var(--ah-text-secondary); line-height: 1.8; margin-bottom: 20px; }
.ah-about-features { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.ah-about-feature { display: flex; align-items: flex-start; gap: 16px; }
.ah-about-feature-icon {
  width: 48px; height: 48px; background: var(--ah-accent); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ah-about-feature-icon svg { width: 24px; height: 24px; color: var(--ah-white); }
.ah-about-feature-text h4 { font-size: 16px; font-weight: 600; color: var(--ah-primary); margin-bottom: 4px; }
.ah-about-feature-text p { font-size: 14px; color: var(--ah-text-secondary); }
.ah-about-image { position: relative; }
.ah-about-image-main { border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px rgba(10,22,40,0.15); }
.ah-about-image-main svg, .ah-about-image-main img { width: 100%; display: block; }
.ah-about-float-card {
  position: absolute; background: var(--ah-white); border-radius: 16px; padding: 20px 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 16px;
}
.ah-about-float-card.card-1 { bottom: -20px; left: -30px; }
.ah-about-float-card.card-2 { top: 40px; right: -20px; }
.ah-float-icon {
  width: 48px; height: 48px; background: rgba(0,180,216,0.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.ah-float-icon svg { width: 24px; height: 24px; color: var(--ah-accent); }
.ah-float-text h5 { font-size: 14px; font-weight: 600; color: var(--ah-primary); }
.ah-float-text p { font-size: 13px; color: var(--ah-text-secondary); }

/* ============================================
   SERVICES SECTION
   ============================================ */
.ah-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ah-service-card {
  background: var(--ah-white); border: 1px solid var(--ah-border); border-radius: 16px;
  padding: 40px 28px; text-align: center; transition: var(--ah-transition); position: relative; overflow: hidden;
}
.ah-service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--ah-accent); transform: scaleX(0); transition: var(--ah-transition);
}
.ah-service-card:hover::before { transform: scaleX(1); }
.ah-service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.08); border-color: transparent; }
.ah-service-icon-wrap {
  width: 72px; height: 72px; background: rgba(0,180,216,0.08); border-radius: 20px;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 24px;
  transition: var(--ah-transition);
}
.ah-service-card:hover .ah-service-icon-wrap { background: var(--ah-accent); }
.ah-service-icon-wrap svg { width: 32px; height: 32px; color: var(--ah-accent); transition: var(--ah-transition); }
.ah-service-card:hover .ah-service-icon-wrap svg { color: var(--ah-white); }
.ah-service-title { font-size: 18px; font-weight: 700; color: var(--ah-primary); margin-bottom: 12px; }
.ah-service-desc { font-size: 15px; color: var(--ah-text-secondary); line-height: 1.6; }

/* ============================================
   PRODUCTS / CATALOG SECTION
   ============================================ */
.ah-products { background: var(--ah-light); }
.ah-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ah-product-card {
  background: var(--ah-white); border-radius: 16px; overflow: hidden;
  border: 1px solid var(--ah-border); transition: var(--ah-transition);
}
.ah-product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.ah-product-image {
  width: 100%; height: 200px; background: linear-gradient(135deg, #e2e8f0, #f0f4f8);
  display: flex; align-items: center; justify-content: center; position: relative;
}
.ah-product-image svg { width: 64px; height: 64px; color: var(--ah-accent); opacity: 0.5; }
.ah-product-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--ah-accent); color: var(--ah-white);
  padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600;
}
.ah-product-info { padding: 24px; }
.ah-product-category { font-size: 12px; color: var(--ah-accent); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.ah-product-name { font-size: 17px; font-weight: 700; color: var(--ah-primary); margin-bottom: 8px; }
.ah-product-desc { font-size: 14px; color: var(--ah-text-secondary); line-height: 1.5; margin-bottom: 16px; }
.ah-product-price { font-size: 20px; font-weight: 700; color: var(--ah-primary); }
.ah-product-price span { font-size: 13px; color: var(--ah-text-secondary); font-weight: 400; }
.ah-product-btn {
  display: block; width: 100%; margin-top: 16px; padding: 12px;
  background: var(--ah-primary); color: var(--ah-white); border: none;
  border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer;
  transition: var(--ah-transition); text-align: center;
}
.ah-product-btn:hover { background: var(--ah-accent); }

/* ============================================
   TRUST SECTION
   ============================================ */
.ah-trust { background: var(--ah-primary); padding: 80px 24px; text-align: center; }
.ah-trust-inner { max-width: 1200px; margin: 0 auto; }
.ah-trust-title { color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 40px; }
.ah-trust-grid { display: flex; justify-content: center; align-items: center; gap: 64px; flex-wrap: wrap; }
.ah-trust-item { color: rgba(255,255,255,0.4); font-size: 20px; font-weight: 700; letter-spacing: 1px; transition: var(--ah-transition); }
.ah-trust-item:hover { color: var(--ah-white); }

/* ============================================
   PROCESS SECTION
   ============================================ */
.ah-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; }
.ah-process-step { text-align: center; position: relative; }
.ah-process-step:not(:last-child)::after {
  content: ''; position: absolute; top: 36px; right: -16px; width: 32px; height: 2px;
  background: var(--ah-accent); opacity: 0.3;
}
.ah-step-number {
  width: 72px; height: 72px; background: var(--ah-accent); color: var(--ah-white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 700; margin: 0 auto 24px; position: relative;
}
.ah-step-number::after { content: ''; position: absolute; inset: -8px; border: 2px solid rgba(0,180,216,0.2); border-radius: 50%; }
.ah-step-title { font-size: 18px; font-weight: 700; color: var(--ah-primary); margin-bottom: 8px; }
.ah-step-desc { font-size: 15px; color: var(--ah-text-secondary); line-height: 1.5; }

/* ============================================
   CONTACT SECTION
   ============================================ */
.ah-contact { background: var(--ah-light); }
.ah-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.ah-contact-info h3 { font-size: 24px; font-weight: 700; color: var(--ah-primary); margin-bottom: 32px; }
.ah-contact-item {
  display: flex; align-items: flex-start; gap: 20px; margin-bottom: 28px;
  padding: 20px; background: var(--ah-white); border-radius: 12px;
  border: 1px solid var(--ah-border); transition: var(--ah-transition);
}
.ah-contact-item:hover { border-color: var(--ah-accent); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.ah-contact-icon {
  width: 52px; height: 52px; background: rgba(0,180,216,0.1); border-radius: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ah-contact-icon svg { width: 24px; height: 24px; color: var(--ah-accent); }
.ah-contact-text strong { display: block; font-size: 15px; font-weight: 600; color: var(--ah-primary); margin-bottom: 4px; }
.ah-contact-text span, .ah-contact-text a { font-size: 15px; color: var(--ah-text-secondary); line-height: 1.5; }
.ah-contact-text a:hover { color: var(--ah-accent); }

/* Contact Form */
.ah-form-card {
  background: var(--ah-white); border-radius: 20px; padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06); border: 1px solid var(--ah-border);
}
.ah-form-card h3 { font-size: 24px; font-weight: 700; color: var(--ah-primary); margin-bottom: 8px; }
.ah-form-card > p { font-size: 15px; color: var(--ah-text-secondary); margin-bottom: 32px; }
.ah-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ah-form-group { margin-bottom: 20px; }
.ah-form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--ah-primary); margin-bottom: 8px; }
.ah-form-group input, .ah-form-group textarea, .ah-form-group select {
  width: 100%; padding: 14px 18px; border: 1.5px solid var(--ah-border); border-radius: 12px;
  font-size: 15px; color: var(--ah-text); background: var(--ah-white);
  transition: var(--ah-transition); font-family: inherit;
}
.ah-form-group input:focus, .ah-form-group textarea:focus, .ah-form-group select:focus {
  outline: none; border-color: var(--ah-accent); box-shadow: 0 0 0 4px rgba(0,180,216,0.1);
}
.ah-form-group textarea { min-height: 120px; resize: vertical; }
.ah-form-submit {
  width: 100%; padding: 16px; background: var(--ah-primary); color: var(--ah-white);
  border: none; border-radius: 12px; font-size: 16px; font-weight: 600; cursor: pointer;
  transition: var(--ah-transition); display: flex; align-items: center; justify-content: center; gap: 8px;
}
.ah-form-submit:hover { background: #1a2744; transform: translateY(-1px); }

/* Form Messages */
.ah-form-message {
  padding: 16px 20px; border-radius: 12px; margin-bottom: 24px; font-size: 15px; font-weight: 500;
}
.ah-form-message.success { background: rgba(34,197,94,0.1); color: #15803d; border: 1px solid rgba(34,197,94,0.3); }
.ah-form-message.error { background: rgba(239,68,68,0.1); color: #b91c1c; border: 1px solid rgba(239,68,68,0.3); }

/* ============================================
   FOOTER
   ============================================ */
.ah-footer { background: var(--ah-primary); color: var(--ah-white); padding: 80px 24px 32px; }
.ah-footer-inner { max-width: 1200px; margin: 0 auto; }
.ah-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 64px; }
.ah-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ah-footer-brand svg { width: 36px; height: 36px; }
.ah-footer-brand-text { font-size: 22px; font-weight: 700; letter-spacing: 2px; }
.ah-footer-brand-text span { color: var(--ah-accent); }
.ah-footer-desc { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 24px; }
.ah-footer-social { display: flex; gap: 12px; }
.ah-footer-social a {
  width: 40px; height: 40px; background: rgba(255,255,255,0.08); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; transition: var(--ah-transition);
}
.ah-footer-social a:hover { background: var(--ah-accent); transform: translateY(-2px); }
.ah-footer-social a svg { width: 18px; height: 18px; color: var(--ah-white); }
.ah-footer-col h4 { font-size: 16px; font-weight: 600; margin-bottom: 24px; color: var(--ah-white); }
.ah-footer-links { list-style: none; }
.ah-footer-links li { margin-bottom: 12px; }
.ah-footer-links a { font-size: 15px; color: rgba(255,255,255,0.5); transition: var(--ah-transition); }
.ah-footer-links a:hover { color: var(--ah-accent); padding-left: 4px; }
.ah-footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; font-size: 15px; color: rgba(255,255,255,0.5); }
.ah-footer-contact-item svg { width: 18px; height: 18px; color: var(--ah-accent); flex-shrink: 0; margin-top: 2px; }
.ah-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.ah-footer-copy { font-size: 14px; color: rgba(255,255,255,0.3); }

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.ah-animate { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.ah-animate.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .ah-services-grid, .ah-products-grid { grid-template-columns: repeat(2, 1fr); }
  .ah-process-steps { grid-template-columns: repeat(2, 1fr); }
  .ah-process-step:nth-child(2)::after { display: none; }
  .ah-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .ah-nav-links { display: none; }
  .ah-mobile-menu-btn { display: block; }
  .ah-hero { padding: 120px 20px 80px; min-height: auto; }
  .ah-hero-stats { gap: 24px; flex-wrap: wrap; }
  .ah-section { padding: 60px 20px; }
  .ah-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .ah-services-grid, .ah-products-grid { grid-template-columns: 1fr; }
  .ah-process-steps { grid-template-columns: 1fr; }
  .ah-process-step::after { display: none !important; }
  .ah-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .ah-form-row { grid-template-columns: 1fr; }
  .ah-footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .ah-footer-bottom { flex-direction: column; text-align: center; }
  .ah-about-float-card { display: none; }
  .ah-page-header { padding: 120px 20px 40px; }
}
@media (max-width: 480px) {
  .ah-hero-title { font-size: 32px; }
  .ah-hero-buttons { flex-direction: column; }
  .ah-btn-primary, .ah-btn-secondary { width: 100%; justify-content: center; }
  .ah-form-card { padding: 24px; }
}
