/*  ========================================================
    #EFFECTS / ЭФФЕКТЫ
    ======================================================== */

svg {
    height: 50%;
    width: 50%;
}

/*  ========================================================
    #HERO / ГЕРОЙ
    ======================================================== */

.hero-breadcrumbs {
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 4rem;
}

.hero-breadcrumbs a {
    color: var(--color-black);
    text-decoration: none;
    transition: color .3s;
}

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

.hero-breadcrumbs .separator {
    color: rgba(0, 0, 0, 0.3);
}

.hero-breadcrumbs .current {
    color: var(--color-accent);
    pointer-events: none;
}

.hero {
    position: relative;
    min-height: 50rem;
    gap: 3.75rem;
    /* overflow: hidden; */
    align-items: center;
    margin-top: 3.5rem;
}

.hero-content {
    position: relative;
    z-index: 2;
    /* margin-top: 10%; */
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 3.75rem;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 107, 1, .1);
    border: 1px solid rgba(255, 107, 1, .25);
    padding: 0.5rem 1.125rem;
    border-radius: 100px;
    margin-bottom: 2.25rem;
}

.hero-tag-dot {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: var(--color-accent);
    flex-shrink: 0;
}

.hero-tag-txt {
    font-size: 1.063rem;
    font-weight: 600;
    letter-spacing: .09375rem;
    text-transform: uppercase;
    color: var(--color-accent);
}

.hero-title {
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 1.08;
    color: var(--color-black);
    text-transform: uppercase;
    margin-bottom: 1.75rem;
    letter-spacing: -1.5px;
}

.hero-sub {
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
    color: var(--color-black);
}

.hero-photo-wrap img {
    border-radius: 1.5rem;
    object-fit: cover;
    height: 40rem;
}

.popup-overlay {
    background-color: var(--color-black)000ba;
    visibility: hidden;
    display: flex; 
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
}

.popup-close {
    position: absolute;
    height: 100vh;
    width: 100vw;
}

#img-target {
    height: 78%;
    animation: appear 1.2s ease;
}

@keyframes appear {
  from { transform: scale(.2); }
  to { transform: scale(1); }
}

/*  ========================================================
    #META / МЕТА-ИНФОРМАЦИЯ
    ======================================================== */

.meta-bar {
    border-top: 1px solid rgba(255, 107, 1, .15);
    border-bottom: 1px solid rgba(255, 107, 1, .15);

    margin-top: 3rem;
}

.meta-bar-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.meta-item {
    padding: 1.75rem 2.5rem;
    border-right: 1px solid rgba(255, 107, 1, .1);
}

.meta-item:first-child {
    padding-left: 0;
}

.meta-item:last-child {
    border-right: none;
}

.meta-lbl {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(32, 41, 56);
    margin-bottom: 0.5rem;
}

.meta-val {
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-black);
}

/*  ========================================================
    #TYPOGRAPHY / ТИПОГРАФИКА
    ======================================================== */

.eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 1.25rem;
}

.eyebrow--muted {
    color: var(--color-accent);
}

.sec-title {
    font-size: 2.15rem;
    font-weight: 900;
    line-height: 1.12;
    color: var(--color-black);
    margin-bottom: 1.75rem;
    letter-spacing: -1px;
}

.gold-rule {
    width: 3rem;
    height: 0.125rem;
    background: linear-gradient(90deg, #ff6b01, transparent);
    margin-bottom: 2rem;
}

.body-txt {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--color-black);
}

/*  ========================================================
    #PROBLEM / ПРОБЛЕМА
    ======================================================== */

.problem-section {
    margin-top: 5rem;
    position: relative;
}

.problem-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.problem-l {
    padding-right: 2.5rem;
    border-right: 1px solid rgba(255, 107, 1, .12);
}

.problem-r {
    padding-left: 2.5rem;
    position: relative;
}

.pull-quote {
    margin-top: 3rem;
    padding: 1.75rem 2rem;
    border-left: 3px solid var(--color-accent);
    background: rgba(255, 107, 1, .04);
}

