/*
Theme Name: Three Mobile Deal
Theme URI: https://threemobiledeal.shop/
Author: Custom Build
Description: Professional all-in-one WordPress theme for Three Mobile Deal (SIM cards & phone monthly plans).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: three-mobile-deal
*/
body {margin:0;font-family:'Segoe UI',Tahoma,sans-serif;background:#f9fafb;color:#111827;}
header {background:#1d4ed8;padding:15px 20px;color:white;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
header h1 {margin:0;font-size:1.5rem;}
nav a {color:white;margin:0 12px;text-decoration:none;font-weight:500;}
.hero {background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white;text-align:center;padding:100px 20px;}
.hero h2 {font-size:2.5rem;margin-bottom:15px;}
.hero p {font-size:1.2rem;}
.hero a.call-btn {background:#10b981;padding:15px 35px;color:white;text-decoration:none;font-size:1.2rem;border-radius:8px;display:inline-block;margin-top:20px;}
.hero a.call-btn:hover {background:#059669;}
section {padding:70px 20px;max-width:1100px;margin:auto;text-align:center;}
section h3 {font-size:2rem;margin-bottom:20px;}
.plans {display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;}
.plan-card {background:white;border:1px solid #e5e7eb;padding:20px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.05);}
footer {background:#111827;color:#d1d5db;padding:40px 20px;font-size:0.95rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;}
footer .links a {color:#d1d5db;display:block;margin-bottom:8px;text-decoration:none;}
footer .links a:hover {text-decoration:underline;}
footer .contact {line-height:1.6;}
