:root {
--yellow:      #F5C400;
--yellow-dark: #C49B00;
--yellow-dim:  rgba(245,196,0,0.08);
--bg:          #0E0E0E;
--bg2:         #161616;
--bg3:         #1E1E1E;
--border:      #2A2A2A;
--border-mid:  #333;
--text:        #F0EDE6;
--text-muted:  #888;
--text-dim:    #444;
--radius:      0px;
} *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
background:   var(--bg);
color:        var(--text);
font-family:  'Barlow', sans-serif;
font-weight:  300;
line-height:  1.6;
overflow-x:   hidden;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; } .display-font {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  900;
text-transform: uppercase;
line-height:  0.92;
letter-spacing: -0.01em;
}
.label-text {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    11px;
letter-spacing: 0.2em;
text-transform: uppercase;
color:        var(--yellow);
} .container {
max-width: 1280px;
margin:    0 auto;
padding:   0 5vw;
}
section { padding: 100px 5vw; } #site-nav {
position:     fixed;
top: 0; left: 0; right: 0;
z-index:      1000;
height:       64px;
display:      flex;
align-items:  center;
justify-content: space-between;
padding:      0 5vw;
background:   rgba(14,14,14,0.96);
backdrop-filter: blur(10px);
border-bottom: 1px solid var(--border);
transition:   border-color 0.3s;
}
.nav-logo {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    20px;
letter-spacing: 0.03em;
color:        var(--text);
}
.nav-logo span { color: var(--yellow); }
.nav-right {
display:     flex;
align-items: center;
gap:         24px;
}
.nav-phone {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    17px;
color:        var(--yellow);
letter-spacing: 0.04em;
transition:   opacity 0.2s;
}
.nav-phone:hover { opacity: 0.8; } .lang-toggle {
display:      flex;
border:       1px solid var(--border-mid);
border-radius: 3px;
overflow:     hidden;
}
.lang-btn {
background:   none;
border:       none;
color:        var(--text-muted);
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    12px;
padding:      5px 10px;
cursor:       pointer;
letter-spacing: 0.1em;
transition:   all 0.15s;
}
.lang-btn.active { background: var(--yellow); color: #000; }
.lang-btn:hover:not(.active) { color: var(--text); } .nav-hamburger {
display:    none;
flex-direction: column;
gap:        5px;
background: none;
border:     none;
cursor:     pointer;
padding:    4px;
}
.nav-hamburger span {
display:    block;
width:      24px;
height:     2px;
background: var(--text);
transition: all 0.3s;
} #hero {
min-height:      100vh;
display:         flex;
flex-direction:  column;
justify-content: center;
padding:         120px 5vw 80px;
position:        relative;
overflow:        hidden;
} #hero::before {
content:  '';
position: absolute;
inset:    0;
background:
repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(245,196,0,0.018) 80px, rgba(245,196,0,0.018) 81px),
repeating-linear-gradient(0deg,  transparent, transparent 80px, rgba(245,196,0,0.018) 80px, rgba(245,196,0,0.018) 81px);
pointer-events: none;
} #hero::after {
content:  '';
position: absolute;
bottom:   0; left: 0; right: 0;
height:   200px;
background: linear-gradient(transparent, var(--bg));
pointer-events: none;
}
.hero-tag {
display:      inline-block;
background:   var(--yellow);
color:        #000;
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    11px;
letter-spacing: 0.18em;
padding:      5px 14px;
margin-bottom: 28px;
text-transform: uppercase;
position:     relative;
z-index:      1;
}
.hero-h1 {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  900;
font-size:    clamp(54px, 9.5vw, 120px);
line-height:  0.9;
letter-spacing: -0.01em;
text-transform: uppercase;
max-width:    960px;
margin-bottom: 32px;
position:     relative;
z-index:      1;
}
.hero-h1 .accent { color: var(--yellow); }
.hero-sub {
font-size:    clamp(15px, 1.8vw, 19px);
color:        var(--text-muted);
max-width:    580px;
margin-bottom: 48px;
font-weight:  400;
line-height:  1.75;
position:     relative;
z-index:      1;
}
.hero-ctas {
display:     flex;
gap:         14px;
flex-wrap:   wrap;
align-items: center;
position:    relative;
z-index:     1;
}
.hero-stats {
display:      flex;
gap:          52px;
margin-top:   72px;
padding-top:  40px;
border-top:   1px solid var(--border);
flex-wrap:    wrap;
position:     relative;
z-index:      1;
}
.stat-num {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  900;
font-size:    44px;
color:        var(--yellow);
line-height:  1;
}
.stat-label {
font-size:    12px;
color:        var(--text-muted);
margin-top:   4px;
text-transform: uppercase;
letter-spacing: 0.08em;
} .btn-primary {
display:      inline-flex;
align-items:  center;
gap:          10px;
background:   var(--yellow);
color:        #000;
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    16px;
letter-spacing: 0.07em;
text-transform: uppercase;
padding:      16px 32px;
border:       none;
cursor:       pointer;
transition:   all 0.2s;
text-decoration: none;
}
.btn-primary:hover {
background:   var(--yellow-dark);
transform:    translateY(-2px);
box-shadow:   0 8px 24px rgba(245,196,0,0.2);
}
.btn-secondary {
display:      inline-flex;
align-items:  center;
gap:          10px;
border:       1px solid var(--border-mid);
color:        var(--text);
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    15px;
letter-spacing: 0.06em;
text-transform: uppercase;
padding:      15px 28px;
cursor:       pointer;
background:   none;
transition:   all 0.2s;
text-decoration: none;
}
.btn-secondary:hover { border-color: var(--yellow); color: var(--yellow); } #ticker {
background:   var(--yellow);
overflow:     hidden;
padding:      13px 0;
white-space:  nowrap;
}
.ticker-track {
display:      inline-flex;
animation:    ticker 26s linear infinite;
}
.ticker-item {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    13px;
letter-spacing: 0.12em;
text-transform: uppercase;
color:        #000;
padding:      0 28px;
}
.ticker-dot { opacity: 0.35; }
@keyframes ticker {
from { transform: translateX(0); }
to   { transform: translateX(-50%); }
} .section-header { margin-bottom: 56px; }
.section-label  { margin-bottom: 16px; }
.section-title {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    clamp(38px, 5.5vw, 64px);
text-transform: uppercase;
line-height:  0.95;
letter-spacing: -0.01em;
margin-bottom: 16px;
}
.section-sub {
color:      var(--text-muted);
max-width:  540px;
font-size:  16px;
line-height: 1.75;
} #teenused { background: var(--bg2); }
.services-grid {
display:    grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap:        1px;
background: var(--border);
border:     1px solid var(--border);
margin-top: 16px;
}
.service-card {
background:  var(--bg2);
padding:     44px 38px;
transition:  background 0.25s;
cursor:      default;
}
.service-card:hover { background: var(--bg3); }
.service-icon  { font-size: 38px; margin-bottom: 22px; display: block; }
.service-name {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    22px;
text-transform: uppercase;
letter-spacing: 0.02em;
margin-bottom: 12px;
}
.service-desc {
color:       var(--text-muted);
font-size:   14px;
line-height: 1.7;
}
.service-tags {
margin-top: 18px;
display:    flex;
flex-wrap:  wrap;
gap:        6px;
}
.service-tag {
font-size:    10px;
color:        var(--text-dim);
border:       1px solid var(--border);
padding:      3px 9px;
font-family:  'Barlow Condensed', sans-serif;
letter-spacing: 0.08em;
text-transform: uppercase;
} #galerii { background: var(--bg); }
.gallery-grid {
display:    grid;
grid-template-columns: repeat(3, 1fr);
gap:        4px;
margin-top: 16px;
}
@media (max-width: 768px) {
.gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.gallery-grid { grid-template-columns: 1fr; }
}
.gallery-item {
position:   relative;
overflow:   hidden;
aspect-ratio: 4/3;
background: var(--bg3);
border:     1px solid var(--border);
}
.gallery-item img {
width:      100%;
height:     100%;
object-fit: cover;
transition: transform 0.5s ease;
filter:     brightness(0.85);
}
.gallery-item:hover img {
transform:  scale(1.04);
filter:     brightness(1);
}
.gallery-overlay {
position:   absolute;
inset:      0;
background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
display:    flex;
align-items: flex-end;
padding:    16px;
opacity:    0;
transition: opacity 0.3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-caption {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    14px;
color:        var(--yellow);
letter-spacing: 0.06em;
text-transform: uppercase;
} .gallery-placeholder {
display:        flex;
flex-direction: column;
align-items:    center;
justify-content: center;
gap:            12px;
height:         100%;
min-height:     200px;
color:          var(--text-dim);
}
.gallery-placeholder-icon { font-size: 32px; opacity: 0.4; }
.gallery-placeholder-text { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; } #meist { background: var(--bg2); }
.why-grid {
display:    grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap:        48px;
margin-top: 16px;
}
.why-item { border-top: 2px solid var(--yellow); padding-top: 28px; }
.why-num {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  900;
font-size:    52px;
color:        var(--border);
line-height:  1;
margin-bottom: 14px;
}
.why-title {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    20px;
text-transform: uppercase;
letter-spacing: 0.02em;
margin-bottom: 10px;
}
.why-text { color: var(--text-muted); font-size: 14px; line-height: 1.7; } #hinnakiri { background: var(--bg); }
.pricing-wrap {
display:    grid;
grid-template-columns: 1fr 1fr;
gap:        60px;
align-items: start;
}
@media (max-width: 768px) {
.pricing-wrap { grid-template-columns: 1fr; }
}
.pricing-box {
border:   1px solid var(--border);
padding:  48px;
position: relative;
}
.pricing-box::before {
content:  '';
position: absolute;
top: 0; left: 0; right: 0;
height:   3px;
background: var(--yellow);
}
.pricing-rate {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  900;
font-size:    80px;
color:        var(--yellow);
line-height:  1;
}
.pricing-unit {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  500;
font-size:    24px;
color:        var(--text-muted);
margin-left:  8px;
}
.pricing-desc {
color:      var(--text-muted);
font-size:  15px;
margin:     20px 0 32px;
line-height: 1.7;
}
.pricing-list { list-style: none; }
.pricing-list li {
display:     flex;
gap:         12px;
align-items: flex-start;
padding:     11px 0;
border-bottom: 1px solid var(--border);
font-size:   15px;
color:       var(--text-muted);
}
.pricing-list li::before {
content:     '✓';
color:       var(--yellow);
font-weight: 700;
flex-shrink: 0;
margin-top:  1px;
}
.pricing-note {
margin-top:  16px;
font-size:   13px;
color:       var(--text-dim);
font-style:  italic;
}
.pricing-aside {}
.pricing-aside-title {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    28px;
text-transform: uppercase;
margin-bottom: 24px;
}
.faq-item {
border-bottom: 1px solid var(--border);
padding:       20px 0;
}
.faq-q {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    16px;
text-transform: uppercase;
letter-spacing: 0.03em;
margin-bottom: 8px;
color:        var(--text);
}
.faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.65; } #kontakt { background: var(--bg2); }
.contact-grid {
display:    grid;
grid-template-columns: 1fr 1fr;
gap:        80px;
align-items: start;
}
@media (max-width: 768px) {
.contact-grid { grid-template-columns: 1fr; gap: 48px; }
}
.contact-intro { color: var(--text-muted); font-size: 16px; line-height: 1.75; margin-bottom: 8px; }
.contact-big-phone {
display:      block;
font-family:  'Barlow Condensed', sans-serif;
font-weight:  900;
font-size:    clamp(40px, 6vw, 68px);
color:        var(--yellow);
line-height:  1;
margin:       24px 0;
letter-spacing: -0.01em;
transition:   opacity 0.2s;
}
.contact-big-phone:hover { opacity: 0.8; }
.contact-detail {
display:     flex;
gap:         14px;
align-items: center;
padding:     14px 0;
border-bottom: 1px solid var(--border);
font-size:   15px;
color:       var(--text-muted);
}
.contact-icon { color: var(--yellow); font-size: 18px; width: 24px; text-align: center; flex-shrink: 0; } .contact-form-wrap,
.wpcf7 {}
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
width:       100%;
background:  var(--bg);
border:      1px solid var(--border);
color:       var(--text);
font-family: 'Barlow', sans-serif;
font-size:   15px;
padding:     13px 16px;
outline:     none;
transition:  border-color 0.2s;
margin-bottom: 14px;
border-radius: 0;
-webkit-appearance: none;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus { border-color: var(--yellow); }
.contact-form-wrap textarea,
.wpcf7 textarea { resize: vertical; min-height: 130px; }
.contact-form-wrap label,
.wpcf7 label {
display:      block;
font-family:  'Barlow Condensed', sans-serif;
font-weight:  700;
font-size:    11px;
letter-spacing: 0.14em;
text-transform: uppercase;
color:        var(--text-muted);
margin-bottom: 6px;
}
.contact-form-wrap input[type="submit"],
.wpcf7 input[type="submit"] {
width:        100%;
background:   var(--yellow);
color:        #000;
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    16px;
letter-spacing: 0.08em;
text-transform: uppercase;
padding:      16px;
border:       none;
cursor:       pointer;
transition:   all 0.2s;
margin-bottom: 0;
}
.contact-form-wrap input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
background: var(--yellow-dark);
transform:  translateY(-1px);
}
.wpcf7-response-output {
margin-top:   16px;
padding:      12px 16px;
font-size:    14px;
border:       1px solid var(--yellow) !important;
color:        var(--yellow);
background:   var(--yellow-dim);
} #site-footer {
background:   var(--bg);
border-top:   1px solid var(--border);
padding:      48px 5vw;
display:      flex;
flex-direction: column;
gap:          24px;
}
.footer-top {
display:         flex;
justify-content: space-between;
align-items:     flex-start;
flex-wrap:       wrap;
gap:             32px;
}
.footer-brand {}
.footer-logo {
font-family:  'Barlow Condensed', sans-serif;
font-weight:  800;
font-size:    20px;
margin-bottom: 8px;
}
.footer-logo span { color: var(--yellow); }
.footer-tagline { font-size: 13px; color: var(--text-dim); }
.footer-nav { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
.footer-nav a {
font-size:    13px;
color:        var(--text-dim);
transition:   color 0.2s;
font-family:  'Barlow Condensed', sans-serif;
font-weight:  600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.footer-nav a:hover { color: var(--yellow); }
.footer-bottom {
display:         flex;
justify-content: space-between;
align-items:     center;
padding-top:     24px;
border-top:      1px solid var(--border);
flex-wrap:       wrap;
gap:             12px;
}
.footer-copy { font-size: 12px; color: var(--text-dim); }
.footer-reg  { font-size: 12px; color: var(--text-dim); } .fade-up {
opacity:    0;
transform:  translateY(28px);
transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible {
opacity:   1;
transform: translateY(0);
} #scroll-top {
position:    fixed;
bottom:      28px;
right:       28px;
width:       44px;
height:      44px;
background:  var(--yellow);
color:       #000;
border:      none;
cursor:      pointer;
font-size:   20px;
display:     flex;
align-items: center;
justify-content: center;
opacity:     0;
transform:   translateY(12px);
transition:  all 0.3s;
z-index:     999;
}
#scroll-top.visible { opacity: 1; transform: translateY(0); }
#scroll-top:hover   { background: var(--yellow-dark); } @media (max-width: 768px) {
section { padding: 72px 5vw; }
#hero   { padding: 100px 5vw 60px; }
.nav-phone { font-size: 14px; }
.lang-toggle { display: none; }
.hero-stats { gap: 28px; margin-top: 48px; }
.pricing-box { padding: 32px 24px; }
.pricing-rate { font-size: 60px; }
.footer-top { flex-direction: column; gap: 24px; }
.footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
.btn-primary, .btn-secondary { font-size: 14px; padding: 14px 22px; }
.gallery-grid { grid-template-columns: 1fr; }
}