/* :root defines variables accessible globally */
:root {
    --color-background: #f8f9fa; /* Slightly different light grey */
    --color-surface: #ffffff;    /* White for cards/sections */
    --color-text-primary: #212529; /* Darker primary text */
    --color-text-secondary: #6c757d; /* Softer grey for subtitles/less important text */
    --color-border: #dee2e6;      /* Consistent border color */
    --color-placeholder: #adb5bd;   /* Lighter placeholder text */
    --color-placeholder-bg: #e9ecef; /* Softer placeholder background */

    --color-accent: #005ea6;       /* Deeper, slightly desaturated blue */
    --color-accent-hover: #004a85;  /* Darker blue for hover */
    --color-accent-light-bg: #e6f0fa; /* Very pale blue for inquiry background */

    --color-logo-text: #1a1a1a;    /* Keep original or use --color-text-primary */
    --color-logo-accent: var(--color-accent); /* Use main accent for logo 'S' */

    --color-footer-bg: #343a40;    /* Dark grey footer */
    --color-footer-text: #adb5bd;   /* Lighter footer text for better contrast */
}

:root {
    /* Sophisticated & Muted Palette */
    --color-background: #f8f9fa;    /* Light cool grey (similar to original, works well) */
    --color-surface: #ffffff;       /* White for cards/sections */
    --color-text-primary: #2d3748;   /* Dark Slate Grey (Tailwind Slate 800) */
    --color-text-secondary: #718096; /* Medium Slate Grey (Slate 500) */
    --color-border: #e2e8f0;         /* Light Slate Grey border (Slate 200) */
    --color-placeholder: #a0aec0;      /* Medium-Light Slate Grey (Slate 400) */
    --color-placeholder-bg: #edf2f7;    /* Very Light Slate Grey (Slate 100) */

    --color-accent: #805ad5;          /* Plum/Purple accent (Chakra UI Purple 500) */
    --color-accent-hover: #6b46c1;     /* Darker Plum/Purple (Purple 600) */
    --color-accent-light-bg: #faf5ff;    /* Very pale lavender bg (Purple 50) */

    --color-logo-text: var(--color-text-primary); /* Dark slate logo text */
    --color-logo-accent: var(--color-accent);    /* Plum logo accent */

    --color-footer-bg: #2d3748;       /* Dark slate footer (match primary text) */
    --color-footer-text: #a0aec0;      /* Light slate footer text (match placeholder) */
}

:root {
    /* Natural & Calm Palette */
    --color-background: #f9fafb;    /* Very light neutral grey (Tailwind Gray 50) */
    --color-surface: #ffffff;       /* White for cards/sections */
    --color-text-primary: #0d4f47;   /* Very Dark Teal */
    --color-text-secondary: #2a6f66; /* Dark Muted Teal */
    --color-border: #e5e7eb;         /* Light Grey border (Gray 200) */
    --color-placeholder: #9ca3af;      /* Medium-Light Grey (Gray 400) */
    --color-placeholder-bg: #f3f4f6;    /* Very Light Grey (Gray 100) */

    --color-accent: #059669;          /* Emerald Green accent (Tailwind Emerald 600) */
    --color-accent-hover: #047857;     /* Darker Emerald Green (Emerald 700) */
    --color-accent-light-bg: #ecfdf5;    /* Very pale green bg (Emerald 50) */

    --color-logo-text: var(--color-text-primary); /* Dark grey/blue logo text */
    --color-logo-accent: var(--color-accent);    /* Green logo accent */

    --color-footer-bg: #1f2937;       /* Dark grey/blue footer (match primary text) */
    --color-footer-text: #9ca3af;      /* Light grey footer text (match placeholder) */
}

