 
/* Blog CSS Import - removed (file not found) */

:root{
  --bg: #f8fafc;
  --bg-elev: #ffffff;
  --card: #ffffff;
  --text: #000000;
  --muted: #6b7280;
  --accent: #2563eb;
  --accent-2: #10b981;
  --border: #e5e7eb;
  --shadow: 0 6px 24px rgba(15,23,42,.08);
  --container-max: 1100px;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 18px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 0px;
  --space-8: 40px;
}

 

 

 

 
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
html{overflow-y:scroll}
img{display:block}
a,button,input,textarea{font-family:inherit}
h1,h2,h3,h4{color:var(--text);line-height:1.25;margin:0 0 var(--space-3) 0}
h1{font-size:clamp(26px, 2.4vw, 34px)}
h2{font-size:clamp(20px, 2vw, 26px)}
h3{font-size:clamp(18px, 1.6vw, 22px)}
p{margin:0 0 var(--space-3) 0}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}

.container{max-width:var(--container-max);margin:0 auto;padding:var(--space-5)}

.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--border);z-index:10}
.header-inner{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-4)}
.header-inner{min-height:64px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand .logo-img{height:40px;width:auto;object-fit:contain}
.brand .logo-img{aspect-ratio:4/1}
.brand .brand-text{font-weight:600;letter-spacing:.2px}
.menu-toggle{display:none;background:#fff;border:1px solid var(--border);color:#0f172a;border-radius:8px;padding:8px;line-height:1;font-size:18px;width:42px;height:42px;display:none;align-items:center;justify-content:center;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.menu-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.nav{display:flex;align-items:center;gap:var(--space-4);flex:1 1 auto;justify-content:flex-end;white-space:nowrap;overflow:visible;min-height:42px}
.nav a{margin-left:0;color:var(--muted);flex:0 0 auto;min-height:24px;display:inline-flex;align-items:center;line-height:1;padding:var(--space-2) var(--space-3);border-radius:8px}
.nav a:hover{background:#f1f5f9;color:#0f172a}
.nav a:hover{color:var(--text)}
.nav .dropdown{margin-left:0}
.lang-switch{position:relative}
/* Dropdown */
.nav .dropdown{position:relative;margin-left:16px}
.dropdown-toggle{cursor:pointer;color:var(--muted);display:inline-flex;align-items:center;gap:6px}
.dropdown-toggle::after{content:'▾';font-size:10px;opacity:.8}
.dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;min-width:220px;padding:8px;box-shadow:0 14px 30px rgba(0,0,0,.35);z-index:20}
.dropdown:hover .dropdown-menu{display:block}
.dropdown.open .dropdown-menu{display:block}
.dropdown-menu a{display:block;padding:8px 10px;border-radius:8px;color:var(--text)}
.dropdown-menu a:hover{background:#121723}
.dropdown-menu .menu-title{color:var(--muted);font-size:12px;padding:4px 10px 8px}
.dropdown-menu .more-link{color:#b9c1d2;font-size:13px}

.site-main{padding-top:10px;min-height:70vh}

/* Desktop forcing */
@media (min-width:769px){
  .menu-toggle{display:none !important}
  .nav{position:static;display:flex !important;flex-direction:row;height:auto;box-shadow:none;background:transparent}
  .menu-backdrop{display:none !important}
}

.hero,.country-hero,.number-hero{margin:var(--space-7) 0}
.hero h1,.country-hero h1,.number-hero h1{margin:0 0 6px 0;font-size:28px}
.hero p{color:var(--text)}
.country-hero p{color:var(--text)}
.number-hero p{color:var(--text)}

.overview{margin:var(--space-6) 0 var(--space-7);padding:22px;border-radius:var(--radius-xl);background:var(--bg-elev);border:1px solid var(--border);min-height:400px !important;height:auto !important;}
.overview .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}
.overview .stat{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);text-align:center;box-shadow:var(--shadow)}
.overview .stat{min-height:120px}
.overview .stat::after{content:'';position:absolute;inset:auto -20% -40% -20%;height:50px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transform:skewY(-8deg)}
.overview .stat-icon{font-size:22px;margin-bottom:6px;opacity:.9}
.overview .stat-value{font-size:28px;font-weight:800;letter-spacing:.4px;line-height:1}
.overview .stat-label{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.8px;line-height:1}
.overview .overview-content{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:center}
.overview .overview-content .text{min-height:200px !important;height:auto !important}
.overview .overview-content .text p{color:var(--text)}
.overview .chips{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:10px 0 0;padding:0;list-style:none;min-height:34px}
.chips{min-height:60px !important;display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.overview .chips li{border:1px solid var(--border);background:#f3f4f6;border-radius:999px;padding:6px 10px;font-size:12px;color:#334155}
.overview .overview-content .image-slot{min-height:200px;border:2px dashed var(--border);border-radius:14px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#6e7482}
.overview .overview-content .image-slot img{display:block}
.overview .overview-content .image-hint{text-align:center;font-size:13px}

.grid{display:grid;gap:var(--space-4)}
.grid-countries{grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); min-height: 400px !important; height: auto !important;}
.grid-numbers{grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); min-height: 300px !important; height: auto !important;}
.featured{margin:26px 0}

.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow);transition:transform .18s ease, border-color .2s ease, box-shadow .2s ease}
.card:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 16px 36px rgba(15,23,42,.12)}

