Skip to content
Ms. Hemady Gumabon Lagrosa – Aesthetic & Laser Specialist | VHMC :root { –navy: #1a2340; –navy-deep: #111827; –navy-light: #212d50; –gold: #c9a84c; –gold-btn: #d4a017; –gold-btn-hover: #b8890f; –white: #ffffff; –text-light: rgba(255,255,255,0.85); –text-muted: rgba(255,255,255,0.55); –border: rgba(201,168,76,0.18); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ‘Inter’, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; } .hero { background: var(–navy); position: relative; overflow: hidden; padding: 0; } .hero::before { content: ”; position: absolute; top: -120px; right: -120px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%); pointer-events: none; } .hero::after { content: ”; position: absolute; bottom: -80px; left: -80px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.05) 0%, transparent 70%); pointer-events: none; } .hero-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 0; align-items: stretch; min-height: 560px; position: relative; z-index: 1; } .hero-content { padding: 64px 48px 64px 48px; display: flex; flex-direction: column; justify-content: center; gap: 0; } .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: ‘Inter’, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(–gold); margin-bottom: 20px; } .eyebrow::before { content: ”; width: 28px; height: 1.5px; background: var(–gold); display: block; } .doctor-name { font-family: ‘Cormorant Garamond’, serif; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 600; line-height: 1.12; color: var(–white); margin-bottom: 12px; } .doctor-title { font-family: ‘Cormorant Garamond’, serif; font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 400; font-style: italic; color: var(–gold); margin-bottom: 28px; } .credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; } .cred-pill { background: rgba(201,168,76,0.10); border: 1px solid rgba(201,168,76,0.25); color: var(–gold); font-size: 11px; font-weight: 500; letter-spacing: 0.04em; padding: 5px 12px; border-radius: 3px; white-space: nowrap; } .hero-divider { width: 40px; height: 2px; background: linear-gradient(90deg, var(–gold), transparent); margin-bottom: 24px; } .hero-desc { font-size: 0.95rem; color: var(–text-light); line-height: 1.75; max-width: 520px; } /* Hero action buttons (WhatsApp / Call) */ .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; } .hero-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: 0.03em; padding: 13px 22px; border-radius: 4px; text-decoration: none; white-space: nowrap; transition: background 0.2s, border-color 0.2s, transform 0.15s; flex: 1 1 auto; min-width: 160px; } .hero-btn svg { width: 17px; height: 17px; flex-shrink: 0; } .hero-btn:active { transform: scale(0.98); } .hero-btn-whatsapp { background: var(–gold-btn); color: var(–navy-deep); } .hero-btn-whatsapp:hover { background: var(–gold-btn-hover); } .hero-btn-whatsapp svg { fill: var(–navy-deep); } .hero-btn-call { background: transparent; color: var(–gold); border: 1px solid rgba(201,168,76,0.45); } .hero-btn-call:hover { background: rgba(201,168,76,0.1); border-color: var(–gold); color: var(–gold); } .hero-btn-call svg { fill: var(–gold); } .hero-image-panel { position: relative; background: var(–navy-light); overflow: hidden; } .hero-image-panel::before { content: ”; position: absolute; inset: 0; background: linear-gradient(to right, var(–navy) 0%, transparent 35%); z-index: 2; pointer-events: none; } .hero-image-panel::after { content: ”; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to top, var(–navy) 0%, transparent 100%); z-index: 2; pointer-events: none; } .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; filter: grayscale(15%); } .hero-image-panel .gold-line { position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: linear-gradient(to bottom, transparent, var(–gold) 30%, var(–gold) 70%, transparent); z-index: 3; } /* ── STATS BAR ── */ .stats-bar { background: linear-gradient(135deg, var(–gold-btn) 0%, var(–gold) 100%); padding: 0; } .stats-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); } .stat-item { padding: 28px 32px; text-align: center; position: relative; } .stat-item + .stat-item::before { content: ”; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: rgba(26,35,64,0.2); } .stat-number { font-family: ‘Cormorant Garamond’, serif; font-size: 2.4rem; font-weight: 600; color: var(–navy); line-height: 1; display: block; } .stat-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(26,35,64,0.75); margin-top: 4px; display: block; } /* ── BODY CONTENT ── */ .body-wrap { max-width: 1120px; margin: 0 auto; padding: 72px 32px; display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: start; } .section-label { font-size: 10.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; } .section-label::after { content: ”; flex: 1; height: 1px; background: var(–border); } .section-heading { font-family: ‘Cormorant Garamond’, serif; font-size: clamp(1.6rem, 2.5vw, 2rem); font-weight: 500; color: var(–navy); line-height: 1.3; margin-bottom: 20px; } .about-text { font-size: 0.95rem; color: #000 !important; line-height: 1.85; } .about-text p + p { margin-top: 16px; } /* ── SPECIALTIES ── */ .specialties { margin-top: 40px; } .specialty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; } .specialty-card { background: var(–navy); border: 1px solid var(–border); border-radius: 6px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; transition: border-color 0.25s, background 0.25s; } .specialty-card:hover { border-color: rgba(201,168,76,0.45); background: var(–navy-light); } .specialty-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(201,168,76,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .specialty-icon svg { width: 16px; height: 16px; fill: var(–gold); } .specialty-name { font-size: 0.85rem; font-weight: 500; color: var(–text-light); line-height: 1.4; } /* ── SIDEBAR ── */ .sidebar { display: flex; flex-direction: column; gap: 24px; } .sidebar-card { background: var(–navy); border: 1px solid var(–border); border-radius: 8px; overflow: hidden; } .sidebar-card-header { padding: 16px 20px; background: rgba(201,168,76,0.06); border-bottom: 1px solid var(–border); font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(–gold); } .languages-section { margin-top: 40px; } .language-list { display: flex; flex-wrap: wrap; align-items: center; margin-top: 16px; } .language-item { color: #1a2340; font-size: 15px; font-weight: 600; padding: 0 18px; position: relative; } .language-item:not(:last-child)::after { content: “”; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background: #c9a84c; } .language-item:first-child { padding-left: 0; } .cred-list { padding: 8px 0; } .cred-list li { list-style: none; padding: 12px 20px; font-size: 0.875rem; color: var(–text-light); border-bottom: 1px solid rgba(201,168,76,0.07); display: flex; align-items: flex-start; gap: 10px; line-height: 1.45; } .cred-list li:last-child { border-bottom: none; } .cred-list li::before { content: ”; width: 5px; height: 5px; border-radius: 50%; background: var(–gold); flex-shrink: 0; margin-top: 6px; } .training-list { padding: 8px 0; } .training-item { padding: 14px 20px; border-bottom: 1px solid rgba(201,168,76,0.07); } .training-item:last-child { border-bottom: none; } .training-place { font-size: 0.875rem; font-weight: 500; color: var(–white); line-height: 1.4; } .training-detail { font-size: 0.78rem; color: var(–text-muted); margin-top: 3px; } .cta-card { background: linear-gradient(135deg, #1e2e52 0%, var(–navy) 100%); border: 1px solid rgba(201,168,76,0.3); border-radius: 8px; padding: 28px 24px; text-align: center; } .cta-card p { font-size: 0.875rem; color: var(–text-muted); margin-bottom: 18px; line-height: 1.6; } .btn-gold { display: inline-block; background: var(–gold-btn); color: var(–navy-deep); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 13px 28px; border-radius: 4px; text-decoration: none; width: 100%; border: none; cursor: pointer; transition: background 0.2s; } .btn-gold:hover { background: var(–gold-btn-hover); } .approach-strip { border-top: 1px solid var(–border); padding: 40px 32px; text-align: center; background: var(–navy); } .approach-title { font-family: ‘Cormorant Garamond’, serif; font-size: 2rem; font-weight: 600; color: var(–gold); margin-bottom: 16px; } .approach-text { max-width: 850px; margin: 0 auto; font-size: 0.95rem; line-height: 1.9; color: var(–text-light); } /* ── RESPONSIVE ── */ @media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; min-height: auto; } .hero-image-panel { height: 340px; order: -1; } .hero-image-panel::before { background: linear-gradient(to bottom, transparent 60%, var(–navy) 100%); } .hero-content { padding: 36px 24px 48px; } .body-wrap { grid-template-columns: 1fr; gap: 40px; padding: 48px 20px; } .stats-inner { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 600px) { .stats-inner { grid-template-columns: 1fr; } .stat-item + .stat-item::before { display: none; } .stat-item { padding: 20px 24px; border-bottom: 1px solid rgba(26,35,64,0.15); } .specialty-grid { grid-template-columns: 1fr; } .hero-image-panel { height: 280px; } .cred-pill { font-size: 10px; } .hero-actions { flex-direction: column; } .hero-btn { width: 100%; } }
DHA Registered Nurse & Laser Technician

Ms. Hemady
Gumabon Lagrosa

Aesthetic & Laser Specialist with Over 20 Years of Clinical Excellence

BSc Nursing DHA Registered Nurse DHA Laser Technician BLS & ACLS Certified Candela Gentle Pro Max Plus

At V Hope Medical Center, Ms. Hemady delivers safe, effective, and patient-centered aesthetic and laser care – combining over two decades of hands-on expertise with advanced technologies to ensure precise, comfortable, and outstanding treatment outcomes.

Ms. Hemady Gumabon Lagrosa – Aesthetic & Laser Specialist
20+ Years of Experience
DHA Registered Nurse & Laser Technician
UAE & KSA International Experience

Advanced Laser, Aesthetic & Dermatology Nursing Care

Ms. Hemady Gumabon Lagrosa is a highly experienced DHA Registered Nurse and Laser Technician with more than 20 years of clinical experience in dermatology, aesthetics, laser treatments, and cosmetic gynecology. She brings extensive hands-on expertise gained from reputable medical centers in the UAE and Saudi Arabia, delivering safe, effective, and patient-centered aesthetic care at V Hope Medical Center, Dubai.

Ms. Hemady holds a Bachelor of Science in Nursing and is licensed by the Dubai Health Authority as both a Registered Nurse and Laser Technician. Over her long career, she has held leadership roles as Head Nurse and Laser Supervisor – supervising nursing and laser teams, ensuring equipment safety, and training staff in advanced laser technologies including the Candela Gentle Pro Max Plus.

She is experienced in working with advanced laser technologies, including the Candela Gentle Pro Max Plus, widely recognized for its effectiveness in laser hair removal, pigmentation treatment, and vascular procedures. Her experience spans dermatology clinics, aesthetic centers, cosmetic gynecology services, and hospital-based care, with a strong emphasis on safety, precision, and patient comfort.

Laser hair removal for all skin types using Candela Gentle Pro Max Plus
Advanced aesthetic and dermatology nursing procedures
Assisting in wrinkle reduction, dermal fillers, PRP & cosmetic dermatology
Carbon peel and laser skin rejuvenation procedures
Laser equipment safety checks, calibration & protocol compliance
Cosmetic gynecology assistance & minor aesthetic procedures
Patient assessment, counseling & post-procedure care
Pigmentation treatment & vascular laser procedures
English Arabic

Approach to Care

Ms. Hemady is known for her compassionate approach, attention to detail, and commitment to delivering high-quality aesthetic treatments tailored to individual patient needs. She utilizes advanced technologies, including the Candela Gentle Pro Max Plus, to ensure safe, precise, and effective outcomes. She works closely with physicians and specialists to maintain the highest standards of clinical safety, patient comfort, and treatment excellence.

V Hope Medical Center – Footer