:root {
    /* Alternative 1: Modern Crisp Blue */
    --color-background: #f8fafc;    /* Very Light Cool Grey (Tailwind Slate 50) */
    --color-surface: #ffffff;       /* White */
    --color-text-primary: #1e293b;   /* Dark Slate (Tailwind Slate 800) */
    --color-text-secondary: #64748b; /* Medium Slate (Tailwind Slate 500) */
    --color-border: #e2e8f0;         /* Light Slate Border (Tailwind Slate 200) */
    --color-placeholder: #94a3b8;      /* Medium-Light Slate (Tailwind Slate 400) */
    --color-placeholder-bg: #f1f5f9;    /* Very Light Slate (Tailwind Slate 100) */

    --color-accent: #0ea5e9;          /* Bright Sky Blue (Tailwind Sky 500) */
    --color-accent-hover: #0284c7;     /* Darker Sky Blue (Tailwind Sky 600) */
    --color-accent-light-bg: #f0f9ff;    /* Very Pale Sky Blue (Tailwind Sky 50) */

    --color-logo-text: var(--color-text-primary); /* Dark Slate */
    --color-logo-accent: var(--color-accent);    /* Sky Blue */

    --color-footer-bg: var(--color-text-primary); /* Dark Slate Footer */
    --color-footer-text: #cbd5e1;      /* Lighter Slate for Footer Text (Tailwind Slate 300) */
}

:root {
    /* Alternative 2: Bold Warm Red */
    --color-background: #fffcf9;    /* Very Light Warm Off-White */
    --color-surface: #ffffff;       /* White */
    --color-text-primary: #5d4037;   /* Dark Brown (Slightly different from previous) */
    --color-text-secondary: #8d6e63; /* Medium Brown */
    --color-border: #e0e0e0;         /* Neutral Light Grey Border */
    --color-placeholder: #a1887f;      /* Muted Brown Placeholder */
    --color-placeholder-bg: #f5f5f5;    /* Neutral Very Light Grey BG */

    --color-accent: #e11d48;          /* Rose Red (Tailwind Rose 600) */
    --color-accent-hover: #be123c;     /* Darker Rose Red (Tailwind Rose 700) */
    --color-accent-light-bg: #fff1f2;    /* Very Pale Rose (Tailwind Rose 50) */

    --color-logo-text: var(--color-text-primary); /* Dark Brown */
    --color-logo-accent: var(--color-accent);    /* Rose Red */

    --color-footer-bg: var(--color-text-primary); /* Dark Brown Footer */
    --color-footer-text: #d7ccc8;      /* Light Brown/Beige Footer Text */
}

:root {
    /* Alternative 3: Elegant & Subdued */
    --color-background: #fefdfa;    /* Soft Cream/Off-white */
    --color-surface: #ffffff;       /* White */
    --color-text-primary: #4c1d42;   /* Dark Plum */
    --color-text-secondary: #7d5a7a; /* Muted Medium Plum/Mauve */
    --color-border: #e7e5e4;         /* Warm Light Grey Border (Tailwind Stone 200) */
    --color-placeholder: #a8a29e;      /* Muted Warm Grey Placeholder (Stone 400) */
    --color-placeholder-bg: #f5f5f4;    /* Very Light Warm Grey BG (Stone 100) */

    --color-accent: #7c3aed;          /* Deep Violet (Tailwind Violet 600) */
    --color-accent-hover: #6d28d9;     /* Darker Violet (Tailwind Violet 700) */
    --color-accent-light-bg: #f5f3ff;    /* Very Pale Violet (Tailwind Violet 50) */

    --color-logo-text: var(--color-text-primary); /* Dark Plum */
    --color-logo-accent: var(--color-accent);    /* Deep Violet */

    --color-footer-bg: var(--color-text-primary); /* Dark Plum Footer */
    --color-footer-text: #e9d5ff;      /* Light Lavender Footer Text (Tailwind Purple 200) */
}

:root {
    /* Alternative: Clay Court Inspired */
    --color-background: #fbf8f5;    /* Very Light Warm Beige/Off-White (like dusty surroundings) */
    --color-surface: #ffffff;       /* White (like court lines) */
    --color-text-primary: #4a3b32;   /* Dark Earthy Brown (grounding color) */
    --color-text-secondary: #857468; /* Muted Medium Brown/Taupe */
    --color-border: #e8e2dc;         /* Soft Warm Grey/Beige Border */
    --color-placeholder: #a89f98;      /* Muted Brown/Grey Placeholder */
    --color-placeholder-bg: #f6f3ef;    /* Very Light Warm Placeholder BG */

    --color-accent: #c05a28;          /* Clay Court Orange/Terracotta */
    --color-accent-hover: #a0481f;     /* Darker Clay */
    --color-accent-light-bg: #fbeae2;    /* Very Pale Clay/Peach (for subtle backgrounds) */

    --color-logo-text: var(--color-text-primary); /* Dark Brown */
    --color-logo-accent: var(--color-accent);    /* Clay Orange */

    --color-footer-bg: var(--color-text-primary); /* Dark Brown Footer */
    --color-footer-text: #d7ccc8;      /* Light Beige/Grey Footer Text */
}

