/*
Theme Name: FitLine Verslas
Theme URI: https://fitlineverslas.lt
Author: Darius ir Aurelija Bacevičiai
Description: Vieno puslapio WordPress tema FitLine / PM-International verslo galimybei. Terakotos paletė, Poppins/Inter šriftai, sticky navigacija, DUK akordeonas, kontaktų forma, plaukiojantis Telegram mygtukas.
Version: 1.4.1
License: GPL-2.0-or-later
Text Domain: fitline-verslas
Tags: one-page, landing, business
*/

/* ===== Tokens ===== */
:root{
  --terracotta:#C0651E;
  --terracotta-deep:#9E4F12;
  --green:#2E7D5B;
  --ink:#1A1A1A;
  --ink-soft:#555;
  --sand:#F5F1EB;
  --sand-deep:#ECE4D6;
  --card:#fff;
  --border:#E2DACB;
  --muted:#EFE9DC;
  --muted-fg:#6b675f;
  --shadow-card:0 1px 2px rgba(26,26,26,.05),0 12px 32px -16px rgba(26,26,26,.18);
  --gradient-warm:linear-gradient(135deg,#C0651E 0%,#9E4F12 100%);
}

*{box-sizing:border-box;border-color:var(--border)}
html{scroll-behavior:smooth}
body{margin:0;background:var(--sand);color:var(--ink);font-family:"Inter",system-ui,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:"Poppins",system-ui,sans-serif;letter-spacing:-.02em;color:var(--ink);margin:0}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}

.container-x{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.25rem}
@media(min-width:768px){.container-x{padding-inline:2rem}}

.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--terracotta)}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--gradient-warm);color:#fff;padding:.95rem 1.6rem;border-radius:999px;font-weight:600;font-size:.98rem;box-shadow:0 10px 24px -10px rgba(192,101,30,.55);transition:transform .2s,filter .2s;white-space:nowrap}
.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.05)}
.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;border-radius:999px;font-weight:500;border:1px solid var(--border);background:transparent;color:var(--ink);transition:background .2s,border-color .2s}
.btn-ghost:hover{background:var(--muted);border-color:var(--terracotta)}
.card-soft{background:var(--card);border-radius:16px;box-shadow:var(--shadow-card);border:1px solid var(--border)}

