/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }/* Main Styles */
:root {
    /* Color palette */
    --color-primary: #00AB84;
    --color-primary-dark: #008f6e;
    --color-primary-light: #33beA0;
    --color-secondary: #121212;
    --color-accent: #f5a700;
    --color-success: #4BB543;
    --color-warning: #FFCC00;
    --color-error: #E74C3C;
    --color-gray-100: #f8f9fa;
    --color-gray-200: #e9ecef;
    --color-gray-300: #dee2e6;
    --color-gray-400: #ced4da;
    --color-gray-500: #adb5bd;
    --color-gray-600: #6c757d;
    --color-gray-700: #495057;
    --color-gray-800: #343a40;
    --color-gray-900: #212529;
    --color-white: #ffffff;
    
    /* Typography */
    --font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --font-size-base: 16px;
    --line-height-body: 1.5;
    --line-height-heading: 1.2;
    
    /* Spacing */
    --spacing-1: 8px;
    --spacing-2: 16px;
    --spacing-3: 24px;
    --spacing-4: 32px;
    --spacing-5: 48px;
    --spacing-6: 64px;
    --spacing-7: 80px;
    --spacing-8: 96px;
    
    /* Border radius */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 16px;
    
    /* Container width */
    --container-max-width: 1200px;
    --container-padding: var(--spacing-2);
    
    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-normal: 300ms ease;
    --transition-slow: 500ms ease;
    
    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    
    /* Z-index layers */
    --z-index-dropdown: 100;
    --z-index-sticky: 200;
    --z-index-fixed: 300;
    --z-index-modal: 400;
    --z-index-popover: 500;
    --z-index-toast: 600;
  }
  
  /* Base styles */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    font-size: var(--font-size-base);
    scroll-behavior: smooth;
  }
  
  body {
    font-family: var(--font-family);
    line-height: var(--line-height-body);
    color: var(--color-secondary);
    background-color: var(--color-white);
    overflow-x: hidden;
  }
  
  /* Container */
  .container {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
  }
  
  /* Typography */
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: var(--spacing-2);
    line-height: var(--line-height-heading);
    font-weight: 700;
    color: var(--color-secondary);
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  h4 {
    font-size: 1.25rem;
  }
  
  h5 {
    font-size: 1.125rem;
  }
  
  h6 {
    font-size: 1rem;
  }
  
  p {
    margin-bottom: var(--spacing-2);
  }
  
  a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
  }
  
  a:hover {
    color: var(--color-primary-dark);
  }
  
  .section-title {
    margin-bottom: var(--spacing-4);
    text-align: center;
  }
  
  /* Buttons */
  .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: var(--border-radius-md);
    transition: all var(--transition-normal);
    cursor: pointer;
    white-space: nowrap;
    border: none;
  }
  
  .btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  
  .btn-primary:hover {
    background-color: var(--color-primary-dark);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
  }
  
  .btn-secondary {
    background-color: var(--color-gray-100);
    color: var(--color-secondary);
    border: 1px solid var(--color-gray-300);
  }
  
  .btn-secondary:hover {
    background-color: var(--color-gray-200);
    color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
  }
  
  /* Links */
  .text-link {
    color: var(--color-primary);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: all var(--transition-fast);
  }
  
  .text-link:hover {
    color: var(--color-primary-dark);
    gap: 0.5rem;
  }
  
  /* Highlight */
  .highlight {
    position: relative;
    display: inline;
  }
  
  .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background-color: var(--color-primary);
    border-radius: 2px;
  }
  
  /* Utility Classes */
  .text-center {
    text-align: center;
  }
  
  /* Responsive utilities */
  @media (max-width: 768px) {
    h1 {
      font-size: 2rem;
    }
    
    h2 {
      font-size: 1.75rem;
    }
    
    h3 {
      font-size: 1.25rem;
    }
  }/* Header Styles */

