@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
:root{
  --navy:#0b1f3a;
  --navy-2:#102a4c;
  --blue:#2563eb;
  --blue-2:#3b82f6;
  --sky:#eaf2ff;
  --text:#1f2937;
  --muted:#64748b;
  --line:#dbe4f0;
  --bg:#f7f9fc;
  --white:#ffffff;
  --success:#0f9d58;
  --shadow:0 14px 40px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:var(--white);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}
.topbar{background:var(--navy);color:#dbeafe;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(219,228,240,.8)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy);letter-spacing:.3px}
.brand img{height:48px;width:auto}
.nav-links{display:flex;align-items:center;gap:28px;font-weight:600;color:#334155}
.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.nav-toggle{display:none;border:0;background:transparent;font-size:28px;color:var(--navy);cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:12px 20px;font-weight:700;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}
.btn-outline{border-color:#b9c7da;color:var(--navy);background:#fff}
.btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.hero{background:linear-gradient(135deg,#07172c 0%,#0b1f3a 45%,#143d70 100%);color:#fff;padding:92px 0 80px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:center}
.eyebrow{display:inline-block;padding:7px 12px;border-radius:999px;background:rgba(59,130,246,.18);border:1px solid rgba(147,197,253,.3);color:#bfdbfe;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:clamp(40px,5vw,66px);line-height:1.05;margin:18px 0 18px;letter-spacing:-.03em}
.hero p{font-size:19px;color:#dbeafe;max-width:700px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero .btn-outline{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.35);color:#fff}
.hero-card{position:relative;background:linear-gradient(180deg,#fff,#eef5ff);border-radius:22px;padding:26px;box-shadow:0 28px 70px rgba(0,0,0,.24);color:var(--text)}
.screen{background:#0d2747;border-radius:16px;padding:16px}
.screen-top{display:flex;justify-content:space-between;gap:10px;color:#bfdbfe;font-size:12px;margin-bottom:12px}
.pos-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}
.pos-panel,.pos-side{background:#fff;border-radius:12px;padding:14px}
.fake-row{height:10px;border-radius:999px;background:#dbeafe;margin:9px 0}
.fake-row.short{width:58%}
.fake-row.mid{width:78%}
.kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.kpi div{background:#eef5ff;border-radius:10px;padding:12px;text-align:center}
.kpi strong{display:block;color:var(--navy);font-size:18px}
.section{padding:78px 0}
.section.alt{background:var(--bg)}
.section-title{max-width:760px;margin-bottom:38px}
.section-title.center{text-align:center;margin-left:auto;margin-right:auto}
.section-title span{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.section-title h2{font-size:clamp(30px,4vw,44px);line-height:1.15;margin:8px 0 12px;color:var(--navy);letter-spacing:-.02em}
.section-title p{color:var(--muted);font-size:17px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:var(--shadow)}
.card h3{margin:12px 0 8px;color:var(--navy);font-size:22px}
.card p{color:var(--muted)}
.icon{width:48px;height:48px;border-radius:12px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-weight:900;font-size:20px}
.badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.badge{background:#eef2f7;color:#475569;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:700}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.list{list-style:none;padding:0;margin:20px 0}
.list li{position:relative;padding-left:30px;margin:12px 0;color:#475569}
.list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--success);font-weight:900}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.step{border-top:3px solid var(--blue);background:#fff;border-radius:0 0 14px 14px;padding:20px;border-left:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.step b{color:var(--blue);font-size:13px}
.step h4{margin:8px 0;color:var(--navy)}
.compare{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}
table{width:100%;border-collapse:collapse;min-width:720px}
th,td{padding:16px 18px;border-bottom:1px solid var(--line);text-align:left}
th{background:#eef5ff;color:var(--navy)}
td.center{text-align:center}
.cta{background:linear-gradient(135deg,#0b1f3a,#174b88);color:#fff;border-radius:22px;padding:46px}
.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.cta h2{margin:0 0 8px;font-size:34px}
.cta p{margin:0;color:#dbeafe}
.page-hero{background:linear-gradient(135deg,#0b1f3a,#174b88);color:#fff;padding:72px 0}
.page-hero h1{font-size:48px;line-height:1.1;margin:0 0 12px}
.page-hero p{color:#dbeafe;max-width:720px;font-size:18px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}
.form{display:grid;gap:14px}
.form label{font-weight:700;color:var(--navy);font-size:14px}
.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #cbd5e1;border-radius:10px;font:inherit;outline:none}
.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.form textarea{min-height:130px;resize:vertical}
.notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:14px;font-size:14px}
.footer{background:#07172c;color:#cbd5e1;padding:54px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:30px}
.footer h4{color:#fff;margin-top:0}
.footer a{display:block;margin:9px 0;color:#cbd5e1}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(148,163,184,.2);margin-top:36px;padding-top:18px;font-size:14px;color:#94a3b8}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:1200;background:#16a34a;color:#fff;border-radius:999px;padding:14px 18px;font-weight:800;box-shadow:0 10px 30px rgba(22,163,74,.3)}
@media (max-width:900px){
  .nav-toggle{display:block}
  .nav-links{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--line);padding:18px 4%;flex-direction:column;align-items:flex-start;gap:16px}
  .nav-links.open{display:flex}
  .nav .btn-primary.desktop-only{display:none}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .topbar .container{justify-content:center;text-align:center}
  .hero{padding:64px 0 56px}
  .hero h1{font-size:42px}
  .section{padding:58px 0}
  .grid-3,.grid-2,.steps,.footer-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:38px}
  .cta{padding:30px 24px}
  .brand img{height:40px}
  .whatsapp-float{right:12px;bottom:12px;padding:12px 15px}
}


.product-showcase{display:grid;grid-template-columns:1fr;gap:18px}
.product-media{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.product-media img{width:100%;height:auto;display:block}
.product-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.product-tag{display:inline-block;background:#eef5ff;color:var(--blue);font-weight:800;font-size:13px;padding:7px 10px;border-radius:999px}
.product-links{display:flex;gap:10px;flex-wrap:wrap}
.small-text{font-size:14px;color:var(--muted)}


.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.spec-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow)}
.spec-card h4{margin:0 0 8px;color:var(--navy);font-size:17px;line-height:1.25}
.spec-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.product-info{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;margin-bottom:24px}
.product-copy{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow)}
.product-copy h3{margin:0 0 10px;font-size:28px;color:var(--navy)}
.product-copy p{color:var(--muted)}
.product-media.real{padding:20px;background:linear-gradient(180deg,#fafcff,#f2f6fb)}
.product-media.real img{border-radius:14px}
.spec-title{margin:0 0 18px;color:var(--navy);font-size:22px}
@media (max-width:1000px){
  .spec-grid{grid-template-columns:repeat(2,1fr)}
  .product-info{grid-template-columns:1fr}
}
@media (max-width:640px){
  .spec-grid{grid-template-columns:1fr}
}


.icon-img{width:56px;height:56px;object-fit:contain;display:block}
.solution-icon{width:56px;height:56px;border-radius:14px;background:#eef5ff;display:flex;align-items:center;justify-content:center}
.solution-icon img{width:40px;height:40px;object-fit:contain}
.solution-icon.ezy{background:#ffffff;border:1px solid #dbe4f0}
.contact-map{border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.contact-map iframe{display:block;width:100%;height:420px;border:0}
.contact-mini{display:flex;gap:14px;align-items:flex-start;margin-top:18px}
.contact-mini img{width:48px;height:48px;object-fit:contain}
.contact-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.contact-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);padding:8px 12px;border-radius:999px;background:#f8fbff;color:var(--navy);font-weight:700;font-size:14px}


/* ===== V5 ENHANCEMENTS ===== */
body{
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.06), transparent 26%),
    radial-gradient(circle at left 20%, rgba(79,70,229,.05), transparent 24%),
    #ffffff;
}
.hero{
  position:relative;
  background:
    radial-gradient(circle at 80% 20%, rgba(147,197,253,.18), transparent 18%),
    radial-gradient(circle at 20% 80%, rgba(59,130,246,.14), transparent 18%),
    linear-gradient(135deg,#061423 0%,#0b1f3a 45%,#174b88 100%);
}
.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 -1px 0;
  height:52px;
  background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.95));
}
.hero p{max-width:640px}
.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  color:#e2e8f0;font-size:14px;font-weight:700
}
.hero-quick{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px
}
.hero-quick .mini{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;padding:12px 14px;color:#fff
}
.hero-quick .mini strong{display:block;font-size:17px}
.hero-quick .mini span{color:#cbd5e1;font-size:13px}
.hero-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.28);
}
.hero-card:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 35%);
  pointer-events:none;
}
.hero-product{
  margin-top:18px;
  display:flex;gap:12px;align-items:center;justify-content:space-between
}
.hero-product img{
  width:150px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(15,23,42,.18))
}
.hero-product .tagbox{
  flex:1;background:#fff;border-radius:14px;padding:14px;border:1px solid var(--line)
}
.hero-product .tagbox h4{margin:0 0 4px;color:var(--navy)}
.hero-product .tagbox p{margin:0;font-size:14px;color:var(--muted)}
.section-title h2{letter-spacing:-.03em}
.section-kicker{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;background:#eef5ff;color:var(--blue);
  font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.08em
}
.card{
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(15,23,42,.12);
  border-color:#bfd3f3;
}
.feature-card{
  position:relative;
  overflow:hidden;
}
.feature-card:after{
  content:"";
  position:absolute;inset:auto -20px -20px auto;width:90px;height:90px;border-radius:50%;
  background:radial-gradient(circle, rgba(37,99,235,.14), transparent 70%);
}
.solution-icon{
  box-shadow:0 8px 24px rgba(37,99,235,.08);
}
.highlight-band{
  background:linear-gradient(90deg,#eff6ff,#ffffff,#f5f3ff);
  border-top:1px solid #dbe4f0;
  border-bottom:1px solid #dbe4f0;
}
.highlight-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px
}
.highlight-item{
  background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 18px 16px;
  box-shadow:var(--shadow)
}
.highlight-item strong{display:block;color:var(--navy);font-size:18px;margin-bottom:6px}
.highlight-item p{margin:0;color:var(--muted);font-size:14px}
.trust-row{
  display:flex;gap:12px;flex-wrap:wrap;margin-top:18px
}
.trust-pill{
  padding:10px 14px;border:1px solid var(--line);border-radius:999px;
  background:#fff;font-weight:700;color:#334155;box-shadow:var(--shadow);font-size:14px
}
.showcase-grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch
}
.showcase-panel{
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)
}
.showcase-panel img{
  width:100%;max-height:310px;object-fit:contain;border-radius:14px
}
.stack-list{display:grid;gap:14px}
.stack-item{
  display:flex;gap:14px;align-items:flex-start;padding:16px;
  border:1px solid var(--line);border-radius:16px;background:#fff
}
.stack-no{
  min-width:38px;height:38px;border-radius:12px;background:#eef5ff;color:var(--blue);
  display:grid;place-items:center;font-weight:800
}
.stack-item h4{margin:0 0 4px;color:var(--navy)}
.stack-item p{margin:0;color:var(--muted);font-size:14px}
.cta{
  position:relative;overflow:hidden;
}
.cta:before{
  content:"";
  position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:50%;
  background:radial-gradient(circle, rgba(147,197,253,.35), transparent 70%);
}
.soft-panel{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)
}
.contact-map{overflow:hidden}
.contact-map iframe{height:460px}
.quick-actions{
  display:flex;gap:12px;flex-wrap:wrap;margin-top:18px
}
.quick-actions .btn{padding:11px 16px}
@media (max-width:1000px){
  .highlight-grid{grid-template-columns:repeat(2,1fr)}
  .showcase-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .hero-quick{grid-template-columns:1fr}
  .highlight-grid{grid-template-columns:1fr}
}


/* ===== V6 FLATTER INTERFACE ===== */
body{
  background:#ffffff;
}
.section.alt{
  background:#fafbfd;
}
.card,
.soft-panel,
.highlight-item,
.stack-item,
.contact-map,
.product-copy,
.product-media,
.spec-card{
  box-shadow:none !important;
}
.card,
.soft-panel,
.highlight-item,
.stack-item,
.product-copy,
.product-media,
.spec-card{
  border:1px solid #e6edf7 !important;
  background:#ffffff !important;
}
.feature-card:after,
.cta:before,
.hero:after{
  opacity:.5;
}
.card:hover{
  transform:none;
  box-shadow:none !important;
  border-color:#d6e2f3 !important;
}
.solution-icon{
  box-shadow:none !important;
}
.highlight-band{
  background:#ffffff;
  border-top:1px solid #eef2f7;
  border-bottom:1px solid #eef2f7;
}
.hero{
  background:linear-gradient(135deg,#07172c 0%,#0b1f3a 52%,#174b88 100%);
}
.hero-card{
  box-shadow:none !important;
  border:1px solid rgba(255,255,255,.18);
}
.showcase-panel{
  box-shadow:none !important;
  border:1px solid #e6edf7 !important;
  background:#ffffff !important;
}
.contact-map{
  border:1px solid #e6edf7 !important;
  border-radius:16px;
}
.contact-simple{
  padding-top:6px;
}
.contact-info-clean{
  padding:0;
}
.contact-title-small{
  color:#2563eb;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  margin-bottom:8px;
}
.contact-address-line{
  margin:6px 0;
  color:#334155;
}
.contact-divider{
  height:1px;
  background:#e6edf7;
  margin:20px 0;
}
.contact-chip-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
.contact-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 0;
  color:#0f172a;
  font-weight:700;
}
.form-clean{
  padding:0;
}
.form-clean h3{
  margin-top:0;
  margin-bottom:18px;
}
.form input,
.form textarea,
.form select{
  border:1px solid #dbe4f0;
  background:#ffffff;
  box-shadow:none !important;
}
.form textarea{
  min-height:120px;
}
.plain-note{
  color:#64748b;
  font-size:14px;
  margin-top:8px;
}
@media (max-width:900px){
  .contact-grid{
    gap:28px;
  }
}


/* ===== V7 HERO SIMPLIFIED ===== */
.hero-grid.hero-simple{
  grid-template-columns:1fr;
  gap:0;
  max-width:860px;
}
.hero.hero-clean{
  padding:96px 0 74px;
}
.hero-simple .hero-copy{
  max-width:760px;
}
.hero-simple .hero-actions{
  margin-top:26px;
}
.hero-simple .hero-quick{
  margin-top:28px;
}
@media (max-width:640px){
  .hero.hero-clean{
    padding:68px 0 54px;
  }
}


/* ===== V8 MINIMAL / LESS LAYER ===== */
.grid-3,
.highlight-grid,
.spec-grid{
  gap:18px;
}
.card.feature-card,
.highlight-item,
.showcase-panel,
.stack-item,
.product-media,
.product-copy,
.spec-card{
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.feature-card{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.feature-card h3,
.highlight-item strong,
.stack-item h4,
.spec-card h4{
  color:var(--navy);
}
.feature-card p,
.highlight-item p,
.stack-item p,
.spec-card p{
  color:#5b6b84;
}
.feature-card .btn,
.showcase-panel .btn,
.stack-item .btn{
  margin-top:4px;
}
.highlight-grid{
  align-items:start;
}
.highlight-item{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.highlight-item strong{
  display:block;
  margin-bottom:8px;
}
.highlight-item:before{
  content:"";
  display:block;
  width:42px;
  height:3px;
  background:#2563eb;
  border-radius:999px;
  margin-bottom:14px;
}
.showcase-grid{
  gap:32px;
}
.showcase-panel{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.stack-item{
  padding:6px 0 16px !important;
  border-bottom:1px solid #e9eef6 !important;
}
.stack-item:last-child{
  border-bottom:none !important;
}
.soft-panel{
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}
.soft-panel img{
  border-radius:16px;
}
.product-info{
  gap:34px;
}
.product-media.real{
  padding:0 !important;
  background:transparent !important;
}
.product-media.real img{
  border-radius:16px;
  width:100%;
  height:auto;
}
.product-copy{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.product-copy h3{
  margin-top:4px;
  font-size:clamp(28px,3vw,38px);
}
.product-copy .list{
  margin-top:14px;
}
.spec-title{
  margin-top:12px;
  margin-bottom:22px;
}
.spec-card{
  padding:0 0 14px !important;
  border-bottom:1px solid #e8eef7 !important;
}
.spec-card h4{
  margin-bottom:6px;
  font-size:16px;
}
.spec-card p{
  margin:0;
  font-size:15px;
  line-height:1.7;
}
.section-title.center .trust-row{
  margin-top:20px;
}
.trust-pill{
  box-shadow:none !important;
  background:transparent !important;
}
.solution-icon{
  background:transparent !important;
  border:none !important;
  width:auto;
  height:auto;
  border-radius:0;
  display:block;
  margin-bottom:12px;
}
.solution-icon img{
  width:46px;
  height:46px;
}
.solution-icon.ezy img{
  width:52px;
  height:52px;
}
@media (max-width:900px){
  .product-info{
    gap:22px;
  }
}


/* ===== V9 CLEANER LAYOUT ===== */
.spec-grid{
  gap:12px 18px !important;
}
.spec-card{
  padding:0 0 8px !important;
}
.spec-card h4{
  margin:0 0 4px !important;
  font-size:15px !important;
}
.spec-card p{
  margin:0 !important;
  font-size:14px !important;
  line-height:1.45 !important;
}
.spec-title{
  margin-bottom:14px !important;
}
.product-info{
  gap:26px !important;
}
.section.compact-section{
  padding-top:46px;
  padding-bottom:46px;
}


/* ===== PRODUCT IMAGE ZOOM VIEWER ===== */
.product-media.real img.zoomable-product{
  cursor:zoom-in;
  transition:transform .18s ease, opacity .18s ease;
}
.product-media.real img.zoomable-product:hover{
  opacity:.96;
}
.image-zoom-modal{
  position:fixed;
  inset:0;
  z-index:5000;
  display:none;
  background:rgba(4,12,24,.92);
  backdrop-filter:blur(6px);
}
.image-zoom-modal.open{
  display:flex;
  flex-direction:column;
}
.image-zoom-toolbar{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  padding:10px 18px;
  background:rgba(8,20,38,.82);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.image-zoom-btn{
  min-width:44px;
  height:42px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.image-zoom-btn:hover{
  background:rgba(255,255,255,.16);
}
.image-zoom-stage{
  flex:1;
  overflow:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.image-zoom-stage img{
  max-width:none;
  max-height:none;
  width:auto;
  height:auto;
  transform-origin:center center;
  transition:transform .16s ease;
  user-select:none;
  -webkit-user-drag:none;
}
.image-zoom-hint{
  position:absolute;
  left:18px;
  bottom:16px;
  color:rgba(255,255,255,.76);
  font-size:13px;
}
@media (max-width:640px){
  .image-zoom-toolbar{
    height:58px;
    padding:8px 10px;
  }
  .image-zoom-btn{
    min-width:40px;
    height:38px;
    padding:0 11px;
  }
  .image-zoom-stage{
    padding:14px;
  }
  .image-zoom-hint{
    display:none;
  }
}


/* solution page icon refinement */
.icon img{
  width:26px;
  height:26px;
  display:block;
}


/* Postech logo header update */
.brand img{
  height:58px;
  width:auto;
  display:block;
}
.nav-links{
  gap:18px;
}
@media (max-width: 900px){
  .brand img{
    height:48px;
  }
}


/* ===== SOLUTIONS DROPDOWN V1 ===== */
.nav-item{position:relative}
.nav-link-btn{
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  font:inherit;
  font-weight:600;
  color:#334155;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:6px;
}
.nav-link-btn:hover,
.nav-item:focus-within > .nav-link-btn,
.nav-item.dropdown-open > .nav-link-btn{color:var(--blue)}
.nav-caret{font-size:12px;transition:transform .18s ease}
.nav-item.dropdown-open > .nav-link-btn .nav-caret{transform:rotate(180deg)}

.dropdown-menu{
  position:absolute;
  top:calc(100% + 22px);
  left:-18px;
  width:220px;
  padding:8px 0;
  background:#fff;
  border:1px solid #e5eaf2;
  border-radius:10px;
  box-shadow:0 14px 34px rgba(15,23,42,.13);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index:1300;
}
.nav-item.has-dropdown:hover > .dropdown-menu,
.nav-item.has-dropdown:focus-within > .dropdown-menu,
.nav-item.dropdown-open > .dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.dropdown-menu:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-24px;
  height:24px;
}
.dropdown-item{position:relative}
.dropdown-link,
.dropdown-menu > a,
.submenu a{
  width:100%;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:11px 16px;
  border:0;
  background:#fff;
  color:#174b88;
  font:inherit;
  font-size:14px;
  font-weight:600;
  text-align:left;
  cursor:pointer;
  white-space:nowrap;
}
.dropdown-link:hover,
.dropdown-menu > a:hover,
.submenu a:hover{
  background:#f4f8ff;
  color:#1d4ed8;
}
.submenu-arrow{font-size:20px;line-height:1}
.submenu{
  position:absolute;
  top:-8px;
  left:calc(100% - 2px);
  width:250px;
  padding:8px 0;
  background:#fff;
  border:1px solid #e5eaf2;
  border-radius:10px;
  box-shadow:0 14px 34px rgba(15,23,42,.13);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(8px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index:1310;
}
.dropdown-item.has-submenu:hover > .submenu,
.dropdown-item.has-submenu:focus-within > .submenu,
.dropdown-item.submenu-open > .submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(0);
}

.software-family{
  padding:26px 0 4px;
}
.software-family-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.software-family-title h3{
  margin:0;
  color:var(--navy);
  font-size:26px;
}
.software-family-title p{
  margin:0;
  color:var(--muted);
}
.software-module-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 34px;
  border-top:1px solid #e6edf7;
}
.software-module{
  scroll-margin-top:110px;
  padding:14px 0;
  border-bottom:1px solid #e6edf7;
}
.software-module strong{
  display:block;
  color:var(--navy);
  font-size:16px;
}
.software-module span{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:13px;
}
#pos2go{scroll-margin-top:105px}

@media (max-width:900px){
  .nav-links .nav-item{width:100%}
  .nav-link-btn{
    width:100%;
    justify-content:space-between;
  }
  .dropdown-menu{
    position:static;
    width:100%;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    margin-top:10px;
    padding:4px 0 4px 12px;
    border:0;
    border-left:2px solid #dbeafe;
    border-radius:0;
    box-shadow:none;
  }
  .nav-item.has-dropdown:hover > .dropdown-menu{
    display:none;
  }
  .nav-item.dropdown-open > .dropdown-menu{
    display:block;
  }
  .dropdown-menu:before{display:none}
  .dropdown-link,
  .dropdown-menu > a,
  .submenu a{
    padding:10px 8px;
    white-space:normal;
  }
  .submenu{
    position:static;
    width:100%;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    margin:2px 0 8px 10px;
    padding:2px 0 2px 10px;
    border:0;
    border-left:1px solid #dbeafe;
    border-radius:0;
    box-shadow:none;
  }
  .dropdown-item.has-submenu:hover > .submenu{
    display:none;
  }
  .dropdown-item.submenu-open > .submenu{
    display:block;
  }
  .software-module-grid{grid-template-columns:1fr}
}


/* ===== SOLUTIONS CLEANUP V2 ===== */
.solution-clean-intro{
  max-width:760px;
}
.solution-clean-intro .section-title{
  margin-bottom:20px;
}
.solution-clean-intro > p{
  color:#475569;
  font-size:17px;
  max-width:720px;
}
.solution-clean-intro .list{
  margin-top:22px;
  margin-bottom:24px;
}
.software-family{
  margin-top:58px;
}
.support-clean{
  max-width:840px;
}
@media (max-width:900px){
  .solution-clean-intro,
  .support-clean{
    max-width:none;
  }
  .software-family{
    margin-top:42px;
  }
}


/* ===== HARDWARE HEADER DROPDOWN ===== */
#libra1,
#gemini1se,
#gemini1sedual{
  scroll-margin-top:100px;
}
.hardware-dropdown{
  width:max-content;
  min-width:230px;
  max-width:320px;
  left:50%;
  transform:translate(-50%, 8px);
}
.nav-item.has-dropdown:hover > .hardware-dropdown,
.nav-item.has-dropdown:focus-within > .hardware-dropdown,
.nav-item.dropdown-open > .hardware-dropdown{
  transform:translate(-50%, 0);
}
.hardware-dropdown .dropdown-link,
.hardware-dropdown > a{
  justify-content:flex-start;
  text-align:left;
  white-space:nowrap;
  padding-left:24px;
  padding-right:24px;
}
@media (max-width:900px){
  .hardware-dropdown{
    width:100%;
    min-width:0;
    max-width:none;
    left:0;
    transform:none;
  }
  .nav-item.has-dropdown:hover > .hardware-dropdown,
  .nav-item.has-dropdown:focus-within > .hardware-dropdown,
  .nav-item.dropdown-open > .hardware-dropdown{
    transform:none;
  }
}


/* ===== EZY SOLUTIONS DETAIL PAGE ===== */
.ezy-overview{
  max-width:860px;
}
.solution-overview-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:24px;
}
.solution-overview-points span{
  position:relative;
  padding-left:18px;
  color:#334155;
  font-size:14px;
  font-weight:700;
}
.solution-overview-points span:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#2563eb;
  transform:translateY(-50%);
}

.solution-detail-list{
  margin-top:58px;
  border-top:1px solid #e3eaf4;
}
.solution-detail{
  scroll-margin-top:105px;
  display:grid;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);
  gap:42px;
  padding:30px 0;
  border-bottom:1px solid #e3eaf4;
}
.solution-detail-name{
  display:flex;
  align-items:flex-start;
  gap:16px;
}
.solution-index{
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:12px;
  background:#eef5ff;
  color:#2563eb;
  font-weight:900;
  font-size:13px;
}
.solution-detail-name h3{
  margin:2px 0 4px;
  color:var(--navy);
  font-size:23px;
  line-height:1.2;
}
.solution-detail-name p{
  margin:0;
  color:#64748b;
  font-size:14px;
}
.solution-detail-copy > p{
  margin:0 0 14px;
  max-width:760px;
  color:#475569;
  line-height:1.7;
}
.solution-detail-copy ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 22px;
}
.solution-detail-copy li{
  position:relative;
  padding-left:19px;
  color:#334155;
  font-size:14px;
  line-height:1.55;
}
.solution-detail-copy li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#10a65a;
  font-weight:900;
}
.solution-bottom-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  margin-top:48px;
  padding-top:30px;
  border-top:1px solid #e3eaf4;
}
.solution-bottom-cta span{
  color:#2563eb;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.solution-bottom-cta h3{
  margin:6px 0 0;
  max-width:700px;
  color:var(--navy);
  font-size:24px;
}
@media (max-width:900px){
  .solution-detail{
    grid-template-columns:1fr;
    gap:18px;
    padding:26px 0;
  }
  .solution-detail-copy ul{
    grid-template-columns:1fr;
  }
  .solution-bottom-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* ===== SOLUTIONS OVERVIEW PAGE ===== */
.align-start{align-items:start}
.lead-paragraph{color:#475569;font-size:17px;line-height:1.75;max-width:760px}
.section-tight-top{padding-top:24px}
.solution-overview-split{gap:34px}
.overview-aside-card{border:1px solid #d9e3f0;border-radius:24px;padding:28px;background:#fff}
.overview-aside-card h3{margin:0 0 14px;color:var(--navy);font-size:30px}
.overview-aside-card p{margin:16px 0 0;color:#64748b;line-height:1.7}
.badges.compact{gap:10px}
.solution-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.solution-product-card{background:#fff;border:1px solid #dbe5f1;border-radius:22px;padding:24px;transition:transform .2s ease, box-shadow .2s ease,border-color .2s ease}
.solution-product-card:hover{transform:translateY(-3px);border-color:#bfd5f4;box-shadow:0 18px 40px rgba(15,23,42,.08)}
.solution-card-top{display:flex;gap:14px;align-items:center;margin-bottom:16px}
.solution-card-mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef5ff;color:#2563eb;font-weight:900;font-size:13px;flex:0 0 42px}
.solution-product-card h3{margin:0;color:var(--navy);font-size:22px;line-height:1.2}
.solution-product-card p{margin:0 0 14px;color:#64748b;line-height:1.7}
.text-link{color:#2563eb;font-weight:800}
.text-link:hover{text-decoration:underline}

/* ===== INDIVIDUAL PRODUCT DETAIL PAGES ===== */
.product-hero{background:linear-gradient(135deg,#2a6ab0,#6aa9eb);color:#fff;padding:78px 0 84px}
.product-hero-inner{text-align:center;max-width:900px}
.product-icon-tile{width:100px;height:100px;margin:0 auto 22px;border-radius:18px;background:#0d5db5;display:grid;place-items:center;color:#fff;font-size:28px;font-weight:900;box-shadow:0 18px 50px rgba(11,31,58,.18)}
.product-category{margin-bottom:10px;color:#e5efff;font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-hero h1{margin:0 0 16px;font-size:clamp(40px,6vw,72px);line-height:1.05}
.product-tagline{margin:0 auto;max-width:940px;color:#f3f7ff;font-size:clamp(20px,2.4vw,28px);line-height:1.55}
.feature-stack{max-width:1120px;margin:0 auto;display:grid;gap:22px}
.feature-card{display:grid;grid-template-columns:112px 1fr;gap:22px;align-items:center;background:#fff;border-radius:22px;padding:26px 28px;border:1px solid #e5edf6;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.feature-icon{font-size:54px;line-height:1;display:grid;place-items:center;color:#0d5db5}
.feature-card h3{margin:0 0 8px;color:#0d5aa5;font-size:24px;line-height:1.2}
.feature-card p{margin:0;color:#60656e;font-size:16px;line-height:1.7}
.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1200px;margin:0 auto}
.benefit-card{background:#fff;border-radius:20px;padding:28px 22px;border:1px solid #e4ebf5;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.benefit-icon,.usecase-icon{font-size:34px;line-height:1;color:#0d5db5;margin-bottom:16px}
.benefit-card h3{margin:0 0 10px;color:var(--navy);font-size:24px;line-height:1.25}
.benefit-card p{margin:0;color:#60656e;line-height:1.75}
.usecase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1100px;margin:0 auto}
.usecase-card{background:#fff;border-radius:20px;padding:26px 20px;text-align:center;border:1px solid #e4ebf5;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.usecase-card h3{margin:0;color:var(--navy);font-size:22px;line-height:1.3}
.cta-strip{display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta-strip span{display:block;color:#2563eb;font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.cta-strip h3{margin:0 0 10px;color:var(--navy);font-size:32px;line-height:1.15}
.cta-strip p{margin:0;max-width:720px;color:#64748b;line-height:1.7}
@media (max-width:1024px){
  .benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .usecase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .solution-card-grid{grid-template-columns:1fr}
  .feature-card{grid-template-columns:1fr;text-align:left}
  .feature-icon{justify-content:flex-start}
  .cta-strip{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  .product-icon-tile{width:84px;height:84px;font-size:24px}
  .product-hero{padding:58px 0 62px}
  .benefit-grid,.usecase-grid{grid-template-columns:1fr}
  .feature-card{padding:22px 20px}
  .benefit-card,.usecase-card{padding:24px 18px}
}


/* ===== HOMEPAGE SOLUTIONS CLEANUP ===== */
.home-solution-card{
  display:flex;
  flex-direction:column;
  min-height:300px;
  padding:28px;
}
.home-solution-card .solution-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
}
.home-solution-card .solution-icon img{
  width:38px;
  height:38px;
  object-fit:contain;
}
.home-solution-card .solution-icon.ezy img{
  width:46px;
  height:46px;
  object-fit:contain;
}
.home-solution-card h3{
  margin:0 0 12px;
  font-size:21px;
  line-height:1.25;
}
.home-solution-card p{
  margin:0 0 22px;
  font-size:15px;
  line-height:1.7;
  flex:1;
}
.home-solution-card .btn{
  margin-top:auto;
  align-self:flex-start;
}
@media (max-width:900px){
  .home-solution-card{min-height:auto}
}

/* ===== EZY PRODUCT PAGES - REFERENCE LAYOUT + POSTECH COLOURS ===== */
.ezy-product-page{
  font-family:"Poppins",Arial,sans-serif;
  color:var(--text);
}
.ezy-product-page .product-hero{
  background:linear-gradient(135deg,#07172c 0%,#0b1f3a 48%,#174b88 100%);
  color:#fff;
  padding:58px 0 72px;
}
.ezy-product-page .product-hero-inner{
  max-width:980px;
  text-align:center;
}
.ezy-product-page .product-icon-tile{
  width:100px;
  height:100px;
  margin:0 auto 20px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(191,219,254,.18);
  display:grid;
  place-items:center;
  padding:15px;
  box-shadow:none;
}
.ezy-product-page .product-icon-tile img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.ezy-product-page .product-icon-tile:not(.product-icon-original) img{
  filter:brightness(0) invert(1);
}
.ezy-product-page .product-icon-original{
  background:transparent;
  border:0;
  padding:0;
  width:108px;
  height:90px;
}
.ezy-product-page .product-icon-original img{
  width:108px;
  height:90px;
  object-fit:contain;
  filter:none;
}
.ezy-product-page .product-category{
  color:#bfdbfe;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.ezy-product-page .product-hero h1{
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(40px,5vw,54px);
  line-height:1.12;
  font-weight:700;
  letter-spacing:-.02em;
}
.ezy-product-page .product-tagline{
  max-width:900px;
  margin:0 auto;
  color:#dbeafe;
  font-size:22px;
  line-height:1.6;
  font-weight:400;
}

/* Key Features */
.ezy-product-page .product-hero + .section{
  padding-top:96px;
}
.ezy-product-page .section-title.center{
  max-width:820px;
}
.ezy-product-page .section-title.center h2{
  color:var(--navy);
  font-size:38px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.02em;
}
.ezy-product-page .feature-stack{
  max-width:1040px;
  margin:0 auto;
  display:grid;
  gap:22px;
}
.ezy-product-page .feature-card{
  display:grid;
  grid-template-columns:105px minmax(0,1fr);
  gap:28px;
  align-items:center;
  min-height:166px;
  padding:26px 30px;
  background:#fff;
  border:1px solid #e5edf6;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.ezy-product-page .feature-card:nth-child(even){
  grid-template-columns:minmax(0,1fr) 105px;
}
.ezy-product-page .feature-card:nth-child(even) .feature-icon{
  order:2;
}
.ezy-product-page .feature-card:nth-child(even) > div:not(.feature-icon){
  order:1;
}
.ezy-product-page .feature-icon{
  width:96px;
  height:96px;
  display:grid;
  place-items:center;
}
.ezy-product-page .feature-icon img{
  width:82px;
  height:82px;
  object-fit:contain;
}
.ezy-product-page .feature-card h3{
  margin:0 0 8px;
  color:var(--blue);
  font-size:20px;
  line-height:1.3;
  font-weight:700;
}
.ezy-product-page .feature-card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
  text-align:left;
}

/* Benefits */
.ezy-product-page .section.alt{
  background:var(--bg);
}
.ezy-product-page .benefit-grid{
  max-width:1010px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.ezy-product-page .benefit-card{
  min-height:224px;
  padding:28px 22px;
  background:#fff;
  border:1px solid #e5edf6;
  border-radius:14px;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.ezy-product-page .benefit-icon{
  width:46px;
  height:46px;
  margin:0 auto 18px;
}
.ezy-product-page .benefit-icon img{
  width:42px;
  height:42px;
  object-fit:contain;
}
.ezy-product-page .benefit-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:15px;
  line-height:1.45;
  font-weight:700;
}
.ezy-product-page .benefit-card p{
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.6;
  text-align:left;
}

/* Use Case */
.ezy-product-page .usecase-grid{
  max-width:970px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.ezy-product-page .usecase-card{
  min-height:166px;
  padding:26px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #e5edf6;
  border-radius:14px;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.ezy-product-page .usecase-icon{
  width:58px;
  height:58px;
  margin:0 auto 14px;
}
.ezy-product-page .usecase-icon img{
  width:56px;
  height:56px;
  object-fit:contain;
}
.ezy-product-page .usecase-card h3{
  margin:0;
  max-width:240px;
  color:var(--navy);
  font-size:15px;
  line-height:1.45;
  font-weight:700;
}

/* CTA */
.ezy-product-page .cta-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.ezy-product-page .cta-strip span{
  color:var(--blue);
}
.ezy-product-page .cta-strip h3{
  color:var(--navy);
}
.ezy-product-page .cta-strip p{
  color:var(--muted);
}

/* Responsive */
@media (max-width:1024px){
  .ezy-product-page .benefit-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  .ezy-product-page .product-hero{
    padding:50px 0 60px;
  }
  .ezy-product-page .product-tagline{
    font-size:20px;
  }
  .ezy-product-page .feature-card,
  .ezy-product-page .feature-card:nth-child(even){
    grid-template-columns:86px minmax(0,1fr);
  }
  .ezy-product-page .feature-card:nth-child(even) .feature-icon,
  .ezy-product-page .feature-card:nth-child(even) > div:not(.feature-icon){
    order:initial;
  }
  .ezy-product-page .feature-icon{
    width:80px;
    height:80px;
  }
  .ezy-product-page .feature-icon img{
    width:70px;
    height:70px;
  }
  .ezy-product-page .usecase-grid{
    grid-template-columns:1fr;
  }
  .ezy-product-page .cta-strip{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:640px){
  .ezy-product-page .product-hero h1{
    font-size:34px;
  }
  .ezy-product-page .product-tagline{
    font-size:18px;
  }
  .ezy-product-page .product-hero + .section{
    padding-top:68px;
  }
  .ezy-product-page .section-title.center h2{
    font-size:32px;
  }
  .ezy-product-page .feature-card,
  .ezy-product-page .feature-card:nth-child(even){
    grid-template-columns:1fr;
    padding:22px 20px;
  }
  .ezy-product-page .feature-icon{
    justify-content:start;
  }
  .ezy-product-page .benefit-grid{
    grid-template-columns:1fr;
  }
}



/* ===== CLEANER HOMEPAGE HERO ===== */
.clean-home-hero{padding:70px 0 66px}
.clean-hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:58px}
.clean-home-hero .hero-copy{max-width:730px}
.clean-home-hero .hero-copy h1{max-width:680px;font-size:clamp(34px,4vw,54px);line-height:1.08}
.clean-home-hero .hero-copy p{max-width:650px;font-size:18px}
.hero-simple-points{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:26px;color:#dbeafe;font-size:14px;font-weight:600}
.hero-simple-points span{position:relative;padding-left:17px}
.hero-simple-points span:before{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;border-radius:50%;background:#60a5fa;transform:translateY(-50%)}
.hero-product-visual{align-self:center;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 26px 64px rgba(0,0,0,.22)}
.hero-product-visual img{width:100%;aspect-ratio:1.55/1;object-fit:cover}
.hero-product-visual.package-poster img{aspect-ratio:1/1;object-fit:contain;background:#fff;padding:14px}
.hero-product-visual.package-poster .hero-product-caption strong{font-size:20px}
.hero-product-caption{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:17px 20px;color:var(--navy)}
.hero-product-caption strong{font-size:16px}
.hero-product-caption span{max-width:240px;color:var(--muted);font-size:13px;line-height:1.5;text-align:right}

/* ===== ABOUT APPROACH CLEANUP ===== */
.about-approach-clean .card{padding-top:30px}
.about-approach-clean .card h3{margin-top:0}

/* ===== POS2GO IMAGE-LED SECTION ===== */
.pos2go-section{background:#fff}
.pos2go-section .section-title{max-width:860px}
.pos2go-feature-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);gap:50px;align-items:start}
.pos2go-points{display:grid;gap:0;margin-bottom:28px;border-top:1px solid var(--line)}
.pos2go-points>div{padding:16px 0;border-bottom:1px solid var(--line)}
.pos2go-points strong{display:block;margin-bottom:4px;color:var(--navy);font-size:16px}
.pos2go-points span{display:block;color:var(--muted);font-size:14px;line-height:1.65}
.pos2go-gallery{display:grid;gap:14px}
.pos2go-gallery a{display:block;overflow:hidden;border-radius:15px;border:1px solid var(--line);background:#fff}
.pos2go-gallery img{width:100%;height:auto;display:block;transition:transform .22s ease}
.pos2go-gallery a:hover img{transform:scale(1.012)}
.pos2go-image-main{max-height:585px;overflow:hidden!important}
.pos2go-image-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pos2go-image-row a{max-height:280px;overflow:hidden}

/* Ezy product list removed - header menu is the navigator */
.solution-card-mark{display:none!important}

@media(max-width:960px){
  .clean-hero-grid,.pos2go-feature-grid{grid-template-columns:1fr}
  .hero-product-visual{max-width:680px}
  .pos2go-gallery{max-width:720px}
}
@media(max-width:640px){
  .clean-home-hero{padding:56px 0 54px}
  .hero-product-caption{flex-direction:column}
  .hero-product-caption span{max-width:none;text-align:left}
  .pos2go-image-row{grid-template-columns:1fr}
}


/* ===== HEADER WITHOUT FREE CONSULTATION ===== */
.header .nav{
  gap:28px;
}
.header .nav-links{
  margin-left:auto;
}

/* ===== POS2GO ENQUIRE NOW ===== */
.pos2go-head{
  align-items:flex-start;
  margin-bottom:34px;
}
.pos2go-head .section-title{
  max-width:820px;
}
.pos2go-enquire{
  flex:0 0 auto;
  padding-top:10px;
}
.pos2go-enquire .btn{
  min-width:132px;
  padding:12px 20px;
  font-family:inherit;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  white-space:nowrap;
}

/* ===== HOMEPAGE VISION / MISSION / CORE VALUES ===== */
.company-principles-section{
  padding:72px 0;
  background:#fff;
}
.company-principles{
  display:grid;
  grid-template-columns:1fr 1.15fr 1.25fr;
  gap:0;
}
.principle-column{
  min-width:0;
  padding:8px 34px 8px 0;
}
.principle-column + .principle-column{
  padding-left:34px;
  border-left:1px solid var(--line);
}
.principle-column h2{
  margin:0 0 22px;
  color:var(--navy);
  font-size:30px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.principle-column p{
  margin:0;
  color:#475569;
  font-size:15px;
  line-height:1.85;
}
.principle-list{
  list-style:none;
  padding:0;
  margin:0;
}
.principle-list li{
  position:relative;
  margin:0 0 18px;
  padding-left:20px;
  color:#475569;
  font-size:15px;
  line-height:1.75;
}
.principle-list li:last-child{
  margin-bottom:0;
}
.principle-list li:before{
  content:"»";
  position:absolute;
  left:0;
  top:0;
  color:var(--navy);
  font-weight:900;
}
.principle-list strong{
  color:var(--navy);
  font-weight:700;
}

@media(max-width:900px){
  .pos2go-head{
    display:block;
  }
  .pos2go-enquire{
    padding-top:18px;
  }
  .company-principles{
    grid-template-columns:1fr;
  }
  .principle-column{
    padding:26px 0;
  }
  .principle-column + .principle-column{
    padding-left:0;
    border-left:0;
    border-top:1px solid var(--line);
  }
}


/* ===== EZYPOS PARENT MENU LINK ===== */
.submenu-parent-row{
  display:flex;
  align-items:stretch;
  width:100%;
}
.submenu-main-link{
  flex:1 1 auto;
  min-width:0;
}
.submenu-arrow-button{
  flex:0 0 42px;
  width:42px;
  border:0;
  background:#fff;
  color:#174b88;
  font:inherit;
  font-size:20px;
  font-weight:700;
  cursor:pointer;
}
.submenu-parent-row:hover .submenu-main-link,
.submenu-parent-row:hover .submenu-arrow-button{
  background:#f4f8ff;
  color:#1d4ed8;
}
@media(max-width:900px){
  .submenu-arrow-button{
    border-left:1px solid #e5eaf2;
  }
}

/* ===== EZYPOS RETAIL PACKAGE PAGE ===== */
.compact-page-hero{
  padding:58px 0;
}
.package-page-head{
  align-items:flex-start;
}
.package-page-head > div:first-child{
  max-width:820px;
}
.package-page-head h1{
  margin:8px 0 12px;
  font-size:48px;
  line-height:1.08;
}
.package-page-head p{
  margin:0;
  color:#dbeafe;
  font-size:17px;
  max-width:720px;
}
.package-eyebrow{
  display:block;
  color:#bfdbfe;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.package-enquire{
  padding-top:8px;
}
.package-enquire .btn{
  min-width:132px;
}
.package-section{
  padding-top:62px;
}
.package-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:30px;
}
.package-intro h2{
  margin:0 0 6px;
  color:var(--navy);
  font-size:34px;
}
.package-intro p{
  margin:0;
  color:var(--muted);
}
.package-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.package-card{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 14px 36px rgba(15,23,42,.06);
}
.package-card > a{
  display:block;
  overflow:hidden;
  background:#f7f9fc;
}
.package-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  transition:transform .2s ease;
}
.package-card:hover img{
  transform:scale(1.012);
}
.package-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 22px;
}
.package-card-footer h3{
  margin:0 0 4px;
  color:var(--navy);
  font-size:18px;
}
.package-card-footer p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}
.package-small-link{
  flex:0 0 auto;
  color:var(--blue);
  font-weight:800;
  font-size:14px;
}
.package-small-link:hover{
  text-decoration:underline;
}
@media(max-width:800px){
  .package-page-head,
  .package-intro{
    display:block;
  }
  .package-enquire{
    margin-top:20px;
  }
  .package-grid{
    grid-template-columns:1fr;
  }
  .package-intro .text-link{
    display:inline-block;
    margin-top:14px;
  }
}


/* ===== EZYPOS PACKAGE ROW LAYOUT ===== */
.package-row-list{
  display:grid;
  gap:34px;
}
.package-row{
  display:grid;
  grid-template-columns:minmax(440px,1.08fr) minmax(320px,.92fr);
  gap:36px;
  align-items:center;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 14px 36px rgba(15,23,42,.06);
}
.package-row-image{
  display:block;
  overflow:hidden;
  background:#f7f9fc;
}
.package-row-image img{
  width:100%;
  height:100%;
  min-height:440px;
  object-fit:cover;
  transition:transform .2s ease;
}
.package-row:hover .package-row-image img{
  transform:scale(1.01);
}
.package-row-content{
  padding:36px 40px 36px 0;
}
.package-row-label{
  display:block;
  margin-bottom:10px;
  color:var(--blue);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.package-row-content h3{
  margin:0 0 14px;
  color:var(--navy);
  font-size:28px;
  line-height:1.25;
  letter-spacing:-.02em;
}
.package-row-content p{
  margin:0 0 24px;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}
.package-row-content .btn{
  min-width:132px;
}
@media(max-width:900px){
  .package-row{
    grid-template-columns:1fr;
    gap:0;
  }
  .package-row-image img{
    min-height:0;
    aspect-ratio:1/1;
  }
  .package-row-content{
    padding:26px 24px 28px;
  }
}


/* ===== POS2GO DEDICATED PAGE ===== */
.pos2go-page-hero{
  padding:54px 0;
}
.pos2go-page-hero .page-hero-kicker{
  display:block;
  margin-bottom:10px;
  color:#bfdbfe;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pos2go-page-hero h1{
  margin:0 0 12px;
}
.pos2go-page-hero p{
  margin:0;
  max-width:720px;
}

/* ===== SHORTER KEY FEATURES + COMING SOON ===== */
.ezy-product-page .feature-card p{max-width:760px}
.coming-soon-section{padding:110px 0 130px;background:#fff}
.coming-soon-inner{max-width:760px;margin:0 auto;text-align:center}
.coming-soon-icon{width:180px;height:180px;margin:0 auto 26px;border-radius:22px;background:#0f5ea8;display:grid;place-items:center;padding:34px}
.coming-soon-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}
.coming-soon-badge{display:inline-block;margin-bottom:20px;padding:10px 24px;border-radius:999px;background:#e8f0f8;color:#0f5ea8;font-size:18px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.coming-soon-inner h1{margin:0 0 18px;color:var(--blue);font-size:42px;line-height:1.15}
.coming-soon-inner p{margin:0 auto;max-width:650px;color:#374151;font-size:20px;line-height:1.65}
@media(max-width:640px){.coming-soon-section{padding:80px 0 100px}.coming-soon-icon{width:140px;height:140px}.coming-soon-inner h1{font-size:34px}.coming-soon-inner p{font-size:17px}}
