* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  color: #1a1a1a;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* NAVBAR */
.navbar {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.logo {
  font-weight: bold;
  color: #0047ff;
  font-size: 20px;
}
nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.nav-btn {
  background: #0047ff;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
}

/* HERO */
.hero {
  background: linear-gradient(180deg, #0a4bff, #1e6bff);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.subtitle {
  font-weight: bold;
  margin-bottom: 15px;
}
.desc {
  max-width: 700px;
  margin: 0 auto 25px;
  opacity: 0.95;
}

/* BUTTONS */
.primary-btn {
  background: #fff;
  color: #0a4bff;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.secondary-btn {
  background: #0a4bff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

/* SECTIONS */
.section {
  padding: 70px 0;
}
.section.light {
  background: #f6f8fc;
}
.section h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* GRIDS */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* CARDS */
.card, .phone-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.phone-card img {
  max-width: 100%;
  margin-bottom: 15px;
}
.price {
  font-weight: bold;
  margin: 10px 0;
}

/* SUPPORT BOX */
.support-box {
  text-align: center;
  max-width: 800px;
}

/* FAQ */
.faq details {
  background: #fff;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 8px;
}
.faq summary {
  font-weight: bold;
  cursor: pointer;
}

/* FOOTER */
.footer {
  background: #0b1d3a;
  color: #fff;
  padding: 50px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.big-number {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}
.primary-btn.small {
  padding: 10px 16px;
}

/* TOP BAR */
.top-bar {
  background: #eef4ff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.top-bar a {
  color: #0a4bff;
  font-weight: bold;
  text-decoration: none;
}

/* LOGO */
.logo span {
  display: block;
  font-size: 12px;
  color: #666;
}

/* HERO */
.hero {
  background: linear-gradient(180deg, #163fda 0%, #1e5bff 70%, #ffffff 100%);
  padding: 90px 20px 140px;
  text-align: center;
  color: #fff;
}

.hero-inner {
  max-width: 850px;
  margin: auto;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
}

.hero-btn {
  display: inline-block;
  margin: 30px 0 20px;
  padding: 14px 28px;
  background: #fff;
  color: #163fda;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.hero-note {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 25px;
}

.hero-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.hero-tags span {
  background: rgba(255,255,255,0.15);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.hero-time {
  font-size: 14px;
  margin-bottom: 15px;
}

.hero-small {
  font-size: 12px;
  opacity: 0.8;
  max-width: 600px;
  display: block;
  margin: auto;
}


/* HOW WE HELP */
.help-section {
  padding: 80px 0;
  background: #fff;
}

.help-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.help-text {
  max-width: 650px;
}

.help-label {
  font-size: 13px;
  font-weight: 700;
  color: #1e5bff;
  letter-spacing: 1px;
}

.help-text h2 {
  font-size: 36px;
  margin: 12px 0 20px;
}

.help-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.help-call-btn {
  background: #1e5bff;
  color: #fff;
  padding: 14px 24px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  white-space: nowrap;
}

/* CARDS */
.help-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  border: 1px solid #e6ecff;
}

.help-card {
  padding: 30px 28px;
  border-right: 1px solid #e6ecff;
}

.help-card:last-child {
  border-right: none;
}

.help-card .icon {
  width: 42px;
  height: 42px;
  background: #edf2ff;
  color: #1e5bff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.help-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.help-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.help-card a {
  font-weight: 600;
  color: #1e5bff;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .help-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .help-call-btn {
    margin-top: 20px;
  }
  .help-cards {
    border: none;
  }
  .help-card {
    border-right: none;
    border-bottom: 1px solid #e6ecff;
  }
}

.upgrade-section {
  padding: 100px 0;
  background: #f8fafc;
}

.upgrade-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.upgrade-header h2 {
  font-size: 36px;
  margin-bottom: 12px;
}
.upgrade-header p {
  color: #444;
}
.upgrade-header small {
  display: block;
  margin-top: 8px;
  color: #777;
  font-size: 13px;
}

.upgrade-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}

/* CARD */
.upgrade-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  border: 1px solid #e6ecff;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}

.upgrade-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,.08);
}

.upgrade-card.featured {
  border: 2px solid #1e5bff;
}

.pill {
  align-self: flex-start;
  background: #1e5bff;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.pill.light {
  background: #eef3ff;
  color: #1e5bff;
}

.img-wrap {
  background: #f3f6ff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 18px;
}
.img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.upgrade-card h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.model-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 14px;
}

