/*
 MAQMETA Ltd.
 https://maqmeta.com
*/

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    background-color: #0f1115;
    color: #e6e6e6;
    line-height: 1.6;
}

/* ========== LAYOUT ========== */
.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 80px 0;
}

h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    color: #b5b5b5;
    max-width: 700px;
    margin-bottom: 30px;
}

.note {
    margin-top: 20px;
    color: #9a9a9a;
    font-size: 14px;
}

/* ========== HEADER ========== */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
}

.logo {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

nav a {
    color: #cfcfcf;
    text-decoration: none;
    margin-left: 25px;
    font-size: 14px;
    transition: opacity 0.2s ease;
}

nav a:hover {
    opacity: 0.7;
}

/* ========== HERO ========== */
.hero {
    padding: 100px 0 60px 0;
}

.cta-group {
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn.primary {
    background-color: #ffffff;
    color: #000000;
}

.btn.primary:hover {
    background-color: #dcdcdc;
}

.btn.secondary {
    border: 1px solid #444;
    color: #e6e6e6;
}

.btn.secondary:hover {
    background-color: #1b1e24;
}

/* ========== TRUST STRIP ========== */
.trust {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 0;
    border-top: 1px solid #1f2229;
    border-bottom: 1px solid #1f2229;
}

.trust-item {
    flex: 1;
    font-size: 14px;
    color: #9f9f9f;
}

/* ========== LISTS ========== */
ul {
    list-style: disc;
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

/* ========== CONTACT FORM ========== */
form {
    max-width: 600px;
    margin-top: 30px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #bfbfbf;
}

input,
textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #2a2f38;
    background-color: #161a21;
    color: #e6e6e6;
    font-size: 14px;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #555;
}

.form-response {
    margin-top: 20px;
    font-size: 14px;
}

/* ========== FOOTER ========== */
.footer {
    background-color: #0b0d11;
    border-top: 1px solid #1f2229;
    margin-top: 80px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
}

.footer-tagline {
    font-size: 13px;
    color: #8f8f8f;
    margin-top: 6px;
}

.footer-nav a {
    margin-left: 20px;
    font-size: 13px;
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    font-size: 12px;
    color: #7a7a7a;
    border-top: 1px solid #1f2229;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .trust {
        flex-direction: column;
    }

    .footer-inner {
        flex-direction: column;
        gap: 20px;
    }

    nav a {
        margin-left: 15px;
    }

    h1 {
        font-size: 32px;
    }
}

nav a.active {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}


.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: center;
}
.hero-grid > * {
  min-width: 0;
}
.hero-media {
  border: 0px solid #1f2229;
  background: #0b0d11;
  border-radius: 14px;
  padding: 18px;
}

.hero-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.hero-content h1 {
  margin: 0 0 12px 0;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 20px;
  margin: 0 0 14px 0;
  color: #e6e6e6;
}

.hero-desc {
  margin: 0 0 18px 0;
  color: #b0b0b0;
  max-width: 60ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 18px 0;
}

/* Metrics row */
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.metric {
  border-top: 1px solid #1f2229;
  padding-top: 12px;
  color: #9f9f9f;
  font-size: 13px;
}

/* Mobile */
@media (max-width: 700px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: 1; }
  .hero-content { order: 2; }
  .hero-metrics { grid-template-columns: 1fr; }
}