/* ===== Nav ===== */
.site-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(12px);background:rgba(245,241,235,.85);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
@media(min-width:768px){.nav-inner{height:80px}}
.brand{display:flex;align-items:center;gap:.5rem;font-family:"Poppins";font-weight:700;font-size:1.125rem}
.brand .dot{width:10px;height:10px;border-radius:999px;background:var(--terracotta);display:inline-block}
.brand .accent{color:var(--terracotta)}
.nav-links{display:none;gap:1.75rem;font-size:.875rem;color:var(--ink-soft)}
.nav-links a:hover{color:var(--ink)}
@media(min-width:768px){.nav-links{display:flex;align-items:center}}
.nav .btn-primary{padding:.625rem 1rem;font-size:.875rem}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;min-height:85vh;isolation:isolate}
.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.45) 50%,rgba(0,0,0,.7));z-index:-1}
.hero .inner{color:#fff; padding:7rem 4rem 9rem}
@media(min-width:768px){.hero .inner{padding:7rem 4rem 9rem;}}
.hero .badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--sand);border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.25rem .75rem;margin-bottom:1.25rem}
.hero h1{font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.05;font-weight:700;max-width:48rem;color:#fff}
.hero h1 .accent,.hero h1 span{color:var(--terracotta);text-shadow:0 2px 20px rgba(0,0,0,.4)}
.hero .lead{margin-top:1.5rem;font-size:1.125rem;font-weight:500;color:rgba(255,255,255,.9);max-width:42rem}
.hero .body{margin-top:1.5rem;max-width:42rem;color:rgba(255,255,255,.85);line-height:1.7;display:flex;flex-direction:column;gap:1rem}
.hero .ctas{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:.75rem}
.hero .ctas .btn-ghost-light{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.5rem;border-radius:999px;font-weight:500;border:1px solid rgba(255,255,255,.4);color:#fff;transition:background .2s}
.hero .ctas .btn-ghost-light:hover{background:rgba(255,255,255,.1)}
.hero .disclaimer{margin-top:2rem;font-size:.7rem;color:rgba(255,255,255,.6);max-width:36rem}

/* ===== Section base ===== */
.section{padding:5rem 0}
@media(min-width:768px){.section{padding:7rem 0}}
.section h2{font-size:clamp(1.75rem,3.5vw,3rem);font-weight:700;line-height:1.2;margin-top:.75rem}
.section .lede{max-width:38rem;margin-bottom:3rem}
.section-card{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-sand-deep{background:var(--sand-deep)}

/* ===== Trust bar ===== */
.trust{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}
@media(min-width:768px){.trust{padding:3.5rem 0}}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
@media(min-width:768px){.trust-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem}}
.trust-n{font-family:"Poppins";font-weight:700;font-size:1.875rem;line-height:1;color:var(--terracotta)}
@media(min-width:768px){.trust-n{font-size:3rem}}
.trust-t{margin-top:.5rem;font-size:.8rem;color:var(--muted-fg)}
.trust-foot{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 2.5rem;font-size:.875rem;color:var(--muted-fg)}
.trust-foot .strong{font-family:"Poppins";font-weight:600;color:var(--ink);letter-spacing:.04em}
.trust-foot .strong.tc{color:var(--terracotta)}
.trust-foot .dot{width:4px;height:4px;border-radius:999px;background:var(--border)}

/* ===== Recognize ===== */
.two-col{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.two-col{grid-template-columns:1fr 1fr;gap:2rem}}
.fit-box{border-radius:1rem;padding:1.75rem;border:1px solid;background:rgba(46,125,91,.08);border-color:rgba(46,125,91,.25)}
@media(min-width:768px){.fit-box{padding:2.25rem}}
.fit-box h3{font-family:"Poppins";font-weight:600;font-size:1.25rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}
.fit-box .check{color:var(--green)}
.fit-box ul li{display:flex;gap:.75rem;margin-bottom:.875rem;font-size:.95rem}
.fit-box ul li .check{margin-top:.25rem;flex-shrink:0}
.notfit-box{border-radius:1rem;padding:1.75rem;background:var(--muted);border:1px solid var(--border);color:var(--muted-fg)}
@media(min-width:768px){.notfit-box{padding:2.25rem}}
.notfit-box h3{font-family:"Poppins";font-weight:600;font-size:1.25rem;margin-bottom:1.25rem;color:var(--muted-fg);display:flex;align-items:center;gap:.5rem}
.notfit-box ul li{display:flex;gap:.75rem;margin-bottom:.875rem;font-size:.95rem}
.recognize-quote{margin:2.5rem auto 0;max-width:36rem;text-align:center;font-style:italic;font-size:1.125rem;color:rgba(26,26,26,.8)}
.video-wrap{max-width:48rem;margin:2.5rem auto 0}

/* ===== Objections ===== */
.qa-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch}
@media(min-width:768px){.qa-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}
.qa-card{padding:1.75rem;display:flex;flex-direction:column}
@media(min-width:768px){.qa-card{padding:2rem}}
.qa-num{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:999px;background:rgba(192,101,30,.1);color:var(--terracotta);font-family:"Poppins";font-weight:600;font-size:.875rem}
.qa-card-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.qa-card h3{font-family:"Poppins";font-weight:600;font-size:1.125rem}
.qa-card p{color:var(--muted-fg);font-size:.95rem;line-height:1.65}
.qa-grid-bottom{grid-column:1/-1;display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch}
@media(min-width:768px){.qa-grid-bottom{grid-template-columns:1fr 1fr;gap:1.5rem}}
.qa-bottom-cta{display:flex;align-items:center;justify-content:center;padding:1.75rem;min-height:100%;height:100%}
@media(min-width:768px){.qa-bottom-cta{padding:2.25rem}}
.qa-bottom-cta-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:28rem;margin:0 auto}
.qa-bottom-cta-inner p{font-style:italic;font-size:1.125rem;color:rgba(26,26,26,.85);line-height:1.65;margin:0 0 0}
.qa-bottom-cta-inner .btn-primary{margin-top:1.25rem;align-self:center}
.qa-bottom-video{display:flex;align-items:center;justify-content:center;min-height:100%;height:100%}
.qa-bottom-video .ytlite{width:100%;aspect-ratio:16/9;height:auto;border-radius:1rem;overflow:hidden}
/* ===== Steps ===== */
.video-wrap-lg{max-width:56rem;margin:0 auto 3.5rem}
.steps{display:grid;grid-template-columns:1fr;gap:1.25rem;position:relative;list-style:none;margin:0;padding:0}
@media(min-width:768px){.steps{grid-template-columns:1fr 1fr;column-gap:3rem;row-gap:1.5rem}}
.step{position:relative;padding-left:4rem}
.step-num{position:absolute;left:0;top:0;display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-family:"Poppins";font-weight:700;background:var(--gradient-warm);box-shadow:0 4px 12px -2px rgba(192,101,30,.4)}
.step h3{font-family:"Poppins";font-weight:600;font-size:1.125rem;margin-bottom:.375rem}
.step p{color:var(--muted-fg);font-size:.95rem;line-height:1.65}
.steps-footer{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}
.steps-footer p{max-width:36rem;font-size:.875rem;color:var(--muted-fg);font-style:italic}
.tiny-disclaimer{margin-top:2.5rem;font-size:.7rem;color:rgba(107,103,95,.7);text-align:center;max-width:48rem;margin-left:auto;margin-right:auto}

