/* ========================================
   Fire Crafted Custom Landing Page Styles
   Fully Responsive Design
   ======================================== */

/* ========================================
   RESET & BASE STYLES
   ======================================== */

.custom-landing-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-landing-page {
    font-family: 'Bricolage', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Container */
.fc-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Buttons */
.fc-btn {
    display: inline-block;
    padding: 16px 40px;
    font-family: 'Bricolage', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fc-btn-primary {
    background: linear-gradient(135deg, #ff8c00 0%, #ff6600 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.fc-btn-primary:hover {
    background: linear-gradient(135deg, #ff9d1a 0%, #ff7700 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

/* ========================================
   HERO SECTION
   ======================================== */

.fc-hero {
    background: #000;
    /* Add your background image URL here - it will be edge-to-edge */
    background-image: url('https://firecrafted.ca/wp-content/uploads/your-hero-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #fff;
    text-align: center;
    padding: 80px 20px 100px;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Dark overlay to make text readable - adjust opacity as needed */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
    z-index: 0;
}

.fc-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.fc-logo {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    display: block;
    animation: fadeInDown 1s ease-out;
}

.fc-hero h1 {
    font-family: 'BURTON TEXTURED', 'Impact', sans-serif;
    font-weight: normal;
    line-height: 0.9;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: fadeInUp 1s ease-out 0.2s both;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -10px;
}

/* QUEBRACHO - longest word, base size */
.fc-hero h1 .title-main {
    display: block;
    font-size: clamp(48px, 5.7vw, 96px);
    line-height: 1;
    color: #fff;
}

/* BLANCO - needs to be bigger to match width */
.fc-hero h1 .title-blanco {
    display: block;
    font-size: clamp(64px, 9vw, 126px);
    line-height: 1;
    color: #fff;
}

/* HARDWOOD - needs to be bigger to match width */
.fc-hero h1 .title-hardwood {
    display: block;
    font-size: clamp(56px, 6.1vw, 110px);
    line-height: 1;
    color: #fff;
}

/* CHARCOAL - needs to be bigger to match width */
.fc-hero h1 .title-charcoal {
    display: block;
    font-size: clamp(56px, 6.65vw, 110px);
    line-height: 1;
    color: #fff;
}

.fc-hero-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0 30px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    animation: fadeInUp 1s ease-out 0.4s both;
    flex-wrap: wrap;
}

.fc-hero-features span {
    position: relative;
    padding: 0 15px;
}

.fc-hero-features span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.fc-hero-cta {
    animation: fadeInUp 1s ease-out 0.6s both;
}

/* ========================================
   DISCOVER SECTION (Blue)
   ======================================== */

.fc-discover {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.fc-discover h2 {
    font-family: 'BURTON TEXTURED', 'Impact', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fc-discover p {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.95;
}

/* ========================================
   FEATURES SECTION (Black)
   ======================================== */

.fc-features {
    background: #000;
    color: #fff;
    padding: 80px 20px;
}

.fc-features h2 {
    font-family: 'BURTON TEXTURED', 'Impact', sans-serif;
    font-size: clamp(28px, 4.5vw, 42px);
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.fc-feature {
    text-align: center;
    padding: 30px 20px;
}

.fc-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    filter: drop-shadow(0 0 10px rgba(255, 140, 0, 0.5));
}

.fc-feature h3 {
    font-family: 'BURTON TEXTURED', 'Impact', sans-serif;
    font-size: clamp(18px, 2.5vw, 22px);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff8c00;
}

.fc-feature p {
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.6;
    opacity: 0.9;
}

.fc-features-cta {
    text-align: center;
    margin-top: 50px;
}

/* ========================================
   PRODUCTS SECTION (Orange)
   ======================================== */

.fc-products {
    background: linear-gradient(135deg, #ff8c00 0%, #ff6600 100%);
    color: #fff;
    padding: 80px 20px;
}

.fc-products h2 {
    font-family: 'BURTON TEXTURED', 'Impact', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fc-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.fc-product {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.fc-product:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.fc-product-image {
    width: 100%;
    height: 250px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.fc-product h3 {
    font-family: 'BURTON TEXTURED', 'Impact', sans-serif;
    font-size: clamp(20px, 2.8vw, 24px);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fc-product-price {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 700;
    margin-bottom: 10px;
}

/* ========================================
   IMAGE BANNER SECTION
   ======================================== */

.fc-image-banner {
    background: #000;
    padding: 0;
    overflow: hidden;
}

.fc-image-banner img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

/* ========================================
   CONTACT FORM SECTION (Blue)
   ======================================== */

.fc-contact {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: #fff;
    padding: 80px 20px;
}

.fc-contact-content {
    max-width: 700px;
    margin: 0 auto;
}

.fc-contact h2 {
    font-family: 'BURTON TEXTURED', 'Impact', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fc-contact p {
    text-align: center;
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 40px;
    opacity: 0.95;
}

.fc-form {
    display: grid;
    gap: 20px;
}

.fc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.fc-form input,
.fc-form textarea {
    width: 100%;
    padding: 16px 20px;
    font-family: 'Bricolage', sans-serif;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
}

.fc-form input::placeholder,
.fc-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.fc-form input:focus,
.fc-form textarea:focus {
    outline: none;
    border-color: #ff8c00;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2);
}

.fc-form textarea {
    min-height: 150px;
    resize: vertical;
}

.fc-form-submit {
    text-align: center;
    margin-top: 10px;
}

/* ========================================
   FOOTER
   ======================================== */

.fc-footer {
    background: #000;
    color: #fff;
    padding: 60px 20px 30px;
}

.fc-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fc-footer-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.fc-footer-info {
    margin-bottom: 30px;
}

.fc-footer-info p {
    font-size: clamp(14px, 1.8vw, 16px);
    margin-bottom: 10px;
    opacity: 0.8;
}

.fc-footer-social {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
}

.fc-footer-social a {
    color: #fff;
    font-size: 28px;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.fc-footer-social a:hover {
    color: #ff8c00;
    opacity: 1;
    transform: translateY(-3px);
}

.fc-footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    opacity: 0.6;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Tablets (768px and below) */
@media (max-width: 768px) {
    .fc-hero {
        padding: 60px 20px 80px;
    }
    
    .fc-logo {
        max-width: 220px;
        margin-bottom: 30px;
    }
    
    .fc-hero-features {
        gap: 15px;
        font-size: 12px;
    }
    
    .fc-hero-features span {
        padding: 0 10px;
    }
    
    .fc-hero-features span:not(:last-child)::after {
        right: -8px;
        height: 15px;
    }
    
    .fc-discover,
    .fc-features,
    .fc-products,
    .fc-contact {
        padding: 60px 20px;
    }
    
    .fc-features-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .fc-products-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .fc-form-row {
        grid-template-columns: 1fr;
    }
    
    .fc-btn {
        padding: 14px 30px;
        font-size: 16px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .fc-container {
        padding: 0 15px;
    }
    
    .fc-hero {
        padding: 40px 15px 60px;
    }
    
    .fc-logo {
        max-width: 180px;
        margin-bottom: 25px;
    }
    
    .fc-hero-features {
        flex-direction: column;
        gap: 10px;
    }
    
    .fc-hero-features span:not(:last-child)::after {
        display: none;
    }
    
    .fc-discover,
    .fc-features,
    .fc-products,
    .fc-contact {
        padding: 40px 15px;
    }
    
    .fc-features h2,
    .fc-discover h2,
    .fc-products h2,
    .fc-contact h2 {
        margin-bottom: 30px;
    }
    
    .fc-features-grid {
        gap: 40px;
    }
    
    .fc-feature {
        padding: 20px 10px;
    }
    
    .fc-feature-icon {
        width: 60px;
        height: 60px;
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .fc-products-grid {
        gap: 25px;
    }
    
    .fc-product {
        padding: 20px;
    }
    
    .fc-product-image {
        height: 200px;
    }
    
    .fc-btn {
        padding: 12px 25px;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
    }
    
    .fc-form input,
    .fc-form textarea {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .fc-footer {
        padding: 40px 15px 20px;
    }
    
    .fc-footer-logo {
        max-width: 140px;
        margin-bottom: 25px;
    }
    
    .fc-footer-social {
        gap: 20px;
    }
    
    .fc-footer-social a {
        font-size: 24px;
    }
}

/* Large Desktop (1400px and above) */
@media (min-width: 1400px) {
    .fc-container {
        max-width: 1400px;
    }
    
    .fc-hero {
        padding: 100px 20px 120px;
    }
    
    .fc-logo {
        max-width: 320px;
    }
    
    .fc-discover,
    .fc-features,
    .fc-products,
    .fc-contact {
        padding: 100px 20px;
    }
}

/* Print Styles */
@media print {
    .fc-hero,
    .fc-discover,
    .fc-features,
    .fc-products,
    .fc-contact,
    .fc-footer {
        page-break-inside: avoid;
    }
    
    .fc-btn {
        display: none;
    }
}
/* ========================================
   HUBSPOT FORM CUSTOM STYLING
   Add this to your landing-page.css file
   ======================================== */

/* HubSpot Form Container */
#hubspot-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

/* Override HubSpot default form styles */
#hubspot-form-wrapper .hs-form {
    font-family: 'Bricolage', sans-serif !important;
}

#hubspot-form-wrapper .hs-form-field {
    margin-bottom: 20px !important;
}

#hubspot-form-wrapper .hs-form-field > label {
    display: none !important; /* Hide labels if you're using placeholders */
}

/* Style all input fields */
#hubspot-form-wrapper .hs-input,
#hubspot-form-wrapper input[type="text"],
#hubspot-form-wrapper input[type="email"],
#hubspot-form-wrapper input[type="tel"],
#hubspot-form-wrapper textarea {
    width: 100% !important;
    padding: 16px 20px !important;
    font-family: 'Bricolage', sans-serif !important;
    font-size: 16px !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* Placeholder styling */
#hubspot-form-wrapper .hs-input::placeholder,
#hubspot-form-wrapper input::placeholder,
#hubspot-form-wrapper textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Focus state */
#hubspot-form-wrapper .hs-input:focus,
#hubspot-form-wrapper input:focus,
#hubspot-form-wrapper textarea:focus {
    outline: none !important;
    border-color: #ff8c00 !important;
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2) !important;
}

/* Textarea specific */
#hubspot-form-wrapper textarea.hs-input,
#hubspot-form-wrapper textarea {
    min-height: 150px !important;
    resize: vertical !important;
}

/* Submit button styling */
#hubspot-form-wrapper .hs-button,
#hubspot-form-wrapper input[type="submit"],
#hubspot-form-wrapper button[type="submit"] {
    display: inline-block !important;
    padding: 16px 40px !important;
    font-family: 'Bricolage', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-align: center !important;
    border-radius: 8px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6600 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

#hubspot-form-wrapper .hs-button:hover,
#hubspot-form-wrapper input[type="submit"]:hover,
#hubspot-form-wrapper button[type="submit"]:hover {
    background: linear-gradient(135deg, #ff9d1a 0%, #ff7700 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4) !important;
}

/* Error messages */
#hubspot-form-wrapper .hs-error-msgs {
    list-style: none !important;
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
}

#hubspot-form-wrapper .hs-error-msg {
    color: #ff6b6b !important;
    font-size: 14px !important;
    background: rgba(255, 107, 107, 0.1) !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    margin-top: 5px !important;
}

/* Required field indicator */
#hubspot-form-wrapper .hs-form-required {
    color: #ff8c00 !important;
}

/* Success message after submission */
#hubspot-form-wrapper .submitted-message {
    background: rgba(76, 175, 80, 0.2) !important;
    border: 2px solid #4CAF50 !important;
    color: #4CAF50 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* Field groups (for side-by-side fields) */
#hubspot-form-wrapper .hs-form-field {
    margin-bottom: 20px !important;
}

/* Fieldset styling */
#hubspot-form-wrapper fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#hubspot-form-wrapper legend {
    display: none !important;
}

/* Checkbox and radio button styling */
#hubspot-form-wrapper input[type="checkbox"],
#hubspot-form-wrapper input[type="radio"] {
    width: auto !important;
    margin-right: 8px !important;
    accent-color: #ff8c00 !important;
}

#hubspot-form-wrapper .hs-form-booleancheckbox-display,
#hubspot-form-wrapper .hs-form-radio-display {
    display: flex !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
}

/* Legal consent text */
#hubspot-form-wrapper .hs-form-field .hs-richtext {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

#hubspot-form-wrapper .hs-form-field .hs-richtext a {
    color: #ff8c00 !important;
    text-decoration: underline !important;
}

/* Loading spinner */
#hubspot-form-wrapper .hs-button.loading {
    opacity: 0.6 !important;
    pointer-events: none !important;
}

/* ========================================
   RESPONSIVE STYLES FOR HUBSPOT FORM
   ======================================== */

/* Tablets (768px and below) */
@media (max-width: 768px) {
    #hubspot-form-wrapper {
        max-width: 100%;
    }
    
    #hubspot-form-wrapper .hs-button,
    #hubspot-form-wrapper input[type="submit"],
    #hubspot-form-wrapper button[type="submit"] {
        width: 100% !important;
        padding: 14px 30px !important;
        font-size: 16px !important;
    }
    
    #hubspot-form-wrapper .hs-input,
    #hubspot-form-wrapper input,
    #hubspot-form-wrapper textarea {
        font-size: 15px !important;
        padding: 14px 16px !important;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    #hubspot-form-wrapper .hs-button,
    #hubspot-form-wrapper input[type="submit"],
    #hubspot-form-wrapper button[type="submit"] {
        padding: 12px 25px !important;
        font-size: 14px !important;
    }
    
    #hubspot-form-wrapper .hs-input,
    #hubspot-form-wrapper input,
    #hubspot-form-wrapper textarea {
        font-size: 14px !important;
        padding: 12px 14px !important;
    }
    
    #hubspot-form-wrapper textarea.hs-input,
    #hubspot-form-wrapper textarea {
        min-height: 120px !important;
    }
}

