/* ------------------------------------------------------------------
   aqua-buddy.css
   Minimal re-creation of the theme utility classes used by the
   original markup, so the section renders correctly as a standalone
   page (outside the full Drupal/Bootstrap theme).
   ------------------------------------------------------------------ */

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
               "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  background: #f4fafd;
}

/* ---- Page shell (not part of the original div) ---- */
.page-wrap { max-width: 1100px; margin: 0 auto; padding: 24px 16px 56px; }

.logo-band { text-align: center; padding: 28px 16px 8px; }
.logo-band img { width: 100%; max-width: 440px; height: auto; }

/* ---- Backgrounds ---- */
.bg-water-ripple {
  background-color: #e3f3fa;
  background-size: 220px 220px, 260px 260px, 100% 100%;
}
