/* ============================================================
   EVARYA HEALTH — style.css  (Clean Redesign)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Lora:ital,wght@0,500;0,600;1,400;1,500&display=swap');

:root {
  --primary:       #174f40;
  --primary-dark:  #0f3529;
  --secondary:     #1f7a63;
  --mint:          #4ecba4;
  --light-bg:      #f7faf9;
  --surface:       #ffffff;
  --accent:        #e8f5f1;
  --accent-deep:   #c7e8de;
  --border:        #e0ece8;
  --text:          #111827;
  --text-sub:      #374151;
  --text-muted:    #6b7280;
  --text-light:    #9ca3af;
  --gradient:      linear-gradient(135deg, #174f40 0%, #1f7a63 100%);
  --shadow-sm:     0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md:     0 4px 16px rgba(23,79,64,.09);
  --shadow-lg:     0 12px 28px rgba(23,79,64,.13);
  --shadow-xl:     0 24px 48px rgba(23,79,64,.16);
  --r-sm:  8px;
  --r-md:  12px;
  --r-lg:  16px;
  --r-xl:  20px;
  --r-2xl: 28px;
  --ease:  cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,h2,h3 { font-family: 'Lora', serif; line-height: 1.25; letter-spacing: -.015em; }
h4,h5,h6 { font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.35; font-weight: 700; }
p { color: var(--text-sub); line-height: 1.75; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }

/* ══ NAVBAR ══ */
.navbar {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--border);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1050;
  transition: box-shadow .25s var(--ease);
}
.navbar.scrolled { box-shadow: 0 2px 16px rgba(23,79,64,.08); }
.navbar > .container { height: 66px; display: flex; align-items: center; }
.navbar-brand {
  display: flex; align-items: center; gap: 9px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; font-size: 1.15rem;
  color: var(--primary) !important; letter-spacing: -.02em;
}
.nav-logo-mark {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .85rem; flex-shrink: 0;
}
.nav-link {
  font-size: .88rem; font-weight: 500;
  color: var(--text-sub) !important;
  padding: .4rem .85rem !important;
  border-radius: 8px;
  transition: color .18s, background .18s;
}
.nav-link:hover { color: var(--primary) !important; background: var(--accent); }
.nav-link.active { color: var(--primary) !important; font-weight: 600; }
.btn-nav-login {
  background: var(--gradient); color: #fff !important;
  border-radius: 8px !important; padding: .42rem 1.1rem !important;
  font-weight: 600 !important; font-size: .87rem !important;
  transition: opacity .18s, transform .18s;
}
.btn-nav-login:hover { opacity: .88; transform: translateY(-1px); }

/* ══ BUTTONS ══ */
.btn-prim {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--gradient); color: #fff; border: none;
  border-radius: 10px; padding: .72rem 1.6rem;
  font-weight: 600; font-size: .93rem; cursor: pointer;
  box-shadow: 0 2px 10px rgba(23,79,64,.26);
  transition: transform .2s var(--ease), box-shadow .2s, opacity .2s;
  font-family: inherit;
}
.btn-prim:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(23,79,64,.34); color: #fff; }
.btn-prim:active { transform: translateY(0); }

.btn-sec {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #fff; color: var(--primary);
  border: 1.5px solid var(--border);
  border-radius: 10px; padding: .7rem 1.58rem;
  font-weight: 600; font-size: .93rem; cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
  font-family: inherit;
}
.btn-sec:hover { border-color: var(--secondary); background: var(--accent); color: var(--primary); transform: translateY(-1px); }

.btn-ghost-w {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.1); color: #fff;
  border: 1.5px solid rgba(255,255,255,.25);
  border-radius: 10px; padding: .7rem 1.58rem;
  font-weight: 600; font-size: .93rem; cursor: pointer;
  transition: background .2s, transform .2s; font-family: inherit;
}
.btn-ghost-w:hover { background: rgba(255,255,255,.2); color: #fff; transform: translateY(-1px); }

.btn-white {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #fff; color: var(--primary); border: none;
  border-radius: 10px; padding: .72rem 1.6rem;
  font-weight: 700; font-size: .93rem; cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: transform .2s, box-shadow .2s; font-family: inherit;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--primary); }

