/*!
Theme Name: PDK Theme
Author: PDK Theme
Version: 1.0.0
*/

/* alumni-sans-800 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/alumni-sans-v20-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* alumni-sans-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/alumni-sans-v20-cyrillic_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-200 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/inter-v20-cyrillic_latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v20-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v20-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v20-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v20-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/inter-v20-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/inter-v20-cyrillic_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

:root {
    --bg: #1c1c1c;
    --surface: #252525;
    --surface-2: #2e2e2e;
    --text: #d2d0c9;
    --muted: #8c8a81;
    --line: rgba(140, 138, 129, 0.55);
    --accent: #ff4c00;
    --gold: #b8860b;
    --white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0; 
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
[role="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; 
  border: none;
  outline: none; 
}

input, textarea, select {
  font: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  color: var(--text);
  background: var(--bg);
}

img {
    max-width: 100%;
    height: auto;
	display: block;
}

ul, li {
    list-style: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}


.container {
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
    margin-bottom: 0;
}

h1 {
    font-size: 80px;
    line-height: 0.94;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--text);
}

h2 {
    font-size: 64px;
    line-height: 0.94;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--text);
}


.btn {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}


.btn:hover {
    background: var(--white);
    color: var(--accent);
}

*::-webkit-scrollbar {
    -webkit-appearance: none;
    cursor: default;
}

*::-webkit-scrollbar:vertical {
    width: 4px;
    cursor: default;
}

*::-webkit-scrollbar:horizontal {
    height: 4px;
    cursor: default;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    cursor: default;
}

*::-webkit-scrollbar-track {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #EFEFEF;
    cursor: default;
}

html {
    scroll-behavior: smooth;
}

body {    
    overflow-x: hidden;  
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.logo {
    display: inline-flex;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.logo span:nth-child(1) {
    color: var(--accent);
}

.logo span:nth-child(2) {
    color: var(--text);
}

.logo span:nth-child(3) {
    color: var(--gold);
}

.label {
    width: max-content;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    background: var(--accent);
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.eyebrow {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.phone-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    mask: url("img/phone.png") center / contain no-repeat;
    -webkit-mask: url("img/phone.png") center / contain no-repeat;
}

.btn--primary {
    background: var(--accent);
    color: var(--white);
}

.btn--outline {
    min-width: 220px;
    border: 1px solid var(--line);
    color: var(--text);
}

.btn--light {
    background: var(--white);
    color: var(--accent);
}

.section {
    padding: 0 0 100px;
}

.section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 50px;
    margin-bottom: 50px;
}

.section-head h2 {
    margin-top: 30px;
}

.section-head h2 span,
h1 span,
h2 span {
    color: var(--accent);
}

.section-head p {
    color: var(--muted);
    line-height: 1.45;
    margin-bottom: 20px;
}

/* Header */
.site-header {
    position: absolute;
    top: 53px;
    left: 50px;
    right: 50px;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.header__logo p { 
    margin-top: 4px; 
}

.header__nav {
    display: flex;
    gap: 38px;
    padding-top: 13px;
    margin-left: auto;
}

.header__nav a {
    color: var(--text);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
}

.header__nav a:hover {
    color: var(--accent); 
}

.header__phone {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-size: 12px;
}

/* Hero */
.hero {
    min-height: 1080px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--bg) url(img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

/* .hero::before,
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
}

.hero::before {
    background: linear-gradient(90deg, rgba(28,28,28,.92), rgba(28,28,28,.42)), url("img/hero-bg.png") center / cover no-repeat;
    transform-origin: center;
}

.hero::after {
    background: radial-gradient(circle at center, rgba(28,28,28,.3), rgba(28,28,28,.82));
} */

.hero__inner {
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 800px;
    align-items: center;
    gap: 110px;
    max-width: 1780px;
}

.hero__content {
    max-width: 865px;
}

.hero__content .eyebrow {
    margin-bottom: 280px;
}

.hero__content .label {
    margin-bottom: 20px;
}

.hero__text {
    max-width: 386px;
    margin-top: 25px;
    color: var(--muted);
    line-height: 1.45;
}

.hero__actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.hero__worker {
    position: absolute;
    right: -145px;
    top: -160px;
    width: 535px;
    pointer-events: none;
    z-index: 2;
}

.quote-form {
    position: relative;
    z-index: 2;
    padding: 30px 48px 34px;
    border: 1px solid var(--line);
    background: var(--surface);
}

.quote-form label {
    display: block;
    margin-top: 20px;
}

.quote-form label span {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.quote-form input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid var(--line);
    background: var(--surface-2);
    color: var(--text);
}

.quote-form button {
    width: 100%;
    margin-top: 20px;
}

.quote-form p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 11px; 
    text-align: left;
}

.quote-form p a {
    color: var(--accent);
}

/* Ticker */
.ticker {
    height: 40px;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    margin-bottom: 100px;
}

.ticker__track {
    width: max-content;
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ticker__group {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-right: 22px;
}

.ticker__group i {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: var(--gold);
}

/* Services */
.services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
    position: relative;
    min-height: 300px;
    padding: 52px 35px;
    background: var(--surface);
    overflow: hidden;
    min-width: 0;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .32s ease;
}

.service-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(140, 138, 129, .35);
    pointer-events: none;
}

