/* === CAMPANI MAIN STYLES === */

/* TOPLINE */
.topline {
    padding: 14px 0;
    background: #0a1520;
    border-bottom: 1px solid rgba(255, 217, 116, 0.15);
}

.topline-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.topline__logo {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 900;
    color: #ffd974;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.topline__bullits {
    display: flex;
    gap: 2em;
    align-items: center;
}

.topbull__item {
    font-size: 13px;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 0.5em;
    line-height: 1em;
}

.topbull__item .emoji {
    font-size: 18px;
}

.topline__button .button {
    width: 200px;
    font-size: 12px;
}

/* HEADER / HERO */
.header {
    background: linear-gradient(135deg, #1a0f08 0%, #2c1810 40%, #0d1b29 100%);
    color: #fff;
    min-height: 700px;
    overflow-x: hidden;
    position: relative;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/gallery.png) no-repeat center center;
    background-size: cover;
    opacity: 0.15;
}

.headercont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    height: 100%;
    min-height: 700px;
    position: relative;
    padding: 60px 0;
}

.header h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
}

.header h1 span {
    color: #ffd974;
    display: block;
}

p.subtitle {
    font-size: 18px;
    max-width: 480px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.toptovar {
    position: absolute;
    right: -30px;
    top: 80px;
    z-index: 2;
    max-width: 420px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
    animation: floatProduct 4s ease-in-out infinite;
}

@keyframes floatProduct {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.bottomlight {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
    right: 180px;
    top: 320px;
    z-index: 1;
    box-shadow: 0 0 200px 100px rgba(255, 217, 116, 0.25);
}

.bullits {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

.bullits__item {
    background: rgba(255, 217, 116, 0.08);
    border: 1px solid rgba(255, 217, 116, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.8em;
    padding: 12px 16px;
    transition: all 0.3s;
}

.bullits__item:hover {
    background: rgba(255, 217, 116, 0.15);
    border-color: rgba(255, 217, 116, 0.3);
}

.bullits__item .mark {
    color: #ffd974;
    font-size: 18px;
}

.bullits__item span {
    font-size: 16px;
    line-height: 1.2em;
}

.topmagnet {
    position: relative;
    width: 480px;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.topmagnet .button {
    margin: 0;
}

.magnetprice {
    display: flex;
    align-items: center;
    gap: 15px;
}

.magnetprice__old {
    font-size: 26px;
    font-weight: 700;
    text-decoration: line-through;
    opacity: 0.5;
    color: #ccc;
}

.magnetprice__new {
    font-size: 42px;
    font-weight: 900;
    color: #ffd974;
    font-family: 'Playfair Display', Georgia, serif;
}

.magnetprice__sale {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 6px 12px;
    letter-spacing: 1px;
    animation: pulseSale 2s ease-in-out infinite;
}

@keyframes pulseSale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.topmagnet__note {
    font-size: 13px;
    color: #888;
    line-height: 1em;
}

/* BLOCK 2 — ABOUT */
.block2 {
    background: #fdf9f0;
}

.about {
    display: flex;
    gap: 3em;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.about__img {
    max-width: 420px;
    object-fit: cover;
}

.about__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5em;
    padding: 40px 40px 40px 0;
}

.about__tlt {
    color: #1a0f08;
}

.about__text {
    color: #555;
    line-height: 1.7;
}

/* BLOCK 3 — FEATURES */
.block3 {
    background: #fff;
}

.feat-title {
    display: flex;
    align-items: flex-end;
    gap: 2em;
    margin-bottom: 60px;
}

.feat-title__tlt {
    width: 420px;
    flex-shrink: 0;
    color: #1a0f08;
}

.feat-title__txt {
    color: #666;
}

.feat {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 30px;
}

.feat__item {
    flex: 1;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feat__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.feat__img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.feat__txt {
    text-align: center;
    padding: 25px 20px 65px;
    color: #555;
}

.feat__nmb {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd974, #f0c040);
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 65px;
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
    font-family: 'Playfair Display', Georgia, serif;
    box-shadow: 0 4px 15px rgba(255, 217, 116, 0.4);
}

/* BLOCK 4 — REVIEWS */
.block4 {
    background: #fdf9f0;
}

.reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2em;
}

.reviews__item {
    border-radius: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    width: 470px;
    display: flex;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s;
}

.reviews__item:hover {
    transform: translateY(-4px);
}

.reviews__cont {
    padding: 25px 15px 25px 25px;
    flex: 1;
}

.reviews__meta {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 15px;
}

.reviews__ava {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd974, #f0c040);
    line-height: 55px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.reviews__userame {
    font-weight: 700;
    color: #1a0f08;
}

.reviews__userrate {
    color: #ffd974;
    font-size: 14px;
    letter-spacing: 2px;
}

.reviews__txt {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.reviews__img {
    flex-shrink: 0;
    width: 180px;
    object-fit: cover;
}

/* BLOCK 5 — EXPERT */
.block5 {
    background: linear-gradient(135deg, #1a0f08 0%, #2c1810 40%, #0d1b29 100%);
    position: relative;
}

.block5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/gallery.png) no-repeat center center;
    background-size: cover;
    opacity: 0.08;
}

.block5 .wrap {
    position: relative;
    z-index: 1;
}

.block5 h2.title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.block5 h2.title span {
    color: #ffd974;
}

.profi {
    color: #fff;
    border: 2px solid rgba(255, 217, 116, 0.3);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.profi__left {
    background: rgba(0, 0, 0, 0.4);
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    padding: 40px 20px;
}

.profi__ava {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd974, #f0c040);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

.profi__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
}

.profi__name {
    font-weight: 700;
    font-size: 18px;
}

.profi__about {
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
    line-height: 1.4em;
}

.profi__right {
    padding: 40px 35px;
    flex: 1;
}

.profi__right p {
    margin: 0 0 20px 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

/* BLOCK 6 — SPECIFICATIONS */
.block6 {
    background: #fff;
}

.block6 h2.title {
    margin-bottom: 50px;
}

.char-cont {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.char {
    margin-bottom: 50px;
}

.char>div:nth-child(odd) {
    background: rgba(255, 217, 116, 0.15);
}

.char__item {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 25px;
    transition: background 0.3s;
}

.char__item:hover {
    background: rgba(255, 217, 116, 0.25);
}

.char__name {
    font-weight: 700;
    color: #1a0f08;
}

.char__val {
    text-align: right;
    color: #555;
}

/* BLOCK 7 — STEPS */
.block7 {
    background: #fdf9f0;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.block7 h2.title {
    text-align: center;
    margin-bottom: 80px;
}

.steps {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.steps_item {
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    flex: 1;
    text-align: center;
    padding: 55px 25px 30px;
    background: #fff;
    transition: transform 0.3s;
}

.steps_item:hover {
    transform: translateY(-5px);
}

.steps__num {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd974, #f0c040);
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 65px;
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    font-family: 'Playfair Display', Georgia, serif;
    box-shadow: 0 4px 15px rgba(255, 217, 116, 0.4);
}

.steps__txt {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.steps__icon {
    font-size: 32px;
    margin-bottom: 10px;
}

/* BLOCK 8 — ORDER FORM */
.block8 {
    background: linear-gradient(135deg, #0d1b29, #1a0f08);
    padding-top: 0;
}

.block8 h2.title {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.order {
    border-radius: 30px;
    padding: 50px 0 60px;
    z-index: 2;
    position: relative;
    margin-top: -140px;
    background: linear-gradient(135deg, #1a0f08, #2c1810);
    border: 2px solid rgba(255, 217, 116, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.order-wrap {
    width: 420px;
    margin: 0 auto;
}

.order-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    margin-bottom: 30px;
    color: #fff;
}

.order-price .magnetprice__sale {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
}

.order-price__action b {
    line-height: 1.3em;
    color: #ffd974;
}

.order-price__action p {
    line-height: 1.3em;
    color: rgba(255, 255, 255, 0.7);
}

/* FOOTER */
.footer {
    text-align: center;
    padding: 35px 0;
    background: #0d1b29;
}

.footer a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer a:hover {
    color: #ffd974;
}

.footer p {
    color: #555;
    font-size: 13px;
    margin-top: 10px;
}

/* === RESPONSIVE === */
@media screen and (max-width: 979px) {
    .topbull__item:last-child {
        display: none;
    }

    .topline__bullits {
        width: 180px;
    }

    .header {
        min-height: auto;
    }

    .headercont {
        min-height: auto;
        padding: 40px 0;
    }

    .toptovar {
        position: relative;
        right: auto;
        top: auto;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .bottomlight {
        display: none;
    }

    .about {
        flex-direction: column-reverse;
    }

    .about__img {
        max-width: 100%;
    }

    .about__body {
        padding: 30px;
    }

    .feat-title {
        flex-direction: column;
        gap: 1em;
    }

    .feat-title__tlt {
        width: 100%;
    }

    .feat {
        flex-direction: column;
        align-items: center;
        gap: 3em;
    }

    .feat__item {
        width: 100%;
        max-width: 400px;
    }

    .reviews__item {
        width: 100%;
    }

    .profi {
        flex-direction: column;
    }

    .profi__left {
        width: 100%;
        flex-direction: row;
        padding: 25px;
    }

    .profi__meta {
        align-items: flex-start;
    }

    .profi__about {
        text-align: left;
    }

    .steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 3em;
    }

    .steps_item {
        width: 280px;
        flex: none;
    }

    .topmagnet {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .topline__button {
        display: none;
    }

    .topline__bullits {
        display: none;
    }

    .header h1 {
        font-size: 28px;
        text-align: center;
    }

    p.subtitle {
        text-align: center;
        margin: 0 auto;
    }

    h2.title {
        font-size: 24px;
    }

    .bullits__item span {
        font-size: 14px;
    }

    .topmagnet {
        align-items: center;
        text-align: center;
    }

    .topmagnet__note {
        text-align: center;
    }

    .about__body {
        padding: 20px;
        gap: 1em;
    }

    .feat__img {
        height: 180px;
    }

    .order-price {
        flex-direction: column;
        text-align: center;
    }

    .order-wrap {
        width: 90%;
        max-width: 380px;
    }

    .reviews__item {
        flex-direction: column;
    }

    .reviews__img {
        width: 100%;
        height: 200px;
    }
}