/* Notification Bar */
.notification-bar {
    background-color: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    padding: 10px;
    font-size: 0.875rem;
  }
  
  .notification-link {
    color: var(--color-white);
    font-weight: 700;
    text-decoration: underline;
  }
  
  .notification-link:hover {
    color: var(--color-gray-100);
  }
  
  /* Header */
  .site-header {
    background-color: var(--color-white);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: var(--z-index-sticky);
  }
  
  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  
  /* Logo */
  .logo {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .logo:hover {
    color: var(--color-primary);
  }
  
  /* Navigation */
  .main-nav {
    display: flex;
    gap: var(--spacing-3);
  }
  
  .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-gray-700);
    font-weight: 500;
    transition: color var(--transition-fast);
  }
  
  .nav-item:hover {
    color: var(--color-primary);
  }
  
  .has-dropdown {
    cursor: pointer;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: var(--color-white);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
    padding: var(--spacing-2);
    display: none;
    flex-direction: column;
    gap: var(--spacing-1);
    z-index: var(--z-index-dropdown);
  }
  
  .dropdown-menu a {
    color: var(--color-gray-700);
    padding: 8px 12px;
    border-radius: var(--border-radius-sm);
    transition: all var(--transition-fast);
  }
  
  .dropdown-menu a:hover {
    background-color: var(--color-gray-100);
    color: var(--color-primary);
  }
  
  .has-dropdown:hover .dropdown-menu {
    display: flex;
    animation: fadeIn 0.2s ease;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* Header Actions */
  .header-actions {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
  }
  
  .currency-selector, .cart {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-gray-700);
    font-weight: 500;
    cursor: pointer;
    transition: color var(--transition-fast);
  }
  
  .currency-selector:hover, .cart:hover {
    color: var(--color-primary);
  }
  
  .cart {
    position: relative;
  }
  
  .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 0.75rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Mobile Menu Toggle */
  .mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--color-gray-700);
    font-size: 1.25rem;
    cursor: pointer;
  }
  
  /* Responsive Styling */
  @media (max-width: 992px) {
    .main-nav {
      gap: var(--spacing-2);
    }
    
    .header-actions .btn {
      padding: 0.5rem 1rem;
    }
  }
  
  @media (max-width: 768px) {
    .main-nav, .header-actions {
      display: none;
    }
    
    .mobile-menu-toggle {
      display: block;
    }
  }/* Hero Section Styles */
.hero-section {
    padding: var(--spacing-6) 0;
    background-color: var(--color-gray-100);
    position: relative;
  }
  
  .hero-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  
  .hero-content h1 {
    margin-bottom: var(--spacing-3);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
  }
  
  .hero-content p {
    margin-bottom: var(--spacing-4);
    font-size: 1.25rem;
    color: var(--color-gray-700);
  }
  
  .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--spacing-2);
    margin-top: var(--spacing-3);
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
    .hero-section {
      padding: var(--spacing-4) 0;
    }
    
    .hero-content h1 {
      font-size: 2.25rem;
    }
    
    .hero-content p {
      font-size: 1rem;
    }
    
    .hero-buttons {
      flex-direction: column;
      align-items: center;
    }
    
    .hero-buttons .btn, .hero-buttons .text-link {
      width: 100%;
      max-width: 320px;
      text-align: center;
      justify-content: center;
    }
  }/* Steps Section Styles */
.steps-section {
    padding: var(--spacing-6) 0;
    background-color: var(--color-white);
  }
  
  .steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-3);
    margin-top: var(--spacing-4);
  }
  
  .step-card {
    background-color: var(--color-gray-100);
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-3);
    display: flex;
    gap: var(--spacing-3);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
  }
  
  .step-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  .step-number {
    width: 48px;
    height: 48px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
  }
  
  .step-content {
    display: flex;
    flex-direction: column;
  }
  
  .step-content h3 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-1);
  }
  
  .step-content p {
    color: var(--color-gray-700);
    font-size: 0.95rem;
    margin-bottom: 0;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
    .steps-section {
      padding: var(--spacing-4) 0;
    }
    
    .steps-container {
      grid-template-columns: 1fr;
      gap: var(--spacing-2);
    }
  }/* Expert Section Styles */