/* ══ SECTION HELPERS ══ */
.eyebrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .76rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--secondary); margin-bottom: .85rem;
}
.eyebrow::before { content: ''; width: 16px; height: 2px; background: var(--mint); border-radius: 2px; }
.section-title { font-size: clamp(1.65rem, 3.2vw, 2.4rem); font-weight: 600; color: var(--text); margin-bottom: .8rem; }
.section-body { font-size: .97rem; color: var(--text-muted); line-height: 1.8; max-width: 520px; }

/* ══ HERO ══ */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center; overflow: hidden;
}
.hero-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=1800&q=85') center/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(15,53,41,.93) 0%, rgba(23,79,64,.82) 50%, rgba(23,79,64,.4) 100%);
}
.hero-body { position: relative; z-index: 2; padding: 6rem 0 5rem; }
.hero-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16);
  border-radius: 50px; padding: .36rem .95rem;
  color: rgba(255,255,255,.88); font-size: .8rem; font-weight: 500;
  backdrop-filter: blur(6px); margin-bottom: 1.5rem;
}
.hero-pill .dot {
  width: 7px; height: 7px; border-radius: 50%; background: #4ade80;
  animation: blink 2s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }
.hero-title {
  font-family: 'Lora', serif;
  font-size: clamp(2.5rem, 6.5vw, 5rem);
  font-weight: 600; color: #fff;
  line-height: 1.08; margin-bottom: 1.25rem; letter-spacing: -.02em;
}
.hero-title .it { font-style: italic; color: rgba(255,255,255,.72); }
.hero-desc {
  font-size: 1.06rem; color: rgba(255,255,255,.76);
  max-width: 490px; line-height: 1.75; margin-bottom: 2rem; font-weight: 400;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 3.5rem; }
.hero-stats {
  display: flex; gap: 2rem; padding-top: 2.2rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.hero-stat .v {
  display: block; font-family: 'Lora', serif;
  font-size: 2rem; font-weight: 600; color: #fff; line-height: 1;
}
.hero-stat .l {
  display: block; font-size: .76rem; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: .08em; font-weight: 500; margin-top: .2rem;
}

/* ══ STEPS ══ */
.steps-section { padding: 5rem 0; background: var(--light-bg); }
.step-card {
  background: #fff; border-radius: var(--r-xl);
  padding: 2rem 1.7rem; border: 1px solid var(--border);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
  height: 100%; position: relative;
}
.step-card:hover { box-shadow: var(--shadow-lg); border-color: var(--accent-deep); transform: translateY(-6px); }
.step-num {
  font-size: .73rem; font-weight: 700; color: var(--mint);
  letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 1rem; display: flex; align-items: center; gap: .4rem;
}
.step-num::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.step-icon {
  width: 52px; height: 52px; border-radius: 13px;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  font-size: 1.45rem; margin-bottom: 1.1rem;
  transition: background .25s, transform .25s;
}
.step-card:hover .step-icon { background: var(--gradient); transform: scale(1.06); }
.step-card h4 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: .5rem; }
.step-card p { font-size: .88rem; color: var(--text-muted); line-height: 1.7; margin: 0; }

/* ══ WHY SECTION ══ */
.why-section { padding: 5rem 0; background: #fff; }
.why-list { list-style: none; padding: 0; }
.why-item { display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.why-item:first-child { padding-top: 0; }
.why-item:last-child { border-bottom: none; padding-bottom: 0; }
.why-check {
  width: 28px; height: 28px; min-width: 28px; border-radius: 50%;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  color: var(--secondary); font-size: .77rem; margin-top: 2px;
  transition: background .2s, color .2s;
}
.why-item:hover .why-check { background: var(--gradient); color: #fff; }
.why-item h5 { font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: .22rem; }
.why-item p { font-size: .86rem; color: var(--text-muted); margin: 0; line-height: 1.65; }
.handle-tag {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--gradient); color: #fff;
  border-radius: 8px; padding: .48rem 1rem;
  font-size: .86rem; font-weight: 700; margin-top: 1.4rem;
  box-shadow: 0 4px 12px rgba(23,79,64,.28);
}

/* ══ MORE SECTION ══ */
.more-section { padding: 5rem 0; background: var(--light-bg); }
.img-frame { border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--shadow-xl); }
.img-frame img { width: 100%; height: 450px; object-fit: cover; display: block; transition: transform .55s var(--ease); }
.img-frame:hover img { transform: scale(1.03); }
.pills { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.3rem 0 1.7rem; }
.pill {
  display: inline-flex; align-items: center; gap: .45rem;
  background: #fff; border: 1px solid var(--border);
  border-radius: 50px; padding: .38rem .9rem .38rem .55rem;
  font-size: .83rem; font-weight: 500; color: var(--text-sub);
  transition: background .18s, border-color .18s, transform .18s;
}
.pill:hover { background: var(--accent); border-color: var(--secondary); color: var(--primary); transform: translateY(-2px); }
.pill-ico { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; font-size: .78rem; }

/* ══ ONGOING ══ */
.ongoing-section {
  padding: 5rem 0; background: var(--primary); position: relative; overflow: hidden;
}
.ongoing-section::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,.03);
}
.ongoing-section::after {
  content: ''; position: absolute; bottom: -80px; left: -80px;
  width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.03);
}
.ongoing-in { position: relative; z-index: 2; }
.ongoing-quote {
  font-family: 'Lora', serif;
  font-size: clamp(1.45rem, 3.5vw, 2.3rem);
  font-weight: 500; color: #fff; line-height: 1.4; margin-bottom: 1.1rem;
}
.ongoing-quote .hl { color: #6de8be; font-style: italic; }
.ongoing-body { color: rgba(255,255,255,.68); font-size: .95rem; line-height: 1.8; max-width: 460px; margin-bottom: 1.8rem; }
.ongoing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1.4rem; }
.oi { display: flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 500; }
.oi::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); flex-shrink: 0; }

