/*!
 * Porto v6.0.0 (https://www.okler.net/forums/porto/)
 * Copyright 2023 Okler Themes (https://www.okler.net)
 * Licensed under MIT (https://github.com/okler/porto/blob/master/LICENSE)
 */

/*!
 * Bootstrap v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*!
 * Simple Line Icons v2.5.5 (https://simplelineicons.github.io/)
 * Copyright 2016-2020 The Simple Line Icons Authors
 * Licensed under MIT (https://github.com/simplelineicons/Simple-Line-Icons/blob/master/LICENSE)
 */

/*!
 * Animate.css v4.1.1 (https://animate.style/)
 * Copyright (c) 2020 Animate.css
 * Licensed under MIT (https://github.com/animate-css/animate.css/blob/main/LICENSE)
 */

/*!
 * Owl Carousel v2.3.4 (https://owlcarousel2.github.io/OwlCarousel2/)
 * Copyright 2013-2018 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

/*!
 * Magnific Popup v1.1.0 (http://dimsemenov.com/plugins/magnific-popup/)
 * Copyright 2013-2016 Dmitry Semenov
 * Licensed under MIT (https://github.com/dimsemenov/Magnific-Popup/blob/master/LICENSE)
 */

/*!
 * Revolution Slider v6.6.0 (https://revolution.themepunch.com/)
 * Copyright 2011-2023 ThemePunch
 * Licensed under GPL (https://www.gnu.org/licenses/gpl-3.0.html)
 */

/*!
 * Porto Theme Custom Styles
 * Customized for Snap Chaos Solved with Emma's Intelligence
 */

/* ==========================================================================
   Base Styles
   ========================================================================== */

:root {
  --bs-blue: #007aff;
  --bs-indigo: #5856d6;
  --bs-purple: #af52de;
  --bs-pink: #ff2d92;
  --bs-red: #ff3b30;
  --bs-orange: #ff9500;
  --bs-yellow: #ffcc00;
  --bs-green: #34c759;
  --bs-teal: #5ac8fa;
  --bs-cyan: #55bef0;
  --bs-white: #fff;
  --bs-gray: #86868b;
  --bs-gray-dark: #343a40;
  --bs-primary: #007aff;
  --bs-secondary: #6c757d;
  --bs-success: #34c759;
  --bs-info: #5ac8fa;
  --bs-warning: #ff9500;
  --bs-danger: #ff3b30;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* ==========================================================================
   Layout Components
   ========================================================================== */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto,
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto,
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto,
.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto,
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
}

.btn-primary {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0056cc;
  border-color: #0056cc;
}

