/*
Theme Name: ProFit
Theme URI:
Author: Vladimir
Author URI:
Description: ProFit — professional large tree planting company landing page theme.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: profit
*/

/* ============================================================
   SITE HEADER (shared across all pages)
   ============================================================ */
.site-header {
    width: 1440px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 140px;
    justify-content: space-between;
    z-index: 100;
}

.site-header__logo-link { display: inline-flex; flex-basis: 80%;}
.site-header__logo { width: 152px; height: 50px; object-fit: contain; }

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 40px;
}

.site-header__favorites {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.site-header__fav-label { font-size: 14px; font-weight: 400; color: #000; }
.site-header__fav-icon  { width: 24px; height: 24px; }
.js-fav-count           { font-size: 14px; font-weight: 400; color: #000; }
.site-header__burger    { width: 24px; height: 18px; cursor: pointer; }

/* ===== Reset & Base ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: #fff;
    min-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }

/* ===== Design Tokens ===== */
:root {
    --green:      #00862C;
    --dark-green: #006220;
    --gray:       #E7E8E4;
    --gray-btn:   #E6E8E4;
    --gray-text:  #575855;
    --side-pad:   140px;
}

.main-page {
    max-width: 1440px;
    margin: 0 auto;
    /* margin-top: -100px; */
}

/* ===== Shared Button ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border: none;
    border-radius: 20px;
    transition: opacity .15s;
}
.btn:hover { opacity: .85; }

.btn--green  { background: var(--green); color: #fff; width: 200px; }
.btn--light  { background: var(--gray-btn); color: var(--green); width: 200px; }
.btn--black  { background: #000; color: #fff; }
.btn--black-sm { background: #000; color: #fff; width: 200px; }

/* ===========================
   HEADER
=========================== */
.header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--side-pad);
    height: 50px;
    z-index: 100;
}

.header__logo { display: flex; align-items: center; }
.header__logo img { height: 50px; width: auto; }

.header__burger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    width: 24px;
}
.header__burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
}

/* ===========================
   HERO
=========================== */
.hero {
    position: relative;
    width: 1440px;
    height: 796px;
    overflow: hidden;
    background: #fff;
    margin-top: -100px;
}

.hero__image {
    position: absolute;
    left: 615px;
    top: -100px;
    width: 800px;
    height: 1007px;
}
.hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero__content {
    position: relative;
    z-index: 2;
    padding-top: 238px;
    padding-left: var(--side-pad);
    width: 700px;
}

.hero__title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 27px;
}

.hero__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    max-width: 499px;
    margin-bottom: 36px;
}

.hero__buttons {
    display: flex;
    gap: 50px;
}

/* ===========================
   PACKAGE CARDS
=========================== */
.packages {
    /* width: 1440px; */
    width: 1140px;
    margin: 0 auto;
}

.pkg-swiper {
    padding: 0 22px;
}

.pkg-swiper .swiper-slide {
    width: 359px;
}

.pkg-swiper .swiper-button-prev,
.pkg-swiper .swiper-button-next {
    color: #000;
}

.pkg-card {
    width: 359px;
    min-width: 359px;
    background: var(--gray);
    margin-right: 30px;
    border-radius: 20px;
}
.pkg-card:last-child { margin-right: 0; }

.pkg-card__top {
    display: flex;
    height: 159px;
}

.pkg-card__info {
    width: 181px;
    min-width: 181px;
    background: #000;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px 0 0 0;
}

.pkg-card__name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.pkg-card__guarantee {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray);
    margin-top: 6px;
}

.pkg-card__thumb {
    width: 179px;
    height: 159px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 0 20px 0 0;
}
.pkg-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pkg-card__body {
    display: flex;
    flex-direction: column;
    padding: 16px 20px 20px;
    height: 176px;
}

.pkg-card__spec {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
}

.pkg-card__note {
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-text);
    margin-bottom: 12px;
}

.pkg-card__price {
    font-size: 20px;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 16px;
}

.pkg-card__btn {
    display: block;
    width: 240px;
    height: 40px;
    background: #000;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: opacity .15s;
    border-radius: 20px;
    margin-top: auto;
    align-self: center;
}
.pkg-card__btn:hover { opacity: .85; }

/* ===========================
   BENEFITS
=========================== */
.benefits {
    position: relative;
    width: 1440px;
    height: 750px;
    overflow: hidden;
}

.benefits__intro {
    position: absolute;
    left: var(--side-pad);
    top: 118px;
    width: 440px;
    z-index: 1;
}

