
:root {
  
  --color-bg: #1B0C29;
  
  --color-surface: #201f20;
  --color-muted: #e1d7ea;
  --color-text: #f0eff0;
  --color-title: #f5e3b2;
	
  --color-accent: linear-gradient(135deg, #4896FF, #D05EFF);
  /* --color-accent: #2e1b41; */
  --color-accent-light: #48266a;
  --font-base: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --base-font-size: 16px;
  --line-height-base: 1.5;
  --border-radius: 8px;
}
.text {
  font-family: var(--font-base);
  font-style: normal;
}
.text--thin {
  font-weight: 100;
}
.text--light {
  font-weight: 300;
}
.text--regular {
  font-weight: 400;
}
.text--bold {
  font-weight: 700;
}
.text--italic {
  font-style: italic;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
[id] {
  scroll-margin-top: 120px;
}
body {
  background-color: var(--color-bg);
  font-family: var(--font-base);
  font-weight: 300;
  font-size: var(--base-font-size);
  line-height: var(--line-height-base);
  color: var(--color-text);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: var(--color-title);
}

.container {
    max-width: 1440px;
    padding: 0 30px;
    margin: 0 auto;
}
section {
    margin: 0 auto;
}
.section__title {
    text-transform: uppercase;
    color: var(--color-title);
    font-size: 1.1rem;
    font-weight: 300;
    
}
.phone {
    min-width: 200px;
    padding: 10px 40px;
    background: var(--color-accent);
    color: var(--color-muted);
    border: 1px solid var(--color-muted);
    border-radius: var(--border-radius);
    transition: transform 0.3s ease;
    box-shadow: 0.3s ease;
    text-align: center;
}
.phone:hover {
    transform: translateY(-5px);
    background-color: var(--color-accent-light);
    border: 1px solid var(--color-title);
}

.cta__actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0;
}
.consultation__link {
    cursor: pointer;
    text-align: center;
    background: var(--color-accent);
    padding: 20px 15px;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.consultation__link.contact__phone {
    background-color: transparent;
    border: 1px solid var(--color-muted);
}
.consultation__link:hover {
    transform: translateY(-5px);
    background-color: var(--color-accent-light);
}

.header {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: background-color 0.3s ease;
    width: 100%;
    z-index: 1000;
}

.header.scrolled {
    position: sticky;
    top: 0;
    background: rgba(95, 98, 96, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.nav__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.nav__link {
    position: relative;
    color: var(--color-main);
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    padding: 5px;
    line-height: 200%;
    transition: all .3s ease;
    text-decoration: none;
}

.nav__link::after {
    position: absolute;
    background: var(--color-accent);
    bottom: -5px; 
    box-shadow: 0 0 18px var(--main); 
    content: "";
    height: 1px; 
    left: 0;
    transition: width 0.4s ease;
    width: 0%; 
}

.nav__link:hover {
    color: var(--second);
}

.nav__link:hover::after {
    width: 100%;
}

.hamburger {
    
    border-radius: 2px;
    cursor: pointer;
    display: none;
}

.bar {
    background: linear-gradient(135deg, #4896FF, #D05EFF);
    border-radius: 2px;
    height: 2px;
    margin: 5px auto;
    transition: all 0.3s ease;
    width: 40px;
}

.logo {
   
    max-width: 300px;
    min-width: 60px;
    transition: all 0.3s ease;
}


/* ----------------------------HERO ----------------------------- */
.hero {
    /* margin: 136px 0 0; */
    min-height: calc(100vh - 136px);
    background-image: url(../images/hero-foxwise.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 200px 0;
}
.hero__wrapper {
   display: flex;
   flex-direction: column;
   gap: 50px;
}
.hero .wrapper__btn{
    margin-left: 0;
}
.hero__inner {
    padding: 100px 0 50px;
}

.hero__title {
    color: white;
    font-size: 2.5rem;
    white-space: nowrap;
}
.hero__text {
    font-size: 1.5rem;
}
.hero .cta__actions {
    margin: 0;
    padding: 0;
}
/* ----------------------------HERO END -------------------------------------- */

/*-------------------------------CONSULTATION----------------------------------*/

.consultation {
    margin-top: 150px;
    height: 100%;
}
.consultation-form {
    max-width: 720px;
    margin: 200px auto 100px;
    padding: 24px;
    background: linear-gradient(180deg,var(--card),#fbfdff);
    border-radius: var(--border-radius);
    box-shadow: 0 6px 20px rgba(16,24,40,0.08);
    box-sizing: border-box;
}
.consultation-form__header {
    margin-bottom: 16px;
}
.consultation-form__title {
    text-align: center;
    font-size: 22px;
    margin: 0 0 6px 0;
    color: var(--color-accent-light);
}
.consultation-form__subtitle {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
}
.consultation-form__row {
    display: flex;
    gap: 16px;
    margin-top: 14px;
}
.consultation-form__col {
    flex: 1 1 0;
}
.consultation-form__group {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.consultation-form__label {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px;
}
.consultation-form__input::placeholder,
.consultation-form__textarea::placeholder {
  color: #020202; 
  opacity: 0.5;
}
.consultation-form__input,
.consultation-form__select,
.consultation-form__textarea,
.consultation-form__consent input {
    padding: 12px 14px;
    border-radius: var(--border-radius);
    border: 1px solid #e6e9ef;
    background: linear-gradient(180deg, var(--color-muted), rgb(175, 153, 198));
    font-size: 14px;
    color: black;
    outline: none;
    transition: box-shadow .15s, border-color .15s;
}
.consultation-form__select {
    height: 47px;
}
.consultation-form__input:focus,
.consultation-form__select:focus,
.consultation-form__textarea:focus {
    box-shadow: 0 6px 18px rgba(99,102,241,0.08);
    border-color: rgba(99,102,241,0.25);
}
.consultation-form__textarea {
    min-height: 110px;
    resize: vertical;
}
.consultation-form__textarea::placeholder {
    color: black;
}
.consultation-form__small {
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px;
}
.consultation-form__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.consultation-form__button,
.return__btn {
    appearance: none;
    text-align: center;
    padding: 12px 18px;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
}
.consultation-form__button--primary {
    background: var(--color-accent);
    color: var(--color-text);
    border: 1px solid var(--color-accent);
    text-decoration: none;
    margin: 0 auto;
}
.consultation-form__button--primary:hover {
    background: transparent;
    color: var(--color-text);
    box-shadow: 0 6px 18px rgba(255,107,53,0.14);
}
.return__btn {
    border: 1px solid var(--color-accent);
    box-shadow: 0 6px 18px rgba(255,107,53,0.14);
}
.return__btn:hover {
    background: var(--color-accent);
    color: #fff;
}
.consultation-form__consent input {
    appearance: none; 
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}
.consultation-form__consent input:checked {
    background-color: var(--color-accent-light);
}
.consultation-form__consent input {
    appearance: none; 
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}
.consultation-form__consent input:checked {
    background: var(--color-accent);
}
.consultation-form__consent input:checked::after {
    content: '✔'; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: white; 
}
.consultation-form__consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 13px;
    color: var(--muted);
}
.consultation-form__error {
    color: #8a3333;
    font-size: 20px;
    margin-top: 8px;
}

/*-------------------------------CONSULTATION END----------------------------------*/

/* ----------------------------BENEFITS ------------------------------------------ */

.benefits {
    background-color: var(--color-text);
    margin-top: 0;
}
.section__title.benefits__title {
    color: var(--color-bg);
    padding-top: 30px;
}
.why__us {
    padding: 40px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}
.why__us-item {
    color: #0b0710;
    background: var(--color-muted);
    border: 1px solid var(--color-bg);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why__us-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(186, 150, 198, 0.1);

}
.why__us-item i {
    font-size: 36px;
    color: var(--color-accent-light);
    margin-bottom: 15px;
}
.why__us-item h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--color-accent-light);
}
.why__us-item p {
    font-size: 0.95rem;
    line-height: 1.5;
}
.why__us-item-highlight {
    color: var(--color-text);
    background-color: var(--color-bg);
    border: 1px solid var(--color-accent);
}
.why__us-item-highlight:last-child h3 {
    color: var(--color-text);
}

/* ----------------------------BENEFITS  END ------------------------------------------ */

/* ------------------------------SERVICES --------------------------------------------- */
.services {
    padding: 80px 20px;
    background-color: var(--color-muted);

}
.section__title.services__title-dark {
    color: var(--color-surface);
}
.services__subtitle {
    text-align: center;
    font-size: 0.75rem;
    margin-bottom: 50px;
    color: #555;
    max-width: 700px;
   
}
.services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.service__card {
    background-color: var(--color-bg);
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service__card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px var(--color-bg);
}
.service__card h3 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--color-title);
}
.service__card ul {
    list-style: square;
    padding-left: 20px;
    color: var(--color-muted);
    line-height: 1.5;
}
.service__card ul li::marker {
    content: "➤ "; 
    color: var(--color-title);
}

/* ------------------------------SERVICES END --------------------------------------------- */

/* ---------------------------------PRICING ----------------------------------------------- */


.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin: 50px 0;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--color-muted);
    color: #0b0710;
    border: 1px solid var(--color-accent);
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 16px;
    min-height: 300px;
    max-width: 400px;
    min-width: 280px;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px var(--color-muted);
}
.card h3 {
    min-height: 80px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-accent);
}
.card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    max-height: 500px;
    overflow: hidden;
}
.card ul li {
    position: relative;
    margin: 6px 0;
}  
.card ul li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(89, 80, 80, 0.2);
    
}
.card ul li strong {
    margin-left: auto;
    white-space: nowrap;
}
.card p {
    margin-top: auto;
    font-size: 14px;
    padding: 10px 0;
}
.card__btn {
    text-align: center;
    margin-top: auto; 
    padding: 10px 20px;
    border: 1px solid var(--color-accent);
    border-radius: 6px;
    cursor: pointer;
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
}
.card__btn:hover {
    color: var(--color-text);
    box-shadow: inset 400px 0 0 0 var(--color-accent);
}