:root {
    /* Alternative: Tennis Green Inspired */
    --color-background: #f8fafc;    /* Very Light Cool Grey (like bright sky/neutral court) */
    --color-surface: #ffffff;       /* White (like court lines, high contrast) */
    --color-text-primary: #1e293b;   /* Dark Slate (provides strong contrast against white/light grey) */
    --color-text-secondary: #64748b; /* Medium Slate (for less emphasis) */
    --color-border: #e2e8f0;         /* Light Slate Border (subtle separation) */
    --color-placeholder: #94a3b8;      /* Medium-Light Slate Placeholder */
    --color-placeholder-bg: #f1f5f9;    /* Very Light Slate BG */

    --color-accent: #c8f31d;          /* Vibrant Tennis Ball Green/Yellow */
    --color-accent-hover: #a8d310;     /* Slightly Darker/Muted Tennis Green */
    --color-accent-light-bg: #f7fee7;    /* Very Pale Lime/Yellow-Green (subtle background use) */

    --color-logo-text: var(--color-text-primary); /* Dark Slate */
    --color-logo-accent: var(--color-accent);    /* Tennis Green */

    --color-footer-bg: var(--color-text-primary); /* Dark Slate Footer */
    --color-footer-text: #cbd5e1;      /* Lighter Slate for Footer Text (good contrast on dark) */
}

:root {
    /* Alternative: Classic Green (#008000) - Dark Brown Text */
    --color-background: #f9fafb;
    --color-surface: #ffffff;
    /* --- Text Color Change --- */
    --color-text-primary: #4e423b;   /* Rich Dark Brown */
    --color-text-secondary: #7d6f66; /* Muted Medium Brown */
    /* --- End Text Color Change --- */
    --color-border: #e5e7eb;         /* Keep light grey border */
    --color-placeholder: #a1887f;      /* Adjust placeholder to muted brown */
    --color-placeholder-bg: #f5f5f4;    /* Keep light grey BG or adjust slightly warmer if needed */

    --color-accent: #008000;          /* Classic Green */
    --color-accent-hover: #006400;     /* Darker Green */
    --color-accent-light-bg: #e6f2e6;    /* Very Pale Green */

    --color-logo-text: var(--color-text-primary); /* Dark Brown */
    --color-logo-accent: var(--color-accent);    /* Classic Green */

    /* --- Footer Color Change --- */
    --color-footer-bg: var(--color-text-primary); /* Dark Brown Footer */
    --color-footer-text: #c7bcaf;      /* Light warm grey/beige for contrast */
    /* --- End Footer Color Change --- */
}

:root {
    /* Alternative: Classic Green (#008000) - Slightly Darker Deep Teal Text */
    --color-background: #f9fafb;
    --color-surface: #ffffff;
    /* --- Text Color Change (Slightly Darker) --- */
    --color-text-primary: #0a403a;   /* Slightly Darker Deep Teal */
    --color-text-secondary: #1f5a53; /* Slightly Darker Muted Teal */
    /* --- End Text Color Change --- */
    --color-border: #e5e7eb;         /* Keep light grey border */
    --color-placeholder: #7a9a95;      /* Keep muted teal/grey placeholder (adjust if needed) */
    --color-placeholder-bg: #f0f7f6;    /* Keep slightly cooler placeholder BG */

    --color-accent: #008000;          /* Classic Green */
    --color-accent-hover: #006400;     /* Darker Green */
    --color-accent-light-bg: #e6f2e6;    /* Very Pale Green */

    --color-logo-text: var(--color-text-primary); /* Slightly Darker Deep Teal */
    --color-logo-accent: var(--color-accent);    /* Classic Green */

    /* --- Footer Color Change (Match Darker Text) --- */
    --color-footer-bg: var(--color-text-primary); /* Slightly Darker Deep Teal Footer */
    --color-footer-text: #a0d8cf;      /* Keep Lighter teal/green for contrast (adjust if needed) */
    /* --- End Footer Color Change --- */
}