/* ===== Stories ===== */
.stories-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.stories-grid{grid-template-columns:repeat(3,1fr)}}
.story{padding:1.75rem;display:flex;flex-direction:column;height:100%}
@media(min-width:768px){.story{padding:2rem}}
.story-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}
.avatar{flex-shrink:0;width:56px;height:56px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-family:"Poppins";font-weight:600;color:#fff;font-size:1.125rem;background:var(--gradient-warm)}
.story-name{font-family:"Poppins";font-weight:600}
.story-city{font-size:.75rem;color:var(--muted-fg);margin-top:.125rem}
.story p{font-size:.875rem;color:var(--muted-fg);margin-bottom:.75rem;line-height:1.65}
.story p .strong{font-weight:600;color:var(--ink)}
.story blockquote{margin:auto 0 0;border-left:2px solid var(--terracotta);padding-left:1rem;font-style:italic;font-size:.95rem;color:rgba(26,26,26,.85);line-height:1.65}

/* ===== Products ===== */
.products .lede{max-width:48rem}
.products .lede p{margin-top:1.25rem;font-size:1.125rem;color:var(--muted-fg);line-height:1.7}
.products h3.sub{font-family:"Poppins";font-weight:600;font-size:1.25rem;margin-bottom:1.25rem}
.prod-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}
@media(min-width:768px){.prod-grid{grid-template-columns:repeat(3,1fr)}}
.prod-card{padding:1.75rem;display:flex;flex-direction:column}
.prod-img{height:10rem;margin:-1.75rem -1.75rem 1.25rem;border-radius:1rem 1rem 0 0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#EDD9C5 0%,#ECE4D6 100%);overflow:hidden}
.prod-img img{width:100%;height:100%;object-fit:cover;display:block}
.prod-img .bottle{width:64px;height:96px;border-radius:6px;box-shadow:0 8px 20px -6px rgba(0,0,0,.2);background:linear-gradient(180deg,#fff 0%,#ECE4D6 100%);border:1px solid var(--border)}
.prod-role{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--terracotta);font-weight:600;margin-bottom:.25rem}
.prod-card h4{font-family:"Poppins";font-weight:700;font-size:1.25rem;margin-bottom:.5rem}
.prod-card p{font-size:.875rem;color:var(--muted-fg);line-height:1.65}
.prod-grid-sm{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}
@media(min-width:768px){.prod-grid-sm{grid-template-columns:repeat(3,1fr)}}
.prod-sm{border-radius:.75rem;padding:1.25rem;background:var(--card);border:1px solid var(--border)}
.prod-sm h4{font-family:"Poppins";font-weight:600;margin-bottom:.25rem}
.prod-sm p{font-size:.875rem;color:var(--muted-fg)}
.products-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}
.products-cta p{font-size:.75rem;color:var(--muted-fg);font-style:italic;max-width:28rem;margin:0}

/* ===== About ===== */
.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}
@media(min-width:768px){.about-grid{display:flex;gap:4rem;align-items:stretch}}
.about-text{flex:1}
.about-text .body{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;color:rgba(26,26,26,.85);line-height:1.7}
.about-text .btn-primary{margin-top:1.75rem}
.about-img{position:relative;flex:1;min-height:0}
.about-img::before{content:"";position:absolute;inset:-1rem;border-radius:1.5rem;background:rgba(192,101,30,.15);filter:blur(40px)}
.about-img img{position:relative;border-radius:1.5rem;box-shadow:0 20px 50px -20px rgba(0,0,0,.3);width:100%;height:auto;object-fit:cover;display:block}
@media(min-width:768px){.about-img img{position:absolute;inset:0;height:100%;object-position:center top}}

/* ===== FAQ ===== */
.faq-list{max-width:48rem;margin:0 auto;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:0}
.faq-q{width:100%;text-align:left;padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.faq-q .label{font-family:"Poppins";font-weight:600;font-size:1rem}
@media(min-width:768px){.faq-q .label{font-size:1.125rem}}
.faq-q:hover .label{color:var(--terracotta)}
.faq-icon{flex-shrink:0;width:32px;height:32px;border-radius:999px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--terracotta);transition:transform .2s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 3rem 1.5rem 0;font-size:.95rem;color:var(--muted-fg);line-height:1.7}
.faq-item.open .faq-a{display:block}
.faq-cta{margin-top:3rem;text-align:center}