/* ---------------------------------PRICING END----------------------------------------------- */

/* ---------------------------------- STEPS ----------------------------------------------- */

.steps {
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 0;
    color: var(--color-text);
    display: flex;
}
.steps__list {
    max-width: 700px;
    list-style: none;
    counter-reset: my-counter;
}
.steps__item {
    counter-increment: my-counter;
    padding-left: 57px;
    position: relative;
    padding-bottom: 40px;
}
.steps__item:last-child {
    padding-bottom: 0;
}
.steps__item:last-child::after {
    display: none;
}
.steps__item::before {
    content: counter(my-counter);
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #f5f5f5;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.steps__item::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #f5f5f5;
    left: 20px;
    top: 48px;
    bottom: 8px;
}
.steps__item-title {
    font-size: 1.5rem;
    line-height: 1.16;
    font-weight: 300;
    padding-top: 6px;
    margin-bottom: 12px;
    color: var(--color-title);
}


/* ---------------------------------- STEPS END----------------------------------------------- */

/* ----------------------------------- ABOUT ----------------------------------------------- */

.about {
    font-style: italic;
    font-size: 16px;
    line-height: 2;
}
.about p {
    margin: 20px 0 0;
}
.about  img {
    display: block;
    height: 200px;
    width: 100%;
    margin: 0 auto;
}
.about__link {
    display: inline-block;
    color: var(--color-title);
    letter-spacing: 2px;
    transition: all .3s ease;
    padding: 0 5px 0;
}
.about__link:hover {
    color: var(--color-muted);
    transform: scale(1.1);
}