.service-card:last-child::after {
    display: none;
}

.service-card img {
    width: 35px;
    height: 36px;
    object-fit: contain;
    margin-bottom: 30px;
    padding: 6px;
    border: 1px solid var(--line);
    filter: brightness(0) invert(1);
    opacity: .72;
    transition: all .25s ease;
}

.service-card h3,
.benefits__grid h3 {
    color: var(--text);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase; 
}

.service-card p,
.benefits__grid p { 
    margin-top: 20px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.service-card__arrow {
    position: absolute;
    left: 28px;
    bottom: 32px;
    color: var(--accent);
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .25s ease, transform .25s ease;
}

/* Portfolio */
.portfolio {
    padding-top: 5px;
}

.portfolio__tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.portfolio__tabs button {
    height: 30px;
    padding: 0 18px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.portfolio__tabs button.is-active {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--white);
}

.portfolio__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
}

.portfolio-card {
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: 0;
    overflow: hidden;
    background: var(--surface);
    cursor: pointer;
}

.portfolio-card--tall {
    grid-row: auto;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(.35) saturate(1.1);
}

.portfolio-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 76, 0, .48);
    transition: background-color .35s ease, opacity .35s ease;
}

.portfolio-card:hover::after,
.portfolio-card:focus-visible::after {
    background: rgba(37, 37, 37, .78);
}

.portfolio-card > span,
.portfolio-card > div {
    position: absolute;
    z-index: 1;
}

.portfolio-card > span {
    top: 22px;
    left: 22px;
    padding: 7px 18px;
    background: rgba(37,37,37,.8);
    color: var(--text);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: opacity .25s ease, transform .25s ease;
}

.portfolio-card > div {
    left: 22px;
    right: 22px;
    bottom: 30px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .28s ease, transform .28s ease;
}

.portfolio-card:hover > div,
.portfolio-card:focus-visible > div {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-card div span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-card h3 {
    margin-top: 16px;
    color: var(--white);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-card p {
    margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
}

.portfolio-card.is-hidden {
    display: none;
}

.portfolio-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.portfolio-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.portfolio-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, .82);
}

.portfolio-modal__dialog {
    position: relative;
    width: min(895px, 100%);
    background: var(--surface);
    border: 1px solid rgba(140, 138, 129, .28);
    transform: translateY(28px) scale(.98);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.portfolio-modal.is-open .portfolio-modal__dialog {
    transform: translateY(0) scale(1);
}

.portfolio-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: var(--accent);
    color: var(--white);
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.portfolio-modal__media {
    position: relative;
    height: 448px;
    overflow: hidden;
}

.portfolio-modal__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 126, 24, .62);
    mix-blend-mode: multiply;
}