.pull-quote p {
    font-size: 1.125rem;
    font-weight: 700;
    font-style: italic;
    color: var(--color-black);
    line-height: 1.5;
    position: relative;
}

.pain-list {
    display: flex;
    flex-direction: column;
}

.pain-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.pain-item:last-child {
    border-bottom: none;
}

.pain-num {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 107, 1, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-accent);
}

.pain-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 0.375rem;
}

.pain-desc {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--color-black);
}

/*  ========================================================
    #TASK / ЗАДАЧА
    ======================================================== */

.task-bar {
    background: rgb(32, 41, 56);
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 5rem;
}

.task-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5rem;
    align-items: center;
}

.task-vert {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-accent);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.task-txt {
    font-size: 2.15rem;
    font-weight: 800;
    color: var(--color-white);
    line-height: 1.25;
    letter-spacing: -.5px;
}

/*  ========================================================
    #IFRAME / ПРОСМОТР САЙТА
    ======================================================== */


.iframe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iframe-container {
    display: flex;
    justify-content: space-between;
	gap: 2rem;
    position: relative;
    /*display: inline-block;*/
    width: 100%;
}

.tabs-header {
    display: flex;
	flex-direction: column;
	align-items: center;
    gap: 2rem;
	background-color: rgba(32, 41, 56, 1);
	border-radius: 1.25rem;
	padding: 2rem 3.5rem;
	align-self: flex-start;
}

.tabs-buttons {
	display: flex;
	gap: 1rem;
}

.tab-btn {
    height: 5rem;
	width: 5rem;
    background: transparent;
    color: #FFF;
    border: .0625rem solid rgba(255, 107, 1, 0.75);
    padding: .625rem 1.375rem;
    border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.tab-btn:hover,
.tab-btn.active {
    background: #ff6b01;
    color: #FFF;
    border-color: #ff6b01;
}

.tab-btn svg {
    width: 68%;
    height: 68%;
}

.tabs-desc {
    color: #FFF;
    font-size: 1.625rem;
	text-align: center;
}

.device-img {
    display: none;
    border-radius: 30px;
	position: relative;
	z-index: 1;
}

.device-img.active {
    display: block;
}

.iframe-wrapper{
    overflow-y: scroll;
	z-index: 2;
}

.iframe-wrapper::-webkit-scrollbar {
    width: 4px;
}

.iframe-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.iframe-wrapper::-webkit-scrollbar-thumb {
    background-color: #ff6b01;
	border-radius: 200px;
}

.iframe-wrapper::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.iframe-prototype:has(.iframe-wrapper.mobile) {
	margin-left: 15rem;
}

.iframe-wrapper {
    position: absolute;
    background: #FFF;
}

.iframe-wrapper.desktop {
    top: 2.1rem;
    left: 5rem;
    width: 44.6rem;
    height: 29.4rem;
    border-radius: 0.7rem;
}

.iframe-wrapper.tablet {
    top: 6.4rem;
    left: 16.8rem;
    width: 66.5rem;
    height: 82rem;
    border-radius: 20px;
}

.iframe-wrapper.mobile {
    top: .8rem;
    left: 1rem;
    width: 16.3rem;
    height: 34rem;
    border-radius: 1.5rem;  
    overflow-x: hidden;
}

.iframe-wrapper.mobile .image-label {
    font-size: 1rem;
    word-break: break-all;
    max-width: 14rem;
    display: inline-block;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.site-sample-wrap {
    position: relative;
    width: 100%;
}

.image-label {
    position: sticky;
    top: 1rem;

    z-index: 5;
    margin-left: 1rem;
    background: #ff6b01;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.375rem;
    font-weight: 600;
    pointer-events: none;
    font-family: 'Unbounded';
    text-transform: uppercase;
}

/* .iframe-wrapper > img {
	filter: brightness(0.5);
}
 */
 
.iframe-prototype {
    position: relative;
    z-index: 1;
}

.iframe-device {
	position: relative;
	height: 36rem;
	z-index: 4;
	pointer-events: none;
}

.iframe-device img {
	height: 100%;
}

/*  ========================================================
    #FULLSCREEN / ПОЛНОЭКРАННЫЙ РЕЖИМ
    ======================================================== */

.fullscreen-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
}

.fullscreen-bg-body{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    align-items:center;

    transform:scale(1.3);
    transform-origin:center top;
    filter:blur(30px);
    opacity:5;
    pointer-events:none;
}

.fullscreen-bg-body img{
    width:100vw !important;
	max-height: 100% !important;
    flex-shrink:0;
    object-fit:cover !important;
    user-select:none;
}

.fullscreen-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10,10,15,.65);
    z-index: 1;
}

