:root {
    --color-primary: #1a1a1a;
    --color-accent: #967F71;
    --color-gray-400: #9ca3af;
    --color-gray-100: rgb(243, 244, 246);
    --font-primary: 'Plus Jakarta Sans', sans-serif;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease-out;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}
body {
    font-family: var(--font-primary);
    background-color: #ffffff;
    color: var(--color-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
    font-display: swap;
}
[x-cloak]{display:none!important}
img{content-visibility:auto}
.property-card-img {
    content-visibility: auto;
    contain-intrinsic-size: 800px 534px;
    transition: transform 0.5s ease;
}
.property-card,
.feature-image-transition {
    will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
/* Base body font size - responsive */
body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}
@media (min-width: 640px) {
    body {
        font-size: 17px;
    }
}
@media (min-width: 1024px) {
    body {
        font-size: 18px;
    }
}
img, video, iframe {
    max-width: 100%;
    height: auto;
}
section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
}
.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
@media (min-width: 640px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 768px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1280px) {
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
@media (min-width: 640px) {
    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 768px) {
    .section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1024px) {
    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
@media (min-width: 1280px) {
    .section {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.section-badge {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border: 1px solid #967F71;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 700;
    color: #967F71;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
@media (min-width: 640px) {
    .section-badge {
        padding: 0.375rem 1rem;
        font-size: 0.6875rem;
        margin-bottom: 1.5rem;
    }
}
.section-heading {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media (min-width: 640px) {
    .section-heading {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    .section-heading {
        font-size: 2.25rem;
    }
}
.section-description {
    font-size: 0.8125rem;
    color: var(--color-gray-400);
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media (min-width: 640px) {
    .section-description {
        font-size: 0.875rem;
    }
}
/* Responsive Typography - Headings */
/* Override Tailwind text size classes for better responsive scaling */
h1 {
    font-size: 1.875rem !important;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.025em;
}
@media (min-width: 640px) {
    h1 {
        font-size: 2.25rem !important;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 2.75rem !important;
    }
}
@media (min-width: 1024px) {
    h1 {
        font-size: 3.25rem !important;
    }
}
@media (min-width: 1280px) {
    h1 {
        font-size: 3.5rem !important;
    }
}
@media (min-width: 1536px) {
    h1 {
        font-size: 4rem !important;
    }
}
h2 {
    font-size: 1.5rem !important;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em;
}
@media (min-width: 640px) {
    h2 {
        font-size: 1.75rem !important;
    }
}
@media (min-width: 768px) {
    h2 {
        font-size: 2rem !important;
    }
}
@media (min-width: 1024px) {
    h2 {
        font-size: 2.25rem !important;
    }
}
@media (min-width: 1280px) {
    h2 {
        font-size: 2.5rem !important;
    }
}
h3 {
    font-size: 1.25rem !important;
    line-height: 1.4;
    font-weight: 700;
}
@media (min-width: 640px) {
    h3 {
        font-size: 1.375rem !important;
    }
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem !important;
    }
}
@media (min-width: 1024px) {
    h3 {
        font-size: 1.625rem !important;
    }
}
@media (min-width: 1280px) {
    h3 {
        font-size: 1.75rem !important;
    }
}
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
}
@media (min-width: 640px) {
    h4 {
        font-size: 1.25rem;
    }
}
@media (min-width: 1024px) {
    h4 {
        font-size: 1.375rem;
    }
}
h5 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}
@media (min-width: 640px) {
    h5 {
        font-size: 1.125rem;
    }
}
h6 {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 600;
}
@media (min-width: 640px) {
    h6 {
        font-size: 1rem;
    }
}
/* Responsive Typography - Body Text and Other Elements */
/* Paragraphs */
p {
    font-size: 1rem;
    line-height: 1.6;
}
@media (min-width: 640px) {
    p {
        font-size: 1.0625rem;
    }
}
@media (min-width: 1024px) {
    p {
        font-size: 1.125rem;
    }
}
/* Small text (text-sm equivalent) */
.text-sm,
small,
.text-xs {
    font-size: 0.875rem !important;
    line-height: 1.5;
}
@media (min-width: 640px) {
    .text-sm,
    small,
    .text-xs {
        font-size: 0.9375rem !important;
    }
}
@media (min-width: 1024px) {
    .text-sm,
    small {
        font-size: 1rem !important;
    }
}
/* Extra small text */
.text-xs {
    font-size: 0.75rem !important;
}
@media (min-width: 640px) {
    .text-xs {
        font-size: 0.8125rem !important;
    }
}
@media (min-width: 1024px) {
    .text-xs {
        font-size: 0.875rem !important;
    }
}
/* Base text (text-base equivalent) */
.text-base,
span:not([class*="text-"]),
div:not([class*="text-"]):not([class*="container"]):not([class*="section"]) {
    font-size: 1rem;
    line-height: 1.5;
}
@media (min-width: 640px) {
    .text-base {
        font-size: 1.0625rem;
    }
}
@media (min-width: 1024px) {
    .text-base {
        font-size: 1.125rem;
    }
}
/* Large text (text-lg equivalent) */
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5;
}
@media (min-width: 640px) {
    .text-lg {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1024px) {
    .text-lg {
        font-size: 1.375rem !important;
    }
}
/* Extra large text (text-xl equivalent) */
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.5;
}
@media (min-width: 640px) {
    .text-xl {
        font-size: 1.375rem !important;
    }
}
@media (min-width: 1024px) {
    .text-xl {
        font-size: 1.5rem !important;
    }
}
/* 2XL text */
.text-2xl {
    font-size: 1.5rem !important;
    line-height: 1.3;
}
@media (min-width: 640px) {
    .text-2xl {
        font-size: 1.75rem !important;
    }
}
@media (min-width: 1024px) {
    .text-2xl {
        font-size: 2rem !important;
    }
}
/* 3XL text */
.text-3xl {
    font-size: 1.875rem !important;
    line-height: 1.2;
}
@media (min-width: 640px) {
    .text-3xl {
        font-size: 2.25rem !important;
    }
}
@media (min-width: 1024px) {
    .text-3xl {
        font-size: 2.5rem !important;
    }
}
/* 4XL text */
.text-4xl {
    font-size: 2.25rem !important;
    line-height: 1.2;
}
@media (min-width: 640px) {
    .text-4xl {
        font-size: 2.5rem !important;
    }
}
@media (min-width: 1024px) {
    .text-4xl {
        font-size: 2.75rem !important;
    }
}
/* Buttons */
button,
.btn,
a[class*="button"],
input[type="button"],
input[type="submit"] {
    font-size: 0.9375rem;
    line-height: 1.5;
}
@media (min-width: 640px) {
    button,
    .btn,
    a[class*="button"],
    input[type="button"],
    input[type="submit"] {
        font-size: 1rem;
    }
}
@media (min-width: 1024px) {
    button,
    .btn,
    a[class*="button"],
    input[type="button"],
    input[type="submit"] {
        font-size: 1.0625rem;
    }
}
/* Links */
a:not([class*="text-"]):not(button):not(.btn):not([class*="button"]) {
    font-size: inherit;
}
/* List items */
li {
    font-size: 1rem;
    line-height: 1.6;
}
@media (min-width: 640px) {
    li {
        font-size: 1.0625rem;
    }
}
@media (min-width: 1024px) {
    li {
        font-size: 1.125rem;
    }
}
/* Labels */
label {
    font-size: 0.9375rem;
    line-height: 1.5;
}
@media (min-width: 640px) {
    label {
        font-size: 1rem;
    }
}
@media (min-width: 1024px) {
    label {
        font-size: 1.0625rem;
    }
}
/* Input fields */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
    font-size: 1rem;
    line-height: 1.5;
}
@media (min-width: 640px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
        font-size: 1.0625rem;
    }
}
@media (min-width: 1024px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
        font-size: 1.125rem;
    }
}
.scoop-top,
.scoop-left {
    position: absolute;
    background: transparent;
    border-bottom-right-radius: 24px;
    box-shadow: 16px 16px 0 0 white;
    z-index: 20;
    width: 32px;
    height: 32px;
}
.scoop-top {
    bottom: 84px;
    right: 0;
}
.scoop-left {
    bottom: 0;
    right: 240px;
}
@media (max-width: 1024px) {
    .scoop-top,
    .scoop-left {
        display: none;
    }
}
.nav-backdrop {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.hero-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2), transparent);
}
@media (max-width: 768px) {
    .hero-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
    }
}
.form-input,
.form-textarea {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 1.5rem;
    color: white;
    transition: all var(--transition-base);
}
.form-input {
    border-radius: 9999px;
}
.form-textarea {
    border-radius: 32px;
    resize: none;
}
.form-input:focus,
.form-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px white;
}
.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
input[type="text"].rounded-full,
input[type="email"].rounded-full,
input[type="tel"].rounded-full,
input[type="number"].rounded-full,
input.rounded-full {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px !important;
}
input[type="text"].rounded-full:focus,
input[type="email"].rounded-full:focus,
input[type="tel"].rounded-full:focus,
input[type="number"].rounded-full:focus,
input.rounded-full:focus {
    border-radius: 9999px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mobile-menu {
    transform: translateX(100%);
    transition: transform var(--transition-base);
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 73px);
    overflow-y: auto;
}
.mobile-menu.open {
    transform: translateX(0);
}
a, button {
    min-height: 44px;
    min-width: 44px;
}
.sticky-column {
    position: sticky;
    top: 96px;
    align-self: start;
    transition: transform 0.2s ease-out;
}
@media (max-width: 1023px) {
    .sticky-column {
        position: relative;
        top: auto;
    }
}
.feature-image-transition {
    transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.property-card {
    transition: transform var(--transition-base);
}
.property-card:hover {
    transform: translateY(-4px);
}
.property-card:hover .property-card-img {
    transform: scale(1.1);
}
.faq-icon {
    transition: transform var(--transition-base);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid #0066cc;
    outline-offset: 2px;
    border-radius: 4px;
}
.skip-to-main {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 100;
    border-radius: 0 0 4px 0;
}
.skip-to-main:focus {
    top: 0;
}
a:hover,
button:hover {
    transition: all var(--transition-base);
}
.property-card:focus-visible {
    outline: 3px solid #0066cc;
    outline-offset: 4px;
    border-radius: 8px;
}
[role="menu"] a:focus-visible,
[role="menuitem"]:focus-visible {
    outline: 3px solid #0066cc;
    outline-offset: -2px;
}
input[required]:invalid:not(:focus):not(:placeholder-shown),
textarea[required]:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #dc2626;
}
input[required]:valid:not(:focus):not(:placeholder-shown),
textarea[required]:valid:not(:focus):not(:placeholder-shown) {
    border-color: #16a34a;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    padding: inherit;
    margin: inherit;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    z-index: 100;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 1rem;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
    opacity: 0;
}
.cookie-banner.show {
    transform: translateY(0);
    opacity: 1;
}
@media (min-width: 640px) {
    .cookie-banner {
        bottom: 1.5rem;
        left: 1.5rem;
        right: auto;
        transform: translateY(120%);
        max-width: calc(100% - 22rem);
        padding: 0.875rem 1.25rem;
        min-width: 320px;
        width: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 9999px;
    }
    .cookie-banner.show {
        transform: translateY(0);
    }
}
@media (min-width: 1024px) {
    .cookie-banner {
        max-width: 42rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .cookie-banner {
        transition: none;
    }
}
.hero-gradient {
    background: linear-gradient(135deg, #f8f6f5 0%, #ffffff 50%, #f3f0ee 100%);
}
.team-card {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
.team-image {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-card:hover .team-image {
    transform: scale(1.05);
}
.value-card {
    transition: all var(--transition-base);
}
.value-card:hover {
    background-color: #f8f6f5;
    border-color: #967F71;
}
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.stat-item {
    animation: countUp 0.6s ease-out forwards;
}
.float-decoration {
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}
.quote-mark {
    font-family: Georgia, serif;
    font-size: 8rem;
    line-height: 1;
    color: rgba(150, 127, 113, 0.15);
}
.scroll-indicator {
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.benefit-card {
    transition: all var(--transition-base);
}
.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
    border-color: #967F71;
}
.process-step {
    transition: all var(--transition-base);
}
.process-step:hover {
    background-color: #f8f6f5;
}
.review-card {
    transition: all var(--transition-base);
}
.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
}
.sticky-form {
    position: sticky;
    top: 100px;
}
@media (max-width: 1023px) {
    .sticky-form {
        position: relative;
        top: auto;
    }
}
.pulse-cta {
    animation: pulse-cta 2s ease-in-out infinite;
}
@keyframes pulse-cta {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(150, 127, 113, 0.4);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(150, 127, 113, 0);
    }
}
.trust-badge {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.hero-overlay.rental {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media (max-width: 768px) {
    .hero-overlay.rental {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    }
}
.success-checkmark {
    animation: scaleIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.pulse-success {
    animation: pulseSuccess 2s ease-in-out infinite;
}
@keyframes pulseSuccess {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(34, 197, 94, 0);
    }
}
.timeline-step {
    animation: fadeSlideIn 0.6s ease-out forwards;
    opacity: 0;
}
.timeline-step:nth-child(1) {
    animation-delay: 0.2s;
}
.timeline-step:nth-child(2) {
    animation-delay: 0.4s;
}
.timeline-step:nth-child(3) {
    animation-delay: 0.6s;
}
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.contact-card {
    transition: all var(--transition-base);
}
.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
    border-color: #967F71;
}
input.form-input,
textarea.form-input,
select.form-input {
    transition: all var(--transition-base);
}
input.form-input:focus,
textarea.form-input:focus,
select.form-input:focus {
    border-color: #967F71;
    box-shadow: 0 0 0 3px rgba(150, 127, 113, 0.1);
}
.custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.25rem;
    padding-right: 3rem;
}
.valuation-card {
    position: relative;
    overflow: hidden;
}
.valuation-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
.valuation-card > * {
    position: relative;
    z-index: 1;
}
@keyframes shimmer {
    0%, 100% {
        transform: translate(-30%, -30%);
    }
    50% {
        transform: translate(30%, 30%);
    }
}
.faq-item {
    transition: all var(--transition-base);
}
.faq-item:hover {
    background-color: #faf9f8;
}
.pulse-ring {
    animation: pulse-ring 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.success-message {
    animation: slideUp var(--transition-slow);
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