.btn-modern {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   Forms
   ========================================================================== */

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group-lg > .form-control {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* ==========================================================================
   Utilities
   ========================================================================== */

.text-center { text-align: center !important; }
.text-start { text-align: left !important; }
.text-end { text-align: right !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-inline-block { display: inline-block !important; }

.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }

.align-items-center { align-items: center !important; }

.flex-wrap { flex-wrap: wrap !important; }

.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }

.w-100 { width: 100% !important; }
.h-auto { height: auto !important; }

.border { border: 1px solid #dee2e6 !important; }
.border-top-0 { border-top: 0 !important; }
.border-end-0 { border-right: 0 !important; }
.border-start-0 { border-left: 0 !important; }

.rounded { border-radius: 0.375rem !important; }

.shadow { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.text-decoration-none { text-decoration: none !important; }

/* ==========================================================================
   Emma's Custom Styles
   ========================================================================== */

.emma-gradient {
  background: linear-gradient(135deg, #007aff 0%, #34c759 50%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.emma-intelligence-badge {
  background: linear-gradient(135deg, #007aff 0%, #0056cc 100%);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  margin: 1rem 0;
  box-shadow: 0 4px 15px rgba(0,122,255,0.3);
}

.emma-viral-preview {
  background: linear-gradient(135deg, rgba(0,122,255,0.1) 0%, rgba(52,199,89,0.1) 100%);
  border: 2px solid rgba(0,122,255,0.2);
  border-radius: 20px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}

.emma-countdown {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  margin: 2rem 0;
}

.emma-countdown-item {
  text-align: center;
  padding: 1rem;
}

.emma-countdown-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007aff;
  display: block;
}

.emma-countdown-label {
  font-size: 0.9rem;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.emma-features {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin: 2rem 0;
}

.emma-feature-item {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(0,122,255,0.05);
}

.emma-feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #007aff 0%, #34c759 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  margin-right: 1rem;
}

.emma-social-preview {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.emma-social-btn {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.emma-social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.emma-social-btn.instagram {
  border-color: #e4405f;
  color: #e4405f;
}

.emma-social-btn.instagram:hover {
  background: #e4405f;
  color: white;
}

.emma-social-btn.facebook {
  border-color: #1877f2;
  color: #1877f2;
}

.emma-social-btn.facebook:hover {
  background: #1877f2;
  color: white;
}

.emma-social-btn.twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}

.emma-social-btn.twitter:hover {
  background: #1da1f2;
  color: white;
}

.emma-social-btn.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}

.emma-social-btn.linkedin:hover {
  background: #0077b5;
  color: white;
}

.emma-bonus-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff9500;
  color: white;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-weight: 700;
}

.emma-newsletter {
  background: linear-gradient(135deg, rgba(0,122,255,0.1) 0%, rgba(52,199,89,0.1) 100%);
  border: 2px solid rgba(0,122,255,0.2);
  border-radius: 20px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}

.emma-folder-structure {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin: 2rem 0;
}

.emma-folder-item {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(0,122,255,0.05);
  transition: all 0.3s ease;
}

.emma-folder-item:hover {
  background: rgba(0,122,255,0.1);
  transform: translateX(5px);
}

.emma-folder-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #007aff 0%, #34c759 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  margin-right: 1rem;
}

@keyframes emmaPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.emma-pulse {
  animation: emmaPulse 2s ease-in-out infinite;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
  .emma-social-preview {
    flex-direction: column;
    align-items: center;
  }
  
  .emma-social-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .emma-countdown-number {
    font-size: 2rem;
  }
  
  .emma-feature-item {
    flex-direction: column;
    text-align: center;
  }
  
  .emma-feature-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* ==========================================================================
   Coming Soon Specific Styles
   ========================================================================== */

.coming-soon {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}

.header-social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.header-social-icons a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-social-icons a:hover {
  color: #007aff;
}

.footer-ribbon {
  background: #007aff;
  color: white;
  padding: 0.5rem 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.footer-ribbon::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #007aff;
}

.progress {
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #007aff;
  transition: width 0.6s ease;
}

.progress-label {
  margin-bottom: 0.5rem;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* ==========================================================================
   Text Utilities
   ========================================================================== */

.text-1 { font-size: 0.875rem; }
.text-2 { font-size: 1rem; }
.text-3 { font-size: 1.125rem; }
.text-4 { font-size: 1.25rem; }
.text-5 { font-size: 1.5rem; }
.text-6 { font-size: 2rem; }
.text-7 { font-size: 2.5rem; }

.font-weight-normal { font-weight: 400; }
.font-weight-extra-bold { font-weight: 800; }

.text-dark { color: #212529 !important; }
.text-color-light { color: #6c757d !important; }

/* ==========================================================================
   List Styles
   ========================================================================== */

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-icons-sm li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.list-icons-sm li i {
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 0.875rem;
}

.link-hover-style-1 {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-hover-style-1:hover {
  color: #007aff;
}

/* ==========================================================================
   Button Styles
   ========================================================================== */

.btn-flat {
  background: transparent;
  border: none;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-flat:hover {
  color: #007aff;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

/* ==========================================================================
   Animation Classes
   ========================================================================== */

[data-appear-progress-animation] {
  width: 0;
}

[data-appear-animation-delay] {
  animation-delay: attr(data-appear-animation-delay);
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .emma-social-btn,
  .emma-newsletter,
  .header-social-icons {
    display: none !important;
  }
} 