.fullscreen-body,
.fullscreen-close {
    position: relative;
    z-index: 2;
}

.fullscreen-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background: transparent;
    border: 1px solid rgba(255, 107, 1, 1);
    color: #fff;
    padding: 0.75rem 0;
    width: 100%;
    border-radius: 2rem;
    cursor: pointer;
    font-family: 'Unbounded', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease;
}

.fullscreen-btn > svg {
    max-width: 2.5rem;
}

.fullscreen-btn:hover {
    background: #ff6b01;
    border-color: #ff6b01;
}

.fullscreen-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgb(10, 10, 15);
}

.fullscreen-overlay.active {
    display: flex;
    flex-direction: column;
}

.fullscreen-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 11;
    background: #ff6b01;
    border: none;
    color: #fff;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .3s;
}

.fullscreen-close:hover {
    background: rgba(255, 107, 1, 1);
}

.fullscreen-body {
    position: relative;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
}

.fullscreen-body::-webkit-scrollbar {
    width: 4px;
}

.fullscreen-body::-webkit-scrollbar-thumb {
    background: #ff6b01;
    border-radius: 999px;
}

.site-sample.mobile {
    width: 30vw;
    object-fit: contain;
    height: auto;
    max-height: 60rem;
    flex-shrink: 0;
}

/*  ========================================================
    #STEPS / ЭТАПЫ
    ======================================================== */


.steps-bg-txt {
    position: absolute;
    top: 60px;
    left: -20px;
    font-size: 180px;
    font-weight: 900;
    color: rgba(255, 255, 255, .015);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.steps-head {
    margin-bottom: 4.5rem;
}

.steps-big-title {
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--color-black);
    letter-spacing: -1px;
}

.steps-big-title span {
    color: var(--color-black);
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    overflow: hidden;
}

.step-card {
    background: rgb(32, 41, 56);
    padding: 3.25rem 3rem;
    position: relative;
    overflow: hidden;
    transition: background .3s;
    border-radius: 1.5rem;
}

.step-bg-num {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 7.5rem;
    font-weight: 900;
    color: rgba(255, 107, 1, .1);
    line-height: 1;
    pointer-events: none;
}

.step-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: var(--color-accent);
    border: 1px solid rgba(255, 107, 1, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.step-text {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-white);
}

/*  ========================================================
    #RESULT / РЕЗУЛЬТАТЫ
    ======================================================== */

.result-section {
    position: relative;
}

.result-head {
    margin-bottom: 5rem;
    text-align: center;
}

.result-big-title {
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--color-black);
    letter-spacing: -1px;
}

.result-big-title span {
    color: var(--color-black);
}

