﻿/* =====================================================================================
   GLOBAL BASE VARIABLES (UV THEME)
===================================================================================== */
:root {
    --uv-bg: #071225;
    --uv-bg-2: #0b1831;
    --uv-text: rgba(255,255,255,.86);
    --uv-text-dim: rgba(255,255,255,.66);
    --uv-white: #fff;
    --uv-pink-1: #ff7aa8;
    --uv-pink-2: #ffb1c8;
    --uv-chip-bg: #0e1a33;
    --uv-chip-border: rgba(255,255,255,.14);
    --uv-ring: rgba(255,255,255,.08);
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: inherit;
    background-color: #061127;
}

/* =====================================================================================
   NAVIGATION (uv-*)
===================================================================================== */
.uv-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(180deg, var(--uv-bg), var(--uv-bg-2));
    border-bottom: 1px solid rgba(255,255,255,.06);
    backdrop-filter: saturate(140%) blur(6px);
}

.uv-wrap {
    max-width: 1200px;
    margin: 0 auto;
    height: 64px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 0 20px;
}

.uv-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-nav-uss-love {
    width: 3.75rem;
    height: 3.75rem;
}

.uv-brand-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: bolder;
    color: white;
}

.uv-links {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.uv-links a {
    color: var(--uv-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: .2s ease;
}

.uv-links a:hover {
        color: var(--uv-white);
        border-color: var(--uv-ring);
}

.uv-links a.active {
        color: var(--uv-white);
        border-color: var(--uv-white);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.uv-lang {
    display: flex;
    gap: 8px;
    padding: 3px;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--uv-chip-border);
    border-radius: 10px;
    align-items: center;
}

.uv-lang-select {
    height: 28px;
    padding: 0 10px;
    border-radius: 7px;
    background: transparent;
    color: var(--uv-text);
    border: 0;
    outline: none;
    appearance: none;
}

.uv-lang-select:focus {
    box-shadow: 0 0 0 3px var(--uv-ring)
}

.uv-mobile-lang {
    display: flex;
    gap: 8px;
}

.uv-burger {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid var(--uv-chip-border);
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.uv-burger svg {
    color: white;
    width: 1rem;
    height: 1rem;
}

.uv-mobile {
    display: none;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 10px 16px 16px;
    text-align: right;
}

.uv-mobile.is-open {
    display: block;
}

.uv-mobile ul {
    list-style: none;
    margin: 6px 0 10px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.uv-mobile a {
    color: var(--uv-text);
    text-decoration: none;
    padding: 10px 6px;
    border-radius: 8px;
    display: block;
}

.uv-mobile a.active,
.uv-mobile a:hover {
        background: rgba(255,255,255,.06);
        color: var(--uv-white);
}

.dropdown {
    position: relative;
}

.uv-lang__btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .65rem;
    border: 1px solid var(--uv-chip-border);
    background: var(--uv-chip-bg);
    color: var(--uv-white);
    border-radius: .5rem;
    cursor: pointer;
    line-height: 1;
}

.uv-lang__btn:hover {
    outline: 1px solid var(--uv-ring);
}

.uv-lang__menu {
    position: absolute;
    right: 0;
    top: calc(100% + .5rem);
    min-width: 4rem;
    padding: .35rem;
    margin: 0;
    list-style: none;
    background: var(--uv-bg-2);
    border: 1px solid var(--uv-chip-border);
    border-radius: .5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    z-index: 99;
}

.uv-lang__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .6rem .75rem;
    border: 0;
    background: transparent;
    color: var(--uv-white);
    border-radius: .4rem;
    cursor: pointer;
    text-align: left;
}

.uv-lang__item:hover, .uv-lang__item:focus-visible {
    background: rgba(255,255,255,.06);
    outline: none;
}

.uv-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 1.3rem;
    border: 1px solid var(--uv-chip-border);
    border-radius: .25rem;
    font-size: .75rem;
    color: var(--uv-text);
    background: var(--uv-chip-bg);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* =====================================================================================
   HERO SECTION (uv-hero)
===================================================================================== */
.uv-hero {
    background: radial-gradient(60% 80% at 20% 10%, #0c1b3b 0%, #061127 60%);
    color: var(--text);
    padding: clamp(48px, 6vw, 96px) 0;
}

.uv-hero__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(20px,4vw,60px);
    align-items: center;
}

.uv-hero__title {
    line-height: .92;
    margin: 0 0 20px;
    font-weight: 900;
}

.uv-hero__title span {
    display: block;
    font-size: clamp(40px, 8vw, 114px);
    background: linear-gradient(90deg, #ffffff 20%, #f6f6ff 60%, #ffe2ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.uv-hero__title--pink {
    background: linear-gradient(90deg, var(--pink1), var(--pink2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 0 0 1.5rem 0;
}

.uv-hero__lead {
    max-width: 56ch;
    font-size: clamp(16px,1.6vw,20px);
    margin: 10px 0 28px;
    font-weight: inherit;
    color: white;
}

.uv-hero__lead em {
    color: rgb(255 126 149 / var(--tw-text-opacity, 1));
    font-style: normal;
    font-weight: 700;
}

.uv-hero__lead .heart {
    filter: drop-shadow(0 0 8px var(--ring));
}

.uv-hero__cta {
    display: inline-block;
    font-weight: 800;
    color: #241826;
    text-decoration: none;
    padding: 16px 26px;
    border-radius: 14px;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 78 109 / var(--tw-bg-opacity, 1));
    box-shadow: 0 12px 28px rgba(255,105,155,.35);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem;
    text-align: center;
}

.uv-hero__cta::after {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: -1;
    border-radius: 20px;
    background: radial-gradient(60% 60% at 50% 50%, rgba(255,126,174,.45), transparent 60%);
    filter: blur(10px);
}

.uv-hero__scene {
    position: relative;
    width: clamp(260px, 48vw, 520px);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
}

.uv-spiral {
    position: absolute;
    inset: 8% 10% 8% 8%;
    pointer-events: none;
    background: radial-gradient(80% 80% at 50% 50%, rgba(255, 153, 204, .22), transparent 60%), radial-gradient(50% 50% at 50% 50%, rgba(255, 120, 180, .32), transparent 65%);
    filter: blur(14px);
}

.uv-image-home-heart-qr {
    width: 100%;
    height: 100%;
}

/* =====================================================================================
   HOW-TO SECTION (hf) VARIABLES
===================================================================================== */
:root {
    --bg: #061127;
    --bg-2: #0b1831;
    --text: rgba(255,255,255,.88);
    --text-dim: rgba(255,255,255,.7);
    --white: #fff;
    --pink1: #ff77a6;
    --pink2: #ffb3c7;
    --ring: rgba(255,120,170,.45);
    --card: #0f1e3e;
    --card-edge: rgba(255,255,255,.06);
}

.hf {
    background: radial-gradient(70% 90% at 20% 10%, #0c1b3b 0%, var(--bg) 60%);
    color: var(--text);
    padding: clamp(40px,5vw,80px) 0;
}

.hf-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    gap: clamp(24px,4vw,72px);
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
}

.hf-title {
    margin: 0 0 10px;
    line-height: .92;
    font-weight: 900;
}

.hf-title span {
    display: block;
    font-size: clamp(32px,7.2vw,64px);
    background: linear-gradient(90deg,#ffffff 20%,#f6f6ff 60%,#ffe2ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hf-title .pink {
    background: linear-gradient(90deg,var(--pink1),var(--pink2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.arrow-home-how {
    transform: scaleX(-1);
    rotate: -85deg;
    margin: 0rem 7rem;
    max-width: 320px;
}

.hf-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, 1fr);
}

.hf-card {
    background: radial-gradient(120% 120% at 20% 0%, #17305f, var(--bg-2) 65%);
    border: 1px solid var(--card-edge);
    border-radius: 18px;
    padding: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(0,0,0,.35);
}

.hf-card::before {
    content: "";
    position: absolute;
    inset: -30% -30% auto -30%;
    height: 65%;
    background: radial-gradient(50% 60% at 50% 50%, var(--ring), transparent 60%);
    filter: blur(18px);
    opacity: .55;
    pointer-events: none;
}

.hf-card-title {
    text-align: center;
    font-weight: 800;
    color: var(--white);
    margin: 6px 0 10px;
    letter-spacing: .2px;
}

.hf-card img {
    width: 100%;
    height: auto;
    max-height: clamp(180px, 32vw, 260px);
    aspect-ratio: 1;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .45)) drop-shadow(0 0 24px rgba(255, 130, 190, .25));
}

/* =====================================================================================
   PRICING (prx) VARIABLES
===================================================================================== */
:root {
    --navy: #061127;
    --navy-2: #0b1831;
    --text: rgba(255,255,255,.88);
    --muted: rgba(255,255,255,.72);
    --white: #fff;
    --edge: rgba(255,255,255,.08);
    --ring: rgba(255,120,170,.4);
    --pink1: #ff77a6;
    --pink2: #ffb3c7;
    --cta: #ff6ea3;
    --cta-2: #ff86b5;
}

.prx {
    background: radial-gradient(70% 90% at 50% 0%, #0c1b3b 0%, var(--navy) 60%);
    color: var(--text);
}

.prx-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(40px,6vw,80px) 24px;
}

.prx-title {
    text-align: center;
    margin: 0 0 25px;
    line-height: 1;
    font-weight: 900;
    font-size: clamp(28px, 5.6vw, 56px);
    background: linear-gradient(90deg, #fff 20%, #f7f7ff 60%, #ffe2ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 0 0 25px;
}

.prx-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    width: 80%;
    margin: 0 auto;
    width: min(100%, 960px);
}

.prx-card {
    background: radial-gradient(120% 140% at 20% 0%, #17305f, var(--navy-2) 65%);
    border: 1px solid var(--edge);
    border-radius: 18px;
    padding: 3rem 3rem 3rem;
    position: relative;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.prx-card::before {
    content: "";
    position: absolute;
    inset: -30% -30% auto -30%;
    height: 60%;
    background: radial-gradient(50% 60% at 50% 50%, var(--ring), transparent 60%);
    filter: blur(18px);
    opacity: .55;
    pointer-events: none;
}

.prx-card.premium {
    border-color: rgba(255,120,170,.5);
}

.prx-card.premium::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        pointer-events: none;
        box-shadow: 0 0 0 1px rgba(255,120,170,.35) inset, 0 0 28px rgba(255,120,170,.18) inset;
}

.prx-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 22px;
}

.prx-emoji-bear {
    width: 84px;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.35));
}

.prx-emoji-heart {
    width: 7rem;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.35));
}


.prx-plan-name {
    display: block;
    color: var(--muted);
    font-weight: 700;
    margin-bottom: 6px;
}

.prx-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.prx-currency {
    font-weight: 800;
    font-size: clamp(20px,2.4vw,26px);
    color: var(--white);
}

.prx-amount {
    font-weight: 900;
    font-size: clamp(36px,5.6vw,64px);
    color: var(--white);
    line-height: .9;
}

.prx-badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0rem;
    background: linear-gradient(180deg, #ff7cad, #ff6ea3 60%, #ff86b5);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 900;
    letter-spacing: .4px;
    border-radius: 1000px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 10px 24px rgba(255, 105, 155, .35);
    margin: 0 auto;
}

.prx-feats {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 14px;
}

.prx-feats li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ico {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    font-size: 14px;
}

.ico.ok {
    background: rgba(73,222,142,.18);
    border: 1px solid rgba(73,222,142,.35);
}

.ico.ok::before {
        content: "✓";
        color: #65f3b0;
        font-weight: 900;
}

.ico.no {
    background: rgba(255,130,170,.15);
    border: 1px solid rgba(255,130,170,.35);
}

.ico.no::before {
        content: "✕";
        color: #ff8db2;
        font-weight: 900;
}

.prx-cta {
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #2a1830;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--cta-2), var(--cta) 60%, var(--cta-2));
    box-shadow: 0 12px 28px rgba(255, 105, 155, .35);
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
}

.prx-cta:hover {
    filter: brightness(1.03);
}

/* =====================================================================================
   FAQ (faq) VARIABLES
===================================================================================== */
:root {
    --bg: #061127;
    --bg-2: #0b1831;
    --text: rgba(255,255,255,.88);
    --muted: rgba(255,255,255,.72);
    --white: #fff;
    --edge: rgba(255,255,255,.08);
    --pink1: #ff77a6;
    --pink2: #ffb3c7;
}

.faq {
    background: radial-gradient(70% 90% at 50% 0%, #0c1b3b 0%, var(--bg) 60%);
    color: var(--text);
    padding: clamp(40px,6vw,80px) 0;
}

.faq-wrap {
    max-width: min(100%, 760px);
    margin: 0 auto;
    padding: 0 24px;
}

.faq-title {
    text-align: center;
    margin: 0 0 28px;
    line-height: 1;
    font-weight: 900;
    font-size: clamp(28px, 5.6vw, 56px);
    background: linear-gradient(90deg, #fff 20%, #f7f7ff 60%, #ffe2ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 0 0 28px;
}

.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.faq-item {
    border-bottom: 1px solid var(--edge);
    padding: 14px 0;
}

.faq-q {
    margin: 0;
}

.faq-toggle {
    width: 100%;
    background: transparent;
    border: 0;
    color: var(--white);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 15px;
    text-align: left;
    padding: 5px 5px;
    cursor: pointer;
    border-radius: 10px;
}

.faq-toggle:hover {
    background: rgba(255,255,255,.04);
}

.faq-toggle[aria-expanded="true"] .q-text {
    background: linear-gradient(90deg,var(--pink1),var(--pink2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.q-text {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
}

[aria-expanded="true"] .q-text {
    background: linear-gradient(90deg,var(--pink1),var(--pink2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.q-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.5);
    display: grid;
    place-items: center;
    position: relative;
}

.q-icon .line {
    position: absolute;
    width: 16px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
}

.q-icon .line.v {
        transform: rotate(90deg);
        transition: opacity .2s;
}

.faq-a {
    color: var(--muted);
    font-size: clamp(14px,1.6vw,16px);
    margin: 6px 0 10px;
    padding: 0 6px 8px 6px;
    max-width: 75ch;
}

/* =====================================================================================
   FINAL CTA (cta-finaly) VARIABLES
===================================================================================== */
:root {
    --navy: #061127;
    --navy-2: #0b1831;
    --edge: rgba(255,255,255,.12);
    --text: rgba(255,255,255,.88);
    --muted: rgba(255,255,255,.72);
    --white: #fff;
    --ring: rgba(255,120,170,.45);
    --cta1: #ff7cad;
    --cta2: #ff6ea3;
}

.cta-finaly {
    background: radial-gradient(70% 90% at 50% 0%, #0c1b3b 0%, var(--navy) 60%);
    padding: clamp(24px, 4vw, 52px) 0;
    color: var(--text);
}

.cta-finaly-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px;
    border: 1px solid var(--edge);
    border-radius: 12px;
    background: linear-gradient(180deg, var(--navy-2), var(--navy));
    display: grid;
    align-items: center;
    gap: 22px;
    grid-template-columns: auto 1fr auto;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .35);
    width: min(100%, 760px);
}

.cta-finaly-qr {
    width: clamp(84px, 12vw, 130px);
    height: auto;
    border-radius: 10px;
    border: 4px solid var(--white);
    filter: drop-shadow(0 14px 26px rgba(0,0,0,.45)) drop-shadow(0 0 24px var(--ring));
    background-color: white;
}

.cta-finaly-text {
    min-width: 0;
}

.cta-finaly-title {
    margin: 0 0 6px;
    line-height: 1.05;
    font-weight: 900;
    font-size: clamp(20px, 3vw, 36px);
    color: var(--white);
}

.cta-sub {
    margin: 0;
    color: var(--muted);
}

.cta-finaly-btn {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    font-weight: 900;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding: 16px 24px;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(180deg, var(--cta1), var(--cta2) 60%, var(--cta1));
    box-shadow: 0 14px 28px rgba(255,105,155,.35);
    position: relative;
    font-size: 1.2rem
}

.cta-finaly-btn::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 18px;
    z-index: -1;
    background: radial-gradient(60% 60% at 50% 50%, rgba(255,126,174,.48), transparent 60%);
    filter: blur(10px);
}

.cta-finaly-btn:hover {
    filter: brightness(1.03);
}

/* =====================================================================================
   FOOTER (app-footer)
===================================================================================== */
.app-footer {
    --bg: #0b1523;
    --fg: #c7d2e3;
    --muted: #8ea0b8;
    --line: #223047;
    --link: #e6eef9;
    --hover: #ffffff;
    background: var(--bg);
    color: var(--fg);
    border-top: 1px solid var(--line);
}

.app-footer .container {
    max-width: 1200px;
    margin-inline: auto;
    padding: 4.5rem 1.25rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: start;
    gap: 1.5rem 1rem;
    margin: 0 auto;
}

.brand {
    display: grid;
    gap: .35rem;
    align-content: start;
}

.brand__logo {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--link);
    text-decoration: none;
}

.brand__tagline {
    margin: .5rem 0 1rem;
    color: var(--muted);
    line-height: 1.5;
}

.brand__copy {
    font-size: .9rem;
    color: var(--muted);
}

.author-chip {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .45rem .7rem .45rem .8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,255,255,.02);
    color: var(--fg);
    text-decoration: none;
    max-width: 15.5rem;
}

.author-chip img {
    border-radius: 999px;
    display: block;
}

.social {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.social__btn {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.02);
}

.social__btn svg {
    width: 18px;
    height: 18px;
    fill: var(--fg);
    opacity: .9;
}

.social__btn:hover svg {
    opacity: 1;
}

.col-title {
    margin: .2rem 0 1rem;
    font-size: .95rem;
    letter-spacing: .02em;
    color: var(--link);
    font-weight: 700;
}

.col-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .6rem;
}

.col-list a {
    color: var(--fg);
    text-decoration: none;
    opacity: .9;
}

.col-list a:hover {
    color: var(--hover);
    opacity: 1;
}

.cnpj {
    margin-top: 1rem;
    color: var(--muted);
    font-size: .9rem;
}

/* =====================================================================================
   CREATE PAGE (create-*)
   Palette & Base
===================================================================================== */
:root {
    --bg: #071824;
    --panel: #1f2832;
    --panel-2: #242f3a;
    --card: #2a333d;
    --line: #2a3b51;
    --text: #e8f0fb;
    --muted: #b6c4da;
    --pink: #ff5ca8;
    --accent: #aee3ff;
    --accent-2: #87c6ff;
}

.create-shell {
    background: var(--bg);
    padding: 2.5rem 1rem 2.5rem;
    color: var(--text);
}

.create-header {
    max-width: 1120px;
    margin: 1.5rem auto 1.25rem;
}

.create-header h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin: 0;
}

.create-header p {
    color: var(--muted);
    margin-top: .25rem;
}

.create-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 2rem;
}

