/*!
Theme Name: Pinco
Theme URI: #
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pinco
*/

:root {
  --primary: #1F2A28;
  --accent: #FF2A12;
  --bg-dark: #0A0F0E;
  --text-light: #E0E0E0;
  --token-radius-base: 4px;
  --layout-density: 120px;
  --shadow-hard: 6px 6px 0px #FF2A12;
  --glass: rgba(31, 42, 40, 0.6);
  --hologram: linear-gradient(135deg, rgba(255,42,18,0.2) 0%, rgba(31,42,40,0.1) 50%, rgba(0,255,255,0.1) 100%);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-light);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Signature Element: Animated Gradient Border */
.sig-border {
  position: relative;
  border: 1px solid transparent;
  background: linear-gradient(var(--bg-dark), var(--bg-dark)) padding-box, 
              linear-gradient(90deg, var(--accent), #00f2ff, var(--accent)) border-box;
  background-size: 200% 100%;
  animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

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

section {
  padding: var(--layout-density) 0;
  position: relative;
}

/* Asymmetrical Layouts */
.asym-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 10px;
  gap: 20px;
}

.masonry-item {
  grid-row-end: span 14;
}

.masonry-item.tall {
  grid-row-end: span 30;
}

/* Typography */
h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--accent);
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 18px 40px;
  border-radius: var(--token-radius-base);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-hard);
}

.btn-primary:hover {
  transform: translate(-4px, -4px);
  box-shadow: 10px 10px 0px #fff;
}

.btn-secondary {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  backdrop-filter: blur(5px);
}

/* Header */
.header {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(10, 15, 14, 0.8);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.logo {
  font-size: 24px;
  font-weight: 900;
  color: var(--accent);
  text-decoration: none;
}

.header ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.header ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Cards */
.card-glass {
  background: var(--glass);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: var(--token-radius-base);
  height: max-content;
}

.card-holographic {
  background: var(--hologram);
  border: 1px solid rgba(255,42,18,0.3);
  padding: 30px;
  border-radius: var(--token-radius-base);
  position: relative;
  overflow: hidden;
}

.card-flat {
  background: #151d1c;
  padding: 30px;
  border-left: 4px solid var(--accent);
}

/* Horizontal Scroll */
.scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 20px;
  scrollbar-width: none;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-item {
  flex: 0 0 300px;
}

/* Footer */
.footer {
  background: #050707;
  padding: 80px 0 40px;
  border-top: 1px solid var(--primary);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu ul li {
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: #888;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu ul li a:hover {
  color: var(--accent);
}

@media (max-width: 768px) {
  .asym-grid {
    grid-template-columns: 1fr;
  }
  .header ul {
    display: none;
  }
  :root {
    --layout-density: 60px;
  }
}
.providers{
    padding: 30px 0;
    margin: 30px 0;
}
img {max-width: 100% !important;height: auto;display: block;}
html {overflow-x: hidden;}
.wp-block-image {margin: 20px auto;max-width: 100%;}
.wp-block-image img {margin: 0 auto;}
.logo img {max-height: 50px;}
table{margin-top: 20px;margin-bottom: 20px;border-spacing: 0;width: 100%}
th, td {padding: 15px; border-bottom: 1px solid var(--accent)}
.content-block p,.content-block h2, .content-block h3, .content-block ul, .content-block ol,
.content p,.content h2, .content h3, .content ul, .content ol{margin-top: 1em;margin-bottom: 1em;}
