body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0ebf8;
    color: #202124;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('quacinum_bkgd.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

h1, h2, h3 {
    font-family: 'Google Sans', sans-serif;
}

.google-purple {
    color: #673ab7;
}
.google-purple-bg {
    background-color: #673ab7;
}
.google-purple-border {
    border-top: 10px solid #673ab7;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #dadce0;
}

/* Custom styles to mimic Tailwind on index.html */
.min-h-screen {
    min-height: 100vh;
}

.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.max-w-7xl {
    max-width: 1280px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.quacinum-logo-nav {
    max-height: 80px; /* Doubled from 40px */
}

.space-x-8 > * + * {
    margin-left: 2rem;
}

.hidden {
    display: none;
}
.md\:flex {
    display: flex;
}

.font-medium {
    font-weight: 500;
}
.text-\[#5f6368\] {
    color: #5f6368;
}
.hover\:text-\[#673ab7\]:hover {
    color: #673ab7;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.text-center {
    text-align: center;
}
.max-w-4xl {
    max-width: 896px;
}
.p-12 {
    padding: 3rem;
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.font-normal {
    font-weight: 400;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.max-w-2xl {
    max-width: 672px;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.grid {
    display: grid;
}
.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-8 {
    gap: 2rem;
}
.p-8 {
    padding: 2rem;
}
.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.group:hover .hover\:underline {
    text-decoration-line: underline;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.text-\[#202124\] {
    color: #202124;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.inline-block {
    display: inline-block;
}
.text-\[#673ab7\] {
    color: #673ab7;
}
.opacity-60 {
    opacity: 0.6;
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.bg-gray-50 {
    background-color: #f9fafb;
}
.border-dashed {
    border-style: dashed;
}
.border-2 {
    border-width: 2px;
}

.w-full {
    width: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.border {
    border-width: 1px;
}
.border-\[#dadce0\] {
    border-color: #dadce0;
}
.bg-white {
    background-color: #ffffff;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.footer-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    color: #5f6368;
    font-size: 0.875rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 4rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.h-10 {
    height: 2.5rem;
}
.grayscale {
    filter: grayscale(100%);
}
.opacity-70 {
    opacity: 0.7;
}
.hover\:grayscale-0:hover {
    filter: grayscale(0%);
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.duration-500 {
    transition-duration: 500ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* Common styles for legal/support pages */
.container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.header {
    text-align: center;
    border-bottom: 3px solid #9CCC65; /* InstaRoof Light Green */
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.header img.product-logo {
    max-height: 60px;
    max-width: 60px; /* Limit width as well */
    margin-bottom: 10px;
}
.footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.9em;
    color: #666;
}
.footer img.company-logo {
    max-height: 60px;
    margin-top: 15px;
}
h1 {
    color: #2E7D32; /* Darker green for primary headers */
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: 5px;
}
h2 {
    color: #558B2F; /* Medium green for secondary headers */
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    margin-top: 35px;
    font-size: 1.5em;
}
h3 {
    color: #33691E;
    margin-top: 25px;
    font-size: 1.2em;
}
p {
    margin-bottom: 15px;
}
ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
li {
    margin-bottom: 8px;
}
.meta-info {
    color: #757575;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}
.contact-info {
    background-color: #f1f8e9; /* Light green tint */
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #8bc34a;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.nav-links li {
    margin-bottom: 15px;
}
.nav-links a {
    display: block;
    padding: 15px 20px;
    background-color: #f1f8e9;
    color: #2E7D32;
    text-decoration: none;
    border-radius: 5px;
    border-left: 4px solid #8bc34a;
    font-weight: bold;
    transition: background-color 0.2s ease;
}
.nav-links a:hover {
    background-color: #e8f5e9;
}