/*
Theme Name: Gmenti Theme
Theme URI: https://gmenti.local/
Author: Gmenti
Author URI: https://gmenti.local/
Description: Premium minimalist WordPress theme for Gmenti AI, deepfake, and video detector.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gmenti-theme
*/

:root {
  --primary-color: #39d353;
  --dark-color: #000000;
  --light-border: rgba(0, 0, 0, 0.14);
  --soft-bg: #f7f7f5;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: #050505;
  background: #fafafa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.gmenti-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.045em;
}

.gmenti-container {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.gmenti-header {
  border-bottom: 1px solid var(--light-border);
  background: rgba(250, 250, 250, 0.92);
  backdrop-filter: blur(10px);
}

.gmenti-nav {
  min-height: 74px;
}

.gmenti-logo {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  color: #050505;
  text-decoration: none;
}

.gmenti-language {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 42px;
  min-width: 86px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  background: transparent;
  color: #050505;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  outline: none;
}

.gmenti-hero {
  padding: clamp(26px, 4vw, 48px) 0 26px;
  text-align: center;
}

.gmenti-hero-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(3.2rem, 7.5vw, 6.4rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.gmenti-hero-subtitle {
  margin: 18px 0 22px;
  font-size: clamp(0.9rem, 1.4vw, 1.24rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.gmenti-features-section {
  border-top: 1px solid var(--light-border);
  padding: 34px 0 32px;
}

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

.gmenti-feature-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  min-height: 120px;
  padding: 0 34px;
  text-align: left;
}

.gmenti-feature-card + .gmenti-feature-card {
  border-left: 1px solid var(--light-border);
}

.gmenti-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 7px;
  display: inline-grid;
  place-items: center;
  background: var(--dark-color);
  color: #fff;
}

.gmenti-feature-title {
  margin: 4px 0 12px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.gmenti-feature-copy {
  margin: 0;
  color: #111;
  font-size: 0.98rem;
  line-height: 1.42;
  max-width: 34ch;
}

.gmenti-trust-wrap {
  padding: 0 0 20px;
}

.gmenti-trust {
  display: grid;
  grid-template-columns: 88px minmax(220px, 370px) 1px 1fr;
  align-items: center;
  gap: 34px;
  min-height: 118px;
  padding: 26px 42px;
  border-radius: 20px;
  background: #f1f1ef;
}

.gmenti-trust-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e9e9e6;
  display: inline-grid;
  place-items: center;
  color: #000;
}

.gmenti-trust-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.gmenti-trust-divider {
  width: 1px;
  height: 54px;
  background: rgba(0,0,0,.13);
}

.gmenti-trust-copy {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.32;
  max-width: 72ch;
}

.gmenti-footer {
  position: relative;
  overflow: hidden;
  background: var(--dark-color);
  color: #fff;
  min-height: 150px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.gmenti-footer::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: min(56vw, 620px);
  height: 230px;
  opacity: 0.46;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,.15) 0 1px, transparent 1.7px) 0 0 / 13px 8px,
    radial-gradient(ellipse at center, rgba(255,255,255,.11) 0 1px, transparent 1.7px) 6px 4px / 13px 8px;
  mask-image: radial-gradient(ellipse at 55% 50%, #000 12%, transparent 72%);
  transform: rotate(-8deg);
}

.gmenti-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 250px 1fr 220px;
  align-items: center;
  min-height: 150px;
  gap: 40px;
}

.gmenti-footer-brand .gmenti-logo-footer {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.35rem;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
}

.gmenti-footer-tagline,
.gmenti-copyright {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 0.95rem;
}

.gmenti-footer-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(255,255,255,.22);
  border-right: 1px solid rgba(255,255,255,.22);
}

.gmenti-badge {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 30px;
  min-height: 58px;
}

.gmenti-badge + .gmenti-badge { border-left: 1px solid rgba(255,255,255,.22); }

.gmenti-badge strong {
  display: block;
  font-size: 0.94rem;
  line-height: 1.1;
}

.gmenti-badge span {
  display: block;
  color: rgba(255,255,255,.76);
  font-size: 0.78rem;
  line-height: 1.3;
}

.gmenti-badge svg { width: 26px; height: 26px; }

.gmenti-copyright { text-align: right; line-height: 1.35; }

@media (max-width: 900px) {
  .gmenti-container { width: min(100% - 28px, 1280px); }
  .gmenti-features-grid { grid-template-columns: 1fr; }
  .gmenti-feature-card { padding: 22px 0; border-left: 0 !important; border-top: 1px solid var(--light-border); }
  .gmenti-feature-card:first-child { border-top: 0; }
  .gmenti-trust { grid-template-columns: 62px 1fr; gap: 18px; padding: 24px; }
  .gmenti-trust-divider { display: none; }
  .gmenti-trust-copy { grid-column: 1 / -1; }
  .gmenti-footer-inner { grid-template-columns: 1fr; padding: 34px 0; gap: 28px; }
  .gmenti-footer-badges { grid-template-columns: 1fr; border-left: 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  .gmenti-badge { padding: 18px 0; }
  .gmenti-badge + .gmenti-badge { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .gmenti-copyright { text-align: left; }
}
