/* ==========================================================================
   Sanok Demo 9 — Theme Stylesheet (extracted/rewritten from inline blocks)
   ========================================================================== */

/* Base reset and tokens */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:#101010;font-family:'Poppins','Open Sans','Mulish',sans-serif;font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;visibility:visible}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .25s ease}
a:hover{color:#101010}
ul{list-style:none;margin:0;padding:0}

:root{
  --color-bg:#FFFFFF;
  --color-text:#101010;
  --color-muted:#888888;
  --color-border:#dddddd;
  --color-dark:#061844;
  --color-dark-2:#082A6B;
  --color-primary:#0757E6;
  --color-accent:#0785FF;
  --color-light:#F5F8FC;
  --color-cream:#DCEBFF;
  --color-overlay:rgba(6, 24, 68, .85);
  --grad: linear-gradient(to right, #0757E6 0%, #0785FF 50%, #18C8FF 100%);
  --container-max:1170px;
  --section-pad:120px;
}

/* Layout helpers */
.container{max-width:var(--container-max);margin:0 auto;padding:0 20px}
.row{display:flex;flex-wrap:wrap;margin:0 -15px}
.row > *{padding:0 15px}
.col-12{flex:0 0 100%;max-width:100%}
.col-6{flex:0 0 50%;max-width:50%}
.col-4{flex:0 0 33.333%;max-width:33.333%}
.col-3{flex:0 0 25%;max-width:25%}
.col-2{flex:0 0 16.666%;max-width:16.666%}
@media(max-width:991px){
  .col-md-12{flex:0 0 100%;max-width:100%}
  .col-md-6{flex:0 0 50%;max-width:50%}
}
@media(max-width:767px){
  .col-6,.col-4,.col-3,.col-2{flex:0 0 100%;max-width:100%}
}

.section{padding:var(--section-pad) 0;position:relative}
.section.dark{background:var(--color-dark);color:#fff}
.section.darker{background:var(--color-dark-2);color:#fff}
.section.dark .muted, .section.darker .muted{color:#cecece}

/* Section heads */
.eyebrow{font-family:'Poppins','Open Sans',sans-serif;font-size:13px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#101010;margin:0 0 16px;text-align:center}
.section.dark .eyebrow,.section.darker .eyebrow{color:#cecece}
.section-title{font-family:'Poppins',sans-serif;font-weight:300;font-size:50px;line-height:1.15;text-align:center;margin:0 0 24px;letter-spacing:-.5px}
.section-title.lg{font-size:44px}
.section-title.md{font-size:38px}
.section-title.sm{font-size:35px;font-weight:400}
.section-lead{max-width:780px;margin:0 auto 40px;text-align:center;color:#666;font-size:17px;line-height:1.7}
.section.dark .section-lead,.section.darker .section-lead{color:#cecece}
.divider{width:50px;height:1px;background:#cecece;margin:24px auto}

/* ============== HEADER ============== */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:24px 40px;background:transparent;transition:background .35s ease, padding .35s ease, color .35s ease}
.site-header.scrolled{background:#061844;color:#ffffff;padding:14px 40px;box-shadow:0 6px 25px rgba(0,0,0,.35)}
.site-header .nav-container{display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-header .navbar-brand img{max-height:48px}
.site-header .logo-dark{display:block}
.site-header .logo-light{display:none}
.site-header.scrolled .logo-dark{display:none}
.site-header.scrolled .logo-light{display:block}
.menu-list{display:flex;align-items:center;gap:30px}
.menu-link{font-family:'Poppins',sans-serif;font-size:13px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff;position:relative;padding:6px 0}
.site-header.scrolled .menu-link{color:#ffffff}
.menu-link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#18C8FF;transition:width .3s ease}
.menu-link:hover::after,.menu-link.active::after{width:100%}
.header-cta{display:inline-flex;align-items:center;justify-content:center;padding:11px 26px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border:1px solid #ffffff;border-radius:30px;color:#ffffff;transition:all .3s ease}
.site-header.scrolled .header-cta{background:#0785FF;border-color:#0785FF;color:#ffffff;box-shadow:0 4px 15px rgba(7,133,255,.4)}
.header-cta:hover{background:#ffffff;color:#061844}
.site-header.scrolled .header-cta:hover{background:#18C8FF;border-color:#18C8FF;color:#061844}

/* ============== HERO / SLIDER ============== */
.hero{position:relative;height:100vh;min-height:680px;overflow:hidden;background:#fff}
.hero-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;padding:0 8%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease;color:#fff}
.hero-slide.active{opacity:1}
.hero-slide.light{color:#07001c}
.hero-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero-slide-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(6,24,68,.65) 0%, rgba(8,42,107,.45) 100%);}
.hero-slide.light .hero-slide-bg::after{background:rgba(255,255,255,.05)}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
}
.hero-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 88px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 20px;
  overflow: visible;
  filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.95));
}
.hero-headline.gradient {
  background: linear-gradient(135deg, #18C8FF 0%, #FFFFFF 50%, #0785FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 25px;
  filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.95));
}
.hero-sub{font-family:'Poppins',sans-serif;font-size:32px;font-weight:300;line-height:1.35;margin:0 0 40px;max-width:640px}
.hero-cta{display:inline-flex;align-items:center;padding:14px 38px;border:1px solid currentColor;border-radius:30px;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;transition:all .3s ease}
.hero-cta:hover{background:currentColor}
.hero-cta:hover span{color:#fff;mix-blend-mode:difference}
.hero-controls{position:absolute;right:40px;top:50%;transform:translateY(-50%);z-index:3;display:flex;flex-direction:column;gap:14px;color:#fff}
.hero-control{display:flex;align-items:center;gap:14px;font-size:11px;font-weight:500;letter-spacing:5px;cursor:pointer;opacity:.55;transition:opacity .25s ease}
.hero-control.active,.hero-control:hover{opacity:1}
.hero-control .num{display:inline-block;width:22px}
.hero-arrows{position:absolute;left:0;right:0;bottom:36px;display:flex;justify-content:space-between;padding:0 40px;z-index:3;color:#fff;font-size:24px}
.hero-arrows span{cursor:pointer;opacity:.7;transition:opacity .25s ease}
.hero-arrows span:hover{opacity:1}
.hero-progress{position:absolute;left:0;bottom:0;height:3px;background:rgba(255,255,255,.6);z-index:4;transition:width .2s linear}

/* ============== ABOUT ============== */
.about-illustration{margin:60px auto 0;display:block;max-width:680px;border-radius:6px}

/* ============== ABOUT SECTION STYLING ============== */
.section-sobre {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 0 0 0;
  color: #ffffff;
  overflow: hidden;
}
.sobre-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 24, 68, 0.88) 0%, rgba(8, 42, 107, 0.78) 100%);
  z-index: 1;
}
.relative-container {
  position: relative;
  z-index: 2;
}
.sobre-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: flex-end;
}
.sobre-text {
  color: #ffffff;
  padding-bottom: 90px;
}
.sobre-text .section-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #DCEBFF;
}
.sobre-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.highlight-item i {
  color: #18C8FF;
  font-size: 18px;
}
.sobre-img-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  line-height: 0;
}
.sobre-persona-img {
  max-height: 540px;
  width: auto;
  object-fit: contain;
  display: block;
  vertical-align: bottom;
  margin-bottom: 0;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
  transition: transform 0.4s ease;
}
.sobre-persona-img:hover {
  transform: scale(1.02);
}
@media (max-width: 991px) {
  .sobre-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .sobre-text .eyebrow, .sobre-text .section-title, .sobre-text .section-lead {
    text-align: center !important;
  }
  .sobre-highlights {
    align-items: center;
  }
  .sobre-persona-img {
    max-height: 480px;
    width: 90%;
    max-width: 440px;
    margin: 20px auto 0;
  }
}

/* ============== WHY CHOOSE US REVISED ============== */
.section-why {
  background: linear-gradient(135deg, #061844 0%, #082A6B 100%);
  color: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.why-card {
  padding: 45px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(24, 200, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0757E6, #18C8FF);
  opacity: 0.6;
  transition: opacity 0.4s ease;
}
.why-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #18C8FF;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(7, 133, 255, 0.25);
}
.why-card:hover::before {
  opacity: 1;
}
.why-icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0757E6 0%, #0785FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(7, 133, 255, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.why-card:hover .why-icon-box {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 25px rgba(24, 200, 255, 0.6);
  background: linear-gradient(135deg, #0785FF 0%, #18C8FF 100%);
}
.why-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: #ffffff;
}
.why-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #DCEBFF;
  margin: 0;
}
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/* ============== INFO CIRCLE / SERVICES LIST ============== */
.info-list{display:grid;grid-template-columns:repeat(3,1fr);gap:50px 40px;margin:60px 0;background:#101010;color:#fff;padding:90px 60px;border-radius:8px}
@media(max-width:991px){.info-list{grid-template-columns:repeat(2,1fr);padding:60px 30px}}
@media(max-width:600px){.info-list{grid-template-columns:1fr}}
.info-item{display:flex;gap:18px;align-items:flex-start}
.info-item .dot{flex:0 0 36px;height:36px;border-radius:50%;background:#101010;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;border:2px solid #fff}
.info-item h3{font-family:'Poppins',sans-serif;font-size:18px;font-weight:400;margin:0 0 8px;color:#fff}
.info-item p{font-size:14px;color:#cecece;margin:0;line-height:1.7}

/* ============== FAQ TEASER ============== */
.faq-teaser{background:#101010;color:#fff;padding:80px 20px;text-align:center}
.faq-teaser h4{font-family:'Poppins',sans-serif;font-size:24px;font-weight:300;color:#f0f0f0;margin:0 0 16px}
.faq-teaser p{color:#cecece;font-size:15px;line-height:1.7;max-width:620px;margin:0 auto 28px}
.btn-outline{display:inline-flex;align-items:center;padding:11px 30px;border:1px solid #fff;border-radius:0;font-size:11px;letter-spacing:2px;font-weight:600;text-transform:uppercase;color:#fff;background:transparent;cursor:pointer;transition:all .3s ease}
.btn-outline:hover{background:#fff;color:#101010}

/* ============== PORTFOLIO ============== */
.portfolio{padding:120px 0}
.cbp-filter{display:flex;justify-content:center;gap:30px;margin:24px 0 50px;flex-wrap:wrap}
.cbp-filter-item{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;color:#888;padding:6px 4px;border-bottom:1px solid transparent;transition:all .25s ease}
.cbp-filter-item:hover,.cbp-filter-item.active{color:#101010;border-bottom-color:#101010}
.cbp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 -10px}
@media(max-width:991px){.cbp-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.cbp-grid{grid-template-columns:1fr}}
.cbp-item{position:relative;overflow:hidden;aspect-ratio:1/1}
.cbp-item img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.cbp-item:hover img{transform:scale(1.06)}
.cbp-overlay{position:absolute;inset:0;background:rgba(16,16,16,.85);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;text-align:center;opacity:0;transition:opacity .35s ease}
.cbp-item:hover .cbp-overlay{opacity:1}
.cbp-overlay .title{font-family:'Poppins',sans-serif;font-size:18px;font-weight:500;margin:0 0 6px;text-transform:capitalize}
.cbp-overlay .desc{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#cecece;margin:0}

/* ============== TESTIMONIALS ============== */
.testimonials{padding:120px 0;background:#fff}
.testimonials-content{max-width:760px;margin:0 auto;text-align:center;position:relative;min-height:240px}
.testimonial{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;pointer-events:none}
.testimonial.active{opacity:1;position:relative;pointer-events:auto}
.testimonial p{font-family:'Poppins',sans-serif;font-size:18px;font-weight:300;line-height:1.65;color:#444;margin:0 0 24px}
.testimonial .t-author-style1{font-family:'Poppins',sans-serif;font-size:16px;font-weight:500;color:#101010;letter-spacing:1px}
.testimonial-nav{display:flex;justify-content:center;gap:14px;margin-top:50px}
.testimonial-nav a{display:block;width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid transparent;opacity:.55;transition:all .3s ease;cursor:pointer}
.testimonial-nav a img{width:100%;height:100%;object-fit:cover}
.testimonial-nav a:hover,.testimonial-nav a.active{opacity:1;border-color:#101010;transform:scale(1.08)}

/* ============== CLIENTS ============== */
.clients{padding:80px 0;background:#fff}
.clients-grid{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:20px}
@media(max-width:767px){.clients-grid{grid-template-columns:repeat(2,1fr)}}
.clients-grid .client-logo{filter:grayscale(100%);opacity:.55;transition:all .3s ease;text-align:center}
.clients-grid .client-logo:hover{filter:grayscale(0);opacity:1}
.clients-grid .client-logo img{max-width:140px;margin:0 auto}

/* ============== CONTACT ============== */
.contact{padding:120px 0;background:#101010;color:#fff}
.contact .section-title{color:#f2f2f2;font-size:38px;line-height:1.15}

/* ============== CONTACT SECTION STYLING ============== */
.section-contato {
  padding: 80px 0 0 0;
  background: #F5F8FC;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  overflow: hidden;
}
.contato-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: flex-end;
}
.contato-img-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  line-height: 0;
}
.contato-persona-img {
  max-height: 480px;
  width: auto;
  object-fit: contain;
  display: block;
  vertical-align: bottom;
  margin-bottom: 0;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
  transition: transform 0.4s ease;
}
.contato-persona-img:hover {
  transform: scale(1.02);
}
.contato-text {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .contato-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .contato-text {
    padding-bottom: 40px;
  }
  .contato-text .section-title, .contato-text .section-lead, .contato-text div {
    text-align: center !important;
  }
  .contato-persona-img {
    max-height: 360px;
  }
}
.contact-form{max-width:780px;margin:50px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-form .full{grid-column:1/-1}
.contact-form input,.contact-form textarea{width:100%;background:transparent;border:none;border-bottom:1px solid #555;color:#fff;font-family:'Poppins',sans-serif;font-size:14px;padding:14px 0;outline:none;transition:border-color .3s ease}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#888;letter-spacing:1px}
.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:#fff}
.contact-form textarea{min-height:140px;resize:vertical}
.contact-form .submit-row{grid-column:1/-1;text-align:center;margin-top:30px}
.button-dark{display:inline-block;padding:14px 44px;background:#fff;color:#101010;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;border-radius:0;transition:all .3s ease}
.button-dark:hover{background:#cecece}

/* ============== FOOTER REVISED & CENTERED ============== */
.site-footer {
  background: linear-gradient(180deg, rgba(6, 24, 68, 0.92) 0%, rgba(4, 16, 46, 0.96) 100%), url('../../bg/fundo-sobre.webp') no-repeat center center / cover;
  color: #ffffff;
  border-top: 1px solid rgba(24, 200, 255, 0.2);
  text-align: center;
  position: relative;
}
.footer-info {
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.footer-card {
  flex: 1;
  min-width: 260px;
  max-width: 340px;
  background: rgba(6, 24, 68, 0.65);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(24, 200, 255, 0.25);
  border-radius: 14px;
  padding: 35px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}
.footer-card:hover {
  background: rgba(8, 42, 107, 0.85);
  border-color: #18C8FF;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(7, 133, 255, 0.3);
}
.footer-icon-circle {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0757E6 0%, #0785FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(7, 133, 255, 0.35);
}
.footer-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #18C8FF;
  margin: 0 0 10px;
}
.footer-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #DCEBFF;
}
.footer-card a {
  color: #DCEBFF;
  transition: color 0.25s ease;
}
.footer-card a:hover {
  color: #18C8FF;
}
.secondary-footer {
  padding: 45px 0 55px;
  text-align: center;
}
.secondary-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.secondary-footer .footer-logo img {
  max-height: 100px;
  width: auto;
  margin: 0 auto 24px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 20px auto 25px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(24, 200, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transition: all 0.3s ease;
  font-size: 18px;
}
.social-icons a:hover {
  border-color: #18C8FF;
  background: #0785FF;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(7, 133, 255, 0.4);
}
.footer-meta {
  font-size: 13px;
  color: #88A5D3;
  margin: 0 0 15px;
  text-align: center;
}
.developer-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 0;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(24, 200, 255, 0.2);
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.developer-tag:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #18C8FF;
  transform: translateY(-2px);
}
.developer-tag span {
  font-size: 12px;
  color: #A2BBEB;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.tag-logo-img {
  max-height: 24px;
  width: auto;
  object-fit: contain;
  display: block;
}

.back-top{position:fixed;right:24px;bottom:95px;width:44px;height:44px;border-radius:50%;background:#061844;border:1px solid rgba(24,200,255,0.3);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;text-decoration:none;opacity:0;visibility:hidden;transition:all .3s ease;z-index:900}
.back-top.show{opacity:1;visibility:visible}
.back-top:hover{transform:translateY(-3px);background:#0785FF}

/* ============== FLOATING WHATSAPP BUTTON ============== */
.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
  z-index: 9999;
  transition: all 0.3s ease;
  animation: pulse-whatsapp 2s infinite;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  background: #20ba5a;
  color: #ffffff;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.7);
}
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Animations */
@keyframes fadeInUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.reveal.in{opacity:1;transform:none}

/* Inline emoji + WP base reset (extracted from inline blocks) */
img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:none!important;padding:0!important}

/* Carousel specific (extracted from inline #ult-carousel rule) */
.ult-carousel .slick-slide{margin:0 30px}

/* Custom rows extracted from sanok-custom-style-inline-css */
.row-mt-120-mb-60{margin-top:120px!important;margin-bottom:60px!important}
.row-pad-140-120{padding-top:140px!important;padding-bottom:120px!important}
.row-pad-120{padding-top:120px!important;padding-bottom:120px!important}
.row-pad-80-60{padding-top:80px!important;padding-bottom:60px!important}

/* Responsive heading rules & Mobile Hero Headline Enhancements */
@media (max-width:991px){
  .hero-headline {
    font-size: 68px !important;
    font-weight: 800 !important;
  }
  .hero-sub{font-size:20px}.section-title{font-size:38px}.section-title.lg{font-size:34px}.section-title.md{font-size:28px}
}
@media (max-width:767px){
  .hero-headline {
    font-size: 52px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    letter-spacing: 1px !important;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.95)) !important;
  }
  .hero-headline.gradient {
    background: linear-gradient(135deg, #18C8FF 0%, #FFFFFF 50%, #0785FF 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
  .hero-sub{font-size:16px}.section-title{font-size:28px}.contact-form{grid-template-columns:1fr}.site-header{padding:18px 20px}.site-header.scrolled{padding:12px 20px}.menu-list{display:none}
  
  /* Mobile Section Gap Optimization */
  .portfolio,
  .section-why,
  .testimonials,
  .clients,
  .contact {
    padding: 50px 0 !important;
  }
  .section-sobre {
    padding: 55px 0 0 0 !important;
  }
  .sobre-text {
    padding-bottom: 25px !important;
  }
  .section-contato {
    padding: 55px 0 0 0 !important;
  }
  .contato-text {
    padding-bottom: 30px !important;
  }
  .footer-info {
    padding: 45px 0 !important;
  }
  .secondary-footer {
    padding: 30px 0 40px !important;
  }
  .cbp-filter {
    margin: 15px 0 30px !important;
    gap: 10px !important;
  }
  .why-card {
    padding: 30px 20px !important;
  }
  .row-mt-120-mb-60 {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
  }
  .row-pad-140-120,
  .row-pad-120 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width:479px){
  .hero-headline {
    font-size: 44px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
  }
  .hero-sub{font-size:15px}
}

/* Offline visibility safety */
html,body{opacity:1!important;visibility:visible!important}
.page-loader,.site-loader,[class*='loading-screen'],[id*='loading-screen']{display:none!important}
