:root {
  --bg: #0f131a;
  --bg-soft: #141a23;
  --surface: #171e29;
  --surface-2: #1d2633;
  --surface-3: #202c3d;
  --text: #e7edf6;
  --muted: #9aa9bf;
  --line: #2b394d;
  --brand: #f59f0a;
  --brand-2: #f97316;
  --brand-3: #ffb238;
  --ok: #22c55e;
  --error: #ef4444;
  --radius: 14px;
  --shadow: 0 22px 40px -30px rgba(0, 0, 0, 0.9);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(900px 500px at -10% -10%, rgba(245, 158, 11, 0.16), transparent 48%),
    radial-gradient(700px 500px at 110% -8%, rgba(249, 115, 22, 0.18), transparent 48%),
    linear-gradient(180deg, #0d1117 0%, #101622 45%, #0f131a 100%);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #ffd28b;
}

.wrap {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(52, 67, 90, 0.65);
  background: rgba(15, 19, 26, 0.92);
  backdrop-filter: blur(12px);
}

.header-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.4rem;
  color: #ffffff;
}

.brand .custom-logo {
  max-height: 48px;
  width: auto;
}

.brand-fallback-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.brand-text {
  line-height: 1.1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-left: auto;
  margin-right: 1rem;
}

.site-nav a {
  font-weight: 600;
  font-size: 0.94rem;
  color: #cfd8e6;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.account-link {
  font-weight: 600;
  color: #e6edf8;
  font-size: 0.93rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.38rem 0.76rem;
  background: rgba(255, 255, 255, 0.02);
}

.cart-link {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.34rem 0.74rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  background: rgba(255, 255, 255, 0.03);
}

.cart-count {
  font-weight: 700;
  font-size: 0.86rem;
}

.cart-icon {
  line-height: 1;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #f2f6fd;
  margin: 5px auto;
  border-radius: 2px;
}

.site-main {
  padding-bottom: 3rem;
}

.hero {
  padding: 5.2rem 0 3.4rem;
}

.hero-wrap {
  max-width: 920px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f5bb58;
  font-weight: 700;
  margin: 0;
}

.hero h1 {
  margin: 0.82rem 0 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2.15rem, 5vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 16ch;
  text-wrap: balance;
}

.hero-copy {
  max-width: 720px;
  color: #aab8cd;
  font-size: 1.05rem;
  margin-top: 1rem;
}

.hero-cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.45rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0.76rem 1.16rem;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: #0f131a;
  box-shadow: 0 18px 35px -22px rgba(249, 115, 22, 0.95);
}

.btn-ghost {
  border-color: #3b4a62;
  background: rgba(255, 255, 255, 0.02);
  color: #e7eef8;
}

.btn-secondary {
  background: var(--surface-3);
  border-color: #3a4a63;
  color: #f4f8ff;
}

.btn-small {
  padding: 0.54rem 0.84rem;
  font-size: 0.83rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto 2.9rem;
}

.feature-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
  background: linear-gradient(180deg, rgba(29, 38, 51, 0.95), rgba(23, 30, 41, 0.95));
  border: 1px solid #314158;
  border-radius: var(--radius);
  padding: 1rem 1rem 1.04rem;
  box-shadow: var(--shadow);
}

.feature-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(245, 159, 11, 0.45);
  background: rgba(245, 159, 11, 0.12);
  color: #ffc26d;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.55rem;
}

.feature-card h3 {
  margin: 0;
  font-size: 1.04rem;
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.02em;
  color: #f4f8ff;
}

.feature-card p {
  margin: 0.45rem 0 0;
  color: #a8b6cb;
  font-size: 0.95rem;
}

.products-block {
  margin: 0 auto 3.1rem;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-head h2 {
  margin: 0;
  font-size: 1.7rem;
  font-family: "Space Grotesk", "Inter", sans-serif;
}

.text-link {
  font-weight: 600;
  color: #e4edf8;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  background: var(--surface);
  border-radius: 16px;
  border: 1px solid #2f3e54;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-image-link {
  background: #111823;
  min-height: 190px;
  display: block;
}

.product-image-link img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.product-image-placeholder {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e8ea6;
}

.product-card-body {
  padding: 0.9rem;
}

.product-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.product-card .price {
  margin: 0.56rem 0 0.7rem;
  font-weight: 700;
  color: #f8fcff;
}

.about-strip {
  background: linear-gradient(150deg, rgba(245, 159, 11, 0.16) 0%, rgba(249, 115, 22, 0.12) 100%);
  border: 1px solid rgba(245, 159, 11, 0.28);
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.about-strip h2 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.03em;
}

.about-strip p {
  color: #d2deee;
  max-width: 820px;
}

.page-hero {
  padding: 3.2rem 0 1.8rem;
}

.page-hero h1 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.03em;
  font-size: clamp(2rem, 5vw, 3.1rem);
}

.page-hero p {
  margin: 0.58rem 0 0;
  color: #aebbd0;
}

.page-content {
  background: linear-gradient(180deg, rgba(29, 38, 51, 0.96), rgba(23, 30, 41, 0.96));
  border: 1px solid #314158;
  border-radius: 18px;
  padding: 1.45rem;
  box-shadow: var(--shadow);
}

.page-content-legal {
  max-width: 920px;
  margin-inline: auto;
  padding: 1.55rem 1.5rem;
}

.page-content-legal > *:first-child {
  margin-top: 0;
}

.page-content-legal > *:last-child {
  margin-bottom: 0;
}

.page-content-legal h2,
.page-content-legal h3,
.page-content-legal h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.55rem;
}

.page-content-legal p,
.page-content-legal li {
  line-height: 1.72;
}

.page-content-legal ul,
.page-content-legal ol {
  padding-left: 1.3rem;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.02em;
}

