/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5 {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
}

h1 {
	font-size: 1.25em;
}

a, p {
    color: white;
    line-height: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

button {
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

button.icon-only, a.icon-only {
	color: transparent !important;
	overflow: hidden;
	border:none;
}

button.icon-only:focus {
	outline: 0;
}

/* HEAT ALERT STYLES*/

html, body {
    height: 100vh;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    background-color: white;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

body {
    background-color: #EC2E2E;
    background-image: linear-gradient(to bottom, #EC2E2E, #F2B35A);
}

h1 {
    font-weight: 600;
    font-size: 1.35em;
}

p {
    line-height: 2em;
}

.section {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

#app-desc h1 {
    color: #F2B35A;
    text-align: center;
}

#header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heatalert-logo {
    height: auto;
    width: 80%;
    max-width: 400px;
    padding: 25px 0 50px 0;
    filter: brightness(0) invert(1);
}

.compatible-with-disney {
    height: 75%;
    width: 75%;
    max-width: 350px;
    padding: 0 0 50px 0;
}

#screenshots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#screenshots img {
    height: auto;
    width: 33%;
    max-width: 250px;
}

#download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

#download .apple img, #download .android img {
    height: 50px;
    width: auto;
    padding: 25px;
}

.qr-code {
    width: 125px;
    height: 125px;
}

#app-desc {
    background-color: #202630;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px 0;
}

#app-desc .section {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-auto-rows: max-content;
}

#app-desc .desc-item:nth-child(7) {
    grid-column: 2 / span 1;
}

.desc-item {
    text-align: center;
    padding: 30px 20px;
}

.desc-item h1 {
    color: #F2B35A;
    padding: 5px 0 20px 0;
    font-weight: 600;
}

.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.partners img {
    max-width: 100%;
    height: auto;
}

.disneyHeat {
    width: 40%;
    height: 40%;
    padding: 10px;
}

#footer {
    margin: 0 auto;
    padding: 50px 0 100px 0;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#footer .row {
    padding: 20px 0 0 0;
}

#footer .row > p {
    padding: 0 15px 0 0;
}

.row p {
    padding: 0 15px;
}

.heat-info-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    max-width: 240px;
    height: 100%;
    max-height: 110px;
    color: white;
}

#footer-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#footer-ctn {
    width: 70%;
    margin: 0 auto;
}

#heat-footer {
    width: 100%;
    height: 10%;
    padding: 10px 10px;
    margin: 0 auto;

}

#footer-logo {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.social-icon {
    display: inline-block;
    height: 40px;
    width: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    filter: brightness(0) invert(1);
}

.social-facebook {
    background-image: url(../images/social-facebook.svg?v=20250409a);
}

.social-instagram {
    background-image: url(../images/social-instagram.svg?v=20250409a);
}

.social-twitter {
    background-image: url(../images/social-x.svg?v=20250409a);
}

.social-youtube {
    background-image: url(../images/social-youtube.svg?v=20250409a);
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: transparent;
}

body::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
}

/* App Install Banner Styles */
.app-install-banner {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
  }

  .app-install-banner.hidden {
    display: none;
  }

  .app-install-content {
    display: flex;
    align-items: center;
  }

  .app-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 15px;
  }

  .app-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .app-info h3 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #333;
  }

  .app-info p {
    margin: 0;
    font-size: 12px;
    color: #666;
  }

  .install-button {
    background: #007aff;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
  }

  .install-button:hover {
    background: #005bb5;
  }

  .close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
  }

  .close-button:hover {
    color: #333;
  }

  /* Slide Down Animation */
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }


#not-found {
    text-align: center;
}

#not-found h1 {
    font-size: 30px;
    color: white;
}

@media (max-width: 480px) {
    #app-desc .section {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #download {
        flex-direction: column;
    }

    #footer-icons {
        flex-direction: column;
    }

    #footer-icons div {
        padding: 15px 0;
    }

    #footer-text {
        justify-content: center;
    }

    .app-install-banner {
        display: flex;
    }
}
