/*
Theme Name: Company Print BH
Theme URI: https://companyprintbh.com.br
Author: Company Print
Author URI: https://companyprintbh.com.br
Description: Tema personalizado para a estamparia Company Print BH — landing page one-page com catálogo, diferenciais, portfólio, depoimentos, FAQ e contato.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: Uso exclusivo do cliente
Text Domain: company-print-bh
*/


  :root{
    --bg:#0a0a0a;
    --bg-2:#111311;
    --card:#15170f;
    --card-2:#131313;
    --line:#232520;
    --lime:#d9f01a;
    --lime-dim:#a7b813;
    --white:#f4f4f0;
    --muted:#9a9c94;
    --muted-2:#6f716a;
    --radius:14px;
    --maxw:1280px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bg);
    color:var(--white);
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
  a{color:inherit; text-decoration:none;}
  ul{list-style:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 32px;}
  .eyebrow{
    font-size:12px; letter-spacing:.14em; text-transform:uppercase;
    color:var(--lime); font-weight:700; display:flex; align-items:center; gap:8px;
  }
  h1,h2,h3{font-weight:800; letter-spacing:-0.02em; line-height:1.05;}
  h2{font-size:clamp(28px,3.6vw,44px);}
  .btn{
    display:inline-flex; align-items:center; gap:10px;
    padding:14px 24px; border-radius:10px; font-weight:700; font-size:15px;
    cursor:pointer; border:none; transition:transform .15s ease, box-shadow .15s ease;
  }
  .btn:hover{transform:translateY(-1px);}
  .btn-lime{background:var(--lime); color:#0a0a0a; box-shadow:0 0 0 0 rgba(217,240,26,0);}
  .btn-lime:hover{box-shadow:0 8px 24px -8px rgba(217,240,26,0.5);}
  .btn-outline{background:transparent; color:var(--white); border:1px solid var(--line);}
  .btn-outline:hover{border-color:var(--lime);}
  .btn-dark{background:#181a15; color:var(--white); border:1px solid var(--line);}

  /* Topbar */
  .topbar{
    background:#000; font-size:12px; color:var(--muted);
    letter-spacing:.06em; text-transform:uppercase;
  }
  .topbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:10px 32px;}
  .topbar .dot{color:var(--lime); margin-right:6px;}

  /* Header */
  header.main{
    background:#0c0d0a; border-bottom:1px solid var(--line);
    position:sticky; top:0; z-index:50;
  }
  header.main .wrap{display:flex; align-items:center; justify-content:space-between; padding:16px 32px;}
  .logo{display:flex; align-items:center; gap:10px; font-weight:800; font-size:18px;}
  .logo img{height:40px; width:auto; display:block;}
  .logo.footer-logo img{height:52px;}
  nav.primary{display:flex; gap:36px; font-size:15px; color:#d7d7d2;}
  nav.primary a:hover{color:var(--lime);}
  .header-actions{display:flex; align-items:center; gap:14px;}

  /* Hero */
  .hero{
    position:relative; padding:64px 0 80px;
    background:
      radial-gradient(1200px 500px at 20% -10%, rgba(217,240,26,0.05), transparent 60%),
      linear-gradient(180deg, #0a0b08 0%, #08090a 100%);
    overflow:hidden;
  }
  .hero::before{
    content:""; position:absolute; inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size:64px 64px;
    mask-image: radial-gradient(ellipse 80% 60% at 30% 20%, black, transparent);
    pointer-events:none;
  }
  .hero .wrap{position:relative; display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;}
  .pill{
    display:inline-flex; align-items:center; gap:8px;
    background:#14150f; border:1px solid var(--line); border-radius:999px;
    padding:8px 16px; font-size:12px; letter-spacing:.1em; text-transform:uppercase;
    color:#c9cabf; margin-bottom:26px;
  }
  .pill svg{width:13px; height:13px; color:var(--lime);}
  .hero h1{font-size:clamp(36px,4.6vw,64px); margin-bottom:24px;}
  .hero h1 .accent{color:var(--lime);}
  .hero p.lead{color:var(--muted); font-size:17px; max-width:520px; margin-bottom:34px;}
  .hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:36px;}
  .social-proof{display:flex; align-items:center; gap:22px; flex-wrap:wrap; font-size:14px; color:var(--muted);}
  .avatars{display:flex;}
  .avatars span{
    width:30px; height:30px; border-radius:50%; border:2px solid var(--bg);
    background:linear-gradient(135deg,#2c2e26,#141610); margin-left:-8px;
  }
  .avatars span:first-child{margin-left:0;}
  .avatars span:last-child{background:var(--lime);}
  .stars{color:var(--lime); letter-spacing:2px;}

  .hero-art{position:relative;}
  .rack{
    position:relative; border-radius:20px; overflow:hidden; border:1px solid var(--line);
    height:520px;
  }
  .rack img{
    width:100%; height:100%; object-fit:cover; display:block;
  }
  .rack::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(6,7,5,0) 55%, rgba(6,7,5,0.55) 100%);
    pointer-events:none;
  }
  .badge-float{
    position:absolute; top:22px; right:22px; background:#0c0e08cc; backdrop-filter:blur(6px);
    border:1px solid var(--line); border-radius:12px; padding:14px 18px; max-width:220px;
  }
  .badge-float .t1{font-weight:700; font-size:14px; display:flex; align-items:center; gap:8px; margin-bottom:2px;}
  .badge-float .t1 svg{color:var(--lime); width:16px; height:16px;}
  .badge-float .t2{font-size:11px; letter-spacing:.08em; color:var(--muted); text-transform:uppercase;}
  .badge-years{
    position:absolute; bottom:-22px; left:22px; background:#0f110b; border:1px solid var(--line);
    border-radius:12px; padding:16px 20px;
  }
  .badge-years .num{font-size:28px; font-weight:900; color:var(--lime); line-height:1;}
  .badge-years .lbl{font-size:11px; letter-spacing:.08em; color:var(--muted); text-transform:uppercase; margin-top:4px;}

  .trust-bar{border-top:1px solid var(--line); margin-top:70px; padding-top:26px;}
  .trust-bar p{text-align:center; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted-2); margin-bottom:20px;}
  .trust-bar .logos{display:flex; justify-content:center; gap:48px; flex-wrap:wrap; font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted);}

  /* Section generic */
  section{padding:96px 0;}
  .section-head{display:flex; justify-content:space-between; align-items:flex-end; gap:40px; margin-bottom:52px; flex-wrap:wrap;}
  .section-head p{color:var(--muted); max-width:380px; font-size:15px;}

  /* Catalog */
  .catalog{background:#0c0d0a; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .grid-products{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
  .grid-products.row2{margin-top:20px; grid-template-columns:repeat(4,1fr);}
  .product-card{
    background:var(--card-2); border:1px solid var(--line); border-radius:var(--radius);
    overflow:hidden; transition:border-color .2s ease, transform .2s ease;
  }
  .product-card:hover{border-color:var(--lime-dim); transform:translateY(-3px);}
  .product-thumb{
    height:190px; display:flex; align-items:center; justify-content:center; position:relative;
    overflow:hidden;
  }
  .product-thumb svg{width:56%; height:56%;}
  .product-thumb img{width:100%; height:100%; object-fit:cover; object-position:center top; display:block;}
  .product-body{padding:18px 20px 22px;}
  .product-body h3{font-size:16px; margin-bottom:6px;}
  .product-body p{font-size:13px; color:var(--muted); margin-bottom:14px; min-height:36px;}
  .link-cta{font-size:12px; letter-spacing:.06em; text-transform:uppercase; font-weight:700; color:var(--lime); display:inline-flex; align-items:center; gap:6px;}
  .link-cta:hover{gap:9px;}

  .tp-1{background:radial-gradient(circle at 40% 20%, #26241a, #0e0f0b);}
  .tp-2{background:radial-gradient(circle at 40% 20%, #12332e, #0a1210);}
  .tp-3{background:radial-gradient(circle at 40% 20%, #3a1c33, #150d18);}
  .tp-4{background:radial-gradient(circle at 40% 20%, #16233b, #0a0e15);}
  .tp-5{background:radial-gradient(circle at 40% 20%, #3b1414, #150707);}
  .tp-6{background:radial-gradient(circle at 40% 20%, #202018, #0d0d09);}

  /* Diferenciais */
  .diff-grid{display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;}
  .diff-item{padding:36px 32px; border-right:1px solid var(--line); border-bottom:1px solid var(--line);}
  .diff-item:nth-child(3n){border-right:none;}
  .diff-item:nth-child(n+4){border-bottom:none;}
  .diff-icon{
    width:44px; height:44px; border-radius:10px; background:#1c1f10; border:1px solid #2a2e17;
    display:flex; align-items:center; justify-content:center; margin-bottom:20px;
  }
  .diff-icon svg{width:20px; height:20px; color:var(--lime);}
  .diff-item h3{font-size:17px; margin-bottom:8px;}
  .diff-item p{font-size:14px; color:var(--muted);}

  /* Como funciona */
  .steps{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:52px;}
  .step-card{background:var(--card-2); border:1px solid var(--line); border-radius:var(--radius); padding:26px;}
  .step-num{font-size:12px; letter-spacing:.1em; color:var(--lime); font-weight:800; margin-bottom:16px;}
  .step-card h3{font-size:17px; margin-bottom:8px;}
  .step-card p{font-size:14px; color:var(--muted);}

  /* Portfolio */
  .portfolio{background:#0b0c09; border-top:1px solid var(--line);}
  .port-grid{display:grid; grid-template-columns:repeat(7,1fr); gap:14px; margin-top:16px;}
  .port-item{
    aspect-ratio:3/4; border-radius:10px; overflow:hidden; position:relative;
    border:1px solid var(--line);
  }
  .port-item img{
    width:100%; height:100%; object-fit:cover; object-position:center top;
    display:block; transition:transform .3s ease;
  }
  .port-item:hover img{transform:scale(1.05);}
  .port-item .cap{
    position:absolute; left:0; right:0; bottom:0; padding:12px 14px;
    background:linear-gradient(180deg, rgba(6,7,5,0) 0%, rgba(6,7,5,0.8) 100%);
  }
  .port-item span{font-size:12px; font-weight:700; color:#fff; text-shadow:0 2px 8px rgba(0,0,0,.6);}
  .port-cta{display:flex; justify-content:center; margin-top:40px;}

  /* Testimonials */
  .test-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .test-card{background:var(--card-2); border:1px solid var(--line); border-radius:var(--radius); padding:28px;}
  .quote-mark{color:var(--lime); font-size:30px; font-weight:900; margin-bottom:14px; display:block;}
  .test-card p.quote{font-size:15px; color:#dcdcd5; margin-bottom:20px; line-height:1.55;}
  .test-card .name{font-weight:700; font-size:14px;}
  .test-card .role{font-size:13px; color:var(--muted);}

  /* FAQ */
  .faq{max-width:800px; margin:0 auto;}
  .faq-item{
    background:var(--card-2); border:1px solid var(--line); border-radius:12px;
    margin-bottom:12px; overflow:hidden;
  }
  .faq-q{
    padding:18px 22px; display:flex; justify-content:space-between; align-items:center;
    cursor:pointer; font-weight:700; font-size:15px;
  }
  .faq-q svg{width:16px; height:16px; color:var(--muted); transition:transform .2s ease;}
  .faq-item.open .faq-q svg{transform:rotate(180deg); color:var(--lime);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .25s ease;}
  .faq-item.open .faq-a{max-height:200px;}
  .faq-a p{padding:0 22px 20px; font-size:14px; color:var(--muted); line-height:1.6;}

  /* Final CTA */
  .final-cta{text-align:center;}
  .final-cta h2{margin-bottom:16px;}
  .final-cta h2 .accent{color:var(--lime);}
  .final-cta p{color:var(--muted); max-width:520px; margin:0 auto 34px;}
  .final-cta .hero-ctas{justify-content:center;}

  /* Contact / map */
  .contact-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:56px; align-items:stretch; margin-top:52px;}
  .contact-info h2{margin-bottom:24px;}
  .info-row{display:flex; gap:12px; margin-bottom:18px; font-size:14px; color:#d7d7d2;}
  .info-row svg{width:18px; height:18px; color:var(--lime); flex-shrink:0; margin-top:2px;}
  .contact-actions{display:flex; gap:12px; margin-top:26px; flex-wrap:wrap;}
  .map-box{
    border-radius:var(--radius); border:1px solid var(--line); overflow:hidden; position:relative;
    min-height:340px; background:#14150f;
  }
  .map-box iframe{filter:invert(90%) hue-rotate(180deg) contrast(90%);}

  /* Footer */
  footer{border-top:1px solid var(--line); padding:54px 0 26px; background:#08090a;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; margin-bottom:40px;}
  .footer-grid h4{font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted-2); margin-bottom:16px;}
  .footer-grid .brand p{color:var(--muted); font-size:13px; margin-top:14px; max-width:280px; line-height:1.6;}
  .footer-grid li{margin-bottom:10px; font-size:14px; color:#d7d7d2; display:flex; align-items:flex-start; gap:8px;}
  .footer-grid li svg{width:14px; height:14px; color:var(--lime); margin-top:3px; flex-shrink:0;}
  .socials{display:flex; gap:10px;}
  .socials a{
    width:34px; height:34px; border-radius:8px; border:1px solid var(--line);
    display:flex; align-items:center; justify-content:center;
  }
  .socials a:hover{border-color:var(--lime);}
  .socials svg{width:15px; height:15px;}
  .footer-bottom{
    border-top:1px solid var(--line); padding-top:22px; display:flex; justify-content:space-between;
    font-size:12px; color:var(--muted-2); flex-wrap:wrap; gap:10px;
  }

  /* Floating WhatsApp */
  .float-wa{
    position:fixed; bottom:24px; right:24px; z-index:60;
    background:var(--lime); color:#0a0a0a; padding:14px 20px; border-radius:999px;
    font-weight:700; font-size:14px; display:flex; align-items:center; gap:8px;
    box-shadow:0 10px 30px -8px rgba(217,240,26,0.5);
  }
  .float-wa svg{width:16px; height:16px;}

  @media (max-width:980px){
    nav.primary{display:none;}
    .hero .wrap{grid-template-columns:1fr;}
    .hero-art{margin-top:20px;}
    .grid-products, .grid-products.row2{grid-template-columns:repeat(2,1fr);}
    .diff-grid{grid-template-columns:1fr; }
    .diff-item{border-right:none !important;}
    .steps{grid-template-columns:repeat(2,1fr);}
    .port-grid{grid-template-columns:repeat(3,1fr); gap:10px;}
    .test-grid{grid-template-columns:1fr;}
    .contact-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .trust-bar .logos{gap:24px;}
    .wrap{padding:0 20px;}
    .float-wa span.txt{display:none;}
  }