.expert-section {
    padding: var(--spacing-6) 0;
    background-color: var(--color-gray-100);
  }
  
  .expert-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-4);
    align-items: center;
    margin-top: var(--spacing-4);
  }
  
  .expert-image {
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
  }
  
  .expert-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform var(--transition-slow);
  }
  
  .expert-image:hover img {
    transform: scale(1.03);
  }
  
  .expert-content {
    display: flex;
    flex-direction: column;
  }
  
  .expert-content h2 {
    margin-bottom: var(--spacing-3);
    font-size: 2.25rem;
  }
  
  .expert-features {
    list-style: none;
    margin-bottom: var(--spacing-3);
  }
  
  .expert-features li {
    display: flex;
    align-items: center;
    gap: var(--spacing-1);
    margin-bottom: var(--spacing-2);
    color: var(--color-gray-800);
  }
  
  .expert-features i {
    color: var(--color-primary);
    font-size: 1.25rem;
  }
  
  .expert-note {
    margin-top: var(--spacing-2);
    font-size: 0.875rem;
    color: var(--color-gray-600);
    font-style: italic;
  }
  
  /* Responsive Styling */
  @media (max-width: 992px) {
    .expert-container {
      grid-template-columns: 1fr;
      gap: var(--spacing-3);
    }
    
    .expert-image {
      order: 1;
    }
    
    .expert-content {
      order: 2;
      text-align: center;
    }
    
    .expert-features li {
      justify-content: center;
    }
  }
  
  @media (max-width: 768px) {
    .expert-section {
      padding: var(--spacing-4) 0;
    }
    
    .expert-content h2 {
      font-size: 1.75rem;
    }
    
    .expert-content .btn {
      width: 100%;
    }
  }/* Footer Styles */
.site-footer {
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: var(--spacing-6) 0 var(--spacing-3);
  }
  
  .footer-main {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: var(--spacing-4);
    padding-bottom: var(--spacing-4);
    border-bottom: 1px solid var(--color-gray-700);
    margin-bottom: var(--spacing-3);
  }
  
  .footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
  }
  
  .footer-logo p {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-gray-400);
    margin-bottom: 0;
  }
  
  .footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-3);
  }
  
  .footer-column {
    display: flex;
    flex-direction: column;
  }
  
  .footer-column h4 {
    font-size: 1rem;
    color: var(--color-white);
    margin-bottom: var(--spacing-2);
  }
  
  .footer-column a {
    color: var(--color-gray-400);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    transition: color var(--transition-fast);
  }
  
  .footer-column a:hover {
    color: var(--color-primary);
  }
  
  .footer-social {
    display: flex;
    justify-content: center;
    gap: var(--spacing-2);
    margin-bottom: var(--spacing-3);
  }
  
  .footer-social a {
    color: var(--color-gray-400);
    font-size: 1.25rem;
    transition: all var(--transition-fast);
  }
  
  .footer-social a:hover {
    color: var(--color-primary);
    transform: translateY(-3px);
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--spacing-2);
    font-size: 0.75rem;
    color: var(--color-gray-500);
  }
  
  .cookie-settings a {
    color: var(--color-gray-500);
    text-decoration: underline;
  }
  
  .cookie-settings a:hover {
    color: var(--color-primary);
  }
  
  /* Responsive Styling */
  @media (max-width: 992px) {
    .footer-main {
      grid-template-columns: 1fr;
      gap: var(--spacing-3);
    }
    
    .footer-logo {
      margin-bottom: var(--spacing-3);
      align-items: center;
      text-align: center;
    }
  }
  
  @media (max-width: 768px) {
    .site-footer {
      padding: var(--spacing-4) 0 var(--spacing-2);
    }
    
    .footer-links {
      grid-template-columns: 1fr;
      gap: var(--spacing-3);
    }
    
    .footer-column {
      text-align: center;
      margin-bottom: var(--spacing-3);
    }
    
    .footer-column h4 {
      margin-bottom: var(--spacing-1);
    }
    
    .footer-bottom {
      flex-direction: column;
      gap: var(--spacing-1);
      text-align: center;
    }
  }