/* ----------------------------------- ABOUT END ----------------------------------------------- */

/* -------------------------------- CONTAKT FORM ----------------------------------------------- */

.contact {
    background-size: cover;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 0;
    margin-top: 0;
}
.contact__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    max-width: 720px;
    margin: 0 auto 50px;

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    padding: 30px;
    box-sizing: border-box;
}
.form__title {
    text-align: center;
    font-size: 22px;
    margin: 0 0 6px 0;
    color: var(--color-accent-light);
}
.form__subtitle {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
}
.form__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
}
.form__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.form__label {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px;
}
.form__input::placeholder,
.form__textarea::placeholder {
    color: #020202;
    opacity: 0.5;
}
.form__input,
.form__select,
.form__textarea,
.form__consent input {
    padding: 12px 14px;
    border-radius: var(--border-radius);
    border: 1px solid #e6e9ef;
    background: linear-gradient(180deg, var(--color-muted), rgb(175, 153, 198));
    font-size: 14px;
    color: black;
    outline: none;
    transition: box-shadow 0.15s, border-color 0.15s;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.25);
}
.form__textarea {
    min-height: 110px;
    resize: vertical;
}
.form__small {
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px;
}
.form__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.form__button {
    appearance: none;
    text-align: center;
    padding: 12px 18px;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
}
.form__button--primary {
    background: var(--color-accent);
    color: var(--color-text);
    border: 1px solid var(--color-accent);
}
.form__button--primary:hover {
    background: transparent;
    color: var(--color-text);
    box-shadow: 0 6px 18px rgba(255, 107, 53, 0.14);
}
.form__button--ghost {
    cursor: pointer;
    border: 1px solid var(--color-accent);
    box-shadow: 0 6px 18px rgba(255, 107, 53, 0.14);
}
.form__button--ghost:hover {
    background: var(--color-accent);
    color: #fff;
}
.form__consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 13px;
    color: var(--muted);
}
.form__consent input {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}
.form__consent input:checked {
    background: var(--color-accent);
}
.form__consent input:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: white;
}
.form__error {
    color: #8a3333;
    font-size: 13px;
    margin-top: 8px;
}