.price {
  background: #f5f7ff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 16px;
}
.price strong {
  font-size: 22px;
  color: #1e5bff;
}
.price span {
  font-size: 13px;
}
.price small {
  display: block;
  font-size: 12px;
  color: #666;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.features li {
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
}

/* CTA */
.cta {
  margin-top: auto;
  text-align: center;
  background: #0f172a;
  color: #fff;
  padding: 13px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
}
.cta.primary {
  background: #1e5bff;
}


/* PHONE SUPPORT SECTION */
.phone-support-section {
  padding: 100px 0;
  background: #ffffff;
}

.support-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.support-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f97316;
}

.support-text h2 {
  font-size: 36px;
  margin: 10px 0 14px;
}
.support-text h2 span {
  color: #1e5bff;
}

.support-text p {
  max-width: 560px;
  color: #444;
  line-height: 1.7;
}

.call-btn {
  background: #1e5bff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(30,91,255,.25);
  white-space: nowrap;
}

/* GRID */
.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  border: 1px solid #e6ecff;
}

/* CARD */
.support-card {
  padding: 30px;
  border-right: 1px solid #e6ecff;
}

.support-card:last-child {
  border-right: none;
}

.support-card .icon {
  width: 42px;
  height: 42px;
  background: #edf2ff;
  color: #1e5bff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.support-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.support-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 18px;
}

.support-card a {
  font-weight: 600;
  color: #1e5bff;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .support-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .support-grid {
    border: none;
  }
  .support-card {
    border-right: none;
    border-bottom: 1px solid #e6ecff;
  }
}


/* FAQ SECTION */
.faq-section {
  padding: 100px 0;
  background: #f8fafc;
}

.faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.faq-header h2 {
  font-size: 34px;
  margin-bottom: 8px;
}
.faq-header p {
  color: #555;
}

/* FAQ BOX */
.faq-box {
  max-width: 760px;
  margin: 0 auto 70px;
  background: #fff;
  border: 1px solid #e6ecff;
  border-radius: 16px;
  overflow: hidden;
}

.faq-box details {
  border-bottom: 1px solid #e6ecff;
  padding: 18px 22px;
}
.faq-box details:last-child {
  border-bottom: none;
}

.faq-box summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}
.faq-box summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #1e5bff;
}
.faq-box details[open] summary::after {
  content: "−";
}

