:root {
    --font-primary: "Nunito", sans-serif;
    --font-secondary: "Nunito", sans-serif;
}

body {
    font-family: var(--font-secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: var(--font-primary);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

p {
    line-height: 1.8;
    color: #4b5563;
    font-weight: 400;
    font-size: 1.05rem;
}

.hero-text {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    background: linear-gradient(to right, #847444, #9a885a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.subtitle {
    font-family: var(--font-secondary);
    font-weight: 500;
    color: #6b7280;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0;
}

.feature-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.3rem;
    color: #1f2937;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.feature-description {
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0;
    color: #6b7280;
}

.nav-link {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 1.05rem;
    transition: color 0.2s ease;
    letter-spacing: 0;
}

.nav-link:hover {
    color: #847444;
}

.btn {
    font-family: var(--font-secondary);
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.875rem 1.75rem;
    transition: all 0.2s ease;
    border-radius: 12px;
    font-size: 1.05rem;
}

.btn-primary {
    background: linear-gradient(to right, #847444, #9a885a);
    border: none;
    color: white;
    box-shadow: 0 4px 6px -1px rgba(132, 116, 68, 0.1),
        0 2px 4px -1px rgba(132, 116, 68, 0.06);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 8px -1px rgba(132, 116, 68, 0.15),
        0 3px 6px -1px rgba(132, 116, 68, 0.1);
}

.bg-pattern {
    background: linear-gradient(
        135deg,
        rgba(132, 116, 68, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: relative;
    overflow-x: hidden;
}

.bg-pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: linear-gradient(
        45deg,
        rgba(132, 116, 68, 0.15) 0%,
        rgba(132, 116, 68, 0.05) 100%
    );
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    z-index: -2;
}

.bg-pattern::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23847444' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: -1;
    opacity: 0.5;
}

.logo-container {
    background: white;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.feature-card {
    transition: all 0.3s ease;
    background: linear-gradient(to bottom right, #ffffff, #f8f8f8);
    border: 1px solid rgba(132, 116, 68, 0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(132, 116, 68, 0.15);
    border-color: rgba(132, 116, 68, 0.2);
}

.hero-section {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 6rem;
    background: linear-gradient(
        135deg,
        rgba(132, 116, 68, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(132, 116, 68, 0.2) 0%,
        transparent 70%
    );
    transform: rotate(-12deg);
    z-index: -1;
}

.benefits-section {
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(132, 116, 68, 0.05) 100%
    );
}

.cta-section {
    position: relative;
    background: linear-gradient(135deg, #847444 0%, #9a885a 100%);
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        circle at 70% 30%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    z-index: 0;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

.navbar.navbar-hidden {
    transform: translateY(-100%);
}

.navbar.navbar-transparent {
    background-color: transparent;
}

.navbar.navbar-scrolled {
    background-color: rgba(132, 116, 68, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar-content {
    position: relative;
    z-index: 1;
}
