/*
Theme Name: View 2 Birr
Theme URI: http://wordpress.org/themes/twentythirteen
Author: CH Muneeb
Author URI: http://wordpress.org/
Description: A Project build with 💖
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: view2birr
*/

:root {
  --bg: #080604;
  --bg2: #151009;
  --card: #17110a;
  --card2: #21170d;
  --gold: #ffff00;
  --gold2: #ffff47;
  --green: #2de17f;
  --text: #fff8e7;
  --muted: #c8bfa7;
  --line: rgba(246, 198, 79, 0.22);
  --danger: #ff6655;
  --blue: #38a2ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(246, 198, 79, 0.16),
      transparent 32%
    ),
    radial-gradient(
      circle at 92% 12%,
      rgba(56, 162, 255, 0.11),
      transparent 30%
    ),
    linear-gradient(180deg, #070604 0%, #100b06 42%, #050403 100%);
  color: var(--text);
  font-family:
    "Noto Sans Ethiopic",
    "Abyssinica SIL",
    "Nyala",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1160px, calc(100% - 34px));
  margin: 0 auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 10px 0;
  backdrop-filter: blur(20px);
  background: rgba(8, 6, 4, 0.86);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.2px;
}
.logo {
  width: 130px;
  height: 100%;
  object-fit: contain;
  display: block;
  overflow: hidden;
}
.top-cta {
  border: 1px solid rgba(246, 198, 79, 0.45);
  background: linear-gradient(135deg, var(--gold), #ffff00);
  color: #1b1004;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 35px rgba(246, 198, 79, 0.2);
}
.hero {
  padding: 58px 0 42px;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 44px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(246, 198, 79, 0.36);
  background: rgba(246, 198, 79, 0.08);
  color: var(--gold2);
  border-radius: 999px;
  padding: 9px 15px;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 20px;
}
.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(45, 225, 127, 0.9);
  animation: pulse 1.8s infinite;
  flex: 0 0 auto;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 225, 127, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(45, 225, 127, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 225, 127, 0);
  }
}
h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}
.gold-text {
  background: linear-gradient(135deg, #fff4c2, var(--gold), #ffff00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sub {
  color: #efe2c1;
  font-size: clamp(17px, 2.1vw, 22px);
  margin: 22px 0 0;
  max-width: 760px;
}
.promise {
  margin: 20px 0;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(246, 198, 79, 0.13),
    rgba(45, 225, 127, 0.07)
  );
  border: 1px solid var(--line);
  font-weight: 900;
  color: #fff7dd;
}
.hero-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}
.hero-bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 14px;
  border-radius: 16px;
  color: #f5ecd3;
  font-weight: 750;
}
.check {
  color: var(--green);
  font-weight: 1000;
}
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 18px;
  padding: 15px 22px;
  font-weight: 1000;
  transition:
    0.2s transform,
    0.2s box-shadow,
    0.2s border;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #ffff00);
  color: #170d02;
  box-shadow: 0 18px 52px rgba(246, 198, 79, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(246, 198, 79, 0.36);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 198, 79, 0.28);
  color: #fff2c9;
}
.micro {
  color: #c8bfa7;
  font-size: 13px;
  margin-top: 14px;
  max-width: 650px;
}
.phone-wrap {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}
.orb {
  position: absolute;
  inset: 70px 10px auto auto;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(246, 198, 79, 0.22),
    rgba(246, 198, 79, 0.05),
    transparent 70%
  );
  filter: blur(2px);
}
.phone {
  position: relative;
  width: min(350px, 88vw);
  border-radius: 44px;
  padding: 14px;
  background: linear-gradient(145deg, #393024, #090705);
  box-shadow:
    var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  transform: rotate(2deg);
}
.screen {
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 0, rgba(246, 198, 79, 0.22), transparent 42%),
    linear-gradient(180deg, #110c07, #080604);
  min-height: 570px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
  overflow: hidden;
}
.screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.small-pill {
  font-size: 12px;
  color: #150d03;
  background: var(--green);
  border-radius: 999px;
  padding: 5px 9px;
  font-weight: 1000;
}
.wallet {
  border: 1px solid rgba(246, 198, 79, 0.28);
  background: linear-gradient(
    135deg,
    rgba(246, 198, 79, 0.2),
    rgba(255, 255, 255, 0.03)
  );
  border-radius: 24px;
  padding: 18px;
  margin-bottom: 16px;
}
.wallet span {
  color: var(--muted);
  font-size: 13px;
}
.wallet strong {
  display: block;
  font-size: 34px;
  line-height: 1.1;
  color: var(--gold2);
  margin-top: 8px;
}
.task-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  padding: 13px;
  margin: 10px 0;
}
.task-card b {
  display: block;
  color: #fff9e8;
  margin-bottom: 3px;
}
.task-card small {
  color: var(--muted);
}
.float {
  position: absolute;
  background: rgba(20, 14, 8, 0.88);
  border: 1px solid rgba(246, 198, 79, 0.28);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  padding: 13px 15px;
  font-weight: 900;
  color: #fff4cf;
}
.float.one {
  left: 0;
  top: 90px;
}
.float.two {
  right: -5px;
  bottom: 140px;
}
.float.three {
  left: 18px;
  bottom: 72px;
}
section {
  padding: 72px 0;
}
.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}
.eyebrow {
  color: var(--gold);
  font-weight: 1000;
  margin-bottom: 8px;
}
h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.18;
  letter-spacing: -0.7px;
}
.lead {
  color: var(--muted);
  font-size: 18px;
  margin: 16px auto 0;
  max-width: 800px;
}
.grid {
  display: grid;
  gap: 18px;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.065),
    rgba(255, 255, 255, 0.025)
  );
  border: 1px solid rgba(246, 198, 79, 0.16);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}
.icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(246, 198, 79, 0.13);
  border: 1px solid rgba(246, 198, 79, 0.28);
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 14px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.35;
}
.card p {
  margin: 0;
  color: var(--muted);
}
.problem {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 102, 85, 0.1),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02),
      rgba(246, 198, 79, 0.035)
    );
  border-top: 1px solid rgba(246, 198, 79, 0.08);
  border-bottom: 1px solid rgba(246, 198, 79, 0.08);
}
.quote {
  margin: 30px auto 0;
  max-width: 920px;
  border-left: 5px solid var(--gold);
  background: rgba(246, 198, 79, 0.08);
  border-radius: 24px;
  padding: 22px 26px;
  font-size: 22px;
  font-weight: 950;
  color: #fff4cf;
}
.steps {
  counter-reset: step;
  display: grid;
  gap: 16px;
  max-width: 940px;
  margin: 0 auto;
}
.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(246, 198, 79, 0.15);
}
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gold), #ffff00);
  color: #160d03;
  display: grid;
  place-items: center;
  font-weight: 1000;
  font-size: 22px;
  box-shadow: 0 10px 28px rgba(246, 198, 79, 0.2);
}
.step h3 {
  margin: 0 0 4px;
}
.step p {
  margin: 0;
  color: var(--muted);
}
.task-grid .card {
  padding: 20px;
}
.task-grid .icon {
  width: 42px;
  height: 42px;
  font-size: 22px;
}
.decision {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(246, 198, 79, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(246, 198, 79, 0.12), rgba(255, 255, 255, 0.03));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.decision strong {
  color: var(--gold2);
}
.pricing-wrap {
  align-items: stretch;
}
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.price-card.recommended {
  border-color: rgba(246, 198, 79, 0.58);
  background:
    radial-gradient(circle at 60% 0, rgba(246, 198, 79, 0.22), transparent 38%),
    linear-gradient(
      180deg,
      rgba(246, 198, 79, 0.11),
      rgba(255, 255, 255, 0.035)
    );
  transform: scale(1.03);
  box-shadow: 0 24px 80px rgba(246, 198, 79, 0.14);
}
.rec-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--green), #98ffbf);
  color: #062411;
  font-weight: 1000;
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 12px 34px rgba(45, 225, 127, 0.25);
}
.price-label {
  color: var(--muted);
  font-weight: 850;
}
.price {
  color: var(--gold2);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 1000;
  line-height: 1.05;
  margin: 10px 0;
  letter-spacing: -1px;
}
.includes {
  padding: 0;
  margin: 20px 0 26px;
  list-style: none;
  display: grid;
  gap: 10px;
}
.includes li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #f4ead0;
}
.price-card .btn {
  margin-top: auto;
  width: 100%;
}
.cta-band {
  border: 1px solid rgba(246, 198, 79, 0.32);
  background:
    radial-gradient(circle at 80% 0, rgba(45, 225, 127, 0.11), transparent 35%),
    linear-gradient(135deg, rgba(246, 198, 79, 0.16), rgba(255, 255, 255, 0.04));
  border-radius: 34px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 24px;
  box-shadow: var(--shadow);
}
.cta-band h2 {
  font-size: clamp(28px, 4vw, 46px);
}
.cta-actions {
  display: grid;
  gap: 12px;
}
.faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
details {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(246, 198, 79, 0.14);
  border-radius: 20px;
  padding: 18px 20px;
}
summary {
  cursor: pointer;
  font-weight: 950;
  font-size: 18px;
}
details p {
  color: var(--muted);
  margin: 12px 0 0;
}
.footer {
  padding: 44px 0 112px;
  color: var(--muted);
  border-top: 1px solid rgba(246, 198, 79, 0.12);
  text-align: center;
}
.sticky-mobile {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  background: rgba(8, 6, 4, 0.92);
  border: 1px solid rgba(246, 198, 79, 0.32);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  gap: 8px;
}
.sticky-mobile a {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  border-radius: 16px;
  font-weight: 1000;
  font-size: 13px;
}
.sticky-mobile .local {
  background: rgba(255, 255, 255, 0.07);
  color: #fff4cf;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.sticky-mobile .intl {
  background: linear-gradient(135deg, var(--gold), #ffff00);
  color: #150d03;
}
@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .phone-wrap {
    min-height: 560px;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .cta-band {
    grid-template-columns: 1fr;
  }
  .price-card.recommended {
    transform: none;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1160px);
  }
  .topbar-inner {
    min-height: 58px;
  }
  .brand span {
    font-size: 15px;
  }
  .top-cta {
    padding: 9px 12px;
    font-size: 13px;
  }
  .hero {
    padding: 36px 0 24px;
  }
  .hero-bullets {
    grid-template-columns: 1fr;
  }
  .phone-wrap {
    min-height: 500px;
  }
  .screen {
    min-height: 495px;
  }
  .float {
    font-size: 13px;
  }
  .float.one {
    left: -4px;
    top: 78px;
  }
  .float.two {
    right: -4px;
    bottom: 118px;
  }
  .float.three {
    left: 2px;
    bottom: 52px;
  }
  section {
    padding: 54px 0;
  }
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 20px;
    border-radius: 22px;
  }
  .step {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .cta-band {
    padding: 24px;
    border-radius: 26px;
  }
  .sticky-mobile {
    display: flex;
  }
}
.hero_image img{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}