/* ══ SUBSCRIBE ══ */
.subscribe-section { padding: 5rem 0; background: #fff; }
.sub-inner {
  background: var(--gradient); border-radius: var(--r-2xl);
  padding: 4rem 3rem; text-align: center;
  position: relative; overflow: hidden; box-shadow: var(--shadow-xl);
}
.sub-inner::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20L20 0L40 20L20 40Z' fill='none' stroke='%23fff' stroke-opacity='.04' stroke-width='1'/%3E%3C/svg%3E") repeat;
}
.sub-inner > * { position: relative; z-index: 1; }
.sub-inner h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: .7rem; }
.sub-inner p { color: rgba(255,255,255,.74); font-size: .95rem; max-width: 440px; margin: 0 auto 1.7rem; line-height: 1.75; }
.socials { display: flex; justify-content: center; gap: .7rem; margin-top: 1.8rem; }
.soc-btn {
  width: 38px; height: 38px; border-radius: 9px;
  background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.82); font-size: .95rem;
  transition: background .18s, transform .18s;
}
.soc-btn:hover { background: rgba(255,255,255,.2); color: #fff; transform: translateY(-3px); }

/* ══ FOOTER ══ */
footer { background: #0c2b22; color: rgba(255,255,255,.6); padding: 4rem 0 2rem; }
.footer-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.2rem; color: #fff; letter-spacing: -.02em; margin-bottom: .35rem; }
.footer-sub { font-size: .82rem; color: rgba(255,255,255,.38); margin-bottom: 1.1rem; }
.footer-desc { font-size: .85rem; color: rgba(255,255,255,.38); line-height: 1.7; max-width: 270px; }
.footer-col-h { font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.32); margin-bottom: .95rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .45rem; }
.footer-links a { font-size: .87rem; color: rgba(255,255,255,.52); transition: color .18s, padding-left .18s; }
.footer-links a:hover { color: rgba(255,255,255,.88); padding-left: 3px; }
.footer-hr { border-color: rgba(255,255,255,.07); margin: 2.2rem 0 1.4rem; }
.footer-copy { font-size: .8rem; color: rgba(255,255,255,.28); }

/* ══ PAGE HEADER ══ */
.page-header {
  background: var(--gradient); padding: 4.5rem 0 3.5rem;
  position: relative; overflow: hidden;
}
.page-header::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 56px; background: #fff;
  clip-path: ellipse(60% 100% at 50% 100%);
}
.page-header-in { position: relative; z-index: 2; }
.page-header h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); color: #fff; margin-bottom: .55rem; }
.page-header p { color: rgba(255,255,255,.72); font-size: 1rem; max-width: 480px; }
.page-header-light { background: var(--light-bg); }
.page-header-light::after { background: var(--light-bg); }
.page-header-light h1 { color: var(--text); }
.page-header-light p { color: var(--text-muted); }

/* ══ SERVICES PAGE ══ */
.svc-section { padding: 5rem 0; }
.svc-card {
  background: #fff; border-radius: var(--r-xl); padding: 1.9rem 1.7rem;
  border: 1px solid var(--border); height: 100%;
  transition: box-shadow .25s var(--ease), transform .25s, border-color .25s;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--accent-deep); }
