/*
Theme Name: Kadence Child
Template: kadence
Version: 1.1.3
*/
/* ===== AUSTEN DIRECT MASTER STYLESHEET ===== */
.austendirect-homepage * { box-sizing: border-box; }
.austendirect-homepage { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; --brand-red: #e30613; --brand-blue: #0047AB; --tesa-red: #d90000; --text-dark: #1f2937; --brand-gray: #f7f7f7; }
.austendirect-homepage .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; width: 100%; }
.austendirect-homepage .section { padding: 4rem 0; }
.austendirect-homepage .section-gray { background-color: var(--brand-gray); }
.austendirect-homepage .section-dark { background-color: #374151; color: white; }
.austendirect-homepage .section-dark h1, .austendirect-homepage .section-dark h2, .austendirect-homepage .section-dark h3, .austendirect-homepage .section-dark h4, .austendirect-homepage .section-dark p { color: white; }
.austendirect-homepage .section-dark .card { background: rgba(255,255,255,0.1) !important; border-top-color: rgba(255,255,255,0.3); }
.austendirect-homepage .section-dark .card h1, .austendirect-homepage .section-dark .card h2, .austendirect-homepage .section-dark .card h3, .austendirect-homepage .section-dark .card h4, .austendirect-homepage .section-dark .card p { color: white; }
.austendirect-homepage .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; align-items: stretch; }
.austendirect-homepage .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; align-items: stretch; }
.austendirect-homepage .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: stretch; }
.austendirect-homepage .card { background: white; border-radius: 16px; padding: 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: transform 0.3s ease; border-top: 4px solid transparent; height: 100%; }
.austendirect-homepage .card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.austendirect-homepage .card-tesa { border-top-color: #d90000; }
.austendirect-homepage .card-3m { border-top-color: #ff0000; }
.austendirect-homepage .card-austen { border-top-color: #0047AB; }
.austendirect-homepage .btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2rem; border-radius: 50px; font-weight: 600; font-size: 1.1rem; text-decoration: none; transition: all 0.3s ease; border: none; cursor: pointer; }
.austendirect-homepage .btn-primary { background: linear-gradient(135deg, #e30613 0%, #c70512 100%); color: white; box-shadow: 0 4px 15px rgba(227,6,19,0.3); }
.austendirect-homepage .btn-primary:hover { transform: translateY(-2px); color: white; }
.austendirect-homepage .btn-secondary { background: white; color: #0047AB; border: 2px solid #0047AB; }
.austendirect-homepage .btn-secondary:hover { background: #0047AB; color: white; }
.austendirect-homepage .heading-large { font-size: 2.5rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: #1f2937; }
.austendirect-homepage .heading-medium { font-size: 2rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: #1f2937; }
.austendirect-homepage .partner-logo { height: 60px; width: auto; object-fit: contain; }
.austendirect-homepage .product-image { border-radius: 12px; max-width: 100%; height: auto; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
@media (max-width: 768px) {
  .austendirect-homepage .grid-2,
  .austendirect-homepage .grid-3,
  .austendirect-homepage .grid-4 { grid-template-columns: 1fr; }
  .austendirect-homepage .section { padding: 3rem 0; }
  .austendirect-homepage .btn { padding: 0.8rem 1.5rem; font-size: 1rem; }
}
/* ===== VISUAL ENHANCEMENTS ===== */
@media (min-width: 481px) {
  .austendirect-homepage .grid-4:has(> .card) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.25rem; }
}
@media (min-width: 721px) {
  .austendirect-homepage .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 2.5rem; }
}
@media (max-width: 720px) {
  .austendirect-homepage .grid-2 { grid-template-columns: 1fr; }
}
.austendirect-homepage .grid-4:has(> .partner-logo) { align-items: center; justify-items: center; }
.austendirect-homepage .grid-4:has(> .partner-logo) .partner-logo { display: block; height: 64px; max-width: 200px; width: 100%; object-fit: contain; margin-inline: auto; }
.austendirect-homepage .card { padding: 2.5rem; }
.austendirect-homepage .card-austen { padding: 2.5rem; }
.austendirect-homepage .grid-3 { gap: 2.5rem; }
.austendirect-homepage .card ul { margin: 0 0 0 1.1em; }
.austendirect-homepage .card li + li { margin-top: 0.5em; }
.austendirect-homepage table { width: 100%; border-collapse: collapse; }
.austendirect-homepage table th, .austendirect-homepage table td { padding: 0.85rem 1rem; vertical-align: top; border-bottom: 1px solid #e5e7eb; text-align: left; }
.austendirect-homepage table thead th { border-bottom: 2px solid #d1d5db; background: #f4f6f8; font-weight: 600; }
.austendirect-homepage table tbody tr:nth-child(even) { background: rgba(0,0,0,.02); }
.austendirect-homepage .section:has(table) .container { overflow-x: auto; }
/* ===== UTILITY CLASSES ===== */
.austendirect-homepage .stat-number { font-size: 2rem; font-weight: 700; color: var(--brand-blue); display: block; margin-bottom: 0.5rem; }
.austendirect-homepage .blockquote { font-size: 1.25rem; font-style: italic; margin-top: 2rem; padding-left: 1.25rem; border-left: 4px solid var(--brand-blue); }
.austendirect-homepage .btn-group { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.austendirect-homepage .btn-group-right { display: flex; align-items: flex-end; justify-content: flex-end; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.austendirect-homepage .btn-center { text-align: center; margin-top: 3rem; }
.austendirect-homepage .checklist { margin-top: 2rem; }
.austendirect-homepage .checklist p { margin: 0.5rem 0; }
.austendirect-homepage .label-tag { display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-blue); margin-bottom: 0.5rem; }
/* ===== FORM CLASSES ===== */
.austendirect-homepage .form-field { margin-bottom: 1rem; }
.austendirect-homepage .form-label { display: block; color: #333; font-weight: 500; margin-bottom: 5px; }
.austendirect-homepage .form-input { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid #ddd; font-size: 1rem; font-family: inherit; color: #333; background: white; }
.austendirect-homepage .form-input:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(0,71,171,0.1); }
.austendirect-homepage .btn-full { width: 100%; justify-content: center; }
/* ===== B2B INDUSTRIAL ENHANCEMENTS ===== */
/* GLOBAL */
.austendirect-homepage .btn { border-radius: 4px !important; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }
.austendirect-homepage .card { border-radius: 6px !important; }
.austendirect-homepage .product-image { border-radius: 4px !important; border: 1px solid rgba(255,255,255,0.1); }
/* HERO */
.austendirect-homepage .hero-section { background: #1e293b url('data:image/svg+xml;utf8,<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h40v40H0z" fill="none"/><path d="M39.5 0v40M0 39.5h40" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></svg>') !important; border-bottom: 4px solid var(--brand-red); }
.austendirect-homepage .hero-section .heading-large { font-size: 3.5rem; letter-spacing: -1px; margin-bottom: 1.5rem; }
.austendirect-homepage .hero-checklist { margin-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; }
.austendirect-homepage .hero-checklist p { display: flex; gap: 1.5rem; flex-wrap: wrap; margin: 0; }
.austendirect-homepage .hero-checklist strong { color: white; background: rgba(255,255,255,0.05); padding: 0.5rem 1rem; border-radius: 4px; border-left: 2px solid var(--brand-red); font-size: 1rem; }
/* AGITATE */
.austendirect-homepage .agitate-section { background: white; border-top: 1px solid #e2e8f0; }
.austendirect-homepage .agitate-section .heading-medium { position: relative; padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
.austendirect-homepage .agitate-section .heading-medium::after { content: ''; position: absolute; left: 0; bottom: 0; width: 80px; height: 4px; background: var(--brand-red); }
.austendirect-homepage .agitate-intro { font-size: 1.15rem; color: #475569; max-width: 900px; margin-bottom: 3rem; }
.austendirect-homepage .agitate-card { border: 1px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
.austendirect-homepage .agitate-card:hover { border-color: var(--brand-red); box-shadow: 0 10px 20px rgba(227,6,19,0.05); }
/* APPROACH — PROCESS FLOW */
.austendirect-homepage .approach-section { background-color: #f8fafc; border-top: 1px solid #e2e8f0; }
.austendirect-homepage .approach-intro { font-size: 1.15rem; color: #475569; max-width: 900px; }
.austendirect-homepage .process-flow { position: relative; margin: 4rem 0 3rem 0; }
.austendirect-homepage .process-node h3 { font-size: 1.05rem; color: var(--brand-blue); line-height: 1.4; }
.austendirect-homepage .approach-btn-center { display: flex; justify-content: center; margin-top: 3rem; }
@media (min-width: 1024px) {
  .austendirect-homepage .process-flow.grid-3 { grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
  .austendirect-homepage .process-flow::before { content: ''; position: absolute; top: 24px; left: 10%; right: 10%; height: 3px; background: linear-gradient(90deg, var(--brand-blue) 0%, #cbd5e1 100%); z-index: 1; }
  .austendirect-homepage .process-node { padding-top: 4.5rem; background: transparent; box-shadow: none; border: none; }
  .austendirect-homepage .process-node::before { content: ''; position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 16px; height: 16px; background: white; border: 4px solid var(--brand-blue); border-radius: 50%; z-index: 2; box-shadow: 0 0 0 4px #f8fafc; transition: all 0.3s ease; }
  .austendirect-homepage .process-node:hover { background: white; box-shadow: 0 10px 25px rgba(0,0,0,0.05); border-radius: 8px; }
  .austendirect-homepage .process-node:hover::before { background: var(--brand-blue); box-shadow: 0 0 0 6px rgba(0,71,171,0.1); }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .austendirect-homepage .process-flow.grid-3 { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
@media (max-width: 768px) {
  .austendirect-homepage .process-flow.grid-3 { grid-template-columns: 1fr; }
}
/* CREDIBILITY */
.austendirect-homepage .partner-section { background: white; padding: 5rem 0; }
.austendirect-homepage .partner-section .heading-medium { text-align: center; margin-bottom: 1rem; }
.austendirect-homepage .partner-intro { text-align: center; max-width: 800px; margin: 0 auto 4rem auto; color: #475569; font-size: 1.15rem; }
.austendirect-homepage .premium-logo-grid { align-items: stretch; gap: 2rem; }
.austendirect-homepage .logo-card { border: 1px solid #e2e8f0; box-shadow: none; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 3rem 2rem; background: #f8fafc; }
.austendirect-homepage .logo-card:hover { background: white; box-shadow: 0 20px 40px rgba(0,0,0,0.06); border-color: transparent; }
.austendirect-homepage .logo-card .partner-logo { height: 65px; margin-bottom: 2rem; filter: grayscale(0%) opacity(1); transition: all 0.4s ease; }
.austendirect-homepage .logo-card:hover .partner-logo { filter: grayscale(0%) opacity(1); }
/* CASE STUDY */
.austendirect-homepage .case-study-section.section-gray { background: #0f172a; border-top: 4px solid var(--tesa-red); padding: 6rem 0; }
.austendirect-homepage .case-study-section h2, .austendirect-homepage .case-study-section p, .austendirect-homepage .case-study-section h3 { color: white; }
.austendirect-homepage .case-study-intro { font-size: 1.15rem; opacity: 0.8; max-width: 800px; margin-bottom: 3rem; }
.austendirect-homepage .premium-badge { background: rgba(217,0,0,0.15); color: #ff4d4d; border: 1px solid rgba(217,0,0,0.3); padding: 0.5rem 1.25rem; border-radius: 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; display: inline-block; margin-bottom: 1.5rem; }
.austendirect-homepage .highlight-card { background: rgba(255,255,255,0.03) !important; border: 1px solid rgba(255,255,255,0.1); }
.austendirect-homepage .highlight-card:hover { background: rgba(255,255,255,0.08) !important; border-color: rgba(255,255,255,0.2); }
.austendirect-homepage .highlight-card p { opacity: 0.7; }
.austendirect-homepage .case-study-bottom-grid { margin-top: 4rem; align-items: center; }
.austendirect-homepage .case-study-blockquote-area { background: transparent; border-left: 4px solid var(--tesa-red); padding-left: 2rem; }
.austendirect-homepage .case-study-blockquote-area .blockquote { font-size: 1.6rem; font-style: italic; font-weight: 400; line-height: 1.4; margin-bottom: 1.5rem; color: white; }
.austendirect-homepage .case-study-blockquote-area p { font-size: 1.1rem; opacity: 0.8; }
.austendirect-homepage .case-study-actions { display: flex; gap: 1rem; justify-content: flex-end; flex-wrap: wrap; }
.austendirect-homepage .case-study-actions .btn-secondary { background: transparent; color: white; border-color: rgba(255,255,255,0.3); }
.austendirect-homepage .case-study-actions .btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: white; }
/* CTA */
.austendirect-homepage .cta-section { background: linear-gradient(135deg, var(--brand-red) 0%, #a00000 100%); padding: 6rem 0; text-align: center; border-top: 4px solid #111; }
.austendirect-homepage .cta-section .heading-medium { font-size: 3rem; text-transform: uppercase; letter-spacing: -0.5px; margin-bottom: 1.5rem; }
.austendirect-homepage .cta-intro { font-size: 1.25rem; max-width: 800px; margin: 0 auto 2.5rem auto; opacity: 0.9; }
.austendirect-homepage .cta-checklist { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.austendirect-homepage .cta-checklist p { background: rgba(0,0,0,0.25); padding: 0.75rem 1.5rem; border-radius: 4px; margin: 0; font-size: 1.1rem; font-weight: 600; border-left: 3px solid white; }
.austendirect-homepage .cta-btn-group { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.austendirect-homepage .cta-section .btn-primary { background: #111; color: white; box-shadow: 0 10px 20px rgba(0,0,0,0.2); font-size: 1.2rem; padding: 1.25rem 2.5rem; }
.austendirect-homepage .cta-section .btn-primary:hover { background: black; transform: translateY(-3px); }
.austendirect-homepage .cta-section .btn-secondary { background: white; color: var(--brand-red); border: none; font-size: 1.2rem; padding: 1.25rem 2.5rem; }
.austendirect-homepage .cta-section .btn-secondary:hover { background: #f8fafc; }
/* CENTRING FIXES */
.austendirect-homepage .partner-section .card { text-align: center !important; padding: 2.5rem !important; }
.austendirect-homepage .partner-section .card img { display: block !important; margin: 0 auto 1.5rem auto !important; }
.austendirect-homepage .partner-section .card h3 { text-align: center !important; }
.austendirect-homepage .partner-section .card p { text-align: center !important; }
.austendirect-homepage .ghost-card { background: transparent !important; box-shadow: none !important; border: none !important; pointer-events: none; }
.austendirect-homepage .premium-logo-grid { grid-template-columns: repeat(4, 1fr) !important; }
.austendirect-homepage .case-study-highlights .card { text-align: center !important; }
.austendirect-homepage .case-study-highlights .card h3 { text-align: center !important; }
.austendirect-homepage .case-study-highlights .card p { text-align: center !important; opacity: 0.85; }
/* ===== MEGA MENU STYLES ===== */
.mega-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: white; }
.mega-menu-item { display: block; padding: 1rem 1.25rem; text-decoration: none; color: #1f2937; border: 1px solid #f0f0f0; background: white; transition: background 0.2s ease; }
.mega-menu-item:hover { background: #f8fafc; color: #0047AB; text-decoration: none; }
.mega-menu-item .mega-menu-title { font-weight: 600; font-size: 0.95rem; color: #e30613; margin-bottom: 0.25rem; }
.mega-menu-item:hover .mega-menu-title { color: #0047AB; }
.mega-menu-item .mega-menu-desc { font-size: 0.82rem; color: #6b7280; line-height: 1.4; }
.mega-menu-item.eco .mega-menu-title { color: #16a34a; }
/* Ensure Kadence dropdown wrapper is white */
.kadence-navigation .mega-menu,
.kadence-navigation ul ul,
.kadence-navigation .sub-menu { background: white !important; }
@media (max-width: 768px) {
  .mega-menu-grid { grid-template-columns: 1fr; }
}
/* ===== LINKS ===== */
.austendirect-homepage p a { color: var(--brand-blue); text-decoration: underline; }
.austendirect-homepage p a:hover { color: var(--brand-red); }
.austendirect-homepage .card h3 a { color: inherit; text-decoration: none; }
.austendirect-homepage .card h3 a:hover { text-decoration: underline; }
/* Whole-card-clickable industry cards */
.card-clickable {
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card-clickable:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  cursor: pointer;
}
.card-clickable h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.card-clickable h3 a {
  color: inherit;
  text-decoration: none;
}