.benefits__title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px;
}

.benefits__intro-desc {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.benefits__image {
    position: absolute;
    left: 500px;
    top: 0;
    /* width: 320px;
    height: 750px; */
}
.benefits__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits__items {
    position: absolute;
    left: 741px;
    top: 113px;
    width: 580px;
}

.benefits__item {
    margin-bottom: 20px;
}

.benefits__item-name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.benefits__divider {
    border: none;
    border-top: 2px solid #00862C;
    margin-bottom: 10px;
}

.benefits__item-text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

/* ===========================
   PROJECTS
=========================== */
.projects {
    padding-top: 80px;
    padding-bottom: 60px;
    /* width: 1440px; */
    width: 1140px;
    margin: 0 auto;
}

.projects__header {
    padding: 0 var(--side-pad);
    margin-bottom: 40px;
}

.projects__title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.projects__scroll-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}
.projects__scroll-wrap::-webkit-scrollbar { height: 4px; }
.projects__scroll-wrap::-webkit-scrollbar-track { background: #f0f0f0; }
.projects__scroll-wrap::-webkit-scrollbar-thumb { background: #ccc; }

.projects__scroll {
    display: flex;
    gap: 40px;
    width: max-content;
    /* padding-left: var(--side-pad); */
    /* padding-right: var(--side-pad); */
    justify-content: space-between;
}

.proj-card {
    width: 360px;
    min-width: 360px;
    display: flex;
    flex-direction: column;
}

.proj-card__cover {
    height: 240px;
    /* background: var(--gray);
    overflow: hidden; */
}
.proj-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
    border-radius: 20px;
}
.proj-card:hover .proj-card__cover img { transform: scale(1.03); }

.proj-card__body {
    padding: 16px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* flex: 1; */
    height: 173px;
}

.proj-card__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.proj-card__desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-text);
    flex: 1;
}

/* ===========================
   CATALOG
=========================== */
.catalog {
    width: 1440px;
    padding-top: 80px;
}

.catalog__title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 var(--side-pad) 50px;
}

.catalog__desc {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    max-width: 900px;
    margin: 0 auto 48px;
    padding: 0 var(--side-pad);
    text-align: center;
}

.catalog__tabs {
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px;
    padding: 0 170px;
}

.catalog__tab {
    background: none;
    border: none;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 0;
    transition: color .15s;
}
.catalog__tab:hover { color: var(--green); }
.catalog__tab--active { color: var(--green); }

.catalog__photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 1440px;
    overflow: hidden;
}

.catalog__photo_left, .catalog__photo_right, .catalog__photo_top {
    height: 360px;
    overflow: hidden;
}

.catalog__photo_left  { transform: translateX(-100%); transition: transform 1.4s ease; }
.catalog__photo_top   { transform: translateY(-100%); transition: transform 1.4s ease; }
.catalog__photo_right { transform: translateX(100%);  transition: transform 1.4s ease; }

.catalog__photos.is-visible .catalog__photo_left,
.catalog__photos.is-visible .catalog__photo_top,
.catalog__photos.is-visible .catalog__photo_right {
    transform: translate(0, 0);
}


.catalog__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===========================
   FUTURE (dark green section)
=========================== */
.future {
    position: relative;
    width: 1440px;
    height: 460px;
    overflow: hidden;
    margin-top: 120px;
}

.future::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 900px;
    height: 100%;
    background: var(--dark-green);
}

.future__content {
    position: relative;
    z-index: 2;
    padding: 118px 0 0 var(--side-pad);
    width: 700px;
}

.future__title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
}

.future__desc {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    max-width: 483px;
}

.future__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 540px;
    height: 460px;
}
.future__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===========================
   SOCIETY (ВЗГК)
=========================== */
.society {
    width: 1440px;
    display: flex;
    justify-content: center;
    padding: 113px 0 121px;
}

.society__inner {
    width: 800px;
}

.society__title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 24px;
}

.society__desc {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 40px;
}

.society__btn {
    width: 220px;
    height: 40px;
}

/* ===========================
   ACHIEVEMENTS
=========================== */
.achievements {
    position: relative;
    width: 1440px;
    height: 520px;
    background: var(--gray);
    overflow: hidden;
}

.achievements__content {
    position: absolute;
    left: var(--side-pad);
    top: 0;
    width: 545px;
    padding-top: 135px;
}

.achievements__title-part {
    display: block;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
}

