
/*
Theme Name: MsEsim
Theme URI: https://example.com/msesim
Author: MsEsim
Description: Premium minimalist eSIM provider theme for MsEsim (global eSIM, virtual numbers, calling plans)
Version: 1.0
License: GPLv2 or later
Text Domain: msesim
*/

:root{
  --primary:#1e6bff;
  --dark:#0f172a;
  --light:#f8fafc;
}

body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background:var(--light);
  color:#111;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

header{
  background:white;
  border-bottom:1px solid #eee;
}

.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
}

.logo{
  font-weight:700;
  font-size:22px;
  color:var(--primary);
}

.btn{
  background:var(--primary);
  color:white;
  padding:10px 16px;
  border-radius:8px;
  text-decoration:none;
}

.hero{
  padding:80px 0;
  text-align:center;
}

.hero h1{
  font-size:42px;
  margin-bottom:20px;
}

.search-box{
  margin-top:25px;
}

.search-box input{
  padding:14px;
  width:320px;
  border-radius:8px;
  border:1px solid #ddd;
}

.products{
  padding:60px 0;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.card{
  background:white;
  padding:20px;
  border-radius:12px;
  border:1px solid #eee;
}

.price{
  color:var(--primary);
  font-weight:700;
  font-size:20px;
}