/* ========================================
   ADDITIONAL CUSTOMIZATIONS
   ======================================== */

/* Remove HubSpot branding (if you have a paid plan) */
#hubspot-form-wrapper .hs-form-iframe {
    border: none !important;
}

/* Style for multi-column forms */
#hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-firstname,
#hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-lastname {
    display: inline-block !important;
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
}

#hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-lastname {
    margin-right: 0 !important;
}

#hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-email,
#hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-phone {
    display: inline-block !important;
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
}

#hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-phone {
    margin-right: 0 !important;
}

/* Mobile: Stack fields vertically */
@media (max-width: 768px) {
    #hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-firstname,
    #hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-lastname,
    #hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-email,
    #hubspot-form-wrapper .hs-form-field.hs-fieldtype-text.field.hs-form-field-phone {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/* ========================================
   HUBSPOT FORM ANIMATIONS
   ======================================== */

/* Fade in animation for form */
#hubspot-form-wrapper .hs-form {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Success message animation */
#hubspot-form-wrapper .submitted-message {
    animation: successPulse 0.5s ease-in;
}

@keyframes successPulse {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ========================================
   OVERRIDE SPECIFIC HUBSPOT STYLES
   Use these if HubSpot's default styles are interfering
   ======================================== */

/* Remove any unwanted margins/padding */
#hubspot-form-wrapper .hs-form * {
    box-sizing: border-box !important;
}

/* Ensure proper form width */
#hubspot-form-wrapper form {
    width: 100% !important;
    max-width: 100% !important;
}

/* Remove default browser styles */
#hubspot-form-wrapper input,
#hubspot-form-wrapper textarea,
#hubspot-form-wrapper select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Fix for iOS Safari input zoom */
@media screen and (max-width: 768px) {
    #hubspot-form-wrapper input[type="text"],
    #hubspot-form-wrapper input[type="email"],
    #hubspot-form-wrapper input[type="tel"],
    #hubspot-form-wrapper textarea {
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
}

/* ========================================
   END OF HUBSPOT FORM STYLING
   ======================================== */