:root {
  --blue: #0a4ca4;
  --navy: #082b7d;
  --green: #78be20;
  --ink: #111827;
  --muted: #64748b;
  --shadow: 0 18px 45px rgba(10, 76, 164, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  color: var(--ink);
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at 10% 0%, rgba(120, 190, 32, .13), transparent 28rem),
    linear-gradient(135deg, #f5f9ff 0%, #eef6ff 100%);
}
a, button { -webkit-tap-highlight-color: transparent; }

.phone-shell {
  max-width: 420px;
  box-shadow: 0 26px 70px rgba(8, 43, 125, .18);
}

.frosted {
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.76));
  border-bottom: 1px solid rgba(10, 76, 164, .06);
  backdrop-filter: blur(18px);
}

.icon-button,
.share-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(10, 76, 164, .07);
}
.share-button { font-size: .98rem; }

.hero {
  min-height: 552px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.97) 36%, rgba(255,255,255,.7) 58%, rgba(255,255,255,.06) 100%),
    linear-gradient(180deg, rgba(245,249,255,.3), rgba(245,249,255,.14)),
    url('../images/hero-animals.png');
  background-size: cover;
  background-position: 58% center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.5), transparent 35%, rgba(245,249,255,.06));
}
.hero-curve {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -1px;
  height: 116px;
  background:
    radial-gradient(130% 90% at 55% -18%, transparent 55%, #fff 56%),
    linear-gradient(168deg, var(--blue) 0 36%, var(--green) 37% 62%, #fff 63%);
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .72rem 1.25rem;
  border-radius: 999px;
  color: var(--navy);
  background: #dcecff;
  font-weight: 600;
  letter-spacing: -.01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.trust-badge i { font-size: 1.2rem; }
.rule {
  width: 180px;
  height: 3px;
  background: linear-gradient(90deg, var(--green) 0 33%, #dfeaf8 33% 55%, var(--blue) 55%);
}
.hero h1 { letter-spacing: -.055em; }
.hero h2,
.hero p { letter-spacing: -.025em; }
.hero li {
  display: flex;
  align-items: center;
  gap: .72rem;
  letter-spacing: -.01em;
}
.hero li i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: .72rem;
}

.about-card {
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  border: 1px solid rgba(10, 76, 164, .07);
}
.bottom-nav a:hover,
.list-row:hover,
.contact-row:hover,
.mini-card:hover { transform: translateY(-3px); }

.section-title {
  position: relative;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.025em;
}
.section-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 3px;
  margin-top: .45rem;
  border-radius: 999px;
  background: var(--green);
}

.contact-row,
.list-row {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .84rem .86rem;
  min-height: 74px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 43, 125, .08);
  border: 1px solid rgba(10, 76, 164, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}
.contact-row span:nth-child(2),
.list-row span:nth-child(2) { flex: 1; min-width: 0; }
.contact-row strong,
.list-row strong {
  display: block;
  color: #0c1732;
  font-size: .79rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -.012em;
}
.contact-row small,
.list-row small {
  display: block;
  margin-top: .16rem;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.35;
}
.contact-row em {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), #0c65df);
  font-style: normal;
}
.contact-row:nth-child(1) em,
.contact-row:nth-child(4) em { background: linear-gradient(145deg, #4db934, #279219); }
.row-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  font-size: 1rem;
}
.row-icon.green { color: #2f9d1f; background: #eff9ea; }
.row-icon.blue { color: var(--blue); background: #edf5ff; }

.about-card { padding: 1.15rem; }
.about-card p {
  margin-top: .9rem;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.7;
}

.mini-card {
  min-height: 98px;
  display: grid;
  place-items: center;
  gap: .55rem;
  padding: .7rem .35rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 43, 125, .08);
  border: 1px solid rgba(10,76,164,.06);
  text-align: center;
  transition: transform .22s ease;
}
.mini-card i { font-size: 1.32rem; }
.mini-card span {
  color: #07112c;
  font-size: .61rem;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -.01em;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem .4rem;
  text-align: center;
}
.why-grid div {
  grid-column: span 2;
  min-height: 78px;
  display: grid;
  place-items: start center;
  gap: .45rem;
  padding: .1rem .45rem;
  border-right: 1px dashed rgba(8, 43, 125, .25);
}
.why-grid div:nth-child(3),
.why-grid div:nth-child(5) { border-right: 0; }
.why-grid div:nth-child(4) { grid-column: 2 / span 2; }
.why-grid div:nth-child(5) { grid-column: 4 / span 2; }
.why-grid i { color: var(--blue); font-size: 1.45rem; }
.why-grid div:nth-child(even) i { color: #38a226; }
.why-grid span {
  font-size: .68rem;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -.01em;
}

.qr-card {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: .95rem;
  padding: 1.1rem;
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 42, 119, .98), rgba(10, 76, 164, .94) 50%, rgba(89, 166, 24, .98));
  box-shadow: var(--shadow);
}
.qr-card img {
  width: 134px;
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
}
.qr-card button {
  width: 100%;
  margin-top: .55rem;
  padding: .35rem .42rem;
  border-radius: 999px;
  color: #19511d;
  background: #d9f394;
  font-size: .54rem;
  font-weight: 600;
}
.qr-card a,
.qr-action {
  display: flex;
  align-items: center;
  gap: .56rem;
  color: #fff;
  font-size: .66rem;
  font-weight: 500;
}
.qr-action { width: 100%; text-align: left; }
.qr-card a i,
.qr-action i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
}

.brand,
.market {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 13px;
  font-size: 1.9rem;
  font-weight: 700;
}
.instagram { color: #fff; background: radial-gradient(circle at 30% 105%, #fdf497 0 20%, #fd5949 42%, #d6249f 60%, #285aeb 92%); }
.facebook { color: #fff; background: #1778f2; }
.m-red { color: #fff; background: #e91d26; border-radius: 50%; }
.amazon { color: #000; background: #fff; font-family: Georgia, serif; font-size: 2.6rem; }
.meesho { color: #fff; background: #d81b74; }
.gem { color: var(--blue); background: #eef7ff; font-size: .9rem; }
.logo-market {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 76, 164, .08);
}
.logo-market img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .16rem;
}
.list-row > i { color: #111827; }

.motto-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.6rem 1.4rem;
  min-height: 155px;
  border-radius: 9px;
  color: #fff;
  background:
    linear-gradient(135deg, #0b48a0, #063f8e 50%, #0f8246),
    url('../images/banner.png') center/cover;
  box-shadow: var(--shadow);
}
.motto-card > i { font-size: 2.25rem; }
.motto-card strong { display: block; font-size: 1rem; font-weight: 700; letter-spacing: -.02em; }
.motto-card span { display: block; margin-top: .35rem; font-size: .75rem; }

.whatsapp-card,
.catalog-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #f1faed);
  border: 1px solid rgba(120,190,32,.15);
  box-shadow: var(--shadow);
}
.whatsapp-card { padding: 1.45rem 1.3rem; min-height: 284px; }
.whatsapp-card > span {
  display: inline-block;
  padding: .45rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(40,167,69,.35);
  color: #24931f;
  background: #f5fff2;
  font-size: .78rem;
  font-weight: 600;
}
.whatsapp-card h3 {
  max-width: 220px;
  margin-top: .9rem;
  color: #111a36;
  font-size: 1.65rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.04em;
}
.whatsapp-card p {
  max-width: 210px;
  margin-top: .85rem;
  color: #22304d;
  font-size: .86rem;
  line-height: 1.5;
}
.whatsapp-card a,
.catalog-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-width: 220px;
  margin-top: 1.1rem;
  padding: .88rem 1rem;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  font-weight: 600;
  box-shadow: 0 14px 26px rgba(8, 43, 125, .2);
}
.wa-bg {
  position: absolute;
  right: 1.2rem;
  top: 4.8rem;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #3ac653;
  border: 8px solid #fff;
  font-size: 3.8rem;
  filter: drop-shadow(0 12px 16px rgba(23, 129, 40, .2));
}

.catalog-card {
  display: grid;
  grid-template-columns: 1.18fr .92fr;
  align-items: end;
  gap: .35rem;
  padding: 1.55rem 0 0 1.25rem;
  min-height: 235px;
  background: linear-gradient(135deg, #f7fbff, #fff);
}
.catalog-card h3 {
  color: var(--navy);
  font-size: 1.22rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -.03em;
}
.catalog-card p {
  margin-top: .9rem;
  color: #22304d;
  font-size: .76rem;
  line-height: 1.55;
}
.catalog-card a { min-width: 156px; padding: .78rem .9rem; font-size: .8rem; }
.catalog-card img {
  width: 100%;
  align-self: end;
  filter: drop-shadow(0 10px 13px rgba(8,43,125,.13));
}

.footer {
  color: #fff;
  background: linear-gradient(140deg, #082b7d, #0751ad 56%, #02286f);
}
.footer-logo {
  padding: .32rem .5rem;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 10px 24px rgba(0,0,0,.13);
}
.footer small { color: rgba(255,255,255,.78); font-size: .66rem; }

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 50;
  width: min(386px, calc(100vw - 28px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .45rem;
  padding: 1rem .92rem .95rem;
  border: 1px solid rgba(10, 76, 164, .08);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(8, 43, 125, .14);
  backdrop-filter: blur(20px);
}
.bottom-nav a {
  display: grid;
  place-items: center;
  gap: .5rem;
  min-width: 0;
  min-height: 74px;
  border-radius: 17px;
  color: var(--navy);
  background: transparent;
  font-size: .72rem;
  font-weight: 600;
  white-space: nowrap;
  transition: transform .22s ease, background .22s ease;
}
.bottom-nav a:focus-visible {
  outline: 3px solid rgba(10, 76, 164, .18);
  outline-offset: 2px;
}
.bottom-nav a:hover { background: rgba(10, 76, 164, .045); }
.bottom-nav i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, #0b67df, var(--blue));
  box-shadow: 0 11px 22px rgba(10, 76, 164, .25);
  font-size: 1.14rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 5.4rem;
  z-index: 80;
  transform: translateX(-50%);
  padding: .72rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: #0f172a;
  box-shadow: 0 12px 35px rgba(0,0,0,.2);
  font-size: .8rem;
  font-weight: 700;
}

.dark body {
  background:
    radial-gradient(circle at 10% 0%, rgba(120, 190, 32, .09), transparent 28rem),
    linear-gradient(135deg, #07142d 0%, #0c1d3f 100%);
}
.dark .phone-shell {
  background: #07142d;
  color: #f8fbff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .32);
}
.dark .frosted {
  background: rgba(7,20,45,.88);
  border-bottom-color: rgba(255,255,255,.08);
}
.dark .frosted img {
  padding: .2rem .38rem;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
}
.dark .icon-button,
.dark .share-button {
  color: #dcecff;
  background: rgba(10, 76, 164, .32);
}
.dark .hero {
  background-image:
    linear-gradient(90deg, rgba(7,20,45,.96) 0%, rgba(7,20,45,.84) 38%, rgba(7,20,45,.54) 62%, rgba(7,20,45,.18) 100%),
    linear-gradient(180deg, rgba(7,20,45,.18), rgba(7,20,45,.42)),
    url('../images/hero-animals.png');
}
.dark .hero::before {
  background: linear-gradient(180deg, rgba(7,20,45,.14), transparent 38%, rgba(7,20,45,.2));
}
.dark .hero-curve {
  background:
    radial-gradient(130% 90% at 55% -18%, transparent 55%, #07142d 56%),
    linear-gradient(168deg, var(--blue) 0 36%, var(--green) 37% 62%, #07142d 63%);
}
.dark .hero h1,
.dark .hero h2,
.dark .hero p,
.dark .hero li {
  color: #f8fbff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .24);
}
.dark .hero h1 span,
.dark .hero p span { color: #8be335 !important; }
.dark .trust-badge {
  color: #dcecff;
  background: rgba(10, 76, 164, .36);
}
.dark .section-title,
.dark .contact-row strong,
.dark .list-row strong,
.dark .mini-card span { color: #edf5ff; }
.dark .contact-row,
.dark .list-row,
.dark .mini-card,
.dark .about-card,
.dark .bottom-nav {
  background: rgba(12, 29, 63, .95);
  border-color: rgba(255,255,255,.1);
  box-shadow: 0 18px 44px rgba(0,0,0,.3);
}
.dark .bottom-nav a { color: #edf5ff; }
.dark .bottom-nav a:hover { background: rgba(255,255,255,.06); }
.dark .bottom-nav i { box-shadow: 0 11px 22px rgba(0,0,0,.22); }
.dark .contact-row small,
.dark .list-row small,
.dark .about-card p { color: #c8d5e8; }
.dark .row-icon.blue { background: rgba(10, 76, 164, .18); }
.dark .row-icon.green { background: rgba(120, 190, 32, .15); }

@media (min-width: 640px) {
  body { padding: 22px 0; }
  .phone-shell { border-radius: 34px; }
}

@media (max-width: 380px) {
  .hero { min-height: 535px; padding-left: 1.35rem; padding-right: 1.35rem; }
  .hero h1 { font-size: 2.75rem; }
  .grid-cols-4 { gap: .4rem; }
  .mini-card { min-height: 90px; }
  .bottom-nav { width: calc(100vw - 20px); gap: .25rem; padding-left: .7rem; padding-right: .7rem; }
  .bottom-nav a { font-size: .66rem; }
  .bottom-nav i { width: 42px; height: 42px; }
}