/* ===== Final CTA ===== */
.cta-card{border-radius:1.5rem;padding:2rem;color:#fff;position:relative;overflow:hidden;background:radial-gradient(circle at 0% 0%,#C56F2A 0%,transparent 55%),radial-gradient(circle at 100% 100%,#5A2F12 0%,transparent 60%),#5C3922}
@media(min-width:768px){.cta-card{padding:3.5rem}}
.cta-card h2{color:#fff;font-size:clamp(1.75rem,3.5vw,3rem)}
.cta-card h2 em{color:var(--sand);font-style:normal}
.cta-card .sub{margin-top:1rem;font-size:1.125rem;color:rgba(255,255,255,.85)}
.cta-grid{margin-top:2.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}
@media(min-width:768px){.cta-grid{grid-template-columns:1.1fr 1fr;gap:2rem}}
.cta-block{border-radius:1rem;padding:1.75rem;display:flex;flex-direction:column}
@media(min-width:768px){.cta-block{padding:2rem}}
.cta-block.primary{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);justify-content:center;align-items:center;text-align:center}
.cta-block.secondary{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}
.cta-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--sand);margin-bottom:.75rem}
.cta-block.secondary .cta-kicker{color:rgba(255,255,255,.6)}
.cta-block h3{font-family:"Poppins";font-weight:600;color:#fff;margin-bottom:.5rem}
.cta-block.primary h3{font-size:1.5rem;margin-bottom:.75rem}
.cta-block.secondary h3{font-size:1.25rem}
.cta-block p{color:rgba(255,255,255,.8);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}
.cta-block.primary p{margin-bottom:1.25rem;max-width:24rem}
.cta-block.secondary p{color:rgba(255,255,255,.7);font-size:.875rem;margin-bottom:1.25rem}
.cta-tg{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;background:#fff;color:var(--ink);font-weight:600;padding:.85rem 1.5rem;transition:background .2s}
.cta-block.primary .cta-tg{margin-top:0}
.cta-block.secondary .cta-tg,.cta-tg{margin-top:auto}
.cta-tg:hover{background:var(--sand)}
.cta-form{display:flex;flex-direction:column;gap:.75rem}
.cta-form input,.cta-form textarea{width:100%;border-radius:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:.625rem 1rem;color:#fff;font:inherit}
.cta-form input::placeholder,.cta-form textarea::placeholder{color:rgba(255,255,255,.5)}
.cta-form input:focus,.cta-form textarea:focus{outline:0;border-color:rgba(255,255,255,.5)}
.cta-form textarea{resize:none}
.cta-form button{width:100%;border-radius:999px;background:var(--terracotta);padding:.75rem;font-weight:600;color:#fff;transition:filter .2s}
.cta-form button:hover{filter:brightness(1.1)}
.cta-success{color:rgba(255,255,255,.9);font-size:.875rem;background:rgba(255,255,255,.1);border-radius:.5rem;padding:1rem}
.cta-wpforms{margin-top:.25rem}
.cta-wpforms .wpforms-container{margin:0!important;max-width:none!important}
.cta-wpforms .wpforms-field{margin-bottom:.75rem!important;padding:0!important}
.cta-wpforms .wpforms-field-label{color:rgba(255,255,255,.7)!important;font-size:.75rem!important;margin-bottom:.25rem!important}
.cta-wpforms input[type=text],.cta-wpforms input[type=email],.cta-wpforms input[type=tel],.cta-wpforms input[type=url],.cta-wpforms input[type=number],.cta-wpforms select,.cta-wpforms textarea{width:100%!important;border-radius:.5rem!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important;padding:.625rem 1rem!important;color:#fff!important;font:inherit!important;box-shadow:none!important}
.cta-wpforms input::placeholder,.cta-wpforms textarea::placeholder{color:rgba(255,255,255,.5)!important}
.cta-wpforms input:focus,.cta-wpforms textarea:focus,.cta-wpforms select:focus{outline:0!important;border-color:rgba(255,255,255,.5)!important;box-shadow:none!important}
.cta-wpforms textarea{resize:none!important;min-height:5rem!important}
.cta-wpforms .wpforms-submit-container{margin-top:.25rem!important;padding:0!important}
.cta-wpforms button[type=submit],.cta-wpforms .wpforms-submit{width:100%!important;border-radius:999px!important;background:var(--terracotta)!important;padding:.75rem!important;font-weight:600!important;color:#fff!important;border:0!important;box-shadow:none!important}
.cta-wpforms button[type=submit]:hover,.cta-wpforms .wpforms-submit:hover{filter:brightness(1.1)!important}
.cta-wpforms .wpforms-error-container,.cta-wpforms .wpforms-confirmation-container-full{color:rgba(255,255,255,.9)!important;background:rgba(255,255,255,.1)!important;border:0!important;border-radius:.5rem!important;padding:1rem!important;margin-top:.5rem!important}
.cta-wpforms .wpforms-field-required{color:rgba(255,255,255,.6)!important}
.cta-wpforms .wpforms-error{color:#ffd4c2!important;font-size:.75rem!important;margin-top:.25rem!important}
.cta-foot{margin-top:2rem;text-align:center;font-size:.875rem;color:rgba(255,255,255,.6)}

/* ===== Footer ===== */
.site-footer{background:var(--ink);color:rgba(255,255,255,.8)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 0}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}
.site-footer h4{font-family:"Poppins";font-weight:700;color:#fff;font-size:1.125rem;margin-bottom:.5rem}
.site-footer .tag{font-size:.875rem;color:rgba(255,255,255,.6);margin-bottom:1rem}
.socials{display:flex;gap:.75rem}
.socials a{width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;transition:background .2s}
.socials a:hover{background:rgba(255,255,255,.1)}
.site-footer .col-title{color:#fff;font-weight:600;margin-bottom:.75rem;font-family:"Poppins"}
.site-footer ul li{margin-bottom:.5rem;color:rgba(255,255,255,.7);font-size:.875rem}
.site-footer ul a:hover{color:#fff}
.site-footer .terracotta{color:var(--terracotta)}
.site-footer .terracotta:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom .row{padding:1.5rem 0;font-size:.75rem;color:rgba(255,255,255,.5);display:flex;flex-direction:column;gap:.75rem}
@media(min-width:768px){.footer-bottom .row{flex-direction:row;align-items:center;justify-content:space-between}}
.footer-bottom .legal a:hover{color:#fff}
.footer-bottom .legal{display:flex;gap:1rem}
.footer-bottom .disclaimer{padding-bottom:2rem;font-size:.7rem;color:rgba(255,255,255,.4);font-style:italic;max-width:64rem}

/* ===== Telegram float ===== */
.tg-float{position:fixed;bottom:1.25rem;right:1.25rem;z-index:50;width:56px;height:56px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 40px -10px rgba(0,0,0,.4);background:var(--gradient-warm);transition:transform .2s}
.tg-float:hover{transform:scale(1.05)}
.tg-float svg{width:28px;height:28px}

/* ===== YouTube Lite ===== */
.ytlite{position:relative;width:100%;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;background:#000;box-shadow:0 20px 40px -10px rgba(0,0,0,.3)}
.ytlite button{position:absolute;inset:0;width:100%;height:100%;padding:0}
.ytlite img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.ytlite:hover img{transform:scale(1.02)}
.ytlite .shade{position:absolute;inset:0;background:rgba(0,0,0,.3);transition:background .2s}
.ytlite:hover .shade{background:rgba(0,0,0,.2)}
.ytlite .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 40px -10px rgba(0,0,0,.5);background:var(--gradient-warm)}
.ytlite .play svg{width:36px;height:36px;margin-left:4px}
.ytlite .ytitle{position:absolute;left:1rem;right:1rem;bottom:1rem;color:#fff;font-size:.875rem;font-weight:500;text-align:left;text-shadow:0 2px 4px rgba(0,0,0,.5)}
.ytlite iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
/* Shorts — tik „Tau ar ne Tau“ bloke */
.video-wrap:has(.yt-shorts){max-width:360px}
.ytlite.yt-shorts{aspect-ratio:9/16;max-width:min(360px,100%);margin-left:auto;margin-right:auto}
/* ===== Nuorodos QA kortelėse ===== */
.qa-card p a {
  color: var(--terracotta);
  text-decoration: underline;
  font-weight: 600;
}
.qa-card p a:hover {
  filter: brightness(1.1);
}
/* ===== Nuorodos Elementor teksto blokuose ===== */
.elementor-widget-text-editor a {
  color: #C0651E !important;
  text-decoration: underline !important;
  font-weight: 600;
}	
/* ===== Footer prispaudimas prie apačios ===== */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-footer {
  margin-top: auto;
}
.btn-primary,
a.btn-primary,
button.btn-primary {
  color: #fff !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  color: #fff !important;
  opacity: 1 !important;
}