/* Basic Reset & Font Setup */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: var(--color-text-primary);
    background-color: var(--color-background);
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Logo Styling */
.logo {
    font-family: 'Orbitron', sans-serif; /* Techy/Sporty Font */
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-logo-text); /* Or --color-text-primary */
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.logo .spin-s {
    color: var(--color-logo-accent);
    /* Add slight rotation or skew effect later if desired */
}

/* Add these styles for the new image logo */
.logo-image {
    display: block;         /* Allows margin auto for centering */
    margin: 0 auto 20px auto; /* Centers the logo and adds 20px space below */
    max-width: 480px;       /* Adjust max-width to control logo size */
    height: auto;           /* Maintain aspect ratio automatically */
}

/* Hero Section */
.hero-section {
    background-color: var(--color-surface);
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid var(--color-border);
}

.hero-section h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-section .highlight {
    color: var(--color-accent);
}

.hero-section .subtitle {
    font-size: 1.1rem;
    color: var(--color-text-secondary); /* Use secondary text color */
    max-width: 700px;
    margin: 0 auto 30px auto;
    font-weight: bold; /* Or font-weight: 700; */
}

/* Video Placeholder */
.video-placeholder {
    width: 80%;
    max-width: 600px;
    height: 350px; /* Adjust as needed */
    background-color: var(--color-placeholder-bg); /* Use placeholder bg */
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #ccc;
    position: relative; /* For play button positioning */
    color: var(--color-placeholder); /* Use placeholder text color */
}

.video-placeholder .play-button {
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer; /* Indicate it's clickable (even if not functional yet) */
    transition: color 0.2s ease;
}
.video-placeholder:hover .play-button {
    color: rgba(0, 0, 0, 0.8);
}
.video-placeholder span {
    margin-top: 10px;
    font-style: italic;
}

/* Styles for the video container and video */
.video-container { 
    width: 80%;     
    max-width: 600px; 
    margin: 30px auto; 
    border-radius: 8px; 
    overflow: hidden; /* Clips video to rounded corners */
    border: 1px solid var(--color-border);
    line-height: 0; /* Prevent extra space */
}

.hero-videos-container {
    display: flex; /* Use Flexbox for side-by-side layout */
    justify-content: center; /* Center the video wrappers if they don't fill all space */
    align-items: flex-start;
    gap: 20px;        /* Space between the videos */
    margin: 30px auto;
    max-width: 1200px; /* Adjust max-width for the container of two videos */
    width: 90%;       /* Or a percentage width */
}
/*
.video-wrapper {
    display: flex;
    flex-direction: column; 
    background-color: #000; 
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.hero-video { 
    display: block;
    width: 100%;  
    height: 100%; 
    object-fit: cover;
    border-radius: 8px;
}
*/
.video-wrapper {
    /* flex: 1; */ /* Remove this if you want widths to be determined by video aspect ratio at a common height */
    /* We want the width to be intrinsic to the video's aspect ratio once height is set */
    background-color: #000; /* Optional */
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc; /* Optional */
    /* The height of the wrapper will be determined by the video inside it,
       and we'll try to make the videos themselves the same height */
}

.hero-video {
    display: block;
    /* --- KEY FOR THIS SCENARIO --- */
    height: 300px; /* SET A FIXED HEIGHT for all videos */
    /* OR use a viewport height: height: 40vh; */
    width: auto;   /* Allow width to adjust to maintain aspect ratio for the set height */
    /* ----------------------------- */
    object-fit: contain; /* Ensures the whole video is visible within the set height,
                             adjusting width. This is important if you set a fixed height.
                             'cover' would try to fill the wrapper, which might not exist yet
                             if width is also auto. For this scenario 'contain' or just letting
                             width:auto with a fixed height on video works well. */
    border-radius: 8px;
}

/*
.hero-video {
    display: block; 
    width: 100%; 
    height: auto;
    border-radius: 8px;
}
*/