.page-content p,
.page-content li {
  color: #cfdae9;
}

.page-content a {
  color: #ffd08a;
}

.prose-large blockquote {
  margin: 1rem 0;
  border-left: 4px solid #f59f0a;
  padding: 0.72rem 1rem;
  background: rgba(245, 159, 11, 0.1);
  border-radius: 0 12px 12px 0;
  color: #f6cf8f;
}

.software-card {
  border: 1px solid rgba(245, 159, 11, 0.32);
  background: rgba(245, 159, 11, 0.08);
  padding: 1.15rem;
  border-radius: 14px;
}

.software-card h2 {
  margin-top: 0.3rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 1rem;
}

.contact-info {
  display: grid;
  gap: 0.8rem;
}

.contact-info article {
  border: 1px solid #34445d;
  border-radius: 12px;
  background: #16202d;
  padding: 0.86rem;
}

.contact-info h3 {
  margin: 0;
  font-size: 1rem;
}

.contact-info p {
  margin: 0.35rem 0 0;
}

.contact-form-wrap {
  border: 1px solid #34445d;
  border-radius: 14px;
  padding: 1rem;
  background: #16202d;
}

.contact-form {
  display: grid;
  gap: 0.8rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.contact-form label span {
  font-weight: 600;
  display: block;
  margin-bottom: 0.35rem;
}

.contact-form input,
.contact-form textarea,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select {
  width: 100%;
  border: 1px solid #3a4b66;
  background: #0f1723;
  color: #e6eef9;
  border-radius: 10px;
  padding: 0.66rem 0.72rem;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
  color: #8392a9;
}

.honeypot {
  display: none;
}

.form-status {
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.form-status.success {
  background: rgba(34, 197, 94, 0.16);
  color: #9ce8b6;
}

.form-status.error {
  background: rgba(239, 68, 68, 0.16);
  color: #f9b1b1;
}

.policy-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.policy-card {
  border: 1px solid #34445d;
  border-radius: 12px;
  padding: 0.86rem;
  background: #16202d;
}

.policy-card h3 {
  margin: 0;
}

.policy-card p {
  margin: 0.45rem 0 0;
}

.woo-content {
  background: linear-gradient(180deg, rgba(29, 38, 51, 0.96), rgba(23, 30, 41, 0.96));
  border: 1px solid #314158;
  border-radius: 18px;
  padding: 1.2rem;
}

.woo-content .products {
  margin-top: 1.2rem;
}

.woocommerce .woocommerce-breadcrumb,
.woo-breadcrumb {
  color: #a5b2c7;
}

.woocommerce .woocommerce-breadcrumb a,
.woo-breadcrumb a {
  color: #ffd08a;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: calc(33.333% - 1rem);
  margin: 0 1rem 1rem 0;
  border: 1px solid #2f3e54;
  border-radius: 14px;
  padding: 0.75rem;
  background: #16202d;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
}

.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
  color: #f4f8ff;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #ffd28b;
}

.woocommerce ul.products li.product .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: #111827;
  border: 0;
  padding: 0.58rem 0.95rem;
  font-weight: 700;
}

.woocommerce .quantity .qty {
  min-height: 42px;
}

.woocommerce table.shop_table,
.woocommerce-cart table.cart,
.woocommerce-checkout-review-order-table {
  border: 1px solid #33445d;
  background: #16202d;
  border-radius: 12px;
  color: #d5e0ef;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.cart th,
.woocommerce table.cart td {
  border-color: #33445d;
}

.woocommerce .cart-empty {
  font-weight: 600;
  color: #d5e0ef;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 10px;
  border: 1px solid #32425a;
  background: #16202d;
  color: #d5e0ef;
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout #payment,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background: #16202d;
  border: 1px solid #34445d;
  border-radius: 12px;
  color: #d5e0ef;
}

.site-footer {
  margin-top: 3rem;
  border-top: 1px solid #2b394d;
  background: #0b1017;
  color: #d8e2f0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 2.1rem 0 1.4rem;
}

.footer-grid h3,
.footer-grid h4 {
  margin: 0 0 0.55rem;
  color: #fff;
}

.footer-grid p {
  color: #b6c4d9;
  margin: 0;
}

.footer-company-link {
  margin-top: 0.7rem;
}

.footer-company-link a {
  color: #ffd08a;
  font-weight: 600;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.footer-grid a {
  color: #c8d5e9;
}

.footer-note {
  color: #9fb0c8;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(112, 132, 160, 0.35);
  text-align: center;
  padding: 0.8rem 0 1rem;
  color: #b6c4d9;
}

.post-list article {
  border: 1px solid #34445d;
  border-radius: 14px;
  background: #16202d;
  padding: 1rem;
  margin-bottom: 0.85rem;
}

.post-list h2,
.post-list h3 {
  margin-top: 0;
}

.muted {
  color: #a7b6cd;
}

.cart-disabled .woocommerce ul.products li.product .button,
.cart-disabled .woocommerce a.button,
.cart-disabled .woocommerce button.button,
.cart-disabled .woocommerce input.button,
.cart-disabled .single-product .single_add_to_cart_button,
.cart-disabled .single-product form.cart,
.cart-disabled .added_to_cart {
  display: none !important;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 979px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #121925;
    border-bottom: 1px solid #30415a;
    box-shadow: 0 18px 25px -28px rgba(0, 0, 0, 0.85);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    padding: 0.6rem 1.2rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 0.62rem 0;
    border-bottom: 1px solid #223148;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .header-actions {
    margin-left: auto;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(1120px, calc(100% - 1.3rem));
  }

  .hero {
    padding-top: 3.9rem;
  }

  .product-grid,
  .feature-grid,
  .feature-grid-two,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}
