@charset "UTF-8";
/* =======================================================
   PREMIUM UPGRADE LAYER — Studio Asaf Yefet
   Glass, depth, micro-interactions, polish
   ======================================================= */
.cursor{display:none!important}

/* -- @keyframes -- */
@keyframes waPulse{0%,100%{box-shadow:0 10px 32px rgba(37,211,102,.35),0 0 0 0 rgba(37,211,102,.18)}60%{box-shadow:0 10px 32px rgba(37,211,102,.35),0 0 0 14px rgba(37,211,102,0)}}
@keyframes floatIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes revealLine{from{width:0}to{width:100%}}
@keyframes spin{to{transform:rotate(360deg)}}

/* -- Global selection -- */
::selection{background:rgba(12,63,81,.14);color:var(--teal)}

/* =======================
   NAV — premium glass
   ======================= */
.site-nav{transition:all .42s cubic-bezier(.22,.61,.36,1)}
.site-nav.stuck{
  background:rgba(250,248,245,.82)!important;
  backdrop-filter:blur(28px)!important;-webkit-backdrop-filter:blur(28px)!important;
  border-bottom:1px solid rgba(12,63,81,.07)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.6),0 8px 32px rgba(12,63,81,.06)!important;
  padding:8px 0!important;
}
.nav-links a{position:relative;transition:opacity .22s ease,color .22s ease}
.nav-links a::after{content:'';position:absolute;inset-inline:0;bottom:-3px;height:1.5px;background:var(--teal);border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform .28s cubic-bezier(.22,.61,.36,1)}
.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}
.nav-links a.active{opacity:1;font-weight:700}

/* =======================
   HERO — ultra premium
   ======================= */
.hero-copy{
  background:rgba(255,255,255,.48);
  backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);
  border:1px solid rgba(255,255,255,.6);
  border-radius:var(--radius-lg);
  padding:44px;
  box-shadow:0 24px 72px rgba(12,63,81,.08),inset 0 1px 0 rgba(255,255,255,.8);
}
.hero-title{letter-spacing:-.048em;line-height:.91}
.hero-lead{font-size:clamp(16px,1.8vw,18px);color:rgba(22,22,22,.72);line-height:1.9;max-width:480px}

/* Hero CTAs */
.btn-primary{
  background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark,#082C39) 100%);
  box-shadow:0 8px 28px rgba(12,63,81,.28),0 2px 0 rgba(255,255,255,.12) inset;
  transition:transform .32s cubic-bezier(.34,1.56,.64,1),box-shadow .32s ease;
}
.btn-primary:hover{transform:translateY(-3px) scale(1.015);box-shadow:0 16px 44px rgba(12,63,81,.34),0 2px 0 rgba(255,255,255,.12) inset}
.btn-outline{
  background:rgba(255,255,255,.68)!important;
  backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;
  border:1.5px solid rgba(12,63,81,.16)!important;
  transition:transform .32s cubic-bezier(.34,1.56,.64,1),box-shadow .28s ease,background .25s ease,color .25s ease!important;
}
.btn-outline:hover{transform:translateY(-3px);background:var(--teal)!important;color:#fff!important;border-color:var(--teal)!important;box-shadow:0 12px 36px rgba(12,63,81,.24)!important}

/* Metric cards */
.metric{
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 4px 20px rgba(12,63,81,.06),inset 0 1px 0 rgba(255,255,255,.9);
  transition:transform .36s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;
}
.metric:hover{transform:translateY(-6px);box-shadow:0 16px 44px rgba(12,63,81,.10),inset 0 1px 0 rgba(255,255,255,.9)}

/* =======================
   PAIN CARDS — SVG icons
   ======================= */
.mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;flex-shrink:0;margin-top:2px}
.mark.bad{background:rgba(185,42,42,.10);color:#B92A2A}
.mark.good{background:rgba(12,63,81,.12);color:var(--teal)}
.pain-card{
  background:rgba(255,255,255,.74)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
  border:1px solid rgba(255,255,255,.55)!important;
  box-shadow:0 8px 32px rgba(12,63,81,.06),inset 0 1px 0 rgba(255,255,255,.8)!important;
  transition:transform .36s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease!important;
}
.pain-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 56px rgba(12,63,81,.10),inset 0 1px 0 rgba(255,255,255,.8)!important}
.pain-card.positive{background:rgba(245,250,252,.82)!important;border-color:rgba(12,63,81,.10)!important}
.pain-list li{border-bottom:1px solid rgba(12,63,81,.07);padding-bottom:14px;font-size:15px;line-height:1.75}
.pain-list li:last-child{border:0;padding:0}

/* =======================
   PROJECT CARDS — depth hover
   ======================= */
.project-card{
  transition:transform .45s cubic-bezier(.22,.61,.36,1),box-shadow .4s ease!important;
}
.project-card:hover{transform:translateY(-16px) scale(1.015)!important;box-shadow:0 36px 90px rgba(12,63,81,.2)!important}
.project-card img{transition:transform 1.4s cubic-bezier(.22,.61,.36,1)!important}
.project-card:hover img{transform:scale(1.08)!important}
.project-pill{
  backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;
  font-size:9.5px!important;letter-spacing:.2em!important;
  box-shadow:0 4px 16px rgba(12,63,81,.10)!important;
}

/* =======================
   PACKAGES — 3-card premium
   ======================= */
.package-card{
  transition:transform .38s cubic-bezier(.34,1.56,.64,1),box-shadow .32s ease!important;
}
.package-card.featured{
  background:linear-gradient(165deg,#F6EDE0 0%,#EBD9C5 100%)!important;
  border:1px solid rgba(220,205,184,.5)!important;
  box-shadow:0 24px 72px rgba(12,63,81,.13)!important;
  position:relative;overflow:hidden;
}
.package-card.featured::before{
  content:'';position:absolute;inset:-1px;border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.4) 0%,transparent 50%);
  pointer-events:none;
}
.package-list li{display:flex;align-items:center;gap:10px;padding:6px 0;line-height:1.65;font-size:14px}
.package-list li::before{
  content:'';width:18px;height:18px;border-radius:50%;flex-shrink:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='rgba(255,255,255,.8)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='2,8 6,12 14,4'/%3E%3C/svg%3E");
  background-size:72%;background-repeat:no-repeat;background-position:center;
  background-color:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
}
.package-card.featured .package-list li::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='rgba(12,63,81,.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='2,8 6,12 14,4'/%3E%3C/svg%3E");border-color:rgba(12,63,81,.15)}

/* =======================
   PROCESS — connecting line
   ======================= */
.process-grid{position:relative}
.process-connector{
  position:absolute;top:60px;inset-inline:calc(12.5% + 14px);
  height:1px;
  background:linear-gradient(to left,rgba(12,63,81,.12),rgba(12,63,81,.25) 50%,rgba(12,63,81,.12));
  width:0;transition:width 1.2s cubic-bezier(.22,.61,.36,1);
  z-index:0;
}
.process-connector.animated{width:calc(75% - 28px)}
@media(max-width:980px){.process-connector{display:none}}
.process-card{
  position:relative;z-index:1;
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
  border:1px solid rgba(255,255,255,.6)!important;
  box-shadow:0 6px 24px rgba(12,63,81,.05)!important;
  transition:transform .38s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease!important;
}
.process-card:hover{transform:translateY(-10px)!important;box-shadow:0 20px 52px rgba(12,63,81,.10)!important}
.process-number{
  font-size:88px!important;opacity:.055!important;
  position:absolute;top:-14px;right:18px;
  user-select:none;pointer-events:none;
}
.process-card{padding:36px 28px 32px!important;overflow:hidden!important}

/* =======================
   ABOUT — photo premium
   ======================= */
.about-photo{
  min-height:660px;border-radius:var(--radius-lg);
  overflow:hidden;box-shadow:0 40px 100px rgba(12,63,81,.14);
  position:relative;
}
.about-photo::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(189,211,226,.18) 0%,transparent 60%);
  z-index:1;pointer-events:none;
}
.about-panel{
  background:rgba(255,255,255,.6)!important;
  backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;
  border:1px solid rgba(255,255,255,.5)!important;
  box-shadow:0 24px 64px rgba(12,63,81,.07)!important;
}
.about-quote{
  border-right:2.5px solid var(--teal)!important;
  padding-right:20px!important;
  background:rgba(12,63,81,.03);
  border-radius:0 12px 12px 0;
  padding:16px 20px!important;
  margin:20px 0 24px!important;
}

/* =======================
   TESTIMONIALS
   ======================= */
