/*
Theme Name: Pedir Avaliacoes Google
Theme URI: https://avaliacoesgoogle.com/
Author: Seu Nome
Author URI: https://avaliacoesgoogle.com/
Description: Tema premium de landing page para Comprar Avaliações Google. Tema escuro com acentos em verde esmeralda e dourado.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: Proprietary
License URI: https://avaliacoesgoogle.com//license
Text Domain: pedir-avaliacoes-google
Tags: landing-page, dark-theme, premium, business, one-page
*/

/* ==========================================================================
   CSS RESET & BASE STYLES
   ========================================================================== */

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

:root {
    /* Premium Dark Theme */
    --background: hsl(220, 25%, 6%);
    --background-hsl: 220 25% 6%;
    --foreground: hsl(0, 0%, 98%);
    --foreground-hsl: 0 0% 98%;

    --card: hsl(220, 20%, 10%);
    --card-foreground: hsl(0, 0%, 98%);

    --popover: hsl(220, 20%, 10%);
    --popover-foreground: hsl(0, 0%, 98%);

    /* Emerald Primary */
    --primary: hsl(160, 84%, 45%);
    --primary-hsl: 160 84% 45%;
    --primary-foreground: hsl(220, 25%, 6%);

    /* Subtle surfaces */
    --secondary: hsl(220, 20%, 14%);
    --secondary-foreground: hsl(0, 0%, 90%);

    --muted: hsl(220, 15%, 18%);
    --muted-foreground: hsl(220, 10%, 55%);

    /* Gold Accent */
    --accent: hsl(45, 100%, 55%);
    --accent-foreground: hsl(45, 100%, 10%);

    --destructive: hsl(0, 84%, 60%);
    --destructive-foreground: hsl(0, 0%, 100%);

    --border: hsl(220, 15%, 18%);
    --input: hsl(220, 15%, 18%);
    --ring: hsl(160, 84%, 45%);

    --radius: 1rem;

    /* Premium Gradients */
    --gradient-primary: linear-gradient(135deg, hsl(160, 84%, 45%) 0%, hsl(170, 70%, 40%) 100%);
    --gradient-dark: linear-gradient(180deg, hsl(220, 25%, 6%) 0%, hsl(220, 20%, 10%) 100%);
    --gradient-card: linear-gradient(145deg, hsl(220, 20%, 12%) 0%, hsl(220, 20%, 8%) 100%);
    --gradient-gold: linear-gradient(135deg, hsl(45, 100%, 55%) 0%, hsl(35, 100%, 50%) 100%);

    /* Glows */
    --glow-primary: 0 0 60px hsla(160, 84%, 45%, 0.3);
    --glow-gold: 0 0 40px hsla(45, 100%, 55%, 0.25);

    --star-color: hsl(45, 100%, 55%);
    --whatsapp: hsl(142, 70%, 45%);
    
    /* Gold solid */
    --gold-solid: #D4AF37;
    --gold-light: #E5C453;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--background);
    color: var(--foreground);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--foreground);
    line-height: 1.1;
}

a {
    color: inherit;
    text-decoration: none;
}

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

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

/* ==========================================================================
   LAYOUT & CONTAINERS
   ========================================================================== */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-sm {
    max-width: 768px;
}

.container-md {
    max-width: 896px;
}

.container-lg {
    max-width: 1024px;
}

/* ==========================================================================
   PREMIUM COMPONENT STYLES
   ========================================================================== */

/* Section Backgrounds */
.section-dark {
    background: var(--gradient-dark);
}

.section-card {
    background: hsla(220, 20%, 14%, 0.5);
}

/* Glass Morphism */
.glass {
    background: hsla(220, 20%, 10%, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid hsla(220, 15%, 20%, 0.5);
}

.glass-light {
    background: hsla(0, 0%, 100%, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
}

/* Premium Cards */
.premium-card {
    background: var(--gradient-card);
    border-radius: 1rem;
    border: 1px solid hsla(220, 15%, 18%, 0.5);
    transition: all 0.5s ease;
}

.premium-card:hover {
    border-color: hsla(160, 84%, 45%, 0.3);
    box-shadow: var(--glow-primary);
    transform: translateY(-4px);
}

/* Package Cards */
.package-card {
    background: var(--gradient-card);
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid hsla(220, 15%, 18%, 0.5);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.package-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, hsla(160, 84%, 45%, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

.package-card:hover {
    border-color: hsla(160, 84%, 45%, 0.3);
    transform: translateY(-8px);
    box-shadow: var(--glow-primary);
}

.package-featured {
    background: var(--gradient-primary);
    border-radius: 1.5rem;
    padding: 2rem;
    position: relative;
    overflow: visible;
    box-shadow: var(--glow-primary);
    transform: scale(1.05);
}

.package-featured::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1) 0%, transparent 50%);
    pointer-events: none;
    border-radius: 1.5rem;
}

/* CTA Buttons */
.cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--gradient-primary);
    color: var(--primary-foreground);
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px hsla(160, 84%, 45%, 0.4);
    font-size: 1rem;
}

