/* === Vornetra — archanis.com style (light corporate B2B, blue accent, enterprise) === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter','Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.7;color:#333;background:#fff}
a{color:#2563eb;text-decoration:none;transition:color .2s}
a:hover{color:#1d4ed8}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4{font-weight:700;line-height:1.2;color:#0f172a}
h1{font-size:42px;margin-bottom:18px}
h2{font-size:32px;margin-bottom:16px}
h3{font-size:20px;margin-bottom:10px}
p{margin-bottom:16px;color:#555}
.container{max-width:1140px;margin:0 auto;padding:0 28px}
.row{display:flex;flex-wrap:wrap;gap:30px}
.col-2{flex:1 1 calc(50% - 15px)}

/* HEADER — white, logo left, nav right, subtle shadow */
.header{background:#fff;padding:14px 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.header .container{display:flex;justify-content:space-between;align-items:center}
.logo img{height:36px}
.nav-menu{display:flex;gap:24px;align-items:center}
.nav-menu a{font-size:14px;font-weight:500;color:#555;transition:color .2s}
.nav-menu a:hover{color:#2563eb}
.nav-menu .btn-nav{background:#2563eb;color:#fff;padding:10px 22px;border-radius:6px;font-weight:600;font-size:13px}
.nav-menu .btn-nav:hover{background:#1d4ed8;color:#fff}
.mobile-toggle{display:none;background:none;border:none;color:#333;font-size:24px;cursor:pointer}

/* HERO — centered text, light gradient bg */
.hero{padding:100px 0 80px;background:linear-gradient(180deg,#f0f4ff 0%,#fff 100%);text-align:center}
.hero h1{max-width:750px;margin:0 auto 16px;font-size:44px}
.hero .hero-sub{max-width:620px;margin:0 auto 12px;font-size:18px;color:#555}
.hero .hero-sub2{max-width:600px;margin:0 auto 32px;font-size:15px;color:#888}
.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* BUTTONS */
.btn{display:inline-block;padding:13px 28px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}
.btn-primary{background:#2563eb;color:#fff}
.btn-primary:hover{background:#1d4ed8}
.btn-outline{background:#fff;border:2px solid #2563eb;color:#2563eb}
.btn-outline:hover{background:#2563eb;color:#fff}
.btn-full{width:100%;text-align:center}

/* SECTIONS */
.section{padding:70px 0}
.section-gray{background:#f8fafc}
.section-blue{background:#eff6ff}
.section-title{text-align:center;margin-bottom:40px}
.section-title p{max-width:600px;margin:10px auto 0;color:#777}

/* WHY CHOOSE — 2 feature cards with images */
.feature-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px;transition:box-shadow .25s}
.feature-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.06)}
.feature-card img{border-radius:8px;margin-bottom:18px;height:180px;width:100%;object-fit:cover}
.feature-card h3{margin-bottom:8px}
.feature-card p{font-size:15px;color:#666}

/* SERVICE CARDS — 5 cards grid */
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px;transition:border-color .2s,box-shadow .2s}
.service-card:hover{border-color:#2563eb;box-shadow:0 4px 16px rgba(37,99,235,.08)}
.service-card h3{color:#0f172a;margin-bottom:10px;font-size:18px}
.service-card p{font-size:14px;color:#666;margin-bottom:12px}
.service-card ul{padding:0}
.service-card ul li{font-size:13px;color:#777;padding:3px 0 3px 18px;position:relative}
.service-card ul li::before{content:'✓';position:absolute;left:0;color:#2563eb;font-weight:700;font-size:12px}
.service-card .price{font-size:22px;font-weight:700;color:#2563eb;margin-top:14px}
.service-card .price-old{font-size:14px;color:#aaa;text-decoration:line-through;margin-left:8px;font-weight:400}

/* HOW WE DELIVER — 4 step process */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.process-step{position:relative;padding:24px 16px}
.process-num{width:48px;height:48px;background:#eff6ff;border:2px solid #2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:20px;font-weight:700;color:#2563eb}
.process-step h4{margin-bottom:6px;font-size:16px}
.process-step p{font-size:13px;color:#888;margin:0}
.process-step::after{content:'→';position:absolute;right:-14px;top:36px;font-size:20px;color:#cbd5e1}
.process-step:last-child::after{display:none}

/* INDUSTRY EXPERIENCE */
.industry-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.industry-tag{background:#eff6ff;color:#2563eb;padding:8px 20px;border-radius:20px;font-size:13px;font-weight:600}

/* CLIENT OUTCOMES */
.outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.outcome-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;text-align:center}
.outcome-item h3{color:#2563eb;font-size:28px;margin-bottom:4px}
.outcome-item p{font-size:13px;color:#888;margin:0}

/* CTA */
.cta-section{padding:70px 0;text-align:center;background:#0f172a;color:#fff}
.cta-section h2{color:#fff;margin-bottom:14px}
.cta-section p{color:rgba(255,255,255,.6);font-size:17px;max-width:520px;margin:0 auto 28px}
.cta-section .btn-primary{background:#2563eb;font-size:16px;padding:16px 40px}

/* CONTACT GRID */
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.contact-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:24px}
.contact-card h4{color:#2563eb;margin-bottom:10px;font-size:16px}
.contact-card p{font-size:14px;color:#666;margin-bottom:4px}
.contact-card a{color:#2563eb;font-weight:600}

/* FOOTER */
.footer{background:#0f172a;color:rgba(255,255,255,.5);padding:44px 0 20px}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:24px}
.footer h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
.footer p{font-size:14px}
.footer a{color:rgba(255,255,255,.5);transition:color .2s}
.footer a:hover{color:#60a5fa}
.footer-links li{margin-bottom:6px;font-size:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:18px;text-align:center;font-size:12px}
.footer .logo-footer img{height:28px;margin-bottom:10px;filter:brightness(10)}

/* PAGE CONTENT */
.breadcrumb{padding:14px 0;font-size:14px;color:#999}
.breadcrumb a{color:#2563eb}
.breadcrumb span{margin:0 8px;color:#ddd}
.page-content{padding:40px 0 70px}
.page-content h1{margin-bottom:28px}
.page-content h2{font-size:24px;margin-top:28px}
.page-content p{color:#555}
.page-content ul{margin:14px 0 14px 20px}
.page-content ul li{padding:3px 0;list-style:disc;color:#555}
.price-table{width:100%;border-collapse:collapse;font-size:14px;margin-bottom:16px}
.price-table th{background:#eff6ff;color:#0f172a;padding:10px 14px;text-align:left}
.price-table td{padding:10px 14px;border-bottom:1px solid #e5e7eb;color:#555}
.price-table .member-price{color:#2563eb;font-weight:700}
.delivery-list li{padding:8px 0;padding-left:28px;position:relative;color:#555}
.delivery-list li::before{content:'✓';position:absolute;left:0;color:#2563eb;font-weight:700}

/* MODAL */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;align-items:center;justify-content:center}
.modal-overlay.active{display:flex}
.modal{background:#fff;border-radius:16px;padding:36px;max-width:420px;width:90%;position:relative}
.modal-close{position:absolute;top:10px;right:14px;background:none;border:none;font-size:26px;cursor:pointer;color:#999}
.modal h3{color:#0f172a;margin-bottom:18px;text-align:center}
.form-group{margin-bottom:14px}
.form-group label{display:block;font-size:12px;font-weight:600;margin-bottom:5px;color:#888;text-transform:uppercase;letter-spacing:.5px}
.form-group input{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;font-family:inherit}
.form-group input:focus{outline:none;border-color:#2563eb}
.form-submit{width:100%;padding:13px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}
.form-submit:hover{background:#1d4ed8}
.form-note{text-align:center;font-size:12px;color:#aaa;margin-top:10px}
.thankyou-section{padding:120px 0;text-align:center}
.thankyou-section .checkmark{width:72px;height:72px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.thankyou-section .checkmark svg{width:36px;height:36px;fill:#fff}
.thankyou-section h1{color:#2563eb;font-size:32px}

/* RESPONSIVE */
@media(max-width:999px){.service-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.process-step::after{display:none}.feature-cards{grid-template-columns:1fr}.outcomes-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:690px){
  .nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.06);flex-direction:column;padding:16px;gap:12px}
  .nav-menu.open{display:flex}
  .mobile-toggle{display:block}
  .hero h1{font-size:30px}
  .hero{padding:70px 0 50px}
  .service-grid,.process-grid,.outcomes-grid,.contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .row{flex-direction:column}
  .col-2{flex:1 1 100%}
}
