*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--navy:#0B1F3A;--blue:#1A6BCC;--cyan:#00D1C4;--white:#FFFFFF;--light:#F4F7FB;--text:#2E3A4E;--muted:#6B7A90;--radius:10px;--max:1100px}
body{font-family:'Segoe UI',system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.7}
a{color:var(--blue);text-decoration:none} a:hover{text-decoration:underline}
img{max-width:100%;display:block}
nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 6%;background:var(--navy);position:sticky;top:0;z-index:100;flex-wrap:wrap}
.logo{color:var(--white);font-size:1.5rem;font-weight:700;letter-spacing:1px;flex-shrink:0}
.logo span{color:var(--cyan)} .logo:hover{text-decoration:none}
nav ul{list-style:none;display:flex;gap:1.8rem;flex-wrap:wrap}
nav ul li a{color:var(--white);font-size:.93rem;font-weight:500;opacity:.85;transition:opacity .2s}
nav ul li a:hover,nav ul li a.active{opacity:1;color:var(--cyan);text-decoration:none}
.nav-cta{background:var(--cyan);color:var(--navy)!important;padding:.5rem 1.2rem;border-radius:50px;font-weight:700!important;opacity:1!important;font-size:.9rem;flex-shrink:0}
.nav-cta:hover{background:#00bfb3;text-decoration:none}
.btn{display:inline-block;padding:.8rem 2rem;border-radius:50px;font-weight:700;font-size:.95rem;transition:transform .2s,box-shadow .2s;cursor:pointer}
.btn-primary{background:var(--cyan);color:var(--navy);box-shadow:0 4px 20px rgba(0,209,196,.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(0,209,196,.48);text-decoration:none}
.btn-outline{background:transparent;color:var(--cyan);border:2px solid var(--cyan)}
.btn-outline:hover{background:var(--cyan);color:var(--navy);text-decoration:none;transform:translateY(-2px)}
.hero{background:linear-gradient(135deg,var(--navy) 55%,#0d2e5c 100%);color:var(--white);padding:6rem 6% 5rem;text-align:center}
.page-hero{background:linear-gradient(135deg,var(--navy) 55%,#0d2e5c 100%);color:var(--white);padding:5rem 6% 4rem;text-align:center}
.eyebrow{display:inline-block;background:rgba(0,209,196,.15);color:var(--cyan);font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.3rem .9rem;border-radius:50px;margin-bottom:1.2rem}
.hero h1,.page-hero h1{font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.22;max-width:820px;margin:0 auto 1.1rem}
.hero h1 em,.page-hero h1 em{color:var(--cyan);font-style:normal}
.subheadline{font-size:1.1rem;color:rgba(255,255,255,.78);max-width:640px;margin:0 auto 2.2rem}
.hero-note{margin-top:.9rem;font-size:.8rem;color:rgba(255,255,255,.45)}
.section{padding:5rem 6%} .section-inner{max-width:var(--max);margin:0 auto}
.section-alt{background:var(--light)} .section-dark{background:var(--navy);color:var(--white)}
.section-label{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--blue);margin-bottom:.5rem;display:block}
.section-dark .section-label{color:var(--cyan)}
.section-title{font-size:clamp(1.55rem,2.8vw,2.2rem);font-weight:800;color:var(--navy);margin-bottom:.7rem;line-height:1.3}
.section-dark .section-title{color:var(--white)}
.section-sub{color:var(--muted);max-width:580px;margin:0 auto .8rem;font-size:.97rem}
.section-dark .section-sub{color:rgba(255,255,255,.65)}
.text-center{text-align:center} .mb-3{margin-bottom:3rem}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem}
.card{background:var(--white);border-radius:var(--radius);padding:1.8rem 1.5rem;border-top:4px solid var(--cyan);transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(11,31,58,.1)}
.card-icon{font-size:1.9rem;margin-bottom:.7rem}
.card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}
.card p{font-size:.88rem;color:var(--muted)}
.stat{display:block;font-size:1.55rem;font-weight:800;color:var(--blue);margin-bottom:.25rem}
.post-card{background:var(--white);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(11,31,58,.1)}
.post-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.post-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:.25rem .7rem;border-radius:50px;margin-bottom:.8rem}
.tag-ai{background:rgba(26,107,204,.12);color:var(--blue)}
.tag-web{background:rgba(0,209,196,.12);color:#009e97}
.tag-mkt{background:rgba(255,140,0,.12);color:#b85c00}
.post-card h3{font-size:.97rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.4}
.post-card p{font-size:.85rem;color:var(--muted);flex:1;margin-bottom:1rem}
.post-card a.read-more{font-size:.82rem;font-weight:700;color:var(--blue)}
.post-card a.read-more:hover{text-decoration:underline}
.benefit-list{list-style:none;margin-bottom:1.8rem}
.benefit-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.93rem;color:var(--text);margin-bottom:.8rem}
.benefit-list li::before{content:"\2713";color:var(--cyan);font-weight:800;font-size:1rem;flex-shrink:0;margin-top:.05rem}
.benefit-list strong{color:var(--navy)}
.steps{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}
.step{flex:1;min-width:180px;max-width:240px;text-align:center}
.step-num{width:50px;height:50px;border-radius:50%;background:var(--cyan);color:var(--navy);font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.step h4{font-size:.97rem;font-weight:700;margin-bottom:.4rem}
.step p{font-size:.85rem;color:rgba(255,255,255,.65)}
.proof-grid{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.proof-item{text-align:center;min-width:130px}
.proof-stat{font-size:2.4rem;font-weight:800;color:var(--cyan);display:block;line-height:1.1}
.proof-label{font-size:.82rem;color:rgba(255,255,255,.62);margin-top:.25rem}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:var(--max);margin:0 auto 4rem}
.two-col.reverse{direction:rtl} .two-col.reverse>*{direction:ltr}
.visual-box{background:var(--light);border-radius:var(--radius);padding:3rem 2rem;text-align:center;border-top:5px solid var(--cyan)}
.visual-box .v-icon{font-size:3.5rem;margin-bottom:.8rem}
.visual-box h3{font-size:1.2rem;font-weight:800;color:var(--navy)}
.service-tag{display:inline-block;background:rgba(26,107,204,.1);color:var(--blue);font-size:.72rem;font-weight:700;padding:.22rem .7rem;border-radius:50px;margin-top:.5rem}
.content-col h2{font-size:clamp(1.35rem,2.3vw,1.85rem);font-weight:800;color:var(--navy);margin-bottom:.8rem;line-height:1.3}
.content-col p{color:var(--muted);font-size:.95rem;margin-bottom:1.3rem}
.divider{border:none;border-top:1px solid #e0e8f0;max-width:var(--max);margin:0 auto 4rem}
.article-hero{background:linear-gradient(135deg,var(--navy) 55%,#0d2e5c 100%);color:var(--white);padding:4.5rem 6% 3.5rem;text-align:center}
.article-meta{font-size:.8rem;color:rgba(255,255,255,.5);margin-top:.8rem}
.article-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;max-width:var(--max);margin:3.5rem auto;padding:0 6%}
.article-body h2{font-size:1.35rem;font-weight:800;color:var(--navy);margin:2rem 0 .7rem;line-height:1.35}
.article-body p{font-size:.97rem;color:var(--text);margin-bottom:1.1rem;line-height:1.8}
.article-body ul{margin:0 0 1.1rem 1.2rem}
.article-body ul li{font-size:.95rem;color:var(--text);margin-bottom:.5rem;line-height:1.7}
.article-body strong{color:var(--navy)}
.article-sidebar{position:sticky;top:90px;align-self:start}
.sidebar-box{background:var(--light);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}
.sidebar-box h4{font-size:.85rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}
.sidebar-link{display:block;font-size:.85rem;color:var(--blue);padding:.45rem 0;border-bottom:1px solid #e0e8f0;line-height:1.4}
.sidebar-link:last-child{border-bottom:none} .sidebar-link:hover{text-decoration:underline}
.sidebar-cta{background:var(--navy);border-radius:var(--radius);padding:1.5rem;text-align:center}
.sidebar-cta p{color:rgba(255,255,255,.7);font-size:.85rem;margin-bottom:1rem}
.sidebar-cta h4{color:var(--white);font-size:1rem;font-weight:800;margin-bottom:.5rem}
.cta-section{padding:5rem 6%;text-align:center}
.cta-section h2{font-size:clamp(1.55rem,2.8vw,2.1rem);font-weight:800;color:var(--navy);margin-bottom:.8rem}
.cta-section p{color:var(--muted);max-width:520px;margin:0 auto 2rem}
.gdpr-note{margin-top:.9rem;font-size:.78rem;color:var(--muted)}
footer{background:var(--navy);color:rgba(255,255,255,.5);text-align:center;padding:2rem 6%;font-size:.82rem}
footer a{color:var(--cyan)}
.footer-links{margin-bottom:.6rem;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}}
@media(max-width:768px){.two-col{grid-template-columns:1fr}.two-col.reverse{direction:ltr}}
@media(max-width:520px){nav ul{display:none}.card-grid{grid-template-columns:1fr}}

/* ─── LEGACY CLASSES (index / services / about pages) ─────────────────────── */

/* btn-primary standalone (no .btn wrapper needed) */
.btn-primary{display:inline-block;background:var(--cyan);color:var(--navy);
  padding:.8rem 2rem;border-radius:50px;font-weight:700;font-size:.95rem;
  transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px rgba(0,209,196,.3);cursor:pointer}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(0,209,196,.48);text-decoration:none}

/* hero eyebrow variants */
.hero-eyebrow,.page-eyebrow{display:inline-block;background:rgba(0,209,196,.15);color:var(--cyan);
  font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  padding:.3rem .9rem;border-radius:50px;margin-bottom:1.2rem}

/* proof strip (homepage) */
.proof-strip{background:var(--light);padding:1.2rem 6%;text-align:center;border-bottom:1px solid #e0e8f0}
.proof-strip p{font-size:.87rem;color:var(--muted);font-weight:500}

/* benefits section (homepage) */
.benefits{padding:5rem 6%;text-align:center}
.benefits .section-label,.benefits .section-title,.benefits .section-sub{text-align:center}
.benefits .section-sub{max-width:640px;margin-left:auto;margin-right:auto}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:1.8rem;max-width:var(--max);margin:0 auto}
.benefit-card{text-align:left}
.benefit-card{background:var(--light);border-radius:var(--radius);padding:2rem 1.6rem;
  border-top:4px solid var(--cyan);transition:transform .2s,box-shadow .2s}
.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(11,31,58,.1)}
.benefit-icon{font-size:2rem;margin-bottom:.7rem}
.benefit-card h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}
.benefit-card p{font-size:.9rem;color:var(--muted)}

/* how-it-works section (homepage) */
.how{background:var(--navy);color:var(--white);padding:5rem 6%;text-align:center}
.how .section-label{color:var(--cyan)}
.how .section-title{color:var(--white)}
.how .section-sub{color:rgba(255,255,255,.65)}
.how .steps{max-width:900px;margin:0 auto}
.how .step p{color:rgba(255,255,255,.65)}
.step-number{width:50px;height:50px;border-radius:50%;background:var(--cyan);color:var(--navy);
  font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;
  margin:0 auto 1rem}

/* services page layout */
.services-section{padding:5rem 6%}
.service-block{display:grid;grid-template-columns:1fr 1fr;gap:4rem;
  align-items:center;max-width:var(--max);margin:0 auto 5rem}
.service-block.reverse{direction:rtl}
.service-block.reverse>*{direction:ltr}
.service-visual{background:var(--light);border-radius:var(--radius);
  padding:3rem 2.5rem;text-align:center;border-top:5px solid var(--cyan)}
.service-icon{font-size:3.5rem;margin-bottom:.9rem}
.service-visual h3{font-size:1.25rem;font-weight:800;color:var(--navy)}
.service-content h2{font-size:clamp(1.35rem,2.4vw,1.9rem);font-weight:800;
  color:var(--navy);margin-bottom:.8rem;line-height:1.3}
.service-content p{color:var(--muted);margin-bottom:1.4rem;font-size:.97rem}
.guarantee{background:var(--navy);color:var(--white);padding:3.5rem 6%;text-align:center}
.guarantee h2{font-size:1.7rem;font-weight:800;margin-bottom:.8rem}
.guarantee p{color:rgba(255,255,255,.7);max-width:560px;margin:0 auto;font-size:.97rem}

/* about page */
.story{padding:5rem 6%;max-width:820px;margin:0 auto}
.story .section-label{display:block;margin-bottom:.5rem}
.story h2{font-size:clamp(1.5rem,2.6vw,2rem);font-weight:800;color:var(--navy);
  margin-bottom:1.2rem;line-height:1.3}
.story p{color:var(--muted);font-size:.97rem;margin-bottom:1.1rem}
.story p strong{color:var(--navy)}
.values-section{background:var(--light);padding:5rem 6%;text-align:center}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:1.8rem;max-width:1000px;margin:0 auto}
.value-card{background:var(--white);border-radius:var(--radius);padding:2rem 1.5rem;
  border-top:4px solid var(--cyan);text-align:left;transition:transform .2s,box-shadow .2s}
.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(11,31,58,.1)}
.value-icon{font-size:1.8rem;margin-bottom:.7rem}
.value-card h3{font-size:1rem;font-weight:800;color:var(--navy);margin-bottom:.4rem}
.value-card p{font-size:.88rem;color:var(--muted)}
.usp-section{padding:5rem 6%}
.usp-section .section-label,.usp-section .section-title,.usp-section .section-sub{text-align:center}
.usp-section .section-sub{max-width:580px;margin:0 auto 3rem}
.usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:2rem;max-width:var(--max);margin:0 auto}
.usp-item{display:flex;gap:1rem;align-items:flex-start}
.usp-num{width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--white);
  font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center;
  flex-shrink:0;margin-top:.1rem}