.plan-selector {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    width: min(100%, 480px);
}

.plan-selector__options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
}

.plan-pill {
    border: 1px solid var(--line);
    background: #102030;
    color: var(--text);
    padding: .65rem 1rem;
    border-radius: .75rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.plan-pill.active {
    background: #0f2234;
    border-color: var(--accent-2);
    box-shadow: 0 0 0 2px rgba(135,198,255,.25) inset;
    text-align: left;
}

.form-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.field-couple-name {
    margin: 0 1rem 0 0;
}

.field {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.field--dt .dt-grid {
    display: flex;
    gap: .75rem;
    width: 100%;
}

.field label {
    display: block;
    margin: .25rem 0 .4rem;
    color: var(--muted);
    font-weight: 600;
}

.ipt {
    background: #0d1c2a;
    border: 1.5px solid #2a3b51;
    color: var(--text);
    border-radius: .6rem;
    padding: .85rem 1rem;
    outline: none;
    width: 100%;
}

.ipt:focus {
    border-color: var(--accent-2);
    box-shadow: 0 0 0 3px rgba(135,198,255,.18);
}

.ipt--area {
    min-height: 170px;
    resize: vertical;
    width: 100%;
}

.ipt-with-icon {
    position: relative;
    margin: 0 3rem 0 0;
    width: 50%;
}

.ipt-with-icon svg {
    position: absolute;
    left: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: var(--muted);
}

.ipt-with-icon .ipt {
    padding-left: 2.3rem;
}

.start-at-time {
    height: 1rem !important;
    width: 55% !important;
}

.upload {
    display: grid;
    gap: .75rem;
}

.upload-btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    border: 1.5px dashed #2a3b51;
    background: #0d1c2a;
    padding: 0.9rem 1rem;
    border-radius: .7rem;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.upload-btn .cam svg {
    width: 18px;
    height: 18px;
    fill: var(--muted);
}

.hidden-file {
    display: none;
}

.upload-thumbs {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.upload-thumbs img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: .5rem;
    border: 1px solid #2a3b51;
}

.upload-thumb {
    position: relative;
}

.upload-thumb--loading img {
    opacity: 0.35;
    filter: grayscale(0.2);
}

.upload-thumb__placeholder {
    width: 52px;
    height: 52px;
    border-radius: .5rem;
    border: 1px solid #2a3b51;
    background: #101e2c;
    display: grid;
    place-items: center;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.upload-thumb__spinner {
    width: 22px;
    height: 22px;
    border: 3px solid #2a3b51;
    border-top-color: #fff;
    border-radius: 50%;
    animation: upload-spinner 1s linear infinite;
}

@keyframes upload-spinner {
    to {
        transform: rotate(360deg);
    }
}

.remove-photo {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #18293a;
    border: 1px solid #2a3b51;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .2s ease;
}

.remove-photo:hover {
    background: #25384d;
}

.preview-col {
    position: relative;
    left: 5rem;
    bottom: 10rem;
    width: 20rem;
}

.preview-title {
    text-align: center;
    color: var(--muted);
    margin: 0 0 .8rem;
    font-weight: 700;
    font-size: 1.1rem;
}

.device {
    background: #2b2f34;
    border: 1px solid #1e232a;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 16px 36px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.02);
}

.device-top {
    display: flex;
    gap: .35rem;
    margin-bottom: .8rem;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
    opacity: .9;
}

.dot.red {
    background: #ff5f57;
}

.dot.yellow {
    background: #ffbd2e;
}

.dot.green {
    background: #28c840;
}

.urlbar {
    background: #e9eef6;
    color: #0c2439;
    border-radius: .6rem;
    padding: .5rem .8rem;
    font-weight: 700;
    text-align: center;
    font-size: .95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-name {
    margin: 1rem 0 .5rem;
    text-align: center;
    font-weight: 800;
    font-size: 1.20rem;
    color: var(--text);
}

.photo-area {
    background: #1f2328;
    border: 1.5px dashed #3a4656;
    height: 260px;
    border-radius: .6rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    width: clamp(240px, 45%, 360px);
    margin: 0 auto;
}

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

.photo-ph svg {
    width: 42px;
    height: 42px;
    fill: #6f7f93;
    opacity: .9;
}

.photo-status {
    margin-top: .55rem;
    text-align: center;
    color: var(--muted);
    font-size: .95rem;
}

.counter {
    text-align: center;
    color: var(--text);
    padding: .9rem 0 .2rem;
}

.counter strong {
    display: block;
    margin-bottom: .25rem;
}

.counter-line {
    font-weight: 700;
}

.counter-line.small {
    color: var(--muted);
    font-size: .95rem;
}

.preview-message {
    margin: .4rem 0 0;
    text-align: center;
    color: var(--muted);
    line-height: 1.5;
    min-height: 3.2rem;
}

.cta-wrap {
    display: grid;
    place-items: center;
    gap: .35rem;
    padding-top: .6rem;
}

.cta-btn {
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: .8rem;
    border: 1px solid #27364a;
    background: linear-gradient(180deg, #9ccfff, #7bbcff);
    color: #0b1e30;
    font-weight: 800;
    font-size: 1.25rem;
}

.cta-btn[disabled] {
    background: #5e728a;
    color: #e4edf8;
    opacity: .7;
    cursor: not-allowed;
}

.cta-hint {
    color: #afbed2;
}

.validation-summary-errors ul {
    margin: .5rem 0;
    padding-left: 1.2rem;
}

.validation-message {
    color: #ff9fb7;
    font-size: .9rem;
}

/* =====================================================================================
   Couple Page (layout do print)
===================================================================================== */
.cp-page-click {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    background: radial-gradient(60% 80% at 20% 10%, #0c1b3b 0%, #061127 60%);
}

.cp-page {
    background: var(--bg);
    padding: clamp(28px,5vw,48px) 0 60px;
}

.cp-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .65rem 1rem;
    border-radius: .6rem;
    background: rgba(255, 122, 168, .10);
    border: 1px solid rgba(255, 122, 168, .35);
    color: #ffb1c8;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    backdrop-filter: saturate(140%) blur(2px);
    transition: transform .08s ease, filter .2s ease;
}

.cp-btn:hover {
    filter: brightness(1.06);
}

.cp-btn:active {
    transform: translateY(1px);
}

.cp-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.cp-heart {
    font-size: 1.1rem;
    line-height: 1;
}

.cp-logo {
    margin: 0.5rem auto;
    width: 5%;
}

.cp-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin: 0 auto;
}

.logo-cp-uss-love {
    width: 1.75rem;
    height: 1.75rem;
}

.cp-brand-text {
    font-size: 1rem;
    line-height: 2.25rem;
    font-weight: bolder;
    color: white;
}

.cp-couple-name {
    width: 100%;
}

.cp-text-couple-name {
    font-size: 2rem;
    color: white;
    text-align: center;
}

.cp-stack {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 0 14px;
}

.cp-card {
    border: 1px solid var(--edge);
    border-radius: 20px;
    overflow: hidden;
    background: #0f1e3e;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .45);
    width: 35vh;
    height: 60vh;
    margin: 0 auto;
}

.cp-card__img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
    width: 35vh;
    height: 60vh;
}

.cp-dot {
    margin: 0.4rem;
}

.cp-heading {
    margin: 6px 0 0;
    font-weight: 800;
    color: var(--white);
}

.cp-counter {
    margin: 6px 0 8px;
    color: var(--white);
}

.cp-counter__line {
    font-weight: 800;
    font-size: clamp(16px,2vw,18px);
}

.cp-counter__line.small {
    color: var(--muted);
    font-weight: 600;
    font-size: clamp(14px,1.8vw,16px);
}

.cp-divider {
    height: 1px;
    width: 82%;
    margin: 10px auto 14px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}

.cp-subtitle {
    margin: 0 0 10px;
    color: var(--white);
    font-weight: 700;
}

.cp-video {
    position: relative;
    width: 60%;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--edge);
    box-shadow: 0 18px 36px rgba(0,0,0,.35);
}

.cp-video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.cp-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* =====================================================================================
   QR PAGE
===================================================================================== */

:root {
    --bg: #061127;
    --bg2: #0b1831;
    --text: rgba(255,255,255,.88);
    --muted: rgba(255,255,255,.72);
    --edge: rgba(255,255,255,.12);
    --white: #fff;
    --ring: rgba(255,120,170,.45);
    --cta1: #ff86b5;
    --cta2: #ff6ea3;
}

.qr-wrap {
    background: radial-gradient(70% 90% at 50% 0%, #0c1b3b 0%, var(--bg) 60%);
    min-height: 88dvh;
    display: grid;
    place-items: center;
    padding: clamp(24px,4vw,48px) 16px;
    color: var(--text);
}

.qr-skeleton {
    width: min(960px, 95vw);
    height: 520px;
    border-radius: 18px;
    border: 1px solid var(--edge);
    background: linear-gradient(90deg, #11213f 20%, #163058 40%, #11213f 60%);
    background-size: 160% 100%;
    animation: sk 1.3s infinite linear;
}

@keyframes sk {
    to {
        background-position: -160% 0;
    }
}

.qr-card {
    width: min(30rem, 96vw);
    border: 1px solid var(--edge);
    border-radius: 14px;
    background: linear-gradient(180deg, var(--bg2), var(--bg));
    box-shadow: 0 18px 36px rgba(0,0,0,.35);
    padding: clamp(18px,3vw,32px);
    text-align: center;
    position: relative;
    overflow: hidden;
    gap: clamp(18px, 4vw, 32px);
}

.qr-card::before {
    content: "";
    position: absolute;
    height: 60%;
    pointer-events: none;
}

.qr-head {
    margin-bottom: 12px;
}

.qr-title {
    margin: 0 0 6px;
    font-weight: 900;
    line-height: 1.05;
    font-size: clamp(22px,3.6vw,36px);
    color: var(--white);
}

.qr-sub {
    margin: 0;
    color: var(--muted);
}

.qr-figure {
    margin: 18px auto 14px;
}

.qr-img {
    width: clamp(13rem, 26vw, 18rem);
    height: auto;
    border-radius: 10px;
    background: #0f1e3e;
    border: 6px solid var(--white);
    filter: drop-shadow(0 14px 26px rgba(0,0,0,.45)) drop-shadow(0 0 24px var(--ring));
}

.qr-actions {
    display: grid;
    gap: 10px;
    justify-items: center;
    margin-top: 6px;
}

.qr-actions > * {
    width: min(360px, 100%);
}

.qr-or {
    color: var(--muted);
    font-weight: 700;
}

.qr-btn {
    border: 0;
    cursor: pointer;
    font-weight: 900;
    color: #241826;
    padding: 14px 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, var(--cta1), var(--cta2) 60%, var(--cta1));
    box-shadow: 0 14px 28px rgba(255, 105, 155, .35);
    color: white;
    font-size: 1rem;
    width: 100%;
}

.qr-btn:hover {
    filter: brightness(1.03);
}

.qr-link {
    color: var(--text);
    text-decoration: none;
    font-weight: 800;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px dashed rgba(255,255,255,.2);
    display: inline-block;
    width: 100%;
}

.qr-link:hover {
    background: rgba(255,255,255,.04);
}

.qr-ghost {
    background: transparent;
    color: var(--muted);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 800;
    cursor: pointer;
    width: 100%;
}

.qr-ghost:hover {
    background: rgba(255,255,255,.06);
    color: var(--white);
}

.qr-edit {
    margin-top: 16px;
}

.qr-edit-btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 10px;
    background: linear-gradient(180deg, #e16f9a, #fc7faf 60%, #eb6e9c);
    box-shadow: 0 10px 20px rgba(255, 160, 185, .25);
}

:root {
    --bg: #061127;
    --bg2: #0b1831;
    --text: rgba(255,255,255,.88);
    --muted: rgba(255,255,255,.72);
    --edge: rgba(255,255,255,.12);
    --white: #fff;
    --ring: rgba(255,120,170,.45);
    --cta1: #ff86b5;
    --cta2: #ff6ea3;
}

.sc-wrap {
    min-height: 81.3dvh;
    background: radial-gradient(70% 90% at 50% 0%, #0c1b3b 0%, var(--bg) 60%);
    display: grid;
    place-items: center;
    padding: clamp(24px,5vw,56px) 16px;
    color: var(--text);
}

.sc-card {
    width: min(820px, 96vw);
    border: 1px solid var(--edge);
    border-radius: 14px;
    background: linear-gradient(180deg, var(--bg2), var(--bg));
    box-shadow: 0 18px 36px rgba(0, 0, 0, .35);
    padding: clamp(18px, 3vw, 28px);
    position: relative;
    overflow: hidden;
    top: 0rem;
    margin: 0 auto;
}

.sc-card::before {
    content: "";
    position: absolute;
    inset: -30% -30% auto -30%;
    height: 60%;
    background: radial-gradient(50% 60% at 50% 50%, var(--ring), transparent 60%);
    filter: blur(18px);
    opacity: .55;
    pointer-events: none;
}

.sc-head {
    text-align: center;
    margin-bottom: 8px;
}

.sc-title {
    margin: 4px 0 6px;
    font-weight: 900;
    color: var(--white);
    font-size: clamp(22px,3.6vw,32px);
}

.sc-sub {
    margin: 0;
    color: var(--muted);
}

.sc-check {
    color: #ffd2e4;
    display: flex;
    justify-content: center;
}

.sc-btn {
    border: 0;
    cursor: pointer;
    font-weight: 900;
    color: white;
    padding: 12px 16px;
    border-radius: 12px;
    min-width: 180px;
    background: linear-gradient(180deg, var(--cta1), var(--cta2) 60%, var(--cta1));
    box-shadow: 0 14px 28px rgba(255,105,155,.35);
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.sc-hint {
    text-align: center;
    color: var(--muted);
    margin-top: 8px;
}

.sc-error {
    margin-top: 12px;
    color: #ffdede;
    background: rgba(255,80,120,.12);
    border: 1px solid rgba(255,120,170,.45);
    padding: 10px 12px;
    border-radius: 10px;
}

.sc-skel {
    width: min(820px,96vw);
    height: 420px;
    border-radius: 14px;
    border: 1px solid var(--edge);
    background: linear-gradient(90deg,#11213f 20%,#163058 40%,#11213f 60%);
    background-size: 160% 100%;
    animation: sk 1.3s linear infinite;
}

@keyframes sk {
    to {
        background-position: -160% 0;
    }
}

/* =====================================================================================
   EDITE PAGE
===================================================================================== */

.edit-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-go {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .7rem;
    border-radius: .6rem;
    background: rgba(255, 122, 168, .10);
    border: 1px solid rgba(255, 122, 168, .35);
    color: #ffb1c8;
    font-weight: 700;
    text-decoration: none;
}

.edit-go:hover {
    filter: brightness(1.06);
}

.edit-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.edit-actions {
    display: grid;
    gap: 0.3rem;
    max-width: 45rem;
    position: relative;
    left: 0;
    padding: 0 .25rem;
    margin: 0 auto;
    width: 100%;
}

.field .field--dt .edit-date {
    gap: 5rem;
}

.edit-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .75rem !important;
    width: 100% !important;
}

.edit-name {
    width: 100%;
    height: 5rem;
    margin: 5rem 0 0 0;
}

.edit-date .ipt-with-icon-start-at-time-edit {
    position: relative;
}

.edit-date {
    margin: 1rem 0 0 0;
    width: 100%;
}

.edit-message {
    margin: 1rem 0 0rem 0;
}

.edit-music {
    margin: 1rem 0 2.5rem 0;
    height: 5rem !important;
}

/* =====================================================================================
   LEGAL PAGES (Terms of Use)
===================================================================================== */
.legal-page {
    max-width: 960px;
    margin: 6rem auto 4rem;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: white;
    background-color: #061127;
}

.legal-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
}

.legal-header h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: white;
}

.legal-updated {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.legal-intro {
    margin: 0;
    font-size: 1.05rem;
    color: white;
}

.legal-section {
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 18px 36px -24px rgba(7, 18, 37, 0.3);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background-color: #0b1523;
}

.legal-section h2 {
    margin: 0;
    font-size: 1.35rem;
    color: white;
}

.legal-section p {
    margin: 0;
    font-size: 1rem;
    color: white;
}

.legal-section ul {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.4rem;
    color: white;
}

.legal-section ul li {
    line-height: 1.5;
}

@media (max-width: 1366px) {
    .start-at-time {
        width: 88%;
    }
}

@media (max-width: 1180px) {
    .arrow-home-how {
        max-width: 260px;
    }

    .start-at-time {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .create-grid {
        grid-template-columns: 1fr;
    }

    .preview-col {
        order: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .ipt {
        width: 95%;
    }

    .ipt--area {
        width: 95%;
    }

    .upload-btn {
        width: 95%;
    }

    .qr-btn {
        margin: 0 auto;
    }

    .qr-or {
        text-align: center;
        margin: 0 2rem;
    }

    .qr-link {
        width: 95%;
        text-align: center;
    }

    .qr-ghost {
        margin: 0 auto;
    }

    .qr-edit-btn {
        margin: 0 10.8rem;
    }

    .footer-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 980px) {
    .uv-hero__wrap {
        grid-template-columns: 1fr;
    }

    .uv-hero__scene {
        order: -1;
        width: clamp(240px, 72vw, 440px);
        margin-bottom: 18px;
    }

    .uv-hero__title span {
        font-size: clamp(36px, 12vw, 72px);
    }

    .hf-wrap {
        grid-template-columns: 1fr;
    }

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

    .hf-card img {
        max-height: 220px;
    }

    .hf-arrow {
        width: 100%;
    }

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

    .prx-badge {
        top: -10px;
    }

    .footer-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

}

@media (max-width: 900px) {
    .uv-lang {
        display: none;
    }

    .uv-links {
        display: none;
    }

    .uv-lang {
        display: none;
    }

    .uv-wrap {
        grid-template-columns: auto 1fr auto;
    }

    .uv-burger {
        display: inline-flex;
        justify-self: end;
    }

    .uv-mobile {
        display: none;
    }

    .uv-mobile.is-open {
        display: block;
    }

    .prx-grid {
        width: 100%;
    }

    .faq-wrap {
        max-width: 100%;
    }

    .cta-finaly-wrap {
        width: 100%;
        grid-template-columns: auto 1fr;
        gap: 16px;
    }

    .cta-finaly-btn {
        grid-column: span 2;
        justify-self: end;
    }

    .cta-finaly-wrap {
        width: 90%;
    }

    .qr-card {
        display: grid;
        align-items: center;
        text-align: left;
    }

    .qr-head,
    .qr-edit {
        text-align: left;
    }

    .qr-figure {
        margin: 0;
        justify-self: center;
    }

    .qr-actions {
        justify-items: start;
    }

    .qr-actions > * {
        width: min(420px, 100%);
    }

    .qr-link {
        width: 95% !important;
    }
}

@media (max-width: 768px) {
    .legal-page {
        margin: 5rem auto 3rem;
        gap: 2rem;
    }

    .legal-section {
        padding: 1.5rem;
    }
}

@media (max-width: 700px) {
    .arrow-home-how {
        margin: 0 auto;
        max-width: 185px;
        rotate: -60deg;
    }
}

@media (max-width: 640px) {
    .create-shell {
        width: 91.5%;
        padding: 1.5rem 1rem 2.5rem;
    }

    .create-header {
        text-align: center;
    }

    .create-grid {
        gap: 1.25rem;
    }

    .plan-selector {
        width: 100%;
    }

    .plan-selector__options {
        justify-content: center;
    }

    .plan-pill {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: .7rem .9rem;
    }

    .field-grid {
        gap: 1rem;
    }

    .field-couple-name {
        margin: 0;
    }

    .field--dt .dt-grid {
        flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .field--dt .dt-grid,
    .ipt-with-icon {
        gap: .6rem;
        width: 100%;
        margin: 0;
    }

    .ipt {
        padding: .75rem .9rem;
        width: 91%;
    }

    .ipt--area {
        min-height: 140px;
        width: 91%;
    }

    .upload-btn {
        padding: .8rem .95rem;
        width: 91%;
    }

    .ipt-with-icon {
        width: 100%;
        margin: 0;
    }

    .ipt-with-icon .ipt {
        padding-left: 2.3rem;
    }

    .start-at-date {
        width: 85% !important;
    }

    .start-at-time {
        height: 1rem !important;
        width: 85% !important;
    }

    .preview-col {
        width: 100%;
    }

    .device {
        max-width: 100%;
    }

    .photo-area {
        width: 100%;
        max-width: 360px;
    }

    .qr-card {
        padding: clamp(16px, 6vw, 22px);
        width: 17rem;
        text-align: center;
    }

    .qr-link {
        margin: 0rem -0.6rem;
    }

    .qr-edit-btn {
        margin: 0 4.35rem;
    }

    .qr-title {
        font-size: clamp(22px, 6vw, 28px);
    }

    .qr-img {
        width: clamp(11.5rem, 48vw, 14.5rem);
    }

    .app-footer .container {
        padding: 2rem 1rem;
    }

    .app-footer {
        text-align: center;
    }

    .footer-grid {
        justify-items: center;
        gap: 1.25rem;
    }

    .author-chip {
        margin: 0 auto;
    }

    .brand__logo,
    .author-chip,
    .social,
    .col-list {
        justify-content: center;
        text-align: center;
    }

    .col-list {
        display: grid;
    }

    .edit-top {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem;
    }

    .edit-grid {
        grid-template-columns: 1fr !important;
    }

    .edit-name {
        margin-top: 2rem;
        height: auto;
    }

    .edit-actions {
        padding: 0;
        width: 100%;
    }

    .edit-date {
        width: 93%;
    }

    .edit-date .ipt-with-icon-start-at-time-edit {
        position: sticky;
    }
}

@media (max-width: 560px) {
    .cta-finaly-wrap {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 16px;
        width: 80%;
    }

    .cta-finaly-btn {
        grid-column: auto;
        justify-self: center;
        width: 80%;
        max-width: 340px;
    }

    .cta-finaly-qr {
        margin: 0 auto;
    }
}