.faq-box p {
  margin-top: 12px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* CTA */
.faq-cta {
  max-width: 520px;
  margin: auto;
  background: #fff;
  border: 1px solid #e6ecff;
  border-radius: 18px;
  padding: 40px;
  text-align: center;
}
.faq-cta h3 {
  margin-bottom: 10px;
}
.faq-cta p {
  color: #444;
  margin-bottom: 10px;
}
.faq-cta small {
  display: block;
  color: #777;
  margin-bottom: 20px;
}

.cta-btn {
  display: inline-block;
  background: #1e5bff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(30,91,255,.25);
}


/* CONTACT SECTION */
.contact-section {
  padding: 100px 0;
  background: #ffffff;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}
.contact-header h2 {
  font-size: 34px;
  margin-bottom: 8px;
}
.contact-header p {
  color: #555;
}

/* CONTACT GRID */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* CARDS */
.contact-card {
  background: #fff;
  border: 1px solid #e6ecff;
  border-radius: 18px;
  padding: 32px;
}

.contact-card.primary {
  text-align: center;
}

.contact-card .icon {
  width: 46px;
  height: 46px;
  background: #edf2ff;
  color: #1e5bff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 auto 18px;
}

.contact-card h4 {
  margin-bottom: 10px;
}

.contact-meta strong {
  display: block;
  font-size: 22px;
  color: #1e5bff;
  margin: 10px 0;
}

.contact-meta small {
  display: block;
  color: #777;
  font-size: 12px;
  margin-bottom: 18px;
}

.contact-btn {
  display: inline-block;
  background: #1e5bff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(30,91,255,.25);
}

.location {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
}

/* FOOTER */
.site-footer {
  background: #f8fafc;
  padding: 70px 0 30px;
  margin-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.footer-icon {
  width: 42px;
  height: 42px;
  background: #edf2ff;
  color: #1e5bff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.site-footer h5 {
  margin-bottom: 6px;
}

.site-footer p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.site-footer a {
  font-weight: 600;
  color: #1e5bff;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid #e6ecff;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom a {
  margin: 0 10px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* LEGAL / DISCLAIMER SECTION */
.legal-section {
  padding: 70px 0 90px;
  background: #f8fafc;
}

/* IMPORTANT NOTICE */
.important-notice {
  display: flex;
  gap: 18px;
  background: #fff7e6;
  border: 1px solid #facc15;
  border-radius: 14px;
  padding: 26px;
  margin-bottom: 50px;
}

.notice-icon {
  font-size: 22px;
  color: #f97316;
  line-height: 1;
  margin-top: 4px;
}

.notice-text h4 {
  color: #f97316;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: .5px;
}

.notice-text p {
  font-size: 14px;
  color: #7a3e00;
  line-height: 1.6;
  margin-bottom: 10px;
}

.notice-warning {
  font-weight: 700;
  color: #9a3412;
}

/* COMPANY INFO */
.company-info {
  text-align: center;
  margin-bottom: 40px;
}

.company-info p {
  margin-bottom: 6px;
  color: #444;
}

.company-info .uk {
  font-size: 13px;
  color: #64748b;
}

/* LEGAL TEXT */
.legal-text {
  max-width: 920px;
  margin: auto;
  font-size: 13px;
  color: #475569;
  line-height: 1.7;
}

.legal-text p {
  margin-bottom: 16px;
}

/* MOBILE */
@media (max-width: 768px) {
  .important-notice {
    flex-direction: column;
  }
}

/* MOBILE CALL BAR */
.mobile-call-bar{
  display:none;
}

/* SHOW ONLY ON MOBILE */
@media (max-width: 768px){
  .mobile-call-bar{
    display:flex;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#ffffff;
    border-top:1px solid #e5e7eb;
    padding:10px 14px;
    align-items:center;
    justify-content:space-between;
    z-index:9999;
    box-shadow:0 -6px 20px rgba(0,0,0,0.08);
  }
}

/* STATUS */
.status{
  display:flex;
  align-items:center;
  gap:10px;
}

.status strong{
  font-size:13px;
  color:#16a34a;
}

.status small{
  font-size:11px;
  color:#6b7280;
}

/* GREEN DOT */
.dot{
  width:10px;
  height:10px;
  background:#22c55e;
  border-radius:50%;
  animation:pulse 1.5s infinite;
}

/* CALL BUTTON */
.call-btn{
  background:#1d4ed8;
  color:#fff;
  text-decoration:none;
  padding:10px 18px;
  border-radius:30px;
  font-weight:600;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:6px;
}

/* PULSE ANIMATION */
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(34,197,94,.6); }
  70%{ box-shadow:0 0 0 10px rgba(34,197,94,0); }
  100%{ box-shadow:0 0 0 0 rgba(34,197,94,0); }
}

.help-link{
  color:#1d4ed8;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
}

.help-link:hover{
  text-decoration:underline;
}

/* RESPONSIVE FIX */
.container{
  max-width:1200px;
  margin:auto;
  padding:0 16px;
}

img{
  max-width:100%;
  height:auto;
}

/* GRID FIX */
.help-cards,
.support-grid,
.upgrade-grid,
.contact-grid,
.footer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

/* HERO */
.hero-inner{
  max-width:900px;
  margin:auto;
  padding:0 16px;
}

/* MOBILE TEXT */
@media(max-width:768px){
  h1{font-size:28px!important;}
  h2{font-size:24px!important;}
  h3{font-size:18px!important;}
  p{font-size:15px!important;}

  nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    display:none;
    flex-direction:column;
    padding:20px;
  }
  nav.active{display:flex;}
}

/* WHATSAPP FLOAT */
.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:90px;
  width:56px;
  height:56px;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  box-shadow:0 10px 25px rgba(0,0,0,.3);
  z-index:9999;
  text-decoration:none;
}

/* MOBILE CALL BAR */
.mobile-call-bar{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#0b4de8;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 14px;
  z-index:999;
}

.mobile-call-bar .dot{
  width:8px;
  height:8px;
  background:#22c55e;
  border-radius:50%;
  display:inline-block;
  margin-right:6px;
}

.mobile-call-bar a{
  background:#fff;
  color:#0b4de8;
  padding:8px 14px;
  border-radius:6px;
  font-weight:700;
  text-decoration:none;
}

@media(min-width:769px){
  .mobile-call-bar{display:none;}
}
