/*
Theme Name: BullHosting
Theme URI: https://bullhosting.example
Author: BullHosting
Description: Simple, clean hosting company theme in black, white and grey. Built with a WooCommerce-ready packages section for shared hosting and VPS plans. Package prices/features live in one place (inc/packages-config.php) so they are easy to edit later, including for a VPS page.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: bullhosting
*/

:root{
  --bh-black:#111111;
  --bh-white:#ffffff;
  --bh-grey-dark:#333333;
  --bh-grey:#6e6e6e;
  --bh-grey-light:#f2f2f2;
  --bh-border:#dddddd;
}

*{box-sizing:border-box;}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--bh-grey-dark);
  background:var(--bh-white);
  line-height:1.6;
}

a{color:var(--bh-black);text-decoration:none;}
a:hover{color:var(--bh-grey);}

img{max-width:100%;height:auto;}

.container{
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
}

/* Header */
.site-header{
  background:var(--bh-black);
  color:var(--bh-white);
  padding:18px 0;
}
.site-header .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.site-branding a{
  color:var(--bh-white);
  font-size:26px;
  font-weight:700;
  letter-spacing:1px;
}
.site-branding a span{color:var(--bh-grey);}
.main-navigation ul{
  list-style:none;
  display:flex;
  gap:24px;
  margin:0;
  padding:0;
  flex-wrap:wrap;
}
.main-navigation a{
  color:var(--bh-white);
  font-weight:600;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.5px;
}
.main-navigation a:hover{color:var(--bh-grey-light);}

/* Hero */
.bh-hero{
  background:linear-gradient(180deg,var(--bh-black) 0%,var(--bh-grey-dark) 100%);
  color:var(--bh-white);
  text-align:center;
  padding:80px 20px;
}
.bh-hero h1{
  font-size:42px;
  margin:0 0 15px;
}
.bh-hero p{
  color:var(--bh-grey-light);
  font-size:18px;
  max-width:640px;
  margin:0 auto 30px;
}
.bh-btn{
  display:inline-block;
  background:var(--bh-white);
  color:var(--bh-black);
  padding:14px 32px;
  border-radius:4px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-size:14px;
  border:2px solid var(--bh-white);
  transition:all .2s ease;
  cursor:pointer;
}
.bh-btn:hover{
  background:transparent;
  color:var(--bh-white);
}
.bh-btn-dark{
  background:var(--bh-black);
  color:var(--bh-white);
  border:2px solid var(--bh-black);
}
.bh-btn-dark:hover{
  background:transparent;
  color:var(--bh-black);
}

/* Packages */
.bh-packages{
  padding:70px 0;
  background:var(--bh-white);
}
.bh-packages h2{
  text-align:center;
  font-size:32px;
  margin-bottom:8px;
  color:var(--bh-black);
}
.bh-packages .bh-subtitle{
  text-align:center;
  color:var(--bh-grey);
  margin-bottom:50px;
}
.bh-package-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
  gap:30px;
}
.bh-package-card{
  border:1px solid var(--bh-border);
  border-radius:8px;
  padding:35px 28px;
  text-align:center;
  background:var(--bh-white);
  transition:transform .2s ease,box-shadow .2s ease;
  display:flex;
  flex-direction:column;
}
.bh-package-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
.bh-package-card.featured{
  border:2px solid var(--bh-black);
  position:relative;
}
.bh-package-card.featured::before{
  content:"Most Popular";
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:var(--bh-black);
  color:var(--bh-white);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.5px;
  padding:5px 14px;
  border-radius:20px;
}
.bh-package-card h3{
  font-size:22px;
  margin:10px 0 20px;
  color:var(--bh-black);
  text-transform:uppercase;
  letter-spacing:.5px;
}
.bh-price{
  font-size:40px;
  font-weight:800;
  color:var(--bh-black);
  margin-bottom:4px;
}
.bh-price span{
  font-size:15px;
  font-weight:400;
  color:var(--bh-grey);
}
.bh-package-card ul{
  list-style:none;
  padding:0;
  margin:25px 0;
  text-align:left;
  flex-grow:1;
}
.bh-package-card ul li{
  padding:9px 0;
  border-bottom:1px solid var(--bh-grey-light);
  color:var(--bh-grey-dark);
  font-size:15px;
}
.bh-package-card ul li:last-child{border-bottom:none;}
.bh-package-card ul li:before{
  content:"✓ ";
  color:var(--bh-black);
  font-weight:700;
}

/* Footer */
.site-footer{
  background:var(--bh-grey-light);
  border-top:1px solid var(--bh-border);
  padding:40px 0;
  text-align:center;
  color:var(--bh-grey);
  font-size:14px;
}

/* WooCommerce tweaks to keep it black/white/grey */
.woocommerce ul.products li.product .price,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce input.button{
  background:var(--bh-black) !important;
  color:var(--bh-white) !important;
  border-radius:4px !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
  background:var(--bh-grey-dark) !important;
}

@media(max-width:782px){
  .site-header .container{flex-direction:column;gap:14px;}
  .bh-hero h1{font-size:30px;}
}