.testimonials-grid{
  display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;padding-bottom:8px;
}
.testimonials-grid::-webkit-scrollbar{display:none}
.testimonial{
  min-width:320px;scroll-snap-align:start;flex:0 0 320px;
  background:rgba(255,255,255,.78)!important;
  backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;
  border:1px solid rgba(255,255,255,.55)!important;
  box-shadow:0 6px 24px rgba(12,63,81,.05)!important;
  transition:transform .36s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease!important;
}
.testimonial:hover{transform:translateY(-8px)!important;box-shadow:0 20px 52px rgba(12,63,81,.10)!important}
.testimonial-avatar{
  width:44px;height:44px;border-radius:50%;
  background:linear-gradient(135deg,var(--sky,#BDD3E2) 0%,var(--cream,#EBDCC8) 100%);
  display:flex;align-items:center;justify-content:center;
  font-family:'Einstein','Heebo',sans-serif;font-size:16px;color:var(--teal);
  font-weight:600;flex-shrink:0;margin-bottom:12px;
  border:1.5px solid rgba(255,255,255,.7);
  box-shadow:0 4px 12px rgba(12,63,81,.10);
}
.testimonial-source{
  font-size:9.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:rgba(12,63,81,.38);margin-bottom:10px;display:block;
}
.testimonial p{font-size:14.5px;line-height:1.92}
.testimonials-slider-controls{display:flex;gap:8px;justify-content:flex-end;margin-bottom:14px}
.slider-btn{
  width:42px;height:42px;border-radius:50%;
  background:rgba(255,255,255,.8);backdrop-filter:blur(12px);
  border:1px solid rgba(12,63,81,.10);color:var(--teal);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;transition:all .24s ease;cursor:pointer;
}
.slider-btn:hover{background:var(--teal);color:#fff;border-color:var(--teal);transform:scale(1.08)}

/* =======================
   FAQ — premium accordion
   ======================= */
.faq-question{font-size:15.5px!important;font-weight:600!important;padding:22px 6px!important;transition:color .22s ease!important}
.faq-icon{
  width:32px!important;height:32px!important;border-radius:50%!important;
  border:1.5px solid rgba(12,63,81,.14)!important;
  transition:transform .35s cubic-bezier(.34,1.56,.64,1),background .25s ease,color .25s ease,border-color .25s ease!important;
  font-size:18px!important;font-weight:300!important;
}
.faq-item.open .faq-icon{transform:rotate(45deg) scale(1.05)!important;background:var(--teal)!important;color:#fff!important;border-color:var(--teal)!important}
.faq-answer{transition:max-height .42s cubic-bezier(.22,.61,.36,1)!important}
.faq-answer-inner{font-size:15px!important;line-height:1.95!important;color:rgba(22,22,22,.68)!important;max-width:760px}

/* =======================
   CONTACT FORM — premium
   ======================= */
.contact-panel{
  background:rgba(255,255,255,.06)!important;
  backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  padding:44px!important;
}
.field input,.field textarea{
  border:1.5px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.07)!important;
  border-radius:14px!important;font-size:15px!important;
  transition:border-color .28s ease,background .28s ease,box-shadow .28s ease!important;
}
.field input:focus,.field textarea:focus{
  border-color:rgba(255,255,255,.35)!important;
  background:rgba(255,255,255,.11)!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.06)!important;
  outline:none!important;
}
.field label{font-size:10.5px!important;letter-spacing:.22em!important}
.success{
  text-align:center;padding:48px 32px;color:#fff;
  font-family:'Einstein','Heebo',sans-serif;
  font-size:clamp(20px,3vw,28px);line-height:1.5;
  letter-spacing:-.02em;
}

/* =======================
   INSTA CARDS
   ======================= */
.insta-card{
  background:rgba(255,255,255,.74)!important;
  backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;
  border:1px solid rgba(255,255,255,.5)!important;
  transition:transform .36s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease!important;
}
.insta-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 52px rgba(12,63,81,.10)!important}
.insta-card h4{font-size:17px!important;letter-spacing:-.01em!important}

/* =======================
   FOOTER — upgraded
   ======================= */
.footer-social-pill{
  display:inline-flex;align-items:center;gap:7px;
  padding:9px 16px;border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.55);
  font-size:12px;font-weight:600;letter-spacing:.02em;
  transition:all .28s cubic-bezier(.22,.61,.36,1);cursor:pointer;
}
.footer-social-pill:hover{
  background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);
  color:#fff;transform:translateY(-3px);
  box-shadow:0 8px 24px rgba(0,0,0,.2);
}

/* =======================
   FLOATING BUTTONS — premium
   ======================= */