.svc-ico {
  width: 52px; height: 52px; border-radius: 13px;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1.2rem;
  transition: background .25s, transform .25s;
}
.svc-card:hover .svc-ico { background: var(--gradient); transform: scale(1.07) rotate(-4deg); }
.svc-card h4 { font-size: .97rem; font-weight: 700; color: var(--text); margin-bottom: .45rem; }
.svc-card p { font-size: .86rem; color: var(--text-muted); line-height: 1.7; flex: 1; margin: 0; }

/* ══ SUBSCRIPTION PAGE ══ */
.pricing-section { padding: 5rem 0; background: var(--light-bg); }
.plan-card {
  background: #fff; border-radius: var(--r-xl);
  border: 1.5px solid var(--border); padding: 2.2rem;
  position: relative; margin-bottom: 1.3rem;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.plan-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.plan-card.featured { border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(31,122,99,.09), var(--shadow-md); }
.plan-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--gradient); color: #fff;
  font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: .26rem .8rem; border-radius: 50px; white-space: nowrap;
}
.plan-top { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.2rem; }
.plan-ico {
  width: 52px; height: 52px; border-radius: 13px;
  background: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0;
}
.plan-card.featured .plan-ico { background: var(--gradient); }
.plan-meta { flex: 1; }
.plan-meta h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.02rem; font-weight: 700; color: var(--text); margin-bottom: .2rem; }
.plan-meta p { font-size: .83rem; color: var(--text-muted); margin: 0; line-height: 1.5; }
.plan-price { font-family: 'Lora', serif; font-size: 1.55rem; font-weight: 600; color: var(--primary); line-height: 1; flex-shrink: 0; text-align: right; }
.plan-price sub { font-family: 'Plus Jakarta Sans', sans-serif; font-size: .76rem; font-weight: 400; color: var(--text-muted); }
.plan-sep { border: none; border-top: 1px solid var(--border); margin: 0 0 1.2rem; }
.plan-feats { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); gap: .45rem .7rem; margin-bottom: 1.4rem; }
.plan-feats li { display: flex; align-items: center; gap: .45rem; font-size: .85rem; color: var(--text-sub); }
.plan-feats li::before { content: '✓'; color: var(--secondary); font-weight: 700; font-size: .78rem; flex-shrink: 0; }

