﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h2, h3, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: color .15s ease-in-out, opacity .15s ease-in-out;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input, button, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.1;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.1;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.form-label {
  margin-bottom: .5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
}

.form-control:focus {
  outline: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: .825rem 3.5625rem .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
  appearance: none;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .5rem;
  vertical-align: top;
  background-color: transparent;
  appearance: none;
}

.form-check-label {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  border-radius: .625rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .40625rem;
  padding-bottom: .40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 700;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .625rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.collapse:not(.show) {
  display: none;
}

.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.w-100 {
  width: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-12 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: 1.5rem !important;
}
.fs-2 {
  font-size: 1.375rem !important;
}
.fs-3 {
  font-size: 1.25rem !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.rounded-2 {
  border-radius: .625rem !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .display-3 {
    font-size: 4.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}


:root {
  --primary-color: #3a7ca5;
  --secondary-color: #d9e6f2;
  --accent-color: #f25c54;
  --text-color: #2d3e50;
  --bg-color: #f9f9f9;
  --bg-secondary: #e9ecef;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.bg-bg-2 {
  background-color: var(--bg-secondary);
}

.bg-bg-3 {
  background-color: var(--bg-color);
}

.btn-action-1 {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.btn-action-1:hover {
  background-color: #2c6183;
  border-color: #2c6183;
  color: white;
  opacity: 1;
}

.text-action-1 {
  color: var(--primary-color);
}


.form-control, .form-select {
  border: 1px solid #ced4da;
  background-color: white;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(58, 124, 165, 0.25);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.navbar-nav .nav-link {
  color: var(--text-color);
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.gradient-bg {
  background: linear-gradient(135deg, var(--primary-color) 0%, #2c6183 100%);
}

.bi {
  vertical-align: middle;
}

a {
  color: var(--primary-color);
  transition: color 0.3s, opacity 0.3s;
}

a:hover {
  color: #2c6183;
}

.decorated-border {
  position: relative;
}

.decorated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 3px;
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.5rem !important;
  }
  
  .display-5 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
  
  .py-10 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}


















/* css/styles.min.css — общий стиль для всех страниц (без комментариев в коде) */
*,
*::before,
*::after {
  box-sizing:border-box
}
html,body{
  margin:0;
  padding:0
}
body.vf-body{
  font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#101218;
  color:#e3e6ec;
  text-rendering:optimizeLegibility
}
img{
  max-width:100%;
  height:auto;
  display:block
}
a{
  text-decoration:none;
  color:#ffb357;
  transition:color .2s ease,opacity .2s ease
}
a:hover{
  color:#ffd18b;
  opacity:.9
}
:root{
  --vf-bg:#101218;
  --vf-panel:#181b23;
  --vf-panel-soft:#1f222c;
  --vf-border:#2f3442;
  --vf-accent:#ff7a3c;
  --vf-accent-soft:#ffb357;
  --vf-text-main:#e3e6ec;
  --vf-text-muted:#a2a5b1;
  --vf-danger:#ff445c;
  --vf-success:#3fd6a2
}
.vf-page-wrap{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:radial-gradient(circle at 0 0,#39353a 0,#101218 40%),radial-gradient(circle at 100% 100%,#4a3422 0,#101218 45%);
  background-attachment:fixed
}
.vf-container{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:0 1.5rem
}
.vf-header{
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
  background:linear-gradient(90deg,rgba(7,7,10,.96),rgba(18,18,26,.96));
  position:sticky;
  top:0;
  z-index:20
}
.vf-header.small{
  position:static
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:.85rem 0 1rem
}
.brand-mark{
  display:flex;
  align-items:center;
  gap:.75rem
}
.brand-symbol{
  width:2.3rem;
  height:2.3rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  background:radial-gradient(circle at 30% 10%,#ffe0c2 0,#ffb357 22%,#251812 70%);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1.2rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#100d10;
  box-shadow:0 0 0 1px rgba(0,0,0,.8),0 10px 30px rgba(0,0,0,.7)
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.2
}
.brand-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1.05rem;
  letter-spacing:.09em;
  text-transform:uppercase
}
.brand-subtitle{
  font-size:.75rem;
  color:var(--vf-text-muted)
}
.header-pill{
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(120deg,rgba(60,65,82,.7),rgba(19,23,33,.9));
  padding:.4rem .95rem;
  display:flex;
  align-items:center;
  gap:.5rem;
  font-size:.75rem;
  color:var(--vf-text-muted)
}
.header-pill-label{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.68rem;
  color:#d9dde8
}
.header-pill-value{
  font-weight:500
}
.gradient-frame{
  position:relative;
  overflow:hidden
}
.gradient-frame::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:18px;
  background:conic-gradient(from 130deg,rgba(255,122,60,.8),rgba(63,214,162,.3),rgba(111,130,255,.2),rgba(255,122,60,.9));
  opacity:.28;
  pointer-events:none;
  mix-blend-mode:screen
}
.gradient-frame> *{
  position:relative;
  z-index:1
}
.vf-main{
  flex:1;
  padding:2.25rem 0 3.25rem
}
.hero{
  padding:2.5rem 0 2.25rem
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);
  gap:2.75rem;
  align-items:center
}
.hero-copy{
  text-align:justify
}
.hero-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:2.4rem;
  line-height:1.1;
  margin:0 0 1.25rem;
  text-transform:uppercase
}
.hero-sub{
  margin:0 0 1.5rem;
  font-size:1.02rem;
  color:var(--vf-text-muted)
}
.hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-bottom:1.6rem
}
.tag-pill{
  padding:.35rem .8rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  background:linear-gradient(120deg,rgba(33,36,48,.96),rgba(15,14,17,.96));
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#f5f2f0
}
.hero-cta-row{
  display:flex;
  align-items:flex-start;
  gap:1.1rem;
  flex-wrap:wrap
}
.hero-cta-note{
  font-size:.86rem;
  max-width:260px;
  color:var(--vf-text-muted)
}
.hero-visual{
  display:flex;
  justify-content:flex-end
}
.hero-orbit{
  position:relative;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 20%,rgba(255,179,87,.48),rgba(32,28,30,1));
  box-shadow:0 32px 70px rgba(0,0,0,.8)
}
.hero-orbit-ring{
  position:absolute;
  inset:18px;
  border-radius:50%;
  border:1px dashed rgba(255,255,255,.18);
  mix-blend-mode:screen
}
.hero-orbit-ring-b{
  inset:34px;
  border-style:solid;
  border-color:rgba(255,255,255,.09)
}
.hero-orbit-ring-c{
  inset:52px;
  border-style:dotted;
  border-color:rgba(255,179,87,.38)
}
.hero-image-shell{
  position:absolute;
  inset:56px;
  border-radius:50%;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.7);
  background:#050608
}
.hero-image{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.1) contrast(1.08)
}
.hero-label{
  position:absolute;
  padding:.18rem .6rem;
  border-radius:999px;
  font-size:.7rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  background:rgba(7,8,11,.92);
  border:1px solid rgba(255,255,255,.16);
  color:#eaddcf
}
.hero-label-top{
  top:10px;
  right:-6px
}
.hero-label-bottom{
  bottom:12px;
  left:-6px
}
.main-grid{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(0,1.02fr);
  gap:2rem;
  margin-top:.5rem
}
.reverse-grid{
  direction:rtl
}
.reverse-grid> *{
  direction:ltr
}
.main-content{
  display:flex;
  flex-direction:column;
  gap:1.75rem
}
.sidebar{
  display:flex;
  flex-direction:column;
  gap:1.4rem
}
.sidebar-block{
  background:rgba(13,14,19,.96);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  padding:1.15rem 1.2rem 1.25rem
}
.sidebar-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:.95rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:.65rem
}
.sidebar-text{
  font-size:.86rem;
  color:var(--vf-text-muted);
  text-align:justify
}
.sidebar-mini{
  font-size:.8rem;
  color:#7f8290;
  margin-top:.5rem;
  text-align:justify
}
.strong{
  font-weight:600;
  color:#f9f4ea
}
.hot-ideas{
  padding-top:1.1rem;
  padding-bottom:1.2rem
}
.heatmap-legend{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
  font-size:.72rem;
  color:var(--vf-text-muted);
  align-items:center;
  margin-bottom:.75rem
}
.legend-dot{
  width:.75rem;
  height:.55rem;
  border-radius:12px;
  display:inline-block;
  margin-right:.2rem
}
.legend-cold{
  background:linear-gradient(90deg,#1f334a,#264b7a)
}
.legend-warm{
  background:linear-gradient(90deg,#75572c,#c6883f)
}
.legend-hot{
  background:linear-gradient(90deg,#9b1c2a,#ff445c)
}
.hot-idea{
  border-radius:14px;
  padding:.65rem .7rem .7rem;
  margin-bottom:.55rem;
  font-size:.82rem;
  border:1px solid rgba(255,255,255,.08);
  position:relative;
  overflow:hidden
}
.hot-idea::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.6;
  mix-blend-mode:soft-light;
  pointer-events:none
}
.hot-idea-hot{
  background:radial-gradient(circle at 0 0,rgba(255,122,60,.4),rgba(16,18,24,1));
  border-color:rgba(255,179,87,.55)
}
.hot-idea-hot::before{
  background:radial-gradient(circle at 100% 100%,rgba(255,68,92,.6),transparent 60%)
}
.hot-idea-warm{
  background:linear-gradient(120deg,rgba(120,86,52,.5),rgba(13,14,18,1))
}
.hot-idea-cold{
  background:linear-gradient(120deg,rgba(58,90,157,.6),rgba(11,13,19,1))
}
.hot-idea-label{
  font-weight:500;
  margin-bottom:.15rem
}
.hot-idea-temp{
  font-size:.74rem;
  color:var(--vf-text-muted)
}
.section-block{
  background:rgba(13,14,19,.96);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  padding:1.6rem 1.6rem 1.8rem
}
.section-tag{
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--vf-text-muted);
  margin-bottom:.75rem
}
.section-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1.45rem;
  margin:0 0 1rem;
  text-align:justify
}
.section-text{
  margin:0 0 .9rem;
  font-size:.98rem;
  color:var(--vf-text-muted);
  text-align:justify
}
.heading-rough{
  text-shadow:0 0 1px rgba(0,0,0,.9),-1px -1px 0 rgba(0,0,0,.8),1px 1px 0 rgba(0,0,0,.4);
  letter-spacing:.06em
}
.heading-rough-sm{
  text-shadow:0 0 1px rgba(0,0,0,.8);
  letter-spacing:.12em
}
.section-cta-row{
  display:flex;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
  margin-top:.35rem
}
.inline-link{
  font-size:.86rem;
  text-decoration:underline;
  text-decoration-style:dotted
}
.section-additional .section-split,
.section-additional-two .section-split{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);
  gap:1.4rem;
  align-items:center
}
.section-split-reverse{
  grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)
}
.split-copy .section-title{
  margin-bottom:.7rem
}
.bullets-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.85rem;
  margin-top:.7rem
}
.bullet-title{
  font-size:.9rem;
  font-weight:600;
  margin-bottom:.15rem
}
.bullet-text{
  font-size:.86rem;
  color:var(--vf-text-muted);
  text-align:justify
}
.split-visual .image-frame{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.2);
  background:radial-gradient(circle at 10% 0,rgba(255,179,87,.35),rgba(13,14,19,1));
  padding:.65rem
}
.image-frame img{
  border-radius:11px
}
.section-services{
  background:radial-gradient(circle at 0 0,rgba(255,122,60,.22),rgba(14,15,20,1)),rgba(13,14,19,.98)
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.1rem;
  margin-top:.3rem
}
.price-card{
  background:rgba(9,10,14,.96);
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  padding:1rem .95rem 1.1rem;
  font-size:.9rem;
  text-align:justify
}
.price-card-hot{
  border-color:rgba(255,122,60,.9);
  box-shadow:0 18px 40px rgba(0,0,0,.85)
}
.price-name{
  font-weight:600;
  margin-bottom:.4rem
}
.price-tag{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1.15rem;
  color:var(--vf-accent-soft);
  margin-bottom:.45rem
}
.price-desc{
  font-size:.88rem;
  color:var(--vf-text-muted);
  margin-bottom:.6rem
}
.price-list{
  list-style:none;
  padding-left:0;
  margin:0
}
.price-list li{
  position:relative;
  padding-left:1rem;
  margin-bottom:.25rem;
  font-size:.84rem;
  color:#c4c7d3
}
.price-list li::before{
  content:"•";
  position:absolute;
  left:.18rem;
  top:-.03rem;
  color:var(--vf-accent-soft)
}
.section-cookies-ui .privacy-form{
  margin-top:.8rem
}
.vf-form{
  display:flex;
  flex-direction:column;
  gap:.75rem
}
.vf-field-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.75rem
}
.vf-field{
  display:flex;
  flex-direction:column;
  gap:.25rem
}
.vf-label{
  font-size:.85rem;
  color:var(--vf-text-muted)
}
.vf-input{
  border-radius:11px;
  border:1px solid var(--vf-border);
  background:rgba(11,12,17,.96);
  padding:.7rem .75rem;
  font-size:.92rem;
  color:var(--vf-text-main);
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease
}
.vf-input:focus{
  border-color:var(--vf-accent-soft);
  box-shadow:0 0 0 1px rgba(255,179,87,.35);
  background:#13151d
}
.vf-select{
  appearance:none
}
.vf-textarea{
  resize:vertical;
  min-height:120px
}
.vf-check{
  display:flex;
  align-items:flex-start;
  gap:.5rem;
  font-size:.86rem;
  color:var(--vf-text-muted);
  cursor:pointer
}
.vf-check input{
  width:1.05rem;
  height:1.05rem;
  margin-top:.15rem;
  border-radius:4px;
  border:1px solid var(--vf-border);
  background:#111318;
  appearance:none;
  position:relative
}
.vf-check input:checked{
  border-color:var(--vf-accent-soft);
  background:radial-gradient(circle at 30% 0,#ffe0c2,#ff7a3c 70%);
  box-shadow:0 0 0 1px rgba(255,122,60,.6)
}
.vf-check span{
  text-align:justify
}
.form-footer-row{
  display:flex;
  align-items:flex-start;
  gap:.85rem;
  flex-wrap:wrap;
  margin-top:.2rem
}
.form-footer-links{
  display:flex;
  flex-direction:column;
  gap:.25rem;
  font-size:.83rem
}
.form-note{
  font-size:.8rem;
  color:var(--vf-text-muted);
  max-width:280px;
  text-align:justify
}
.form-note-link{
  text-decoration:underline dotted
}
.btn{
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  padding:.7rem 1.5rem;
  font-size:.9rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.16em;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  background:transparent;
  color:#f7f0e8;
  position:relative;
  overflow:hidden
}
.btn-primary{
  background:linear-gradient(135deg,#ff7a3c,#ff445c);
  border-color:rgba(255,178,120,.9);
  box-shadow:0 12px 30px rgba(0,0,0,.85)
}
.btn-outline{
  background:transparent;
  border-color:rgba(255,255,255,.3)
}
.btn-primary:hover,
.btn-outline:hover{
  opacity:1;
  filter:brightness(1.05)
}
.hammer-btn{
  cursor:crosshair
}
.hammer-btn::before{
  content:"";
  position:absolute;
  left:10%;
  top:-40%;
  width:90%;
  height:220%;
  transform:rotate(18deg);
  background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.65),transparent 55%);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease
}
.hammer-btn:hover::before{
  opacity:.8
}
.hammer-btn::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle at 20% 0,rgba(255,255,255,.4),transparent 45%),radial-gradient(circle at 80% 100%,rgba(255,122,60,.7),transparent 55%);
  mix-blend-mode:screen;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease
}
.hammer-btn:active::after{
  opacity:.9
}
.site-footer{
  border-top:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,rgba(8,9,12,.98),rgba(3,4,7,1));
  margin-top:1rem
}
.footer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:2rem;
  padding:1.9rem 1.5rem 1rem
}
.footer-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:.95rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:.7rem
}
.footer-text{
  font-size:.86rem;
  color:var(--vf-text-muted);
  text-align:justify;
  margin:.1rem 0 .4rem
}
.footer-text.small{
  font-size:.8rem
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.06);
  padding:.7rem 0
}
.footer-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:.78rem;
  color:var(--vf-text-muted)
}
.footer-only-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:1rem 1.5rem
}
.footer-copy{
  text-transform:uppercase;
  letter-spacing:.14em
}
.footer-mood{
  font-style:italic
}
.page-intro{
  padding:2.1rem 0 1.75rem
}
.intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);
  gap:2rem;
  align-items:center
}
.intro-copy{
  text-align:justify
}
.page-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1.9rem;
  margin:0 0 1rem
}
.page-text{
  margin:0 0 .95rem;
  font-size:.98rem;
  color:var(--vf-text-muted)
}
.intro-visual .image-frame{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.25);
  padding:.7rem;
  background:radial-gradient(circle at 0 0,rgba(255,179,87,.32),rgba(9,10,15,1))
}
.catalog-section{
  padding:1.15rem 0
}
.catalog-section.alt-bg{
  background:radial-gradient(circle at 100% 0,rgba(255,122,60,.16),transparent 55%)
}
.catalog-card{
  background:rgba(11,12,17,.96);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  padding:1.3rem 1.25rem 1.4rem;
  text-align:justify
}
.catalog-header-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:.6rem;
  margin-bottom:.55rem
}
.catalog-title{
  font-size:1.05rem;
  margin:0
}
.catalog-price{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1rem;
  color:var(--vf-accent-soft);
  white-space:nowrap
}
.catalog-text{
  font-size:.93rem;
  color:var(--vf-text-muted);
  margin:0 0 .7rem
}
.catalog-list{
  list-style:none;
  padding-left:0;
  margin:0
}
.catalog-list li{
  font-size:.86rem;
  color:#c7cad6;
  margin-bottom:.25rem;
  position:relative;
  padding-left:.9rem
}
.catalog-list li::before{
  content:"–";
  position:absolute;
  left:.1rem;
  top:-.03rem;
  color:var(--vf-accent-soft)
}
.catalog-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);
  gap:1.2rem;
  align-items:stretch
}
.catalog-side-image .image-frame{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.22);
  padding:.6rem;
  background:radial-gradient(circle at 100% 0,rgba(255,122,60,.28),rgba(9,10,14,1))
}
.catalog-form-section{
  margin-top:1.3rem;
  padding:1.5rem 0 1.8rem
}
.catalog-form-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,1.1fr);
  gap:1.5rem;
  align-items:flex-start
}
.catalog-form-copy .section-title{
  margin-bottom:.8rem
}
.catalog-contacts{
  margin-top:.7rem;
  font-size:.86rem;
  color:var(--vf-text-muted)
}
.catalog-contact-line{
  display:flex;
  gap:.4rem;
  margin-bottom:.25rem
}
.catalog-contact-line .label{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.7rem;
  color:#d9dde8
}
.catalog-contact-line .value{
  flex:1;
  text-align:justify
}
.catalog-form-wrap .vf-form{
  background:rgba(8,9,13,.96);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  padding:1.1rem 1.1rem 1.2rem
}
.vf-legal-main{
  padding:2.4rem 0 2.6rem
}
.legal-container{
  max-width:760px
}
.legal-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1.75rem;
  margin:0 0 1.2rem;
  text-align:left
}
.legal-text{
  font-size:.96rem;
  color:var(--vf-text-muted);
  margin:0 0 .95rem;
  text-align:justify
}
.thankyou-main{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2.6rem 0 2.8rem
}
.thankyou-container{
  background:rgba(10,11,16,.98);
  border-radius:20px;
  border:1px solid rgba(255,255,255,.16);
  padding:2.1rem 2rem 2.3rem;
  max-width:640px
}
.thankyou-mark{
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:var(--vf-success);
  margin-bottom:.65rem
}
.thankyou-title{
  font-family:"Russo One",system-ui,sans-serif;
  font-size:1.7rem;
  margin:0 0 1rem;
  text-align:left
}
.thankyou-text{
  font-size:.96rem;
  color:var(--vf-text-muted);
  margin:0 0 .8rem;
  text-align:justify
}
.thankyou-btn{
  margin-top:.4rem
}
@media (max-width:960px){
  .hero-grid,
  .main-grid,
  .intro-grid,
  .catalog-grid,
  .catalog-form-grid{
    grid-template-columns:minmax(0,1fr)
  }
  .reverse-grid{
    direction:ltr
  }
  .hero{
    padding-top:1.8rem
  }
  .hero-orbit{
    margin:1rem auto 0
  }
  .main-grid{
    margin-top:1.8rem
  }
  .footer-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:1.5rem
  }
}
@media (max-width:720px){
  .vf-main{
    padding-top:1.8rem
  }
  .hero-title{
    font-size:2rem
  }
  .hero-cta-row{
    flex-direction:column
  }
  .pricing-grid{
    grid-template-columns:minmax(0,1fr)
  }
  .bullets-grid{
    grid-template-columns:minmax(0,1fr)
  }
  .footer-grid{
    grid-template-columns:minmax(0,1fr)
  }
  .footer-bottom-inner,
  .footer-only-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:.3rem
  }
  .thankyou-container{
    padding:1.7rem 1.4rem 1.9rem
  }
}
@media (max-width:520px){
  .vf-container{
    padding:0 1.15rem
  }
  .hero-title{
    font-size:1.8rem
  }
  .brand-subtitle{
    display:none
  }
  .header-pill{
    display:none
  }
}
