*{box-sizing:border-box}
:root{
  --green:#073d2a;
  --green2:#0d6042;
  --gold:#d9a514;
  --light:#f7f8f5;
  --text:#17382b;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,"Noto Sans Gujarati",sans-serif;
  background:var(--light);
  color:var(--text);
}
.container{width:min(1120px,92%);margin:auto}


/* =========================================================
   Premium Header
   ========================================================= */
.site-header{
  background:#fff;
  border-bottom:1px solid #e7ece8;
  position:relative;
  z-index:10;
}
.top-strip{
  background:var(--green);
  color:rgba(255,255,255,.78);
  min-height:30px;
  font-size:9px;
  letter-spacing:1.25px;
  font-weight:700;
}
.strip-inner{
  min-height:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}
.live-dot{
  color:#f2c53b;
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.live-dot i{
  width:6px;height:6px;border-radius:50%;
  background:#f2c53b;
  display:inline-block;
  box-shadow:0 0 0 3px rgba(242,197,59,.12);
}
.nav{
  height:88px;
}
.brand{
  gap:12px;
}
.brand-mark{
  width:53px;height:53px;
  border-radius:13px;
  background:linear-gradient(145deg,#f7f8f5,#fff);
  border:1px solid #e2e9e4;
  display:grid;
  place-items:center;
  box-shadow:0 5px 18px rgba(7,61,42,.08);
}
.brand-mark .logo{
  width:47px;
  max-height:47px;
  object-fit:contain;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.brand-copy .page-name{
  border:0;
  padding:0;
  font-size:19px;
  line-height:1;
  letter-spacing:.1px;
}
.brand-copy small{
  color:#7a8881;
  font-size:9px;
  letter-spacing:1.1px;
  text-transform:uppercase;
  font-weight:700;
}
.nav-center{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:auto;
  margin-right:18px;
}
.nav-label{
  color:#849089;
  font-size:9px;
  letter-spacing:1.5px;
  font-weight:800;
}
.nav-line{
  width:34px;
  height:1px;
  background:#dfe6e1;
}
.nav-right{
  gap:8px;
}
.social{
  width:38px;
  height:38px;
  background:#f8faf8;
  border-color:#dfe6e1;
}

/* Header */
header{
  background:#fff;
  border-bottom:1px solid #e8ece9;
}
.nav{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{display:flex;align-items:center;gap:13px}
.logo{width:145px;display:block}
.page-name{
  font-size:17px;font-weight:800;color:var(--green);
  padding-left:13px;border-left:1px solid #dfe5e1;
}
.nav-right{
  display:flex;
  align-items:center;
  gap:12px;
  color:#64736c;
  font-size:14px;
  font-weight:600;
}
.social{
  width:36px;height:36px;border:1px solid #dfe5e1;
  border-radius:50%;display:grid;place-items:center;
  color:var(--green);text-decoration:none;background:#fff;
  transition:.2s ease;
}
.social:hover{border-color:var(--gold);transform:translateY(-1px)}
.social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.social[aria-label="Facebook"] svg{fill:currentColor;stroke:none}

/* Hero */
.hero{
  background:linear-gradient(135deg,var(--green),#0b5138);
  min-height:570px;
  display:flex;
  align-items:center;
}
.hero-inner{
  width:min(1120px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:60px;
  align-items:center;
}
.tag{
  color:#e7bd39;
  font-size:13px;
  letter-spacing:2px;
  font-weight:700;
  text-transform:uppercase;
}
h1{
  color:#fff;
  font-size:clamp(44px,6vw,72px);
  line-height:1.08;
  margin:18px 0;
  font-weight:800;
}
h1 span{color:#e7b92b}
.hero p{
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.7;
  max-width:580px;
}
.links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:28px 0;
}
.links span{
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  padding:9px 13px;
  border-radius:7px;
  font-size:13px;
}
.notify{
  display:flex;
  max-width:510px;
  margin-top:26px;
}
.notify input{
  flex:1;
  min-width:0;
  padding:16px 17px;
  border:0;
  outline:0;
  border-radius:8px 0 0 8px;
  font-size:14px;
}
.notify button{
  border:0;
  padding:0 22px;
  background:var(--gold);
  color:#17321f;
  font-weight:800;
  border-radius:0 8px 8px 0;
  cursor:pointer;
}
.small{
  margin-top:9px!important;
  font-size:12px!important;
  color:rgba(255,255,255,.48)!important;
}

/* Logo presentation */
.visual{
  display:flex;
  justify-content:center;
}
.logo-card{
  width:min(390px,100%);
  background:#fff;
  border-radius:20px;
  padding:35px;
  box-shadow:0 25px 60px rgba(0,0,0,.2);
  text-align:center;
}
.logo-card img{
  width:100%;
  max-width:300px;
}
.coming{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e8ece9;
  font-size:24px;
  font-weight:800;
  color:var(--green);
}
.coming small{
  display:block;
  margin-top:6px;
  color:#77857e;
  font-size:13px;
  font-weight:500;
}

/* Features */
.features{
  background:#fff;
  padding:65px 0;
}
.section-title{text-align:center;margin-bottom:35px}
.section-title h2{
  margin:0 0 8px;
  font-size:30px;
  color:var(--green);
}
.section-title p{margin:0;color:#718078}
.grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.card{
  border:1px solid #e5ebe7;
  border-radius:12px;
  padding:25px 14px;
  text-align:center;
  background:#fff;
}
.icon{
  width:46px;height:46px;margin:0 auto 15px;
  border-radius:50%;
  background:#edf5f0;
  display:grid;place-items:center;
  font-size:20px;
}
.card h3{font-size:15px;margin:0 0 7px}
.card p{font-size:12px;color:#7b8781;margin:0;line-height:1.5}

/* Footer */
footer{
  background:#052d20;
  color:#fff;
  text-align:center;
  padding:32px 0;
}
footer img{width:125px}
footer p{
  margin:10px 0 0;
  font-size:11px;
  letter-spacing:2px;
  color:rgba(255,255,255,.55);
}

/* Toast */
.toast{
  position:fixed;
  right:20px;bottom:20px;
  background:#fff;color:var(--green);
  border:1px solid #dfe7e2;
  padding:14px 18px;
  border-radius:9px;
  box-shadow:0 12px 35px rgba(0,0,0,.15);
  display:none;
  font-size:14px;font-weight:700;
  z-index:5;
}

@media(max-width:850px){
  .nav{height:70px}
  .page-name{font-size:15px}
  .nav-right span{display:none}
  .hero{padding:65px 0}
  .hero-inner{grid-template-columns:1fr;text-align:center;gap:45px}
  .hero p{margin:auto}
  .links,.notify{justify-content:center;margin-left:auto;margin-right:auto}
  .visual{order:-1}
  .logo-card{max-width:330px}
  .grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:500px){
  .logo{width:120px}
  .social{width:31px;height:31px}
  h1{font-size:43px}
  .hero p{font-size:16px}
  .notify{flex-direction:column;gap:8px}
  .notify input,.notify button{border-radius:8px;padding:15px}
  .grid{grid-template-columns:1fr 1fr;gap:10px}
  .card{padding:20px 8px}
}

/* =========================================================
   Phone-first refinements
   ========================================================= */
@media (max-width: 600px) {
  body {
    min-width: 320px;
  }

  .container,
  .hero-inner {
    width: calc(100% - 32px);
  }

  header {
    position: relative;
  }

  .nav {
    height: 64px;
  }

  .brand {
    gap: 9px;
  }

  .logo {
    width: 112px;
  }

  .page-name {
    font-size: 14px;
    padding-left: 9px;
  }

  .nav-right {
    gap: 7px;
  }

  .social {
    width: 32px;
    height: 32px;
  }

  .social svg {
    width: 16px;
    height: 16px;
  }

  .hero {
    min-height: auto;
    padding: 46px 0 52px;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    text-align: center;
  }

  .hero-inner > div:first-child {
    width: 100%;
  }

  .tag {
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.08;
    margin: 15px 0;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .links {
    justify-content: center;
    gap: 7px;
    margin: 22px 0;
  }

  .links span {
    padding: 8px 10px;
    font-size: 10px;
    border-radius: 6px;
  }

  .notify {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
  }

  .notify input,
  .notify button {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
  }

  .notify button {
    padding: 14px;
  }

  .small {
    margin-top: 8px !important;
    font-size: 11px !important;
  }

  .visual {
    width: 100%;
    order: 2;
  }

  .logo-card {
    width: min(310px, 100%);
    padding: 24px 20px 22px;
    border-radius: 16px;
  }

  .logo-card img {
    max-width: 245px;
  }

  .coming {
    margin-top: 14px;
    padding-top: 14px;
    font-size: 21px;
  }

  .coming small {
    font-size: 11px;
  }

  .features {
    padding: 45px 0;
  }

  .section-title {
    margin-bottom: 25px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .section-title p {
    font-size: 12px;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .card {
    padding: 19px 8px;
    border-radius: 10px;
  }

  .icon {
    width: 40px;
    height: 40px;
    font-size: 17px;
    margin-bottom: 11px;
  }

  .card h3 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .card p {
    font-size: 10px;
  }

  .card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    justify-self: center;
  }

  footer {
    padding: 26px 0;
  }

  footer img {
    width: 110px;
  }

  footer p {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 360px) {
  .container,
  .hero-inner {
    width: calc(100% - 24px);
  }

  .logo {
    width: 102px;
  }

  .page-name {
    display: none;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    font-size: 36px;
  }

  .links span {
    font-size: 9px;
    padding: 7px 8px;
  }

  .logo-card {
    width: 285px;
  }
}

/* Final header overrides */
@media (max-width:850px){
  .top-strip{font-size:8px}
  .strip-inner{justify-content:center}
  .strip-inner > span:first-child{display:none}
  .nav{height:74px}
  .brand-mark{width:46px;height:46px;border-radius:11px}
  .brand-mark .logo{width:41px;max-height:41px}
  .brand-copy .page-name{font-size:16px}
  .brand-copy small{font-size:8px;letter-spacing:.8px}
  .nav-center{display:none}
}
@media (max-width:420px){
  .nav-right{gap:6px}
  .social{width:33px;height:33px}
  .brand-mark{width:42px;height:42px}
  .brand-mark .logo{width:37px;max-height:37px}
  .brand-copy .page-name{font-size:15px}
  .brand-copy small{font-size:7px}
}