/* =====================================================================
   EXTENDED V6 — LANDING PAGE
   ===================================================================== */


/* RESET & NORMALIZE */
/*********************************************************************/

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body { width: 100%; background: #161718; font-family: 'Manrope', Arial, sans-serif; font-size: 16px; line-height: 140%; font-weight: 500; text-align: left; color: #95a0ad; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: rgba(0,0,0,0); }
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, strong, em, b, i, section, header, footer, nav, article, aside, figure, figcaption { padding: 0; margin: 0; border: 0; vertical-align: baseline; outline: none; }
section, header, footer, nav, article, aside, figure, figcaption, main { display: block; }
ol, ul { list-style: none; }
img { max-width: 100%; border: 0; }
strong { font-weight: 800; }
a { background-color: transparent; color: #fff; transition: color .2s ease; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: none !important; }
:focus { outline: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 800; }


/* LAYOUT GENERAL */
/*********************************************************************/

#main { width: 100%; overflow: hidden; position: relative; }
.section { position: relative; width: 100%; }
.lp-inner { width: 100%; max-width: 1460px; padding: 0 30px; margin: 0 auto; position: relative; display: block; z-index: 2; }
.clear { clear: both; }

.heading h1 { font-size: 75px; line-height: 90px; font-weight: 300; letter-spacing: -1.5px; color: #fff; }
.heading.v4 h2 { font-size: 75px; line-height: 102px; font-weight: 300; letter-spacing: -1.5px; color: #fff; text-align: center; }
.heading.v2 h2 { font-size: 50px; line-height: 68px; font-weight: 300; letter-spacing: -1px; color: #fff; text-align: center; }
.heading.v2 h2 strong { font-weight: 800; }
.heading.v3 h2 { font-size: 50px; line-height: 55px; font-weight: 800; letter-spacing: -1.5px; color: #fff; }
.heading.v3 h3 { font-size: 50px; line-height: 68px; font-weight: 800; letter-spacing: -1px; color: #fff; }

p { font-size: 18px; line-height: 26px; color: #95a0ad; }

.buton { display: inline-block; min-width: 250px; height: 60px; line-height: 60px; padding: 0 25px; border-radius: 50px; background: #de3549; color: #fff; font-size: 18px; font-weight: 800; letter-spacing: -.36px; text-align: center; transition: background-color .25s ease; }
.buton:hover { background: #c22b3d; color: #fff; }

/* iconite */
.ico { display: block; }
.ico.fb, .ico.insta, .ico.li { width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; }
.ico.fb { background-size: 20px 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E"); }
.ico.insta { background-size: 18px 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4.2' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='17.4' cy='6.6' r='1.4' fill='%23fff'/%3E%3C/svg%3E"); }
.ico.li { background-size: 18px 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3C448 46.5 433.6 32 416 32zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E"); }
.ico.faq-open { width: 20px; height: 20px; position: relative; }
.ico.faq-open:before, .ico.faq-open:after { content: ''; position: absolute; left: 50%; top: 50%; width: 20px; height: 2px; margin: -1px 0 0 -10px; background: currentColor; }
.ico.faq-open:after { transform: rotate(90deg); }
.activ .ico.faq-open:after { display: none; }


/* HEADER STICKY */
/*********************************************************************/

#header { --hd-top: 90px; --hd-stuck-top: 20px; position: fixed; left: 0; top: var(--hd-top); width: 100%; z-index: 9000; transition: top .45s cubic-bezier(.22,1,.36,1); }
#header.lp-stuck { top: var(--hd-stuck-top); }

/* --hd-h = inaltimea barei; raza capetelor e jumatate din ea, si de ea se aga luciul */
#header .hd-inner { --hd-h: 70px; width: 900px; max-width: calc(100% - 60px); height: var(--hd-h); margin: 0 auto; padding: 0 10px 0 30px; border-radius: 100px; position: relative; isolation: isolate; display: flex; align-items: center;
    background-image: linear-gradient(180deg, rgba(50,57,62,.5) 0%, rgba(42,48,54,.5) 30%, rgba(42,48,54,.5) 60%, rgba(32,39,44,.5) 100%);
    box-shadow: inset 0 1px 2px -1px rgba(255,255,255,.10), inset 0 -1px 2px -1px rgba(255,255,255,.09);
    transition: background-color .3s ease, box-shadow .3s ease; }

/* inelul de baza — valorile masurate din Figma, discret, pe tot conturul */
#header .hd-inner:before { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; padding: 1px; pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.16) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; }

/* LUCIUL — doua conice ancorate in centrele capetelor, ca reflexia sa fie un arc, nu o banda.
   Unghiurile CSS: 0deg = in sus, creste in sens orar. Lumina cade pe diagonala stanga-jos /
   dreapta-sus; colturile stanga-sus si dreapta-jos raman stinse (acolo valorile sunt 0). */
#header .hd-inner:after { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; padding: 1.5px; pointer-events: none;
    background:
      conic-gradient(from 0deg at calc(var(--hd-h) / 2) 50%,
        rgba(255,255,255,0) 0deg, rgba(255,255,255,0) 72deg,
        rgba(255,255,255,.08) 112deg, rgba(255,255,255,.27) 152deg,
        rgba(255,255,255,.48) 200deg, rgba(255,255,255,.35) 244deg,
        rgba(255,255,255,.08) 282deg, rgba(255,255,255,0) 312deg, rgba(255,255,255,0) 360deg),
      conic-gradient(from 0deg at calc(100% - var(--hd-h) / 2) 50%,
        rgba(255,255,255,.40) 0deg, rgba(255,255,255,.42) 26deg, rgba(255,255,255,.26) 64deg,
        rgba(255,255,255,.06) 100deg, rgba(255,255,255,0) 134deg, rgba(255,255,255,0) 256deg,
        rgba(255,255,255,.08) 296deg, rgba(255,255,255,.28) 336deg, rgba(255,255,255,.40) 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; }

/* La sticky bara e cu 20% mai transparenta. Opacitatea efectiva e compunerea a doua straturi:
   gradientul de fill (alfa .5) peste background-color. Inainte: 1-(1-.5)(1-.72) = .86.
   Tinta .86 x 0.8 = .688, care cere alfa .376 pe culoarea de dedesubt. */
#header.lp-stuck .hd-inner { background-color: rgba(26,30,35,.376);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,.4); }
#header .logo { flex: 0 0 auto; display: block; width: 154px; height: 30px; line-height: 0; }
#header .logo img { display: block; width: 100%; height: 100%; }
#header .hd-nav { display: flex; align-items: center; gap: 40px; margin-left: auto; }
#header .hd-nav .item a { font-size: 16px; line-height: 22px; font-weight: 800; color: #fff; white-space: nowrap; }
#header .hd-nav .item a:hover { color: #de3549; }
#header .hd-cta { flex: 0 0 auto; margin-left: 40px; width: 180px; height: 50px; line-height: 48px; border-radius: 25px; background: #de3549; color: #fff; font-size: 16px; font-weight: 800; text-align: center; transition: background-color .25s ease; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; }
#header .hd-cta:hover { background: #c22b3d; }


/* MENIU MOBIL — hamburger + sidebar */
/*********************************************************************/

.meniu-m { width: 40px; height: 40px; position: relative; margin-left: auto; z-index: 11000; display: none; }
.hamburger { width: 30px; height: 20px; position: relative; padding: 10px 0 0 10px; display: block; cursor: pointer; }
.hamburger-container { position: relative; cursor: pointer; }
.hamburger span { display: block; position: absolute; height: 2px; width: 100%; background-color: #fff; opacity: 1; right: 0; transform: rotate(0deg); transition: .15s ease-in-out; }
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2), .hamburger span:nth-child(3) { top: 8px; width: 15px; }
.hamburger span:nth-child(4) { top: 16px; width: 20px; }
.hamburger.activ span:nth-child(1) { width: 0; opacity: 0; }
.hamburger.activ span:nth-child(2) { width: 100%; transform: rotate(45deg); }
.hamburger.activ span:nth-child(3) { width: 100%; transform: rotate(-45deg); }
.hamburger.activ span:nth-child(4) { width: 0; opacity: 0; }

#mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); background: rgba(0,0,0,.55); z-index: 10000; display: none; }

#sidebar { width: 100%; padding: 90px 30px 30px; background: #1f2226; position: fixed; top: 0; right: 0; opacity: 0; display: none; border-radius: 0 0 20px 20px; z-index: 10001; box-shadow: 0 20px 40px rgba(0,0,0,.45); }
#sidebar .logo { position: absolute; top: 30px; left: 30px; display: block; width: 154px; height: 30px; line-height: 0; }
#sidebar .logo img { display: block; max-width: 100%; max-height: 100%; }
#sidebar .meniu-m { display: block; position: absolute; top: 25px; right: 30px; margin: 0; }
.sd-inner .links-m .item { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.sd-inner .links-m .item:first-child { border-top: none; }
.sd-inner .links-m .item.fix { border-top: none; padding: 25px 0 0; }
.sd-inner .links-m .link { display: block; font-size: 18px; line-height: 25px; color: #fff; }
.sd-inner .links-m .link.nv1 { font-weight: 800; }
.sd-inner .links-m .link:hover { color: #de3549; }
.sd-inner .buton { display: block; width: 100%; min-width: 0; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; }


/* 1. HERO */
/*********************************************************************/

/* hero-ul ocupa minimum tot ecranul: continutul ramane sus, spatiul liber se adauga deasupra sagetilor,
   deci sectiunea urmatoare incepe sub primul ecran la orice inaltime (svh = cu bara browserului vizibila pe mobil) */
.lp-hero { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; padding: 390px 0 53px; text-align: center; z-index: 3; }
.lp-hero > .lp-inner { flex: 1 0 auto; display: flex; flex-direction: column; }
.lp-hero .continut { flex: 1 0 auto; display: flex; flex-direction: column; }

.lp-ghost { position: absolute; left: 50%; top: 190px; width: 77.9%; max-width: 1480px; transform: translateX(-50%); line-height: 0; z-index: 1; pointer-events: none; animation: lp-ghost-rise 0.5s cubic-bezier(0,0,.58,1) .1s backwards; }
.lp-ghost img { display: block; width: 100%; height: auto; }

@keyframes lp-ghost-rise {
    from { transform: translate(-50%, 34%); opacity: 0; }
    70%  { opacity: 1; }
    to   { transform: translate(-50%, 0); opacity: 1; }
}
.lp-hero .continut > p, .lp-sub { max-width: 860px; margin: 20px auto 0; font-size: 22px; line-height: 32px; }
.lp-sub { text-align: center; } /* descrierea de sectiune: identica cu cea din hero */

/* Bara de chat — intrebarile se rotesc in cascada: cea curenta iese in sus, urmatoarea intra de jos.
   Iconurile Claude / ChatGPT stau in camp; asistentul intrebarii curente e plin, celalalt estompat. */
.lp-prompt { width: 100%; max-width: 600px; margin: 54px auto auto; }
.lp-chat { display: flex; align-items: center; gap: 10px; min-height: 70px; padding: 10px 10px 10px 25px; border-radius: 35px; background: #393e44; text-align: left; }
/* un singur rand; intrebarile prea lungi se sting spre dreapta, inainte de iconuri */
.lp-chat-q { position: relative; flex: 1 1 auto; min-width: 0; height: 26px; overflow: hidden; perspective: 420px; -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 56px), transparent); mask-image: linear-gradient(90deg, #000 calc(100% - 56px), transparent); }
.lp-q { position: absolute; left: 0; right: 0; top: 50%; font-size: 18px; line-height: 26px; color: #fff; white-space: nowrap; opacity: 0; transform: translateY(40%) rotateX(-70deg); transform-origin: 50% 50%; backface-visibility: hidden; transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .35s ease; }
.lp-q.is-on { opacity: 1; transform: translateY(-50%) rotateX(0deg); }
.lp-q.is-out { opacity: 0; transform: translateY(-140%) rotateX(70deg); transition-duration: .45s, .28s; }
.lp-q.is-reset { transition: none; }
.lp-ai { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: #de3549; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; opacity: .4; transition: opacity .6s ease; }
.lp-ai.is-on { opacity: 1; }
.lp-ai img { display: block; width: 30px; height: 30px; }
.lp-prompt > p { max-width: 400px; margin: 23px auto 0; font-size: 14px; line-height: 22px; }
.lp-prompt > p strong { color: #fff; }

/* Sageti scroll */
.lp-scroll { display: flex; flex-direction: column; align-items: center; gap: 9px; width: 44px; margin: 80px auto 0; line-height: 0; transition: opacity .35s ease, visibility .35s; }
/* sagetile se sting cand pagina e derulata (js/lp-v6.js), ca sa nu apara deasupra sectiunii urmatoare */
.lp-scroll.is-ascuns { opacity: 0; visibility: hidden; }
.lp-scroll img { display: block; width: 44px; height: 21px; opacity: var(--o); animation: lp-cascada 2.4s ease-in-out infinite; }
.lp-scroll img:nth-child(1) { --o: .4; }
.lp-scroll img:nth-child(2) { --o: .3; animation-delay: .3s; }
.lp-scroll img:nth-child(3) { --o: .2; animation-delay: .6s; }
@keyframes lp-cascada { 0%, 50%, 100% { opacity: var(--o); } 22% { opacity: .9; } }


/* 2. DARK MODE + DASHBOARD */
/*********************************************************************/

.lp-dark { z-index: 1; }

.lp-glow { position: absolute; left: 50%; top: -600px; width: 163.16%; transform: translateX(-50%); line-height: 0; z-index: 0; pointer-events: none; opacity: .72; }
.lp-glow img { display: block; width: 100%; height: auto; }
.lp-dark .continut > p { max-width: 640px; margin: 8px auto 0; text-align: center; color: rgba(255,255,255,.65); } /* aceeasi distanta ca intre titlul si descrierea unui punct din timeline */
.lp-screen-wrap { position: relative; margin-top: 65px; }
.lp-screen { position: relative; padding-top: 88.57%; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 0, #000 39.71%, rgba(0,0,0,0) 82.34%); mask-image: linear-gradient(180deg, #000 0, #000 39.71%, rgba(0,0,0,0) 82.34%); }
/* comutatorul sta calare pe muchia de sus a screenshotului, in afara containerului mascat */
.lp-tema { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); display: flex; padding: 4px; border-radius: 26px; background: #1f2226; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; box-shadow: 0 10px 30px rgba(0,0,0,.45); z-index: 2; }
.lp-tema button { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 18px; border: 0; border-radius: 22px; background: none; font-family: inherit; font-size: 15px; font-weight: 800; line-height: 1; color: #95a0ad; cursor: pointer; transition: background-color .3s ease, color .3s ease; }
.lp-tema button img { width: 18px; height: 18px; opacity: .65; transition: opacity .3s ease; }
.lp-tema button:hover { color: #fff; }
.lp-tema button:hover img { opacity: 1; }
.lp-tema button[aria-pressed="true"] { background: #de3549; color: #fff; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; }
.lp-tema button[aria-pressed="true"] img { opacity: 1; }
.lp-tema button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.lp-screen img { position: absolute; left: 0; top: 0; width: 100%; height: auto; border-radius: 10px; }
/* trecerea light -> dark: stratul dark se stinge peste cel light (dissolve, fara masca).
   Starea din CSS e cea finala (dark complet), ca fara JS sau cu reduced-motion sa se vada
   direct imaginea dark; js/lp-v6.js pune .e-light inainte si il scoate ca sa porneasca trecerea. */
.lp-screen img.lp-dark { opacity: 1; transition: opacity .9s cubic-bezier(.4,0,.2,1); }
.lp-screen.e-light img.lp-dark { opacity: 0; }
.lp-screen.e-instant img.lp-dark { transition: none; } /* doar la armarea de la incarcare, ca sa nu porneasca singura */


/* 3. CE ADUCE NOU — timeline */
/*********************************************************************/

.lp-timeline { position: relative; margin-top: 150px; --tl-dot: 98px; }
.lp-tl-item { position: relative; padding-bottom: 172px; }
.lp-tl-item:last-child { padding-bottom: 0; }
.lp-tl-item:before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: #3d444c; }
.lp-tl-item:first-child:before { top: var(--tl-dot); }
.lp-tl-item:last-child:before { bottom: auto; height: var(--tl-dot); }
.lp-tl-dot { position: absolute; left: 50%; top: var(--tl-dot); width: 20px; height: 20px; margin: -10px 0 0 -10px; border-radius: 50%; background: #de3549; z-index: 2; }
.lp-tl-box { width: 41.5%; }
.lp-tl-item.v-st .lp-tl-box { margin-right: auto; text-align: right; }
.lp-tl-item.v-dr .lp-tl-box { margin-left: 58.5%; text-align: left; }
.lp-tl-ico { display: block; width: 48px; height: 48px; }
.lp-tl-item.v-st .lp-tl-ico { margin-left: auto; }
.lp-tl-label { display: block; margin-top: 28px; font-size: 30px; line-height: 41px; font-weight: 800; letter-spacing: -.6px; color: #dd3549; }
.lp-tl-box .heading.v3 { margin-top: 9px; }
.lp-tl-box p { margin-top: 8px; }
.lp-tl-box p a { color: #de3549; }
.lp-tl-box p a:hover { color: #fff; }


/* 4. ALTE FUNCTII IMPORTANTE — grila de carduri
/*********************************************************************/

.lp-features { padding-top: 262px; }
.lp-features .heading.v4 { margin-bottom: 0; }
.lp-features .lp-sub { margin-bottom: 100px; }
.lp-steps { display: flex; flex-wrap: wrap; margin: 0 -30px -60px; }
.lp-steps .step { width: 25%; padding: 50px 30px 0; margin-bottom: 60px; position: relative; }
.lp-step-ico { position: absolute; left: 30px; top: 0; z-index: 2; width: 100px; height: 100px; border-radius: 20px 20px 20px 0; background: #dd3549; display: flex; align-items: center; justify-content: center; }
.lp-step-ico img { display: block; width: 48px; height: 48px; }
.lp-step-card { height: 100%; min-height: 296px; padding: 81px 39px 31px; border-radius: 20px; background: #393e44; }
.lp-step-card .heading h3 { font-size: 26px; line-height: 36px; font-weight: 800; letter-spacing: -.78px; color: #fff; }
.lp-step-card p { margin-top: 2px; font-size: 16px; line-height: 22px; color: rgba(255,255,255,.6); }


/* 5. CTA + FAQ (impart simbolul X din fundal) */
/*********************************************************************/

.lp-end { padding-top: 169px; }
.lp-x { position: absolute; left: 65.79%; top: -50px; width: 60%; line-height: 0; z-index: 0; pointer-events: none; }
.lp-x img { display: block; width: 100%; height: auto; }
.lp-cta .heading.v3 h2 { max-width: 953px; }
.lp-cta p { margin-top: 25px; max-width: 901px; }

/* Formular (structura din contact.html) */
.lp-form { max-width: 860px; margin-top: 58px; }
.ui-input, .ui-select { position: relative; height: 60px; margin-bottom: 30px; border: 1px solid #fff; border-radius: 10px; transition: border-color .25s ease, box-shadow .25s ease; }
.ui-input:focus-within, .ui-select:focus-within { border-color: #de3549; box-shadow: 0 0 0 1px #de3549; }
.ui-input input, .ui-input textarea, .ui-select select { display: block; width: 100%; height: 100%; margin: 0; border: 0; border-radius: 0; background: transparent; font-family: inherit; font-size: 18px; font-weight: 500; line-height: 26px; color: #fff; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.ui-input input { padding: 0 18px; }
.ui-input textarea { padding: 15px 18px; resize: none; }
.ui-input input::placeholder, .ui-input textarea::placeholder { color: #fff; opacity: 1; }
.ui-input input:focus::placeholder, .ui-input textarea:focus::placeholder { color: transparent; }
.ui-input input:-webkit-autofill { -webkit-text-fill-color: #fff; box-shadow: 0 0 0 1000px #161718 inset; }
.ui-input.textarea { height: 180px; margin-bottom: 25px; }
.ui-select select { padding: 0 50px 0 17px; text-indent: 1px; cursor: pointer; }
.ui-select select option { background: #1f2226; color: #fff; }
.ui-select.sel-stil:before { content: ''; position: absolute; right: 19px; top: 19px; width: 20px; height: 20px; background: url('../img/lp/plus.svg') 0 0 no-repeat; pointer-events: none; }
.ui-input label, .ui-select label { display: none; position: absolute; left: 0; top: 100%; margin-top: 4px; font-size: 12px; line-height: 16px; }
.ui-input.eroare, .ui-select.eroare { border-color: #de3549; }
.ui-input.eroare label, .ui-select.eroare label { display: block; color: #ff5c6c; }
.info-f h3 { margin-bottom: 18px; font-size: 18px; line-height: 26px; color: #fff; }
.info-f p { font-size: 14px; line-height: 22px; }
.info-f a:hover { color: #de3549; }
.lp-form .buton { min-width: 260px; margin-top: 24px; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; }


/* 6. INTREBARI FRECVENTE
/*********************************************************************/

.faq-content { padding-top: 165px; }
.faq-content > .continut { max-width: 960px; }
.faq-content > .continut p { margin-top: 28px; max-width: 870px; }
.col-faq { max-width: 960px; margin-top: 50px; }
.col-faq .list > .item:last-child { border-bottom: 1px solid #3d444c; } /* pe ultimul item, nu pe lista: linia intra odata cu el la reveal */
.faq-content .item { border-top: 1px solid #3d444c; padding: 20px 0; line-height: 29px; color: #fff; }
.faq-content .link { display: block; width: 100%; position: relative; padding-right: 60px; font-size: 20px; line-height: 29px; font-weight: 800; letter-spacing: -.4px; color: #fff; cursor: pointer; transition: color .2s ease; }
.faq-content .link:hover { color: #de3549; }
.faq-content .link .ico { position: absolute; top: 50%; margin-top: -10px; right: 20px; }
.slide-down-item { overflow: hidden; height: 0; }
.col-faq .slide-down-item .continut { padding: 25px 0 5px; max-width: 880px; }
.col-faq .slide-down-item p { font-size: 16px; line-height: 22px; padding-bottom: 15px; color: #95a0ad; }
.col-faq .slide-down-item strong { color: #fff; }
.col-faq .slide-down-item a { color: #de3549; }
.col-faq .slide-down-item a:hover { color: #fff; }
.col-faq .slide-down-item ul { list-style: disc; padding: 0 0 20px 18px; }
.col-faq .slide-down-item ul li { font-size: 16px; line-height: 22px; padding-bottom: 5px; color: #95a0ad; }

/* tabelul de functionalitati din ultima intrebare */
.faq-tabel { padding: 5px 0 15px; }
.faq-tabel-grup + .faq-tabel-grup { margin-top: 34px; }
.faq-tabel h4 { font-size: 17px; line-height: 24px; font-weight: 800; letter-spacing: -.34px; color: #de3549; padding-bottom: 8px; }
.faq-tabel table { width: 100%; border-collapse: collapse; }
.faq-tabel tr { border-top: 1px solid #2c323a; }
.faq-tabel tr:last-child { border-bottom: 1px solid #2c323a; }
.faq-tabel th { width: 34%; padding: 12px 25px 12px 0; font-size: 15px; line-height: 21px; font-weight: 800; text-align: left; vertical-align: top; color: #fff; }
.faq-tabel td { padding: 12px 0; font-size: 15px; line-height: 21px; vertical-align: top; color: #95a0ad; }
.col-faq .slide-down-item .faq-tabel-erori { padding-top: 18px; font-size: 15px; line-height: 21px; font-weight: 800; color: #fff; }


/* 7. FOOTER */
/*********************************************************************/

#footer { position: relative; z-index: 2; padding: 34px 0 100px; }
.ft-copy { font-size: 14px; line-height: 22px; color: #95a0ad; }
.ft-copy strong { font-weight: 800; }
.ft-copy a { color: #fff; margin-left: 25px; }
.ft-copy a:hover { color: #de3549; }
.ft-social { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.ft-social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #de3549; transition: background-color .25s ease; }
.ft-social a:hover { background: #c22b3d; }


/* ANCORE (formularul si sageata din hero) — titlul nu intra sub headerul fix */
/*********************************************************************/

#solicita-oferta, #dark-mode { scroll-margin-top: 130px; }


/* SAGEATA "SUS" (dreapta jos)
/*********************************************************************/

.lp-top { position: fixed; right: 50px; bottom: 50px; z-index: 8000; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #de3549; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; box-shadow: 0 10px 30px rgba(0,0,0,.45); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .35s ease, visibility .35s, transform .35s ease, background-color .25s ease; }
.lp-top.is-vizibil { opacity: 1; visibility: visible; transform: translateY(0); }
.lp-top img { display: block; width: 22px; height: 11px; transform: rotate(180deg); }
.lp-top:hover { background: #c22b3d; }
.lp-top:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }


/* BANNER COOKIE — dimensiunile din stil.css, pe culorile inchise ale LP-ului */
/*********************************************************************/

#cookie-box { width: 580px; border-radius: 40px; position: fixed; right: 30px; bottom: 30px; z-index: 99999; box-shadow: 0 20px 40px rgba(0,0,0,.45); overflow: hidden; outline: 1px solid rgba(255,255,255,.1); outline-offset: -1px; }
#cookie-box .inner { width: 100%; height: 100%; background: #1f2226; position: relative; display: block; padding: 50px 50px 60px; }
#cookie-box .heading { padding: 0 10px; font-size: 36px; line-height: 45px; font-weight: 800; letter-spacing: -1px; color: #fff; }
#cookie-box .txt { padding: 0 10px 20px; }
#cookie-box .txt p { font-size: 14px; line-height: 22px; color: #95a0ad; }
#cookie-box .txt a { color: #fff; }
#cookie-box .txt a:hover { color: #de3549; }
#cookie-box .buton { float: left; display: block; width: calc(50% - 20px); min-width: 0; padding: 0; margin: 0 10px; outline: 1px solid rgba(255,255,255,.3); outline-offset: -1px; }
#cookie-box .buton:hover { background: #c22b3d; }
#cookie-box .buton.v2 { background: transparent; color: #fff; }
#cookie-box .buton.v2:hover { background: #393e44; color: #fff; }

@media only screen and (max-width: 1000px) {
    #cookie-box .inner { padding: 40px 40px 50px; }
    #cookie-box .heading { font-size: 23px; line-height: 29px; letter-spacing: -.7px; }
    #cookie-box .txt p { font-size: 13px; line-height: 18px; }
}
@media only screen and (max-width: 700px) {
    #cookie-box { width: 100%; right: 0; bottom: 0; border-radius: 20px 20px 0 0; }
    #cookie-box .inner { padding: 25px 20px 30px; }
}
@media only screen and (max-width: 450px) {
    #cookie-box .buton { width: calc(100% - 20px); }
    #cookie-box .buton.v2 { margin-top: 20px; }
}


/* REVEAL LA SCROLL (js/reveal.js) */
/*********************************************************************/

html.reveal-on .reveal { opacity: 0; transform: translateY(24px); transition: opacity .5s linear, transform 1s cubic-bezier(.22,1,.36,1); }
html.reveal-on .reveal.is-visible { opacity: 1; transform: none; }
html.reveal-on .reveal.rv-d1.is-visible { transition-delay: .1s; }
html.reveal-on .reveal.rv-d2.is-visible { transition-delay: .2s; }
html.reveal-on .reveal.rv-d3.is-visible { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
    html.reveal-on .reveal { opacity: 1; transform: none; }
    .lp-scroll img { animation: none; }
    .lp-screen img.lp-dark { transition: none; }
    .lp-ghost { animation: none; }
}


/* =====================================================================
   RESPONSIVE — max-width: 1600px
   ===================================================================== */

@media only screen and (max-width: 1600px) {

    /* hero */
    .lp-hero { padding: 340px 0 45px; }
    .lp-ghost { top: 165px; }
    .heading h1 { font-size: 66px; line-height: 80px; }

    /* dark mode */
    .lp-glow { top: -330px; }
    .heading.v2 h2 { font-size: 46px; line-height: 62px; }

    /* titluri de sectiune */
    .heading.v4 h2 { font-size: 66px; line-height: 90px; }

    /* timeline */
    .lp-timeline { margin-top: 130px; --tl-dot: 95px; }
    .lp-tl-item { padding-bottom: 155px; }
    .heading.v3 h3 { font-size: 46px; line-height: 62px; }
    .lp-tl-label { margin-top: 26px; font-size: 28px; line-height: 38px; }

    /* alte functii */
    .lp-features { padding-top: 220px; }
    .lp-features .lp-sub { margin-bottom: 85px; }

    /* cta + faq */
    .lp-end { padding-top: 150px; }
    .heading.v3 h2 { font-size: 46px; line-height: 52px; }
}


/* =====================================================================
   RESPONSIVE — max-width: 1320px
   ===================================================================== */

@media only screen and (max-width: 1320px) {

    /* hero */
    .lp-hero { padding: 300px 0 40px; }
    .lp-ghost { top: 172px; }
    .heading h1 { font-size: 56px; line-height: 68px; letter-spacing: -1.2px; }
    .lp-hero .continut > p, .lp-sub { max-width: 720px; font-size: 20px; line-height: 30px; }

    /* dark mode */
    .lp-glow { top: -275px; }
    .heading.v2 h2 { font-size: 40px; line-height: 54px; }
    .lp-screen-wrap { margin-top: 50px; }

    /* titluri de sectiune */
    .heading.v4 h2 { font-size: 56px; line-height: 76px; }

    /* timeline */
    .lp-timeline { margin-top: 110px; --tl-dot: 92px; }
    .lp-tl-item { padding-bottom: 130px; }
    .heading.v3 h3 { font-size: 40px; line-height: 54px; }
    .lp-tl-label { margin-top: 24px; font-size: 24px; line-height: 33px; }

    /* alte functii — 3 carduri pe rand */
    .lp-features { padding-top: 180px; }
    .lp-features .lp-sub { margin-bottom: 70px; }
    .lp-steps .step { width: 33.333%; }
    .lp-step-card { padding: 76px 32px 28px; min-height: 280px; }
    .lp-step-card .heading h3 { font-size: 24px; line-height: 32px; }

    /* cta + faq */
    .lp-end { padding-top: 120px; }
    .heading.v3 h2 { font-size: 40px; line-height: 46px; letter-spacing: -1.2px; }
    .faq-content { padding-top: 135px; }
    .faq-content .link { font-size: 18px; line-height: 26px; }
}


/* =====================================================================
   RESPONSIVE — max-width: 1150px
   ===================================================================== */

@media only screen and (max-width: 1150px) {

    .lp-timeline { margin-top: 90px; --tl-dot: 90px; }
    .lp-tl-item { padding-bottom: 90px; }
    .lp-tl-item:before { left: 9px; }
    .lp-tl-dot { left: 0; margin-left: 0; }
    .lp-tl-box, .lp-tl-item.v-st .lp-tl-box, .lp-tl-item.v-dr .lp-tl-box { width: 100%; margin: 0; padding-left: 60px; text-align: left; }
    .lp-tl-item.v-st .lp-tl-ico { margin-left: 0; }
    .lp-tl-box p { max-width: 620px; }
    .heading.v3 h3 { font-size: 36px; line-height: 48px; }
    .lp-tl-label { font-size: 22px; line-height: 30px; }
}


/* =====================================================================
   RESPONSIVE — max-width: 1000px
   ===================================================================== */

@media only screen and (max-width: 1000px) {

    p {font-size: 16px; line-height: 24px;}

    /* header */
    #header { --hd-top: 30px; --hd-stuck-top: 15px; }
    #header .hd-inner { --hd-h: 60px; width: auto; padding: 0 20px 0 25px; }
    #header .hd-nav, #header .hd-cta { display: none; }
    #header .meniu-m { display: block; }

    /* hero */
    .lp-hero { padding: 200px 0 35px; }
    .lp-ghost { top: 105px; }
    .heading h1 { font-size: 44px; line-height: 54px; letter-spacing: -1px; }
    .lp-hero .continut > p, .lp-sub { max-width: 620px; font-size: 17px; line-height: 26px; }
    .lp-prompt { margin-top: 40px; }
    .lp-scroll { margin-top: 60px; }

    /* dark mode */
    .lp-glow { top: -205px; }
    .heading.v2 h2 { font-size: 32px; line-height: 44px; letter-spacing: -.6px; }
    .lp-screen-wrap { margin-top: 40px; }
    .lp-tema { padding: 3px; }
    .lp-tema button { height: 34px; padding: 0 12px; font-size: 13px; gap: 6px; }
    .lp-tema button img { width: 15px; height: 15px; }

    /* titluri de sectiune */
    .heading.v4 h2 { font-size: 44px; line-height: 60px; letter-spacing: -1px; }

    /* timeline */
    .lp-timeline { margin-top: 70px; --tl-dot: 86px; }
    .lp-tl-item { padding-bottom: 70px; }
    .lp-tl-box, .lp-tl-item.v-st .lp-tl-box, .lp-tl-item.v-dr .lp-tl-box { padding-left: 50px; }
    .heading.v3 h3 { font-size: 32px; line-height: 42px; letter-spacing: -.6px; }
    .lp-tl-label { margin-top: 20px; font-size: 20px; line-height: 28px; }

    /* alte functii — 2 carduri pe rand */
    .lp-features { padding-top: 130px; }
    .lp-features .lp-sub { margin-bottom: 55px; }
    .lp-steps { margin: 0 -20px -45px; }
    .lp-steps .step { width: 50%; padding: 45px 20px 0; margin-bottom: 45px; }
    .lp-step-ico { left: 20px; width: 90px; height: 90px; }
    .lp-step-ico img { width: 42px; height: 42px; }
    .lp-step-card { min-height: 0; padding: 68px 30px 30px; }
    .lp-step-card .heading h3 { font-size: 22px; line-height: 30px; }

    /* cta + faq */
    .lp-end { padding-top: 90px; }
    .lp-x { top: 200px; width: 80%; left: 55%; }
    .heading.v3 h2 { font-size: 34px; line-height: 40px; letter-spacing: -.8px; }
    .lp-cta p { margin-top: 20px; }
    .lp-form { margin-top: 45px; }
    .faq-content { padding-top: 100px; }
    .faq-content > .continut p { margin-top: 20px; }
    .col-faq { margin-top: 35px; }
    .faq-content .link { font-size: 17px; line-height: 25px; }

    /* footer */
    #footer { padding: 30px 0 70px; }
}


/* =====================================================================
   RESPONSIVE — max-width: 800px
   ===================================================================== */

@media only screen and (max-width: 800px) {

    /* hero */
    .lp-hero { padding: 175px 0 30px; }
    .heading h1 { font-size: 38px; line-height: 47px; }
    .lp-hero .continut > p, .lp-sub { font-size: 16px; line-height: 24px; }
    .lp-prompt { margin-top: 35px; }
    .lp-scroll { width: 36px; gap: 7px; margin-top: 50px; }
    .lp-scroll img { width: 36px; height: 17px; }

    /* dark mode */
    .lp-glow { top: -170px; }
    .heading.v2 h2 { font-size: 28px; line-height: 38px; }

    /* titluri de sectiune */
    .heading.v4 h2 { font-size: 38px; line-height: 52px; }

    /* timeline */
    .lp-timeline { margin-top: 60px; --tl-dot: 80px; }
    .lp-tl-item { padding-bottom: 60px; }
    .heading.v3 h3 { font-size: 28px; line-height: 38px; }
    .lp-tl-label { font-size: 18px; line-height: 26px; }
    .lp-tl-ico { width: 42px; height: 42px; }

    /* alte functii */
    .lp-features { padding-top: 110px; }

    /* cta + faq */
    .heading.v3 h2 { font-size: 30px; line-height: 36px; }
    .faq-content .link { font-size: 16px; line-height: 24px; padding-right: 45px; }
    .faq-content .link .ico { right: 10px; }
    .col-faq .slide-down-item p {font-size: 14px; line-height: 22px;}
    .faq-tabel th, .faq-tabel td { font-size: 14px; line-height: 20px; }
}


/* =====================================================================
   RESPONSIVE — max-width: 700px
   ===================================================================== */

@media only screen and (max-width: 700px) {

    /* hero */
    .lp-hero { padding: 160px 0 30px; }
    .lp-ghost {width: 90%; }

    /* dark mode */
    .lp-glow { top: -145px; width: 200%; }
    .lp-screen { margin-top: 30px; padding-top: 88.57%; }

    /* timeline */
    .lp-timeline { margin-top: 50px; --tl-dot: 76px; }
    .lp-tl-item { padding-bottom: 55px; }
    .lp-tl-box, .lp-tl-item.v-st .lp-tl-box, .lp-tl-item.v-dr .lp-tl-box { padding-left: 40px; }

    /* alte functii — un card pe rand */
    .lp-features { padding-top: 90px; }
    .lp-features .lp-sub { margin-bottom: 45px; }
    .lp-steps { margin: 0 0 -40px; }
    .lp-steps .step { width: 100%; padding: 45px 0 0; margin-bottom: 40px; }
    .lp-step-ico { left: 0; }

    /* sageata "sus" nu se afiseaza pe telefon */
    .lp-top { display: none; }

    /* cta + faq */
    .lp-end { padding-top: 70px; }
    .lp-x { top: 30px; width: 105%; left: 40%; }
    .faq-content { padding-top: 85px; }

    /* footer */
    #footer { padding: 28px 0 60px; }
}


/* =====================================================================
   RESPONSIVE — max-width: 600px
   ===================================================================== */

@media only screen and (max-width: 600px) {

    .lp-inner { padding: 0 20px; }

    /* header */
    #header .hd-inner { max-width: calc(100% - 40px); padding: 0 15px 0 20px; }
    #sidebar { padding: 85px 20px 25px; }
    #sidebar .logo { left: 20px; }
    #sidebar .meniu-m { right: 20px; }

    /* hero */
    .lp-hero { padding: 170px 0 30px; }
    .lp-prompt { margin-top: 20px; } /* cat intre titlu si paragraf */
    /* campul ramane pe un rand, cu fade spre dreapta ca pe desktop (masca vine din regula de baza);
       cercurile Claude / ChatGPT stau in camp, mai mici; padding-ul e cel al barei de navigare */
    .lp-chat { gap: 6px; min-height: 56px; padding: 0 12px 0 16px; border-radius: 28px; }
    .lp-q { font-size: 14px; line-height: 20px; }
    .lp-ai { width: 32px; height: 32px; }
    .lp-ai img { width: 18px; height: 18px; }
    .lp-prompt > p { margin-top: 18px; font-size: 14px; line-height: 22px; }
    .lp-scroll { width: 30px; gap: 6px; margin-top: 40px; }
    .lp-scroll img { width: 30px; height: 14px; }
    .lp-ghost { top: 105px; width: calc(100% - 40px); }
    .heading h1 { font-size: 32px; line-height: 40px; letter-spacing: -.8px; }
    .lp-hero h1 br { display: none; }
    .lp-screen { margin-left: 0; margin-right: 0; }
    .lp-hero .continut > p, .lp-sub { font-size: 15px; line-height: 23px; }

    /* dark mode */
    .heading.v2 h2 { font-size: 24px; line-height: 33px; }

    /* titluri de sectiune */
    .heading.v4 h2 { font-size: 32px; line-height: 44px; letter-spacing: -.8px; }

    /* timeline */
    .lp-timeline { --tl-dot: 70px; }
    .heading.v3 h3 { font-size: 26px; line-height: 34px; }
    .lp-tl-label { margin-top: 16px; font-size: 17px; line-height: 24px; }
    .lp-tl-ico { width: 38px; height: 38px; }
    .lp-tl-box, .lp-tl-item.v-st .lp-tl-box, .lp-tl-item.v-dr .lp-tl-box { padding-left: 34px; }

    /* alte functii */
    .lp-step-card { padding: 62px 25px 25px; }
    .lp-step-card .heading h3 { font-size: 20px; line-height: 28px; }
    .lp-step-ico { width: 80px; height: 80px; }
    .lp-step-ico img { width: 38px; height: 38px; }

    /* cta + faq */
    .heading.v3 h2 { font-size: 26px; line-height: 32px; letter-spacing: -.6px; }
    .lp-form { margin-top: 35px; }
    .ui-input, .ui-select { height: 50px; margin-bottom: 20px; }
    .ui-input input, .ui-input textarea, .ui-select select { font-size: 16px; }
    .ui-select.sel-stil:before { top: 14px; }
    .ui-input.textarea { height: 150px; margin-bottom: 20px; }
    .info-f h3 { margin-bottom: 15px; font-size: 15px; line-height: 22px; }
    .info-f p { font-size: 12px; line-height: 18px; }
    .lp-form .buton { margin-top: 20px; }
    /* "Contactează-ne" din meniu si "Trimite-ne solicitarea ta" mai mici pe mobil (40px / 14px);
       butoanele din bannerul de cookie raman la fel */
    .sd-inner .buton, .lp-form .buton { height: 40px; line-height: 40px; padding: 0 22px; border-radius: 20px; font-size: 14px; letter-spacing: -.28px; }
    .lp-form .buton { min-width: 0; }
    .lp-x {display: none;}
    /* pe mobil tabelul se desface pe verticala: numele functiei deasupra, descrierea dedesubt */
    .faq-tabel table, .faq-tabel tbody, .faq-tabel tr, .faq-tabel th, .faq-tabel td { display: block; width: auto; }
    .faq-tabel th { padding: 12px 0 2px; }
    .faq-tabel td { padding: 0 0 12px; }

    /* footer */
    .ft-copy a { display: block; margin: 6px 0 0; }
}


/* =====================================================================
   RESPONSIVE — max-width: 450px
   ===================================================================== */

@media only screen and (max-width: 450px) {

    /* dupa newsletter-ul V6 (hub.extended.ro): coloana de 285px la 375, adica 45px pe laterale */
    .lp-inner { padding: 0 45px; }

    /* titlurile se rup echilibrat, paragrafele fara cuvant singur pe ultimul rand */
    h1, h2, h3, .faq-content .link { text-wrap: balance; }
    p { text-wrap: pretty; }
    .nw { white-space: nowrap; }

    /* header */
    #header { --hd-top: 20px; --hd-stuck-top: 12px; }
    #header .hd-inner { --hd-h: 56px; max-width: calc(100% - 32px); padding: 0 12px 0 16px; }
    #header .logo { width: 132px; height: 26px; }
    #sidebar { padding: 80px 16px 25px; }
    #sidebar .logo { left: 16px; width: 132px; height: 26px; }
    #sidebar .meniu-m { right: 16px; top: 22px; }

    /* hero: fara logo-ul fantoma; titlul sta sus, la 54px sub bara de navigare */
    .lp-hero { padding: 130px 0 30px; }
    .lp-ghost { display: none; }
    .heading h1 { font-size: 28px; line-height: 35px; }

    /* campul de intrebari e cat bara de navigare: iese din coloana de 45px pana la marginea ei de 16px */
    .lp-chat { margin: 0 -29px; }

    /* dark mode: titlul fara <br> (se rupe echilibrat), screenshot-ul cat bara de navigare */
    .heading.v2 h2 { font-size: 24px; line-height: 32px; letter-spacing: -.6px; }
    .heading.v2 h2 br { display: none; }
    .heading.v2 h2 { text-wrap: pretty; } /* balance lasa "Introducem" singur pe primul rand; pretty: "Introducem interfața / Extended în versiunea / dark mode" */
    .lp-dark .continut > p { font-size: 16px; line-height: 24px; }
    .lp-screen-wrap { margin-left: -29px; margin-right: -29px; }
    .lp-screen { margin-left: 0; margin-right: 0; }
    /* comutatorul e absolut cu left: 50%, deci fara asta ar avea doar jumatate din latime si butoanele s-ar suprapune */
    .lp-tema { width: max-content; }

    /* titluri de sectiune */
    .heading.v4 h2 { font-size: 28px; line-height: 38px; }

    /* timeline */
    .lp-timeline { --tl-dot: 66px; }
    .heading.v3 h3 { font-size: 24px; line-height: 32px; }
    .lp-tl-label { font-size: 16px; line-height: 22px; }

    /* cta + faq */
    .heading.v3 h2 { font-size: 24px; line-height: 30px; }
    .faq-content .link { font-size: 15px; line-height: 22px; }

    /* footer */
    .ft-copy { font-size: 12px; line-height: 20px; }
}


/* =====================================================================
   RESPONSIVE — max-width: 370px
   ===================================================================== */

@media only screen and (max-width: 370px) {

    .heading h1 { font-size: 26px; line-height: 33px; }
    .heading.v4 h2 { font-size: 26px; line-height: 35px; }
    .heading.v3 h3 { font-size: 22px; line-height: 30px; }
    .heading.v3 h2 { font-size: 22px; line-height: 28px; }
    .lp-step-card { padding: 58px 20px 22px; }
    .lp-tl-box, .lp-tl-item.v-st .lp-tl-box, .lp-tl-item.v-dr .lp-tl-box { padding-left: 30px; }
}
