
:root{
  --navy:#06182d;
  --navy2:#082d49;
  --navy3:#0a4562;
  --cyan:#1ad7e3;
  --cyan2:#0fb5cf;
  --ink:#0a2238;
  --muted:#647b8c;
  --line:#dce8ee;
  --soft:#f4f9fb;
  --white:#fff;
  --shadow:0 16px 42px rgba(7,37,59,.09);
  --shadow-lg:0 26px 70px rgba(7,37,59,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:#fff;color:var(--ink);line-height:1.6
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,92%);margin:auto}
.section{padding:76px 0}
.section.soft{background:var(--soft)}
.kicker{font-size:11px;letter-spacing:2px;font-weight:900;color:#5d869d;text-transform:uppercase}
.section-title{max-width:780px;margin-bottom:30px}
.section-title h2{font-size:40px;line-height:1.08;margin:8px 0 10px;letter-spacing:-1px}
.section-title p{color:var(--muted);font-size:16px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 24px;border-radius:26px;font-weight:850;
  border:1px solid transparent;cursor:pointer;transition:.22s
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--cyan),var(--cyan2));color:#06243a;box-shadow:0 12px 30px rgba(23,210,225,.22)}
.btn-dark{background:var(--navy);color:#fff}
.btn-outline{background:#fff;color:var(--ink);border-color:#a6bac6}
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(6,24,45,.96);backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.06)
}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:11px;color:#fff}
.logo-mark{width:42px;height:42px;position:relative;flex:0 0 auto}
.logo-mark:before{content:"";position:absolute;left:1px;top:4px;width:34px;height:11px;border-radius:10px;transform:skewX(-18deg);background:linear-gradient(90deg,#62e8ef,#2bb8e5)}
.logo-mark:after{content:"";position:absolute;left:12px;top:8px;width:11px;height:31px;border-radius:10px;background:linear-gradient(#55ebee,#1ba7cf)}
.logo-copy strong{display:block;font-size:24px;line-height:1}
.logo-copy strong span{color:#27d7e4}
.logo-copy small{display:block;font-size:9px;opacity:.74;margin-top:4px}
.nav{display:flex;gap:24px;color:#d7edf6;font-size:13px;font-weight:750}
.nav a:hover{color:#27d7e4}
.menu{display:none;width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;font-size:20px}
.hero{
  color:#fff;position:relative;overflow:hidden;padding:84px 0 76px;
  background:
    radial-gradient(circle at 80% 20%,rgba(24,215,228,.22),transparent 30%),
    radial-gradient(circle at 95% 80%,rgba(12,107,144,.25),transparent 28%),
    linear-gradient(120deg,#05182d,#062945 58%,#073a56)
}
.hero:after{
  content:"";position:absolute;right:-160px;bottom:-220px;width:580px;height:580px;border-radius:50%;
  border:1px solid rgba(28,215,229,.16);
  box-shadow:0 0 0 48px rgba(28,215,229,.025),0 0 0 96px rgba(28,215,229,.018)
}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:48px}
.hero h1{font-size:60px;line-height:1.02;letter-spacing:-2.7px;margin:12px 0 20px;max-width:680px}
.hero h1 span{color:#27d7e4}
.hero p{color:#cbdce6;font-size:17px;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:#e9f5f9;font-size:12px;font-weight:800}
.hero-proof span{display:inline-flex;align-items:center;gap:8px}
.hero-proof i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(37,216,229,.42);color:#25d7e3;font-style:normal}
.device{height:410px;position:relative}
.glow{position:absolute;right:25px;top:35px;width:340px;height:340px;background:#1bd5e2;filter:blur(110px);opacity:.12;border-radius:50%}
.laptop{position:absolute;right:46px;top:45px;width:445px;height:274px;background:#0c1219;border:8px solid #141b23;border-radius:18px 18px 8px 8px;box-shadow:0 34px 80px rgba(0,0,0,.44);overflow:hidden}
.screen{height:100%;padding:22px;position:relative;background:radial-gradient(circle at 72% 35%,rgba(24,217,231,.2),transparent 28%),linear-gradient(145deg,#061a30,#073650)}
.screen-brand{font-size:13px;font-weight:900}.screen-brand span{color:#27d7e4}
.screen h3{font-size:26px;line-height:1.08;max-width:280px;margin:36px 0 16px}
.screen-sub{font-size:9px;color:#bcd1dd}
.screen-cards{position:absolute;left:20px;right:20px;bottom:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.screen-card{background:#fff;color:#08223d;padding:12px 5px;border-radius:9px;text-align:center;font-size:9px;font-weight:900;overflow:hidden}
.phone{position:absolute;right:0;bottom:8px;width:142px;height:292px;background:#0a1017;border:7px solid #171d24;border-radius:30px;box-shadow:0 28px 55px rgba(0,0,0,.5);padding:7px;transform:rotate(2deg)}
.phone-inner{height:100%;border-radius:20px;padding:16px 10px;background:linear-gradient(#071f39,#07354e)}
.phone-inner h4{font-size:17px;line-height:1.08;margin:29px 0 16px}
.phone-card{background:#fff;color:#08223d;border-radius:9px;padding:8px;margin:6px 0;font-size:7px;font-weight:900}
.trustbar{background:#fff;border-bottom:1px solid var(--line)}
.trustbar-inner{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:18px;align-items:center;padding:20px 0}
.trustbar strong{font-size:14px}
.trust-item{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}
.trust-item b{color:#11adbd;font-size:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);transition:.22s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.service{padding:26px}
.service-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#e4fbfd;color:#10aabb;font-size:20px;font-weight:900;margin-bottom:16px}
.service h3{font-size:20px;margin-bottom:8px}
.service p{font-size:13px;color:var(--muted);min-height:62px}
.service .more{display:inline-flex;margin-top:13px;font-size:12px;font-weight:900;color:#119aaa}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{padding:24px;position:relative}
.step-no{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e7fbfd;color:#0f9fac;font-weight:900;margin-bottom:14px}
.step h3{font-size:18px;margin-bottom:6px}
.step p{font-size:13px;color:var(--muted)}
.case-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:18px}
.case{overflow:hidden}
.case-visual{height:230px;background:#eaf3f7;padding:14px}
.case.featured .case-visual{height:300px}
.browser{height:100%;background:#fff;border-radius:11px;overflow:hidden;box-shadow:0 10px 24px rgba(16,55,79,.14)}
.browser-bar{height:20px;background:#edf2f5;display:flex;align-items:center;padding:0 8px;gap:4px}
.browser-bar i{width:5px;height:5px;border-radius:50%;background:#9eadb7}
.canvas{height:calc(100% - 20px);position:relative;overflow:hidden}
.canvas.dark{background:linear-gradient(135deg,#071c33,#0a5570)}
.canvas.light{background:linear-gradient(180deg,#f7fafc,#fff)}
.canvas.shop{background:linear-gradient(135deg,#fff,#eff6f8)}
.canvas::before{position:absolute;left:8%;top:14%;font-weight:900}
.canvas.dark::before{content:"TaffyTech";color:#fff;font-size:12px}
.canvas.shop::before{content:"Ürün Yönetimi";color:#0a2943;font-size:12px}
.canvas.light::before{content:"Randevu Paneli";color:#0a2943;font-size:12px}
.canvas::after{position:absolute;left:8%;right:8%;top:35%;height:18%;border-radius:7px}
.canvas.dark::after{content:"";background:rgba(255,255,255,.78)}
.canvas.shop::after,.canvas.light::after{content:"";background:#d7e6ed}
.tiles{position:absolute;left:8%;right:8%;bottom:10%;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.tiles span{height:42px;border-radius:6px;background:rgba(255,255,255,.76)}
.shop .tiles span,.light .tiles span{background:#edf4f7;border:1px solid #dfe9ee}
.case-body{padding:18px}
.badge{display:inline-block;padding:5px 10px;border-radius:18px;background:#e5fbfd;color:#12aeba;font-size:10px;font-weight:900;margin-bottom:9px}
.case h3{font-size:20px;margin-bottom:7px}
.case p{font-size:13px;color:var(--muted)}
.case.featured h3{font-size:24px}
.stack{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.stack span{padding:6px 10px;border-radius:16px;background:#f0f6f8;color:#60798a;font-size:10px}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{padding:26px;position:relative}
.price-card.hot{border:2px solid #17cbd8}
.hot-badge{position:absolute;right:16px;top:-12px;padding:5px 10px;border-radius:15px;background:#14ceda;color:#06263e;font-size:9px;font-weight:900}
.price-card h3{font-size:21px}
.price{font-size:31px;font-weight:950;margin:14px 0}
.price-card ul{list-style:none;margin:16px 0}
.price-card li{font-size:13px;color:#526f81;margin:9px 0}
.price-card li:before{content:"✓";color:#18c8d5;font-weight:900;margin-right:8px}
.cta-band{border-radius:22px;padding:38px;color:#fff;background:radial-gradient(circle at 100% 100%,rgba(18,216,229,.25),transparent 38%),linear-gradient(135deg,#061f38,#073b58);display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta-band h3{font-size:31px;line-height:1.1;margin-bottom:8px}
.cta-band p{color:#bdd3df}
.page-hero{padding:66px 0;color:#fff;background:linear-gradient(120deg,#05182d,#062945 55%,#073a56)}
.page-hero h1{font-size:48px;line-height:1.05;margin:8px 0 12px}
.detail{display:grid;grid-template-columns:1.05fr .95fr;gap:26px}
.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow)}
.panel h2{font-size:30px;margin-bottom:10px}
.panel p{color:var(--muted)}
.list{list-style:none;margin-top:14px}
.list li{padding:9px 0;border-bottom:1px solid #e9f0f3;color:#4f6a7c}
.list li:before{content:"✓";color:#15c5d2;font-weight:900;margin-right:8px}
.note{padding:14px 16px;background:#eefbfc;border:1px solid #cceff2;border-radius:12px;color:#4d6e7a;font-size:13px}
.form{display:grid;gap:12px}
.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #d6e4ea;border-radius:12px;background:#fff}
.form textarea{min-height:140px;resize:vertical}
.footer{background:#06172a;color:#bfd0db;padding:52px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}
.footer h4{color:#fff;margin-bottom:12px}
.footer ul{list-style:none}
.footer li{font-size:12px;margin:7px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;font-size:11px}
@media(max-width:1050px){
  .nav{display:none}.menu{display:block}
  .hero-grid{grid-template-columns:1fr}
  .device{max-width:540px;width:100%;margin:auto}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .case-grid{grid-template-columns:1fr 1fr}
  .case.featured{grid-column:1/-1}
  .process{grid-template-columns:repeat(2,1fr)}
  .trustbar-inner{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .section{padding:58px 0}.section-title h2{font-size:34px}
  .hero{padding:58px 0}.hero h1{font-size:39px;letter-spacing:-1.5px}
  .device{height:315px;overflow:hidden}
  .laptop{width:286px;height:176px;right:62px;top:58px;border-width:5px}
  .screen{padding:12px}.screen h3{font-size:15px;max-width:175px;margin:20px 0 8px}.screen-sub{font-size:7px}
  .screen-cards{left:8px;right:8px;bottom:8px;gap:4px}.screen-card{font-size:5.8px;padding:7px 2px}
  .phone{width:82px;height:178px;right:4px;bottom:18px;border-width:5px;padding:4px}
  .phone-inner{padding:10px 6px}.phone-inner h4{font-size:10px;margin:17px 0 9px}.phone-card{font-size:5px;padding:5px 3px;margin:4px 0}
  .trustbar-inner,.grid-3,.grid-4,.pricing,.case-grid,.process,.detail,.footer-grid{grid-template-columns:1fr}
  .case.featured{grid-column:auto}
  .cta-band{align-items:flex-start;flex-direction:column}
  .footer-bottom{flex-direction:column;gap:8px}
}


/* ===== TAFFYTECH V5 - POS / CONTACT READY ===== */
.top-contact{
  display:flex;align-items:center;gap:10px;color:#d9eef6;font-size:12px;font-weight:750
}
.top-contact a{display:inline-flex;align-items:center;gap:6px}
.top-contact a:hover{color:#27d7e4}

.whatsapp-float{
  position:fixed;right:18px;bottom:18px;z-index:1000;
  display:flex;align-items:center;gap:10px;
  min-height:52px;padding:0 18px;border-radius:28px;
  background:#fff;color:#0a2943;border:1px solid #d7e8ed;
  box-shadow:0 16px 42px rgba(4,35,48,.18);
  font-weight:900;font-size:13px;
}
.whatsapp-float .wa-dot{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;background:#e8fbf1;color:#159f58;font-size:18px
}
.whatsapp-float:hover{transform:translateY(-2px)}

.contact-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px
}
.contact-mini{
  padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff
}
.contact-mini small{display:block;color:var(--muted);font-size:11px;margin-bottom:4px}
.contact-mini strong{display:block;font-size:15px}
.contact-mini a{color:#0c7e90}

.legal-note{
  padding:14px 16px;border-radius:12px;background:#fff8e9;border:1px solid #f1dfaa;
  color:#735f29;font-size:12px;margin-top:16px
}

.cookie-banner{
  position:fixed;left:16px;right:16px;bottom:16px;z-index:1200;
  max-width:760px;margin:auto;
  background:#06182d;color:#d9eaf2;border:1px solid rgba(255,255,255,.12);
  border-radius:16px;padding:16px 18px;box-shadow:0 24px 70px rgba(0,0,0,.28);
  display:none;align-items:center;justify-content:space-between;gap:16px
}
.cookie-banner.show{display:flex}
.cookie-banner p{font-size:12px;line-height:1.5}
.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}
.cookie-actions button{
  min-height:38px;padding:0 14px;border-radius:20px;border:1px solid rgba(255,255,255,.18);
  background:#fff;color:#06182d;font-weight:850;cursor:pointer
}
.cookie-actions .accept{background:linear-gradient(135deg,#1bd7e4,#10b3cd);border:0}

.form-status{
  margin-top:12px;padding:12px 14px;border-radius:10px;background:#edf9fb;color:#31707b;
  font-size:12px;display:none
}
.form-status.show{display:block}

@media(max-width:900px){
  .top-contact{display:none}
}
@media(max-width:650px){
  .contact-cards{grid-template-columns:1fr}
  .whatsapp-float{right:12px;bottom:12px;padding:0 14px}
  .whatsapp-float .wa-label{display:none}
  .cookie-banner{flex-direction:column;align-items:flex-start}
}


/* ===== V6 TABLET HERO FIX + PHONE FLOAT ===== */
.phone-float{
  position:fixed;right:18px;bottom:82px;z-index:1000;
  display:flex;align-items:center;gap:10px;
  min-height:52px;padding:0 18px;border-radius:28px;
  background:#fff;color:#0a2943;border:1px solid #d7e8ed;
  box-shadow:0 16px 42px rgba(4,35,48,.18);
  font-weight:900;font-size:13px;
}
.phone-float .phone-dot{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;background:#e8f6ff;color:#1477a7;font-size:17px
}
.phone-float:hover{transform:translateY(-2px)}

@media (min-width:1051px) and (max-width:1350px){
  .hero-grid{grid-template-columns:1.08fr .92fr;gap:22px}
  .device{height:370px}
  .laptop{
    width:390px;height:240px;
    right:58px;top:55px;
  }
  .phone{
    width:112px;height:238px;
    right:-18px;bottom:18px;
  }
  .screen{padding:18px}
  .screen h3{font-size:22px;max-width:245px;margin:28px 0 12px}
  .screen-cards{left:14px;right:14px;bottom:14px;gap:6px}
  .screen-card{font-size:7.5px;padding:9px 3px}
  .phone-inner{padding:13px 8px}
  .phone-inner h4{font-size:14px;margin:23px 0 12px}
  .phone-card{font-size:6px;padding:6px 4px}
}

@media(max-width:650px){
  .phone-float{right:12px;bottom:76px;padding:0 14px}
  .phone-float .phone-label{display:none}
}


/* ===== V7 MOBILE + PROJECT VISUALS ===== */

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.page-links{max-width:1200px;margin:0 auto;padding:0 4% 34px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.page-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:22px;border:1px solid #d7e4ea;background:#fff;color:#0a2943;font-size:14px;font-weight:800;box-shadow:0 8px 20px rgba(16,55,79,.07)}
.page-link:hover{border-color:#19c6d4;color:#0b8f9e;transform:translateY(-1px)}

.case.project-card .case-visual{padding:0;height:250px;background:#eaf3f7}
.case.project-card.featured .case-visual{height:320px}
.project-shot{display:block;width:100%;height:100%;object-fit:cover}
.project-card .case-body{padding:20px}
.project-card .case-body p{margin-bottom:14px}
.project-bullets{display:flex;flex-wrap:wrap;gap:8px}
.project-bullets span{padding:7px 11px;border-radius:16px;background:#eef6f8;color:#547082;font-size:11px;font-weight:800}

.project-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.preview-media{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#f7fbfd;box-shadow:var(--shadow)}
.preview-media img{display:block;width:100%;height:auto}
.preview-caption{padding:14px 16px;font-size:13px;color:var(--muted);border-top:1px solid #e3edf1;background:#fff}
.detail-side{display:grid;gap:18px}
.mobile-note{display:none}

@media(max-width:1050px){
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .project-feature-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .grid-3{grid-template-columns:1fr}
  .case.project-card .case-visual{height:220px}
  .case.project-card.featured .case-visual{height:240px}
  .page-links{padding:0 4% 26px;gap:10px}
  .page-link{width:100%}
  .project-feature-grid{grid-template-columns:1fr}
  .footer{padding-bottom:110px}
  .whatsapp-float,.phone-float{width:58px;min-width:58px;min-height:58px;padding:0;justify-content:center;border-radius:50%}
  .whatsapp-float .wa-label,.phone-float .phone-label{display:none}
  .whatsapp-float .wa-dot,.phone-float .phone-dot{width:42px;height:42px}
  .whatsapp-float{right:12px;bottom:12px}
  .phone-float{right:12px;bottom:82px}
  .mobile-note{display:block;font-size:12px;color:#6c8796;margin-top:10px}
}


/* ===== TAFFYTECH V8 MOBILE-FIRST FINAL ===== */

.package{padding:28px;display:flex;flex-direction:column;min-width:0;overflow:hidden}
.package h3{font-size:22px;line-height:1.2;margin-bottom:8px}
.package .price{font-size:38px;line-height:1.05;margin:12px 0 18px;overflow-wrap:anywhere}
.package ul{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}
.package li{position:relative;padding-left:24px;color:#27445b;font-size:15px;line-height:1.45}
.package li:before{content:"✓";position:absolute;left:0;top:0;color:#12bfcf;font-weight:900}
.package .btn{margin-top:auto;align-self:flex-start}

.mobile-contact-bar{display:none}
.project-feature-grid{align-items:stretch}
.project-card{height:100%}
.project-card .case-visual{background:#eaf3f7}
.project-card .project-shot{object-fit:cover;object-position:center}

@media(max-width:650px){
  html,body{max-width:100%;overflow-x:hidden}
  .container{width:min(100% - 28px,1180px)}
  .header-inner{min-height:82px;gap:10px}
  .logo{gap:8px;min-width:0}
  .logo-mark{width:35px;height:35px;transform:scale(.88);transform-origin:left center}
  .logo-copy strong{font-size:21px}
  .logo-copy small{font-size:8px;line-height:1.25;max-width:150px}
  .header-inner>.btn{min-height:42px;padding:0 17px;font-size:13px;white-space:nowrap}
  .menu{width:44px;height:44px;flex:0 0 44px}

  .page-hero{padding:44px 0 38px}
  .page-hero h1{font-size:36px;letter-spacing:-1px;overflow-wrap:anywhere}
  .page-hero p{font-size:15px}
  .section{padding:46px 0}
  .section-title h2{font-size:31px}

  .grid-3,.pricing,.project-feature-grid,.case-grid,.detail{grid-template-columns:minmax(0,1fr)!important}
  .package{width:100%;padding:24px 22px;border-radius:20px}
  .package h3{font-size:22px}
  .package .price{font-size:42px;margin:12px 0 20px}
  .package li{font-size:16px;padding-left:25px}
  .package .btn{width:100%;min-height:50px;align-self:stretch}

  .price-card{padding:24px 22px}
  .price-card .price{font-size:38px}
  .price-card .btn{width:100%}

  .case.project-card .case-visual,.case.project-card.featured .case-visual{height:auto;aspect-ratio:16/10;padding:0}
  .project-card .project-shot{width:100%;height:100%;object-fit:cover}
  .project-card .case-body{padding:19px 18px 22px}
  .project-card h3,.case.featured h3{font-size:22px;line-height:1.2}
  .project-card p{font-size:14px;line-height:1.55}
  .project-bullets{gap:7px}
  .project-bullets span{font-size:10px;padding:6px 9px}

  .page-links{padding:4px 14px 28px;display:grid;grid-template-columns:1fr;gap:10px}
  .page-link{width:100%;min-height:48px;text-align:center}

  .footer{padding:42px 0 96px}
  .footer-grid{grid-template-columns:1fr!important;gap:26px}
  .footer-grid>div{min-width:0}
  .footer li{font-size:14px;margin:9px 0;overflow-wrap:anywhere}
  .footer-bottom{font-size:12px;gap:8px}

  /* mobile: ugly floating circles/text are replaced by one clean bottom bar */
  .phone-float,.whatsapp-float{display:none!important}
  .mobile-contact-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:1100;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border:1px solid #d9e6eb;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-radius:18px;box-shadow:0 16px 45px rgba(4,35,48,.2)}
  .mobile-contact-bar a{min-height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:900}
  .mobile-call{background:#edf8fb;color:#092c47;border:1px solid #d5e9ef}
  .mobile-wa{background:linear-gradient(135deg,#1bd7e4,#10b3cd);color:#06243b}

  .cookie-banner{bottom:80px;left:10px;right:10px}
}

@media(min-width:651px) and (max-width:1050px){
  .package{padding:24px}
  .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .project-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .case.project-card .case-visual,.case.project-card.featured .case-visual{height:auto;aspect-ratio:16/10}
}


/* ===== TAFFYTECH V9 MOBILE CLEAN OVERRIDES ===== */

html{overflow-x:hidden}
body{overflow-x:hidden}
img{max-width:100%;height:auto}

/* project detail navigation */
.page-links{width:min(1180px,92%);margin:0 auto 34px;padding:0;display:flex;gap:10px;flex-wrap:wrap}
.page-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid #d7e5eb;background:#fff;color:#0b2b45;font-size:13px;font-weight:850;box-shadow:0 8px 22px rgba(10,45,68,.06)}

/* floating contact: desktop/tablet only */
.phone-float,.whatsapp-float{display:flex}
.mobile-contact-bar{display:none!important}

@media (max-width: 700px){
  body{padding-bottom:0!important}
  .container{width:calc(100% - 32px)!important;max-width:none}

  /* header */
  .header{position:sticky;top:0}
  .header-inner{min-height:72px!important;gap:8px!important;padding:8px 0}
  .logo{gap:7px!important;flex:1;min-width:0}
  .logo-mark{width:32px!important;height:32px!important;transform:scale(.78)!important;transform-origin:left center!important}
  .logo-copy strong{font-size:19px!important;white-space:nowrap}
  .logo-copy small{display:none!important}
  .header-inner>.btn{min-height:40px!important;padding:0 14px!important;font-size:12px!important;border-radius:20px!important;white-space:nowrap}
  .menu{width:40px!important;height:40px!important;flex:0 0 40px!important;font-size:18px!important;border-radius:12px!important}
  .nav{display:none}
  .nav[style*="display: flex"]{left:16px!important;right:16px!important;top:72px!important;padding:14px!important;gap:0!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 18px 42px rgba(0,0,0,.25)!important}
  .nav[style*="display: flex"] a{padding:12px 10px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}

  /* page hero */
  .page-hero{padding:34px 0 30px!important}
  .page-hero h1{font-size:31px!important;line-height:1.08!important;letter-spacing:-.8px!important;margin:7px 0 10px!important}
  .page-hero p{font-size:14px!important;line-height:1.55!important}
  .section{padding:38px 0!important}
  .section-title{margin-bottom:22px!important}
  .section-title h2{font-size:29px!important;line-height:1.12!important;letter-spacing:-.5px!important}
  .section-title p{font-size:14px!important}

  /* packages */
  .grid-3,.pricing,.project-feature-grid,.case-grid,.detail,.process,.footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}
  .package{padding:22px 20px!important;border-radius:18px!important;overflow:visible!important;box-shadow:0 12px 32px rgba(7,37,59,.07)!important}
  .package h3{font-size:20px!important;margin:0 0 6px!important}
  .package .price{font-size:34px!important;line-height:1!important;margin:12px 0 18px!important;letter-spacing:-1px!important}
  .package ul{list-style:none!important;margin:0 0 18px!important;padding:0!important;display:grid!important;gap:11px!important}
  .package li{list-style:none!important;position:relative!important;padding:0 0 0 25px!important;margin:0!important;font-size:15px!important;line-height:1.4!important;color:#365268!important}
  .package li::marker{content:""!important}
  .package li:before{content:"✓"!important;position:absolute!important;left:0!important;top:0!important;color:#10bfcf!important;font-weight:900!important;font-size:16px!important}
  .package .btn{width:100%!important;min-height:48px!important;margin:2px 0 0!important;padding:0 16px!important;border-radius:14px!important;font-size:14px!important;align-self:stretch!important}

  /* generic pricing on homepage */
  .price-card{padding:22px 20px!important;border-radius:18px!important}
  .price-card h3{font-size:20px!important}
  .price-card .price{font-size:34px!important}
  .price-card li{font-size:14px!important}
  .price-card .btn{width:100%!important}

  /* project cards */
  .project-feature-grid,.case-grid{gap:16px!important}
  .case.project-card,.case.project-card.featured{border-radius:18px!important;overflow:hidden!important}
  .case.project-card .case-visual,.case.project-card.featured .case-visual{height:auto!important;aspect-ratio:16/10!important;padding:0!important}
  .project-shot{width:100%!important;height:100%!important;object-fit:cover!important}
  .project-card .case-body{padding:18px!important}
  .project-card h3,.case.featured h3{font-size:21px!important;line-height:1.22!important}
  .project-card p{font-size:13.5px!important;line-height:1.55!important}
  .project-bullets{gap:6px!important}
  .project-bullets span{font-size:10px!important;padding:5px 8px!important}

  /* detail preview */
  .panel{padding:20px!important;border-radius:18px!important}
  .panel h2{font-size:26px!important;line-height:1.15!important}
  .list li{font-size:14px!important;line-height:1.4!important}
  .preview-media{border-radius:16px!important;box-shadow:none!important}
  .preview-caption{font-size:12px!important;padding:10px 12px!important}

  /* previous page links were ugly plain text */
  .page-links{width:calc(100% - 32px)!important;margin:0 auto 28px!important;padding:0!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .page-link{width:100%!important;min-height:46px!important;border-radius:14px!important;font-size:13px!important;box-shadow:none!important}

  /* footer */
  .footer{padding:36px 0 34px!important}
  .footer-grid{gap:22px!important}
  .footer .logo-copy small{display:block!important;font-size:8px!important}
  .footer h4{font-size:17px!important;margin-bottom:8px!important}
  .footer li{font-size:13px!important;margin:7px 0!important;line-height:1.5!important}
  .footer-bottom{margin-top:24px!important;padding-top:16px!important;font-size:11px!important;display:grid!important;gap:6px!important}

  /* remove all ugly fixed bottom strips/text on mobile */
  .mobile-contact-bar{display:none!important}
  .phone-float,.whatsapp-float{display:flex!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;padding:0!important;border-radius:50%!important;justify-content:center!important;right:12px!important;box-shadow:0 10px 28px rgba(4,35,48,.18)!important}
  .phone-float{bottom:72px!important}
  .whatsapp-float{bottom:14px!important}
  .phone-float .phone-label,.whatsapp-float .wa-label{display:none!important}
  .phone-float .phone-dot,.whatsapp-float .wa-dot{width:38px!important;height:38px!important;font-size:16px!important}

  .cookie-banner{left:10px!important;right:10px!important;bottom:76px!important;max-width:none!important}
  .cookie-banner.show{display:block!important}
  .cookie-actions{margin-top:10px!important}

  /* homepage hero mobile */
  .hero{padding:42px 0 36px!important}
  .hero-grid{grid-template-columns:1fr!important;gap:22px!important}
  .hero h1{font-size:36px!important;line-height:1.03!important;letter-spacing:-1.4px!important}
  .hero p{font-size:15px!important;line-height:1.55!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:20px!important}
  .hero-actions .btn{width:100%!important;min-height:46px!important}
  .hero-proof{gap:10px 14px!important;margin-top:22px!important;font-size:11px!important}
  .device{height:260px!important;max-width:100%!important;overflow:hidden!important}
  .laptop{width:270px!important;height:166px!important;right:48px!important;top:38px!important}
  .phone{width:78px!important;height:168px!important;right:4px!important;bottom:16px!important}

  .cta-band{padding:24px 20px!important;border-radius:18px!important}
  .cta-band h3{font-size:25px!important}
  .cta-band .btn{width:100%!important}
}

@media (min-width:701px) and (max-width:1050px){
  .grid-3,.pricing,.project-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .phone-float,.whatsapp-float{display:flex!important}
  .mobile-contact-bar{display:none!important}
}


/* ===== V10 MOCKUP CODED / MOBILE-FIRST FINAL ===== */
html,body{max-width:100%;overflow-x:hidden}
.centered{text-align:center;margin-left:auto;margin-right:auto}.centered p{margin-left:auto;margin-right:auto}
.pill{display:inline-flex;padding:8px 14px;border-radius:20px;background:#e4f8fb;color:#0a7f90;font-size:11px;font-weight:900;letter-spacing:.2px}
.v10-hero{background:linear-gradient(120deg,#061a30 0%,#072f4b 48%,#fff 48%,#fff 100%);padding:0;overflow:hidden}
.v10-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;min-height:520px;align-items:stretch}
.v10-hero-copy{padding:74px 46px 66px 0;color:#fff;display:flex;flex-direction:column;justify-content:center}
.v10-hero-copy .pill{align-self:flex-start}.v10-hero-copy h1{font-size:58px;line-height:1.02;letter-spacing:-2.6px;margin:18px 0}.v10-hero-copy h1 span{color:#25d5e2}.v10-hero-copy p{font-size:17px;color:#cadbe5;max-width:610px}.v10-proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;font-size:12px;font-weight:800}.v10-proof span{display:flex;gap:7px;align-items:center}
.v10-hero-media{min-height:520px;overflow:hidden;position:relative;background:#eaf3f6}.v10-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.v10-services{background:#fff}.v10-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v10-service-card{background:#fff;border:1px solid #dce8ee;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(7,37,59,.08);transition:.2s}.v10-service-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(7,37,59,.13)}.svc-img{height:178px;overflow:hidden;background:#edf5f8}.svc-img img{width:100%;height:100%;object-fit:cover;object-position:center}.svc-body{padding:20px}.svc-icon{display:none}.svc-body h3{font-size:19px;margin-bottom:8px}.svc-body p{color:#647b8c;font-size:13px;min-height:66px}.more{display:inline-flex;color:#0ba6b6;font-weight:900;font-size:12px;margin-top:12px}
.v10-project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v10-project-card{background:#fff;border:1px solid #dce8ee;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(7,37,59,.08)}.v10-project-card>img{display:block;width:100%;height:210px;object-fit:cover;object-position:center}.v10-project-card>div{padding:18px}.v10-project-card h3{font-size:19px;line-height:1.18;margin:8px 0}.v10-project-card p{font-size:13px;color:#647b8c;min-height:58px}
.page-hero.compact{padding:58px 0}.v10-detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}.v10-detail-image{background:#eef5f8;border:1px solid #dce8ee;border-radius:22px;overflow:hidden;box-shadow:0 18px 48px rgba(7,37,59,.1)}.v10-detail-image img{width:100%;height:auto;display:block}.v10-detail-copy{position:sticky;top:98px}.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.mobile-contact-bar{display:none}
@media(max-width:1100px){.v10-service-grid,.v10-project-grid{grid-template-columns:repeat(2,1fr)}.v10-hero-grid{grid-template-columns:1fr}.v10-hero{background:#061a30}.v10-hero-copy{padding:60px 0 38px}.v10-hero-media{min-height:420px;border-radius:22px;margin-bottom:40px}.v10-detail-grid{grid-template-columns:1fr}.v10-detail-copy{position:static}}
@media(max-width:700px){
 body{padding-bottom:72px}.container{width:min(92%,1180px)}.section{padding:54px 0}.v10-header .header-inner{min-height:86px;gap:10px}.v10-header .logo-mark{width:34px;height:34px}.v10-header .logo-copy strong{font-size:21px}.v10-header .logo-copy small{font-size:8px}.v10-header .header-cta{display:none}.menu{display:block;flex:0 0 44px}.nav{display:none}
 .v10-hero-copy{padding:46px 0 30px}.v10-hero-copy h1{font-size:40px;letter-spacing:-1.6px}.v10-hero-copy p{font-size:15px}.hero-actions{gap:10px}.hero-actions .btn{min-height:46px;padding:0 18px}.v10-proof{gap:12px}.v10-hero-media{min-height:265px;margin-bottom:24px;border-radius:16px}.v10-hero-media img{object-position:center}
 .section-title h2{font-size:32px}.v10-service-grid,.v10-project-grid{grid-template-columns:1fr;gap:16px}.v10-service-card,.v10-project-card{border-radius:16px}.svc-img{height:215px}.svc-body{padding:18px}.svc-body p{min-height:0}.v10-project-card>img{height:220px}.v10-project-card p{min-height:0}.v10-detail-image{border-radius:16px}.v10-detail-grid{gap:18px}.v10-detail-copy{padding:20px}.detail-actions .btn{width:100%}
 .footer{padding:46px 0 34px}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-bottom{padding-bottom:0}.phone-float,.whatsapp-float{display:none!important}.mobile-contact-bar{position:fixed;display:grid;grid-template-columns:1fr 1fr;gap:10px;left:10px;right:10px;bottom:10px;z-index:1300;padding:8px;background:rgba(255,255,255,.96);border:1px solid #d8e7ed;border-radius:22px;box-shadow:0 12px 40px rgba(3,31,48,.18);backdrop-filter:blur(10px)}.mobile-contact-bar a{min-height:46px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px}.mobile-contact-bar .call{background:#0ba6d5;color:#fff}.mobile-contact-bar .wa{background:#18bc69;color:#fff}
}


/* ===== V11 FINAL CLEAN MOBILE + BETTER VISUALS ===== */
.v11-hero-picture, .v11-hero-picture img{display:block;width:100%;height:100%}
.v11-hero-picture img{object-fit:cover;object-position:top center}
.hero-visual-stack{box-shadow:0 22px 60px rgba(7,37,59,.12)}
.svc-img{height:auto;aspect-ratio:16/10}
.svc-img img{width:100%;height:100%;object-fit:cover;object-position:top center}
.v10-project-card>img{height:auto;aspect-ratio:16/10;object-fit:cover;object-position:top center}
.v10-service-card{display:flex;flex-direction:column}
.svc-body{display:flex;flex-direction:column;gap:8px;flex:1}
.svc-body .more{margin-top:auto}
.v10-detail-image img{display:block;width:100%;height:auto}

@media (min-width: 701px) and (max-width: 1100px){
  .v10-hero{background:#fff!important}
  .v10-hero-grid{grid-template-columns:1fr!important;gap:22px!important;min-height:auto!important;padding:28px 0 10px}
  .v10-hero-copy{padding:34px 28px!important;border-radius:26px!important;background:linear-gradient(135deg,#061a30,#073451)!important;box-shadow:0 18px 48px rgba(7,37,59,.12)}
  .v10-hero-copy h1{font-size:48px!important;letter-spacing:-1.7px!important}
  .v10-hero-media{min-height:auto!important;aspect-ratio:16/10;border-radius:24px!important;margin:0 0 6px!important;overflow:hidden!important}
  .v10-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width: 700px){
  body{padding-bottom:94px!important;background:#f8fbfd}
  .container{width:calc(100% - 28px)!important;max-width:none}
  .header{position:sticky;top:0;z-index:1200}
  .v10-header .header-inner{min-height:78px!important;padding:10px 0!important;gap:8px!important}
  .v10-header .logo{flex:1;min-width:0}
  .v10-header .logo-mark{width:34px!important;height:34px!important;transform:none!important}
  .v10-header .logo-copy strong{font-size:19px!important}
  .v10-header .logo-copy small{display:none!important}
  .v10-header .header-cta{display:inline-flex!important;min-height:42px!important;padding:0 16px!important;font-size:13px!important;white-space:nowrap;border-radius:22px!important}
  .menu{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:14px!important}
  .nav[style*="display: flex"]{top:76px!important;left:14px!important;right:14px!important;border-radius:18px!important;padding:12px!important}
  .nav[style*="display: flex"] a{padding:12px 10px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .nav[style*="display: flex"] a:last-child{border-bottom:0!important}

  .v10-hero{background:#f8fbfd!important;padding:16px 0 8px!important}
  .v10-hero-grid{grid-template-columns:1fr!important;gap:16px!important;min-height:auto!important}
  .v10-hero-copy{padding:24px 18px!important;border-radius:22px!important;background:linear-gradient(135deg,#061a30,#073451)!important;box-shadow:0 16px 42px rgba(7,37,59,.11)}
  .v10-hero-copy h1{font-size:34px!important;line-height:1.05!important;letter-spacing:-1.15px!important;margin:14px 0 12px!important}
  .v10-hero-copy p{font-size:14px!important;line-height:1.58!important;color:#d8e6ef!important}
  .v10-hero-copy .pill{font-size:10px!important;padding:8px 12px!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:18px!important}
  .hero-actions .btn{width:100%!important;min-height:44px!important;padding:0 12px!important;font-size:13px!important}
  .v10-proof{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:18px!important;font-size:11px!important}
  .v10-hero-media{min-height:auto!important;aspect-ratio:10/17!important;border-radius:22px!important;margin:0!important;overflow:hidden!important;box-shadow:0 16px 42px rgba(7,37,59,.10)!important;background:#fff!important}

  .section{padding:42px 0!important}
  .section-title{margin-bottom:20px!important}
  .section-title h2{font-size:29px!important;line-height:1.12!important;letter-spacing:-.6px!important}
  .section-title p{font-size:14px!important;line-height:1.55!important}

  .v10-service-grid{grid-template-columns:1fr!important;gap:14px!important}
  .v10-service-card{border-radius:18px!important;box-shadow:0 12px 32px rgba(7,37,59,.08)!important}
  .svc-img{aspect-ratio:16/10!important}
  .svc-body{padding:16px!important;gap:6px!important}
  .svc-body h3{font-size:22px!important;line-height:1.2!important}
  .svc-body p{font-size:14px!important;line-height:1.55!important}
  .more{font-size:13px!important}

  .cta-band{padding:22px 18px!important;border-radius:20px!important;gap:16px!important}
  .cta-band h3{font-size:26px!important}
  .cta-band p{font-size:14px!important;line-height:1.55!important}
  .detail-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%}
  .detail-actions .btn{width:100%!important}

  .v10-detail-grid{grid-template-columns:1fr!important;gap:16px!important}
  .v10-detail-image{border-radius:18px!important;box-shadow:0 10px 28px rgba(7,37,59,.06)!important}
  .panel{padding:20px!important;border-radius:18px!important}
  .panel h2{font-size:26px!important;line-height:1.14!important}
  .list li{font-size:14px!important;line-height:1.45!important}

  .footer{padding:36px 0 34px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:22px!important}
  .footer li{font-size:13px!important;line-height:1.5!important}
  .footer-bottom{display:grid!important;gap:6px!important;font-size:11px!important}

  .phone-float,.whatsapp-float{display:none!important}
  .mobile-contact-bar{position:fixed!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:1300!important;padding:8px!important;background:rgba(255,255,255,.97)!important;border:1px solid #d8e7ed!important;border-radius:18px!important;box-shadow:0 12px 34px rgba(3,31,48,.16)!important;backdrop-filter:blur(10px)!important}
  .mobile-contact-bar a{min-height:46px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;font-size:13px!important}
  .mobile-contact-bar .call{background:#0ba6d5!important;color:#fff!important}
  .mobile-contact-bar .wa{background:#18bc69!important;color:#fff!important}
}


/* ===== V12 POS-READY SIMPLE DESIGN ===== */
.v12-hero{background:#071d33;padding:30px 0}.v12-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;min-height:540px}.v12-hero-copy{color:#fff}.v12-hero-copy h1{font-size:58px;line-height:1.03;letter-spacing:-2.4px;margin:18px 0}.v12-hero-copy h1 span{color:#24d5df}.v12-hero-copy p{font-size:17px;line-height:1.7;color:#c7d9e4;max-width:650px}.v12-hero-media{border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.24);background:#fff}.v12-hero-media picture,.v12-hero-media img{display:block;width:100%;height:100%}.v12-hero-media img{aspect-ratio:4/3;object-fit:cover;object-position:top center}.v12-trustline{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;color:#cfe0e9;font-size:12px;font-weight:800}.btn-outline.light{border-color:rgba(255,255,255,.35);color:#fff;background:transparent}.v12-soft{background:#f4f8fa}.v12-process{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v12-step{background:#fff;border:1px solid #dce8ee;border-radius:18px;padding:22px;box-shadow:0 12px 32px rgba(7,37,59,.06)}.v12-step>span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e4f8fb;color:#0b9bab;font-size:12px;font-weight:950;margin-bottom:18px}.v12-step h3{font-size:19px;margin-bottom:8px}.v12-step p{font-size:13px;line-height:1.55;color:#657d8d}.v12-payment-card{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:34px;border:1px solid #cfe4ea;border-radius:22px;background:linear-gradient(135deg,#f8feff,#edf9fb);box-shadow:0 16px 42px rgba(7,37,59,.07)}.v12-payment-card h2{font-size:32px;margin:6px 0 10px}.v12-payment-card p{color:#5f7889;line-height:1.65;max-width:850px}.v12-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.v12-chips span{padding:8px 11px;border-radius:999px;background:#fff;border:1px solid #d9e9ed;color:#456577;font-size:11px;font-weight:850}.v12-faq{display:grid;gap:10px;max-width:900px;margin:0 auto}.v12-faq details{background:#fff;border:1px solid #dce8ee;border-radius:16px;padding:0 18px}.v12-faq summary{cursor:pointer;list-style:none;font-weight:900;padding:18px 0;color:#173c55}.v12-faq summary::-webkit-details-marker{display:none}.v12-faq p{padding:0 0 18px;color:#60798a;font-size:14px;line-height:1.6}.v12-consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.45;color:#5f7889}.v12-consent input{width:auto;margin-top:3px}.v12-consent a{color:#0b9bab;font-weight:800}
@media(max-width:1050px){.v12-hero-grid{grid-template-columns:1fr;min-height:auto}.v12-hero-media img{aspect-ratio:16/9}.v12-process{grid-template-columns:repeat(2,1fr)}.v12-payment-card{grid-template-columns:1fr}.v12-payment-card>.btn{justify-self:start}}
@media(max-width:700px){.v12-hero{padding:14px 0 20px;background:#f6fafc}.v12-hero-grid{gap:14px}.v12-hero-copy{background:linear-gradient(135deg,#071d33,#0a3c57);padding:24px 18px;border-radius:22px}.v12-hero-copy h1{font-size:34px;line-height:1.06;letter-spacing:-1.1px;margin:14px 0 12px}.v12-hero-copy p{font-size:14px;line-height:1.6}.v12-trustline{display:grid;gap:8px;margin-top:18px;font-size:11px}.v12-hero-media{border-radius:20px;box-shadow:0 14px 36px rgba(7,37,59,.10)}.v12-hero-media img{aspect-ratio:10/16}.v12-process{grid-template-columns:1fr}.v12-step{padding:18px}.v12-payment-card{padding:22px 18px;border-radius:18px;gap:18px}.v12-payment-card h2{font-size:27px}.v12-payment-card>.btn{width:100%}.v12-faq details{border-radius:14px}.v12-faq summary{font-size:14px}.hero-actions{grid-template-columns:1fr!important}.header-cta{display:none!important}.mobile-contact-bar{display:grid!important}}

/* ===== V13 SERVICES VISUAL ONLY ===== */
.v13-services-visual{position:relative;margin-top:28px;border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(7,37,59,.10);background:#fff}
.v13-services-visual>img{display:block;width:100%;height:auto}
.v13-service-links{position:absolute;inset:0;display:grid;grid-template-columns:repeat(4,1fr);padding:20% 1.8% 1.8%;gap:1.4%}
.v13-service-links a{display:block;border-radius:16px}
@media(max-width:700px){.v13-services-visual{overflow-x:auto;border-radius:16px}.v13-services-visual>img{width:1120px;max-width:none}.v13-service-links{width:1120px;grid-template-columns:repeat(4,1fr);padding-top:224px}.v13-services-visual{-webkit-overflow-scrolling:touch}}


/* ===== V16 REAL MOBILE SERVICE CARDS ===== */
.v16-mobile-services{display:none}
@media(max-width:700px){
  .v16-desktop-services{display:none!important}
  .v16-mobile-services{display:grid!important;grid-template-columns:1fr;gap:16px;margin-top:20px}
  .v16-service-card{display:block;background:#fff;border:1px solid #dce8ee;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px rgba(7,37,59,.08);color:#123047;text-decoration:none}
  .v16-service-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center}
  .v16-service-card>div{padding:18px}
  .v16-service-card h3{font-size:23px;line-height:1.15;margin:0 0 8px;color:#10263b}
  .v16-service-card p{font-size:14px;line-height:1.55;color:#647b8c;margin:0 0 14px}
  .v16-service-card ul{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:9px}
  .v16-service-card li{position:relative;padding-left:28px;font-size:13px;line-height:1.4;color:#35546a}
  .v16-service-card li:before{content:'✓';position:absolute;left:0;top:-1px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#16b8b7;color:#fff;font-size:12px;font-weight:900}
  .v16-service-card span{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;background:#eaf8fb;border:1px solid #cfeaf0;color:#14334a;font-size:13px;font-weight:900}
}


/* ===== V22 GLOBAL SALES CONTACT BAR ===== */
:root{
  --salesbar-h: 72px;
}

body{
  padding-bottom: calc(var(--salesbar-h) + env(safe-area-inset-bottom, 0px)) !important;
}

.global-sales-bar{
  position: fixed !important;
  left: 50% !important;
  bottom: 12px !important;
  transform: translateX(-50%) !important;
  z-index: 99999 !important;
  width: min(1180px, calc(100% - 28px)) !important;
  min-height: var(--salesbar-h) !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  align-items: stretch !important;
  background: rgba(8, 18, 30, .96) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.28) !important;
  overflow: hidden !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.global-sales-bar a{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: var(--salesbar-h) !important;
  padding: 14px 18px !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  color: #fff !important;
  border-right: 1px solid rgba(255,255,255,.10) !important;
  transition: .18s ease !important;
  white-space: nowrap !important;
}

.global-sales-bar a:last-child{
  border-right: 0 !important;
}

.global-sales-bar a:hover{
  background: rgba(255,255,255,.07) !important;
}

.global-sales-bar .sales-wa .icon{ color:#25D366 !important; }
.global-sales-bar .sales-call .icon{ color:#ff405d !important; }
.global-sales-bar .sales-info .icon{ color:#22c7df !important; }

.global-sales-bar .icon{
  font-size: 24px !important;
  line-height: 1 !important;
}

/* Hide older duplicate floating/mobile contact bars if present */
.mobile-contact-bar,
.quick-contact,
.floating-contact,
.contact-float,
.bottom-contact,
.bottom-bar,
.contact-dock{
  display:none !important;
}

@media (max-width: 700px){
  :root{ --salesbar-h: 64px; }

  .global-sales-bar{
    width: calc(100% - 20px) !important;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    grid-template-columns: 1fr 1fr !important;
    border-radius: 18px !important;
  }

  .global-sales-bar .sales-info{
    display:none !important;
  }

  .global-sales-bar a{
    font-size: 16px !important;
    padding: 10px 12px !important;
  }

  .global-sales-bar .icon{
    font-size: 20px !important;
  }
}

@media (min-width: 701px) and (max-width: 1100px){
  .global-sales-bar{
    width: calc(100% - 40px) !important;
    bottom: 10px !important;
  }

  .global-sales-bar a{
    font-size: 15px !important;
    padding: 12px 14px !important;
  }
}


/* ===== V23 CONTACT BAR FINAL FIX ===== */
body{
  padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
}

.global-sales-bar{
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
  transform: translateX(-50%) !important;
  width: min(1180px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  min-height: 64px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: rgba(8,18,30,.97) !important;
  z-index: 2147483000 !important;
  pointer-events: auto !important;
  box-sizing: border-box !important;
}

.global-sales-bar a{
  min-width: 0 !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: clamp(12px, 1.8vw, 16px) !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  text-align: center !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}

.global-sales-bar .icon{
  flex: 0 0 auto !important;
  font-size: 20px !important;
}

.global-sales-bar .mobile-label{ display:none !important; }
.global-sales-bar .desktop-label{ display:inline !important; }

/* PHONE */
@media (max-width:700px){
  body{
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .global-sales-bar{
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 60px !important;
    bottom: max(8px, env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 16px !important;
  }

  .global-sales-bar .sales-info{
    display:none !important;
  }

  .global-sales-bar a{
    min-height: 60px !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  .global-sales-bar .desktop-label{ display:none !important; }
  .global-sales-bar .mobile-label{ display:inline !important; }
}

/* TABLET */
@media (min-width:701px) and (max-width:1100px){
  .global-sales-bar{
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .global-sales-bar a{
    font-size: 14px !important;
    padding: 10px 8px !important;
  }

  .global-sales-bar .icon{
    font-size:18px !important;
  }
}


/* ===== V24 CALL FALLBACK ===== */
#call-fallback-panel{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(3,10,18,.56);
  z-index:2147483646;
}
#call-fallback-panel.show{display:flex;}
.call-fallback-card{
  width:min(440px, calc(100vw - 32px));
  background:#fff;
  color:#0a2035;
  border-radius:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
  padding:24px;
  position:relative;
  text-align:center;
}
.call-fallback-close{
  position:absolute;
  top:10px;
  right:14px;
  border:0;
  background:transparent;
  font-size:30px;
  cursor:pointer;
  color:#23384b;
}
.call-fallback-title{
  font-size:22px;
  font-weight:900;
  margin:4px 34px 10px;
}
.call-fallback-number{
  display:block;
  font-size:28px;
  font-weight:900;
  color:#0b91aa;
  text-decoration:none;
  margin:10px 0 18px;
}
.call-fallback-actions{
  display:grid;
  gap:10px;
}
.call-fallback-actions a,
.call-fallback-actions button{
  width:100%;
  min-height:48px;
  border-radius:12px;
  border:1px solid #d7e3ea;
  background:#f8fbfc;
  color:#0a2035;
  font-weight:800;
  font-size:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
}
.call-fallback-actions .call-fallback-primary{
  background:#10b9d4;
  color:#06243a;
  border-color:#10b9d4;
}
.call-fallback-card small{
  display:block;
  margin-top:14px;
  color:#647789;
  line-height:1.4;
}


/* ===== V25 POS APPLICATION FINAL ===== */
.v25-business-card{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  padding:28px;
  border:1px solid rgba(15,185,212,.20);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 40px rgba(4,30,48,.07);
}
.v25-business-card h2{margin:8px 0 12px;}
.v25-business-card p{line-height:1.75;color:#607181;}
.v25-business-list{display:grid;gap:10px;}
.v25-business-list a,
.v25-business-list > div{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:13px 15px;
  border:1px solid #e4edf1;
  border-radius:13px;
  background:#f8fbfc;
  text-decoration:none;
  color:#0c2437;
}
.v25-business-list strong{font-size:12px;color:#718493;text-transform:uppercase;letter-spacing:.05em;}
.v25-business-list span{font-weight:800;}
@media(max-width:800px){
  .v25-business-card{grid-template-columns:1fr;padding:20px;gap:18px;}
}