.achievements__desc {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 37px 0 48px;
}

.achievements__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 755px;
    height: 520px;
}
.achievements__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===========================
   MISSION
=========================== */
.mission {
    position: relative;
    width: 1440px;
    height: 576px;
    overflow: hidden;
    background: #fff;
    margin-top: 37px;
}

.mission__image {
    position: absolute;
    left: -90px;
    top: 0;
    width: 810px;
    height: 528px;
}
.mission__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission__title {
    position: absolute;
    left: 294px;
    top: 76px;
    /* width: 413px; */
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
}

.mission__text {
    position: absolute;
    left: 801px;
    top: 153px;
    width: 518px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

/* ===========================
   CONTACT
=========================== */
.contact {
    position: relative;
    width: 1440px;
    height: 800px;
    overflow: hidden;
}

.contact__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact__inner {
    position: relative;
    z-index: 2;
    padding: 0 0 0 var(--side-pad);
}

.contact__line {
    border: none;
    border-top: 1px solid #000;
    width: 1160px;
    margin-bottom: 94px;
}

.contact__heading {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin-bottom: 25px;
}

.contact__call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: #000;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    margin-bottom: 42px;
}

.contact__or {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.contact__sub {
    font-size: 14px;
    color: var(--gray-text);
    margin-bottom: 20px;
}

.contact__messengers {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact__msg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    transition: opacity .15s;
}
.contact__msg-btn:hover { opacity: .8; }

.contact__msg-btn--phone {
    width: 24px;
    height: 24px;
    background: none;
}

/* ===========================
   FOOTER
=========================== */
.footer {
    position: relative;
    width: 1440px;
    /* height: 1250px; */
    background: var(--gray);
    overflow: hidden;
}

.footer__inner { 
    display: flex; 
    padding-top: 50px;
    padding-bottom: 50px;
    /* position: relative; 
    width: 100%; 
    height: 100%;  */
}

.footer_item1 {
    align-self: center;
    flex-basis: 30%;
    display: flex;
    justify-content: center;
}

.footer_item2 {
    align-self: center;
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__col--brand {
    position: absolute;
    left: 180px;
    top: 79px;
}

.footer__logo img { width: 143px; height: auto; }

.footer__copyright {
    /* position: absolute;
    left: 140px;
    top: 355px; */
    font-size: 12px;
    line-height: 20px;
    color: #000;
    width: 221px;
}

.footer__col-title {
    /* position: absolute;
    left: 540px;
    top: 75px; */
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.footer__col--nav {
    /* position: absolute;
    left: 540px;
    top: 135px;
    width: 175px; */
    display: flex;
    justify-content: space-between;
}

.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    transition: color .15s;
    line-height: 20px;
}
.footer__nav-link:hover { color: var(--green); }
.footer__nav-link--active { color: var(--green); }

.footer__col--contacts {
    /* position: absolute;
    left: 940px;
    top: 74px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 199px; */
    display: flex;
    justify-content: space-between;
}

.footer__contact {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    transition: color .15s;
    line-height: 20px;
}
.footer__contact:hover { color: var(--green); }

.footer__col--social {
    position: absolute;
    left: 940px;
    top: 314px;
    width: 188px;
}

.footer__social-title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
    line-height: 20px;
}

.footer__social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .75;
    transition: opacity .15s;
}
.footer__social-link:hover { opacity: 1; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.footer .arc-cta {
    position: relative;
    width: 1440px;
    min-height: 800px;
    background-image: url('images/plant_cta_bg.png');
    background-size: cover;
    background-position: center top;
    /* border-top: 1px solid rgba(0, 0, 0, .12); */
}

.footer .arc-cta__inner {
    padding: 96px 140px 100px;
}

.footer .arc-cta__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin-bottom: 24px;
}

.footer .arc-btn-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: #00862C;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s;
    border-radius: 20px;
}
.footer .arc-btn-call:hover { background: #006220; }

.footer .arc-cta__chat-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 42px;
    margin-bottom: 4px;
}

.footer .arc-cta__chat-sub {
    font-size: 14px;
    font-weight: 400;
    color: #575856;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer .arc-cta__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .arc-btn-chat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 24px;
    padding: 0 8px;
    /* border: 1px solid #000; */
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    transition: background .15s;
}
.footer .arc-btn-chat:hover { background: rgba(255, 255, 255, .5); }
.footer .arc-btn-chat img { width: 20px; height: 20px; object-fit: contain; }