/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-videos-container {
        flex-direction: column;
        align-items: center;
    }
    .video-wrapper {
        width: 90%;
        max-width: 500px;
        margin-bottom: 20px;
    }
    .video-wrapper:last-child {
        margin-bottom: 0;
    }
    .hero-video {
        height: auto; /* Let height be natural for stacked videos */
        width: 100%;  /* Fill width for stacked videos */
        /* object-fit can remain 'contain' or be removed for stacked view */
    }
}



/* Call to Action Button */
.cta-button {
    display: inline-block;
    background-color: var(--color-accent);
    color: #ffffff;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background-color:  var(--color-accent-hover);
    transform: translateY(-2px);
}

/* Benefits Section */
.benefits-section {
    padding: 50px 0;
    text-align: center;
    background-color: var(--color-background); /* Alternate background */
}

.benefits-section h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--color-text-primary);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */
    gap: 30px;
    text-align: left;
}

.benefit-item {
    background-color: var(--color-surface); /* White card */
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border: 1px solid var(--color-border);
}

.benefit-item .icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--color-accent);
}

.benefit-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--color-text-primary);
}

.benefit-item p {
    font-size: 0.95rem;
    color: var(--color-text-secondary);
}

/* Visuals Section */
.visuals-section {
    padding: 50px 0;
    background-color: var(--color-surface); /* White background */
    text-align: center;
     border-top: 1px solid var(--color-border);
}

/*.visuals-section h2 {
     font-size: 2rem;
    margin-bottom: 40px;
    color: var(--color-text-primary);
}*/


/* Main heading for the whole section */
.visuals-section > .container > h2 { /* More specific selector if needed */
    font-size: 2.2rem; /* Or your standard section H2 size */
    margin-bottom: 40px;
    color: var(--color-text-primary);
}

/* Styling for each subsection container */
.visuals-subsection {
    margin-bottom: 50px; /* Space between subsections */
    padding-bottom: 30px; /* Optional: space below last grid in subsection */
    border-bottom: 1px dashed #e0e0e0; /* Optional: separator line */
}
.visuals-subsection:last-child {
    margin-bottom: 0; /* No bottom margin for the very last subsection */
    border-bottom: none; /* No separator line for the last one */
}

/* Styling for subsection headings (h3) */
.visuals-subsection h3 {
    font-size: 1.8rem; /* Slightly smaller than main section H2 */
    color: var(--color-accent);
    margin-bottom: 10px;
    text-align: center; /* Or left, as you prefer */
}




.pictures-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.picture-placeholder {
    background-color: var(--color-placeholder-bg);
    height: 250px; /* Adjust height */
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-placeholder);
    font-style: italic;
    border-radius: 8px;
    border: 1px solid var(--color-border);
}

/* Add these styles for the actual images in the grid */
.grid-image {
    display: block;         /* Ensures it behaves like a block element */
    width: 100%;          /* Make image fill the grid column width */
    height: auto;           /* Maintain aspect ratio */
    border-radius: 8px;     /* Optional: Keep rounded corners like placeholder */
    border: 1px solid var(--color-border); /* Optional: Keep border like placeholder */
    object-fit: cover;      /* Optional: If you want images to cover a specific area/height */
    /* Consider adding a fixed height if you want all grid items */
    /* (including remaining placeholders) to align perfectly: */
    /* height: 250px; */  /* Example: Match placeholder height */ 
}



/* =================================
   FAQ Section
   ================================= */
.faq-section {
    padding: 60px 0;
    background-color: #ffffff; /* Or a very light grey e.g. #fcfcfc */
    border-top: 1px solid #e0e0e0;
}

.faq-section .container {
    max-width: 800px; /* Good width for FAQs */
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 2.2rem;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden; /* Important for the collapse transition */
    background-color: #fff;
}

.faq-question {
    display: flex;
    justify-content: space-between; /* Puts question and icon on opposite ends */
    align-items: center;
    width: 100%;
    background-color: transparent; /* Or a very light header color e.g. #f9f9f9 */
    border: none;
    padding: 18px 25px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333; /* Question text color */
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: #f5f5f5; /* Slight hover effect */
}

.faq-question .faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff; /* Your accent color */
    transition: transform 0.3s ease;
}

