* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
    color: #111111;
    background: #ffffff;
    line-height: 1.6;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  .container {
    width: min(1120px, 92%);
    margin: 0 auto;
  }
  
  /* Header */
  
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #eeeeee;
    backdrop-filter: blur(12px);
  }
  
  .header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  
  .logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
  }
  
  .logo-mark {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #ffcc00;
    color: #111111;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 10px 24px rgba(255, 204, 0, 0.32);
  }
  
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  
  .logo-text span {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.05em;
  }
  
  .logo-text small {
    margin-top: 5px;
    color: #666666;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
  
  .nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 15px;
    font-weight: 600;
  }
  
  .nav a {
    color: #333333;
  }
  
  .nav a:hover {
    color: #000000;
  }
  
  .language-link {
    padding: 8px 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff !important;
  }
  
  /* Hero */
  
  .hero {
    padding: 90px 0;
    background:
      radial-gradient(circle at top right, rgba(255, 204, 0, 0.28), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f6f6f6 100%);
  }
  
  .hero-inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 56px;
  }
  
  .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #c59100;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  
  h1,
  h2,
  h3 {
    line-height: 1.12;
    letter-spacing: -0.04em;
  }
  
  h1 {
    max-width: 760px;
    font-size: clamp(42px, 7vw, 74px);
    margin-bottom: 24px;
  }
  
  h2 {
    font-size: clamp(32px, 4.5vw, 52px);
    margin-bottom: 18px;
  }
  
  h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  
  .hero-text {
    max-width: 650px;
    font-size: 21px;
    color: #444444;
    margin-bottom: 34px;
  }
  
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
  }
  
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
  
  .button:hover {
    transform: translateY(-2px);
  }
  
  .button-primary {
    background: #ffcc00;
    color: #111111;
    box-shadow: 0 12px 28px rgba(255, 204, 0, 0.34);
  }
  
  .button-primary:hover {
    background: #f3bd00;
  }
  
  .button-secondary {
    background: #111111;
    color: #ffffff;
  }
  
  .button-secondary:hover {
    background: #333333;
  }
  
  .trust-line {
    color: #555555;
    font-weight: 700;
  }
  
  .hero-card {
    background: #111111;
    color: #ffffff;
    border-radius: 32px;
    padding: 38px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  }
  
  .hero-card h2 {
    font-size: 34px;
  }
  
  .hero-card p {
    color: #dddddd;
    margin-bottom: 24px;
  }
  
  .hero-card ul {
    list-style: none;
    display: grid;
    gap: 14px;
  }
  
  .hero-card li {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
  }
  
  .hero-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffcc00;
  }
  
  /* Sections */
  
  .section {
    padding: 90px 0;
  }
  
  .section-light {
    background: #f7f7f7;
  }
  
  .section-dark {
    background: #111111;
    color: #ffffff;
  }
  
  .section-heading {
    max-width: 820px;
    margin-bottom: 46px;
  }
  
  .section-heading p {
    font-size: 18px;
    color: #555555;
  }
  
  .section-dark .section-heading p {
    color: #d7d7d7;
  }
  
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  
  .three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
  }
  
  .section-light .card {
    background: #ffffff;
  }
  
  .card p {
    color: #555555;
  }
  
  .split-section {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
    gap: 60px;
  }
  
  .split-section > div > p {
    font-size: 18px;
    color: #555555;
  }
  
  .feature-list {
    display: grid;
    gap: 14px;
  }
  
  .feature-item {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 22px 24px;
    font-size: 18px;
    font-weight: 800;
  }
  
  /* Steps */
  
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .step {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    padding: 28px;
  }
  
  .step span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #ffcc00;
    color: #111111;
    font-weight: 900;
  }
  
  .step p {
    color: #d7d7d7;
  }
  
  /* Requirements */
  
  .requirements-list {
    display: grid;
    gap: 14px;
    list-style: none;
  }
  
  .requirements-list li {
    position: relative;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 20px 22px 20px 54px;
    font-weight: 700;
  }
  
  .requirements-list li::before {
    content: "✓";
    position: absolute;
    left: 22px;
    top: 20px;
    color: #c59100;
    font-weight: 900;
  }
  
  /* Contacts */
  
  .contact-section {
    background:
      radial-gradient(circle at top left, rgba(255, 204, 0, 0.28), transparent 30%),
      #f7f7f7;
  }
  
  .contact-box {
    max-width: 900px;
    text-align: center;
    background: #ffffff;
    border-radius: 34px;
    padding: 56px 34px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  }
  
  .contact-box p {
    max-width: 640px;
    margin: 0 auto 28px;
    color: #555555;
    font-size: 18px;
  }
  
  .contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
  }
  
  .contact-note {
    margin-top: 28px !important;
    font-size: 14px !important;
    color: #777777 !important;
  }
  
  /* Footer */
  
  .site-footer {
    background: #111111;
    color: #ffffff;
    padding: 30px 0;
  }
  
  .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  
  .footer-links {
    display: flex;
    gap: 22px;
  }
  
  .footer-links a {
    color: #d7d7d7;
  }
  
  .footer-links a:hover {
    color: #ffcc00;
  }
  
  /* Mobile */
  
  @media (max-width: 900px) {
    .header-inner {
      min-height: auto;
      padding: 18px 0;
      align-items: flex-start;
      flex-direction: column;
    }
  
    .nav {
      width: 100%;
      gap: 14px;
      overflow-x: auto;
      padding-bottom: 4px;
      font-size: 14px;
    }
  
    .hero {
      padding: 58px 0;
    }
  
    .hero-inner,
    .split-section {
      grid-template-columns: 1fr;
      gap: 34px;
    }
  
    .cards-grid,
    .three-columns,
    .steps {
      grid-template-columns: 1fr;
    }
  
    .section {
      padding: 64px 0;
    }
  
    .hero-card {
      padding: 30px;
    }
  
    .footer-inner {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  
  @media (max-width: 520px) {
    .container {
      width: min(100% - 28px, 1120px);
    }
  
    h1 {
      font-size: 42px;
    }
  
    h2 {
      font-size: 32px;
    }
  
    .hero-text {
      font-size: 18px;
    }
  
    .button {
      width: 100%;
    }
  
    .contact-box {
      padding: 38px 22px;
    }
  }/* Legal pages */

.legal-page {
    background: #f7f7f7;
  }
  
  .legal-content {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 30px;
    padding: 56px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  }
  
  .legal-content h1 {
    font-size: clamp(40px, 6vw, 64px);
    margin-bottom: 34px;
  }
  
  .legal-content h2 {
    font-size: 26px;
    margin-top: 34px;
    margin-bottom: 12px;
  }
  
  .legal-content p {
    color: #444444;
    font-size: 17px;
    margin-bottom: 18px;
  }
  
  .legal-note {
    margin-top: 36px;
    padding: 22px;
    border-radius: 20px;
    background: #fff7d6;
    color: #111111;
    font-size: 15px;
  }
  
  @media (max-width: 520px) {
    .legal-content {
      padding: 34px 22px;
    }
  }.legal-list {
    margin: 10px 0 24px 22px;
    color: #444444;
    font-size: 17px;
  }
  
  .legal-list li {
    margin-bottom: 8px;
  }/* Mobile fixed CTA */

.mobile-cta {
    display: none;
  }
  
  @media (max-width: 700px) {
    body {
      padding-bottom: 86px;
    }
  
    .mobile-cta {
      position: fixed;
      left: 16px;
      right: 16px;
      bottom: 16px;
      z-index: 999;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      border-radius: 999px;
      background: #ffcc00;
      color: #111111;
      font-size: 17px;
      font-weight: 900;
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    }
  
    .mobile-cta:hover {
      background: #f3bd00;
    }
  }