/* Hillside Owner Support Statement - standalone styles */

*, *::before, *::after { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
}

body.hillside {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f5f2ec;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hillside-hero {
    position: relative;
    width: 100%;
    height: 360px;
    background-image: linear-gradient(to bottom, rgba(15, 23, 42, 0.55), rgba(15, 23, 42, 0.75)), url('/images/hillside/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 24px 48px;
}

.hillside-hero__inner {
    width: 100%;
    max-width: 720px;
    text-align: center;
    color: #ffffff;
}

.hillside-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.85);
}

.hillside-hero__title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.75rem;
    font-weight: 600;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.hillside-hero__subtitle {
    font-size: 1.125rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
}

.hillside-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

.hillside-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 44px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(15, 23, 42, 0.08);
    margin-top: -88px;
    position: relative;
}

.hillside-statement p {
    margin: 0 0 16px;
    color: #2d3748;
    font-size: 1rem;
}

.hillside-statement p:last-child {
    margin-bottom: 0;
}

.hillside-statement p.lead {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #1a1a1a;
}

.hillside-statement p.disclaimer {
    font-style: italic;
    color: #4a5568;
    font-size: 0.9375rem;
}

.hillside-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 32px 0;
    border: 0;
}

.hillside-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hillside-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hillside-field label {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2d3748;
}

.hillside-field input[type="text"],
.hillside-field input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    font-size: 1rem;
    font-family: inherit;
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hillside-field input[type="text"]:focus,
.hillside-field input[type="email"]:focus {
    outline: none;
    border-color: #2c5282;
    box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.15);
}

.hillside-field input::placeholder {
    color: #a0aec0;
}

.hillside-signature-wrap {
    position: relative;
    padding-top: 4px;
}

.hillside-signature-line {
    border-bottom: 1.5px solid #2d3748;
    transition: border-bottom-color 0.15s ease;
}

.hillside-signature-line:focus-within {
    border-bottom-color: #2c5282;
}

.hillside-signature {
    font-family: "Italianno", "Snell Roundhand", "Apple Chancery", "Segoe Script", "Lucida Handwriting", cursive !important;
    font-size: 2.5rem !important;
    line-height: 1 !important;
    padding: 4px 8px 4px 24px !important;
    color: #1a365d !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
    width: 100% !important;
}

.hillside-signature:focus {
    box-shadow: none !important;
    outline: none !important;
}

.hillside-signature::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1rem;
    font-style: italic;
    color: #a0aec0;
    line-height: 1.5;
}

.hillside-signature-hint {
    font-size: 0.75rem;
    color: #718096;
    margin-top: 6px;
    font-style: italic;
}

.hillside-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.hillside-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9375rem;
    color: #2d3748;
    line-height: 1.5;
}

.hillside-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    cursor: pointer;
    accent-color: #2c5282;
    flex-shrink: 0;
}

.hillside-checkbox span {
    flex: 1;
}

.hillside-submit {
    margin-top: 8px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background: #1a365d;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.05s ease;
    align-self: center;
    min-width: 240px;
}

.hillside-submit:hover:not(:disabled) {
    background: #2c5282;
}

.hillside-submit:active:not(:disabled) {
    transform: translateY(1px);
}

.hillside-submit:disabled {
    background: #a0aec0;
    cursor: not-allowed;
}

.hillside-feedback {
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 0.9375rem;
    margin-top: 4px;
}

.hillside-feedback.error {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #9b2c2c;
}

.hillside-feedback.success {
    background: #f0fff4;
    border: 1px solid #68d391;
    color: #22543d;
}

.hillside-success {
    text-align: center;
    padding: 24px 0 8px;
}

.hillside-success__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #c6f6d5;
    color: #22543d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
}

.hillside-success__title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.75rem;
    margin: 0 0 12px;
    color: #1a1a1a;
}

.hillside-success__text {
    color: #4a5568;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 480px;
}

.hillside-footer {
    text-align: center;
    color: #718096;
    font-size: 0.8125rem;
    padding: 0 24px 32px;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 640px) {
    .hillside-hero {
        height: 280px;
        padding: 0 16px 32px;
    }

    .hillside-hero__title {
        font-size: 2rem;
    }

    .hillside-hero__subtitle {
        font-size: 1rem;
    }

    .hillside-main {
        padding: 32px 16px 48px;
    }

    .hillside-card {
        padding: 28px 22px;
        margin-top: -56px;
        border-radius: 6px;
    }

    .hillside-divider {
        margin: 24px 0;
    }

    .hillside-checkbox-group {
        padding: 16px;
    }

    .hillside-submit {
        align-self: stretch;
        text-align: center;
    }
}