.quote-block {
    background: rgb(32, 41, 56);
    border: 1px solid rgba(255, 107, 1, .15);
    border-radius: 1.75rem;
    padding: 4.5rem 5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.quote-mark {
    position: absolute;
    top: -20px;
    left: 60px;
    font-family: Georgia, serif;
    font-size: 200px;
    color: rgba(255, 107, 1, .06);
    line-height: 1;
    pointer-events: none;
}

.quote-layout {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5rem;
    align-items: center;
}

.quote-wrap {
    position: relative;
    z-index: 1;
}

.quote-main {
    font-size: 2.15rem;
    font-weight: 700;
    font-style: italic;
    color: var(--color-white);
    line-height: 1.45;
    margin-bottom: 2rem;
}

.quote-sub {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(240, 237, 230, .55);
}

.metric-wrap {
    text-align: center;
    flex-shrink: 0;
    padding: 2.5rem 3rem;
    border-left: 1px solid rgba(255, 107, 1, .15);
}

.metric-num-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

.metric-num {
    font-size: 5rem;
    font-weight: 900;
    background: var(--color-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    letter-spacing: -3px;
}

.metric-lbl {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(240, 237, 230, .4);
    line-height: 1.5;
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    position: relative;
}

.outcome-card {
    background: rgb(32, 41, 56);
    border: 1px solid rgba(255, 107, 1, .1);
    border-radius: 1.25rem;
    padding: 2.25rem 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.outcome-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: var(--color-accent);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outcome-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 0.5rem;
}

.outcome-desc {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(240, 237, 230, .45);
}

/*  ========================================================
    #CTA / ФОРМА СВЯЗИ
    ======================================================== */

.cta {
    padding: 6.25rem 0;
    margin-top: 7.5rem;
    background: var(--color-accent);
    position: relative;
    overflow: hidden;
}

.cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cta__title {
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 1.15;
    color: var(--color-white);
    letter-spacing: -.5px;
    margin-bottom: 20px;
}

.cta__sub {
    font-size: 1.625rem;
    color: var(--color-white);
    max-width: 500px;
}

.cta__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    max-width: 43.75rem;
    background: rgb(32, 41, 56);
    padding: 2.5rem;
    border-radius: 1.25rem;
}

.cta__group {
    position: relative;
    width: 100%;
}

.cta__input {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: 1px solid #BBBBBB;
    padding: 1.25rem;
    border-radius: 0.625rem;
    font-size: 1.125rem;
    color: var(--color-white);
    transition: .3s all;
}

.cta__input:focus {
    border-color: var(--color-accent);
}

.cta__send {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .9375rem;
    text-transform: uppercase;
    background-color: var(--color-accent);
    padding: .625rem 0;
    border-radius: 80px;
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--color-white);
    cursor: pointer;
    margin-top: .9375rem;
    width: 100%;
    border: none;
}

.cta__send img {
    height: 2.5rem;
    width: 2.5rem;
}

/*  ========================================================
    #RELATED / ПОХОЖИЕ РАБОТЫ
    ======================================================== */

.related-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3rem;
    gap: 1.5rem;
}

.related-big-title {
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 1.1;
    color: #000;
    letter-spacing: -1px;
    margin-top: 0.75rem;
}

.related-all {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ff6b01;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    transition: opacity .3s ease;
}

.related-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 1.25rem;
    overflow: hidden;
    background: rgb(32, 41, 56);
    border: .0625rem solid rgba(255, 107, 1, .1);
    transition: border-color .3s, transform .35s ease, opacity .35s ease, visibility .35s;
}

.related-card:hover {
    border-color: rgba(255, 107, 1, .32);
    transform: translateY(-0.375rem);
}

.related-card.is-hidden,
.related-card.is-pager-hidden {
    display: none;
}

.related-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    background: #222;
}

.related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.78) saturate(.8);
    transition: transform .5s ease, filter .4s;
}

.related-card:hover .related-card-img img {
    filter: brightness(.96) saturate(1);
}

.rc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 15, 15, .65) 0%, transparent 60%);
    pointer-events: none;
}

.rc-body {
    padding: 1.75rem 1.75rem 2rem;
}

.rc-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.563rem;
    font-weight: 800;
    color: #f0ede6;
    line-height: 1.3;
    margin-bottom: .75rem;
    letter-spacing: -.01875rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;

    min-height: 6.1rem;
}

.rc-desc {
    font-size: 1.625rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    height: 4.9rem;
    overflow: hidden;
}

.rc-link {
    background-color: var(--color-accent);
    padding: .75rem 3.125rem;
    border-radius: 5rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .938rem;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    color: var(--color-white);
}

/*  ========================================================
    #ADAPT / АДАПТАЦИЯ
    ======================================================== */

