/* Fonts */
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/6/fonts/VelaSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/6/fonts/VelaSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/6/fonts/VelaSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/6/fonts/VelaSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/6/fonts/VelaSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/6/fonts/VelaSans-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/6/fonts/VelaSans-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* CSS Variables */
:root {
    --grey-sep: #E7E7E7;
    --black: #000;
    --grey: #DADADA;
    --red: #D23223;
    --white: #FFF;
    --white-60: #ffffff99;
    --dark-bg: #2B2A29;
    --dark-text: #1A1A1A;
    --gold: #EAD295;
    --green: #12403C;
    --blue: #233657;
    --beige: #B28463;
    --very-dark-desaturated-blue-20: rgba(26, 26, 26, 0.20);
    --very-dark-desaturated-blue-40: rgba(26, 26, 26, 0.40);
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'VelaSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-text);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.web{
    display: block;
}
.mob{
    display: none;
}

h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
p.subhead {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
p{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

/* Container */
.container {
    width: 100%;
    max-width: calc(1272px + 24px);
    margin: 0 auto;
    padding: 0 12px;
}

.container-wide {
    width: 100%;
    max-width: calc(1272px + 24px);
    margin: 0 auto;
    padding: 0 12px;
}

.logo {
    position: relative;
    width: 151px;
    height: 32px;
    margin: 0 auto;
}

.bg-dark{
    background-color: var(--dark-bg);
}
.bg-gold{
    background-color: var(--gold);
}
.bg-gray{
    background-color: var(--grey);
}
.bg-green{
    background-color: var(--green);
}
.bg-blue{
    background-color: var(--blue);
}
.fill-dark{
    path{
        fill: var(--dark-bg);
    }
}
.fill-gold{
    path{
        fill: var(--gold);
    }
}
.fill-gray{
    path{
        fill: var(--grey);
    }
}
.fill-green{
    path{
        fill: var(--green);
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-image: url('https://cdn-cabinet.ua.news/assets-front/articles/6/images/hero-waves.webp');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 84px 60px;
    margin-top: 128px;
}

header {
    top: 0;
}

.hero-content {
    gap: 30px;
    max-width: 1272px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
.hero-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-breadcrumbs .hero-content-type {
    font-weight: 500;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 140%;
    text-transform: uppercase;
    color: var(--white);
}
.hero-breadcrumbs .hero-category {
    font-weight: 500;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 140%;
    text-transform: uppercase;
    color: var(--white-60);
}
.hero-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
    color: var(--gold);
    max-width: 1272px;
    margin-bottom: 24px;
}
.hero-author-info{
    display: flex;
    gap: 25px;
    margin-top: auto;
}
.hero-author-info img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-position: center;
}
.hero-author-info p{
    color: var(--white);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 468px;
    text-align: left;
}
.hero-meta {
    border-top: 1px solid #ffffff33;
    padding-top: 30px;
    width: 640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-meta .hero-meta-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--white-60);
}
.hero-meta .hero-meta-social {
    margin-top: auto;
    display: flex;
    gap: 24px;
}

/*Full image section*/
.full-image-section{
    aspect-ratio: 1443/600;
    width: 100%;
}
.full-image-section.smaller-height{
    aspect-ratio: 1443/600;
    width: 100%;
}
.full-image-section img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*Intro section*/
.intro-section {
    width: 100%;
    padding: 80px 0;
}


.intro-inner {
    width: 100%;
    background: var(--white);
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.intro-quote-icon {
    width: 65px;
    height: 64px;
    flex-shrink: 0;
}

.intro-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.intro-text-primary {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.intro-text-secondary {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    display: block;
}

.intro-text-highlight {
    color: var(--dark-text);
}

.intro-text-muted {
    color: var(--very-dark-desaturated-blue-40);
}

/* Content Section */
.content-section {
    background: var(--white);
    padding: 80px 0;
}

.content-section h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

/* Logo Section */
.logo-section {
    padding: 80px;
}
.logo-section svg {
    width: 100%;
}

/* Q&A Section */
.qa-section {
    background: var(--white);
    padding: 80px 330px;
}

.qa-content {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.qa-main-title {
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.qa-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.qa-question,
.qa-statement {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
    width: 100%;
}

.qa-answer-group {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    padding-top: 32px;
}

.qa-answer {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
    width: 100%;
}

/* Quote Author Section */
.quote-author-section {
    width: 100%;
    padding: 80px 0;
}

.quote-author-inner {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
    background: var(--white);
    padding: 64px 60px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.quote-author-icon {
    width: 100%;
    height: auto;
    max-width: 660px;
    fill: var(--dark-text);
}

.quote-author-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.quote-author-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.quote-author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.quote-author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quote-author-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.quote-author-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--very-dark-desaturated-blue-40);
    margin: 0;
}

/* Expert Work Section */
.expert-work-section {
    background: var(--white);
    padding: 80px 0;
}

.expert-work-content {
    max-width: 902px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.expert-work-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.expert-work-subtitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    color: var(--very-dark-desaturated-blue-40);
    margin: 0;
}
.expert-work-content p {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

/* Two Column Content Section */
.two-column-content-section {
    background: var(--dark-bg);
    padding: 80px 0;
}

.two-column-container {
    display: flex;
    gap: 80px;
    margin: 0 auto;
}

.two-column-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 0 0 556px;
    padding-top: 9px;
}

.two-column-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.two-column-text-primary {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--white);
    margin: 0;
}

.two-column-text-muted {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.two-column-divider {
    height: 2px;
    background: rgba(26, 26, 26, 0.1);
}

.two-column-quote {
    margin: 0;
}

.two-column-quote-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.two-column-quote-highlight {
    color: var(--gold);
}

.two-column-quote-author {
    color: rgba(255, 255, 255, 0.4);
}

/* Inspiration Section */
.inspiration-section {
    background: var(--blue);
    padding: 80px 0;
}

.inspiration-content {
    max-width: 902px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.inspiration-main-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    color: var(--white);
    margin: 0;
}

.inspiration-subtitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.inspiration-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--white);
    margin: 0;
}

/* Summer Skincare Q&A Section */
.skincare-qa-section {
    background: var(--white);
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.skincare-qa-container {
    width: 100%;
    display: flex;
    gap: 80px;
}

.skincare-questions {
    flex: 0 0 636px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.skincare-question {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.skincare-answers {
    flex: 0 0 556px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 9px;
}

.skincare-answer {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

/* Summer Quote Section */
.summer-quote-section {
    width: 100%;
    padding: 80px 0;
}

.summer-quote-inner {
    width: 100%;
    background: var(--white);
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.summer-quote-icon {
    width: 65px;
    height: 64px;
    flex-shrink: 0;
}

.summer-quote-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.summer-quote-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.summer-quote-author-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.summer-quote-author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.summer-quote-author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.summer-quote-author-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin: 0;
}

.summer-quote-author-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: var(--very-dark-desaturated-blue-40);
    margin: 0;
}

.summer-quote-section .quote-comment{
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-text);
    margin-top: 64px;
}

/*Success story Section*/
.success-story{
    padding: 80px 0;
}
.success-story-content{
    display: flex;
}
.success-story-content .left-column,
.success-story-content .right-column{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.success-story-content .left-column{
    padding-right: 80px;
}
.success-story h2{
    color: var(--dark-text);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 48px;
}
.success-story h3{
    color: var(--dark-text);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}
.success-story p{
    color: var(--dark-text);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}


@media (max-width: 991px){
    .web{
        display: none;
    }
    .mob{
        display: block;
    }
    body section{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }
    p.subhead {
        font-size: 16px;
    }
    p{
        font-size: 16px;
    }

    /* Container */
    .container {
        padding: 0 16px;
    }
    .container-narrow{
        margin: 0 auto;
        padding: 0 16px;
    }

    .container-wide {
        padding: 0 16px;
    }

    /* Hero Section */
    .hero-section{
        padding: 48px 0 32px;
        min-height: 362px;
        margin-top: 0;
        background-image: none
    }
    .hero-content {
        gap: 24px;
    }
    .hero-title {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .hero-author-info{
        gap: 16px;
        align-items: center;
    }
    .hero-author-info img{
        width: 48px;
        height: 48px;
    }
    .hero-author-info p{
        font-size: 14px;
    }
    .hero-meta {
        width: 100%;
        padding-top: 24px;
        flex-direction: column;
        align-items: start;
        gap: 24px
    }
    .hero-meta-social-item{
        height: 24px;
    }

    /*Full image section*/
    .full-image-section{
        aspect-ratio: 360/240;
    }
    .full-image-section.smaller-height{
        aspect-ratio: 360/240;
    }

    /*Intro section*/
    .intro-outer {
        padding: 40px 16px;
    }

    .intro-inner {
        padding: 40px 24px;
        gap: 32px;
    }

    .intro-quote-icon {
        width: 32px;
        height: 32px;
    }

    .intro-content {
        gap: 24px;
    }

    .intro-text-primary,
    .intro-text-secondary {
        font-size: 16px;
    }

    /* Content Section */
    .content-section {
        padding: 40px 16px;
    }

    .content-section h2 {
        font-size: 20px;
    }

    /* Logo Section */
    .logo-section {
        padding: 48px 32px;
    }

    /* Q&A Section */
    .qa-section {
        padding: 40px 16px;
    }

    .qa-content {
        gap: 24px;
    }

    .qa-main-title {
        font-size: 20px;
    }

    .qa-block {
        gap: 24px;
    }

    .qa-question,
    .qa-statement {
        font-size: 16px;
    }

    .qa-answer-group {
        gap: 24px;
        padding-top: 24px;
    }

    .qa-answer {
        font-size: 16px;
    }

    /* Quote Author Section */
    .quote-author-outer {
        padding: 40px 16px;
    }

    .quote-author-inner {
        padding: 40px 24px;
        gap: 32px;
    }

    .quote-author-icon {
        width: 100%;
        height: auto;
    }

    .quote-author-text {
        font-size: 16px;
    }

    .quote-author-info {
        gap: 16px;
    }

    .quote-author-avatar {
        width: 48px;
        height: 48px;
    }

    .quote-author-details {
        gap: 2px;
    }

    .quote-author-name,
    .quote-author-title {
        font-size: 14px;
    }

    /* Expert Work Section */
    .expert-work-section {
        padding: 40px 16px;
    }

    .expert-work-content {
        gap: 24px;
    }

    .expert-work-title {
        font-size: 20px;
    }

    .expert-work-subtitle {
        font-size: 16px;
    }
    .expert-work-content p {
        font-size: 16px;
    }

    /* Two Column Content Section */
    .two-column-content-section {
        padding: 40px 16px;
    }

    .two-column-container {
        flex-direction: column;
        gap: 32px;
    }

    .two-column-left {
        flex: 1;
        gap: 24px;
        padding-top: 0;
    }

    .two-column-right {
        gap: 24px;
    }

    .two-column-text-primary,
    .two-column-text-muted {
        font-size: 16px;
    }

    .two-column-quote-text {
        font-size: 16px;
    }

    /* Inspiration Section */
    .inspiration-section {
        padding: 40px 16px;
    }

    .inspiration-content {
        gap: 24px;
    }

    .inspiration-main-title {
        font-size: 16px;
    }

    .inspiration-subtitle {
        font-size: 16px;
    }

    .inspiration-text {
        font-size: 16px;
    }

    /* Summer Skincare Q&A Section */
    .skincare-qa-section {
        padding: 40px 16px;
    }

    .skincare-qa-container {
        flex-direction: column;
        gap: 40px;
    }

    .skincare-questions {
        flex: 1;
        gap: 24px;
    }

    .skincare-question {
        font-size: 16px;
    }

    .skincare-answers {
        flex: 1;
        gap: 24px;
        padding-top: 0;
    }

    .skincare-answer {
        font-size: 16px;
    }

    /* Summer Quote Section */
    .summer-quote-outer {
        padding: 40px 16px;
    }

    .summer-quote-inner {
        padding: 40px 24px;
        gap: 32px;
    }

    .summer-quote-icon {
        width: 32px;
        height: 32px;
    }

    .summer-quote-content {
        gap: 24px;
    }

    .summer-quote-text {
        font-size: 16px;
    }

    .summer-quote-author-info {
        gap: 16px;
    }

    .summer-quote-author-avatar {
        width: 48px;
        height: 48px;
    }

    .summer-quote-author-details {
        gap: 2px;
    }

    .summer-quote-author-name,
    .summer-quote-author-title {
        font-size: 14px;
    }
    .summer-quote-section .quote-comment{
        font-size: 16px;
        margin-top: 24px;
    }

    /*Success story Section*/
    .success-story{
        padding: 48px 32px;
    }
    .success-story-content{
        flex-direction: column;
        gap: 24px;

    }
    .success-story-content .left-column{
        padding-right: 0;
    }
    .success-story-content .left-column,
    .success-story-content .right-column{
        gap: 24px;
    }
    .success-story h2{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .success-story h3{
        font-size: 20px;
    }
    .success-story p{
        font-size: 16px;
    }
}