.cta-whatsapp:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 30px hsla(160, 84%, 45%, 0.5);
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--secondary);
    color: var(--secondary-foreground);
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 9999px;
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: hsla(220, 20%, 14%, 0.8);
    border-color: hsla(160, 84%, 45%, 0.5);
}

/* Star Rating */
.star-gold {
    color: var(--star-color);
    filter: drop-shadow(0 0 4px hsla(45, 100%, 55%, 0.5));
}

/* Badges */
.badge-gold {
    background: var(--gradient-gold);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    color: hsl(220, 25%, 10%);
    box-shadow: var(--glow-gold);
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.badge-primary {
    background: hsla(160, 84%, 45%, 0.2);
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid hsla(160, 84%, 45%, 0.3);
}

/* Section Headers */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: hsla(160, 84%, 45%, 0.1);
    border: 1px solid hsla(160, 84%, 45%, 0.2);
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 3rem;
    }
}

.section-subtitle {
    color: var(--muted-foreground);
    font-size: 1.125rem;
    max-width: 42rem;
    margin: 0 auto;
}

/* Benefit Icons */
.benefit-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsla(160, 84%, 45%, 0.15) 0%, hsla(160, 84%, 45%, 0.05) 100%);
    border: 1px solid hsla(160, 84%, 45%, 0.2);
}

.benefit-icon svg {
    color: var(--primary);
}

/* Video Card */
.video-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: var(--secondary);
    cursor: pointer;
    aspect-ratio: 9/16;
}

.video-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, hsla(220, 25%, 6%, 0.9) 100%);
    pointer-events: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    background: hsla(160, 84%, 45%, 0.9);
    box-shadow: 0 0 30px hsla(160, 84%, 45%, 0.5);
}

.video-card:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 50px hsla(160, 84%, 45%, 0.7);
}

/* WhatsApp Screenshot Cards */
.whatsapp-screenshot {
    border-radius: 1rem;
    overflow: hidden;
    background: var(--secondary);
    border: 1px solid hsla(220, 15%, 18%, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-screenshot:hover {
    border-color: hsla(160, 84%, 45%, 0.3);
    transform: translateY(-4px) rotate(1deg);
    box-shadow: var(--glow-primary);
}

/* Price Display */
.price-tag {
    font-size: 2.5rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .price-tag {
        font-size: 3rem;
    }
}

/* Decorative Lines */
.gradient-line {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, hsla(160, 84%, 45%, 0.5) 50%, transparent 100%);
}

/* Text Gradient */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-gold {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px hsla(160, 84%, 45%, 0.3); }
    50% { box-shadow: 0 0 40px hsla(160, 84%, 45%, 0.5); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0) translateX(-50%); }
    50% { transform: translateY(10px) translateX(-50%); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes count-up {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-pulse-glow {
    animation: pulse-glow 2s ease-in-out infinite;
}

.animate-bounce {
    animation: bounce 2s ease-in-out infinite;
}

.animate-pulse {
    animation: pulse 1s ease-in-out infinite;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.text-balance {
    text-wrap: balance;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.75rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }

.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-16 { margin-top: 4rem; }

.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }

.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }

@media (min-width: 768px) {
    .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
    .md\:text-6xl { font-size: 3.75rem; }
    .md\:text-5xl { font-size: 3rem; }
    .md\:text-4xl { font-size: 2.25rem; }
    .md\:text-xl { font-size: 1.25rem; }
}

@media (min-width: 1024px) {
    .lg\:text-7xl { font-size: 4.5rem; }
}

.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }

.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }

.items-center { align-items: center; }
.items-start { align-items: start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }

.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }

.z-10 { z-index: 10; }
.z-20 { z-index: 20; }

.overflow-hidden { overflow: hidden; }
.overflow-visible { overflow: visible; }

.opacity-70 { opacity: 0.7; }

.w-full { width: 100%; }
.h-px { height: 1px; }

.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }

.mx-auto { margin-left: auto; margin-right: auto; }

.line-through { text-decoration: line-through; }

.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

.tracking-wider { letter-spacing: 0.05em; }
.uppercase { text-transform: uppercase; }
.whitespace-nowrap { white-space: nowrap; }

/* Responsive Grid */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (min-width: 640px) {
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:flex-row { flex-direction: row; }
    .md\:block { display: block; }
    .md\:text-left { text-align: left; }
    .md\:text-right { text-align: right; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:gap-8 { gap: 2rem; }
}

/* Color utilities */
.text-foreground { color: var(--foreground); }
.text-primary { color: var(--primary); }
.text-muted-foreground { color: var(--muted-foreground); }
.text-destructive { color: var(--destructive); }
.text-white { color: white; }

.bg-background { background-color: var(--background); }
.bg-secondary { background-color: var(--secondary); }
.bg-primary { background-color: var(--primary); }

.border-border { border-color: var(--border); }