/* -------------------------------- CONTAKT FORM END----------------------------------------------- */

/* -------------------------------------BLOG---------------------------------------------------- */
.blog {
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.blog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin: 50px auto;
}
.blog__item {
    background-color: var(--color-bg);
    color: var(--color-bg);
    text-align: center;
    padding: 20px;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-accent);
    cursor: pointer;
    transition: transform 0.3s ease;
}
.blog__item:hover {
    transform: scale(1.1);
}
.blog__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    font-size: 1rem;
    font-weight: 500;
}
.blog__card-title {
    color: var(--color-text);
    font-size: 0.85rem;
}
.blog__date {
    margin-top: auto;
    font-size: 0.7rem;
    font-weight: 200;
    color: var(--color-title);
}

/* -------------------------------------BLOG END---------------------------------------------------- */

/* ---------------------------------------FOOTER---------------------------------------------------- */

.footer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    background-color: var(--color-bg);
    padding: 50px 0;
    color: #f5f5f5;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 10px;
}
.footer__wrapper > :nth-child(2) {
    margin-top: auto;
}
.footer__top {
    max-width: 400px;
}
.footer__top-text {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}
.footer__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    
}
.footer__legal-link,
.footer__consultation-link,
.footer__nav-link {
    position: relative;
    padding: 5px;
    line-height: 200%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    transition: all .3s ease;
    text-decoration: none;
}
.footer__legal-link::after,
.footer__consultation-link::after,
.footer__nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; 
    width: 0%; 
    height: 1px; 
    background: var(--color-title);
    box-shadow: 0 0 18px var(--color-title); 
    transition: width 0.4s ease;
}
.footer__legal-link:hover,
.footer__consultation-link:hover,
.footer__nav-link:hover {
    color: var(--color-title);
}
.footer__legal-link:hover::after,
.footer__consultation-link:hover::after,
.footer__nav-link:hover::after {
    width: 100%;
}
.footer__nav {
    display: flex;
    font-weight: 300;
    flex-direction: column;
    gap: 15px;
}
.footer__social {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.footer__social-link img {
    width: 25px;
    height: 25px;
    transition: transform 0.4s ease;
}
.footer__social-link:hover img {
    transform: scale(1.2);
    
}
.footer__social-link {
    display: flex;
    gap: 10px;
    line-height: 1.16;
}
.footer__legal {
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
    max-width: 500px;
}
.copy {
    text-align: center;
}

/* ---------------------------------------FOOTER END---------------------------------------------------- */

/* ---------------------------------------COOKIES START---------------------------------------------------- */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(20, 20, 20, 0.95);
  color: #fff;
  z-index: 9999;
  display: none;
}

.cookies--visible {
  display: block;
}

.cookies__box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.cookies__text {
  font-size: 0.95rem;
  max-width: 800px;
}

.cookies__link {
  color: #f4c430;
  text-decoration: underline;
}

.cookies__actions {
  display: flex;
  gap: 0.75rem;
}

