/* --- CSS Reset & Defaults --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #FDF8F6;
}

/* --- Container --- */
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Typography --- */
h1, h2, h3 {
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    color: #222;
    margin-bottom: 20px;
}

/* Default h1 is now smaller, more specific styling is in .hero h1 */
h1 {
    font-size: 2.2rem;
    font-weight: 800;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

/* --- REMOVED: Header styles are no longer needed --- */

/* --- Main Sections --- */
main section {
    padding: 60px 0;
}

/* --- Hero Section --- */
.hero {
    text-align: center;
    padding: 40px 0 60px;
    /* padding: 30px 0 45px 0;  */
    background: #FDF8F6; /* Simplified background */
}

.hero-logo {
    width: 60px; /* Adjusted size for a sleeker look */
    height: auto;
    margin-bottom: 25px;
}

.hero h1 {
    color: #D94C65; /* Accent color */
    margin-bottom: 10px;
    font-size: 2.2rem; /* CHANGED: Reduced font size */
}

.hero .main-subtitle {
    font-size: 1.5rem; /* CHANGED: Reduced font size */
    font-style: normal; /* Removed italic for a cleaner look */
    margin-bottom: 35px;
    font-weight: 400; /* Made it less bold than the title */
    color: #444; /* Dark gray for subtitle */
}

/* --- Custom Google Play Button --- */

.custom-play-button {
    display: inline-flex; /* Aligns items inside the button */
    align-items: center;
    gap: 15px; /* Space between icon and text */
    background-color: #d6636dff; 
    /* background-color: #ad3847ff;  */
    /* background-color: #D94C65;  */
    color: #fff; /* White text */
    padding: 12px 24px;
    border-radius: 12px; /* Rounded corners */
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.custom-play-button:hover {
    transform: scale(1.05); /* Slightly enlarges on hover */
    box-shadow: 0 4px 15px rgba(217, 76, 101, 0.4); /* Adds a glow effect */
}

.custom-play-button .button-icon {
    font-size: 24px;
}

.custom-play-button .button-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.1;
}

.custom-play-button .button-text-small {
    font-size: 0.8rem;
    font-weight: 400;
}

.custom-play-button .button-text-large {
    font-size: 1.25rem;
    font-weight: 800;
}

/* --- Benefits Section --- */
.benefits {
    background-color: #8f4a4f3d;
    /* padding-top: 30px; */
    /* background-color: #f7f7f7; */
}

.benefits ul {
    list-style: none; /* Removes default bullet points */
    padding-left: 0; /* Resets default list padding */
    max-width: 700px;
    margin: 0 auto;
}

.benefits li {
    font-size: 1.1rem;
    margin-bottom: 20px; /* Increased margin for better spacing */
    padding-left: 45px; /* NEW: Creates space for the custom image */
    background-image: url('images/diamond.png'); /* NEW: Your custom image */
    background-repeat: no-repeat; /* NEW: Prevents the image from tiling */
    background-size: 30px 30px; /* NEW: Controls the size of your image */
    background-position: left calc(50% - 2px); /* NEW: Aligns the image with the text */
}

/* --- Features Section --- */
.features .feature-item {
    margin-bottom: 70px;
    text-align: center;
}

.features .icon {
    font-size: 4.5rem;
    margin-bottom: 0;
    color: #D94C65;
}
.icon img {
    height: 120px;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .hero h1 {
        font-size: 2rem; /* Adjusted for mobile */
    }

    .hero .main-subtitle {
        font-size: 1.3rem; /* Adjusted for mobile */
    }

    h3 {
        font-size: 1.25rem;
    }

    .hero {
        padding: 40px 0;
    }

    main section {
        padding: 40px 0;
    }
}

/* --- Animation Keyframes --- */
/* This defines the "shake" animation steps. */
@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg); /* Tilts to the right */
  }
  75% {
    transform: rotate(-8deg); /* Tilts to the left */
  }
}


/* --- Title Styles --- */
/* This wrapper uses flexbox to align the roses and title on the same line. */
.title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px; /* Space between roses and title */
    margin-bottom: 15px; /* Space below the title group */
}

/* This is the h1 inside the new wrapper */
.title-wrapper h1 {
    color: #D94C65;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0; /* Override default h1 margin */
    margin-left: 0;
    margin-right: 0;
}

/* Styles for the rose images */
.title-rose {
    height: 30px; /* Controls the size of the rose */
    width: auto;
    /* This applies our animation */
    animation-name: shake;
    animation-duration: 3s; /* How long one full shake takes */
    animation-iteration-count: infinite; /* Keeps shaking forever */
    animation-timing-function: ease-in-out; /* Makes the shake smooth */
}

/* Flips the right rose to make it symmetrical */
.title-rose.right {
    transform: scaleX(-1);
}

/* --- Footer --- */
footer {
    padding: 25px 0;
    background-color: #8f4a4fff; /* Your existing color */
    color: #f0e8e8; /* A slightly softer white for better readability */
    font-size: 0.9rem; /* Makes text slightly smaller than body */
}

.footer-content {
    display: flex;
    flex-direction: column; /* Stacks the links on top of the credit */
    justify-content: center; /* Horizontally centers the content */
    align-items: center; /* Vertically centers the content */
    text-align: center;
    gap: 10px; /* Creates a small space between the two lines */
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: text-decoration 0.2s ease-in-out;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links span {
    margin: 0 10px; /* Adds space around the "|" separator */
    opacity: 0.6;
}

.footer-credit p {
    margin: 0; /* Removes default paragraph margin */
    opacity: 0.8;
}

.footer-credit a {
    color: #fff; /* Ensures your blog link is white */
    font-weight: bold;
    text-decoration: none;
}

.footer-credit a:hover {
    text-decoration: underline;
}