{"id":44,"date":"2026-07-17T10:21:04","date_gmt":"2026-07-17T10:21:04","guid":{"rendered":"https:\/\/abalix.online\/?page_id=44"},"modified":"2026-07-17T10:33:48","modified_gmt":"2026-07-17T10:33:48","slug":"hydromi","status":"publish","type":"page","link":"https:\/\/abalix.online\/?page_id=44","title":{"rendered":"Hydromi"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"44\" class=\"elementor elementor-44\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68c61d9 e-flex e-con-boxed e-con e-parent\" data-id=\"68c61d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a1d6d2 elementor-widget elementor-widget-html\" data-id=\"7a1d6d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>HYDROMI \u2014 1st Hydrogen R.O. Water Purification System | Beyond Perfect H2O<\/title>\r\n<meta name=\"description\" content=\"Hydromi by Elken \u2014 the world's first Hydrogen Reverse Osmosis Water Purification Machine. 5-stage R.O. purification with high-concentration molecular hydrogen for daily family wellness.\">\r\n\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n\r\n<style>\r\n  :root{\r\n    --ink:#081C36;\r\n    --deep:#0E3B75;\r\n    --electric:#1F7AFF;\r\n    --cyan:#5FE0E8;\r\n    --paper:#F5F9FC;\r\n    --mist:#E4EEF7;\r\n    --teal:#12A594;\r\n    --white:#FFFFFF;\r\n\r\n    --font-display:'Space Grotesk', sans-serif;\r\n    --font-body:'Inter', sans-serif;\r\n    --font-mono:'IBM Plex Mono', monospace;\r\n\r\n    --radius-lg:20px;\r\n    --radius-md:14px;\r\n    --radius-sm:8px;\r\n    --shadow-soft: 0 20px 50px -20px rgba(8,28,54,0.25);\r\n    --shadow-card: 0 12px 30px -14px rgba(8,28,54,0.18);\r\n    --container: 1180px;\r\n  }\r\n\r\n  *{box-sizing:border-box; margin:0; padding:0;}\r\n  html{scroll-behavior:smooth;}\r\n  body{\r\n    font-family:var(--font-body);\r\n    color:var(--ink);\r\n    background:var(--paper);\r\n    line-height:1.6;\r\n    overflow-x:hidden;\r\n  }\r\n  img{max-width:100%; display:block;}\r\n  a{text-decoration:none; color:inherit;}\r\n  ul{list-style:none;}\r\n  button{font-family:inherit; cursor:pointer;}\r\n  input, textarea, select{font-family:inherit;}\r\n\r\n  .wrap{\r\n    max-width:var(--container);\r\n    margin:0 auto;\r\n    padding:0 24px;\r\n  }\r\n\r\n  h1,h2,h3,h4{\r\n    font-family:var(--font-display);\r\n    line-height:1.15;\r\n    letter-spacing:-0.01em;\r\n    color:var(--ink);\r\n  }\r\n\r\n  .eyebrow{\r\n    font-family:var(--font-mono);\r\n    font-size:0.72rem;\r\n    letter-spacing:0.14em;\r\n    text-transform:uppercase;\r\n    color:var(--electric);\r\n    display:inline-flex;\r\n    align-items:center;\r\n    gap:8px;\r\n    margin-bottom:14px;\r\n  }\r\n  .eyebrow::before{\r\n    content:\"\";\r\n    width:18px; height:2px;\r\n    background:var(--cyan);\r\n    display:inline-block;\r\n    border-radius:2px;\r\n  }\r\n\r\n  .readout{\r\n    display:inline-flex;\r\n    align-items:baseline;\r\n    gap:6px;\r\n    font-family:var(--font-mono);\r\n    background:var(--ink);\r\n    color:var(--cyan);\r\n    padding:6px 14px;\r\n    border-radius:100px;\r\n    font-size:0.85rem;\r\n    font-weight:600;\r\n    box-shadow: inset 0 0 0 1px rgba(95,224,232,0.25);\r\n  }\r\n  .readout .dot{\r\n    width:6px; height:6px;\r\n    border-radius:50%;\r\n    background:var(--cyan);\r\n    box-shadow:0 0 8px var(--cyan);\r\n    animation: pulse-dot 1.6s ease-in-out infinite;\r\n  }\r\n  @keyframes pulse-dot{\r\n    0%,100%{opacity:1;}\r\n    50%{opacity:0.35;}\r\n  }\r\n\r\n  \/* ---------- Buttons ---------- *\/\r\n  .btn{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    gap:10px;\r\n    font-family:var(--font-body);\r\n    font-weight:700;\r\n    font-size:0.98rem;\r\n    padding:16px 30px;\r\n    border-radius:100px;\r\n    border:none;\r\n    transition:transform 0.25s ease, box-shadow 0.25s ease;\r\n    white-space:nowrap;\r\n  }\r\n  .btn-primary{\r\n    background:linear-gradient(135deg, var(--electric), var(--deep));\r\n    color:var(--white);\r\n    box-shadow: 0 14px 30px -10px rgba(31,122,255,0.55);\r\n  }\r\n  .btn-primary:hover{ transform:translateY(-3px); box-shadow:0 20px 36px -10px rgba(31,122,255,0.6);}\r\n  .btn-outline{\r\n    background:transparent;\r\n    color:var(--ink);\r\n    border:1.5px solid rgba(8,28,54,0.18);\r\n  }\r\n  .btn-outline:hover{ border-color:var(--electric); color:var(--electric); }\r\n  .btn-whatsapp{\r\n    background:#1FAE5A;\r\n    color:#fff;\r\n    box-shadow:0 14px 30px -12px rgba(31,174,90,0.55);\r\n  }\r\n  .btn-whatsapp:hover{ transform:translateY(-3px); }\r\n  .btn-block{ width:100%; }\r\n\r\n  \/* ---------- Nav ---------- *\/\r\n  header.site-header{\r\n    position:fixed; top:0; left:0; right:0;\r\n    z-index:1000;\r\n    background:rgba(245,249,252,0.82);\r\n    backdrop-filter:blur(14px);\r\n    -webkit-backdrop-filter:blur(14px);\r\n    border-bottom:1px solid rgba(8,28,54,0.06);\r\n    transition:background 0.3s ease;\r\n  }\r\n  .nav-inner{\r\n    display:flex; align-items:center; justify-content:space-between;\r\n    padding:16px 24px;\r\n    max-width:var(--container);\r\n    margin:0 auto;\r\n  }\r\n  .logo{\r\n    font-family:var(--font-display);\r\n    font-weight:700;\r\n    font-size:1.35rem;\r\n    letter-spacing:0.02em;\r\n    display:flex; align-items:center; gap:10px;\r\n  }\r\n  .logo span{ color:var(--electric); }\r\n  .logo-mark{\r\n    width:34px; height:34px;\r\n    border-radius:10px;\r\n    background:linear-gradient(135deg, var(--deep), var(--electric));\r\n    display:flex; align-items:center; justify-content:center;\r\n    color:var(--cyan);\r\n    font-family:var(--font-mono);\r\n    font-weight:600;\r\n    font-size:0.85rem;\r\n  }\r\n  .nav-links{\r\n    display:flex; gap:32px; align-items:center;\r\n  }\r\n  .nav-links a{\r\n    font-size:0.92rem; font-weight:600; color:var(--ink);\r\n    opacity:0.75;\r\n    transition:opacity 0.2s ease;\r\n  }\r\n  .nav-links a:hover{ opacity:1; color:var(--electric); }\r\n  .nav-cta{ display:flex; align-items:center; gap:14px; }\r\n  .nav-cta .btn{ padding:12px 22px; font-size:0.88rem; }\r\n  .menu-toggle{\r\n    display:none;\r\n    background:none; border:none;\r\n    font-size:1.4rem; color:var(--ink);\r\n  }\r\n\r\n  @media(max-width:940px){\r\n    .nav-links{\r\n      position:fixed;\r\n      top:68px; left:0; right:0;\r\n      background:var(--white);\r\n      flex-direction:column;\r\n      align-items:flex-start;\r\n      padding:24px;\r\n      gap:18px;\r\n      transform:translateY(-130%);\r\n      transition:transform 0.35s ease;\r\n      box-shadow:var(--shadow-soft);\r\n      border-radius:0 0 20px 20px;\r\n    }\r\n    .nav-links.open{ transform:translateY(0); }\r\n    .menu-toggle{ display:block; }\r\n    .nav-cta .btn-outline{ display:none; }\r\n  }\r\n\r\n  \/* ---------- Hero ---------- *\/\r\n  .hero{\r\n    position:relative;\r\n    padding:150px 0 100px;\r\n    background:radial-gradient(circle at 85% 10%, rgba(95,224,232,0.18), transparent 45%),\r\n               radial-gradient(circle at 5% 90%, rgba(31,122,255,0.12), transparent 40%),\r\n               var(--paper);\r\n    overflow:hidden;\r\n  }\r\n  .hero-grid{\r\n    display:grid;\r\n    grid-template-columns:1.05fr 0.95fr;\r\n    gap:60px;\r\n    align-items:center;\r\n  }\r\n  .hero h1{\r\n    font-size:clamp(2.1rem, 4.2vw, 3.4rem);\r\n    margin-bottom:22px;\r\n  }\r\n  .hero h1 em{\r\n    font-style:normal;\r\n    background:linear-gradient(135deg, var(--deep), var(--electric));\r\n    -webkit-background-clip:text;\r\n    background-clip:text;\r\n    color:transparent;\r\n  }\r\n  .hero-sub{\r\n    font-size:1.12rem;\r\n    color:rgba(8,28,54,0.7);\r\n    max-width:520px;\r\n    margin-bottom:32px;\r\n  }\r\n  .hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:34px; }\r\n  .hero-trust{\r\n    display:flex; gap:26px; flex-wrap:wrap;\r\n  }\r\n  .hero-trust div{\r\n    font-family:var(--font-mono);\r\n    font-size:0.8rem;\r\n    color:var(--deep);\r\n    display:flex; align-items:center; gap:8px;\r\n  }\r\n  .hero-trust i{ color:var(--teal); }\r\n\r\n  .hero-visual{\r\n    position:relative;\r\n    display:flex; align-items:center; justify-content:center;\r\n  }\r\n  .device-frame{\r\n    position:relative;\r\n    width:100%;\r\n    max-width:400px;\r\n    aspect-ratio:3\/4;\r\n    background:linear-gradient(160deg, #0B2A54, var(--ink));\r\n    border-radius:32px;\r\n    box-shadow:var(--shadow-soft);\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    overflow:hidden;\r\n  }\r\n  .device-frame .device-caption{\r\n    position:absolute;\r\n    bottom:18px; left:18px; right:18px;\r\n    font-family:var(--font-mono);\r\n    font-size:0.68rem;\r\n    color:rgba(255,255,255,0.55);\r\n    text-align:center;\r\n  }\r\n  .device-placeholder-text{\r\n    color:rgba(255,255,255,0.85);\r\n    font-family:var(--font-mono);\r\n    font-size:0.85rem;\r\n    text-align:center;\r\n    padding:0 30px;\r\n  }\r\n  .device-image{\r\n    width:100%;\r\n    height:100%;\r\n    object-fit:cover;\r\n    object-position:center;\r\n  }\r\n  .bubble-column{\r\n    position:absolute;\r\n    inset:0;\r\n    pointer-events:none;\r\n  }\r\n  .bubble{\r\n    position:absolute;\r\n    bottom:-40px;\r\n    border-radius:50%;\r\n    background:radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9), rgba(95,224,232,0.35));\r\n    animation:rise linear infinite;\r\n  }\r\n  @keyframes rise{\r\n    0%{ transform:translateY(0) scale(0.8); opacity:0; }\r\n    10%{ opacity:0.9; }\r\n    90%{ opacity:0.5; }\r\n    100%{ transform:translateY(-480px) scale(1.1); opacity:0; }\r\n  }\r\n  .readout-chip{\r\n    position:absolute;\r\n    top:26px; right:26px;\r\n  }\r\n\r\n  \/* ---------- Section basics ---------- *\/\r\n  section{ padding:100px 0; position:relative; }\r\n  .section-head{\r\n    max-width:680px;\r\n    margin:0 auto 56px;\r\n    text-align:center;\r\n  }\r\n  .section-head h2{\r\n    font-size:clamp(1.7rem, 3.4vw, 2.5rem);\r\n    margin-bottom:16px;\r\n  }\r\n  .section-head p{\r\n    color:rgba(8,28,54,0.68);\r\n    font-size:1.05rem;\r\n  }\r\n  .section-dark{\r\n    background:var(--ink);\r\n    color:var(--white);\r\n  }\r\n  .section-dark h2, .section-dark h3, .section-dark h4{ color:var(--white); }\r\n  .section-dark .section-head p{ color:rgba(255,255,255,0.65); }\r\n\r\n  .reveal{\r\n    opacity:0;\r\n    transform:translateY(28px);\r\n    transition:opacity 0.7s ease, transform 0.7s ease;\r\n  }\r\n  .reveal.in{ opacity:1; transform:translateY(0); }\r\n\r\n  \/* ---------- Problem section ---------- *\/\r\n  .problem{\r\n    background:var(--white);\r\n  }\r\n  .problem-grid{\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:60px;\r\n    align-items:center;\r\n  }\r\n  .problem-list{ margin-top:26px; display:flex; flex-direction:column; gap:16px; }\r\n  .problem-list li{\r\n    display:flex; gap:12px; align-items:flex-start;\r\n    font-size:1rem;\r\n    color:rgba(8,28,54,0.78);\r\n  }\r\n  .problem-list i{ color:var(--electric); margin-top:4px; }\r\n  .problem-quote{\r\n    background:var(--mist);\r\n    border-left:4px solid var(--electric);\r\n    border-radius:0 var(--radius-md) var(--radius-md) 0;\r\n    padding:26px 28px;\r\n    font-family:var(--font-display);\r\n    font-size:1.15rem;\r\n    color:var(--deep);\r\n  }\r\n\r\n  \/* ---------- Intro Hydromi ---------- *\/\r\n  .intro{\r\n    background:linear-gradient(180deg, var(--paper), var(--white));\r\n  }\r\n  .intro-inner{\r\n    display:grid;\r\n    grid-template-columns:0.9fr 1.1fr;\r\n    gap:56px;\r\n    align-items:center;\r\n  }\r\n  .intro-stats{\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:16px;\r\n    margin-top:30px;\r\n  }\r\n  .stat-tile{\r\n    background:var(--white);\r\n    border-radius:var(--radius-md);\r\n    padding:20px;\r\n    box-shadow:var(--shadow-card);\r\n    text-align:center;\r\n  }\r\n  .stat-tile .num{\r\n    font-family:var(--font-mono);\r\n    font-size:1.5rem;\r\n    font-weight:600;\r\n    color:var(--electric);\r\n    display:block;\r\n  }\r\n  .stat-tile .label{\r\n    font-size:0.78rem;\r\n    color:rgba(8,28,54,0.6);\r\n    margin-top:4px;\r\n  }\r\n\r\n  \/* ---------- Benefits ---------- *\/\r\n  .benefits{ background:var(--white); }\r\n  .benefit-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));\r\n    gap:22px;\r\n  }\r\n  .benefit-card{\r\n    background:var(--paper);\r\n    border-radius:var(--radius-md);\r\n    padding:28px 24px;\r\n    box-shadow:var(--shadow-card);\r\n    transition:transform 0.3s ease, box-shadow 0.3s ease;\r\n  }\r\n  .benefit-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-soft); }\r\n  .benefit-icon{\r\n    width:48px; height:48px;\r\n    border-radius:12px;\r\n    background:linear-gradient(135deg, var(--teal), var(--cyan));\r\n    display:flex; align-items:center; justify-content:center;\r\n    color:var(--white);\r\n    font-size:1.15rem;\r\n    margin-bottom:16px;\r\n  }\r\n  .benefit-card h4{ font-size:1.05rem; margin-bottom:8px; }\r\n  .benefit-card p{ font-size:0.92rem; color:rgba(8,28,54,0.66); }\r\n  .benefits-note{\r\n    margin-top:32px;\r\n    font-size:0.85rem;\r\n    color:rgba(8,28,54,0.55);\r\n    text-align:center;\r\n    max-width:640px;\r\n    margin-left:auto; margin-right:auto;\r\n  }\r\n\r\n  \/* ---------- Why different (feature tiles) ---------- *\/\r\n  .why-different{ background:var(--ink); }\r\n  .feature-grid{\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:24px;\r\n  }\r\n  .feature-tile{\r\n    background:rgba(255,255,255,0.04);\r\n    border:1px solid rgba(255,255,255,0.09);\r\n    border-radius:var(--radius-lg);\r\n    padding:34px;\r\n  }\r\n  .feature-tile .num-readout{\r\n    font-family:var(--font-mono);\r\n    font-size:2.1rem;\r\n    font-weight:600;\r\n    color:var(--cyan);\r\n    display:block;\r\n    margin-bottom:14px;\r\n  }\r\n  .feature-tile h3{ font-size:1.15rem; margin-bottom:10px; }\r\n  .feature-tile p{ color:rgba(255,255,255,0.68); font-size:0.95rem; }\r\n  .feature-tile .tag{\r\n    display:inline-block;\r\n    margin-top:16px;\r\n    font-family:var(--font-mono);\r\n    font-size:0.72rem;\r\n    color:var(--teal);\r\n    background:rgba(18,165,148,0.12);\r\n    padding:5px 12px;\r\n    border-radius:100px;\r\n  }\r\n\r\n  \/* ---------- Stories ---------- *\/\r\n  .stories{ background:var(--white); }\r\n  .story-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(3, 1fr);\r\n    gap:24px;\r\n  }\r\n  .story-card{\r\n    background:var(--paper);\r\n    border-radius:var(--radius-lg);\r\n    padding:30px 26px;\r\n    box-shadow:var(--shadow-card);\r\n  }\r\n  .story-name{\r\n    display:flex; align-items:center; gap:12px;\r\n    margin-bottom:16px;\r\n  }\r\n  .story-avatar{\r\n    width:44px; height:44px;\r\n    border-radius:50%;\r\n    background:linear-gradient(135deg, var(--deep), var(--electric));\r\n    display:flex; align-items:center; justify-content:center;\r\n    color:var(--white);\r\n    font-family:var(--font-display);\r\n    font-weight:600;\r\n  }\r\n  .story-name strong{ display:block; font-size:0.98rem; }\r\n  .story-name span{ font-size:0.78rem; color:rgba(8,28,54,0.55); }\r\n  .story-card p{ font-size:0.94rem; color:rgba(8,28,54,0.75); }\r\n  .story-closing{\r\n    text-align:center;\r\n    margin-top:40px;\r\n    font-family:var(--font-display);\r\n    font-size:1.2rem;\r\n    color:var(--deep);\r\n  }\r\n\r\n  \/* ---------- Lifestyle timeline ---------- *\/\r\n  .lifestyle{ background:var(--paper); }\r\n  .timeline{\r\n    display:grid;\r\n    grid-template-columns:repeat(4, 1fr);\r\n    gap:20px;\r\n    position:relative;\r\n  }\r\n  .timeline::before{\r\n    content:\"\";\r\n    position:absolute;\r\n    top:34px; left:6%; right:6%;\r\n    height:2px;\r\n    background:repeating-linear-gradient(to right, rgba(8,28,54,0.15) 0 8px, transparent 8px 16px);\r\n    z-index:0;\r\n  }\r\n  .time-card{\r\n    position:relative;\r\n    z-index:1;\r\n    background:var(--white);\r\n    border-radius:var(--radius-md);\r\n    padding:26px 20px;\r\n    box-shadow:var(--shadow-card);\r\n    text-align:center;\r\n  }\r\n  .time-icon{\r\n    width:56px; height:56px;\r\n    border-radius:50%;\r\n    background:linear-gradient(135deg, var(--electric), var(--deep));\r\n    color:var(--white);\r\n    display:flex; align-items:center; justify-content:center;\r\n    margin:0 auto 16px;\r\n    font-size:1.25rem;\r\n  }\r\n  .time-card h4{ font-size:1rem; margin-bottom:8px; }\r\n  .time-card p{ font-size:0.88rem; color:rgba(8,28,54,0.65); }\r\n  .time-media{\r\n    margin-top:14px;\r\n    aspect-ratio:4\/3;\r\n    background:var(--mist);\r\n    border-radius:var(--radius-sm);\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    font-family:var(--font-mono);\r\n    font-size:0.68rem;\r\n    color:rgba(8,28,54,0.45);\r\n    text-align:center;\r\n    padding:8px;\r\n  }\r\n\r\n  \/* ---------- Gallery ---------- *\/\r\n  .gallery{ background:var(--white); }\r\n  .gallery-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(3, 1fr);\r\n    gap:20px;\r\n  }\r\n  .gallery-grid .span-2{ grid-column:span 2; }\r\n  .gallery-item{\r\n    background:var(--mist);\r\n    border-radius:var(--radius-md);\r\n    aspect-ratio:4\/3;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    text-align:center;\r\n    padding:20px;\r\n    font-family:var(--font-mono);\r\n    font-size:0.78rem;\r\n    color:rgba(8,28,54,0.5);\r\n    border:1.5px dashed rgba(8,28,54,0.18);\r\n  }\r\n\r\n  \/* ---------- Video ---------- *\/\r\n  .video-section{ background:var(--ink); }\r\n  .video-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(3, 1fr);\r\n    gap:24px;\r\n  }\r\n  .video-card{\r\n    background:rgba(255,255,255,0.04);\r\n    border:1px solid rgba(255,255,255,0.09);\r\n    border-radius:var(--radius-lg);\r\n    overflow:hidden;\r\n  }\r\n  .video-card video, .video-card .video-embed-placeholder{\r\n    width:100%;\r\n    aspect-ratio:16\/9;\r\n    background:#04101F;\r\n    display:flex; align-items:center; justify-content:center;\r\n    color:rgba(255,255,255,0.4);\r\n    font-family:var(--font-mono);\r\n    font-size:0.75rem;\r\n    text-align:center;\r\n    padding:16px;\r\n  }\r\n  .video-card .caption{\r\n    padding:18px 20px;\r\n  }\r\n  .video-card .caption h4{ font-size:0.98rem; margin-bottom:6px; }\r\n  .video-card .caption p{ font-size:0.85rem; color:rgba(255,255,255,0.6); }\r\n\r\n  \/* ---------- Testimonials ---------- *\/\r\n  .testimonials{ background:var(--paper); }\r\n  .testi-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(2, 1fr);\r\n    gap:22px;\r\n  }\r\n  .testi-card{\r\n    background:var(--white);\r\n    border-radius:var(--radius-md);\r\n    padding:26px;\r\n    box-shadow:var(--shadow-card);\r\n  }\r\n  .testi-top{\r\n    display:flex; align-items:center; gap:14px;\r\n    margin-bottom:14px;\r\n  }\r\n  .testi-photo{\r\n    width:52px; height:52px;\r\n    border-radius:50%;\r\n    background:var(--mist);\r\n    border:1.5px dashed rgba(8,28,54,0.25);\r\n    display:flex; align-items:center; justify-content:center;\r\n    color:rgba(8,28,54,0.4);\r\n    font-size:0.9rem;\r\n  }\r\n  .testi-top strong{ display:block; font-size:0.95rem; }\r\n  .testi-top span{ font-size:0.78rem; color:rgba(8,28,54,0.55); }\r\n  .testi-body{\r\n    font-size:0.92rem;\r\n    color:rgba(8,28,54,0.6);\r\n    font-style:italic;\r\n    border-top:1px dashed rgba(8,28,54,0.18);\r\n    padding-top:14px;\r\n  }\r\n\r\n  \/* ---------- Who for ---------- *\/\r\n  .who{ background:var(--white); }\r\n  .who-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(auto-fit, minmax(220px,1fr));\r\n    gap:18px;\r\n  }\r\n  .who-chip{\r\n    display:flex; align-items:center; gap:12px;\r\n    background:var(--paper);\r\n    border-radius:var(--radius-md);\r\n    padding:18px 20px;\r\n    box-shadow:var(--shadow-card);\r\n    font-weight:600;\r\n    font-size:0.94rem;\r\n  }\r\n  .who-chip i{ color:var(--electric); font-size:1.2rem; }\r\n  .who-statement{\r\n    text-align:center;\r\n    margin-top:40px;\r\n    font-family:var(--font-display);\r\n    font-size:1.2rem;\r\n    color:var(--deep);\r\n    max-width:700px;\r\n    margin-left:auto; margin-right:auto;\r\n  }\r\n\r\n  \/* ---------- FAQ ---------- *\/\r\n  .faq{ background:var(--paper); }\r\n  .faq-list{ max-width:800px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }\r\n  .faq-item{\r\n    background:var(--white);\r\n    border-radius:var(--radius-md);\r\n    box-shadow:var(--shadow-card);\r\n    overflow:hidden;\r\n  }\r\n  .faq-q{\r\n    display:flex; align-items:center; justify-content:space-between;\r\n    padding:20px 24px;\r\n    font-weight:700;\r\n    font-size:0.98rem;\r\n  }\r\n  .faq-q i{ transition:transform 0.3s ease; color:var(--electric); }\r\n  .faq-item.open .faq-q i{ transform:rotate(45deg); }\r\n  .faq-a{\r\n    max-height:0;\r\n    overflow:hidden;\r\n    transition:max-height 0.35s ease;\r\n  }\r\n  .faq-a-inner{\r\n    padding:0 24px 20px;\r\n    font-size:0.92rem;\r\n    color:rgba(8,28,54,0.68);\r\n  }\r\n\r\n  \/* ---------- Final CTA ---------- *\/\r\n  .final-cta{\r\n    background:linear-gradient(160deg, var(--deep), var(--ink));\r\n    color:var(--white);\r\n    text-align:center;\r\n  }\r\n  .final-cta h2{ color:var(--white); font-size:clamp(1.8rem, 3.6vw, 2.6rem); }\r\n  .final-cta p{ color:rgba(255,255,255,0.72); max-width:620px; margin:18px auto 34px; font-size:1.05rem; }\r\n  .final-cta .hero-ctas{ justify-content:center; }\r\n\r\n  \/* ---------- Lead form ---------- *\/\r\n  .contact{ background:var(--white); }\r\n  .contact-grid{\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:50px;\r\n  }\r\n  .form-card{\r\n    background:var(--paper);\r\n    border-radius:var(--radius-lg);\r\n    padding:36px;\r\n    box-shadow:var(--shadow-card);\r\n  }\r\n  .field{ margin-bottom:18px; }\r\n  .field label{\r\n    display:block;\r\n    font-size:0.85rem;\r\n    font-weight:600;\r\n    margin-bottom:8px;\r\n    color:var(--deep);\r\n  }\r\n  .field input, .field textarea{\r\n    width:100%;\r\n    padding:14px 16px;\r\n    border-radius:var(--radius-sm);\r\n    border:1.5px solid rgba(8,28,54,0.12);\r\n    background:var(--white);\r\n    font-size:0.95rem;\r\n    color:var(--ink);\r\n  }\r\n  .field input:focus, .field textarea:focus{\r\n    outline:none;\r\n    border-color:var(--electric);\r\n    box-shadow:0 0 0 4px rgba(31,122,255,0.12);\r\n  }\r\n  .field textarea{ resize:vertical; min-height:100px; }\r\n  .contact-side{\r\n    display:flex; flex-direction:column; justify-content:center;\r\n    gap:22px;\r\n  }\r\n  .contact-item{\r\n    display:flex; gap:16px; align-items:flex-start;\r\n  }\r\n  .contact-item .ic{\r\n    width:46px; height:46px; border-radius:12px;\r\n    background:var(--mist); color:var(--electric);\r\n    display:flex; align-items:center; justify-content:center;\r\n    font-size:1.1rem; flex-shrink:0;\r\n  }\r\n  .contact-item h4{ font-size:1rem; margin-bottom:4px; }\r\n  .contact-item p{ font-size:0.9rem; color:rgba(8,28,54,0.62); }\r\n  .form-note{\r\n    font-size:0.78rem;\r\n    color:rgba(8,28,54,0.5);\r\n    margin-top:6px;\r\n  }\r\n\r\n  \/* ---------- Footer ---------- *\/\r\n  footer{\r\n    background:var(--ink);\r\n    color:rgba(255,255,255,0.6);\r\n    padding:50px 0 26px;\r\n    font-size:0.88rem;\r\n  }\r\n  .footer-top{\r\n    display:flex; justify-content:space-between; align-items:flex-start;\r\n    flex-wrap:wrap; gap:30px;\r\n    padding-bottom:30px;\r\n    border-bottom:1px solid rgba(255,255,255,0.1);\r\n    margin-bottom:24px;\r\n  }\r\n  .footer-logo{\r\n    font-family:var(--font-display);\r\n    font-size:1.2rem;\r\n    color:var(--white);\r\n    font-weight:700;\r\n    margin-bottom:10px;\r\n  }\r\n  .footer-links{ display:flex; gap:34px; flex-wrap:wrap; }\r\n  .footer-links h4{ color:var(--white); font-size:0.85rem; margin-bottom:12px; }\r\n  .footer-links ul{ display:flex; flex-direction:column; gap:8px; }\r\n  .footer-links a{ opacity:0.8; }\r\n  .footer-links a:hover{ opacity:1; color:var(--cyan); }\r\n  .footer-bottom{\r\n    display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;\r\n  }\r\n\r\n  \/* ---------- Floating WhatsApp ---------- *\/\r\n  .whatsapp-float{\r\n    position:fixed;\r\n    bottom:24px; right:24px;\r\n    z-index:900;\r\n    width:60px; height:60px;\r\n    border-radius:50%;\r\n    background:#1FAE5A;\r\n    display:flex; align-items:center; justify-content:center;\r\n    color:#fff;\r\n    font-size:1.6rem;\r\n    box-shadow:0 14px 30px -8px rgba(31,174,90,0.6);\r\n    animation:float-bob 3s ease-in-out infinite;\r\n  }\r\n  @keyframes float-bob{\r\n    0%,100%{ transform:translateY(0); }\r\n    50%{ transform:translateY(-6px); }\r\n  }\r\n\r\n  \/* ---------- Cost of Waiting ---------- *\/\r\n  .cost-section{ background:var(--white); }\r\n  .cost-grid{\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:56px;\r\n    align-items:center;\r\n  }\r\n  .cost-list{ margin-top:22px; display:flex; flex-direction:column; gap:14px; }\r\n  .cost-list li{\r\n    display:flex; gap:12px; align-items:flex-start;\r\n    font-size:0.98rem;\r\n    color:rgba(8,28,54,0.75);\r\n  }\r\n  .cost-list i{ color:var(--electric); margin-top:4px; }\r\n  .cost-quote-card{\r\n    background:var(--paper);\r\n    border-radius:var(--radius-lg);\r\n    padding:32px;\r\n    box-shadow:var(--shadow-card);\r\n  }\r\n  .cost-quote-card .who{\r\n    display:flex; align-items:center; gap:12px;\r\n    margin-bottom:16px;\r\n  }\r\n  .cost-quote-card .who .story-avatar{\r\n    width:44px; height:44px;\r\n    border-radius:50%;\r\n    background:linear-gradient(135deg, var(--deep), var(--electric));\r\n    display:flex; align-items:center; justify-content:center;\r\n    color:var(--white);\r\n    font-family:var(--font-display);\r\n    font-weight:600;\r\n    flex-shrink:0;\r\n  }\r\n  .cost-quote-card .who strong{ display:block; font-size:0.95rem; }\r\n  .cost-quote-card .who span{ font-size:0.78rem; color:rgba(8,28,54,0.55); }\r\n  .cost-quote-card p{ font-size:0.98rem; color:rgba(8,28,54,0.72); margin-bottom:14px; font-style:italic; }\r\n  .cost-transition{\r\n    margin-top:36px;\r\n    text-align:center;\r\n    font-family:var(--font-display);\r\n    font-size:1.15rem;\r\n    color:var(--deep);\r\n    max-width:680px;\r\n    margin-left:auto; margin-right:auto;\r\n  }\r\n\r\n  \/* ---------- Price Reveal ---------- *\/\r\n  .price-reveal{\r\n    background:radial-gradient(circle at 20% 20%, rgba(95,224,232,0.1), transparent 45%), var(--ink);\r\n    color:var(--white);\r\n    text-align:center;\r\n  }\r\n  .anchor-list{\r\n    display:flex; flex-direction:column; align-items:center; gap:10px;\r\n    margin:34px 0;\r\n  }\r\n  .anchor-list .anchor{\r\n    font-family:var(--font-mono);\r\n    font-size:clamp(1.1rem, 2.4vw, 1.5rem);\r\n    color:rgba(255,255,255,0.4);\r\n    text-decoration:line-through;\r\n    text-decoration-color:rgba(255,255,255,0.3);\r\n  }\r\n  .anchor-list .anchor.small{ font-size:clamp(0.95rem, 2vw, 1.2rem); }\r\n  .price-then{\r\n    font-family:var(--font-mono);\r\n    font-size:0.9rem;\r\n    letter-spacing:0.16em;\r\n    text-transform:uppercase;\r\n    color:var(--cyan);\r\n    margin:26px 0 10px;\r\n  }\r\n  .price-lead{\r\n    font-size:1.05rem;\r\n    color:rgba(255,255,255,0.75);\r\n    margin-bottom:6px;\r\n  }\r\n  .price-hero-figure{\r\n    font-family:var(--font-display);\r\n    font-weight:700;\r\n    font-size:clamp(2.6rem, 8vw, 5rem);\r\n    background:linear-gradient(135deg, var(--cyan), var(--electric));\r\n    -webkit-background-clip:text;\r\n    background-clip:text;\r\n    color:transparent;\r\n    line-height:1.05;\r\n    margin:6px 0 18px;\r\n  }\r\n  .price-warranty-tag{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    gap:8px;\r\n    font-family:var(--font-mono);\r\n    font-size:0.82rem;\r\n    letter-spacing:0.06em;\r\n    background:rgba(95,224,232,0.12);\r\n    color:var(--cyan);\r\n    border:1px solid rgba(95,224,232,0.3);\r\n    padding:8px 18px;\r\n    border-radius:100px;\r\n    margin-bottom:30px;\r\n  }\r\n  .price-copy{\r\n    max-width:600px;\r\n    margin:0 auto 34px;\r\n    color:rgba(255,255,255,0.68);\r\n    font-size:1.02rem;\r\n  }\r\n  .price-reveal .hero-ctas{ justify-content:center; }\r\n\r\n  \/* ---------- Value Compare ---------- *\/\r\n  .value-compare{ background:var(--paper); }\r\n  .compare-grid{\r\n    display:grid;\r\n    grid-template-columns:1fr auto 1fr;\r\n    gap:26px;\r\n    align-items:stretch;\r\n  }\r\n  .compare-card{\r\n    background:var(--white);\r\n    border-radius:var(--radius-lg);\r\n    padding:32px;\r\n    box-shadow:var(--shadow-card);\r\n  }\r\n  .compare-card h3{\r\n    font-size:1.1rem;\r\n    margin-bottom:18px;\r\n    display:flex; align-items:center; gap:10px;\r\n  }\r\n  .compare-card.negative h3{ color:rgba(8,28,54,0.6); }\r\n  .compare-card.positive{\r\n    border:2px solid var(--electric);\r\n  }\r\n  .compare-card.positive h3{ color:var(--electric); }\r\n  .compare-card ul{ display:flex; flex-direction:column; gap:12px; }\r\n  .compare-card li{\r\n    display:flex; gap:10px; align-items:flex-start;\r\n    font-size:0.94rem;\r\n    color:rgba(8,28,54,0.72);\r\n  }\r\n  .compare-card.negative i{ color:rgba(8,28,54,0.4); margin-top:3px; }\r\n  .compare-card.positive i{ color:var(--teal); margin-top:3px; }\r\n  .compare-vs{\r\n    display:flex; align-items:center; justify-content:center;\r\n    font-family:var(--font-mono);\r\n    font-weight:600;\r\n    color:var(--deep);\r\n    font-size:0.95rem;\r\n  }\r\n  .value-compare-note{\r\n    text-align:center;\r\n    margin-top:30px;\r\n    font-size:0.95rem;\r\n    color:rgba(8,28,54,0.6);\r\n    max-width:640px;\r\n    margin-left:auto; margin-right:auto;\r\n  }\r\n  .value-compare-note strong{ color:var(--deep); display:block; margin-bottom:6px; font-family:var(--font-display); font-size:1.1rem; }\r\n\r\n  @media(max-width:820px){\r\n    .compare-grid{ grid-template-columns:1fr; }\r\n    .compare-vs{ padding:6px 0; }\r\n  }\r\n\r\n  \/* ---------- Trust badges (Warranty \/ Guarantee) ---------- *\/\r\n  .trust-section{ background:var(--white); text-align:center; }\r\n  .trust-badge{\r\n    width:150px; height:150px;\r\n    border-radius:50%;\r\n    margin:0 auto 28px;\r\n    display:flex; flex-direction:column; align-items:center; justify-content:center;\r\n    background:linear-gradient(135deg, var(--deep), var(--electric));\r\n    color:var(--white);\r\n    box-shadow:0 20px 40px -14px rgba(31,122,255,0.45);\r\n  }\r\n  .trust-badge .big{\r\n    font-family:var(--font-mono);\r\n    font-weight:600;\r\n    font-size:2.4rem;\r\n    line-height:1;\r\n  }\r\n  .trust-badge .small{\r\n    font-family:var(--font-mono);\r\n    font-size:0.62rem;\r\n    letter-spacing:0.1em;\r\n    text-transform:uppercase;\r\n    margin-top:6px;\r\n    text-align:center;\r\n    padding:0 12px;\r\n  }\r\n  .trust-section.alt{ background:var(--paper); }\r\n  .trust-section.alt .trust-badge{\r\n    background:linear-gradient(135deg, var(--teal), var(--cyan));\r\n    box-shadow:0 20px 40px -14px rgba(18,165,148,0.4);\r\n  }\r\n  .trust-copy{\r\n    max-width:600px;\r\n    margin:0 auto 30px;\r\n    color:rgba(8,28,54,0.68);\r\n    font-size:1.02rem;\r\n  }\r\n  .trust-fine-print{\r\n    font-size:0.82rem;\r\n    color:rgba(8,28,54,0.5);\r\n    max-width:560px;\r\n    margin:0 auto 28px;\r\n  }\r\n  .trust-section .hero-ctas{ justify-content:center; }\r\n\r\n  \/* ---------- Final Price CTA extras ---------- *\/\r\n  .final-price-headline{\r\n    font-family:var(--font-mono);\r\n    font-size:clamp(1rem, 2.6vw, 1.35rem);\r\n    color:var(--cyan);\r\n    margin-bottom:18px;\r\n    letter-spacing:0.02em;\r\n  }\r\n  .final-cta-fineprint{\r\n    font-family:var(--font-mono);\r\n    font-size:0.78rem;\r\n    color:rgba(255,255,255,0.5);\r\n    margin-top:20px;\r\n  }\r\n\r\n  \/* ---------- Responsive ---------- *\/\r\n  @media(max-width:940px){\r\n    .hero-grid, .problem-grid, .intro-inner, .contact-grid{\r\n      grid-template-columns:1fr;\r\n    }\r\n    .hero-visual{ order:-1; }\r\n    .feature-grid, .story-grid, .video-grid, .testi-grid{\r\n      grid-template-columns:1fr 1fr;\r\n    }\r\n    .timeline{ grid-template-columns:1fr 1fr; }\r\n    .timeline::before{ display:none; }\r\n    .gallery-grid{ grid-template-columns:1fr 1fr; }\r\n    .gallery-grid .span-2{ grid-column:span 2; }\r\n  }\r\n  @media(max-width:640px){\r\n    section{ padding:70px 0; }\r\n    .hero{ padding:130px 0 70px; }\r\n    .feature-grid, .story-grid, .video-grid, .testi-grid, .timeline, .gallery-grid{\r\n      grid-template-columns:1fr;\r\n    }\r\n    .gallery-grid .span-2{ grid-column:span 1; }\r\n    .footer-top{ flex-direction:column; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- ============ HEADER \/ NAV ============ -->\r\n<header class=\"site-header\">\r\n  <div class=\"nav-inner\">\r\n    <div class=\"logo\"><span class=\"logo-mark\">H\u2082<\/span>HYDROMI<span>.<\/span><\/div>\r\n    <nav class=\"nav-links\" id=\"navLinks\">\r\n      <a href=\"#why-different\">Why Hydromi<\/a>\r\n      <a href=\"#benefits\">Benefits<\/a>\r\n      <a href=\"#pricing\">Pricing<\/a>\r\n      <a href=\"#gallery\">Gallery<\/a>\r\n      <a href=\"#faq\">FAQ<\/a>\r\n      <a href=\"#contact\">Contact<\/a>\r\n      <a href=\"#contact\" class=\"btn btn-primary\" style=\"padding:10px 20px; font-size:0.85rem;\">Enquire Now<\/a>\r\n    <\/nav>\r\n    <div class=\"nav-cta\">\r\n      <a href=\"#contact\" class=\"btn btn-outline\">Book a Demo<\/a>\r\n      <button class=\"menu-toggle\" id=\"menuToggle\" aria-label=\"Toggle menu\"><i class=\"fa-solid fa-bars\"><\/i><\/button>\r\n    <\/div>\r\n  <\/div>\r\n<\/header>\r\n\r\n<!-- ============ HERO ============ -->\r\n<section class=\"hero\">\r\n  <div class=\"wrap hero-grid\">\r\n    <div class=\"hero-copy\">\r\n      <div class=\"eyebrow\">Elken Global &middot; Elken Nigeria Company Limited<\/div>\r\n      <h1>What if the water you drink every day could do <em>more<\/em> for your wellness?<\/h1>\r\n      <p class=\"hero-sub\">Meet HYDROMI \u2014 the world's first Hydrogen Reverse Osmosis Water Purification Machine. Reinvent your health and enjoy absolute peace of mind. Beyond Perfect H\u2082O.<\/p>\r\n      <div class=\"hero-ctas\">\r\n        <a href=\"#contact\" class=\"btn btn-primary\"><i class=\"fa-solid fa-flask\"><\/i> Discover Hydromi<\/a>\r\n        <a href=\"#contact\" class=\"btn btn-outline\">Book a Demonstration<\/a>\r\n      <\/div>\r\n      <div class=\"hero-trust\">\r\n        <div><i class=\"fa-solid fa-check\"><\/i> 5-Stage R.O. Purification<\/div>\r\n        <div><i class=\"fa-solid fa-check\"><\/i> &gt;900ppb Hydrogen Concentration<\/div>\r\n        <div><i class=\"fa-solid fa-check\"><\/i> &gt;99.9% Pure Molecular Hydrogen<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"hero-visual\">\r\n      <div class=\"device-frame\">\r\n        <!-- HYDROMI PRODUCT IMAGE \u2014 replace src below with your own hosted image if needed -->\r\n        <img decoding=\"async\" src=\"https:\/\/abalix.online\/wp-content\/uploads\/2026\/07\/Hydromi-Machine.png\" alt=\"Hydromi Hydrogen R.O. Water Purification Machine\" class=\"device-image\">\r\n        <div class=\"bubble-column\" id=\"bubbleColumn\"><\/div>\r\n        <div class=\"readout-chip readout\"><span class=\"dot\"><\/span> &gt;900ppb H\u2082<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ PROBLEM SECTION ============ -->\r\n<section class=\"problem\" id=\"problem\">\r\n  <div class=\"wrap problem-grid\">\r\n    <div class=\"reveal\">\r\n      <div class=\"eyebrow\">A Question Worth Asking<\/div>\r\n      <h2>The question most people never ask...<\/h2>\r\n      <p style=\"color:rgba(8,28,54,0.7); font-size:1.05rem; margin-top:16px;\">\r\n        Nigerians take health seriously. We are careful about the food we eat. We compare supplements. We read the back of skincare bottles. But somehow, one thing quietly slips past almost everyone \u2014 the water we drink, every single day, for the rest of our lives.\r\n      <\/p>\r\n      <ul class=\"problem-list\">\r\n        <li><i class=\"fa-solid fa-circle-check\"><\/i> Between Lagos traffic, deadlines, and family responsibilities, water is often the last thing on our minds.<\/li>\r\n        <li><i class=\"fa-solid fa-circle-check\"><\/i> We assume \"clean water\" simply means water that looks clear.<\/li>\r\n        <li><i class=\"fa-solid fa-circle-check\"><\/i> Everyday tiredness gets blamed on work, on age, on \"just how life is\" \u2014 rarely on what we drink.<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    <div class=\"reveal\">\r\n      <div class=\"problem-quote\">\r\n        \"What exactly am I putting into my body every day?\" \u2014 it is a simple question. But it may be one of the most important questions you ask yourself this year.\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ INTRODUCE HYDROMI ============ -->\r\n<section class=\"intro\">\r\n  <div class=\"wrap intro-inner\">\r\n    <div class=\"reveal\">\r\n      <div class=\"eyebrow\">Introducing Hydromi<\/div>\r\n      <h2>Hydromi is not just another water purifier.<\/h2>\r\n      <p style=\"color:rgba(8,28,54,0.7); margin-top:16px; font-size:1.05rem;\">\r\n        Hydromi combines 5-stage Reverse Osmosis purification with high-concentration molecular hydrogen technology \u2014 giving you water that is not only clean, but designed to go further for your daily wellness.\r\n      <\/p>\r\n      <div class=\"intro-stats\">\r\n        <div class=\"stat-tile\"><span class=\"num\">5<\/span><span class=\"label\">Stage R.O. Purification<\/span><\/div>\r\n        <div class=\"stat-tile\"><span class=\"num\">&gt;900ppb<\/span><span class=\"label\">Hydrogen Concentration<\/span><\/div>\r\n        <div class=\"stat-tile\"><span class=\"num\">&gt;99.9%<\/span><span class=\"label\">Pure Molecular Hydrogen<\/span><\/div>\r\n        <div class=\"stat-tile\"><span class=\"num\">3,000+<\/span><span class=\"label\">Referenced Hydrogen Studies<\/span><\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"reveal\">\r\n      <div class=\"gallery-item\" style=\"aspect-ratio:4\/3; border-radius:var(--radius-lg);\">\r\n        <!-- REPLACE WITH HYDROMI CONTROL PANEL IMAGE -->\r\n        <!-- <img decoding=\"async\" src=\"images\/hydromi-control-panel.jpg\" alt=\"Hydromi control panel\"> -->\r\n        [ HYDROMI CONTROL PANEL IMAGE HERE ]\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ BENEFITS ============ -->\r\n<section class=\"benefits\" id=\"benefits\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Hydrogen Water Wellness<\/div>\r\n      <h2>Benefits of hydrogen water from Elken Hydromi<\/h2>\r\n      <p>According to the product information and referenced hydrogen research, molecular hydrogen has been studied for its potential role in supporting the body in several ways.<\/p>\r\n    <\/div>\r\n    <div class=\"benefit-grid\">\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-shield-halved\"><\/i><\/div><h4>Powerful Antioxidant Support<\/h4><p>Hydrogen acts as a smart, selective antioxidant that may help neutralize harmful free radicals in the body.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-wind\"><\/i><\/div><h4>Supports Against Oxidative Stress<\/h4><p>Designed to support the body's natural defense against oxidative stress, a factor associated with chronic health concerns.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-leaf\"><\/i><\/div><h4>Anti-Ageing Support<\/h4><p>May support the body's efforts to reduce the visible and cellular effects of ageing over time.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-heart-pulse\"><\/i><\/div><h4>Healthy Inflammatory Balance<\/h4><p>Studied for its potential role in supporting a healthy inflammatory response in the body.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-bolt\"><\/i><\/div><h4>Fights Free Radicals<\/h4><p>Helps the body defend against free radicals that accumulate through everyday stress and lifestyle.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-dna\"><\/i><\/div><h4>Cellular Protection Support<\/h4><p>Associated with supporting protection at the cellular level against everyday oxidative damage.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-battery-full\"><\/i><\/div><h4>Energy &amp; Vitality Support<\/h4><p>Many people report feeling more refreshed as part of a daily wellness routine that includes hydrogen water.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-chart-line\"><\/i><\/div><h4>May Help Reduce Disease Risk Factors<\/h4><p>Ongoing hydrogen research explores its potential role in supporting overall risk-factor management.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-house-medical\"><\/i><\/div><h4>General Wellness Support<\/h4><p>Designed to be part of a broader, everyday approach to family health and wellness.<\/p><\/div>\r\n      <div class=\"benefit-card reveal\"><div class=\"benefit-icon\"><i class=\"fa-solid fa-flask-vial\"><\/i><\/div><h4>170+ Conditions Referenced in Research<\/h4><p>Hydrogen water research spans over 3,000 studies referencing areas such as joint health, blood pressure, blood sugar, skin health, and more.<\/p><\/div>\r\n    <\/div>\r\n    <p class=\"benefits-note\">Hydromi is a wellness and water purification technology. These statements refer to ongoing hydrogen water research and are not guaranteed medical outcomes. Hydromi does not cure or treat any disease.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ WHY DIFFERENT ============ -->\r\n<section class=\"why-different section-dark\" id=\"why-different\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Why Hydromi Is Different<\/div>\r\n      <h2>Four reasons Hydromi stands apart<\/h2>\r\n      <p>Every part of Hydromi was engineered around one goal \u2014 water that is genuinely clean, and hydrogen that is genuinely effective.<\/p>\r\n    <\/div>\r\n    <div class=\"feature-grid\">\r\n      <div class=\"feature-tile reveal\">\r\n        <span class=\"num-readout\">&gt;900ppb<\/span>\r\n        <h3>High Hydrogen Concentration<\/h3>\r\n        <p>More hydrogen in every glass means a more powerful hydrogen-water experience. The product information references 500ppb as the therapeutic standard recommended by the International Hydrogen Association \u2014 Hydromi is designed to deliver well beyond that.<\/p>\r\n        <span class=\"tag\">Above the recommended standard<\/span>\r\n      <\/div>\r\n      <div class=\"feature-tile reveal\">\r\n        <span class=\"num-readout\">5-Stage<\/span>\r\n        <h3>Reverse Osmosis Purification<\/h3>\r\n        <p>Before you think about hydrogen, the water itself must be clean. Hydromi's 5-stage R.O. system is designed to remove virtually all contaminants first, so every glass starts from a foundation of high purity.<\/p>\r\n        <span class=\"tag\">Purity comes first<\/span>\r\n      <\/div>\r\n      <div class=\"feature-tile reveal\">\r\n        <span class=\"num-readout\">&gt;99.9%<\/span>\r\n        <h3>Pure Molecular Hydrogen<\/h3>\r\n        <p>No ozone. No chlorine. No unpleasant smell. No pollution. Just clean molecular hydrogen water, designed to be as pure as the purification process behind it.<\/p>\r\n        <span class=\"tag\">Nothing else added<\/span>\r\n      <\/div>\r\n      <div class=\"feature-tile reveal\">\r\n        <span class=\"num-readout\">Instant<\/span>\r\n        <h3>Instant Hydrogen Water<\/h3>\r\n        <p>Hydromi produces high-concentration hydrogen water instantly. Whether it is early morning before work, after a long day, or when the children return from school \u2014 fresh hydrogen water is available whenever your family needs it.<\/p>\r\n        <span class=\"tag\">Ready when you are<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ STORIES ============ -->\r\n<section class=\"stories\" id=\"stories\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Everyday Wellness<\/div>\r\n      <h2>The water in your home may be more important than you think<\/h2>\r\n    <\/div>\r\n    <div class=\"story-grid\">\r\n      <div class=\"story-card reveal\">\r\n        <div class=\"story-name\"><div class=\"story-avatar\">C<\/div><div><strong>Chinedu<\/strong><span>Lagos<\/span><\/div><\/div>\r\n        <p>Chinedu used to wake up tired even after sleeping enough hours. He blamed work. He blamed Lagos traffic. He blamed age. But one day, during a wellness conversation, he asked a simple question: \"What exactly am I putting into my body every day?\" That question led him to look more closely at his family's drinking water.<\/p>\r\n      <\/div>\r\n      <div class=\"story-card reveal\">\r\n        <div class=\"story-name\"><div class=\"story-avatar\">A<\/div><div><strong>Amaka<\/strong><span>Port Harcourt<\/span><\/div><\/div>\r\n        <p>Amaka had become the person in her family always saying, \"I am tired.\" Between work, home, and the children, she assumed tiredness was simply part of being an adult. It wasn't until she started paying attention to her daily wellness habits \u2014 starting with something as basic as water \u2014 that she began asking better questions about her routine.<\/p>\r\n      <\/div>\r\n      <div class=\"story-card reveal\">\r\n        <div class=\"story-name\"><div class=\"story-avatar\">K<\/div><div><strong>Kunle<\/strong><span>Ibadan<\/span><\/div><\/div>\r\n        <p>Kunle would spend money on different wellness products every month, but he never paid attention to the water his family drank every single day. It took a conversation with a friend for him to realize that daily hydration might deserve the same attention as everything else on his wellness shelf.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <p class=\"story-closing reveal\">Sometimes, better wellness begins with the simple things we do every day.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ MORNING TO NIGHT ============ -->\r\n<section class=\"lifestyle\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">A Day With Hydromi<\/div>\r\n      <h2>From morning to night<\/h2>\r\n      <p>Hydromi fits naturally into the rhythm of everyday Nigerian family life.<\/p>\r\n    <\/div>\r\n    <div class=\"timeline\">\r\n      <div class=\"time-card reveal\">\r\n        <div class=\"time-icon\"><i class=\"fa-solid fa-sun\"><\/i><\/div>\r\n        <h4>Morning<\/h4>\r\n        <p>Start your day with fresh hydrogen-rich water before the rush begins.<\/p>\r\n        <div class=\"time-media\">\r\n          <!-- REPLACE WITH MORNING LIFESTYLE IMAGE -->\r\n          [ MORNING LIFESTYLE IMAGE ]\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"time-card reveal\">\r\n        <div class=\"time-icon\"><i class=\"fa-solid fa-briefcase\"><\/i><\/div>\r\n        <h4>Afternoon<\/h4>\r\n        <p>Stay refreshed and hydrated through a demanding, busy work day.<\/p>\r\n        <div class=\"time-media\">\r\n          <!-- REPLACE WITH AFTERNOON LIFESTYLE IMAGE -->\r\n          [ AFTERNOON LIFESTYLE IMAGE ]\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"time-card reveal\">\r\n        <div class=\"time-icon\"><i class=\"fa-solid fa-moon\"><\/i><\/div>\r\n        <h4>Evening<\/h4>\r\n        <p>Rehydrate and unwind after a long day of traffic and responsibilities.<\/p>\r\n        <div class=\"time-media\">\r\n          <!-- REPLACE WITH EVENING LIFESTYLE IMAGE -->\r\n          [ EVENING LIFESTYLE IMAGE ]\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"time-card reveal\">\r\n        <div class=\"time-icon\"><i class=\"fa-solid fa-people-roof\"><\/i><\/div>\r\n        <h4>Family Time<\/h4>\r\n        <p>Make high-purity hydrogen water part of your family's shared daily routine.<\/p>\r\n        <div class=\"time-media\">\r\n          <!-- REPLACE WITH FAMILY LIFESTYLE IMAGE -->\r\n          [ FAMILY LIFESTYLE IMAGE ]\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ GALLERY ============ -->\r\n<section class=\"gallery\" id=\"gallery\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Product Gallery<\/div>\r\n      <h2>See Hydromi up close<\/h2>\r\n    <\/div>\r\n    <div class=\"gallery-grid\">\r\n      <div class=\"gallery-item span-2 reveal\">\r\n        <!-- REPLACE WITH HYDROMI PRODUCT IMAGE -->\r\n        <!-- <img decoding=\"async\" src=\"images\/hydromi-product-1.jpg\" alt=\"Hydromi machine full view\"> -->\r\n        [ PRODUCT IMAGE 1 HERE \u2014 Full Machine View ]\r\n      <\/div>\r\n      <div class=\"gallery-item reveal\">\r\n        <!-- REPLACE WITH HYDROMI PRODUCT IMAGE -->\r\n        <!-- <img decoding=\"async\" src=\"images\/hydromi-product-2.jpg\" alt=\"Hydromi side angle\"> -->\r\n        [ PRODUCT IMAGE 2 HERE ]\r\n      <\/div>\r\n      <div class=\"gallery-item reveal\">\r\n        <!-- REPLACE WITH HYDROMI MACHINE CLOSE-UP -->\r\n        <!-- <img decoding=\"async\" src=\"images\/hydromi-closeup.jpg\" alt=\"Hydromi machine close-up\"> -->\r\n        [ HYDROMI MACHINE CLOSE-UP HERE ]\r\n      <\/div>\r\n      <div class=\"gallery-item reveal\">\r\n        <!-- REPLACE WITH HYDROMI CONTROL PANEL -->\r\n        <!-- <img decoding=\"async\" src=\"images\/hydromi-control-panel-2.jpg\" alt=\"Hydromi control panel\"> -->\r\n        [ HYDROMI CONTROL PANEL HERE ]\r\n      <\/div>\r\n      <div class=\"gallery-item span-2 reveal\">\r\n        <!-- REPLACE WITH HYDROMI PRODUCT IMAGE -->\r\n        <!-- <img decoding=\"async\" src=\"images\/hydromi-product-3.jpg\" alt=\"Hydromi lifestyle in kitchen\"> -->\r\n        [ PRODUCT IMAGE 3 HERE \u2014 Lifestyle Setting ]\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ VIDEO SECTION ============ -->\r\n<section class=\"video-section section-dark\" id=\"videos\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">See It In Action<\/div>\r\n      <h2>Watch how Hydromi works<\/h2>\r\n    <\/div>\r\n    <div class=\"video-grid\">\r\n      <div class=\"video-card reveal\">\r\n        <!-- REPLACE WITH YOUR HYDROMI VIDEO -->\r\n        <video controls poster=\"\">\r\n          <source src=\"videos\/hydromi-demo.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n        <div class=\"caption\"><h4>Product Demonstration<\/h4><p>See Hydromi purifying and producing hydrogen water in real time.<\/p><\/div>\r\n      <\/div>\r\n      <div class=\"video-card reveal\">\r\n        <!-- REPLACE WITH YOUR HYDROMI VIDEO -->\r\n        <video controls poster=\"\">\r\n          <source src=\"videos\/hydromi-how-it-works.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n        <div class=\"caption\"><h4>How Hydromi Works<\/h4><p>A simple walkthrough of the 5-stage R.O. and hydrogen process.<\/p><\/div>\r\n      <\/div>\r\n      <div class=\"video-card reveal\">\r\n        <!-- REPLACE WITH YOUTUBE\/VIMEO EMBED, e.g.:\r\n        <iframe width=\"100%\" height=\"100%\" src=\"https:\/\/www.youtube.com\/embed\/YOUR_VIDEO_ID\"\r\n        title=\"Hydrogen Water Explained\" frameborder=\"0\" allowfullscreen><\/iframe> -->\r\n        <div class=\"video-embed-placeholder\">\r\n          <div><i class=\"fa-brands fa-youtube\" style=\"font-size:1.6rem; display:block; margin-bottom:8px;\"><\/i>YOUTUBE \/ VIMEO EMBED PLACEHOLDER<\/div>\r\n        <\/div>\r\n        <div class=\"caption\"><h4>Hydrogen Water Explained<\/h4><p>Understand the science behind molecular hydrogen and wellness.<\/p><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ TESTIMONIALS ============ -->\r\n<section class=\"testimonials\" id=\"testimonials\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Real Families, Real Experiences<\/div>\r\n      <h2>What Hydromi families are saying<\/h2>\r\n      <p><!-- ONLY INSERT VERIFIED CUSTOMER TESTIMONIALS HERE. --> These placeholders should be replaced with verified customer testimonials only.<\/p>\r\n    <\/div>\r\n    <div class=\"testi-grid\">\r\n      <div class=\"testi-card reveal\">\r\n        <div class=\"testi-top\">\r\n          <div class=\"testi-photo\"><!-- REPLACE WITH CUSTOMER PHOTO --><i class=\"fa-solid fa-user\"><\/i><\/div>\r\n          <div><strong>[Customer Name]<\/strong><span>Lagos<\/span><\/div>\r\n        <\/div>\r\n        <div class=\"testi-body\">\"[REAL CUSTOMER TESTIMONIAL WILL BE INSERTED HERE]\"<\/div>\r\n      <\/div>\r\n      <div class=\"testi-card reveal\">\r\n        <div class=\"testi-top\">\r\n          <div class=\"testi-photo\"><i class=\"fa-solid fa-user\"><\/i><\/div>\r\n          <div><strong>[Customer Name]<\/strong><span>Abuja<\/span><\/div>\r\n        <\/div>\r\n        <div class=\"testi-body\">\"[REAL CUSTOMER TESTIMONIAL WILL BE INSERTED HERE]\"<\/div>\r\n      <\/div>\r\n      <div class=\"testi-card reveal\">\r\n        <div class=\"testi-top\">\r\n          <div class=\"testi-photo\"><i class=\"fa-solid fa-user\"><\/i><\/div>\r\n          <div><strong>[Customer Name]<\/strong><span>Port Harcourt<\/span><\/div>\r\n        <\/div>\r\n        <div class=\"testi-body\">\"[REAL CUSTOMER TESTIMONIAL WILL BE INSERTED HERE]\"<\/div>\r\n      <\/div>\r\n      <div class=\"testi-card reveal\">\r\n        <div class=\"testi-top\">\r\n          <div class=\"testi-photo\"><i class=\"fa-solid fa-user\"><\/i><\/div>\r\n          <div><strong>[Customer Name]<\/strong><span>Ibadan<\/span><\/div>\r\n        <\/div>\r\n        <div class=\"testi-body\">\"[REAL CUSTOMER TESTIMONIAL WILL BE INSERTED HERE]\"<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ WHO IS IT FOR ============ -->\r\n<section class=\"who\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Is Hydromi For You?<\/div>\r\n      <h2>Who is Hydromi for?<\/h2>\r\n    <\/div>\r\n    <div class=\"who-grid\">\r\n      <div class=\"who-chip reveal\"><i class=\"fa-solid fa-heart\"><\/i> Health-conscious individuals<\/div>\r\n      <div class=\"who-chip reveal\"><i class=\"fa-solid fa-briefcase\"><\/i> Busy professionals<\/div>\r\n      <div class=\"who-chip reveal\"><i class=\"fa-solid fa-people-roof\"><\/i> Families<\/div>\r\n      <div class=\"who-chip reveal\"><i class=\"fa-solid fa-leaf\"><\/i> Wellness enthusiasts<\/div>\r\n      <div class=\"who-chip reveal\"><i class=\"fa-solid fa-flask\"><\/i> People interested in hydrogen water<\/div>\r\n      <div class=\"who-chip reveal\"><i class=\"fa-solid fa-droplet\"><\/i> Anyone improving their hydration routine<\/div>\r\n      <div class=\"who-chip reveal\"><i class=\"fa-solid fa-shield-halved\"><\/i> People exploring antioxidant support<\/div>\r\n    <\/div>\r\n    <p class=\"who-statement reveal\">Hydromi is for people who believe prevention, wellness, and daily healthy choices matter.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ THE COST OF WAITING VS. INVESTING ============ -->\r\n<section class=\"cost-section\" id=\"cost\">\r\n  <div class=\"wrap cost-grid\">\r\n    <div class=\"reveal\">\r\n      <div class=\"eyebrow\">Let's Be Honest For A Moment<\/div>\r\n      <h2>The cost of waiting vs. investing in your wellness<\/h2>\r\n      <p style=\"color:rgba(8,28,54,0.7); margin-top:16px; font-size:1.02rem;\">\r\n        Many families spend large amounts of money over the years on hospital visits, medical consultations, laboratory tests, prescription medications, supplements, and repeated health-related expenses. One unexpected health concern can quickly become financially stressful for a family.\r\n      <\/p>\r\n      <ul class=\"cost-list\">\r\n        <li><i class=\"fa-solid fa-circle-check\"><\/i> Hospital consultations and repeat visits<\/li>\r\n        <li><i class=\"fa-solid fa-circle-check\"><\/i> Laboratory tests and diagnostics<\/li>\r\n        <li><i class=\"fa-solid fa-circle-check\"><\/i> Prescription medications<\/li>\r\n        <li><i class=\"fa-solid fa-circle-check\"><\/i> Supplements and repeated health-related expenses<\/li>\r\n      <\/ul>\r\n      <p style=\"margin-top:20px; font-weight:700; font-size:1.05rem; color:var(--deep);\">How much have you or your family spent on health-related expenses in the last 5 or 10 years?<\/p>\r\n    <\/div>\r\n    <div class=\"reveal\">\r\n      <div class=\"cost-quote-card\">\r\n        <div class=\"who\"><div class=\"story-avatar\">E<\/div><div><strong>Emeka<\/strong><span>Lagos<\/span><\/div><\/div>\r\n        <p>\"I have spent more money on hospital bills, medications and health-related expenses over the years than I ever imagined.\"<\/p>\r\n        <p style=\"margin-bottom:0;\">His friend simply asked: \"What if you started paying more attention to your daily wellness before another health expense came knocking?\"<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <p class=\"cost-transition reveal\">Of course, no one can put a price on good health. But every family can make better daily wellness choices.<\/p>\r\n<\/section>\r\n\r\n<!-- ============ THE HYDROMI PRICE REVEAL ============ -->\r\n<section class=\"price-reveal\" id=\"pricing\">\r\n  <div class=\"wrap\">\r\n    <div class=\"eyebrow\" style=\"justify-content:center; color:var(--cyan);\">The Price Reveal<\/div>\r\n    <h2 class=\"reveal\" style=\"color:#fff;\">The price may surprise you...<\/h2>\r\n    <div class=\"anchor-list reveal\">\r\n      <div class=\"anchor\">At a value that could easily be compared with a \u20a69,500,000-level premium wellness investment...<\/div>\r\n      <div class=\"anchor small\">Or even \u20a68,000,000.<\/div>\r\n      <div class=\"anchor small\">Certainly, it would not be sold for \u20a66,800,000.<\/div>\r\n      <div class=\"anchor small\">Not even \u20a66,000,000.<\/div>\r\n    <\/div>\r\n    <div class=\"price-then reveal\">But today<\/div>\r\n    <p class=\"price-lead reveal\">You can get your Hydromi for only<\/p>\r\n    <div class=\"price-hero-figure reveal\">\u20a65,350,000<\/div>\r\n    <div class=\"price-warranty-tag reveal\"><i class=\"fa-solid fa-shield-halved\"><\/i> Including a 10-Year Warranty<\/div>\r\n    <p class=\"price-copy reveal\">That is not just the price of a machine. It is an opportunity to bring advanced Hydrogen R.O. water purification technology into your home. Instead of waiting until wellness becomes an emergency conversation, you can make a proactive daily wellness choice today.<\/p>\r\n    <div class=\"hero-ctas reveal\">\r\n      <a href=\"#contact\" class=\"btn btn-primary\"><i class=\"fa-solid fa-flask\"><\/i> Secure My Hydromi<\/a>\r\n      <a href=\"https:\/\/wa.me\/INSERT_WHATSAPP_NUMBER_HERE\" class=\"btn btn-outline\" style=\"color:#fff; border-color:rgba(255,255,255,0.35);\"><i class=\"fa-brands fa-whatsapp\"><\/i> I Want My Hydromi<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ VALUE-BASED PRICE COMPARISON ============ -->\r\n<section class=\"value-compare\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Think About It This Way<\/div>\r\n      <h2>The real question is not only \"how much does Hydromi cost?\"<\/h2>\r\n      <p>The better question is: \"What is my family's daily wellness worth to me?\"<\/p>\r\n    <\/div>\r\n    <div class=\"compare-grid reveal\">\r\n      <div class=\"compare-card negative\">\r\n        <h3><i class=\"fa-solid fa-hospital\"><\/i> Hospital &amp; Health-Related Expenses<\/h3>\r\n        <ul>\r\n          <li><i class=\"fa-solid fa-minus\"><\/i> Hospital consultations<\/li>\r\n          <li><i class=\"fa-solid fa-minus\"><\/i> Laboratory tests<\/li>\r\n          <li><i class=\"fa-solid fa-minus\"><\/i> Medications<\/li>\r\n          <li><i class=\"fa-solid fa-minus\"><\/i> Repeated health-related expenses<\/li>\r\n          <li><i class=\"fa-solid fa-minus\"><\/i> Unexpected health costs<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"compare-vs\">VS<\/div>\r\n      <div class=\"compare-card positive\">\r\n        <h3><i class=\"fa-solid fa-droplet\"><\/i> Hydromi At Home<\/h3>\r\n        <ul>\r\n          <li><i class=\"fa-solid fa-check\"><\/i> High-purity R.O. water<\/li>\r\n          <li><i class=\"fa-solid fa-check\"><\/i> High-concentration hydrogen water<\/li>\r\n          <li><i class=\"fa-solid fa-check\"><\/i> &gt;900ppb hydrogen concentration<\/li>\r\n          <li><i class=\"fa-solid fa-check\"><\/i> 5-stage R.O. purification<\/li>\r\n          <li><i class=\"fa-solid fa-check\"><\/i> Instant hydrogen water<\/li>\r\n          <li><i class=\"fa-solid fa-check\"><\/i> 10-year warranty<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n    <p class=\"value-compare-note reveal\"><strong>Health-related expenses can add up quickly.<\/strong>You may not be able to predict every health expense life can bring. But you can choose to make better daily wellness decisions.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ 10-YEAR WARRANTY VALUE ============ -->\r\n<section class=\"trust-section\" id=\"warranty\">\r\n  <div class=\"wrap\">\r\n    <div class=\"trust-badge reveal\"><span class=\"big\">10<\/span><span class=\"small\">Years Warranty<\/span><\/div>\r\n    <div class=\"section-head reveal\" style=\"margin-bottom:20px;\">\r\n      <h2>10 years of warranty. 10 years of peace of mind.<\/h2>\r\n    <\/div>\r\n    <p class=\"trust-copy reveal\">\u20a65,350,000 gets you more than a Hydromi machine. It gives you the confidence of a long-term investment backed by a 10-year warranty.<\/p>\r\n    <div class=\"hero-ctas reveal\">\r\n      <a href=\"#contact\" class=\"btn btn-primary\"><i class=\"fa-solid fa-shield-halved\"><\/i> Get Hydromi With 10-Year Warranty<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ 30-DAY SATISFACTION RETURN POLICY ============ -->\r\n<section class=\"trust-section alt\" id=\"guarantee\">\r\n  <div class=\"wrap\">\r\n    <div class=\"trust-badge reveal\"><span class=\"big\">30<\/span><span class=\"small\">Days Satisfaction Guarantee<\/span><\/div>\r\n    <div class=\"section-head reveal\" style=\"margin-bottom:20px;\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Buy With Confidence<\/div>\r\n      <h2>Try Hydromi with greater peace of mind<\/h2>\r\n    <\/div>\r\n    <p class=\"trust-copy reveal\">We want you to feel confident about your decision. You should not feel trapped after making a premium wellness investment. If, within 30 days, you are not satisfied with your Hydromi purchase, you can initiate a return \u2014 as long as the machine is still in good shape and meets the applicable return conditions. Once the return is approved according to the return policy, the eligible purchase amount will be refunded.<\/p>\r\n    <p class=\"trust-fine-print reveal\">Return eligibility is subject to the product being in good condition and the applicable return policy requirements.<\/p>\r\n    <div class=\"hero-ctas reveal\">\r\n      <a href=\"#contact\" class=\"btn btn-primary\"><i class=\"fa-solid fa-rotate-left\"><\/i> Order With Confidence<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ FAQ ============ -->\r\n<section class=\"faq\" id=\"faq\">\r\n  <div class=\"wrap\">\r\n    <div class=\"section-head reveal\">\r\n      <div class=\"eyebrow\" style=\"justify-content:center;\">Common Questions<\/div>\r\n      <h2>Frequently asked questions<\/h2>\r\n    <\/div>\r\n    <div class=\"faq-list\">\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">What is Hydromi? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">Hydromi is the world's first Hydrogen Reverse Osmosis Water Purification Machine, combining 5-stage R.O. purification with high-concentration molecular hydrogen technology for daily wellness.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Is Hydromi just a normal water purifier? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">No. While Hydromi does purify water through 5 stages of Reverse Osmosis, it goes further by infusing the purified water with high-concentration molecular hydrogen \u2014 something ordinary purifiers do not do.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">What is hydrogen water? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">Hydrogen water is water infused with molecular hydrogen (H\u2082), a smart selective antioxidant that has been studied for its potential role in helping the body defend against oxidative stress.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">What is the &gt;900ppb hydrogen concentration? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">ppb (parts per billion) measures how much hydrogen is dissolved in the water. Hydromi is designed to deliver above 900ppb, well beyond the 500ppb therapeutic standard referenced by the International Hydrogen Association.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">How does the 5-stage R.O. system work? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">The system passes water through five stages designed to remove contaminants and impurities, so that only high-purity water remains before hydrogen infusion.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Does Hydromi produce hydrogen instantly? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">Yes. Hydromi is designed to produce high-concentration hydrogen water instantly, so fresh hydrogen water is available whenever you need it.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Can my entire family use Hydromi? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">Yes. Hydromi is designed for daily household use, making it convenient for every member of the family, from early morning to family time in the evening.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Does Hydromi cure diseases? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">Hydromi is a wellness and water purification technology. It should not be presented as a guaranteed cure for any disease. Hydrogen research continues to explore its potential wellness and antioxidant benefits. Individuals with medical conditions should continue to follow the advice of their qualified healthcare professionals.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">How do I get a Hydromi machine? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">Simply fill out the enquiry form below, or reach out to us directly via WhatsApp, and our team will guide you through the next steps.<\/div><\/div>\r\n      <\/div>\r\n      <div class=\"faq-item\">\r\n        <div class=\"faq-q\">Can I book a product demonstration? <i class=\"fa-solid fa-plus\"><\/i><\/div>\r\n        <div class=\"faq-a\"><div class=\"faq-a-inner\">Yes. Use the enquiry form or WhatsApp button below to request a live demonstration of Hydromi at a time convenient for you.<\/div><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ FINAL PRICE CTA ============ -->\r\n<section class=\"final-cta\">\r\n  <div class=\"wrap\">\r\n    <div class=\"reveal\">\r\n      <div class=\"final-price-headline\">\u20a65,350,000 Today &middot; 10-Year Warranty &middot; 30-Day Satisfaction Guarantee<\/div>\r\n      <h2>Are you ready to make every glass count?<\/h2>\r\n      <p>Chinedu, Aisha, Tunde, Amaka \u2014 every family has different priorities. But when it comes to the people we love, we all want to make better choices.<\/p>\r\n      <p>Hydromi is not a magic machine. It is not a replacement for your doctor or prescribed treatment. It is a premium wellness technology designed to bring high-purity Hydrogen R.O. water into your daily life.<\/p>\r\n      <p style=\"font-weight:700; color:#fff;\">Your family drinks water every day. The question is: are you ready to make every glass count?<\/p>\r\n      <div class=\"hero-ctas\">\r\n        <a href=\"#contact\" class=\"btn btn-primary\"><i class=\"fa-solid fa-flask\"><\/i> Secure My Hydromi For \u20a65,350,000<\/a>\r\n        <a href=\"https:\/\/wa.me\/INSERT_WHATSAPP_NUMBER_HERE\" class=\"btn btn-whatsapp\"><i class=\"fa-brands fa-whatsapp\"><\/i> Chat With Us On WhatsApp<\/a>\r\n      <\/div>\r\n      <div class=\"final-cta-fineprint\">Includes 10-year warranty | 30-day satisfaction return policy subject to applicable conditions<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ CONTACT \/ LEAD CAPTURE ============ -->\r\n<section class=\"contact\" id=\"contact\">\r\n  <div class=\"wrap contact-grid\">\r\n    <div class=\"reveal\">\r\n      <div class=\"eyebrow\">Get In Touch<\/div>\r\n      <h2>Request more information<\/h2>\r\n      <p style=\"color:rgba(8,28,54,0.68); margin-top:12px; margin-bottom:26px;\">Tell us a bit about yourself and what you'd like to know. Our team will reach out to guide you through Hydromi, pricing, and demonstration options.<\/p>\r\n\r\n      <form class=\"form-card\" id=\"enquiryForm\">\r\n        <div class=\"field\">\r\n          <label for=\"fullName\">Full Name<\/label>\r\n          <input type=\"text\" id=\"fullName\" name=\"fullName\" placeholder=\"e.g. Ngozi Okafor\" required>\r\n        <\/div>\r\n        <div class=\"field\">\r\n          <label for=\"phone\">Phone Number<\/label>\r\n          <input type=\"tel\" id=\"phone\" name=\"phone\" placeholder=\"e.g. 080X XXX XXXX\" required>\r\n        <\/div>\r\n        <div class=\"field\">\r\n          <label for=\"whatsapp\">WhatsApp Number<\/label>\r\n          <input type=\"tel\" id=\"whatsapp\" name=\"whatsapp\" placeholder=\"e.g. 080X XXX XXXX\">\r\n        <\/div>\r\n        <div class=\"field\">\r\n          <label for=\"email\">Email Address<\/label>\r\n          <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"you@example.com\" required>\r\n        <\/div>\r\n        <div class=\"field\">\r\n          <label for=\"location\">Location<\/label>\r\n          <input type=\"text\" id=\"location\" name=\"location\" placeholder=\"e.g. Lagos, Nigeria\" required>\r\n        <\/div>\r\n        <div class=\"field\">\r\n          <label for=\"message\">What would you like to know about Hydromi?<\/label>\r\n          <textarea id=\"message\" name=\"message\" placeholder=\"Ask about pricing, demonstrations, delivery, or anything else...\"><\/textarea>\r\n        <\/div>\r\n        <button type=\"submit\" class=\"btn btn-primary btn-block\">Request More Information<\/button>\r\n        <p class=\"form-note\" id=\"formNote\">This form currently runs without a backend connection \u2014 connect it to your CRM, email service, or WhatsApp API to start receiving enquiries.<\/p>\r\n      <\/form>\r\n    <\/div>\r\n\r\n    <div class=\"contact-side reveal\">\r\n      <div class=\"contact-item\">\r\n        <div class=\"ic\"><i class=\"fa-brands fa-whatsapp\"><\/i><\/div>\r\n        <div>\r\n          <h4>Chat With Us On WhatsApp<\/h4>\r\n          <!-- REPLACE WITH YOUR WHATSAPP NUMBER AND LINK -->\r\n          <p>[INSERT WHATSAPP NUMBER HERE]<\/p>\r\n          <a href=\"https:\/\/wa.me\/INSERT_WHATSAPP_NUMBER_HERE\" class=\"btn btn-whatsapp\" style=\"margin-top:12px;\"><i class=\"fa-brands fa-whatsapp\"><\/i> Message Us Now<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"contact-item\">\r\n        <div class=\"ic\"><i class=\"fa-solid fa-envelope\"><\/i><\/div>\r\n        <div>\r\n          <h4>Email<\/h4>\r\n          <!-- REPLACE WITH YOUR CONTACT EMAIL -->\r\n          <p>[INSERT EMAIL ADDRESS HERE]<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"contact-item\">\r\n        <div class=\"ic\"><i class=\"fa-solid fa-location-dot\"><\/i><\/div>\r\n        <div>\r\n          <h4>Office<\/h4>\r\n          <!-- REPLACE WITH YOUR OFFICE ADDRESS -->\r\n          <p>[INSERT ELKEN NIGERIA OFFICE ADDRESS HERE]<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"contact-item\">\r\n        <div class=\"ic\"><i class=\"fa-solid fa-calendar-check\"><\/i><\/div>\r\n        <div>\r\n          <h4>Book A Demonstration<\/h4>\r\n          <p>Prefer to see Hydromi in person? Let us know your preferred date and location, and our team will arrange a live demonstration.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============ FOOTER ============ -->\r\n<footer>\r\n  <div class=\"wrap footer-top\">\r\n    <div>\r\n      <div class=\"footer-logo\">HYDROMI<\/div>\r\n      <p style=\"max-width:280px;\">The world's first Hydrogen Reverse Osmosis Water Purification Machine. Beyond Perfect H\u2082O. Distributed by Elken Nigeria Company Limited.<\/p>\r\n    <\/div>\r\n    <div class=\"footer-links\">\r\n      <div>\r\n        <h4>Explore<\/h4>\r\n        <ul>\r\n          <li><a href=\"#why-different\">Why Hydromi<\/a><\/li>\r\n          <li><a href=\"#benefits\">Benefits<\/a><\/li>\r\n          <li><a href=\"#gallery\">Gallery<\/a><\/li>\r\n          <li><a href=\"#faq\">FAQ<\/a><\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div>\r\n        <h4>Company<\/h4>\r\n        <ul>\r\n          <li>Elken Global<\/li>\r\n          <li>Elken Nigeria Company Limited<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"wrap footer-bottom\">\r\n    <span>&copy; <span id=\"year\"><\/span> Elken Nigeria Company Limited. All rights reserved.<\/span>\r\n    <span>Hydromi is a wellness &amp; water purification technology, not a medical treatment.<\/span>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<!-- REPLACE WHATSAPP NUMBER IN THIS LINK -->\r\n<a href=\"https:\/\/wa.me\/INSERT_WHATSAPP_NUMBER_HERE\" class=\"whatsapp-float\" aria-label=\"Chat on WhatsApp\"><i class=\"fa-brands fa-whatsapp\"><\/i><\/a>\r\n\r\n<script>\r\n  \/\/ Mobile menu toggle\r\n  const menuToggle = document.getElementById('menuToggle');\r\n  const navLinks = document.getElementById('navLinks');\r\n  menuToggle.addEventListener('click', () => {\r\n    navLinks.classList.toggle('open');\r\n  });\r\n  navLinks.querySelectorAll('a').forEach(a => {\r\n    a.addEventListener('click', () => navLinks.classList.remove('open'));\r\n  });\r\n\r\n  \/\/ FAQ accordion\r\n  document.querySelectorAll('.faq-item').forEach(item => {\r\n    const q = item.querySelector('.faq-q');\r\n    const a = item.querySelector('.faq-a');\r\n    q.addEventListener('click', () => {\r\n      const isOpen = item.classList.contains('open');\r\n      document.querySelectorAll('.faq-item').forEach(i => {\r\n        i.classList.remove('open');\r\n        i.querySelector('.faq-a').style.maxHeight = null;\r\n      });\r\n      if(!isOpen){\r\n        item.classList.add('open');\r\n        a.style.maxHeight = a.scrollHeight + 'px';\r\n      }\r\n    });\r\n  });\r\n\r\n  \/\/ Scroll reveal\r\n  const revealEls = document.querySelectorAll('.reveal');\r\n  const observer = new IntersectionObserver((entries) => {\r\n    entries.forEach(entry => {\r\n      if(entry.isIntersecting){\r\n        entry.target.classList.add('in');\r\n        observer.unobserve(entry.target);\r\n      }\r\n    });\r\n  }, { threshold: 0.15 });\r\n  revealEls.forEach(el => observer.observe(el));\r\n\r\n  \/\/ Rising hydrogen bubbles in hero device\r\n  const bubbleColumn = document.getElementById('bubbleColumn');\r\n  if(bubbleColumn){\r\n    for(let i=0; i<14; i++){\r\n      const b = document.createElement('div');\r\n      b.className = 'bubble';\r\n      const size = 4 + Math.random()*10;\r\n      b.style.width = size + 'px';\r\n      b.style.height = size + 'px';\r\n      b.style.left = (5 + Math.random()*90) + '%';\r\n      b.style.animationDuration = (4 + Math.random()*5) + 's';\r\n      b.style.animationDelay = (Math.random()*5) + 's';\r\n      bubbleColumn.appendChild(b);\r\n    }\r\n  }\r\n\r\n  \/\/ Lead form (no backend \u2014 connect to your own service)\r\n  const form = document.getElementById('enquiryForm');\r\n  const formNote = document.getElementById('formNote');\r\n  form.addEventListener('submit', (e) => {\r\n    e.preventDefault();\r\n    formNote.textContent = \"Thank you! Your enquiry details are ready \u2014 connect this form to your email, CRM, or WhatsApp API to start receiving real submissions.\";\r\n    formNote.style.color = 'var(--teal)';\r\n  });\r\n\r\n  \/\/ Footer year\r\n  document.getElementById('year').textContent = new Date().getFullYear();\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>HYDROMI \u2014 1st Hydrogen R.O. Water Purification System | Beyond Perfect H2O H\u2082HYDROMI. Why Hydromi Benefits Pricing Gallery FAQ Contact Enquire Now Book a Demo Elken Global &middot; Elken Nigeria Company Limited What if the water you drink every day could do more for your wellness? Meet HYDROMI \u2014 the world&#8217;s first Hydrogen Reverse Osmosis [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-44","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/abalix.online\/index.php?rest_route=\/wp\/v2\/pages\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abalix.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abalix.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abalix.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/abalix.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=44"}],"version-history":[{"count":5,"href":"https:\/\/abalix.online\/index.php?rest_route=\/wp\/v2\/pages\/44\/revisions"}],"predecessor-version":[{"id":53,"href":"https:\/\/abalix.online\/index.php?rest_route=\/wp\/v2\/pages\/44\/revisions\/53"}],"wp:attachment":[{"href":"https:\/\/abalix.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}