/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #2d5f3f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3d28;
}

/* Navigation - Minimal Premium Style */
.nav-minimal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem 5%;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #2a2a2a;
}

.nav-links {
    display: flex;
    gap: 3rem;
}

.nav-links a {
    font-size: 1rem;
    color: #5a5a5a;
    font-weight: 400;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2d5f3f;
}

/* Hero - Minimal Premium */
.hero-minimal {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 5% 80px;
    background: #fafaf8;
}

.hero-content {
    flex: 1;
    max-width: 700px;
    padding-right: 60px;
}

.hero-content h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 3rem;
    font-weight: 300;
}

.hero-image {
    flex: 1;
    max-width: 600px;
}

.hero-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* CTA Buttons */
.cta-primary, .btn-primary {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #2d5f3f;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-primary:hover, .btn-primary:hover {
    background: #1a3d28;
    color: #ffffff;
    transform: translateY(-2px);
}

.cta-secondary, .btn-secondary {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: transparent;
    color: #2d5f3f;
    font-size: 1.1rem;
    font-weight: 500;
    border: 2px solid #2d5f3f;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-secondary:hover, .btn-secondary:hover {
    background: #2d5f3f;
    color: #ffffff;
}

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    background: #2d5f3f;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #1a3d28;
}

/* Statement Section */
.intro-statement {
    padding: 120px 5%;
    background: #ffffff;
}

.statement-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.large-text {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.medium-text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #5a5a5a;
    font-weight: 300;
}

/* Manifesto Section */
.manifesto-section {
    padding: 100px 5%;
    background: #f5f5f3;
}

.manifesto-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.manifesto-item {
    flex: 1;
}

.manifesto-item h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.manifesto-item p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* Approach Section */
.approach-section {
    padding: 120px 5%;
    background: #ffffff;
}

.approach-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.approach-text {
    flex: 1;
}

.approach-text h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.approach-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 1.5rem;
}

.approach-visual {
    flex: 1;
    max-width: 500px;
}

.approach-visual img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Testimony */
.testimony-minimal {
    padding: 120px 5%;
    background: #2d5f3f;
    color: #ffffff;
}

.testimony-minimal blockquote {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimony-minimal p {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 2rem;
}

.testimony-minimal cite {
    font-size: 1.2rem;
    font-style: normal;
    opacity: 0.8;
}

/* Services Preview */
.services-preview {
    padding: 120px 5%;
    background: #fafaf8;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.services-intro h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.services-intro p {
    font-size: 1.3rem;
    color: #5a5a5a;
}

.services-cards {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    padding: 50px 40px;
    position: relative;
}

.service-card.featured {
    background: #f5f5f3;
    border: 2px solid #2d5f3f;
}

.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #2d5f3f;
    color: #ffffff;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.service-card h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 1.5rem;
    min-height: 80px;
}

.service-duration {
    font-size: 0.95rem;
    color: #7a7a7a;
    margin-bottom: 1rem;
}

.service-price {
    font-size: 2rem;
    font-weight: 500;
    color: #2d5f3f;
    margin-bottom: 2rem;
}

/* Form Section */
.form-section {
    padding: 120px 5%;
    background: #ffffff;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-align: center;
}

.form-container > p {
    text-align: center;
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-bottom: 3rem;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #2a2a2a;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background: #fafafa;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2d5f3f;
    background: #ffffff;
}

/* Final CTA */
.final-cta {
    padding: 120px 5%;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.final-cta-content h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.final-cta .cta-primary {
    background: #ffffff;
    color: #1a1a1a;
}

.final-cta .cta-primary:hover {
    background: #f0f0f0;
}

/* Footer */
.footer {
    background: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 5% 30px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-brand h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 500;
}

.footer-brand p {
    color: #9a9a9a;
    font-size: 1rem;
}

.footer-links {
    display: flex;
    gap: 60px;
}

.footer-col h4 {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 500;
}

.footer-col a {
    display: block;
    color: #9a9a9a;
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
}

.footer-col a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #3a3a3a;
    color: #7a7a7a;
    font-size: 0.9rem;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(42, 42, 42, 0.98);
    color: #ffffff;
    padding: 1.5rem 5%;
    display: none;
    z-index: 2000;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 1rem;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-accept,
.cookie-reject {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cookie-accept {
    background: #2d5f3f;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #1a3d28;
}

.cookie-reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cookie-reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Page Hero */
.page-hero {
    padding: 180px 5% 80px;
    background: #fafaf8;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.lead {
    font-size: 1.4rem;
    color: #5a5a5a;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
}

/* Story Section */
.story-section {
    padding: 100px 5%;
    background: #ffffff;
}

.story-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.story-block {
    max-width: 800px;
}

.story-block h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.story-block p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 1.2rem;
}

.story-image {
    max-width: 900px;
    margin: 0 auto;
}

.story-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Values Section */
.values-section {
    padding: 100px 5%;
    background: #f5f5f3;
}

.values-intro {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.values-intro h2 {
    font-size: 3rem;
    font-weight: 300;
    color: #1a1a1a;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-item {
    flex: 1;
    min-width: 250px;
    background: #ffffff;
    padding: 40px;
}

.value-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.value-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* Team Section */
.team-section {
    padding: 100px 5%;
    background: #ffffff;
}

.team-intro {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.team-intro h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.team-intro p {
    font-size: 1.2rem;
    color: #5a5a5a;
}

.team-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.team-member {
    text-align: center;
    max-width: 350px;
}

.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
}

.team-member h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.role {
    font-size: 1rem;
    color: #2d5f3f;
    margin-bottom: 1rem;
    font-weight: 500;
}

.team-member p {
    font-size: 1rem;
    line-height: 1.6;
    color: #5a5a5a;
}

/* Mission Statement */
.mission-statement {
    padding: 120px 5%;
    background: #2d5f3f;
    color: #ffffff;
    text-align: center;
}

.mission-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.mission-content .large-text {
    color: #ffffff;
}

/* CTA About */
.cta-about {
    padding: 100px 5%;
    background: #fafaf8;
    text-align: center;
}

.cta-content h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

/* Services Detailed */
.services-detailed {
    padding: 80px 5%;
    background: #ffffff;
}

.service-detail {
    max-width: 1300px;
    margin: 0 auto 100px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.service-detail.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
}

.service-header {
    margin-bottom: 1rem;
}

.service-header h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.service-price-large {
    font-size: 2.5rem;
    font-weight: 500;
    color: #2d5f3f;
    margin-top: 1rem;
}

.service-subtitle {
    font-size: 1.1rem;
    color: #7a7a7a;
    margin-bottom: 2rem;
}

.service-description {
    margin-bottom: 2rem;
}

.service-description p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 1rem;
}

.service-description h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 1.5rem 0 1rem;
    color: #2a2a2a;
}