/* Country card styles moved to CLS section above */
.country-flag{width:40px;height:28px;display:flex;align-items:center;justify-content:center;margin-right:4px}
.country-flag .flag-img{width:40px;height:28px;border-radius:6px;border:1px solid var(--border);background:#fff;aspect-ratio:40/28}
.country-flag .flag-emoji{font-size:28px}
.country-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.country-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:20px;display:inline-flex;gap:8px;align-items:center}
.country-stats{color:var(--muted);font-size:14px;margin-top:0;display:inline-flex;gap:6px;align-items:center;min-height:20px;white-space:nowrap}

/* Old number-card rules removed - using new CLS-optimized rules below */
.badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:600;background:#eef2ff;border:1px solid #c7d2fe;color:#1e3a8a}
.op-logo{width:18px;height:18px;display:inline-block;vertical-align:middle}
.op-logo{aspect-ratio:1/1}
.op-fallback{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;border:1px solid var(--border);background:#f3f4f6;color:#111827;font-size:11px;font-weight:700}

.number-hero{display:flex;flex-direction:column;align-items:center;text-align:center}
.number-hero .number-heading{display:flex;align-items:center;justify-content:center;gap:10px}
.country-hero{display:flex;flex-direction:column;align-items:center;text-align:center}
.country-hero h1{display:flex;align-items:center;gap:10px;justify-content:center}
/* Country flag styles already defined above */
.number-meta{color:var(--muted);display:flex;gap:var(--space-2);align-items:center;margin:6px 0 12px;justify-content:center;min-height:22px}

.btn{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#0a0d12;border:0;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.btn:hover{filter:brightness(1.05)}

.sms-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}
.sms-item{background:#ffffff;border:1px solid #d1d5db;border-radius:var(--radius);padding:var(--space-3);box-shadow:0 6px 18px rgba(15,23,42,.08);transition:transform .18s ease, box-shadow .2s ease}
.sms-item:hover{box-shadow:0 10px 28px rgba(15,23,42,.12);transform:translateY(-2px)}
.sms-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.sms-sender{font-weight:600}
.sms-time{color:var(--muted);font-size:13px}
.sms-text{color:#000000;word-break:break-word}
.disclaimer-list{margin:10px 0 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}
.disclaimer-list li{display:flex;align-items:flex-start;gap:8px;color:#1f2937}
.disclaimer-list .star{color:#ffd166}

.site-footer{border-top:1px solid var(--border);margin-top:24px;background:#fff}
.site-footer a{color:#334155}
.site-footer a:hover{color:#0f172a}

/* Skip link */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:fixed;left:16px;top:16px;width:auto;height:auto;background:#fff;border:1px solid var(--border);padding:8px 10px;border-radius:8px;z-index:2000;box-shadow:0 6px 18px rgba(15,23,42,.15)}
.footer-inner{color:var(--muted);font-size:14px}

/* Ortak SSS accordion */
.accordion{margin:var(--space-4) 0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-elev)}
.accordion-item+.accordion-item{border-top:1px solid var(--border)}
.accordion-header{margin:0}
.accordion-button{width:100%;text-align:left;padding:12px 14px;background:transparent;border:0;color:var(--text);font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.accordion-button:hover{background:#f8fafc}
.accordion-button .chev{transition:transform .2s ease}
.accordion-item.open .chev{transform:rotate(180deg)}
.accordion-panel{max-height:0;overflow:hidden;transition:max-height .25s ease;padding:0 14px}
.accordion-item.open .accordion-panel{padding:10px 14px;max-height:400px}
.accordion-item{background:#fff}
.accordion-item.open{background:#f8fafc}
.accordion-panel p{color:#374151;margin:0}
/* Footer dropdown */
.footer-inner .footer-dropdown{position:relative}
.footer-inner .footer-dropdown .dropdown-menu{left:auto;right:0}

.seo-content{margin-top:20px;background:var(--bg-elev);border:1px solid var(--border);border-radius:12px;padding:16px;color:#111827;min-height:200px !important;height:auto !important}
.seo-content h2,.seo-content h3{margin:0 0 10px 0}
.seo-content p{color:var(--text);line-height:1.6}
.seo-content ul{margin:10px 0 10px 20px}

.breadcrumbs{margin:14px 0;color:var(--muted);font-size:14px}
.breadcrumbs{min-height:22px}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.breadcrumbs li{display:flex;gap:8px;align-items:center}
.breadcrumbs li:not(:last-child)::after{content:'›';opacity:.6}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs a:hover{color:var(--text)}


@media (max-width:768px){
  .container{padding:16px}
  .brand .logo-img{height:32px}
  .grid-countries,.grid-numbers{grid-template-columns:1fr !important}
  .overview .overview-content{grid-template-columns:1fr}
  .header-inner{justify-content:flex-start; position:relative}
  .site-header{position:static}
  .brand .logo-img{width:120px;height:auto}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;position:absolute;right:16px;top:16px;z-index:1201}
  .lang-switch{position:absolute;right:60px;top:16px;z-index:1201}
  .lang-switch .btn{min-width:42px;min-height:42px;padding:10px}
  .nav{position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background:var(--bg-elev);border-left:1px solid var(--border);box-shadow: -8px 0 30px rgba(0,0,0,.35);display:none !important;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:16px 12px;gap:6px;z-index:1000;overflow-y:auto}
  .nav.open{display:flex !important}
  .pagination{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important}
  .pagination .btn,.pagination .badge{display:inline-flex !important;float:none !important;clear:none !important}
  .nav a{display:block;width:100%;padding:12px 10px;margin:0;border-radius:8px;color:var(--text);background:transparent;border:1px solid transparent}
  .nav a:hover{background:#121723;border-color:#2a3142}
  .menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(2px);z-index:20}
  .menu-backdrop[hidden]{display:none}
}

/* CLS Prevention - Fixed dimensions and layout stability */
.country-card {
  min-height: 96px !important;
  height: 96px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.number-card {
  min-height: 120px !important;
  height: 120px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.country-name, .country-stats {
  line-height: 20px;
  min-height: 20px;
}

.number-card .number-top {
  min-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.number-card .number-bottom {
  min-height: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.number-card .e164 {
  min-height: 24px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
}

.number-card .provider {
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
}

.number-card .op-fallback {
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}

.number-card .last-active {
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #9ca3af;
}

.numbers-section {
  order: 5;
  min-height: 200px !important;
  height: auto !important;
}



.image-slot {
  width: 100%;
  height: 0;
  padding-bottom: 57.17%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.image-slot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Grid min-heights already defined above */

.country-flag {
  min-height: 24px;
  display: flex;
  align-items: center;
}

.country-name-mini {
  line-height: 20px;
}

.lang-flag {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  margin: 0;
  list-style: none;
  min-width: 180px;
  z-index: 1000;
  display: none;
}

.lang-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  text-decoration: none;
  color: #222;
}

.lang-flag-small {
  width: 16px;
  height: 16px;
}

.lang-active {
  margin-left: auto;
  color: #0a7;
}

.footer-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-player {
  width: 100%;
  border-radius: 8px;
  background: #000;
}

.seo-video {
  margin-top: 24px;
}

.video-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.ad-content {
  display: block;
  width: 100%;
  height: 250px;
}

/* Prevent layout shift for images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Skeleton loading for dynamic content */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Fixed dimensions for critical elements */
.hero {
  min-height: 50px;
  padding: 40px 0;
}

/* Overview CLS prevention - using main rules above */


/* Number actions */
.number-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  justify-content: center;
}

/* Ad container */
.ad-container {
  min-height: 250px;
  width: 100%;
  max-width: 728px;
  margin: 20px auto;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer styles */
.footer-main {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Pagination - force horizontal layout */
.pagination {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.pagination .btn,
.pagination .badge {
  flex-shrink: 0 !important;
  min-width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  float: none !important;
  clear: none !important;
}

.pagination .btn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.pagination .badge {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border: none;
}