/* Style for when the FAQ item is active/open */
.faq-item.active .faq-question {
    background-color: #f0f7ff; /* Slightly different background when open */
}

.faq-item.active .faq-question .faq-icon {
    transform: rotate(45deg); /* Rotates '+' to 'x' */
}

.faq-answer {
    max-height: 0; /* Start collapsed */
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out; /* Smooth transition */
    padding: 0 25px; /* No top/bottom padding when hidden */
    background-color: #fff; /* Background for the answer content */
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin: 0; /* Reset margin for p inside answer if needed */
    padding-bottom: 20px; /* Add padding only when visible via JS or next rule */
}

/* Style for when the FAQ item is active/open to show the answer */
.faq-item.active .faq-answer {
    max-height: 500px; /* Set high enough to fit typical answer content */
    padding-top: 15px;
    padding-bottom: 25px; /* Padding when visible */
}








/* Inquiry Section */
#inquire { /* ID selector for the anchor link */
    padding: 60px 0;
    text-align: center;
    background-color: var(--color-accent-light-bg);
     border-top: 1px solid var(--color-border);
}

#inquire h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--color-text-primary);
}

#inquire p {
    max-width: 600px;
    margin: 0 auto 30px auto;
    color: var(--color-text-secondary);
}
/* Basic form styling if you use it later */
#inquire form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}
#inquire input[type="email"] {
    padding: 10px 15px;
    font-size: 1rem;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    flex-grow: 1;
}
#inquire input::placeholder {
  color: var(--color-text-secondary); /* Uses the secondary text color variable */
  opacity: 1; /* Ensure it's fully opaque, some browsers reduce opacity */
}



.strikeout {
  font-size: 4em;
  line-height: 1em;
  position: relative;
}

.strikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

.strikethrough {
    text-decoration: line-through;
}

.custom-strikethrough {
    position: relative; /* Needed for absolute positioning of the pseudo-element */
    text-decoration: none; /* Remove default browser strikethrough if any */
    display: inline-block; /* Or inline, depending on context */
}

.custom-strikethrough::after {
    content: '';
    position: absolute;

    /* --- Make the line twice as long and center it --- */
    width: 160%;  /* Line is 200% of the parent span's width */
    left: -30%;   /* Start the line 50% of the parent span's width TO THE LEFT of the parent span's left edge.
                     (Since width is 200%, 50% + 100% (original text) + 50% = 200% total width, centered) */
    /* Alternatively, if you prefer thinking from the center:
       left: 50%;
       transform: translateX(-50%) translateY(-50%); // Center the line based on its own midpoint
       AND THEN you'd need to make sure its own midpoint aligns with the parent's midpoint.
       The left: -50% and width: 200% is more direct for this specific "twice as long centered" goal.
    */
    /* ------------------------------------------------- */

    top: 50%;     /* Position the line vertically in the middle */
    height: 5px;  /* Your desired THICKNESS */
    background-color: currentColor; /* Uses the text color for the line */
    transform: translateY(-50%); /* Fine-tune vertical centering */
}

/* If you want the strikethrough to inherit the .text-danger color: */
.text-danger .custom-strikethrough::after {
    background-color: #dc3545; /* Your text-danger color */
    /* Or if you used border: */
    /* border-top-color: #dc3545; */
}

.containerr {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    flex-direction: column;
}

/* --- Inquiry Form Styles (Simplified) --- */

/* Container for the form (optional styling) */
#inquiryFormContainer {
    background-color: var(--color-surface); /* Optional background */
    padding: 30px;           /* Add padding around the form */
    border-radius: 8px;
    border: 1px solid var(--color-border);
    margin-top: 30px;        /* Space above the form container */
    max-width: 1000px;        /* Optional: Limit form width */
    margin-left: auto;       /* Center form container if max-width is set */
    margin-right: auto;      /* Center form container if max-width is set */
    flex-direction: column !important;
}

/* The form itself (usually no specific display needed) */
#inquiryForm {
   /* display: block; */ /* Default, usually not needed */
   /* width: 100%; */ /* Takes width of container */
   display: block !important;
}


/* Form Group Styling (Crucial for spacing) */
#inquiryForm .form-group {
    margin-bottom: 20px;
    text-align: left;
    /* Ensure no flex/grid forcing rows */
}