.service-description ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-description li {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.service-description li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5f3f;
    font-weight: bold;
}

.service-image {
    flex: 1;
    max-width: 500px;
}

.service-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* FAQ Section */
.faq-section {
    padding: 100px 5%;
    background: #f5f5f3;
}

.faq-content {
    max-width: 900px;
    margin: 0 auto;
}

.faq-content h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    background: #ffffff;
    padding: 30px;
}

.faq-item h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.faq-item p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* Contact Content */
.contact-content {
    padding: 80px 5%;
    background: #ffffff;
}

.contact-info {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.contact-block {
    flex: 1;
    min-width: 250px;
}

.contact-block h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.contact-detail {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 1rem;
}

.contact-detail strong {
    color: #2a2a2a;
    font-weight: 500;
}

.contact-detail a {
    color: #2d5f3f;
    font-weight: 500;
}

.contact-map {
    max-width: 1200px;
    margin: 0 auto;
}

.map-placeholder {
    position: relative;
    height: 400px;
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 1rem 1.5rem;
}

.map-overlay p {
    font-size: 1.1rem;
    color: #2a2a2a;
    font-weight: 500;
}

/* Contact CTA */
.contact-cta {
    padding: 100px 5%;
    background: #fafaf8;
    text-align: center;
}

.contact-cta-content h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-cta-content p {
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-bottom: 2rem;
}

/* Thanks Section */
.thanks-section {
    padding: 180px 5% 80px;
    background: #fafaf8;
    min-height: 70vh;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.thanks-icon {
    margin: 0 auto 2rem;
    width: 80px;
    height: 80px;
}

.thanks-content h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.3rem;
    color: #5a5a5a;
    margin-bottom: 2rem;
}

.thanks-info {
    background: #ffffff;
    padding: 1.5rem;
    margin: 2rem 0;
    display: none;
}

.thanks-info p {
    font-size: 1.1rem;
    color: #2a2a2a;
}

.thanks-info strong {
    font-weight: 500;
}

.thanks-details {
    text-align: left;
    background: #ffffff;
    padding: 2.5rem;
    margin: 3rem 0;
}

.thanks-details h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-details ol {
    padding-left: 1.5rem;
}

.thanks-details li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 0.8rem;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 3rem;
}

/* Thanks Resources */
.thanks-resources {
    padding: 80px 5%;
    background: #ffffff;
}

.resources-content {
    max-width: 1200px;
    margin: 0 auto;
}

.resources-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.resources-content > p {
    text-align: center;
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-bottom: 3rem;
}

.resources-grid {
    display: flex;
    gap: 40px;
}

.resource-card {
    flex: 1;
    background: #f5f5f3;
    padding: 40px;
}

.resource-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.resource-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* Legal Page */
.legal-page {
    padding: 180px 5% 80px;
    background: #ffffff;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-intro {
    font-size: 1rem;
    color: #7a7a7a;
    margin-bottom: 3rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 2.5rem 0 1rem;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 1.5rem 0 1rem;
    color: #2a2a2a;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.legal-content li {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 0.5rem;
}

.legal-content a {
    color: #2d5f3f;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-minimal {
        flex-direction: column;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .hero-content h1 {
        font-size: 3.5rem;
    }

    .manifesto-grid {
        flex-direction: column;
        gap: 40px;
    }

    .approach-content {
        flex-direction: column;
        gap: 60px;
    }

    .service-detail {
        flex-direction: column;
        gap: 40px;
    }

    .service-detail.reverse {
        flex-direction: column;
    }

    .team-content {
        flex-direction: column;
        align-items: center;
    }

    .contact-info {
        flex-direction: column;
        gap: 40px;
    }

    .resources-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .nav-content {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .large-text {
        font-size: 1.8rem;
    }

    .medium-text {
        font-size: 1.3rem;
    }

    .services-cards {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .page-hero-content h1 {
        font-size: 2.5rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .thanks-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
    }

    .cta-primary,
    .btn-primary,
    .cta-secondary,
    .btn-secondary {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}
