/*
Theme Name: XPENG.lt Exact Simple
Theme URI: https://xpeng.lt/
Author: OpenAI
Description: Minimal WordPress theme closely matching the current XPENG.lt homepage shown in the provided screenshot. Activating the theme creates the homepage automatically for one-click use.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: xpeng-exact-simple
*/

html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #303030;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.2;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:hover {
  color: #0000ee;
}

.xpeng-wrapper {
  width: 100%;
}

.xpeng-inner {
  max-width: 980px;
  margin-left: 340px;
  margin-top: 205px;
  margin-right: 20px;
  padding-bottom: 80px;
}

.xpeng-title {
  margin: 0 0 36px 0;
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #1775cf;
}

.xpeng-subtitle {
  margin: 0 0 38px 0;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 700;
  color: #2f2f2f;
}

.xpeng-text {
  max-width: 915px;
}

.xpeng-text p {
  margin: 0 0 24px 0;
  font-size: 22px;
  line-height: 1.16;
  color: #333333;
}

.xpeng-visitors {
  margin: 50px 0 70px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
}

.xpeng-contact {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  color: #333333;
}

.xpeng-contact .label {
  font-style: italic;
}

.xpeng-count {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1300px) {
  .xpeng-inner {
    margin-left: 200px;
    margin-top: 150px;
    max-width: 900px;
  }
  .xpeng-title { font-size: 52px; }
  .xpeng-subtitle { font-size: 31px; }
  .xpeng-text p, .xpeng-visitors, .xpeng-contact { font-size: 20px; }
}

@media (max-width: 900px) {
  .xpeng-inner {
    margin: 50px 24px 40px;
    max-width: none;
  }
  .xpeng-title {
    font-size: 42px;
    margin-bottom: 24px;
  }
  .xpeng-subtitle {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .xpeng-text p,
  .xpeng-visitors,
  .xpeng-contact {
    font-size: 18px;
  }
  .xpeng-visitors {
    margin: 38px 0 48px;
  }
}