.float-whatsapp,.float-accessibility,.float-phone{
  position:fixed;inset-inline-start:24px;z-index:60;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  transition:transform .32s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;
}
.float-whatsapp{
  bottom:24px;background:#25D366;color:#fff;
  box-shadow:0 8px 28px rgba(37,211,102,.38);
  animation:waPulse 4s ease-in-out infinite;
}
.float-whatsapp:hover{transform:scale(1.12)!important;box-shadow:0 16px 44px rgba(37,211,102,.52)!important;animation:none}
.float-phone{
  bottom:92px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(12,63,81,.10);
  color:var(--teal);
  box-shadow:0 6px 22px rgba(12,63,81,.12);
}
.float-phone:hover{background:var(--teal)!important;color:#fff!important;border-color:var(--teal)!important;transform:scale(1.1)!important;box-shadow:0 12px 36px rgba(12,63,81,.24)!important}
.float-accessibility{
  bottom:160px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(12,63,81,.10);
  color:var(--teal);
  box-shadow:0 6px 22px rgba(12,63,81,.12);
}
.float-accessibility:hover{background:var(--teal)!important;color:#fff!important;border-color:var(--teal)!important;transform:scale(1.1)!important;box-shadow:0 12px 36px rgba(12,63,81,.24)!important}
@media(max-width:640px){
  .float-whatsapp,.float-phone,.float-accessibility{width:50px;height:50px;inset-inline-start:16px}
  .float-whatsapp{bottom:16px}
  .float-phone{bottom:80px}
  .float-accessibility{bottom:144px}
}

/* =======================
   GALLERY & PROJECT PAGES
   ======================= */
.gallery-card{
  border-radius:24px!important;overflow:hidden;
  box-shadow:0 6px 24px rgba(12,63,81,.07)!important;
  border:1px solid rgba(255,255,255,.35)!important;
  transition:transform .38s cubic-bezier(.34,1.56,.64,1),box-shadow .32s ease!important;
}
.gallery-card:hover{transform:translateY(-8px) scale(1.01)!important;box-shadow:0 24px 60px rgba(12,63,81,.12)!important}
.gallery-card img{transition:transform 1.2s cubic-bezier(.22,.61,.36,1)!important}
.gallery-card:hover img{transform:scale(1.05)!important}
.project-panel{
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
  border:1px solid rgba(255,255,255,.55)!important;
  box-shadow:0 8px 32px rgba(12,63,81,.06)!important;
}
.swatch{border-radius:18px;border:1px solid rgba(12,63,81,.08);box-shadow:0 4px 16px rgba(12,63,81,.06);overflow:hidden;transition:transform .32s cubic-bezier(.34,1.56,.64,1)}
.swatch:hover{transform:translateY(-6px)}
.project-tab{
  background:rgba(255,255,255,.76)!important;
  backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;
  border:1.5px solid rgba(255,255,255,.5)!important;
  transition:all .24s ease!important;
}
.project-tab.active{background:var(--teal)!important;color:#fff!important;border-color:var(--teal)!important;box-shadow:0 6px 20px rgba(12,63,81,.22)!important}
.project-tab:hover:not(.active){background:rgba(255,255,255,.95)!important;box-shadow:0 4px 16px rgba(12,63,81,.08)!important}

/* =======================
   LOGO STRIP
   ======================= */
.logos-strip{background:linear-gradient(180deg,rgba(240,230,216,.9) 0%,rgba(235,220,200,.85) 100%)!important;backdrop-filter:blur(8px)}
.logos-strip__label{font-size:9.5px!important;letter-spacing:.34em!important}
/* Force LTR so marquee animation (translateX -50%) works correctly in RTL pages */
.logos-marquee{direction:ltr!important}
.logo-svg-item img{transition:opacity .32s ease,transform .32s cubic-bezier(.34,1.56,.64,1)!important}
.logo-svg-item:hover img{opacity:.75!important;transform:translateY(-2px)!important}

/* =======================
   ACCESSIBILITY PANEL
   ======================= */
.accessibility-panel{
  background:rgba(255,255,255,.95)!important;
  backdrop-filter:blur(28px)!important;-webkit-backdrop-filter:blur(28px)!important;
  border:1px solid rgba(255,255,255,.65)!important;
  border-radius:24px!important;
  box-shadow:0 24px 72px rgba(12,63,81,.14)!important;
}
.acc-btn{
  border-radius:12px!important;font-size:12px!important;
  transition:background .22s ease,color .22s ease,transform .22s ease!important;
}
.acc-btn:hover{background:var(--teal)!important;color:#fff!important;border-color:var(--teal)!important;transform:scale(1.03)!important}
.acc-btn.active{background:var(--teal)!important;color:#fff!important;border-color:var(--teal)!important}

/* =======================
   MOBILE NAV — smooth
   ======================= */
.mobile-menu{background:rgba(248,246,243,.97)!important;backdrop-filter:blur(28px)!important;-webkit-backdrop-filter:blur(28px)!important}
.mobile-menu__inner a{letter-spacing:-.025em;transition:opacity .22s ease,transform .22s ease}
.mobile-menu__inner a:hover{opacity:.5;transform:translateX(-4px)}

/* =======================
   RESPONSIVE polish
   ======================= */
@media(max-width:1180px){
  .hero-copy{padding:32px!important}
  .packages-grid[style*="1fr 1.08fr 1fr"]{grid-template-columns:1fr!important}
}
@media(max-width:980px){
  .testimonials-grid{flex-direction:column!important;overflow:visible!important}
  .testimonial{min-width:auto!important;flex:1 1 auto!important}
  .process-connector{display:none!important}
}
@media(max-width:640px){
  .hero-copy{padding:24px 20px!important;border-radius:24px!important}
  .contact-panel{padding:28px 22px!important}
  .about-panel{padding:28px 22px!important}
}

/* =======================
   LEGAL PAGES — upgraded
   ======================= */
.legal-page{padding-top:120px;padding-bottom:80px;min-height:100svh;background:linear-gradient(180deg,#F5F3EF 0%,#F0EBE3 100%)}
.legal-inner{max-width:820px;margin-inline:auto}
.legal-card{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.6);
  border-radius:var(--radius-lg);
  padding:56px;
  box-shadow:0 24px 72px rgba(12,63,81,.07);
}
.legal-card h1{font-family:'Einstein','Heebo',sans-serif;font-size:clamp(34px,5vw,52px);color:var(--teal);margin-bottom:6px;letter-spacing:-.035em}
.legal-date{font-size:13px;color:rgba(22,22,22,.42);display:block;margin-bottom:40px;letter-spacing:.04em}
.legal-card h2{font-family:'Einstein','Heebo',sans-serif;font-size:clamp(20px,2.5vw,26px);color:var(--teal);margin:36px 0 14px;letter-spacing:-.02em;padding-top:24px;border-top:1px solid rgba(12,63,81,.08)}
.legal-card p,.legal-card li{font-size:15.5px;line-height:2;color:rgba(22,22,22,.74)}
.legal-card ul{list-style:none;display:grid;gap:10px;margin-top:10px;padding:0}
.legal-card ul li{display:flex;align-items:flex-start;gap:12px}
.legal-card ul li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal);opacity:.45;flex-shrink:0;margin-top:10px}
.legal-card a{color:var(--teal);text-decoration:underline;text-underline-offset:3px;transition:opacity .22s ease}
.legal-card a:hover{opacity:.65}
.legal-toc{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px;padding:20px;background:rgba(12,63,81,.04);border-radius:16px;border:1px solid rgba(12,63,81,.07)}
.legal-toc a{font-size:12px;font-weight:700;color:rgba(12,63,81,.6);letter-spacing:.06em;padding:6px 12px;border-radius:999px;background:rgba(12,63,81,.05);transition:all .22s ease}
.legal-toc a:hover{background:var(--teal);color:#fff;text-decoration:none}
@media(max-width:640px){.legal-card{padding:28px 22px;border-radius:24px}}

/* =======================================
   LANGUAGE TOGGLE BUTTON
   ======================================= */
.lang-toggle{
  height:36px;min-width:52px;padding:0 14px;
  border-radius:999px;
  background:rgba(12,63,81,.08);
  border:1.5px solid rgba(12,63,81,.14);
  color:var(--teal);
  font-size:11.5px;font-weight:800;
  letter-spacing:.12em;
  cursor:pointer;
  transition:all .28s cubic-bezier(.22,.61,.36,1);
  display:inline-flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.lang-toggle:hover{background:var(--teal);color:#fff;border-color:var(--teal);transform:scale(1.06)}
.site-nav.stuck .lang-toggle{background:rgba(12,63,81,.06)}

/* LTR overrides when in English */
html[dir="ltr"] .site-nav__inner{flex-direction:row}
html[dir="ltr"] .nav-links a::after{transform-origin:left center}
html[dir="ltr"] .hero-lead,.hero-copy{text-align:left}
html[dir="ltr"] .eyebrow::before{display:none}
html[dir="ltr"] .eyebrow::after{content:'';width:22px;height:1px;background:currentColor;opacity:.65;display:inline-block;margin-left:12px}
html[dir="ltr"] .about-quote{border-right:none;border-left:2.5px solid var(--teal);padding-right:0;padding-left:22px}
html[dir="ltr"] .float-whatsapp,html[dir="ltr"] .float-phone,html[dir="ltr"] .float-accessibility,html[dir="ltr"] .accessibility-panel{right:24px;left:auto}
@media(max-width:640px){html[dir="ltr"] .float-whatsapp,html[dir="ltr"] .float-phone,html[dir="ltr"] .float-accessibility{right:16px;left:auto}}

/* =======================================
   FINAL POLISH — all the micro-details
   ======================================= */

/* Better project grid spacing */
.projects-grid{gap:20px!important}
.project-card{aspect-ratio:.82!important}

/* Stronger package cards */
.package-card:not(.featured){
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  transition:transform .38s cubic-bezier(.34,1.56,.64,1),box-shadow .32s ease,background .28s ease!important;
}
.package-card:not(.featured):hover{
  background:rgba(255,255,255,.16)!important;
  transform:translateY(-10px)!important;
  box-shadow:0 28px 72px rgba(0,0,0,.22)!important;
}

/* Testimonial grid: 2 per row, bigger */
.testimonials-grid .testimonial{min-width:min(380px,90vw)!important;flex:0 0 min(380px,90vw)!important}
.testimonial p{font-size:15px!important;line-height:2!important}
.testimonial strong{font-size:15px!important;margin-bottom:4px}

/* FAQ more spacious */
.faq-question{padding:26px 8px!important}
.faq-answer-inner{padding:0 8px 28px!important;font-size:15.5px!important;line-height:2!important}
.faq-shell{max-width:900px}

/* Footer stronger */
.site-footer{padding:56px 0 32px!important}
.site-footer__inner{gap:36px!important}
.footer-social-pill{font-size:12.5px!important;padding:10px 18px!important}

/* Mobile menu full overlay premium */
.mobile-menu__inner a{
  font-size:clamp(32px,8vw,52px)!important;
  letter-spacing:-.03em!important;
  padding:4px 0!important;
}
.mobile-menu__inner{gap:8px!important}

/* About photo more dominant */
.about-photo{min-height:700px!important}
@media(max-width:1180px){.about-photo{min-height:480px!important}}

/* Instagram section — remove if empty */
.insta-card{min-height:160px}

/* Pain cards stronger shadow */
.pain-card{box-shadow:0 12px 40px rgba(12,63,81,.09),inset 0 1px 0 rgba(255,255,255,.85)!important}

/* Process numbers */
.process-number{font-size:100px!important;opacity:.04!important;color:var(--teal)!important}

/* Better button states */
.btn:focus-visible{outline:2px solid var(--teal);outline-offset:3px}
.btn:active{transform:scale(.98)!important}

/* Contact links */
.contact-link{font-size:15px;padding:8px 0;transition:opacity .22s ease,transform .22s ease}
.contact-link:hover{opacity:.65;transform:translateX(-4px)}
html[dir="ltr"] .contact-link:hover{transform:translateX(4px)}

/* Smooth scrollbar (webkit) */
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:rgba(12,63,81,.04)}
::-webkit-scrollbar-thumb{background:rgba(12,63,81,.18);border-radius:999px}
::-webkit-scrollbar-thumb:hover{background:rgba(12,63,81,.32)}

/* =======================================
   MOBILE COMPREHENSIVE FIX
   ======================================= */

/* -- Mobile menu — premium overlay -- */
.mobile-menu{
  position:fixed;inset:0;z-index:49;
  background:rgba(247,245,242,.97)!important;
  backdrop-filter:blur(28px)!important;-webkit-backdrop-filter:blur(28px)!important;
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;
  transition:opacity .35s cubic-bezier(.22,.61,.36,1);
  padding-top:80px;
}
.mobile-menu.open{opacity:1;pointer-events:auto}
.mobile-menu__inner{
  display:flex;flex-direction:column;align-items:center;
  gap:8px;text-align:center;width:100%;padding:0 24px;
}
.mobile-menu__inner a{
  font-family:'Einstein','Heebo',sans-serif;
  font-size:clamp(32px,8vw,48px);
  color:var(--teal);letter-spacing:-.025em;
  padding:12px 0;display:block;width:100%;
  opacity:.88;transition:opacity .2s ease,transform .2s ease;
  text-decoration:none;
}
.mobile-menu__inner a:hover{opacity:1;transform:translateX(-4px)}
.mobile-menu__inner .btn{
  margin-top:20px;font-size:16px;min-height:54px;
  padding:0 36px;border-radius:999px;
}
.mobile-menu__inner a.btn{color:#fff!important}

/* -- Hamburger -- */
.nav-toggle{
  width:46px;height:46px;border-radius:50%;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1.5px solid rgba(12,63,81,.10);
  display:none;align-items:center;justify-content:center;
  flex-direction:column;gap:5px;padding:13px;
  transition:background .25s ease,border-color .25s ease;
}
.nav-toggle span{
  display:block;width:100%;height:1.5px;
  background:var(--teal);border-radius:999px;
  transition:transform .32s cubic-bezier(.22,.61,.36,1),opacity .25s ease,width .28s ease;
  transform-origin:center;
}
.nav-toggle.open{background:var(--teal)!important;border-color:var(--teal)}
.nav-toggle.open span{background:#fff}
.nav-toggle.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0;width:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* -- Hero mobile -- */
@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr!important;gap:24px!important}
  .hero-copy{padding:28px!important}
  .hero-stage{order:2}
  .hero-copy{order:1}
  .hero-main-card{min-height:420px!important}
  .hero-micro{grid-template-columns:repeat(3,1fr)!important}
}

/* -- Tablet 980 -- */
@media(max-width:980px){
  .nav-links,.nav-actions .btn{display:none!important}
  .nav-toggle{display:inline-flex!important}
  .hero-micro{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .metric strong{font-size:clamp(22px,5vw,32px)!important}
  .projects-grid[style*="repeat(3"]{grid-template-columns:repeat(2,1fr)!important}
  .process-grid{grid-template-columns:repeat(2,1fr)!important}
  .testimonials-grid{flex-direction:column!important;overflow:visible!important}
  .testimonial{min-width:auto!important;flex:1 1 auto!important}
  .packages-grid[style*="1.08"]{grid-template-columns:1fr!important}
  .about-grid{grid-template-columns:1fr!important;gap:24px}
  .about-photo{min-height:420px!important;order:-1}
  .contact-grid{grid-template-columns:1fr!important}
  .hero-thumbs{grid-template-columns:repeat(4,1fr)!important}
}

/* -- Mobile 640 -- */
@media(max-width:640px){
  .container,.site-nav__inner{width:calc(100% - 28px)!important;margin-inline:auto}
  .section{padding:72px 0!important}
  
  /* Hero */
  .hero{padding-top:64px!important}
  .hero-copy{border-radius:20px!important;padding:22px!important}
  .hero-title{font-size:clamp(36px,12vw,54px)!important;letter-spacing:-.04em!important}
  .hero-lead{font-size:16px!important;margin-bottom:20px!important}
  .hero-main-card{min-height:300px!important;border-radius:20px!important}
  .hero-thumbs{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}
  .hero-micro{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .metric{padding:16px 12px!important;border-radius:16px!important}
  .metric strong{font-size:clamp(20px,7vw,28px)!important}
  .metric span{font-size:11.5px!important}

  /* Projects grid */
  .projects-grid{grid-template-columns:1fr!important;gap:14px!important}
  .projects-grid[style*="repeat"]{grid-template-columns:1fr!important}
  .project-card{aspect-ratio:1.1!important;border-radius:24px!important}

  /* Packages */
  .packages-grid{grid-template-columns:1fr!important}
  .package-card{border-radius:24px!important;padding:28px 22px!important}

  /* Process */
  .process-grid{grid-template-columns:1fr!important;gap:12px!important}
  .process-card{padding:28px 22px!important;border-radius:22px!important}
  .process-number{font-size:64px!important}

  /* About */
  .about-grid{grid-template-columns:1fr!important}
  .about-photo{min-height:340px!important;border-radius:22px!important;order:-1}
  .about-panel{padding:24px 20px!important;border-radius:22px!important}
  .about-quote{font-size:16px!important;padding:14px 16px!important}

  /* Testimonials */
  .testimonials-grid{flex-direction:column!important;overflow:visible!important;padding-bottom:0!important}
  .testimonial{min-width:auto!important;border-radius:22px!important;padding:26px 22px!important}

  /* FAQ */
  .faq-shell{max-width:none!important}
  .faq-question{font-size:14.5px!important;padding:20px 4px!important}

  /* Contact */
  .contact-grid{grid-template-columns:1fr!important;gap:16px!important}
  .contact-panel{padding:24px 20px!important;border-radius:22px!important}
  .field input,.field textarea{font-size:16px!important;padding:14px 16px!important;border-radius:12px!important}

  /* Instagram */
  .instagram-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}
  .insta-card{padding:18px!important;border-radius:18px!important}

  /* Float buttons */
  .float-whatsapp{bottom:16px!important;left:14px!important;width:50px!important;height:50px!important}
  .float-phone{bottom:78px!important;left:14px!important;width:50px!important;height:50px!important}
  .float-accessibility{bottom:140px!important;left:14px!important;width:50px!important;height:50px!important}
  .accessibility-panel{left:14px!important;bottom:200px!important;width:calc(100vw - 28px)!important}

  /* Footer */
  .site-footer__inner{flex-direction:column!important;gap:20px!important;align-items:flex-start!important}

  /* Pain cards */
  .pain-grid{grid-template-columns:1fr!important;gap:12px!important}
  .pain-card{padding:24px 20px!important;border-radius:22px!important}

  /* Buttons */
  .btn{min-height:48px!important;padding:0 22px!important;font-size:13.5px!important}
  .btn-row{flex-wrap:wrap!important;gap:10px!important}
  
  /* Logo strip */
  .logos-strip__label{font-size:8.5px!important;padding:18px 16px 10px!important}

  /* Project pages mobile */
  .ph__title{font-size:clamp(42px,13vw,68px)!important}
  .ph__content{padding-bottom:44px!important}
  .ps-split{grid-template-columns:1fr!important;gap:20px!important}
  .ps-split--flip{direction:rtl!important}
  .editorial-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .gc-1,.gc-2,.gc-3,.gc-4{grid-column:span 1!important;aspect-ratio:1.05!important}
  .pnav__inner{gap:5px!important;padding:10px 0!important}
  .pnav__tab{font-size:11.5px!important;padding:8px 14px!important}
  .swatches-row{gap:10px!important}
  .swatch-block{width:64px!important;height:64px!important;border-radius:14px!important}
  .ph-editorial{height:260px!important}
  .pc-cta{padding:72px 0!important}
  .pc-cta__quote{font-size:clamp(22px,6vw,34px)!important}
}

/* -- RTL text alignment global fix -- */
html[dir="rtl"] p,html[dir="rtl"] .lead,html[dir="rtl"] li,
html[dir="rtl"] .faq-answer-inner,html[dir="rtl"] label,
html[dir="rtl"] .contact-note,html[dir="rtl"] blockquote{text-align:right}
html[dir="rtl"] .eyebrow{justify-content:flex-start}
html[dir="rtl"] .legal-toc{justify-content:flex-start}

/* -- Footer upgrade -- */
.site-footer{padding:52px 0 32px!important}
.site-footer__inner{
  display:grid!important;grid-template-columns:auto 1fr!important;
  align-items:center!important;gap:32px 48px!important;
}
@media(max-width:640px){
  .site-footer__inner{grid-template-columns:1fr!important;gap:24px!important}
}
.site-footer__copy{font-size:12.5px!important;color:rgba(255,255,255,.3)!important}
.site-footer__links a{font-size:12.5px!important;opacity:.45!important;transition:opacity .22s ease!important}
.site-footer__links a:hover{opacity:.9!important}

/* -- Language switcher -- */
.lang-switch{
  display:inline-flex;align-items:center;gap:2px;
  padding:6px 12px;border-radius:999px;
  background:rgba(12,63,81,.07);border:1px solid rgba(12,63,81,.12);
  font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--teal);cursor:pointer;transition:all .24s ease;text-decoration:none;
  margin-inline-end:8px;
}
.lang-switch:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
.lang-switch__sep{opacity:.4;margin:0 2px}
.lang-switch .lang-active{opacity:1;font-weight:800}
.lang-switch .lang-other{opacity:.5}
.section-teal .lang-switch{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);color:#fff}

/* -- Testimonials upgrade -- */
.testimonial p{font-size:15px!important;line-height:2!important}
.testimonial strong{font-size:15px!important;font-weight:800!important;display:block!important;margin-bottom:2px!important}
.testimonial span{font-size:12px!important}
.quote-mark{font-size:64px!important;line-height:.7!important;margin-bottom:10px!important;color:rgba(12,63,81,.06)!important}
.stars{font-size:14px!important;letter-spacing:.12em!important}

/* -- Pain section upgrade -- */
.pain-list li{font-size:15.5px!important;line-height:1.8!important;padding:16px 0 16px!important}
.pain-card h2,.pain-card h3{font-family:'Einstein','Heebo',sans-serif!important;font-size:clamp(24px,3vw,32px)!important;letter-spacing:-.025em!important}

/* -- Projects grid spacing -- */
.projects-grid{gap:20px!important}

/* -- About punch -- */
.about-photo{box-shadow:0 48px 120px rgba(12,63,81,.16)!important}
.about-photo img{object-position:center 20%!important}

/* =======================================
   ENGLISH / LTR OVERRIDES
   ======================================= */
html[dir="ltr"] .eyebrow::before{margin-right:0;margin-left:0;order:-1}
html[dir="ltr"] .about-quote{border-right:none;border-left:2.5px solid rgba(12,63,81,.2);padding-right:0;padding-left:22px;border-radius:14px 0 0 14px}
html[dir="ltr"] .pain-list li,.about-points li{flex-direction:row}
html[dir="ltr"] .ps-split--flip{direction:ltr}
html[dir="ltr"] .contact-link::before{content:'';width:14px;height:1px;background:rgba(255,255,255,.42);flex-shrink:0}
html[dir="ltr"] .testimonial-source::before{content:'';width:16px;height:1px;background:currentColor}
html[dir="ltr"] .legal-card h2{border-top:1px solid rgba(12,63,81,.08)}
html[dir="ltr"] .legal-toc{justify-content:flex-start}
html[dir="ltr"] p,html[dir="ltr"] .lead,html[dir="ltr"] li,html[dir="ltr"] .faq-answer-inner{text-align:left}
html[dir="ltr"] .mobile-menu__inner a:hover{transform:translateX(4px)}
html[dir="ltr"] .float-whatsapp,html[dir="ltr"] .float-phone,html[dir="ltr"] .float-accessibility{left:24px;right:auto}
html[dir="ltr"] .nav-links{margin-inline-start:auto;margin-inline-end:0}

/* =======================================
   FINAL POLISH — Sıbub 15 fixes
   ======================================= */

/* -- 1. HERO — image prominence -- */
.hero-stage{min-height:680px!important}
.hero-main-card{
  min-height:500px!important;
  border-radius:var(--radius-lg)!important;
  box-shadow:0 48px 120px rgba(12,63,81,.18)!important;
}
/* Desktop: nav actual height ~97px; give 70px+ breathing room */
@media(min-width:1181px){
  .hero{padding-top:170px!important}
  .hero-grid{gap:40px!important;align-items:center!important;padding:0 0 40px!important}
  .hero-copy{padding:44px!important}
  .hero-title{font-size:clamp(40px,6.5vw,88px)!important}
  .hero-lead{font-size:clamp(15px,1.7vw,17px)!important}
  .hero-micro{margin-top:28px!important}
}
/* Tablet 981-1180: stacked */
@media(max-width:1180px) and (min-width:641px){
  .hero{padding-top:130px!important}
  .hero-copy{padding:32px!important}
}
/* Mobile <=640 */
@media(max-width:640px){
  .hero{padding-top:110px!important}
  .hero-copy{padding:22px!important}
}

/* -- 2. PROCESS — bigger, more presence -- */
.process-grid{gap:20px!important}
.process-card{padding:42px 34px 38px!important}
.process-card h3{font-size:clamp(18px,2.2vw,24px)!important;margin-bottom:14px!important}
.process-card p{font-size:15px!important;line-height:1.88!important}
.process-connector{
  top:54px!important;
  background:linear-gradient(to left,rgba(12,63,81,.08),rgba(12,63,81,.22) 50%,rgba(12,63,81,.08))!important;
}

/* -- 3. ABOUT — tighter, photo more dominant -- */
.about-grid{gap:0!important;background:transparent;align-items:stretch!important}
.about-panel{border-radius:var(--radius-lg) 0 0 var(--radius-lg)!important;padding:52px 44px!important}
.about-photo{
  min-height:auto!important;
  border-radius:0 var(--radius-lg) var(--radius-lg) 0!important;
  flex:1;
}
@media(max-width:980px){
  .about-grid{gap:0!important}
  .about-panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0!important}
  .about-photo{border-radius:0 0 var(--radius-lg) var(--radius-lg)!important;min-height:360px!important;order:1!important}
}
@media(max-width:640px){
  .about-panel{border-radius:22px 22px 0 0!important;padding:28px 22px!important}
  .about-photo{border-radius:0 0 22px 22px!important;min-height:280px!important}
}

/* -- 4. TESTIMONIALS — stronger, less generic -- */
.testimonials-grid{gap:20px!important;padding-bottom:12px!important}
.testimonial{padding:36px 32px!important;min-width:340px!important;flex:0 0 340px!important}
.testimonial p{font-size:15.5px!important;line-height:2.05!important;margin-bottom:24px!important}
.testimonial strong{font-size:16px!important;color:var(--teal)!important;font-weight:800!important;letter-spacing:-.01em!important}
.testimonial span{font-size:12px!important;opacity:.65!important;display:block!important;margin-top:3px!important}
.testimonial-avatar{
  width:48px!important;height:48px!important;border-radius:50%!important;
  background:linear-gradient(135deg,rgba(189,211,226,.8) 0%,rgba(235,220,200,.8) 100%)!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  font-family:'Einstein','Heebo',sans-serif!important;
  font-size:20px!important;font-weight:700!important;color:var(--teal)!important;
  margin-bottom:18px!important;border:1.5px solid rgba(255,255,255,.7)!important;
  box-shadow:0 4px 14px rgba(12,63,81,.10)!important;
}
.quote-mark{font-size:72px!important;line-height:.65!important;margin-bottom:16px!important}
.testimonials-slider-controls{margin-bottom:20px!important}
@media(max-width:640px){
  .testimonial{min-width:auto!important;flex:1 1 auto!important;padding:26px 22px!important}
}

/* -- 5. FAQ — better spacing, cleaner -- */
.faq-shell{max-width:880px!important}
.faq-question{
  padding:26px 6px!important;font-size:16px!important;
  font-weight:600!important;gap:24px!important;
}
.faq-item{border-bottom:1px solid rgba(12,63,81,.07)!important}
.faq-answer-inner{
  padding:0 6px 28px!important;
  font-size:15px!important;line-height:2!important;
  color:rgba(22,22,22,.66)!important;
  max-width:820px!important;
}
.faq-item.open .faq-answer{transition:max-height .42s cubic-bezier(.22,.61,.36,1)!important}

/* -- 6. CONTACT FORM — more premium -- */
.contact-grid{gap:20px!important}
.contact-panel:first-child{padding:48px!important}
.contact-panel:last-child{padding:48px!important}
.field{gap:10px!important}
.field label{font-size:11px!important;font-weight:700!important;letter-spacing:.24em!important;opacity:.6!important}
.field input,.field textarea{
  padding:16px 18px!important;border-radius:16px!important;
  font-size:15px!important;
}
#leadForm .btn{
  min-height:54px!important;font-size:15px!important;
  width:100%!important;letter-spacing:.01em!important;
}

/* -- 7. FOOTER — stronger hierarchy -- */
.site-footer{padding:60px 0 36px!important}
.site-footer__inner{
  display:flex!important;flex-direction:column!important;
  gap:32px!important;align-items:flex-start!important;
}
.footer-brand-desc{
  font-size:13px!important;color:rgba(255,255,255,.32)!important;
  line-height:1.7!important;max-width:360px!important;margin-top:6px!important;
}
.site-footer__links{display:flex!important;gap:20px!important;flex-wrap:wrap!important}
.site-footer__links a{
  font-size:13px!important;color:rgba(255,255,255,.4)!important;
  transition:color .22s ease!important;
}
.site-footer__links a:hover{color:rgba(255,255,255,.9)!important}
.footer-row{
  display:flex!important;justify-content:space-between!important;
  align-items:center!important;width:100%!important;
  flex-wrap:wrap!important;gap:16px!important;
}
.footer-bottom{
  width:100%!important;padding-top:24px!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  display:flex!important;justify-content:space-between!important;
  align-items:center!important;flex-wrap:wrap!important;gap:12px!important;
}

/* -- 8. PROJECTS GRID — more air -- */
.projects-grid{gap:24px!important}
.project-card{aspect-ratio:.82!important}
.project-card:hover{transform:translateY(-18px) scale(1.016)!important}
.project-meta h3{font-size:clamp(18px,2.2vw,24px)!important}
.project-meta p{font-size:13px!important;line-height:1.65!important;opacity:.75!important}

/* -- 9. PAIN SECTION — more depth -- */
.pain-grid{gap:20px!important}
.pain-card{
  box-shadow:0 12px 40px rgba(12,63,81,.08),inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.pain-card:hover{
  box-shadow:0 24px 72px rgba(12,63,81,.12),inset 0 1px 0 rgba(255,255,255,.9)!important;
}

/* -- 10. PACKAGES — equal elevation -- */
.package-card:not(.featured){
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 12px 36px rgba(0,0,0,.12)!important;
}
.package-card:not(.featured):hover{
  background:rgba(255,255,255,.16)!important;
  box-shadow:0 24px 64px rgba(0,0,0,.18)!important;
}
.package-card h3{font-size:clamp(22px,2.5vw,28px)!important}
.package-card p{font-size:14.5px!important;line-height:1.85!important;margin-bottom:22px!important}

/* -- 11. RTL text alignment — global -- */
[dir="rtl"] *{text-align:right}
[dir="rtl"] .btn-row,[dir="rtl"] .btn,[dir="rtl"] .eyebrow,
[dir="rtl"] .metric,[dir="rtl"] .stars,[dir="rtl"] .slider-btn,
[dir="rtl"] .project-pill,[dir="rtl"] .package-badge,
[dir="rtl"] .lang-switch,[dir="rtl"] .nav-actions,
[dir="rtl"] .social-strip,[dir="rtl"] .site-footer__social,
[dir="rtl"] .footer-social-pill,[dir="rtl"] .swatches-row,
[dir="rtl"] .swatch-item,[dir="rtl"] .logos-marquee,
[dir="rtl"] .logo-svg-item,[dir="rtl"] .mark,
[dir="rtl"] .hero-thumbs,[dir="rtl"] .thumb,[dir="rtl"] .thumb span,
[dir="rtl"] .testimonials-slider-controls{text-align:center}
[dir="rtl"] .nav-links,[dir="rtl"] .nav-links a,
[dir="rtl"] .about-points li,[dir="rtl"] .pain-list li,
[dir="rtl"] .package-list li,[dir="rtl"] .process-card,
[dir="rtl"] .testimonial,[dir="rtl"] .contact-link{text-align:right}
[dir="rtl"] .field label,[dir="rtl"] .field input,
[dir="rtl"] .field textarea,[dir="rtl"] .contact-note{text-align:right}
[dir="rtl"] .faq-question span:first-child{text-align:right}
[dir="rtl"] .legal-card p,[dir="rtl"] .legal-card li{text-align:right}

/* -- 12. Button contrast fixes -- */
.btn-outline{color:var(--teal)!important}
.btn-outline:hover{color:#fff!important}
.section-teal .btn-outline{color:#fff!important}
.btn-light{color:var(--teal)!important;background:#fff!important}
.btn-light:hover{background:rgba(255,255,255,.92)!important;box-shadow:0 14px 40px rgba(0,0,0,.18)!important}

/* -- 13. Image object-position fixes -- */
.project-card img{object-position:center center!important}
.about-photo img{object-position:center 18%!important}
.hero-main-card img{object-position:center center!important}
.ps-img{object-position:center center!important;aspect-ratio:1.05!important}
.gallery-card img{object-position:center center!important}

/* -- 14. Nav actions alignment -- */
.nav-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important}
.lang-switch{flex-shrink:0!important}

/* -- 15. Micro details -- */
h2{letter-spacing:-.03em!important}
.section{padding:120px 0!important}
@media(max-width:980px){.section{padding:88px 0!important}}
@media(max-width:640px){.section{padding:72px 0!important}}
.eyebrow{margin-bottom:14px!important}
h2+.lead{margin-top:10px!important}
.btn-row{margin-top:28px!important}

/* -- Testimonial meta — full names prominent -- */
.testimonial-meta{margin-top:20px;padding-top:18px;border-top:1px solid rgba(12,63,81,.07)}
.testimonial-name{display:block;font-family:'Einstein','Heebo',sans-serif;font-size:17px;font-weight:800;color:var(--teal);letter-spacing:-.015em;margin-bottom:3px}
.testimonial-biz{display:block;font-size:13px;color:rgba(22,22,22,.55);margin-bottom:2px}
.testimonial-source{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(12,63,81,.35);margin-top:4px}
.testimonial-source::before{content:'';display:inline-block;width:14px;height:1px;background:currentColor}
/* Hide old avatar and source elements if present */
.testimonial-avatar{display:none!important}
.testimonial strong{font-family:'Einstein','Heebo',sans-serif!important;font-size:17px!important;font-weight:800!important;color:var(--teal)!important;display:block!important;margin-bottom:2px!important}
.testimonial>span{display:block!important;font-size:13px!important;color:rgba(22,22,22,.55)!important;margin-bottom:0!important}

/* ===================================
   LANGUAGE SWITCHER — ls-pill
   Identical on every single page
   =================================== */
.ls-pill{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 14px;border-radius:999px;
  background:rgba(12,63,81,.07);
  border:1.5px solid rgba(12,63,81,.13);
  font-size:11.5px;font-weight:700;letter-spacing:.06em;
  color:var(--teal);text-decoration:none;
  transition:background .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s cubic-bezier(.34,1.56,.64,1);
  flex-shrink:0;white-space:nowrap;
}
.ls-pill:hover{
  background:var(--teal);border-color:var(--teal);
  color:#fff;transform:scale(1.04);
  box-shadow:0 6px 20px rgba(12,63,81,.18);
}
.ls-pill:hover .ls-lang{color:#fff!important;opacity:1!important}
.ls-lang{transition:opacity .2s ease;color:var(--teal)}
.ls-active{opacity:1;font-weight:800}
.ls-inactive{opacity:.42;font-weight:600}
.ls-sep{opacity:.25;font-weight:400;font-size:10px}
/* On teal background (section headers where nav might be) */
.section-teal .ls-pill{
  background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);
}
.section-teal .ls-pill .ls-lang,.section-teal .ls-pill .ls-sep{color:#fff}
.section-teal .ls-pill:hover{background:rgba(255,255,255,.95);color:var(--teal)}
.section-teal .ls-pill:hover .ls-lang{color:var(--teal)!important}
/* Mobile */
@media(max-width:640px){.ls-pill{padding:6px 11px;font-size:11px}}
/* Testimonial — name only, no biz title */
.testimonial-biz{display:none!important}
.testimonial-meta{margin-top:18px;padding-top:16px;border-top:1px solid rgba(12,63,81,.07)}
.testimonial-name{display:block;font-family:'Einstein','Heebo',sans-serif;font-size:16px;font-weight:800;color:var(--teal);letter-spacing:-.01em;margin-bottom:4px}
.testimonial-source{font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(12,63,81,.35)}

/* ===================================
   MOBILE VISUAL FIXES — post screenshot review
   =================================== */

/* Fix 1: Float buttons MUST be on physical LEFT on mobile (not RTL-end/right) 
   so they don't overlap hero thumbs or project CTAs */
@media(max-width:980px){
  .float-whatsapp,.float-phone,.float-accessibility{
    /* Override logical property with physical left */
    inset-inline-start:auto!important;
    right:auto!important;
    left:16px!important;
  }
}

/* Fix 2: Hamburger menu — reduce top gap, center links better */
.mobile-menu{
  padding-top:0!important;
  justify-content:center!important;
}
.mobile-menu__inner{
  padding-top:0!important;
  padding-bottom:32px!important;
  justify-content:center!important;
  gap:4px!important;
}
.mobile-menu__inner a:not(.btn){
  font-size:clamp(28px,7vw,42px)!important;
  padding:14px 0!important;
  opacity:.85!important;
}
.mobile-menu__inner a:not(.btn):hover{opacity:1!important}
.mobile-menu__inner .btn{
  margin-top:24px!important;
  font-size:15px!important;
  min-height:52px!important;
  padding:0 40px!important;
}

/* Fix 3: Project hero — float buttons shouldn't overlap nav tabs on mobile */
@media(max-width:640px){
  .pnav{top:84px!important}
  section[id]{scroll-margin-top:144px!important}
  .ph__content{padding-bottom:72px!important;padding-left:16px!important;padding-right:16px!important}
  .ph__title{font-size:clamp(38px,11vw,58px)!important}
  .ph__sub{font-size:15px!important}
  .ph .btn-row{flex-direction:column!important;gap:10px!important;align-items:stretch!important}
  .ph .btn{text-align:center!important;justify-content:center!important}
}

/* Fix 4: Footer social pills — better wrap on mobile */
@media(max-width:640px){
  .site-footer__social{justify-content:flex-start!important;gap:8px!important}
  .footer-social-pill{font-size:11.5px!important;padding:8px 13px!important}
  .footer-row{flex-direction:column!important;gap:24px!important;align-items:flex-start!important}
}

/* Fix 5: About section on mobile — image shows fully */
@media(max-width:640px){
  .about-photo{min-height:320px!important}
  .about-photo img{object-position:center 15%!important}
}

/* Fix 6: Metric counter cards — show on bottom of hero properly */
@media(max-width:640px){
  .hero-micro{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin-top:20px!important;
  }
  .metric:last-child{
    grid-column:span 2!important;
  }
}

/* -- Mobile: show ONLY WhatsApp float — phone + accessibility cause overlap -- */
@media(max-width:980px){
  .float-phone,.float-accessibility,.accessibility-panel{display:none!important}
  .float-whatsapp{
    bottom:24px!important;
    left:auto!important;
    right:20px!important;
    inset-inline-start:auto!important;
    inset-inline-end:20px!important;
    width:56px!important;height:56px!important;
  }
}

/* -- Mobile menu: hide float buttons while menu is open -- */
body.menu-open .float-whatsapp{opacity:0!important;pointer-events:none!important}

/* === HAMBURGER MENU — CRITICAL FIXES === */

/* CTA button inside open menu — force white text on teal */
.mobile-menu.open .btn-primary,
.mobile-menu .btn-primary{
  background:var(--teal)!important;
  color:#ffffff!important;
  border-color:var(--teal)!important;
  opacity:1!important;
}
.mobile-menu.open .btn-primary:hover{
  background:#082C39!important;
  color:#fff!important;
}

/* Menu links — ensure full opacity and readability */
.mobile-menu__inner a:not(.btn){
  color:var(--teal)!important;
  opacity:1!important;
  font-weight:600!important;
}

/* Hamburger X lines — white when open */
.nav-toggle.open span{
  background:#fff!important;
  opacity:1!important;
}

/* Float buttons — keep on RIGHT side (correct for RTL aesthetically) 
   but only WA on mobile, positioned so it doesn't block content */
@media(max-width:980px){
  .float-whatsapp{
    right:18px!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:18px!important;
    bottom:20px!important;
  }
  /* Hide phone + accessibility on mobile */
  .float-phone,.float-accessibility,.accessibility-panel{
    display:none!important;
  }
}

/* Mobile menu — make sure overlay is fully opaque and covers everything */
.mobile-menu.open{
  opacity:1!important;
  pointer-events:auto!important;
  z-index:49!important;
}

/* Ensure menu content is vertically centered with no overflow */
.mobile-menu__inner{
  width:100%!important;
  max-width:340px!important;
  margin:0 auto!important;
  text-align:center!important;
}

/* The .btn inside menu needs explicit white text */
.mobile-menu a.btn,
.mobile-menu button.btn{
  color:#ffffff!important;
}

/* == FORCE FIX — mobile menu button text white == */
.mobile-menu .mobile-menu__inner a.btn-primary,
.mobile-menu .mobile-menu__inner a.btn-primary:link,
.mobile-menu .mobile-menu__inner a.btn-primary:visited,
.mobile-menu .btn.btn-primary,
.mobile-menu a[href="#contact"].btn{
  color:#ffffff!important;
  background:var(--teal)!important;
  background-image:linear-gradient(135deg,#0C3F51,#061F29)!important;
  opacity:1!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* Hamburger X — thicker lines, higher contrast */
.nav-toggle span{
  height:2px!important;
  width:100%!important;
  background:var(--teal)!important;
}
.nav-toggle.open{
  background:var(--teal)!important;
  border-color:var(--teal)!important;
}
.nav-toggle.open span{
  background:#ffffff!important;
  opacity:1!important;
}

/* ==================================
   MOBILE MENU — COMPLETE REBUILD
   ================================== */

/* Nav toggle — clean lines, visible X */
.nav-toggle{
  width:44px!important; height:44px!important;
  border-radius:12px!important;
  background:rgba(12,63,81,.08)!important;
  border:1.5px solid rgba(12,63,81,.12)!important;
  display:none!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:0 11px!important;
  cursor:pointer!important;
  transition:background .2s ease,border-color .2s ease!important;
}
@media(max-width:980px){.nav-toggle{display:flex!important}}
.nav-toggle span{
  display:block!important;width:100%!important;height:2px!important;
  background:var(--teal)!important;border-radius:2px!important;
  transition:transform .3s cubic-bezier(.22,.61,.36,1),opacity .2s ease,width .2s ease!important;
  transform-origin:center!important;
}
/* OPEN state — clear X on light background */
.nav-toggle.open{
  background:rgba(12,63,81,.12)!important;
  border-color:rgba(12,63,81,.2)!important;
}
.nav-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;background:var(--teal)!important}
.nav-toggle.open span:nth-child(2){opacity:0!important;width:0!important}
.nav-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;background:var(--teal)!important}

/* Menu overlay */
.mobile-menu{
  background:rgba(248,246,242,.97)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
}

/* Menu inner — right-aligned RTL, no staircase */
.mobile-menu__inner{
  width:calc(100% - 48px)!important;
  max-width:380px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;  /* RTL: flush right */
  text-align:right!important;
  gap:0!important;
  padding:0!important;
}

/* Links */
.mobile-menu__inner a:not(.btn){
  font-family:'Einstein','Heebo',sans-serif!important;
  font-size:clamp(30px,8vw,44px)!important;
  color:var(--teal)!important;
  font-weight:600!important;
  letter-spacing:-.025em!important;
  line-height:1.25!important;
  padding:10px 0!important;
  width:100%!important;
  text-align:right!important;
  opacity:1!important;
  text-decoration:none!important;
  display:block!important;
  border-bottom:1px solid rgba(12,63,81,.07)!important;
  transition:opacity .2s ease!important;
}
.mobile-menu__inner a:not(.btn):last-of-type{border-bottom:none!important}
.mobile-menu__inner a:not(.btn):active{opacity:.5!important}

/* CTA button */
.mobile-menu__inner .btn-primary,
.mobile-menu__inner a.btn{
  margin-top:28px!important;
  width:100%!important;
  text-align:center!important;
  min-height:54px!important;
  font-size:16px!important;
  background:var(--teal)!important;
  background-image:linear-gradient(135deg,#0C3F51,#061F29)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:none!important;
  border-radius:16px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* ======================================
   HAMBURGER + MOBILE MENU — FULL RESET
   ====================================== */

/* Nav toggle button — clean */
.nav-toggle{
  position:relative;
  width:44px!important;height:44px!important;
  border-radius:12px!important;
  background:rgba(12,63,81,.07)!important;
  border:1.5px solid rgba(12,63,81,.12)!important;
  display:none;align-items:center;justify-content:center;
  flex-direction:column;gap:5px;padding:12px!important;
  cursor:pointer;
  direction:ltr!important;  /* Prevent RTL from flipping transforms */
  transition:background .25s,border-color .25s;
}
.nav-toggle span{
  display:block!important;
  width:18px!important;height:1.5px!important;
  background:var(--teal)!important;
  border-radius:2px!important;
  transition:transform .3s ease,opacity .25s ease!important;
  transform-origin:center center!important;
  position:relative!important;
}
/* OPEN state — clean X */
.nav-toggle.open{
  background:var(--teal)!important;
  border-color:var(--teal)!important;
}
.nav-toggle.open span:nth-child(1){
  transform:translateY(6.5px) rotate(45deg)!important;
  background:#fff!important;
}
.nav-toggle.open span:nth-child(2){
  opacity:0!important;transform:scaleX(0)!important;
}
.nav-toggle.open span:nth-child(3){
  transform:translateY(-6.5px) rotate(-45deg)!important;
  background:#fff!important;
}

/* Mobile menu overlay */
.mobile-menu{
  position:fixed!important;inset:0!important;z-index:98!important;
  background:rgba(248,246,243,.97)!important;
  backdrop-filter:blur(28px)!important;-webkit-backdrop-filter:blur(28px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:0!important;pointer-events:none!important;
  transition:opacity .3s ease!important;
  padding:0!important;
}
.mobile-menu.open{
  opacity:1!important;pointer-events:auto!important;
}
.mobile-menu__inner{
  display:flex!important;flex-direction:column!important;
  align-items:center!important;justify-content:center!important;
  gap:0!important;
  width:100%!important;
  padding:20px 32px 40px!important;
  text-align:center!important;
}

/* Nav links — no separators, clean */
.mobile-menu__inner a:not(.btn){
  display:block!important;width:100%!important;
  font-family:'Einstein','Heebo',sans-serif!important;
  font-size:clamp(28px,7vw,40px)!important;
  color:var(--teal)!important;
  font-weight:600!important;
  letter-spacing:-.025em!important;
  padding:13px 0!important;
  text-decoration:none!important;
  opacity:1!important;
  border:none!important;border-bottom:none!important;
  background:none!important;
  transition:opacity .2s ease!important;
}
.mobile-menu__inner a:not(.btn):hover{opacity:.5!important}

/* CTA button — ALWAYS white text */
.mobile-menu__inner a.btn-primary,
.mobile-menu__inner .btn.btn-primary{
  display:block!important;
  margin-top:28px!important;
  padding:16px 40px!important;
  font-size:15px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background:var(--teal)!important;
  background-image:linear-gradient(135deg,#0C3F51 0%,#061F29 100%)!important;
  border:none!important;
  border-radius:999px!important;
  box-shadow:0 8px 28px rgba(12,63,81,.28)!important;
}

/* Show hamburger on mobile */
@media(max-width:980px){
  .nav-links{display:none!important}
  .nav-toggle{display:inline-flex!important}
}

/* -- Hamburger lines — thicker, visible -- */
.nav-toggle{
  gap:4px!important;
  padding:11px!important;
}
.nav-toggle span{
  width:20px!important;
  height:2px!important;
  background:var(--teal)!important;
  opacity:1!important;
}

/* -- English mobile menu — center aligned for LTR -- */
html[dir="ltr"] .mobile-menu__inner{
  align-items:center!important;
  text-align:center!important;
}
html[dir="ltr"] .mobile-menu__inner a:not(.btn){
  text-align:center!important;
}

/* -- Hebrew menu — right aligned for RTL -- */
html[dir="rtl"] .mobile-menu__inner{
  align-items:flex-end!important;
  text-align:right!important;
}
html[dir="rtl"] .mobile-menu__inner a:not(.btn){
  text-align:right!important;
}

/* Both: CTA button always centered and full width */
.mobile-menu__inner a.btn-primary{
  align-self:stretch!important;
  text-align:center!important;
  width:auto!important;
}

/* -- Hamburger lines — final visibility fix -- */
.nav-toggle{
  width:46px!important;height:46px!important;
  border-radius:14px!important;
  background:rgba(12,63,81,.09)!important;
  border:1.5px solid rgba(12,63,81,.15)!important;
  gap:5px!important;padding:13px!important;
}
.nav-toggle span{
  display:block!important;
  width:20px!important;height:2.5px!important;
  background:#0C3F51!important;
  border-radius:3px!important;
  opacity:1!important;
  transition:transform .32s cubic-bezier(.22,.61,.36,1),opacity .22s ease,background .22s ease!important;
}
.nav-toggle.open span:nth-child(1){
  transform:translateY(7.5px) rotate(45deg)!important;
  background:#ffffff!important;
}
.nav-toggle.open span:nth-child(2){
  opacity:0!important;
}
.nav-toggle.open span:nth-child(3){
  transform:translateY(-7.5px) rotate(-45deg)!important;
  background:#ffffff!important;
}

/* -- SVG Hamburger — clean, always visible -- */
.nav-toggle{
  width:46px!important;height:46px!important;
  border-radius:14px!important;
  background:rgba(12,63,81,.08)!important;
  border:1.5px solid rgba(12,63,81,.14)!important;
  display:none;align-items:center;justify-content:center;
  cursor:pointer;padding:0!important;gap:0!important;
  color:var(--teal)!important;
  transition:background .25s ease,border-color .25s ease,color .25s ease;
}
.nav-toggle .icon-close{display:none}
.nav-toggle .icon-menu{display:block}
.nav-toggle.open{background:var(--teal)!important;border-color:var(--teal)!important;color:#fff!important}
.nav-toggle.open .icon-menu{display:none}
.nav-toggle.open .icon-close{display:block}

@media(max-width:980px){
  .nav-links,.nav-actions>.btn-primary:not(.nav-toggle~*){display:none!important}
  .nav-toggle{display:inline-flex!important}
}

/* === FIX: Hero card title and project meta title — force white over generic h2 rule === */
.hero-card-title{color:#fff!important}
.hero-card-content h2,.hero-card-content h3{color:#fff!important}
.project-meta h3{color:#fff!important}

/* === FIX: Contact form — add bottom padding on mobile so submit button
   doesn't overlap the floating WhatsApp button (bottom:24px right:20px) === */
@media(max-width:980px){
  #leadForm .btn-row{margin-bottom:72px!important}
}

/* ================================================
   v7 — FINAL POLISH LAYER
   ================================================ */

/* -- Contact platform pills -- */
.contact-platform-pill{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 12px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.75);font-size:12px;font-weight:600;
  text-decoration:none;letter-spacing:.02em;
  transition:background .22s ease,color .22s ease,border-color .22s ease;
}
.contact-platform-pill:hover{
  background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.28);
}
@media(max-width:640px){
  .contact-platforms{gap:6px}
  .contact-platform-pill{padding:5px 10px;font-size:11.5px}
}

/* -- Section visual continuity — subtle top fade for section-gray after white -- */
.section-gray{position:relative}
.section-teal{position:relative}

/* -- Hero copy: tighter mobile padding -- */
@media(max-width:640px){
  .hero-copy{padding:28px 22px!important;border-radius:22px!important}
  .hero-title{font-size:clamp(32px,10vw,48px)!important;letter-spacing:-.04em!important}
  .hero-lead{font-size:15px!important}
  .hero-micro{margin-top:16px!important}
}

/* -- LTR mobile menu — override RTL alignment after all RTL rules -- */
html[dir="ltr"] .mobile-menu__inner{
  align-items:flex-start!important;
  text-align:left!important;
}
html[dir="ltr"] .mobile-menu__inner a:not(.btn){
  text-align:left!important;
  border-bottom:1px solid rgba(12,63,81,.07)!important;
}
html[dir="ltr"] .mobile-menu__inner .btn-primary,
html[dir="ltr"] .mobile-menu__inner a.btn{
  text-align:center!important;
  align-self:stretch!important;
}

/* -- Project page: section spacing on mobile -- */
@media(max-width:640px){
  .ps-split{gap:18px!important}
  .ps-split__visual{border-radius:18px!important}
  .swatches-row{justify-content:flex-start!important}
  .editorial-grid{margin-top:20px!important}
}

/* -- Contact section: form field focus ring -- */
.field input:focus,.field textarea:focus{
  outline:none!important;
  border-color:rgba(255,255,255,.4)!important;
  box-shadow:0 0 0 3px rgba(189,211,226,.2)!important;
}

/* -- Logos marquee: ensure smooth loop on mobile -- */
@media(max-width:640px){
  .logos-track{gap:36px!important}
}

/* -- About section: ensure image fills on all sizes -- */
.about-photo img{width:100%!important;height:100%!important;object-fit:cover!important}

/* -- Testimonials: full-width card on mobile -- */
@media(max-width:640px){
  .testimonial{min-width:calc(100vw - 48px)!important;flex:0 0 calc(100vw - 48px)!important}
}

/* -- Project hero btn-light definition (may be missing) -- */
.btn-light{
  background:rgba(255,255,255,.92)!important;
  color:var(--teal)!important;
  border:none!important;
  font-weight:700!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
.btn-light:hover{background:#fff!important;transform:translateY(-3px)!important;box-shadow:0 12px 36px rgba(12,63,81,.22)!important}

/* -- Package featured badge visibility -- */
.package-featured-badge{
  background:linear-gradient(135deg,#0C3F51,#082C39)!important;
  color:#fff!important;font-weight:700!important;
  font-size:10px!important;letter-spacing:.14em!important;
  padding:5px 14px!important;border-radius:999px!important;
}

/* -- FAQ: make sure answers are fully readable -- */
.faq-answer{color:rgba(22,22,22,.72)!important;line-height:1.85!important;font-size:15px!important}
.faq-question{font-size:clamp(15px,1.6vw,17px)!important;font-weight:700!important}

/* -- Footer links: better spacing -- */
.site-footer__links{gap:20px!important}
.site-footer__links a{font-size:12.5px!important;opacity:.55!important;transition:opacity .2s ease!important}
.site-footer__links a:hover{opacity:1!important}

/* -- Eyebrow (label) consistent style across all sections -- */
.eyebrow{
  display:inline-block!important;
  font-size:10.5px!important;font-weight:700!important;
  letter-spacing:.22em!important;text-transform:uppercase!important;
  color:rgba(12,63,81,.5)!important;
  margin-bottom:14px!important;
}
.section-teal .eyebrow{color:rgba(255,255,255,.55)!important}

/* -- Accessibility panel position fix -- */
.accessibility-panel{
  inset-inline-start:auto!important;
  left:24px!important;right:auto!important;
  bottom:232px!important;
}
html[dir="ltr"] .accessibility-panel{
  right:24px!important;left:auto!important;
}
@media(max-width:980px){
  .accessibility-panel{display:none!important}
}
