.elementor-79051 .elementor-element.elementor-element-55683bf{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a369851 */:root {
      --bg-primary: #0a0a0a;
      --bg-secondary: #111111;
      --accent: #ffe100;
      --accent-warm: #e2c374;
      --text-primary: #ffffff;
      --text-muted: #b8b8b8;
      --border-subtle: rgba(255, 255, 255, 0.08);
      --accent-danger: #7f1d1d;
      --font-main: 'Montserrat', sans-serif;
      --radius-card: 20px;
      --radius-btn: 10px;
    }

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

    body {
      font-family: var(--font-main);
      background-color: var(--bg-primary);
      color: var(--text-primary);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    /* Layout System */
    .container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
    }

    .col {
      flex: 1;
      min-width: 280px;
    }

    /* UI Components */
    .btn-outline {
      background: rgba(255, 255, 255, 0.03);
      color: #ffffff;
      border: 1px solid rgba(255, 225, 0, 0.35);
      border-radius: var(--radius-btn);
      padding: 14px 32px;
      font-family: var(--font-main);
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: none;
      transition: border-color 0.2s ease, background 0.2s ease;
      display: inline-block;
      margin-top: 16px;
    }

    .btn-outline:hover {
      border-color: var(--accent);
      background: rgba(255, 225, 0, 0.06);
    }

    .card {
      background: var(--bg-secondary);
      border: 0.94px solid var(--border-subtle);
      border-radius: var(--radius-card);
      padding: 32px;
      transition: border-color 0.25s ease;
      height: 100%;
      text-align: center;
    }

    .card:hover {
      border-color: rgba(255, 225, 0, 0.25);
    }

    .eyebrow {
      display: inline-block;
      font-family: var(--font-main);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--text-muted);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 4px;
      padding: 6px 14px;
      margin-bottom: 24px;
    }

    /* Typography */
    h1,
    h2,
    h3,
    h4 {
      font-family: var(--font-main);
      margin-bottom: 16px;
      line-height: 1.2;
    }

    .text-accent {
      color: var(--accent);
    }

    .text-muted {
      color: var(--text-muted);
    }

    .hero-h1 {
      font-size: clamp(36px, 5vw, 56px);
      font-weight: 900;
      color: var(--text-primary);
      margin-bottom: 16px;
      letter-spacing: -0.02em;
    }

    .section-title {
      font-size: clamp(28px, 4vw, 36px);
      font-weight: 700;
      margin-bottom: 32px;
      text-align: center;
    }

    p {
      font-size: 16px;
      color: var(--text-muted);
      margin-bottom: 20px;
    }

    /* Structural Classes */
    .section-padding {
      padding: 80px 0;
    }

    .section-hero {
      padding: 100px 0 60px;
      text-align: center;
      background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 1)), url('https://estulin.media/wp-content/uploads/2026/06/footer_bg.jpg');
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid var(--border-subtle);
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    @media (max-width: 900px) {
      .grid-3 {
        grid-template-columns: 1fr;
      }
    }

    .icon-wrapper {
      width: 48px;
      height: 48px;
      background: rgba(255, 225, 0, 0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      color: var(--accent);
      font-size: 24px;
      font-weight: bold;
    }

    footer {
      margin-top: auto;
      padding: 60px 0;
      text-align: center;
      border-top: 1px solid var(--border-subtle);
      background: var(--bg-secondary);
    }
    
    
    
.mailpoet_form input[type="text"], .mailpoet_form input[type="email"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 14px 16px;
    color: #ffffff;
    font-family: var(--font-main);
    font-size: 14px;
    margin-bottom: 12px;
    outline: none;
    transition: border-color 0.2s ease;
}    
    
.btn-outline {
  color: #ffffff !important;
}/* End custom CSS */