.portfolio-modal__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(.22) saturate(1.35);
}

.portfolio-modal__body {
    padding: 30px 32px 32px;
}

.portfolio-modal__label {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 0 12px;
    background: var(--accent);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.portfolio-modal h3 {
    margin-top: 18px;
    color: var(--text);
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.portfolio-modal p {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 20px;
    color: var(--muted);
    font-size: 14px;
}

.portfolio-modal p i {
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
    background: var(--accent);
}

body.modal-open {
    overflow: hidden;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
}

.stats div {
    min-height: 150px;
    padding: 38px 40px;
    border: 1px solid rgba(140, 138, 129, .35);
    background: var(--surface);
}

.stats strong {
    display: block;
    color: var(--accent);
    font-family: "Alumni Sans", "Inter", sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
}

.stats span {
    display: block;
    margin-top: 18px;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

 
/* Benefits */
.benefits {
    position: relative;
    overflow: hidden;
    padding: 75px 0 73px;
    background: linear-gradient(rgba(37,37,37,.95), rgba(37,37,37,.95)), url("img/benefits-bg.jpg") center / cover no-repeat;
    
    margin-bottom: 100px;
}

.benefits h2 {
    margin-top: 30px;
    margin-bottom: 58px;
    color: var(--text);
}

.benefits h2 span {
    color: var(--gold);
}

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px;
    border: none;
}

.benefits__grid article {
    min-height: 0;
    padding: 0;
    border: none;
}

.benefit-top {
    display: flex;
    align-items: center;
    gap: 18px;
}

.benefit-top span {
    color: #403f3e;
    font-family: "Alumni Sans", "Inter", sans-serif;
    font-size: 75px;
    line-height: .8;
    font-weight: 900;
}

.benefit-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(42%) sepia(88%) saturate(3970%) hue-rotate(1deg) brightness(104%) contrast(105%);
}

.benefit-line {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 8px 1fr;
    align-items: center;
    gap: 15px;
    margin: 21px 0 25px;
}

.benefit-line::before,
.benefit-line::after {
    content: "";
    height: 1px;
    background: rgba(140,138,129,.65);
}

.benefit-line span {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 1px;
    background: var(--accent);
    transform: rotate(45deg);
}

.benefits__grid h3 {
    max-width: 210px;
    color: var(--text);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.benefits__grid p {
    max-width: 242px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
}

.benefits-review {
    position: relative;
    margin-top: 74px;
    min-height: 174px;
    padding: 55px 34px 28px;
    border: 1px solid var(--muted);
}

.benefits-review .label {
    position: absolute;
    top: -13px;
    left: 34px;
    width: 159px;
    justify-content: center;
    padding: 0;
}

.benefits-review__stars {
    display: flex;
    gap: 5px;
    margin-bottom: 16px;
}

.benefits-review__stars img {
    width: 15px;
    height: 15px;
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(51%) sepia(87%) saturate(534%) hue-rotate(7deg) brightness(88%) contrast(94%);
}

.benefits-review blockquote {
    max-width: 560px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
}

.benefits-review > p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}
/* Prices */
.prices {
    padding-bottom: 100px;
}

/* .prices__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 450px;
    align-items: start;
    gap: 60px;
} */

.prices h2 {
    margin-top: 30px;
    margin-bottom: 24px;
}

.prices h2 + p {
    max-width: 430px;
    color: var(--muted);
    line-height: 1.45;
}

.price-list {
    margin-top: 60px;
}

.price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 28px 0;
    border-top: 1px solid var(--line);
}

.price-row:last-child {
    border-bottom: 1px solid var(--line);
}

.price-row span {
    display: block;
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 14px;
}