.cookies__btn {
  padding: 0.6rem 1.2rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cookies__btn--accept {
  background: #f4c430;
  color: #000;
}

.cookies__btn--reject {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* ---------------------------------------COOKIES END---------------------------------------------------- */

/* ---------------------------------------PACKEGES---------------------------------------------------- */

/* Hero sekcja */
.package-hero {
    background: linear-gradient(180deg, rgba(46,25,55,0.95) 0%, rgba(46,25,55,0.8) 100%),
                url("../images/bg.jpg") center/cover no-repeat;
    color: var(--color-text);
    text-align: center;
    padding: 120px 20px 80px;
    border-bottom: 1px solid var(--color-border);
}
.package-hero h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.package-hero p {
font-size: 1.1rem;
color: var(--color-muted);
}
.package-hero .price {
margin-top: 20px;
font-size: 1.6rem;
font-weight: 600;
color: var(--color-accent);
}

/* Sekcje */
.package-includes, .package-process, .package-form {
margin: 60px auto;
max-width: 800px;
}
.package-includes ul,
.package-process ol {
margin-top: 20px;
padding-left: 20px;
line-height: 1.8;
}
.package-includes li,
.package-process li {
margin-bottom: 10px;
}

/*-------------------------- Formularz-------------------------- */
.contact-form {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 20px;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 12px;
border-radius: var(--radius-sm);
border: 1px solid var(--color-border);
background: #1b1320;
color: var(--color-text);
}
.contact-form input:focus,
.contact-form textarea:focus {
border-color: var(--color-accent);
outline: none;
}
.contact-form button {
padding: 14px;
background: var(--color-accent);
color: #2E1937;
font-weight: 600;
border: none;
border-radius: var(--radius-sm);
cursor: pointer;
transition: background .25s;
}
.contact-form button:hover {
background: #f0b7d0;
}


.contact-direct {
margin-top: 40px;
text-align: center;
font-size: 1rem;
}
.contact-direct a {
color: var(--color-accent);
font-weight: 600;
}

.legal {
    margin: 150px auto 50px;
    font-size: 16px;
}
.legal h1,h2 {
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
}


/* ------------------------MEDIA--------------------------------------- */

@media screen and (max-width: 1200px) {
    .steps {
        display: block;
    }
    .steps__list  {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer__wrapper {
        flex-wrap: wrap;
    }
    .footer__inner {
        width: 100%;
    }
}

@media screen and (max-width: 875px) {
    .bar {
        display: block;
    }
    .hamburger {
        display: block;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateX(50%) ; 
    }
    
    .hamburger.active .bar:nth-child(2) {
        transform: translateX(25%); 
    }
    
    .hamburger.active .bar:nth-child(3) {
        transform: translateX(0%); 
    }
    .nav__menu {
        position: fixed;
        left: -100%;
        top: 120px;
        gap: 0;
        flex-direction: column;
        background-color: var(--color-bg);
        width: 100%;
        text-align: center;
        transition: 0.5s;
        padding-bottom: 20px;
    }
    .nav__item {
        margin: 16px 0;
    }
    .nav__menu.active {
        left: 0;
    }
    .logo,
    .hamburger {
        z-index: 50;
    }
    .hero__title {
        font-size: 2rem;
    }
    .footer__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 680px) {
    .section__title {
        font-size: 1.4rem;
    }
    .hero__title {
        font-size: 1.5rem;
    }
    .hero__text {
        font-size: 1rem;
    }
    .form__row {
        flex-wrap: wrap;
    }
    .consultation-form { 
        padding: 16px;
        border-radius: 10px;
    }
    .consultation-form__row { 
        flex-direction: column;
    }
}
@media screen and (max-width: 625px) {
    .hero {
        min-height: calc(100vh - 136px);
    }
    .cards {
        grid-template-columns: 1fr; 
        justify-items: center; 
    }
}
@media screen and (max-width: 463px) {
    .cta__actions{
        flex-wrap: wrap;
    }
    .header__wrapper {
        flex-wrap: wrap;
        gap: 0px 30px;
        padding: 10px;
    }
    .phone,
    .consultation__link { 
        text-align: center;
        order: 3; 
        width: 100%;
    }
    .footer__inner {
        grid-template-columns: 1fr;
        
    }
}

@media screen and (max-width: 431px) {
    .container {
        padding: 0 15px;
    }
    .section__title {
        font-size: 1.2rem !important;
        
    }
    .consultation__link {
        width: 100%;
        margin: 10px;
    }
    .form {
        padding: 0;
    }
    .steps__item-title {
        font-size: 1.2rem;
    }
    .steps__item-text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 375px) {
    .hero__wrapper {
        gap: 0;
    }
    .hero__title {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 360px)  {
    body {
        font-size: 14px;
    }
}