/* ══ CONTACT PAGE ══ */
.contact-section { padding: 5rem 0; }
.info-card { background: #fff; border-radius: var(--r-xl); border: 1px solid var(--border); padding: 2rem; height: 100%; }
.info-row { display: flex; align-items: flex-start; gap: .85rem; padding: .95rem 0; border-bottom: 1px solid var(--border); }
.info-row:first-child { padding-top: 0; }
.info-row:last-child { border-bottom: none; padding-bottom: 0; }
.info-ico { width: 38px; height: 38px; min-width: 38px; border-radius: 10px; background: var(--accent); display: flex; align-items: center; justify-content: center; color: var(--secondary); font-size: .9rem; }
.info-row strong { display: block; font-size: .73rem; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); margin-bottom: .18rem; font-weight: 600; }
.info-row a, .info-row span { font-size: .9rem; color: var(--text); font-weight: 500; transition: color .18s; }
.info-row a:hover { color: var(--secondary); }
.form-card { background: #fff; border-radius: var(--r-xl); border: 1px solid var(--border); padding: 2rem 1.8rem; }
.f-label { display: block; font-size: .77rem; font-weight: 600; color: var(--text-sub); text-transform: uppercase; letter-spacing: .07em; margin-bottom: .4rem; }
.f-input {
  width: 100%; background: var(--light-bg); border: 1.5px solid var(--border);
  border-radius: var(--r-md); padding: .72rem .95rem;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: .9rem; color: var(--text);
  transition: border-color .2s, box-shadow .2s, background .2s; outline: none; appearance: none;
}
.f-input:focus { border-color: var(--secondary); background: #fff; box-shadow: 0 0 0 3px rgba(31,122,99,.08); }
.map-box { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-md); height: 270px; margin-top: 1.8rem; border: 1px solid var(--border); }
.map-box iframe { width: 100%; height: 100%; border: none; display: block; }

/* ══ CAREERS PAGE ══ */
.careers-section { padding: 5rem 0; }
.careers-stmt { font-family: 'Lora', serif; font-size: clamp(1.55rem, 3.5vw, 2.5rem); font-weight: 500; color: var(--text); line-height: 1.35; }
.careers-stmt em { font-style: italic; color: var(--secondary); }
.val-card { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--border); padding: 1.55rem 1.4rem; transition: border-color .2s, box-shadow .2s, transform .2s; height: 100%; }
.val-card:hover { border-color: var(--secondary); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.val-em { font-size: 1.4rem; margin-bottom: .65rem; display: block; }
.val-card h5 { font-size: .95rem; font-weight: 700; margin-bottom: .35rem; color: var(--text); }
.val-card p { font-size: .85rem; color: var(--text-muted); margin: 0; line-height: 1.65; }
.careers-cta { background: var(--gradient); border-radius: var(--r-2xl); padding: 3rem 2.5rem; text-align: center; box-shadow: var(--shadow-xl); }
.careers-cta h3 { color: #fff; font-size: 1.65rem; margin-bottom: .55rem; }
.careers-cta p { color: rgba(255,255,255,.73); font-size: .93rem; margin-bottom: 1.5rem; max-width: 420px; margin-inline: auto; }

/* ══ LOGIN PAGE ══ */
.login-wrap { min-height: 100vh; background: var(--light-bg); display: flex; align-items: center; padding: 1.5rem; }
.login-card { width: 100%; max-width: 920px; margin: 0 auto; border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--shadow-xl); display: grid; grid-template-columns: 1fr 1fr; }
.login-left { background: var(--gradient); padding: 3.5rem 3rem; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.login-left::before { content: ''; position: absolute; top: -50px; right: -50px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.05); }
.login-brand-bar { display: flex; align-items: center; gap: .5rem; font-weight: 800; font-size: 1.1rem; color: #fff; margin-bottom: auto; letter-spacing: -.02em; }
.login-brand-ico { width: 26px; height: 26px; border-radius: 6px; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; font-size: .72rem; }
.login-left-body { margin-top: 3rem; position: relative; z-index: 2; }
.login-left h2 { font-size: 1.65rem; color: #fff; margin-bottom: .65rem; line-height: 1.3; }
.login-left .sub-p { color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.7; margin-bottom: 1.7rem; }
.login-feat { display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.78); font-size: .86rem; padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.login-feat:last-child { border-bottom: none; }
.login-feat-ico { width: 22px; height: 22px; border-radius: 6px; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-size: .7rem; flex-shrink: 0; }
.login-right { background: #fff; padding: 3.5rem; display: flex; align-items: center; }
.login-form { width: 100%; }
.login-form h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.45rem; font-weight: 800; color: var(--text); margin-bottom: .3rem; }
.login-form .sub-p { font-size: .86rem; color: var(--text-muted); margin-bottom: 1.8rem; }
.pw-wrap { position: relative; }
.pw-wrap .f-input { padding-right: 2.8rem; }
.pw-btn { position: absolute; right: .85rem; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--text-muted); cursor: pointer; font-size: .9rem; }
.check-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.4rem; }
.check-lbl { display: flex; align-items: center; gap: .4rem; font-size: .85rem; color: var(--text-muted); cursor: pointer; }
.check-lbl input { accent-color: var(--primary); width: 14px; height: 14px; }
.forgot { font-size: .85rem; color: var(--secondary); font-weight: 600; }

/* ══ FADE ANIMATION ══ */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.fade-up.in { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; }
.d4 { transition-delay: .32s; }

/* ══ RESPONSIVE ══ */
@media (max-width: 991px) {
  .login-card { grid-template-columns: 1fr; }
  .login-left { padding: 2.5rem 2rem; }
  .ongoing-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .hero-title { font-size: 2.2rem; }
  .hero-stats { gap: 1.1rem; flex-wrap: wrap; }
  .sub-inner { padding: 2.5rem 1.5rem; }
  .login-right { padding: 2.5rem 1.8rem; }
  .plan-feats { grid-template-columns: 1fr; }
  .ongoing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .page-header { padding: 3.5rem 0 2.5rem; }
  .steps-section, .why-section, .more-section, .ongoing-section,
  .subscribe-section, .svc-section, .pricing-section,
  .contact-section, .careers-section { padding: 3.5rem 0; }
}
.navbar-brand img {
  height: 100px;
  width: auto;
  max-width: 100%;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .navbar-brand img {
    height: 40px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .navbar-brand img {
    height: 35px;
  }
}