/*
Theme Name: StydraTech
Theme URI: https://stydratech.com
Author: StydraTech
Author URI: https://stydratech.com
Description: Tema completo StydraTech, institucional + landing LuxTrader, inspirado no DBPLUS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stydratech
*/

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #2a2a2a;
  background-color: #ffffff;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
  color: #111111;
}

h1 {
  font-size: 2.6rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 3rem;
}

p {
  margin-bottom: 1.25rem;
}

header {
    background:#0D1B2A;
    color:#fff;
    padding:20px 50px;
    position: sticky;
    top:0;
    z-index:999;
    display:flex;
    justify-content: space-between;
    align-items: center;

}
header .logo { font-size:28px; font-weight:700; font-family: 'Inter', sans-serif; }
header .logo a { display: flex; align-items: center; color: #fff; text-decoration: none; }
header .logo img { width: 34px; height: 34px; margin-right: 10px; }
nav ul { list-style:none; display:flex; gap:20px; font-family: 'Inter', sans-serif; }
nav ul li a { color: #fff; text-decoration: none; transition: color 0.3s ease; }
nav ul li a:hover { color: #ccc; text-decoration: none; }

.hero {
    position: relative;
    height: 80vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-video {
    position: absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:0;
}
.hero-content { position: relative; z-index:2; color:#fff; }
.hero-content h1 { font-size:48px; margin-bottom:20px; color: #fff !important; }
.hero-content p { font-size:20px; margin-bottom:30px; }

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.premium-intro {
  position: relative;
  padding: 6rem 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  overflow: hidden;
  margin-top: 2rem;
}

.premium-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.premium-text h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #0f172a;
}

.premium-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #475569;
}

.premium-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(45deg, #e2e8f0, #cbd5e1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.image-placeholder span {
  font-size: 1.2rem;
  color: #64748b;
  font-weight: 600;
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
  50% { transform: translate(-50%, -50%) rotate(180deg); }
}

.premium-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
  z-index: 0;
}

.accent-shape {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 50%;
  opacity: 0.1;
  transform: rotate(45deg);
}

section {
  padding: 4rem 1.5rem;
}

.service-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 4rem 1.5rem;
}

.traderdevx-bg {
  background: linear-gradient(135deg, #e0f2fe 0%, #f1f5f9 100%);
}

.stydralife-bg {
  background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%);
}

.service-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  max-width: 1180px;
  width: 100%;
}

.service-text {
  flex: 1;
  text-align: left;
}

.service-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #0f172a;
}

.service-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #475569;
}

.service-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-image svg {
  max-width: 100%;
  height: auto;
}

.container,
.wrap,
.content-area {
  max-width: 1180px;
  margin: 0 auto;
}

.page-content,
.entry-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

button.cta {
    background:#007BFF; color:#fff;
    padding:15px 30px; border:none; cursor:pointer;
    font-size:18px; border-radius:8px;
}

footer {
    background:#0D1B2A; color:#fff; padding:50px; text-align:center;
}

#benefits, #testimonials, #buy-section, #faq { padding:80px 50px; text-align:center; }
#benefits .benefit, #testimonials .testimonial, #faq .faq-item { margin-bottom:40px; }
#benefits .benefit h3, #testimonials .testimonial strong { margin-top:10px; color:#007BFF; }
#buy-section button.cta { font-size:20px; padding:20px 40px; }

@media (max-width: 768px) {
  nav ul { flex-direction:column; gap:10px; }
  .hero-content h1 { font-size:32px; }
  .hero-content p { font-size:16px; }

  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
}