#inquiryForm label {
    display: block !important; /* Ensures label is above input */
    margin-bottom: 5px;
    font-weight: bold;
    color:var(--color-text-primary);
}

#inquiryForm input[type="email"],
#inquiryForm textarea {
    width: 100%; /* Forces element below */
    padding: 10px 12px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    display: block !important; /* Explicitly set for clarity */
    background-color: #fff;
    color: var(--color-text-primary); /* Ensure readable text */
}

#inquiryForm textarea::placeholder {
  color: var(--color-text-secondary); /* Uses the secondary text color variable */
  opacity: 1; /* Ensure it's fully opaque, some browsers reduce opacity */
}

#inquiryForm textarea {
    resize: vertical;
}

/* Submit button group */
#inquiryForm .form-submit-group {
   text-align: center; /* Center button within its line */
   margin-top: 20px; /* Space above button */
   /* Ensure no flex forcing rows */
}

#inquiryForm #submitBtn {
   display: block !important; /* Default for button is fine here */
   /* Or display: block; if you had issues before */
   /* If block, maybe add margin: 0 auto; */
   /* Inherits .cta-button styles */
}

/* Form Status Message Area */
#formStatus {
    margin-top: 15px;
    /* ... keep existing status styles ... */
    display: none; /* Hidden by default, shown by JS */
}
#formStatus.success,
#formStatus.error {
    display: block; /* Ensures it's visible on its own line */
}







/* =================================
   Behind GRIPSPIN Story Section
   ================================= */
.story-section {
    padding: 60px 0;
    background-color: #f9f9f9; /* A slightly different, soft background */
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.story-section .container {
    max-width: 800px; /* Optimal width for reading long-form text */
    margin: 0 auto;
}

.story-section h2 {
    font-size: 2.2rem;
    color: #2c3e50; /* A slightly softer, sophisticated dark color */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600; /* Slightly less bold than other H2s for a story feel */
}

.story-content p {
    font-size: 1.05rem; /* Slightly larger for readability */
    line-height: 1.8;   /* Generous line height for comfortable reading */
    color: #34495e;     /* A softer dark grey for body text */
    margin-bottom: 25px; /* Space between paragraphs */
    text-align: justify; /* Justify text for a more book-like feel, optional */
    -webkit-hyphens: auto; /* Enable hyphenation for better justification */
    -ms-hyphens: auto;
    hyphens: auto;
}

.story-content p:last-child {
    margin-bottom: 0;
}

/* Optional: Styling for the first letter of the first paragraph (drop cap) */
/*
.story-content p:first-of-type::first-letter {
    font-size: 3rem;
    float: left;
    line-height: 1;
    margin-right: 0.1em;
    margin-top: 0.1em;
    color: #007bff; // Your accent color
    font-family: 'Georgia', serif; // A serif font for the drop cap
}
*/

/* Responsive adjustments for this section */
@media (max-width: 768px) {
    .story-section h2 {
        font-size: 1.9rem;
    }
    .story-content p {
        font-size: 1rem;
        text-align: left; /* Left-align on smaller screens, as justify can look gappy */
        hyphens: none; /* Disable hyphenation if text-align is left */
    }
}

/* Example: For success messages or positive highlights */
.text-success {
    color: #28a745 !important; /* Green */
}

/* Example: For warning messages or cautionary text */
.text-warning {
    color: #ffc107 !important; /* Yellow/Amber */
}

/* Example: For error messages or critical alerts */
.text-danger {
    color: #dc3545 !important; /* Red */
}

/* Example: For muted or less important text */
.text-muted {
    color: #6c757d !important; /* Grey */
}









/* Footer */
footer {
    background-color: var(--color-footer-bg);
    color: var(--color-footer-text); /* Improved contrast */
    text-align: center;
    padding: 20px 0;
    font-size: 0.9rem;
}

footer p {
     margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }
    .benefits-grid {
        grid-template-columns: 1fr; /* Stack benefits on smaller screens */
    }
     .pictures-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    #inquire form {
        flex-direction: column;
        width: 90%;
    }
     #inquire input[type="email"] {
        width: 100%;
     }
}
