/*
Theme Name: TRUEPATH Clean Launch
Theme URI: https://truepath.ee/
Author: OpenAI
Description: Clean luxury WordPress launch theme for TRUEPATH OÜ.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Text Domain: truepath-clean-launch
*/

:root{
  --page-bg:#05070c;
}

*{box-sizing:border-box}
html, body{
  margin:0;
  padding:0;
  min-height:100%;
  background:var(--page-bg);
}

body{
  font-family: Arial, Helvetica, sans-serif;
  color:#fff;
}

.tp-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:
    radial-gradient(circle at top center, rgba(216,163,58,.08), transparent 28%),
    linear-gradient(to bottom, #071019 0%, #05070c 100%);
}

.tp-wrap{
  width:min(1600px, 100%);
  margin:0 auto;
}

.tp-visual{
  display:block;
  width:100%;
  height:auto;
  border-radius:22px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.screen-reader-text{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

@media (max-width: 768px){
  .tp-page{padding:10px}
  .tp-visual{border-radius:14px}
}