@media (max-width: 1024px) {
    /*  #1024_CTA  */

    .cta__section {
        padding: 6.25rem 0;
    }

    /*  #1024_IFRAME  */

    .tabs-header {
        margin-right: 4.592rem;
    }

    .iframe-wrapper.desktop {
        top: 2.1rem;
        left: 5rem;
        width: 43.2rem;
        height: 29.4rem;
    }

    /*  #1024_RELATED  */

    .related-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rc-title {
        font-size: 1.492rem;
    }

    .rc-desc {
        font-size: 1.492rem;
    }

    .rc-link {
        font-size: 1.378rem;
    }
}

@media (max-width: 768px) {
    /*  #768_META  */

    .meta-bar-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .meta-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 107, 1, .1);
    }

    .meta-item:nth-child(3) {
        padding-left: 0;
    }

    /*  #768_HERO  */

    .hero-title { font-size: 3.75rem; }
    .hero-sub { font-size: 1.928rem; }
    .hero-breadcrumbs { font-size: 1.1rem; }
    .hero-tag-txt { font-size: 1.3rem; }

    .hero-wrapper {
        grid-template-columns: 1fr;
    }

    /*  #768_PROBLEM  */

    .problem-inner {
        grid-template-columns: 1fr;
    }

    .sec-title { font-size: 2.5rem; }
    .body-txt { font-size: 1.25rem; }
    .pull-quote p { font-size: 1.35rem; }

    .problem-l {
        padding-right: unset;
        border-right: unset;
    }

    .problem-r {
        padding-left: unset;
        margin-top: 2.5rem;
    }

    .pain-title { font-size: 1.6rem; }
    .pain-desc { font-size: 1.25rem; }
    .pain-num { font-size: 1.4rem; }

    /*  #768_TASKS  */

    .task-txt { font-size: 2.5rem; }

    /*  #768_STEPS  */

    .steps-grid { grid-template-columns: 1fr; }
    .steps-big-title { font-size: 3.5rem; }
    .step-title { font-size: 1.5rem; }
    .step-text { font-size: 1.25rem; }

    /*  #768_RESULT  */

    .quote-layout { grid-template-columns: 1fr; }
    .quote-block { padding: 3.25rem 3rem; }
    .metric-wrap { border-left: unset; }
    .metric-wrap { padding: unset; }
    .outcomes-grid { grid-template-columns: 1fr;}

    .result-big-title { font-size: 3.5rem; }
    .quote-main { font-size: 2.5rem; }
    .quote-sub { font-size: 1.25rem; }
    .metric-num { font-size: 3.75rem; }
    .outcome-title { font-size: 1.5rem; }
    .outcome-desc { font-size: 1.25rem; }

    /*  #768_CTA  */

    .cta__inner { grid-template-columns: 1fr; }
    .cta__form { max-width: 100%; }
    .cta__title { font-size: 3.5rem; }
    .cta__sub { font-size: 1.928rem; }
    .checkbox { --checkbox-size: 1.75rem; font-size: 1.25rem; }
	
    /*  #768_IFRAME  */

    .tabs-desc { font-size: 1.928rem; }
	.iframe-container {
		flex-direction: column-reverse;
		align-items: center;
	}
	
	.tabs-header {
		margin-inline: auto;
		width: 100%;
	}
	
	.tabs-desc > br {
		display: none;
	}
	
	.iframe-prototype:has(.iframe-wrapper.mobile) {
		margin-left: unset;
	}
	
	.iframe-wrapper.desktop {
		left: 4.4rem;
		width: 42rem;
	}

    .fullscreen-body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 12.5rem;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
        pointer-events: none;
        z-index: 10;
    }

    .site-sample.mobile {
        width: 100vw;
    }

    /*  #768_RELATED  */

    .related-card-img {
        height: 30rem;
        width: 100%;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .rc-title {
        font-size: 2.089rem;
        min-height: 8.2rem;
    }

    .rc-desc {
        font-size: 1.928rem;
        height: 5.8rem;
    }

    .rc-link {
        padding: 1.25rem 2.893rem;
        font-size: 1.607rem;
        gap: 1.607rem;
    }
}