.price-row strong {
    display: block;
    color: var(--text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.price-row small {
    display: flex;
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
    gap: 10px;
    align-items: center;
}

.price-row b {
    color: var(--accent);
    font-family: "Alumni Sans", "Inter", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.prices__image {
    width: 100%;
    margin-top: -155px;
    max-width: 556px;
    position: absolute;
    top: 0;
    right: 0;
}

.prices__cta {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
    padding: 40px;
    background: var(--accent);
}

.prices__cta p {
    max-width: 520px;
    color: var(--white);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
}

.prices__cta .btn { 
    font-size: 15px; 
    font-weight: 400;
}

/* Footer */
.footer {
    padding: 50px 0 30px;
    border-top: 1px solid var(--line);
    background: var(--surface);
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 60px;
}

.footer p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.footer__inner > div:first-child p:last-child {
    max-width: 320px;
    margin-top: 24px;
}

.footer__inner > div:last-child {
    text-align: right;
}

.footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

/* Animations */
.has-js .reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.has-js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-drop {
    animation: dropIn .7s cubic-bezier(.2, .8, .2, 1) both;
}

.animate-rise {
    animation: riseIn .8s cubic-bezier(.2, .8, .2, 1) both;
}

.animate-panel {
    animation: panelIn .85s cubic-bezier(.2, .8, .2, 1) .35s both;
}

.delay-1 {
    animation-delay: .12s;
}

.delay-2 {
    animation-delay: .22s;
}

.delay-3 {
    animation-delay: .34s;
}

.delay-4 {
    animation-delay: .46s;
}

.hero::before {
    animation: heroPulse 12s ease-in-out infinite alternate;
}

.hero__worker {
    animation: workerIn .9s cubic-bezier(.2, .8, .2, 1) .45s both, workerFloat 4.6s ease-in-out 1.4s infinite;
}

.ticker__track {
    animation: tickerMove 28s linear infinite;
}

 
.portfolio-card,
.benefits__grid article,
.price-row,
.btn,
.header__phone {
    will-change: transform;
}

.service-card,
.benefits__grid article,
.portfolio-card {
    transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.service-card:hover  { 
    background: #2E2E2E;
}

.benefits__grid article:hover {
    border-color: var(--accent);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover img {
    border-color: var(--accent);
    filter: brightness(0) saturate(100%) invert(42%) sepia(88%) saturate(3970%) hue-rotate(1deg) brightness(104%) contrast(105%);
    opacity: 1;
}

.service-card:hover .service-card__arrow {
    opacity: 1;
    transform: translateX(0);
}

.portfolio-card img {
    transition: transform .55s ease, filter .55s ease;
}

.portfolio-card:hover img {
    transform: scale(1.06);
    filter: sepia(.2) saturate(1.25) contrast(1.08);
}

.btn:hover,
.header__phone:hover {
    transform: translateY(-2px);
}

.prices__cta {
    position: relative;
    overflow: hidden;
}

.prices__cta::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -30%;
    width: 120px;
    height: 260%;
    background: rgba(255,255,255,.2);
    transform: rotate(18deg);
    animation: glare 5s ease-in-out infinite;
}

@keyframes dropIn {
    from {
        opacity: 0;
        transform: translateY(-18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes panelIn {
    from {
        opacity: 0;
        transform: translateX(42px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes workerIn {
    from {
        opacity: 0;
        transform: translateX(70px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes workerFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-25%);
    }
}

@keyframes heroPulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.04);
    }
}

@keyframes glare {
    0%, 35% {
        transform: translateX(0) rotate(18deg);
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    70%, 100% {
        transform: translateX(1200px) rotate(18deg);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .has-js .reveal {
        opacity: 1;
        transform: none;
    }
}


.modal:not(.fancybox-content) {
    display: none;
}

.modal  {
    padding: 0; 
    background: var(--surface);
    max-width: 500px;
}