.usp-item h4{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}
.usp-item p{font-size:.88rem;color:var(--muted)}
.proof{background:var(--navy);color:var(--white);padding:4rem 6%;text-align:center}

/* responsive fixes */
@media(max-width:768px){
  .service-block{grid-template-columns:1fr}
  .service-block.reverse{direction:ltr}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .usp-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .benefit-grid{grid-template-columns:1fr}
}

/* ─── CONTACT PAGE ─────────────────────────────────────────────────────────── */
.contact-layout{display:grid;grid-template-columns:1fr 360px;gap:3.5rem;max-width:var(--max);margin:0 auto}
.contact-info-box{background:var(--light);border-radius:var(--radius);padding:2rem 1.8rem}
.contact-info-box h3{font-size:1rem;font-weight:800;color:var(--navy);margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:1px}
.contact-info-box p{font-size:.9rem;color:var(--muted)}
.contact-step{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.2rem}
.contact-step:last-child{margin-bottom:0}
.contact-step-num{width:32px;height:32px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}
.contact-step strong{display:block;font-size:.9rem;color:var(--navy);margin-bottom:.2rem}
.contact-step p{font-size:.85rem;color:var(--muted);margin:0}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.form-group{margin-bottom:1.4rem}
.form-group label{display:block;font-size:.87rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}
.form-group .required{color:var(--blue)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #d0dae8;border-radius:var(--radius);font-size:.95rem;color:var(--text);font-family:inherit;background:var(--white);transition:border-color .2s;-webkit-appearance:none;appearance:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--cyan);box-shadow:0 0 0 3px rgba(0,209,196,.12)}
.form-group textarea{min-height:150px;resize:vertical;line-height:1.6}
.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7A90' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}
.form-honeypot{display:none!important;visibility:hidden!important;position:absolute;left:-9999px;height:0;overflow:hidden}
.form-submit{width:100%;font-size:1rem;padding:.9rem 2rem}
.form-error{background:#fff4f4;border:2px solid #f5c2c2;color:#b30000;padding:1rem 1.4rem;border-radius:var(--radius);margin-bottom:1.5rem;font-size:.9rem;display:none}
.thankyou-icon{font-size:4rem;margin-bottom:1rem}
.thankyou-box{max-width:600px;margin:0 auto;text-align:center;padding:4rem 2rem}
.thankyou-box h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:var(--navy);margin-bottom:.8rem}
.thankyou-box p{color:var(--muted);font-size:1rem;margin-bottom:2rem}
@media(max-width:860px){.contact-layout{grid-template-columns:1fr}}
@media(max-width:560px){.form-row{grid-template-columns:1fr}}
