/*
Theme Name: PERSPECTIVA AR Premium
Theme URI: https://perspectiva-ar.ru
Author: ИП Капшуков Руслан Олегович
Author URI: https://perspectiva-ar.ru
Description: Премиальный лендинг для PERSPECTIVA AR
Version: 2.1
License: GPL v2 or later
Text Domain: biminspector
*/

/* ============================================================
   ТОЛЬКО САМОЕ НЕОБХОДИМОЕ ДЛЯ РАБОТЫ WORDPRESS
   ============================================================ */

/* Сбросы и базовые стили — минимально */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    color: #202027;
    background-color: #f7f7fa;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #6d36d9;
    text-decoration: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Только для админки — скрываем лишнее */
.wp-admin .header-premium {
    position: relative !important;
}